b49f1492bad1982ae94ea683c29a8473fb77cd48
[gnulib.git] / ChangeLog
1 2007-04-02  Bruno Haible  <bruno@clisp.org>
2
3         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
4         x86 or x86_64 platforms running MacOS X.
5         Reported by Ryan Schmidt <@ryandesign.com>.
6
7 2007-04-02  Bruno Haible  <bruno@clisp.org>
8
9         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
10         i386.
11
12 2007-04-01  Simon Josefsson  <simon@josefsson.org>
13
14         * modules/crypto/arcfour: Moved from ../.
15         * modules/crypto/arcfour-tests: Moved from ../.
16         * modules/crypto/arctwo: Moved from ../.
17         * modules/crypto/arctwo-tests: Moved from ../.
18         * modules/crypto/des: Moved from ../.
19         * modules/crypto/des-tests: Moved from ../.
20         * modules/crypto/gc-arcfour: Moved from ../.
21         * modules/crypto/gc-arcfour-tests: Moved from ../.
22         * modules/crypto/gc-arctwo: Moved from ../.
23         * modules/crypto/gc-arctwo-tests: Moved from ../.
24         * modules/crypto/gc-des: Moved from ../.
25         * modules/crypto/gc-des-tests: Moved from ../.
26         * modules/crypto/gc-hmac-md5: Moved from ../.
27         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
28         * modules/crypto/gc-hmac-sha1: Moved from ../.
29         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
30         * modules/crypto/gc-md2: Moved from ../.
31         * modules/crypto/gc-md2-tests: Moved from ../.
32         * modules/crypto/gc-md4: Moved from ../.
33         * modules/crypto/gc-md4-tests: Moved from ../.
34         * modules/crypto/gc-md5: Moved from ../.
35         * modules/crypto/gc-md5-tests: Moved from ../.
36         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
37         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
38         * modules/crypto/gc-random: Moved from ../.
39         * modules/crypto/gc-rijndael: Moved from ../.
40         * modules/crypto/gc-rijndael-tests: Moved from ../.
41         * modules/crypto/gc-sha1: Moved from ../.
42         * modules/crypto/gc-sha1-tests: Moved from ../.
43         * modules/crypto/gc-tests: Moved from ../.
44         * modules/crypto/hmac-md5: Moved from ../.
45         * modules/crypto/hmac-md5-tests: Moved from ../.
46         * modules/crypto/hmac-sha1: Moved from ../.
47         * modules/crypto/hmac-sha1-tests: Moved from ../.
48         * modules/crypto/md2: Moved from ../.
49         * modules/crypto/md2-tests: Moved from ../.
50         * modules/crypto/md4: Moved from ../.
51         * modules/crypto/md4-tests: Moved from ../.
52         * modules/crypto/md5: Moved from ../.
53         * modules/crypto/md5-tests: Moved from ../.
54         * modules/crypto/memxor: Moved from ../.
55         * modules/crypto/rijndael: Moved from ../.
56         * modules/crypto/rijndael-tests: Moved from ../.
57         * modules/crypto/sha1: Moved from ../.
58
59 2007-03-30  James Youngman  <jay@gnu.org>
60
61         * tests/test-stat-time.c (prepare_test): use chmod() rather than
62         rename() to change the ctime of a file (because ctime is unaffected
63         by rename on jfs2 on AIX 5.1).
64         (main): Start by doing cleanup, in case a previous run failed leaving
65         test files behind.
66
67 2007-03-31  Bruno Haible  <bruno@clisp.org>
68
69         Support old proprietary implementations of iconv.
70         * modules/iconv_open: New file.
71         * lib/iconv_.h: New file.
72         * m4/iconv_h.m4: New file.
73         * lib/iconv_open.c: New file.
74         * lib/iconv_open-aix.gperf: New file.
75         * lib/iconv_open-hpux.gperf: New file.
76         * lib/iconv_open-irix.gperf: New file.
77         * lib/iconv_open-osf.gperf: New file.
78         * m4/iconv_open.m4: New file.
79         * modules/linebreak (Depends-on): Add iconv_open.
80         * modules/striconv (Depends-on): Likewise.
81         * modules/striconveh (Depends-on): Likewise.
82         * modules/unicodeio (Depends-on): Likewise.
83         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
84         (iconv_t)(-1).
85         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
86         conversion if cd is (iconv_t)(-1).
87         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
88         is not possible.
89
90 2007-03-31  Bruno Haible  <bruno@clisp.org>
91
92         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
93         work on Solaris either. Protect also second use of "autodetect_jp".
94
95 2007-03-31  Bruno Haible  <bruno@clisp.org>
96
97         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
98         the function is not present.
99
100 2007-03-31  Bruno Haible  <bruno@clisp.org>
101
102         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
103         the function is not present.
104
105 2007-03-31  Bruno Haible  <bruno@clisp.org>
106
107         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
108         a bug in HP-UX iconv_open().
109
110 2007-03-31  Bruno Haible  <bruno@clisp.org>
111
112         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
113         (Mathematics <math.h>): New section, add fpieee.
114         (Input/output <stdio.h>): Add fseterr.
115         (Mathematics <math.h>): New section, add printf-frexp.
116         (Container data structures): Add sublist.
117         (Core language properties): Add fpucw, inline.
118         (Functions for greatest-width integer types <inttypes.h>): Add
119         imaxabs, imaxdiv, inttypes.
120         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
121         isnanl-nolibm, ldexp.
122         (Mathematics <math.h>): New section, add printf-frexpl.
123         (Support for systems lacking POSIX:2001): Add fprintf-posix,
124         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
125         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
126         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
127         (Unicode string functions): Add unistr/u*-mbtoucr.
128         (Java): Add javacomp-script, javaexec-script.
129         (C#): Add csharpcomp-script, csharpexec-script.
130         (Support for building libraries and executables): Add havelib,
131         relocatable-*.
132         (Support for maintaining and releasing projects): Renamed from
133         'Support for maintaining and release projects'. Add announce-gen.
134
135 2007-03-31  Bruno Haible  <bruno@clisp.org>
136
137         * README: Talk primarily about git.
138         (git and CVS): Renamed from CVS.
139         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
140         gnulib is available through git.
141         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
142
143 2007-03-30  Bruno Haible  <bruno@clisp.org>
144
145         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
146         * lib/poll_.h: Likewise.
147         * lib/stat_.h: Likewise.
148         * lib/sys_time_.h: Likewise.
149         * lib/sysexit_.h: Likewise.
150         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
151         * lib/stdbool_.h: Likewise.
152         * lib/byteswap_.h: Add double-inclusion guard.
153
154 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
155
156         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
157
158 2007-03-30  Karl Berry  <karl@gnu.org>
159
160         * config/srclist-update: double space after USA in the license
161         substitution, since that's how it's usually (?) written.
162
163 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
164
165         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
166         reported by Bruno Haible.
167
168 2007-03-29  Bruno Haible  <bruno@clisp.org>
169
170         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
171         a bug in AIX iconv().
172
173 2007-03-29  Bruno Haible  <bruno@clisp.org>
174
175         * modules/ldexpl-tests: New file.
176         * tests/test-ldexpl.c: New file.
177
178 2007-03-29  Bruno Haible  <bruno@clisp.org>
179
180         * lib/ldexpl.c: Include fpucw.h.
181         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
182         multiplication.
183         * modules/ldexpl (Depends-on): Add fpucw.
184
185 2007-03-29  Bruno Haible  <bruno@clisp.org>
186
187         * modules/ldexpl: New file.
188         * m4/ldexpl.m4: New file.
189         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
190         set.
191         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
192         REPLACE_LDEXPL.
193         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
194         REPLACE_LDEXPL.
195         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
196         gl_FUNC_LDEXPL_WORKS.
197         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
198         * modules/mathl (Files): Remove lib/ldexpl.c.
199         (Depends-on): Add ldexpl.
200
201 2007-03-29  Bruno Haible  <bruno@clisp.org>
202
203         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
204
205 2007-03-29  Bruno Haible  <bruno@clisp.org>
206
207         * tests/test-striconveh.c (main): Don't assume that a direct conversion
208         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
209         and possibly also HP-UX.
210         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
211         work on AIX, IRIX, HP-UX, OSF/1.
212         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
213         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
214         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
215         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
216         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
217         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
218
219 2007-03-29  Bruno Haible  <bruno@clisp.org>
220
221         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
222
223 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
224
225         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
226         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
227
228 2007-03-29  Eric Blake  <ebb9@byu.net>
229
230         * lib/acl-internal.h: Remove redundant include.
231         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
232         Cygwin when a file is locked.
233
234 2007-03-29  Bruno Haible  <bruno@clisp.org>
235
236         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
237         file.
238         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
239
240 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
241
242         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
243         try to remove a parent directory if the child couldn't be removed
244         (except for the first rmdir, which could fail because the child
245         doesn't exist).  Problem reported by Jeff Blaine in
246         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
247
248 2007-03-28  Bruno Haible  <bruno@clisp.org>
249
250         * lib/striconveh.c (utf8conv_carefully): New function.
251         (mem_cd_iconveh_internal): Invoke it.
252
253 2007-03-28  Bruno Haible  <bruno@clisp.org>
254
255         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
256         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
257         input.
258         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
259         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
260         unistr/u8-uctomb.
261
262 2007-03-28  Bruno Haible  <bruno@clisp.org>
263
264         * modules/unistr/u8-mbtoucr: New file.
265         * lib/unistr/u8-mbtoucr.c: New file.
266         * modules/unistr/u16-mbtoucr: New file.
267         * lib/unistr/u16-mbtoucr.c: New file.
268         * modules/unistr/u16-mbtoucr: New file.
269         * lib/unistr/u16-mbtoucr.c: New file.
270         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
271
272 2007-03-27  Simon Josefsson  <simon@josefsson.org>
273             Bruno Haible  <bruno@clisp.org>
274
275         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
276         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
277         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
278
279         * m4/stdio_h.m4: Add stubs for vasprintf too.
280
281         * modules/stdio: Support vasprintf in sed command.
282
283         * modules/vasprintf: Depend on stdio for prototypes.  Remove
284         vasprintf.h.  Add stdio module indicator.
285
286         * lib/stdio_.h: Declare asprintf and vasprintf, based on
287         vasprintf.h.
288
289         * lib/vasprintf.h: File removed.
290
291         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
292         * lib/vasprintf.c: Ditto.
293         * lib/xvasprintf.c: Ditto.
294         * tests/test-vasprintf-posix.c: Ditto.
295         * tests/test-vasprintf.c: Ditto.
296
297 2007-03-27  Bruno Haible  <bruno@clisp.org>
298
299         Make vasnprintf multithread-safe.
300         * lib/vasnprintf.c (decimal_point_char): New function.
301         (VASNPRINTF): Use it.
302         Suggested by Simon Josefsson.
303
304 2007-03-27  Eric Blake  <ebb9@byu.net>
305
306         Support sub-second birthtime on cygwin.
307         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
308         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
309         (get_stat_birthtime): Also work with st_birthtim.
310
311 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
312
313         * lib/stat-time.h (USE_BIRTHTIME): Remove.
314         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
315         (get_stat_birthtime_ns): Do not try to use "spare" fields.
316         (get_stat_birthtime_ns): Simplify compile-time tests.
317         (get_stat_birthtime): Change the API to look like
318         get_stat_mtime etc., except return a negative tv_nsec on error.
319         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
320         Don't check for "spare" fields.
321         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
322         or for struct stat.st_birthtime, as these tests aren't used.
323         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
324
325 2007-03-27  Bruno Haible  <bruno@clisp.org>
326
327         * lib/stat-time.h: Include <sys/stat.h>.
328
329 2007-03-27  James Youngman  <jay@gnu.org>
330
331         * lib/stat-time.h (get_stat_birthtime): New function for
332           retrieving st_birthtime as provided by UFS2 (hence *BSD).
333         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
334           and its variants.
335         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
336         * modules/stat-time-test: New file.
337         * tests/test-stat-time.c: New test, devised by Bruno Haible.
338
339 2007-03-26  Bruno Haible  <bruno@clisp.org>
340
341         Better support of signalling NaNs.
342         * lib/atanl.c: Include isnanl.h.
343         (atanl): Perform test for NaN at the beginning of the function and
344         through a call to isnanl.
345         * lib/cosl.c: Include isnanl.h.
346         (cosl): Perform test for NaN at the beginning of the function and
347         through a call to isnanl.
348         * lib/ldexpl.c: Include isnanl.h.
349         (ldexpl): Perform test for NaN through a call to isnanl.
350         * lib/logl.c: Include isnanl.h.
351         (logl): Perform test for NaN at the beginning of the function and
352         through a call to isnanl.
353         * lib/sinl.c: Include isnanl.h.
354         (sinl): Perform test for NaN at the beginning of the function and
355         through a call to isnanl.
356         * lib/sqrtl.c: Include isnanl.h.
357         (sqrtl): Perform test for NaN at the beginning of the function and
358         through a call to isnanl.
359         * lib/tanl.c: Include isnanl.h.
360         (tanl): Perform test for NaN at the beginning of the function and
361         through a call to isnanl.
362         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
363         * modules/mathl (Depends-on): Add isnanl.
364
365 2007-03-26  Eric Blake  <ebb9@byu.net>
366
367         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
368         regression in logic sense of previous patch.
369
370 2007-03-26  Bruno Haible  <bruno@clisp.org>
371
372         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
373         unportable shell command "if ! ...".
374         Reported by Ralf Wildenhues.
375
376 2007-03-25  Bruno Haible  <bruno@clisp.org>
377
378         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
379         <sysexits.h> file, and only add EX_CONFIG.
380         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
381         absolute file name and whether it is sufficient. Substitute also
382         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
383         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
384         ABSOLUTE_SYSEXITS_H into sysexits.h.
385
386 2007-03-25  Bruno Haible  <bruno@clisp.org>
387
388         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
389         hints is NULL.
390
391 2007-03-25  Bruno Haible  <bruno@clisp.org>
392
393         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
394         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
395
396 2007-03-25  Bruno Haible  <bruno@clisp.org>
397
398         * lib/vasnprintf.c: Include langinfo.h.
399         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
400         multithread-safe.
401         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
402         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
403         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
404         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
405         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
406         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
407         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
408         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
409         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
410         Reported by Simon Josefsson.
411
412 2007-03-25  Bruno Haible  <bruno@clisp.org>
413
414         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
415         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
416         * modules/vasnprintf (Depends-on): Add stdint.
417
418 2007-03-25  Bruno Haible  <bruno@clisp.org>
419
420         * modules/fpieee: New file.
421         * m4/fpieee.m4: New file.
422         * modules/isnan-nolibm (Depends-on): Add fpieee.
423         * modules/isnanl-nolibm (Depends-on): Add fpieee.
424         * modules/isnanl (Depends-on): Add fpieee.
425
426 2007-03-25  Bruno Haible  <bruno@clisp.org>
427
428         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
429
430 2007-03-25  Bruno Haible  <bruno@clisp.org>
431
432         Avoid test failures on IRIX 6.5.
433         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
434         (main): Use it.
435         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
436         macros.
437         (main): Use them.
438
439 2007-03-25  Bruno Haible  <bruno@clisp.org>
440
441         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
442         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
443         exists but doesn't work.
444         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
445         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
446         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
447         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
448
449 2007-03-25  Bruno Haible  <bruno@clisp.org>
450
451         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
452         returns inf. Needed on IRIX 6.5.
453
454 2007-03-25  Bruno Haible  <bruno@clisp.org>
455
456         * tests/test-frexpl.c: Include isnanl-nolibm.h.
457         (main): Use isnanl instead of x != x idiom.
458         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
459
460         * tests/test-frexp.c: Include isnan.h.
461         (main): Use isnan instead of x != x idiom.
462         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
463
464 2007-03-25  Bruno Haible  <bruno@clisp.org>
465
466         * tests/test-frexp.c (NaN): New function/macro.
467         (main): Use it instead of 0.0 / 0.0.
468         * tests/test-isnan.c (NaN): New function/macro.
469         (main): Use it instead of 0.0 / 0.0.
470         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
471         (test_function): Use it instead of 0.0 / 0.0.
472         * tests/test-vasprintf-posix.c (NaN): New function/macro.
473         (test_function): Use it instead of 0.0 / 0.0.
474         * tests/test-snprintf-posix.h (NaN): New function/macro.
475         (test_function): Use it instead of 0.0 / 0.0.
476         * tests/test-sprintf-posix.h (NaN): New function/macro.
477         (test_function): Use it instead of 0.0 / 0.0.
478         * tests/test-fprintf-posix.h (NaN): New function/macro.
479         (test_function): Use it instead of 0.0 / 0.0.
480         * tests/test-printf-posix.h (NaN): New function/macro.
481         (test_function): Use it instead of 0.0 / 0.0.
482
483         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
484
485 2007-03-25  Bruno Haible  <bruno@clisp.org>
486
487         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
488
489 2007-03-25  Bruno Haible  <bruno@clisp.org>
490
491         * lib/regexec.c (merge_state_with_log): Make static.
492
493 2007-03-25  Bruno Haible  <bruno@clisp.org>
494
495         * lib/trigl.c (kernel_rem_pio2): Make static.
496
497 2007-03-25  Bruno Haible  <bruno@clisp.org>
498
499         * lib/sincosl.c (sincosl_table): Make static.
500
501 2007-03-25  Bruno Haible  <bruno@clisp.org>
502
503         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
504         if the compiler does not support C99.
505
506 2007-03-25  Bruno Haible  <bruno@clisp.org>
507
508         * modules/time (Makefile.am): Ensure all rule action lines start with a
509         tab.
510
511 2007-03-24  Bruno Haible  <bruno@clisp.org>
512
513         * modules/tsearch-tests: New file.
514         * tests/test-tsearch.sh: New file.
515         * tests/test-tsearch.c: New file, mostly copied from glibc.
516
517         * modules/search-tests: New file.
518         * tests/test-search.c: New file.
519
520         * modules/search: New file.
521         * lib/search_.h: New file, incorporating lib/tsearch.h.
522         * m4/search_h.m4: New file.
523         * lib/tsearch.h: Remove file.
524         * lib/tsearch.c: Include search.h instead of tsearch.h.
525         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
526         HAVE_TSEARCH.
527         * modules/tsearch (Files): Remove lib/tsearch.h.
528         (Depends-on): Add search.
529         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
530         (Include): Change tsearch.h into search.h.
531
532 2007-03-24  Bruno Haible  <bruno@clisp.org>
533
534         * modules/fpucw: New file.
535         * lib/fpucw.h: New file.
536         * lib/frexp.c: Include fpucw.h.
537         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
538         (FUNC): Use them.
539         * lib/printf-frexp.c: Include fpucw.h.
540         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
541         (FUNC): Use them.
542         * lib/vasnprintf.c: Include fpucw.h.
543         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
544         'long double' calculations.
545         * tests/test-frexpl.c: Include fpucw.h.
546         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
547         * tests/test-printf-frexpl.c: Include fpucw.h.
548         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
549         * modules/frexpl (Depends-on): Add fpucw.
550         * modules/printf-frexpl (Depends-on): Likewise.
551         * modules/fprintf-posix (Depends-on): Likewise.
552         * modules/snprintf-posix (Depends-on): Likewise.
553         * modules/sprintf-posix (Depends-on): Likewise.
554         * modules/vasnprintf-posix (Depends-on): Likewise.
555         * modules/vasprintf-posix (Depends-on): Likewise.
556         * modules/vfprintf-posix (Depends-on): Likewise.
557         * modules/vsnprintf-posix (Depends-on): Likewise.
558         * modules/vsprintf-posix (Depends-on): Likewise.
559         * modules/frexpl-tests (Depends-on): Likewise.
560         * modules/printf-frexpl-tests (Depends-on): Likewise.
561
562 2007-03-24  Bruno Haible  <bruno@clisp.org>
563
564         * lib/float+.h: New file.
565         * lib/isnan.c: Include float+.h.
566         (SIZE): New macro.
567         (FUNC): Compare only SIZE bytes of the value.
568         * lib/vasnprintf.c: Include float+.h.
569         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
570         SIZEOF_LDBL or SIZEOF_DBL bytes.
571         * modules/isnan-nolibm (Files): Add lib/float+.h.
572         * modules/isnanl-nolibm (Files): Add lib/float+.h.
573         * modules/isnanl (Files): Add lib/float+.h.
574         * modules/vasnprintf (Files): Add lib/float+.h.
575
576 2007-03-24  Bruno Haible  <bruno@clisp.org>
577
578         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
579         include isnanl-nolibm.h.
580
581 2007-03-24  Bruno Haible  <bruno@clisp.org>
582
583         * tests/test-read-file.c (main): Don't produce spurious output for
584         expected situations. Make the test fail if it encountered unexpected
585         results.
586
587 2007-03-24  Bruno Haible  <bruno@clisp.org>
588
589         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
590         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
591
592 2007-03-24  Bruno Haible  <bruno@clisp.org>
593
594         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
595
596 2007-03-24  Bruno Haible  <bruno@clisp.org>
597
598         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
599         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
600
601         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
602         * modules/utf8-ucs4: Turn into a symbolic link to module
603         unistr/u8-mbtouc.
604
605         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
606         utf8-ucs4-unsafe.
607         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
608         unistr/u8-mbtouc-unsafe.
609
610         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
611         * modules/utf16-ucs4: Turn into a symbolic link to module
612         unistr/u16-mbtouc.
613
614         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
615         utf16-ucs4-unsafe.
616         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
617         unistr/u16-mbtouc-unsafe.
618
619         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
620         * modules/ucs4-utf8: Turn into a symbolic link to module
621         unistr/u8-ubtomb.
622
623         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
624         * modules/ucs4-utf16: Turn into a symbolic link to module
625         unistr/u16-ubtomb.
626
627 2007-03-24  Bruno Haible  <bruno@clisp.org>
628
629         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
630         Enable the function only if HAVE_INLINE.
631         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
632         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
633         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
634         Enable the function only if HAVE_INLINE.
635         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
636         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
637         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
638         Enable the function only if HAVE_INLINE.
639         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
640         Enable the function only if HAVE_INLINE.
641         * modules/utf8-ucs4: Update.
642         * modules/utf8-ucs4-unsafe: Update.
643         * modules/utf16-ucs4: Update.
644         * modules/utf16-ucs4-unsafe: Update.
645         * modules/ucs4-utf8: Update.
646         * modules/ucs4-utf16: Update.
647
648 2007-03-24  Bruno Haible  <bruno@clisp.org>
649
650         * lib/utf8-ucs4.h: Remove file.
651         * lib/utf8-ucs4-unsafe.h: Remove file.
652         * lib/utf16-ucs4.h: Remove file.
653         * lib/utf16-ucs4-unsafe.h: Remove file.
654         * lib/ucs4-utf8.h: Remove file.
655         * lib/ucs4-utf16.h: Remove file.
656         * lib/unistr.h: Include their previous contents.
657         * m4/utf-ucs4.m4: Remove file.
658         * m4/ucs4-utf.m4: Remove file.
659         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
660         (Depends-on): Add unistr/base.
661         (configure.ac): Remove gl_UTF_UCS4.
662         (Makefile.am): Update.
663         (Include): Change to unistr.h.
664         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
665         (Depends-on): Add unistr/base.
666         (configure.ac): Remove gl_UTF_UCS4.
667         (Makefile.am): Update.
668         (Include): Change to unistr.h.
669         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
670         (Depends-on): Add unistr/base.
671         (configure.ac): Remove gl_UTF_UCS4.
672         (Makefile.am): Update.
673         (Include): Change to unistr.h.
674         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
675         (Depends-on): Add unistr/base.
676         (configure.ac): Remove gl_UTF_UCS4.
677         (Makefile.am): Update.
678         (Include): Change to unistr.h.
679         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
680         (Depends-on): Add unistr/base.
681         (configure.ac): Remove gl_UCS4_UTF.
682         (Makefile.am): Update.
683         (Include): Change to unistr.h.
684         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
685         (Depends-on): Add unistr/base.
686         (configure.ac): Remove gl_UCS4_UTF.
687         (Makefile.am): Update.
688         (Include): Change to unistr.h.
689         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
690         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
691         utf8-ucs4-unsafe.h.
692         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
693         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
694         utf16-ucs4-unsafe.h.
695         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
696         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
697         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
698         * lib/unistr/u8-strchr.c: Likewise.
699         * lib/unistr/u8-strrchr.c: Likewise.
700         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
701         * lib/unistr/u16-strchr.c: Likewise.
702         * lib/unistr/u16-strrchr.c: Likewise.
703         * lib/striconveh.c: Update.
704         * lib/linebreak.c: Update.
705
706 2007-03-24  Bruno Haible  <bruno@clisp.org>
707
708         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
709         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
710
711 2007-03-22  Bruno Haible  <bruno@clisp.org>
712
713         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
714
715 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
716
717         * MODULES.html.sh (File system functions): New module write-any-file.
718         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
719         * m4/write-any-file.m4: New files.
720
721 2007-03-23  Eric Blake  <ebb9@byu.net>
722
723         * gnulib-tool: Rearrange space-tab sequences, since some editors
724         like to eat them.
725
726 2007-03-23  Eric Blake  <ebb9@byu.net>
727
728         * lib/version-etc.c (version_etc_va): Update license wording to
729         be more concise.  Recommended by Richard Stallman.
730
731 2007-03-22  Bruno Haible  <bruno@clisp.org>
732
733         * lib/poll.c (MSG_PEEK): New fallback definition.
734
735 2007-03-22  Bruno Haible  <bruno@clisp.org>
736
737         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
738         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
739         (main): Update.
740         Fixes a compilation error on BeOS.
741
742 2007-03-22  Bruno Haible  <bruno@clisp.org>
743
744         * modules/frexpl-tests: New file.
745         * tests/test-frexpl.c: New file.
746
747         * modules/frexpl: New file.
748         * m4/frexpl.m4: New file.
749         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
750         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
751         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
752         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
753         (Depends-on): Add frexpl. Remove isnanl-nolibm.
754         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
755
756 2007-03-22  Bruno Haible  <bruno@clisp.org>
757
758         * lib/frexpl.c: Share code with lib/frexp.c.
759         * modules/mathl (Files): Add lib/frexp.c.
760         (Depends-on): Add isnanl-nolibm.
761
762 2007-03-22  Bruno Haible  <bruno@clisp.org>
763
764         * modules/printf-frexp (Files): Add m4/frexp.m4.
765         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
766         only if the found frexp function actually works.
767
768 2007-03-22  Bruno Haible  <bruno@clisp.org>
769
770         * lib/frexp.c: Remove older implementation that uses divisions.
771
772 2007-03-21  Bruno Haible  <bruno@clisp.org>
773
774         * modules/frexp-tests: New file.
775         * tests/test-frexp.c: New file.
776
777         * modules/frexp: New file.
778         * lib/frexp.c: New file.
779         * m4/frexp.m4: New file.
780         * lib/math_.h (frexp): New declaration.
781         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
782         REPLACE_FREXP.
783         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
784
785 2007-03-21  Bruno Haible  <bruno@clisp.org>
786
787         * modules/isnanl-tests: New file.
788         * tests/test-isnanl.c: New file.
789
790         * modules/isnanl: New file.
791         * lib/isnanl.h: New file.
792         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
793         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
794         gl_FUNC_ISNANL_WORKS.
795         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
796         New macros.
797
798 2007-03-21  Bruno Haible  <bruno@clisp.org>
799
800         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
801         lib/isnanl.h.
802         (Include): Update.
803         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
804         * lib/vasnprintf.c: Update.
805         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
806         tests/test-isnanl.h, remove tests/test-isnanl.c.
807         (Makefile.am): Update.
808         * tests/test-isnanl-nolibm.c: New file.
809         * tests/test-isnanl.h: New file.
810         * tests/test-isnanl.c: Remove file.
811
812 2007-03-21  Jim Meyering  <jim@meyering.net>
813
814         When trying to open ".", treat ESTALE like EACCES.
815         * lib/savewd.c (savewd_save): Resort to forking not just upon
816         failure with EACCES, but also when errno is ESTALE.
817
818 2007-03-20  Bruno Haible  <bruno@clisp.org>
819
820         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
821         Needed on AIX 5.1. Reported by Matthew Woehlke.
822
823 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
824
825         Suggestions by Bruno Haible:
826         * lib/acl-internal.h: Include "gettext.h" rather than rolling
827         our own.
828         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
829         * modules/acl (Depends-on): Add gettext.
830
831 2007-03-19  Bruno Haible  <bruno@clisp.org>
832
833         * modules/iconvme: Remove file.
834         * lib/iconvme.h: Remove file.
835         * lib/iconvme.c: Remove file.
836         * m4/iconvme.m4: Remove file.
837
838 2007-03-19  Bruno Haible  <bruno@clisp.org>
839
840         * doc/relocatable-maint.texi: Break long shell script line.
841         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
842
843 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
844
845         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
846         handle file_has_acl.
847         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
848         * lib/acl.c: Move header inclusions and related macro defns into
849         lib/acl-internal.h.
850         (S_ISLNK): Remove defn, since that's now done for us.
851         (file_has_acl): Move to lib/file-has-acl.c.
852         Call acl_trivial if available.  This is the crucial part of the fix.
853         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
854         shared within the library.  Rewrite a bit, partly to make it compatible
855         with the GNU coding style.
856         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
857         Remove unnecessary double-quotes.
858         Don't test for acl_to_text; the build will catch that.
859         Replace acl_entries if it doesn't exist and it is needed.
860         Check for -lsec and acl_trivial (as used on Solaris 10).
861         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
862         lib/file-has-acl.c.
863         (Depends-on): Add sys_stat, for S_ISLNK.
864
865 2007-03-19  Ben Pfaff  <blp@gnu.org>
866
867         * doc/gnulib.texi: Fix typos.
868         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
869
870 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
871
872         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
873         If size is zero here, buf must be zero.
874
875 2007-03-19  Simon Josefsson  <simon@josefsson.org>
876
877         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
878         <bruno@clisp.org>.
879
880 2007-03-18  Bruno Haible  <bruno@clisp.org>
881
882         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
883         Suggested by Eric Blake.
884
885 2007-03-18  Ben Pfaff  <blp@gnu.org>
886
887         * doc/relocatable.texi: Recommend using as prefix a directory
888         that does not exist and will never be created.  Based on
889         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
890         and others.
891
892 2007-03-17  Bruno Haible  <bruno@clisp.org>
893
894         * lib/fchownat.c: Include lchown.h.
895
896 2007-03-17  Bruno Haible  <bruno@clisp.org>
897
898         Fix endless loop when the given allocated size was > INT_MAX.
899         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
900         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
901         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
902         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
903         * lib/sprintf.c (sprintf): Likewise.
904
905 2007-03-17  Bruno Haible  <bruno@clisp.org>
906
907         * tests/test-argp-2.sh (func_compare): Output a context diff.
908
909 2007-03-17  Bruno Haible  <bruno@clisp.org>
910
911         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
912         locale's decimal-point character.
913
914 2007-03-17  Bruno Haible  <bruno@clisp.org>
915
916         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
917         before comparing it. Needed because on some platforms (e.g. x86) a
918         'long double' occupies less bytes than sizeof (long double).
919
920 2007-03-17  Bruno Haible  <bruno@clisp.org>
921
922         * tests/test-crc.c (main): Make printf statements 64-bit clean.
923         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
924         * tests/test-getaddrinfo.c (simple): Likewise.
925         * tests/test-read-file.c (main): Likewise.
926
927 2007-03-17  Bruno Haible  <bruno@clisp.org>
928
929         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
930
931 2007-03-17  Bruno Haible  <bruno@clisp.org>
932
933         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
934         unused variable.
935
936 2007-03-17  Bruno Haible  <bruno@clisp.org>
937
938         * tests/test-c-strcasecmp.c: Include c-strcase.h.
939         * tests/test-c-strncasecmp.c: Likewise.
940
941 2007-03-17  Bruno Haible  <bruno@clisp.org>
942
943         * modules/stdlib (Depends-on): Add unistd.
944         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
945         Needed for MacOS X 10.3.
946
947 2007-03-17  Bruno Haible  <bruno@clisp.org>
948
949         * lib/unistr/u-strdup.h: Include <stdlib.h>.
950
951 2007-03-17  Bruno Haible  <bruno@clisp.org>
952
953         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
954
955 2007-03-17  Bruno Haible  <bruno@clisp.org>
956
957         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
958         to reflect files copied from gnulib (with or without modifications).
959         Suggested by Jim Meyering.
960
961 2007-03-17  Eric Blake  <ebb9@byu.net>
962
963         * NEWS: Document stdlib change from 2007-02-18.
964
965 2007-03-17  Jim Meyering  <jim@meyering.net>
966
967         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
968         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
969         someone uses a name containing shell meta-characters.
970         Reported by Alfred M. Szmidt.
971
972         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
973
974 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
975
976         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
977         and copy gettext configuration files only if configure.ac contains
978         a use of AM_GNU_GETTEXT_VERSION.
979
980 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
981
982         * build-aux/bootstrap (gnulib_name): New variable.
983         (gnulib_tool_options): Use it.
984
985 2007-03-13  Simon Josefsson  <simon@josefsson.org>
986
987         * tests/test-des.c: Use new namespace.
988
989 2007-03-15  Bruno Haible  <bruno@clisp.org>
990
991         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
992         Reported by James Youngman <jay@gnu.org>.
993
994 2007-03-15  Bruno Haible  <bruno@clisp.org>
995
996         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
997         declared prototype. Needed with cc on OSF/1 5.1.
998
999 2007-03-15  Bruno Haible  <bruno@clisp.org>
1000
1001         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
1002         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
1003         (struct gl_list_implementation): Add dispose_fn argument to the
1004         'create_empty', 'create' methods.
1005         (struct gl_list_impl_base): Add field 'dispose_fn'.
1006         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
1007         argument.
1008         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
1009         dispose_fn argument.
1010         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
1011         dispose_fn on the dropped values.
1012         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
1013         dispose_fn argument.
1014         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
1015         dropped values.
1016         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
1017         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1018         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
1019         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1020         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
1021         argument.
1022         (gl_tree_list_free): Call dispose_fn on the dropped values.
1023         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
1024         the dropped values.
1025         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1026         Add dispose_fn argument.
1027         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
1028         Call dispose_fn on the dropped values.
1029         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
1030         Add dispose_fn argument.
1031         (gl_sublist_create): Initialize the 'dispose_fn' field.
1032         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
1033         * tests/test-array_list.c (main): Update.
1034         * tests/test-carray_list.c (main): Update.
1035         * tests/test-avltree_list.c (main): Update.
1036         * tests/test-rbtree_list.c (main): Update.
1037         * tests/test-avltreehash_list.c (main): Update.
1038         * tests/test-rbtreehash_list.c (main): Update.
1039         * tests/test-linked_list.c (main): Update.
1040         * tests/test-linkedhash_list.c (main): Update.
1041         * tests/test-array_oset.c (main): Update.
1042
1043 2007-03-15  Bruno Haible  <bruno@clisp.org>
1044
1045         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
1046         (gl_oset_create_empty): Add dispose_fn argument.
1047         (struct gl_oset_implementation): Add dispose_fn argument to
1048         'create_empty' method.
1049         (struct gl_oset_impl_base): Add dispose_fn field.
1050         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
1051         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
1052         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
1053         values.
1054         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
1055         (gl_tree_oset_free): Call dispose_fn on the dropped values.
1056         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1057         dropped value.
1058         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1059         dropped value.
1060         * tests/test-array_oset.c (main): Update.
1061         * tests/test-avltree_oset.c (main): Update.
1062         * tests/test-rbtree_oset.c (main): Update.
1063         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
1064
1065 2007-03-13  Bruno Haible  <bruno@clisp.org>
1066
1067         * tests/test-stdbool.c (i): Update after last patch.
1068
1069 2007-03-12  Bruno Haible  <bruno@clisp.org>
1070
1071         * lib/quotearg.c: Include <wctype.h> early, before the definition of
1072         the iswprint macro. Needed on Solaris 2.5.1.
1073
1074 2007-03-12  Bruno Haible  <bruno@clisp.org>
1075
1076         * tests/test-printf-frexp.c (main): Declare x as volatile.
1077
1078 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1079
1080         * doc/gnulib.texi (Build robot for gnulib): New section.
1081
1082 2007-03-12  Jim Meyering  <jim@meyering.net>
1083
1084         * build-aux/bootstrap: New file.
1085         * build-aux/bootstrap.conf: New file, from coreutils.
1086
1087 2007-03-11  Bruno Haible  <bruno@clisp.org>
1088
1089         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
1090
1091 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1092
1093         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
1094         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
1095         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
1096
1097 2007-03-11  Bruno Haible  <bruno@clisp.org>
1098
1099         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
1100         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
1101
1102 2007-03-11  Bruno Haible  <bruno@clisp.org>
1103
1104         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
1105         formula. Needed for SunPRO C 5.0.
1106
1107 2007-03-11  Bruno Haible  <bruno@clisp.org>
1108
1109         * modules/long-options (Depends-on): Add getopt.
1110
1111 2007-03-11  Bruno Haible  <bruno@clisp.org>
1112
1113         * modules/modechange (Depends-on): Add stdbool.
1114
1115 2007-03-11  Bruno Haible  <bruno@clisp.org>
1116
1117         * modules/i-ring (Depends-on): Add stdbool.
1118
1119 2007-03-11  Bruno Haible  <bruno@clisp.org>
1120
1121         * modules/gc-des (Depends-on): Add stdbool.
1122
1123 2007-03-11  Bruno Haible  <bruno@clisp.org>
1124
1125         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
1126
1127 2007-03-11  Bruno Haible  <bruno@clisp.org>
1128
1129         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
1130
1131 2007-03-11  Bruno Haible  <bruno@clisp.org>
1132
1133         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
1134
1135 2007-03-11  Bruno Haible  <bruno@clisp.org>
1136
1137         * lib/vasnprintf.c (sprintf): Undefine.
1138
1139 2007-03-11  Bruno Haible  <bruno@clisp.org>
1140
1141         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
1142         initializers in SunPRO C and Compaq C compilers.
1143
1144 2007-03-11  Bruno Haible  <bruno@clisp.org>
1145
1146         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
1147         decrementing code ANSI C compliant.
1148
1149 2007-03-11  Bruno Haible  <bruno@clisp.org>
1150
1151         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
1152         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
1153
1154 2007-03-11  Bruno Haible  <bruno@clisp.org>
1155
1156         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
1157         <stdbool.h> substitute doesn't pass.
1158
1159 2007-03-11  Bruno Haible  <bruno@clisp.org>
1160
1161         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
1162
1163 2007-03-11  Bruno Haible  <bruno@clisp.org>
1164
1165         * gnulib-tool (func_create_megatestdir): Create also an autobuild
1166         script, for submission to autobuild.josefsson.org.
1167
1168 2007-03-10  Bruno Haible  <bruno@clisp.org>
1169
1170         * modules/canonicalize-lgpl-tests: New file.
1171         * tests/test-canonicalize-lgpl.sh: New file.
1172         * tests/test-canonicalize-lgpl.c: New file.
1173
1174         * modules/c-strcase-tests: New file.
1175         * tests/test-c-strcase.sh: New file.
1176         * tests/test-c-strcasecmp.c: New file.
1177         * tests/test-c-strncasecmp.c: New file.
1178
1179         * modules/atexit-tests: New file.
1180         * tests/test-atexit.sh: New file.
1181         * tests/test-atexit.c: New file.
1182
1183 2007-03-10  Bruno Haible  <bruno@clisp.org>
1184
1185         * tests/test-binary-io.sh: Use temporary filenames that are not so
1186         likely to clash with those of other tests (in a parallel make).
1187         * tests/test-binary-io.c: Likewise.
1188
1189 2007-03-10  Bruno Haible  <bruno@clisp.org>
1190
1191         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
1192         fallback; use #error instead.
1193         Suggested by Simon Josefsson.
1194
1195 2007-03-10  Bruno Haible  <bruno@clisp.org>
1196
1197         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
1198         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
1199         first and the last.
1200
1201 2007-03-10  Bruno Haible  <bruno@clisp.org>
1202
1203         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
1204
1205 2007-03-10  Bruno Haible  <bruno@clisp.org>
1206
1207         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
1208         "make distcheck".
1209         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
1210         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
1211         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
1212
1213 2007-03-10  Bruno Haible  <bruno@clisp.org>
1214
1215         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
1216         variable.
1217         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
1218         variable.
1219
1220 2007-03-09  Eric Blake  <ebb9@byu.net>
1221         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
1222
1223         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
1224         types are not being provided by gnulib.
1225         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
1226         types are supported.
1227
1228 2007-03-10  Bruno Haible  <bruno@clisp.org>
1229
1230         * lib/stdio_.h (__attribute__): New macro.
1231         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
1232         vsprintf): Specify __attribute__ __format__ for GCC.
1233         Suggested by Eric Blake.
1234
1235 2007-03-09  Bruno Haible  <bruno@clisp.org>
1236
1237         * modules/printf-posix-tests: New file.
1238         * tests/test-printf-posix.sh: New file.
1239         * tests/test-printf-posix.c: New file.
1240
1241         * modules/printf-posix: New file.
1242         * lib/printf.c: New file.
1243         * m4/printf-posix-rpl.m4: New file.
1244         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
1245         REPLACE_PRINTF.
1246         * lib/stdio_.h (printf): New declaration.
1247         (format, __format__, ____printf____, ____scanf____, ____strftime____,
1248         ____strfmon____): New macros.
1249         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
1250         REPLACE_PRINTF.
1251
1252 2007-03-09  Bruno Haible  <bruno@clisp.org>
1253
1254         * tests/test-vasnprintf-posix2.sh: New file.
1255         * tests/test-vasnprintf-posix2.c: New file.
1256         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
1257         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
1258         (Makefile.am): Activate test-vasnprintf-posix2.sh.
1259
1260         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
1261         a locale dependent decimal point, rather than always '.'.
1262
1263 2007-03-09  Eric Blake  <ebb9@byu.net>
1264
1265         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
1266         spite of platforms like Tandem/NSK that define it to -1.
1267
1268 2007-03-08  Bruno Haible  <bruno@clisp.org>
1269
1270         * modules/vprintf-posix-tests: New file.
1271         * tests/test-vprintf-posix.sh: New file.
1272         * tests/test-vprintf-posix.c: New file.
1273         * tests/test-printf-posix.h: New file.
1274
1275         * modules/vprintf-posix: New file.
1276         * lib/vprintf.c: New file.
1277         * m4/vprintf-posix.m4: New file.
1278         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
1279         REPLACE_VPRINTF.
1280         * lib/stdio_.h (vprintf): New declaration.
1281         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
1282         REPLACE_VPRINTF.
1283
1284 2007-03-08  Bruno Haible  <bruno@clisp.org>
1285
1286         * modules/fprintf-posix-tests: New file.
1287         * tests/test-fprintf-posix.sh: New file.
1288         * tests/test-fprintf-posix.c: New file.
1289
1290         * modules/fprintf-posix: New file.
1291         * lib/fprintf.c: New file.
1292         * m4/fprintf-posix.m4: New file.
1293         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
1294         REPLACE_FPRINTF.
1295         * lib/stdio_.h (fprintf): New declaration.
1296         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
1297         REPLACE_FPRINTF.
1298
1299 2007-03-08  Bruno Haible  <bruno@clisp.org>
1300
1301         * modules/vfprintf-posix-tests: New file.
1302         * tests/test-vfprintf-posix.sh: New file.
1303         * tests/test-vfprintf-posix.c: New file.
1304         * tests/test-fprintf-posix.h: New file.
1305         * tests/test-fprintf-posix.out: New file.
1306
1307         * modules/vfprintf-posix: New file.
1308         * lib/vfprintf.c: New file.
1309         * m4/vfprintf-posix.m4: New file.
1310         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
1311         REPLACE_VFPRINTF.
1312         * lib/stdio_.h (vfprintf): New declaration.
1313         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
1314         REPLACE_VFPRINTF.
1315
1316 2007-03-08  Bruno Haible  <bruno@clisp.org>
1317
1318         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
1319
1320 2007-03-08  Bruno Haible  <bruno@clisp.org>
1321
1322         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
1323         instead of 'expr' invocations.
1324         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1325         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1326         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1327         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1328         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1329         Suggested by Paul Eggert.
1330
1331 2007-03-08  Bruno Haible  <bruno@clisp.org>
1332
1333         * modules/fseterr-tests: New file.
1334         * tests/test-fseterr.c: New file.
1335
1336         * modules/fseterr: New file.
1337         * lib/fseterr.h: New file.
1338         * lib/fseterr.c: New file.
1339
1340 2007-03-08  Bruno Haible  <bruno@clisp.org>
1341
1342         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
1343         * lib/getopt_.h: Likewise.
1344         * lib/mbswidth.h: Likewise.
1345         * lib/setenv.h: Likewise.
1346         * lib/vasnprintf.h: Likewise.
1347         * lib/vasprintf.h: Likewise.
1348         * lib/verror.h: Likewise.
1349         * lib/xsetenv.h: Likewise.
1350         * lib/xvasprintf.h: Likewise.
1351
1352 2007-03-08  Jim Meyering  <jim@meyering.net>
1353
1354         * users.txt: Add parted.
1355
1356         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
1357
1358 2007-03-07  Bruno Haible  <bruno@clisp.org>
1359
1360         * m4/printf.m4: Make the shell script snippets copy&pastable.
1361
1362 2007-03-02  Bruno Haible  <bruno@clisp.org>
1363
1364         * lib/netinet_in_.h: New file.
1365         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
1366         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
1367         * modules/netinet_in (Files): Add lib/netinet_in_.h.
1368         (Depends-on): Add absolute-header.
1369         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
1370         into netinet/in.h.
1371
1372 2007-03-03  Bruno Haible  <bruno@clisp.org>
1373
1374         * lib/sys_select_.h: New file.
1375         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
1376         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
1377         * modules/sys_select (Files): Add lib/sys_select_.h.
1378         (Depends-on): Add absolute-header.
1379         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
1380         into sys/select.h.
1381
1382 2007-03-02  Bruno Haible  <bruno@clisp.org>
1383
1384         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
1385         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
1386         values.
1387         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
1388         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
1389         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
1390         * modules/sys_socket (Depends-on): Add absolute-header.
1391         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
1392         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
1393         (Include): Remove requirement of inclusion of <sys/types.h>.
1394
1395 2007-03-02  Bruno Haible  <bruno@clisp.org>
1396
1397         * lib/byteswap_.h (bswap_32): Fix formula.
1398
1399 2007-03-06  Bruno Haible  <bruno@clisp.org>
1400
1401         * modules/sprintf-posix-tests: New file.
1402         * tests/test-sprintf-posix.c: New file.
1403
1404         * modules/sprintf-posix: New file.
1405         * lib/sprintf.c: New file.
1406         * m4/sprintf-posix.m4: New file.
1407         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
1408         REPLACE_SPRINTF.
1409         * lib/stdio_.h (sprintf): New declaration.
1410         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
1411         REPLACE_SPRINTF.
1412
1413 2007-03-06  Bruno Haible  <bruno@clisp.org>
1414
1415         * modules/vsprintf-posix-tests: New file.
1416         * tests/test-vsprintf-posix.c: New file.
1417         * tests/test-sprintf-posix.h: New file.
1418
1419         * modules/vsprintf-posix: New file.
1420         * lib/vsprintf.c: New file.
1421         * m4/vsprintf-posix.m4: New file.
1422         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
1423         REPLACE_VSPRINTF.
1424         * lib/stdio_.h (vsprintf): New declaration.
1425         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
1426         REPLACE_VSPRINTF.
1427
1428 2007-03-06  Bruno Haible  <bruno@clisp.org>
1429
1430         * modules/vsnprintf (Depend-on): Remove minmax.
1431
1432 2007-03-06  Bruno Haible  <bruno@clisp.org>
1433
1434         * modules/snprintf-posix-tests: New file.
1435         * tests/test-snprintf-posix.c: New file.
1436
1437         * modules/snprintf-posix: New file.
1438         * m4/snprintf-posix.m4: New file.
1439         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
1440         gl_FUNC_SNPRINTF.
1441         (gl_FUNC_SNPRINTF): Invoke it.
1442         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
1443         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
1444         is set.
1445         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
1446
1447 2007-03-06  Bruno Haible  <bruno@clisp.org>
1448
1449         * modules/vsnprintf-posix-tests: New file.
1450         * tests/test-vsnprintf-posix.c: New file.
1451         * tests/test-snprintf-posix.h: New file.
1452
1453         * modules/vsnprintf-posix: New file.
1454         * m4/vsnprintf-posix.m4: New file.
1455         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
1456         gl_FUNC_VSNPRINTF.
1457         (gl_FUNC_VSNPRINTF): Invoke it.
1458         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
1459         * lib/stdio_.h (vsnprintf): Define as a replacement if
1460         REPLACE_VSNPRINTF is set.
1461         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
1462
1463 2007-03-06  Bruno Haible  <bruno@clisp.org>
1464
1465         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
1466         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
1467
1468 2007-03-06  Bruno Haible  <bruno@clisp.org>
1469
1470         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
1471         (asinl): Declare also if HAVE_DECL_ASINL is set.
1472         (atanl): Declare also if HAVE_DECL_ATANL is set.
1473         (ceill): Declare also if HAVE_DECL_CEILL is set.
1474         (cosl): Declare also if HAVE_DECL_COSL is set.
1475         (expl): Declare also if HAVE_DECL_EXPL is set.
1476         (floorl): Declare also if HAVE_DECL_FLOORL is set.
1477         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
1478         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
1479         (logl): Declare also if HAVE_DECL_LOGL is set.
1480         (sinl): Declare also if HAVE_DECL_SINL is set.
1481         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
1482         (tanl): Declare also if HAVE_DECL_TANL is set.
1483         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
1484         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
1485         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
1486         declaration of frexpl, ldexpl.
1487         * modules/printf-frexpl (Depends-on): Add math.
1488         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
1489
1490 2007-03-05  Bruno Haible  <bruno@clisp.org>
1491
1492         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
1493         frexpl and ldexpl are declared.
1494         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
1495
1496 2007-03-05  Bruno Haible  <bruno@clisp.org>
1497
1498         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
1499         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
1500
1501 2007-03-05  Bruno Haible  <bruno@clisp.org>
1502
1503         * lib/stdio_.h: Include <stddef.h>.
1504
1505 2007-03-05  Bruno Haible  <bruno@clisp.org>
1506
1507         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
1508
1509 2007-03-05  Bruno Haible  <bruno@clisp.org>
1510
1511         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
1512         NetBSD 4, from Ralf Wildenhues.
1513
1514 2007-03-04  Bruno Haible  <bruno@clisp.org>
1515
1516         * lib/vasprintf.h: Update #if logic for the case when the functions
1517         exist but are overridden.
1518
1519 2007-03-04  Bruno Haible  <bruno@clisp.org>
1520
1521         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
1522         implementations: glibc-2.4 and MacOS X 10.3.
1523         * tests/test-vasnprintf-posix.c (test_function): Test also the case
1524         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
1525         * tests/test-vasprintf-posix.c (test_function): Likewise.
1526
1527 2007-03-04  Bruno Haible  <bruno@clisp.org>
1528
1529         * modules/vasprintf-posix-tests: New file.
1530         * tests/test-vasprintf-posix.c: New file.
1531
1532         * modules/vasprintf-posix: New file.
1533         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
1534         defined.
1535         * m4/vasprintf-posix.m4: New file.
1536         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
1537         gl_FUNC_VASPRINTF.
1538         (gl_FUNC_VASPRINTF): Invoke it.
1539         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
1540         here.
1541         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
1542
1543 2007-03-04  Bruno Haible  <bruno@clisp.org>
1544
1545         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
1546         REPLACE_GETTIMEOFDAY.
1547         * modules/sys_time (Makefile.am): Likewise.
1548         * m4/sys_time_h.m4: Likewise.
1549         * m4/gettimeofday.m4: Likewise.
1550
1551 2007-03-04  Bruno Haible  <bruno@clisp.org>
1552
1553         * modules/vasnprintf-posix-tests: New file.
1554         * tests/test-vasnprintf-posix.c: New file.
1555
1556         * modules/vasnprintf-posix: New file.
1557         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
1558         printf-frexpl.h.
1559         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
1560         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
1561         REPLACE_VASNPRINTF is defined.
1562         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
1563         gl_FUNC_VASNPRINTF.
1564         (gl_FUNC_VASNPRINTF): Invoke it.
1565         * m4/vasnprintf-posix.m4: New file.
1566         * m4/printf.m4: New file.
1567
1568 2007-03-04  Bruno Haible  <bruno@clisp.org>
1569
1570         Compile progreloc.c only if --enable-relocatable is specified.
1571         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
1572         if --enable-relocatable was specified.
1573         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
1574         lib_SOURCES.
1575
1576 2007-03-04  Jim Meyering  <jim@meyering.net>
1577
1578         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
1579         Use it consistently, rather than enumerating errno constants.
1580
1581 2007-03-04  Bruno Haible  <bruno@clisp.org>
1582
1583         * modules/xvasprintf-tests: New file.
1584         * tests/test-xvasprintf.c: New file.
1585
1586         * modules/vasprintf-tests: New file.
1587         * tests/test-vasprintf.c: New file.
1588
1589         * modules/vasnprintf-tests: New file.
1590         * tests/test-vasnprintf.c: New file.
1591
1592         * modules/vsnprintf-tests: New file.
1593         * tests/test-vsnprintf.c: New file.
1594
1595         * modules/snprintf-tests: New file.
1596         * tests/test-snprintf.c: New file.
1597
1598 2007-03-04  Bruno Haible  <bruno@clisp.org>
1599
1600         Compile relocatable.c only if --enable-relocatable is specified.
1601         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
1602         gl_RELOCATABLE_LIBRARY.
1603         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
1604         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
1605         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
1606         gl_RELOCATABLE_LIBRARY.
1607         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
1608         (Makefile.am): Remove lib_SOURCES.
1609         * modules/relocatable-lib-lgpl (configure.ac): Invoke
1610         gl_RELOCATABLE_LIBRARY.
1611         (Makefile.am): Remove lib_SOURCES.
1612         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
1613         always.
1614         * modules/relocatable-prog-wrapper (configure.ac): Invoke
1615         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
1616
1617 2007-03-04  Bruno Haible  <bruno@clisp.org>
1618
1619         * modules/argmatch-tests: New file.
1620         * tests/test-argmatch.c: New file.
1621
1622         * tests/test-allocsa.c (main): Halve the number of loop runs.
1623
1624         * modules/alloca-opt-tests: New file.
1625         * tests/test-alloca-opt.c: New file.
1626
1627 2007-03-04  Jim Meyering  <jim@meyering.net>
1628
1629         Work around difference between Linux ACLs and Solaris 10 ZFS.
1630         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
1631         for EINVAL.
1632
1633 2007-03-03  Bruno Haible  <bruno@clisp.org>
1634
1635         * modules/relocatable-prog (Depends-on): Add back progreloc's
1636         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
1637
1638 2007-03-03  Bruno Haible  <bruno@clisp.org>
1639
1640         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
1641         * modules/relocatable-lib: New file.
1642
1643 2007-03-03  Bruno Haible  <bruno@clisp.org>
1644
1645         * modules/relocatable-prog: Renamed from modules/relocatable.
1646         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
1647
1648 2007-03-03  Bruno Haible  <bruno@clisp.org>
1649
1650         * modules/relocatable-script (Files): Add doc/relocatable.texi,
1651         m4/relocatable-lib.m4.
1652         (Depends-on): Remove 'relocatable'.
1653         (configure.ac): Add gl_RELOCATABLE_NOP.
1654
1655 2007-03-03  Bruno Haible  <bruno@clisp.org>
1656
1657         * modules/relocatable-prog-wrapper: New file.
1658         * modules/relocatable (Depends-on): Add it. Remove all other
1659         dependencies except progname.
1660         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
1661
1662         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
1663         (gl_FUNC_STRERROR): Nop.
1664         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
1665
1666         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
1667         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
1668
1669         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
1670         (gl_FUNC_READLINK): Update.
1671
1672         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
1673
1674 2007-03-03  Bruno Haible  <bruno@clisp.org>
1675
1676         * lib/xreadlink.c: Include <unistd.h> unconditionally.
1677         * modules/xreadlink (Depends-on): Add unistd.
1678         * modules/xreadlink-with-size (Depends-on): Likewise.
1679
1680 2007-03-03  Bruno Haible  <bruno@clisp.org>
1681
1682         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
1683         extracted from gt_FUNC_SETENV.
1684         (gt_FUNC_SETENV): Remove macro.
1685         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
1686         remove gt_FUNC_SETENV.
1687
1688 2007-03-03  Bruno Haible  <bruno@clisp.org>
1689
1690         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
1691         ENABLE_RELOCATABLE here.
1692         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
1693
1694 2007-03-03  Bruno Haible  <bruno@clisp.org>
1695
1696         * modules/rbtreehash-list-tests (Depends-on): Add progname.
1697         * tests/test-rbtreehash_list.c: Include progname.h.
1698         (main): Call set_program_name.
1699
1700         * modules/rbtree-oset-tests (Depends-on): Add progname.
1701         * tests/test-rbtree_oset.c: Include progname.h.
1702         (main): Call set_program_name.
1703
1704         * modules/rbtree-list-tests (Depends-on): Add progname.
1705         * tests/test-rbtree_list.c: Include progname.h.
1706         (main): Call set_program_name.
1707
1708         * modules/linked-list-tests (Depends-on): Add progname.
1709         * tests/test-linked_list.c: Include progname.h.
1710         (main): Call set_program_name.
1711
1712 2007-03-03  Bruno Haible  <bruno@clisp.org>
1713
1714         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
1715         All uses of __restrict changed to _Restrict_.
1716         * lib/glob_.h (__restrict): Remove macro.
1717
1718 2007-03-02  Bruno Haible  <bruno@clisp.org>
1719
1720         * modules/gettext (configure.ac): Require gettext infrastructure
1721         from version 0.16.1.
1722
1723 2007-03-02  Bruno Haible  <bruno@clisp.org>
1724
1725         * modules/linkedhash-list-tests (Depends-on): Add progname.
1726         * tests/test-linkedhash_list.c: Include progname.h.
1727         (main): Call set_program_name.
1728
1729         * modules/carray-list-tests (Depends-on): Add progname.
1730         * tests/test-carray_list.c: Include progname.h.
1731         (main): Call set_program_name.
1732
1733         * modules/avltreehash-list-tests (Depends-on): Add progname.
1734         * tests/test-avltreehash_list.c: Include progname.h.
1735         (main): Call set_program_name.
1736
1737         * modules/avltree-oset-tests (Depends-on): Add progname.
1738         * tests/test-avltree_oset.c: Include progname.h.
1739         (main): Call set_program_name.
1740
1741         * modules/avltree-list-tests (Depends-on): Add progname.
1742         * tests/test-avltree_list.c: Include progname.h.
1743         (main): Call set_program_name.
1744
1745         * modules/array-oset-tests (Depends-on): Add progname.
1746         * tests/test-array_oset.c: Include progname.h.
1747         (main): Call set_program_name.
1748
1749         * modules/array-list-tests (Depends-on): Add progname.
1750         * tests/test-array_list.c: Include progname.h.
1751         (main): Call set_program_name.
1752
1753         * modules/argp-tests (Depends-on): Add progname.
1754         * tests/test-argp.c: Include argp.h first. Include progname.h.
1755         (main): Call set_program_name.
1756
1757 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1758
1759         * doc/gnulib-tool.texi (Initial import): Reword description of
1760         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
1761         limited effect even if defined after the first system include.
1762
1763 2007-03-01  Bruno Haible  <bruno@clisp.org>
1764
1765         * build-aux/config.libpath: Update to libtool-1.5.22.
1766         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1767
1768 2007-03-01  Bruno Haible  <bruno@clisp.org>
1769
1770         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
1771         foo_CFLAGS.
1772         Reported by Ralf Wildenhues.
1773
1774 2007-03-01  Bruno Haible  <bruno@clisp.org>
1775
1776         * build-aux/install-reloc: Remove object files left over by some
1777         compilers.
1778         Reported by Ralf Wildenhues.
1779
1780 2007-03-01  Bruno Haible  <bruno@clisp.org>
1781
1782         * build-aux/install-reloc: Break long lines.
1783
1784 2007-03-01  Bruno Haible  <bruno@clisp.org>
1785
1786         * doc/relocatable.texi: Document that it may not work on OpenBSD.
1787         Reported by Ralf Wildenhues.
1788
1789 2007-03-01  Bruno Haible  <bruno@clisp.org>
1790
1791         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
1792         include ordering constraints.
1793
1794 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1795
1796         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
1797         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
1798         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
1799         as another example.
1800         * lib/time_.h: Fix misspelling.
1801         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1802         Require gl_HEADER_TIME_H_DEFAULTS.
1803         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
1804         * m4/time_r.m4 (gl_TIME_R): Likewise.
1805         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
1806
1807 2007-03-01  Bruno Haible  <bruno@clisp.org>
1808
1809         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
1810         * m4/utimens.m4 (gl_UTIMENS): Likewise.
1811
1812 2007-03-01  Jim Meyering  <jim@meyering.net>
1813
1814         * modules/xreadlink (Maintainer): Add my name.
1815         * modules/xreadlink-with-size (Depends-on): Alphabetize.
1816
1817 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
1818             Bruno Haible  <bruno@clisp.org>
1819
1820         * build-aux/install-reloc: Compile also c-ctype.c.
1821         * build-aux/relocatable.sh.in: New file.
1822         * doc/relocatable.texi: New file.
1823         * doc/relocatable-maint.texi: New file.
1824         * doc/gnulib.texi: Include relocatable-maint.texi.
1825         * lib/progreloc.c: Include unistd.h unconditionally.
1826         * lib/relocwrapper.c: Include unistd.h unconditionally.
1827         Include c-ctype.h.
1828         (add_dotbin): Use c_tolower.
1829         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
1830         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
1831         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
1832         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
1833         to m4/relocatable-lib.m4.
1834         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
1835         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
1836         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
1837         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
1838         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
1839         * modules/relocatable: New file.
1840         * modules/relocatable-lib: New file.
1841         * modules/relocatable-script: New file.
1842
1843 2007-02-28  Bruno Haible  <bruno@clisp.org>
1844
1845         Import --enable-relocatable infrastructure.
1846         * build-aux/config.libpath: New file, from GNU gettext.
1847         * build-aux/install-reloc: New file, from GNU gettext.
1848         * build-aux/reloc-ldflags: New file, from GNU gettext.
1849         * lib/relocatable.h: New file, from GNU gettext.
1850         * lib/relocatable.c: New file, from GNU gettext.
1851         * lib/relocwrapper.c: New file, from GNU gettext.
1852         * m4/relocatable.m4: New file, from GNU gettext.
1853
1854 2007-02-28  Bruno Haible  <bruno@clisp.org>
1855
1856         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
1857
1858         * modules/xreadlink: New file, from GNU gettext with modifications.
1859         * lib/xreadlink.c: New file, from GNU gettext.
1860         * lib/xreadlink.h: Add comments.
1861         (xreadlink): New declaration.
1862
1863         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
1864         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
1865         lib/xreadlink-with-size.c.
1866         (configure.ac): Remove gl_XREADLINK invocation.
1867         (Makefile.am): Augment lib_SOURCES.
1868         * m4/xreadlink.m4: Remove file.
1869         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
1870         (xreadlink_with_size): Renamed from xreadink.
1871         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
1872         * modules/canonicalize (Depends-on): Replace xreadlink with
1873         xreadlink-with-size.
1874         * lib/canonicalize.c (canonicalize_filename_mode): Update.
1875
1876 2007-02-25  Jim Meyering  <jim@meyering.net>
1877
1878         * build-aux/announce-gen: When complaining about excess arguments,
1879         list them.
1880
1881 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
1882
1883         * README: Document signed integer overflow situation more
1884         accurately.
1885
1886 2007-02-25  Bruno Haible  <bruno@clisp.org>
1887
1888         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
1889         'a' or 'A' conversion.
1890
1891 2007-02-25  Bruno Haible  <bruno@clisp.org>
1892
1893         * modules/filename: Renamed from modules/pathname.
1894         (Files): Replace lib/pathname.h with lib/filename.h. Replace
1895         lib/concatpath.c with lib/concat-filename.c.
1896         (Makefile.am): Update.
1897         (Include): Replace pathname.h with filename.h.
1898         * lib/filename.h: Renamed from lib/pathname.h.
1899         (concatenated_filename): Renamed from concatenated_pathname.
1900         * lib/concat-filename.c: Renamed from lib/concatpath.c.
1901         (concatenated_filename): Renamed from concatenated_pathname.
1902         * lib/findprog.c: Include filename.h instead of pathname.h.
1903         (find_in_path): Update.
1904         * lib/javacomp.c: Include filename.h instead of pathname.h.
1905         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
1906         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
1907         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
1908         is_oldgcj_14_13_usable, is_javac_usable): Update.
1909         * lib/javaexec.c: Include filename.h instead of pathname.h.
1910         (execute_java_class): Update.
1911         * modules/findprog: Update.
1912         * modules/javacomp: Update.
1913         * modules/javaexec: Update.
1914         * MODULES.html.sh (File system functions): Add 'filename', remove
1915         'pathname'.
1916
1917 2007-02-25  Bruno Haible  <bruno@clisp.org>
1918
1919         * modules/printf-frexpl-tests: New file.
1920         * tests/test-printf-frexpl.c: New file.
1921
1922         * modules/printf-frexpl: New file.
1923         * lib/printf-frexpl.h: New file.
1924         * lib/printf-frexpl.c: New file.
1925         * m4/printf-frexpl.m4: New file.
1926
1927 2007-02-25  Bruno Haible  <bruno@clisp.org>
1928
1929         * modules/printf-frexp-tests: New file.
1930         * tests/test-printf-frexp.c: New file.
1931
1932         * modules/printf-frexp: New file.
1933         * lib/printf-frexp.h: New file.
1934         * lib/printf-frexp.c: New file.
1935         * m4/printf-frexp.m4: New file.
1936
1937 2007-02-25  Bruno Haible  <bruno@clisp.org>
1938
1939         Assume automake >= 1.10 for the tests.
1940         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
1941         * modules/arctwo-tests: Likewise.
1942         * modules/argp-tests: Likewise.
1943         * modules/avltree-list-tests: Likewise.
1944         * modules/avltree-oset-tests: Likewise.
1945         * modules/avltreehash-list-tests: Likewise.
1946         * modules/carray-list-tests: Likewise.
1947         * modules/crc-tests: Likewise.
1948         * modules/des-tests: Likewise.
1949         * modules/gc-arcfour-tests: Likewise.
1950         * modules/gc-arctwo-tests: Likewise.
1951         * modules/gc-des-tests: Likewise.
1952         * modules/gc-hmac-md5-tests: Likewise.
1953         * modules/gc-hmac-sha1-tests: Likewise.
1954         * modules/gc-md2-tests: Likewise.
1955         * modules/gc-md4-tests: Likewise.
1956         * modules/gc-md5-tests: Likewise.
1957         * modules/gc-pbkdf2-sha1-tests: Likewise.
1958         * modules/gc-rijndael-tests: Likewise.
1959         * modules/gc-sha1-tests: Likewise.
1960         * modules/gc-tests: Likewise.
1961         * modules/getaddrinfo-tests: Likewise.
1962         * modules/hmac-md5-tests: Likewise.
1963         * modules/hmac-sha1-tests: Likewise.
1964         * modules/linked-list-tests: Likewise.
1965         * modules/linkedhash-list-tests: Likewise.
1966         * modules/lock-tests: Likewise.
1967         * modules/md2-tests: Likewise.
1968         * modules/md4-tests: Likewise.
1969         * modules/md5-tests: Likewise.
1970         * modules/rbtree-list-tests: Likewise.
1971         * modules/rbtree-oset-tests: Likewise.
1972         * modules/rbtreehash-list-tests: Likewise.
1973         * modules/read-file-tests: Likewise.
1974         * modules/rijndael-tests: Likewise.
1975         * modules/stdint-tests: Likewise.
1976         * modules/tls-tests: Likewise.
1977
1978 2007-02-24  Bruno Haible  <bruno@clisp.org>
1979
1980         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
1981         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
1982         function; instead check whether isnan with a double argument links.
1983         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
1984         function; instead check whether isnan with a 'long double' argument
1985         links.
1986         Reported by Eric Blake <ebb9@byu.net>.
1987
1988 2007-02-24  Bruno Haible  <bruno@clisp.org>
1989
1990         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
1991         defined.
1992         * lib/isnanl.c: Remove all code. Just include isnan.c.
1993         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
1994
1995 2007-02-25  Jim Meyering  <jim@meyering.net>
1996
1997         Avoid conflicting types for 'unsetenv' on FreeBSD.
1998         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
1999         conflicting with FreeBSD's (5.0 and 6.1) function declaration
2000         in stdlib.h.
2001
2002 2007-02-24  Bruno Haible  <bruno@clisp.org>
2003
2004         * modules/isnanl-nolibm-tests: New file.
2005         * tests/test-isnanl.c: New file.
2006
2007         * modules/isnanl-nolibm: New file.
2008         * lib/isnanl.h: New file.
2009         * lib/isnanl.c: New file.
2010         * m4/isnanl.m4: New file.
2011
2012 2007-02-24  Bruno Haible  <bruno@clisp.org>
2013
2014         * modules/isnan-nolibm-tests: New file.
2015         * tests/test-isnan.c: New file.
2016
2017         * modules/isnan-nolibm: New file.
2018         * lib/isnan.h: New file.
2019         * lib/isnan.c: New file.
2020         * m4/isnan.m4: New file.
2021
2022 2007-02-24  Bruno Haible  <bruno@clisp.org>
2023
2024         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
2025         assume that an exponent fits in 20 bits.
2026
2027 2007-02-24  Jim Meyering  <jim@meyering.net>
2028
2029         * m4/regex.m4: Update the description of the configure-time option,
2030         --without-included-regex, to state accurately what the defaults are,
2031         and perhaps to give people an idea why using this option is risky.
2032
2033 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
2034
2035         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
2036         loops on small arguments.  This attempts to avoid the problem
2037         Bruno Haible reported for AIX 4.3.2 in
2038         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
2039
2040 2007-02-23  Bruno Haible  <bruno@clisp.org>
2041
2042         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
2043         Needed for help2man.
2044
2045 2007-02-23  Karl Berry  <karl@gnu.org>
2046
2047         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
2048         exists, foo.h should be cvs-ignored, not committed.
2049
2050 2007-02-23  Eric Blake  <ebb9@byu.net>
2051
2052         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
2053         * lib/stat-time.h (includes): Likewise.
2054         * lib/utimecmp.c (includes): Likewise.
2055         * lib/utimens.h (includes): Likewise.
2056         * lib/getdate.y (includes): Also include "timespec.h" for use
2057         internal to the module.
2058         * modules/utimens (Depends-on): Revert yesterday's patch.
2059         * modules/nanosleep (Depends-on): Add missing dependency.
2060
2061 2007-02-22  Bruno Haible  <bruno@clisp.org>
2062
2063         * lib/glob.c: Don't include getlogin_r.h.
2064
2065 2007-02-22  Jim Meyering  <jim@meyering.net>
2066
2067         * modules/utimens (Depends-on): Add timespec, required for
2068         utimens.h's inclusion of timespec.h.
2069
2070 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
2071
2072         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
2073         long unreadable paths in GNU/Linux.  Problem reported by Andreas
2074         Schwab in
2075         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
2076         I'll try to think of a better way to fix the Solaris problem.
2077
2078         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
2079         like glibc; on Solaris 10, it fails with errno == EINVAL.
2080         POSIX says the behavior is unspecified if the first argument is NULL,
2081         so play it safe and never pass NULL to the system getcwd.
2082
2083 2007-02-21  Jim Meyering  <jim@meyering.net>
2084
2085         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
2086         of gettimeofday.  It would conflict with the one now always
2087         provided via sys_time_.h.  Reported by Matthew Woehlke, as
2088         an IRIX 6.5 build failure.
2089
2090 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2091
2092         Minor fixups to port to Solaris 10 with Sun C 5.8.
2093         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
2094         * modules/getcwd (Depends-on): Add dirfd.
2095         * lib/putenv.c (putenv): #undef it.
2096         (rpl_putenv): New decl.
2097         (malloc, free): Include <stdlib.h> rather than prototyping separately.
2098
2099 2007-02-20  Bruno Haible  <bruno@clisp.org>
2100
2101         * modules/stdio-tests: New file.
2102         * tests/test-stdio.c: New file.
2103
2104         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
2105         (Depends-on): Add stdio.
2106         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2107         (Include): Use <stdio.h> instead of vsnprintf.h.
2108         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2109         HAVE_DECL_VSNPRINTF.
2110         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
2111
2112         * modules/snprintf (Files): Remove lib/snprintf.h.
2113         (Depends-on): Add stdio.
2114         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2115         (Include): Use <stdio.h> instead of snprintf.h.
2116         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2117         HAVE_DECL_SNPRINTF.
2118         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
2119         * lib/getaddrinfo.c: Likewise.
2120
2121         * modules/stdio: New file.
2122         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
2123         * lib/snprintf.h: Remove file.
2124         * lib/vsnprintf.h: Remove file.
2125         * lib/.cppi-disable: Remove snprintf.h.
2126         * m4/stdio_h.m4: New file.
2127         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
2128
2129 2007-02-20  Jim Meyering  <jim@meyering.net>
2130
2131         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
2132         used by e.g., mingw.  From Bruno Haible.
2133
2134 2007-02-19  Bruno Haible  <bruno@clisp.org>
2135
2136         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
2137         warnings.
2138         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2139
2140 2007-02-19  Bruno Haible  <bruno@clisp.org>
2141
2142         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
2143         from mingw users.
2144
2145 2007-02-19  Bruno Haible  <bruno@clisp.org>
2146
2147         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
2148         warnings.
2149         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
2150
2151 2007-02-19  Jim Meyering  <jim@meyering.net>
2152
2153         Don't use FD after a successful "fdopendir (fd)".
2154         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
2155         Reset it by calling dirfd on the just-obtained DIR*.
2156
2157         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
2158         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
2159
2160 2007-02-18  Bruno Haible  <bruno@clisp.org>
2161
2162         * lib/readlink.c: Include <unistd.h>.
2163         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
2164         HAVE_READLINK.
2165         * modules/readlink (Depends-on): Add unistd.
2166         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2167         (Include): Add <unistd.h>.
2168
2169         * lib/getlogin_r.h: Remove file.
2170         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
2171         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
2172         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
2173         HAVE_DECL_GETLOGIN_R.
2174         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
2175         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2176         (Include): Use <unistd.h> instead of getlogin_r.h.
2177
2178         * lib/getcwd.h: Remove file.
2179         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
2180         * lib/xgetcwd.c: Likewise.
2181         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
2182         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
2183         * modules/getcwd (Files): Remove lib/getcwd.h.
2184         (Depends-on): Add unistd.
2185         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2186         (Include): Use <unistd.h> instad of getcwd.h.
2187
2188         * lib/ftruncate.c: Include <unistd.h> first.
2189         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
2190         Set HAVE_FTRUNCATE.
2191         * modules/ftruncate (Depends-on): Add unistd.
2192         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2193
2194         * lib/fchdir.c: Include <unistd.h> first.
2195         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
2196         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
2197         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
2198         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2199         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
2200
2201         * lib/dup2.c: Include <unistd.h> first.
2202         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
2203         HAVE_DUP2.
2204         * modules/dup2 (Depends-on): Add unistd.
2205         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2206
2207         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
2208         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
2209         REPLACE_CHOWN. Don't define chown as a macro here.
2210         * modules/chown (Depends-on): Add unistd.
2211         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2212
2213         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
2214         Add definition for GL_LINK_WARNING.
2215         (chown, dup2): New declarations.
2216         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
2217         link warning.
2218         (ftruncate): New declaration.
2219         (getcwd): New declaration, taken from old getcwd.h.
2220         (getlogin_r): New declaration, taken from old getlogin_r.h.
2221         (readlink): New declaration.
2222         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
2223         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
2224         (gl_PREREQ_UNISTD): Remove macro.
2225         (gl_UNISTD_MODULE_INDICATOR): New macro.
2226         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
2227         many new variables. Don't set UNISTD_H.
2228         * modules/unistd (Description): Change.
2229         (Depends-on): Add link-warning.
2230         (configure.ac): Update.
2231         (Makefile.am): Create unistd.h always. Substitute many new variables
2232         into it.
2233
2234 2007-02-18  Bruno Haible  <bruno@clisp.org>
2235
2236         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
2237         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
2238         HAVE_GETSUBOPT.
2239         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
2240         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
2241         * lib/getsubopt.h: Remove file.
2242         * modules/getsubopt (Files): Remove lib/getsubopt.h.
2243         (Depends-on): Add stdlib.
2244         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2245         (Includes): Use <stdlib.h> instead of getsubopt.h.
2246         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
2247         Set HAVE_GETSUBOPT.
2248         * lib/getsubopt.c: Don't include getsubopt.h.
2249
2250 2007-02-18  Bruno Haible  <bruno@clisp.org>
2251
2252         * modules/fchdir (Depends-on): Add dup2.
2253
2254 2007-02-18  Bruno Haible  <bruno@clisp.org>
2255
2256         * lib/stdlib_.h: Handle glibc's special invocation convention
2257         specially.
2258
2259 2007-02-18  Bruno Haible  <bruno@clisp.org>
2260
2261         * modules/stdlib-tests: New file.
2262         * tests/test-stdlib.c: New file.
2263
2264         * modules/mkstemp (Files): Remove lib/mkstemp.h.
2265         (Depends-on): Add stdlib.
2266         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2267         (Includes): Use <stdlib.h> instead of mkstemp.h.
2268         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2269         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
2270         * lib/mkstemp.c: Don't include mkstemp.h.
2271         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
2272         * lib/stdlib--.h: Don't include mkstemp.h.
2273
2274         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
2275         (Depends-on): Add stdlib.
2276         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2277         (Includes): Use <stdlib.h> instead of mkdtemp.h.
2278         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2279         HAVE_MKDTEMP.
2280         * lib/mkdtemp.c: Don't include mkdtemp.h.
2281         * lib/clean-temp.c: Don't include mkdtemp.h.
2282
2283         * modules/exit (Files): Remove lib/exit.h.
2284         (Depends-on): Add stdlib.
2285         (Makefile.am): Remove lib_SOURCES.
2286         (Include): Use <stdlib.h> instead of exit.h.
2287         * lib/argmatch.c: Don't include exit.h.
2288         * lib/execute.c: Likewise.
2289         * lib/pagealign_alloc.c: Likewise.
2290         * lib/pipe.c: Likewise.
2291         * lib/wait-process.c: Likewise.
2292         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
2293         * lib/exitfail.c: Likewise.
2294         * lib/savewd.c: Likewise.
2295         * lib/xsetenv.c: Likewise.
2296
2297         * modules/stdlib: New file.
2298         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
2299         and extra comments about mkstemp().
2300         * lib/exit.h: Remove file.
2301         * lib/mkdtemp.h: Remove file.
2302         * lib/mkstemp.h: Remove file.
2303         * m4/stdlib_h.m4: New file.
2304         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
2305
2306 2007-02-18  Bruno Haible  <bruno@clisp.org>
2307
2308         * modules/math-tests: New file.
2309         * tests/test-math.c: New file.
2310
2311         * modules/math: New file.
2312         * modules/mathl (Files): Remove lib/mathl.h.
2313         (Depends-on): Add math.
2314         (Makefile.am): Don't mention mathl.h.
2315         (Include): Use <math.h> instead of mathl.h.
2316         * lib/math_.h: New file.
2317         * lib/mathl.h: Remove file.
2318         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
2319         mathl.h.
2320         * lib/asinl.c: Likewise.
2321         * lib/atanl.c: Likewise.
2322         * lib/ceill.c: Likewise.
2323         * lib/cosl.c: Likewise.
2324         * lib/expl.c: Likewise.
2325         * lib/floorl.c: Likewise.
2326         * lib/frexpl.c: Likewise.
2327         * lib/ldexpl.c: Likewise.
2328         * lib/logl.c: Likewise.
2329         * lib/sincosl.c: Likewise.
2330         * lib/sinl.c: Likewise.
2331         * lib/sqrtl.c: Likewise.
2332         * lib/tanl.c: Likewise.
2333         * lib/trigl.c: Likewise.
2334         * m4/math_h.m4: New file.
2335         * MODULES.html.sh (Mathematics): Add math.
2336
2337 2007-02-17  Bruno Haible  <bruno@clisp.org>
2338
2339         * modules/wctype-tests: New file.
2340         * tests/test-wctype.c: New file.
2341
2342         * modules/wchar-tests: New file.
2343         * tests/test-wchar.c: New file.
2344
2345         * modules/unistd-tests: New file.
2346         * tests/test-unistd.c: New file.
2347
2348         * modules/time-tests: New file.
2349         * tests/test-time.c: New file.
2350
2351         * modules/sysexits-tests: New file.
2352         * tests/test-sysexits.c: New file.
2353
2354         * modules/sys_time-tests: New file.
2355         * tests/test-sys_time.c: New file.
2356
2357         * modules/sys_stat-tests: New file.
2358         * tests/test-sys_stat.c: New file.
2359
2360         * modules/sys_socket-tests: New file.
2361         * tests/test-sys_socket.c: New file.
2362
2363         * modules/sys_select-tests: New file.
2364         * tests/test-sys_select.c: New file.
2365
2366         * modules/string-tests: New file.
2367         * tests/test-string.c: New file.
2368
2369         * modules/stdbool-tests: New file.
2370         * tests/test-stdbool.c: New file.
2371
2372         * modules/netinet_in-tests: New file.
2373         * tests/test-netinet_in.c: New file.
2374
2375         * modules/inttypes-tests: New file.
2376         * tests/test-inttypes.c: New file.
2377
2378         * modules/fcntl-tests: New file.
2379         * tests/test-fcntl.c: New file.
2380
2381         * modules/byteswap-tests: New file.
2382         * tests/test-byteswap.c: New file.
2383
2384         * modules/arpa_inet-tests: New file.
2385         * tests/test-arpa_inet.c: New file.
2386
2387 2007-02-17  Bruno Haible  <bruno@clisp.org>
2388
2389         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
2390         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
2391         if the corresponding module is not enabled. Emit link warnings if
2392         the function is used nevertheless.
2393         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
2394         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
2395         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
2396         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
2397         * modules/inttypes (Depends-on): Add link-warning.
2398         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2399         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
2400         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
2401         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
2402         * modules/imaxdiv (configure.ac): Likewise.
2403         * modules/strtoimax (configure.ac): Likewise.
2404         * modules/strtoumax (configure.ac): Likewise.
2405
2406 2007-02-17  Bruno Haible  <bruno@clisp.org>
2407
2408         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
2409         gl_STRING_MODULE_INDICATOR_DEFAULTS.
2410         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
2411         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
2412
2413 2007-02-17  Bruno Haible  <bruno@clisp.org>
2414
2415         * modules/link-warning: New file.
2416         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
2417         * lib/string_.h (GL_LINK_WARNING): Remove definition.
2418         * modules/string (Depends-on): Add link-warning.
2419         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2420         string.h.
2421         * MODULES.html.sh (Support for building libraries and executables): Add
2422         link-warning.
2423
2424 2007-02-17  Bruno Haible  <bruno@clisp.org>
2425
2426         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
2427         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
2428         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
2429         long lines.
2430
2431 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
2432             Bruno Haible  <bruno@clisp.org>
2433
2434         * modules/tmpfile: New file.
2435         * lib/tmpfile.c: New file.
2436         * m4/tmpfile.m4: New file.
2437         * MODULES.html.sh (func_all_modules): New section "Input/output".
2438
2439 2007-02-15  Bruno Haible  <bruno@clisp.org>
2440
2441         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
2442         (supports_delete_on_close): New function.
2443         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
2444
2445 2007-02-14  Bruno Haible  <bruno@clisp.org>
2446
2447         * modules/mbspcasecmp-tests: New file.
2448         * tests/test-mbspcasecmp.sh: New file.
2449         * tests/test-mbspcasecmp.c: New file.
2450
2451         New module mbspcasecmp.
2452         * modules/mbspcasecmp: New file.
2453         * lib/mbspcasecmp.c: New file.
2454         * lib/string_.h (strncasecmp): Change warning message.
2455         (mbspcasecmp): New declaration.
2456         * m4/mbspcasecmp.m4: New file.
2457         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2458         GNULIB_MBSPCASECMP.
2459         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
2460         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
2461
2462 2007-02-14  Bruno Haible  <bruno@clisp.org>
2463
2464         * modules/mbsncasecmp-tests: New file.
2465         * tests/test-mbsncasecmp.sh: New file.
2466         * tests/test-mbsncasecmp.c: New file.
2467
2468         New module mbsncasecmp.
2469         * modules/mbsncasecmp: New file.
2470         * lib/mbsncasecmp.c: New file.
2471         * lib/string_.h (mbsncasecmp): New declaration.
2472         * m4/mbsncasecmp.m4: New file.
2473         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2474         GNULIB_MBSNCASECMP.
2475         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
2476         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
2477
2478 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2479
2480         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
2481         Verify that it doesn't overlap with our flags.
2482         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
2483         do not have the desired effect in multibyte locales; instead, use
2484         mbscasecmp.
2485         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
2486         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
2487         we don't require GNU fnmatch ourselves (if our users require it, they
2488         should do so explicitly).
2489
2490         Fix regex code so it doesn't rely on strcasecmp.
2491         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
2492         Otherwise, include gnulib's langinfo.h.
2493         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
2494         undesirable behavior in non-C locales.  Instead, rely on localecharset.
2495         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
2496         * modules/regex (FILES): Remove m4/codeset.m4.
2497         (Depends-on): Add localcharset.  Remove strcase.
2498
2499 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2500
2501         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
2502         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
2503
2504 2007-02-13  Bruno Haible  <bruno@clisp.org>
2505
2506         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
2507         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2508
2509 2007-02-12  Bruno Haible  <bruno@clisp.org>
2510
2511         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2512         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
2513         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
2514         time warning rather than a link error.
2515
2516 2007-02-12  Bruno Haible  <bruno@clisp.org>
2517
2518         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
2519         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2520         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2521
2522 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2523
2524         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
2525         args, not 2.
2526
2527 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2528
2529         New module 'time', so that apps can include <time.h> as per
2530         POSIX and GNU instead of separate include files like time_r.h
2531         and timegm.h.  This implementation tries out a simpler approach
2532         for replacing decls in standard include files (as compared to
2533         the string module), somewhat as an experiment.
2534
2535         * config/srclist.txt: Comment out mktime.c for now.
2536         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
2537         since it doesn't apply any more.  Use generic wording instead.
2538         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
2539         'time'.
2540         * lib/time_.h, m4/time_h.m4, modules/time: New files.
2541         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
2542         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
2543         Don't include <sys/types.h>; no longer needed since we assume C89.
2544         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
2545         * lib/strftime.c: Likewise.
2546         * lib/time_r.c: Likewise.
2547         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
2548         * lib/nanosleep.c: Include <time.h> first, to check interface.
2549         * lib/strptime.c: Likewise.
2550         * lib/time_r.c: Likewise.
2551         * lib/timegm.c: Likewise.
2552         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
2553         needed.
2554         * lib/timegm.c: Don't include timegm.h; no longer needed.
2555         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
2556         time.h now handles any problems in that area.
2557         (struct timespec, nanosleep): Remove; time.h now arranges for these.
2558         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
2559         that time.h defines struct timespec.
2560         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
2561         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
2562         handles that.
2563         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
2564         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
2565         needed.  Set REPLACE_LOCALTIME.
2566         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
2567         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
2568         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
2569         nanosleep; time_h.m4 now does that.  Don't require
2570         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
2571         module handles this now.
2572         * modules/getdate (Depends-on): Remove timespec.  Add time.
2573         * modules/nanosleep (Depends-on): Likewise.
2574         * modules/stat-time (Depends-on): Likewise.
2575         * modules/nanosleep (Include): Include time.h, not timespec.h.
2576         * modules/strptime (Files): Remove lib/strptime.h.
2577         (Depends-on): Add extensions, time.
2578         (Include): Include time.h, not strptime.h.
2579         * modules/time_r (Files): Remove lib/time_r.h.
2580         (Depends-on): Add time.
2581         (Include): Include time.h, not time_r.h.
2582         * modules/timegm: Likewise.
2583         * modules/timespec (Description): Now does timespec-related decls
2584         of our own, instead of struct timespec itself.
2585         (Depends-on): Add time; remove extensions.
2586         (Maintainer): Add self.
2587         * modules/utimecmp (Depends-on): Add time; remove timespec.
2588         * modules/utimens (Depends-on): Likewise.
2589         * modules/xnanosleep (Depends-on): Likewise.
2590
2591 2007-02-11  Bruno Haible  <bruno@clisp.org>
2592
2593         * lib/c-strstr.c: Include allocsa.h.
2594         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2595         * lib/c-strcasestr.c: Include allocsa.h.
2596         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2597         * lib/strcasestr.c: Include allocsa.h.
2598         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2599         * lib/mbsstr.c: Include allocsa.h.
2600         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2601         allocsa/freesa instead of malloc/free.
2602         * lib/mbscasestr.c: Include allocsa.h.
2603         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2604         allocsa/freesa instead of malloc/free.
2605         * modules/c-strstr (Depends-on): Add allocsa.
2606         * modules/c-strcasestr (Depends-on): Likewise.
2607         * modules/strcasestr (Depends-on): Likewise.
2608         * modules/mbsstr (Depends-on): Likewise.
2609         * modules/mbscasestr (Depends-on): Likewise.
2610
2611 2007-02-11  Bruno Haible  <bruno@clisp.org>
2612
2613         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
2614
2615         * modules/mbsspn-tests: New file.
2616         * tests/test-mbsspn.sh: New file.
2617         * tests/test-mbsspn.c: New file.
2618
2619 2007-02-11  Bruno Haible  <bruno@clisp.org>
2620
2621         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
2622
2623         * modules/mbspbrk-tests: New file.
2624         * tests/test-mbspbrk.sh: New file.
2625         * tests/test-mbspbrk.c: New file.
2626
2627 2007-02-11  Bruno Haible  <bruno@clisp.org>
2628
2629         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
2630         unneeded cast.
2631
2632         * modules/mbscspn-tests: New file.
2633         * tests/test-mbscspn.sh: New file.
2634         * tests/test-mbscspn.c: New file.
2635
2636 2007-02-11  Bruno Haible  <bruno@clisp.org>
2637
2638         * modules/mbscasecmp-tests: New file.
2639         * tests/test-mbscasecmp.sh: New file.
2640         * tests/test-mbscasecmp.c: New file.
2641
2642 2007-02-11  Bruno Haible  <bruno@clisp.org>
2643
2644         Ensure O(n) worst-case complexity of mbscasestr.
2645         * lib/mbscasestr.c: Include stdbool.h.
2646         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2647         functions.
2648         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
2649         the bookkeeping indicates that it's worth it.
2650         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
2651
2652         * modules/mbscasestr-tests: New file.
2653         * tests/test-mbscasestr1.c: New file.
2654         * tests/test-mbscasestr2.sh: New file.
2655         * tests/test-mbscasestr2.c: New file.
2656         * tests/test-mbscasestr3.sh: New file.
2657         * tests/test-mbscasestr3.c: New file.
2658         * tests/test-mbscasestr4.sh: New file.
2659         * tests/test-mbscasestr4.c: New file.
2660         * m4/locale-tr.m4: New file.
2661
2662 2007-02-11  Bruno Haible  <bruno@clisp.org>
2663
2664         Ensure O(n) worst-case complexity of mbsstr.
2665         * lib/mbsstr.c: Include stdbool.h.
2666         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2667         functions.
2668         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
2669         bookkeeping indicates that it's worth it.
2670         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
2671
2672         * modules/mbsstr-tests: New file.
2673         * tests/test-mbsstr1.c: New file.
2674         * tests/test-mbsstr2.sh: New file.
2675         * tests/test-mbsstr2.c: New file.
2676         * tests/test-mbsstr3.sh: New file.
2677         * tests/test-mbsstr3.c: New file.
2678         * m4/locale-fr.m4: New file.
2679
2680 2007-02-11  Bruno Haible  <bruno@clisp.org>
2681
2682         * lib/mbsrchr.c (mbsrchr): Fix bug.
2683
2684         * modules/mbsrchr-tests: New file.
2685         * tests/test-mbsrchr.sh: New file.
2686         * tests/test-mbsrchr.c: New file.
2687
2688 2007-02-11  Bruno Haible  <bruno@clisp.org>
2689
2690         * lib/mbschr.c (mbschr): Fix bug.
2691
2692         * modules/mbschr-tests: New file.
2693         * tests/test-mbschr.sh: New file.
2694         * tests/test-mbschr.c: New file.
2695         * m4/locale-zh.m4: New file.
2696
2697 2007-02-11  Bruno Haible  <bruno@clisp.org>
2698
2699         Support for copying multibyte string iterators.
2700         * lib/mbiter.h: Include <string.h>.
2701         (mbiter_multi_copy): New function.
2702         (mbi_copy): New macro.
2703         * lib/mbuiter.h: Include <string.h>.
2704         (mbuiter_multi_copy): New function.
2705         (mbui_copy): New macro.
2706
2707 2007-02-11  Bruno Haible  <bruno@clisp.org>
2708
2709         New module mbslen.
2710         * modules/mbslen: New file.
2711         * lib/mbslen.c: New file.
2712         * lib/string_.h (mbslen): New declaration.
2713         * m4/mbslen.m4: New file.
2714         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2715         GNULIB_MBSLEN.
2716         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
2717         * MODULES.html.sh (Internationalization functions): Add mbslen.
2718
2719 2007-02-11  Bruno Haible  <bruno@clisp.org>
2720
2721         Ensure O(n) worst-case complexity of strcasestr substitute.
2722         * lib/strcasestr.c: Include stdbool.h.
2723         (knuth_morris_pratt): New function.
2724         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2725         bookkeeping indicates that it's worth it.
2726         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
2727
2728         * modules/strcasestr-tests: New file.
2729         * tests/test-strcasestr.c: New file.
2730
2731 2007-02-11  Bruno Haible  <bruno@clisp.org>
2732
2733         Ensure O(n) worst-case complexity of c_strcasestr.
2734         * lib/c-strcasestr.c: Include stdbool.h, string.h.
2735         (knuth_morris_pratt): New function.
2736         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
2737         the bookkeeping indicates that it's worth it.
2738         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
2739
2740         * modules/c-strcasestr-tests: New file.
2741         * tests/test-c-strcasestr.c: New file.
2742
2743 2007-02-11  Bruno Haible  <bruno@clisp.org>
2744
2745         Ensure O(n) worst-case complexity of c_strstr.
2746         * lib/c-strstr.c: Include stdbool.h, string.h.
2747         (knuth_morris_pratt): New function.
2748         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2749         bookkeeping indicates that it's worth it.
2750         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
2751
2752         * lib/c-strstr.c: Complete rewrite for maintainability.
2753
2754         * modules/c-strstr-tests: New file.
2755         * tests/test-c-strstr.c: New file.
2756
2757 2007-02-11  Bruno Haible  <bruno@clisp.org>
2758
2759         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
2760         5.2.1 and earlier, whereby \055 was treated just like the range
2761         delimiter '-'.
2762         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2763
2764 2007-02-08  Bruno Haible  <bruno@clisp.org>
2765
2766         * modules/regex (Depends-on): Add stdbool.
2767         Reported by Dalibor Topic <robilad@kaffe.org>.
2768
2769 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
2770
2771         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
2772         Prefer returning from main to exiting from it.
2773         Remove unnecessary parens after sizeof.
2774
2775 2007-02-05  Bruno Haible  <bruno@clisp.org>
2776
2777         New module mbssep.
2778         * modules/mbssep: New file.
2779         * lib/mbssep.c: New file.
2780         * lib/string_.h (strsep): Add a conditional link warning.
2781         (mbssep): New declaration.
2782         * m4/mbssep.m4: New file.
2783         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2784         GNULIB_MBSSEP.
2785         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
2786         * MODULES.html.sh (Internationalization functions): Add mbssep.
2787
2788 2007-02-05  Bruno Haible  <bruno@clisp.org>
2789
2790         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
2791         Optimize search in case of 1 delimiter.
2792
2793 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2794
2795         * lib/acl.h: Include sys/types.h before sys/acl.h.
2796
2797 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2798
2799         Merge upstream fix for glibc bugzilla #3957:
2800
2801         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
2802
2803         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
2804         bit for RE_HAT_LISTS_NOT_NEWLINE.
2805         (build_charclass_op): Remove bogus comment.
2806
2807 2007-02-05  Simon Josefsson  <simon@josefsson.org>
2808
2809         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
2810
2811 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2812
2813         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
2814         * lib/memmem.c [!defined _LIBC]: Include config.h.
2815
2816 2007-02-04  Bruno Haible  <bruno@clisp.org>
2817
2818         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
2819         warning message.
2820
2821 2007-02-04  Bruno Haible  <bruno@clisp.org>
2822
2823         New module mbstok_r.
2824         * modules/mbstok_r: New file.
2825         * lib/mbstok_r.c: New file.
2826         * lib/string_.h (strtok_r): Change argument names to match the
2827         comments. Add a conditional link warning.
2828         (mbstok_r): New declaration.
2829         * m4/mbstok_r.m4: New file.
2830         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2831         GNULIB_MBSTOK_R.
2832         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
2833         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
2834
2835 2007-02-04  Bruno Haible  <bruno@clisp.org>
2836
2837         New module mbsspn.
2838         * modules/mbsspn: New file.
2839         * lib/mbsspn.c: New file.
2840         * lib/string_.h (strspn): Add a conditional link warning.
2841         (mbsspn): New declaration.
2842         * m4/mbsspn.m4: New file.
2843         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2844         GNULIB_MBSSPN.
2845         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
2846         * MODULES.html.sh (Internationalization functions): Add mbsspn.
2847
2848 2007-02-04  Bruno Haible  <bruno@clisp.org>
2849
2850         New module mbspbrk.
2851         * modules/mbspbrk: New file.
2852         * lib/mbspbrk.c: New file.
2853         * lib/string_.h (strpbrk): Add a conditional link warning.
2854         (mbspbrk): New declaration.
2855         * m4/mbspbrk.m4: New file.
2856         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2857         GNULIB_MBSPBRK.
2858         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
2859         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
2860
2861 2007-02-04  Bruno Haible  <bruno@clisp.org>
2862
2863         New module mbscspn.
2864         * modules/mbscspn: New file.
2865         * lib/mbscspn.c: New file.
2866         * lib/string_.h (strcspn): Add a conditional link warning.
2867         (mbscspn): New declaration.
2868         * m4/mbscspn.m4: New file.
2869         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2870         GNULIB_MBSCSPN.
2871         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
2872         * MODULES.html.sh (Internationalization functions): Add mbscspn.
2873
2874 2007-02-04  Bruno Haible  <bruno@clisp.org>
2875
2876         New module mbscasestr, reduced goal of strcasestr.
2877         * modules/mbscasestr: New file.
2878         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
2879         (mbscasestr): Renamed from strcasestr.
2880         * lib/strcasestr.c: Don't include mbuiter.h.
2881         (strcasestr): Remove support for multibyte locales.
2882         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
2883         Change the conditional link warning.
2884         (mbscasestr): New declaration.
2885         * m4/mbscasestr.m4: New file.
2886         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
2887         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
2888         REPLACE_STRCASESTR.
2889         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
2890         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2891         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2892         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
2893         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
2894         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2895         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
2896         (Depends-on): Remove mbuiter.
2897         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
2898
2899 2007-02-04  Bruno Haible  <bruno@clisp.org>
2900
2901         Simplify handling of strncasecmp.
2902         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
2903         the conditional link warning.
2904         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2905         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
2906         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
2907         * modules/strcase (configure.ac): Don't invoke
2908         gl_STRING_MODULE_INDICATOR.
2909         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
2910
2911 2007-02-04  Bruno Haible  <bruno@clisp.org>
2912
2913         New module mbscasecmp, reduced goal of strcasecmp.
2914         * modules/mbscasecmp: New file.
2915         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
2916         (mbscasecmp): Renamed from strcasecmp.
2917         * lib/strcasecmp.c: Don't include mbuiter.h.
2918         (strcasecmp): Remove support for multibyte locales.
2919         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
2920         Change the conditional link warning.
2921         (mbscasecmp): New declaration.
2922         * m4/mbscasecmp.m4: New file.
2923         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
2924         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
2925         REPLACE_STRCASECMP.
2926         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
2927         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2928         GNULIB_MBSCASECMP.
2929         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
2930         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
2931         * modules/strcase (Files): Remove m4/mbrtowc.m4.
2932         (Depends-on): Remove mbuiter.
2933         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
2934
2935 2007-02-04  Bruno Haible  <bruno@clisp.org>
2936
2937         New module mbsstr. Remove module strstr.
2938         * modules/mbsstr: New file.
2939         * modules/strstr: Remove file.
2940         * lib/mbsstr.c: Renamed from lib/strstr.c.
2941         (mbsstr): Renamed from strstr.
2942         * lib/string_.h (strstr): Remove declaration. Change the conditional
2943         link warning.
2944         (mbsstr): New declaration.
2945         * m4/mbsstr.m4: New file.
2946         * m4/strstr.m4: Remove file.
2947         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
2948         REPLACE_STRSTR.
2949         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
2950         Don't initialize GNULIB_STRSTR.
2951         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
2952         substitute GNULIB_STRSTR and REPLACE_STRSTR.
2953         * MODULES.html.sh (Internationalization functions): Add mbsstr.
2954         (Support for systems lacking ANSI C 89): Remove strstr.
2955
2956 2007-02-04  Bruno Haible  <bruno@clisp.org>
2957
2958         New module mbsrchr.
2959         * modules/mbsrchr: New file.
2960         * lib/mbsrchr.c: New file.
2961         * lib/string_.h (strrchr): Add a conditional link warning.
2962         (mbsrchr): New declaration.
2963         * m4/mbsrchr.m4: New file.
2964         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2965         GNULIB_MBSRCHR.
2966         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
2967         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
2968
2969 2007-02-04  Bruno Haible  <bruno@clisp.org>
2970
2971         New module mbschr.
2972         * modules/mbschr: New file.
2973         * lib/mbschr.c: New file.
2974         * lib/string_.h (strchr): Add a conditional link warning.
2975         (mbschr): New declaration.
2976         * m4/mbschr.m4: New file.
2977         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2978         GNULIB_MBSCHR.
2979         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
2980         * MODULES.html.sh (Internationalization functions): Add mbschr.
2981
2982 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2983
2984         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
2985
2986         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
2987
2988 2007-02-04  Bruno Haible  <bruno@clisp.org>
2989
2990         New module description section 'configure.ac-early'.
2991         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
2992         (func_get_autoconf_early_snippet): New function.
2993         (func_import, func_create_testdir): Use it. Remove special cases for
2994         modules 'extensions' and 'lock'.
2995         * modules/extensions (configure.ac-early): Require
2996         gl_USE_SYSTEM_EXTENSIONS.
2997         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
2998
2999 2007-02-04  Bruno Haible  <bruno@clisp.org>
3000
3001         Make use of gcj-4.3's -fsource and -ftarget option.
3002         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
3003         and if so try the options -fsource and -ftarget.
3004         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
3005         source_version, ftarget_option, target_version arguments.
3006         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
3007         (is_envjavac_oldgcj_14_14_usable): Renamed from
3008         is_envjavac_gcj_14_14_usable.
3009         (is_envjavac_oldgcj_14_13_usable): Renamed from
3010         is_envjavac_gcj_14_13_usable.
3011         (is_gcj_present): Update.
3012         (is_gcj_43, is_gcj43_usable): New functions.
3013         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
3014         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
3015         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
3016         try the options -fsource and -ftarget.
3017
3018 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3019
3020         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
3021         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
3022         larger value.
3023
3024 2007-02-03  Jim Meyering  <jim@meyering.net>
3025
3026         Give tools a better chance to allocate space for very large buffers.
3027         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
3028
3029         Make pwd and readlink work also when run with an unreadable parent dir
3030         on systems with openat support.
3031         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
3032         provided getcwd function, even when we have openat support.
3033         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
3034
3035 2007-02-02  Bruno Haible  <bruno@clisp.org>
3036
3037         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
3038         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
3039         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
3040         portability problems if one of these functions is only used on specific
3041         platforms.
3042         Reported by Paul Eggert.
3043
3044 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3045
3046         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
3047         is causing more trouble than it's curing.
3048         * lib/regex_internal.h (__mempcpy): Remove.
3049         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
3050         (and make the code a tad smaller to boot).
3051         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
3052
3053 2007-02-02  Jim Meyering  <jim@meyering.net>
3054
3055         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
3056         section, not in the Makefile.am: one.
3057
3058 2007-02-02  Eric Blake  <ebb9@byu.net>
3059
3060         * lib/strchrnul.c: Always include config.h first.
3061
3062         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
3063         gnulib strstr is not necessary here.
3064
3065 2007-02-02  Simon Josefsson  <simon@josefsson.org>
3066
3067         * m4/socklen.m4: Fix typo.
3068
3069 2007-02-02  Eric Blake  <ebb9@byu.net>
3070
3071         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
3072         * modules/netinet_in (Makefile.am): Likewise.
3073
3074 2007-02-01  Bruno Haible  <bruno@clisp.org>
3075
3076         * lib/string_.h (GL_LINK_WARNING): New macro.
3077         (strcasecmp, strstr, strcasestr): If provided by the system,
3078         conditionally define as a macro that leads to a warning instead of to
3079         an error.
3080         (strncasecmp): Conditionally define as a macro that leads to a warning.
3081
3082 2007-02-01  Karl Berry  <karl@gnu.org>
3083
3084         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
3085
3086 2007-02-01  Bruno Haible  <bruno@clisp.org>
3087
3088         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
3089         renamings.
3090
3091 2007-02-01  Eric Blake  <ebb9@byu.net>
3092
3093         * modules/regex (Depends-on): Revert dependence on mempcpy.
3094         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
3095         module's definition of mempcpy.
3096         Reported by Paul Eggert.
3097
3098 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3099
3100         * lib/string_.h: If the gnulib module XYZ is not present, undefine
3101         the symbol XYZ before redefining it.  This fixes a problem with
3102         programs that don't use XYZ, when compiled on systems that define
3103         XYZ to something else.
3104
3105 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3106
3107         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
3108         occurs when "mkdir -m foo" creates a setgid directory that is (1)
3109         writeable to group or other and (2) is intended to have a special
3110         mode bit that is set or cleared.  In such a case, the directory
3111         should be neither group- nor other-writeable until the special
3112         mode bits are right.
3113
3114 2007-01-31  Eric Blake  <ebb9@byu.net>
3115
3116         * modules/mountlist (Depends-on): Add strstr.
3117
3118         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
3119         bug.
3120         * modules/string (Makefile.am): Remove redundant replacement.
3121         * modules/regex (Depends-on): Add mempcpy.
3122
3123 2007-01-31  Bruno Haible  <bruno@clisp.org>
3124
3125         New module description field 'Link'.
3126         * gnulib-tool (func_usage): Document --extract-link-directive.
3127         (sed_extract_prog): Recognize 'Link' directive.
3128         (func_get_link_directive): New function.
3129         (func_import): Show summary of link directives.
3130         Handle --extract-link-directive option.
3131         * modules/acl (Link): New section.
3132         * modules/clock-time (Link): New section.
3133         * modules/euidaccess (Link): New section.
3134         * modules/gettext (Link): New section.
3135         * modules/iconv (Link): New section.
3136         * modules/lock (Link): New section.
3137         * modules/nanosleep (Link): New section.
3138         * modules/readline (Link): New section.
3139
3140 2007-01-27  Bruno Haible  <bruno@clisp.org>
3141
3142         Enforce the use of gnulib modules for unportable <string.h> functions.
3143         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
3144         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
3145         (gl_HEADER_STRING_H_BODY): Require it.
3146         * lib/string_.h: If the gnulib module XYZ is not present, redefine
3147         the symbol XYZ to one that gives a link error.
3148         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
3149         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
3150         * modules/mempcpy (configure.ac): Likewise.
3151         * modules/memrchr (configure.ac): Likewise.
3152         * modules/stpcpy (configure.ac): Likewise.
3153         * modules/stpncpy (configure.ac): Likewise.
3154         * modules/strcase (configure.ac): Likewise.
3155         * modules/strcasestr (configure.ac): Likewise.
3156         * modules/strchrnul (configure.ac): Likewise.
3157         * modules/strdup (configure.ac): Likewise.
3158         * modules/strndup (configure.ac): Likewise.
3159         * modules/strnlen (configure.ac): Likewise.
3160         * modules/strpbrk (configure.ac): Likewise.
3161         * modules/strsep (configure.ac): Likewise.
3162         * modules/strstr (configure.ac): Likewise.
3163         * modules/strtok_r (configure.ac): Likewise.
3164
3165 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
3166
3167         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
3168
3169 2007-01-30  Jim Meyering  <jim@meyering.net>
3170
3171         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
3172
3173 2007-01-29  Bruno Haible  <bruno@clisp.org>
3174
3175         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
3176         * lib/execute.c: Likewise.
3177         * lib/pipe.c: Likewise.
3178         * lib/printf-args.h: Likewise.
3179         * lib/printf-args.c: Likewise.
3180         * lib/printf-parse.c: Likewise.
3181         * lib/vasnprintf.c: Likewise.
3182
3183 2007-01-29  Eric Blake  <ebb9@byu.net>
3184
3185         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
3186         declaration.
3187
3188 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
3189
3190         * lib/strptime.h (strptime): Use 'restrict' for args where
3191         POSIX requires this.
3192         * lib/strptime.c (strptime): Likewise.
3193         Change license notice from LGPL to GPL, since gnulib-tool will
3194         change this as needed.
3195         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
3196         defined.
3197         Include "strptime.h" first, to check interface.
3198         Do not #undef _LIBC and _NL_CURRENT.
3199         Do not include <stdlib.h>; no longer needed.
3200         Include "time_r.h" and declare ptime_locale_status
3201         only if _LIBC is not defined.
3202         (__P): Remove unused macro.
3203         (match_string): Bring back glibc version, but use it only if _LIBC
3204         is defined.
3205         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
3206         Remove unnecessary assertion and abort() call.
3207         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
3208         * m4/strptime.m4: Fix serial number comment.
3209         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
3210         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
3211         (Depends-on): Add time_r.
3212
3213 2007-01-29  Bruno Haible  <bruno@clisp.org>
3214
3215         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3216         strptime.
3217         * modules/strptime (Depends-on): Add stdbool.
3218         * lib/strptime.h: Include <time.h> always. Add comments.
3219
3220 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
3221
3222         * modules/strptime: New file.
3223         * lib/strptime.h: New file.
3224         * lib/strptime.c: New file.
3225         * m4/strptime.m4: New file.
3226
3227 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3228
3229         * MODULES.html.sh: New module mpsort.
3230         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
3231
3232         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
3233         a circularity problem with HP-UX ia64 reported by Bob Proulx in
3234         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
3235         All uses changed.
3236         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
3237         All uses changed.
3238         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
3239         to _Restrict_.
3240         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
3241         the parameter matches the prototype.
3242
3243 2007-01-28  Jim Meyering  <jim@meyering.net>
3244
3245         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
3246         sys/time.h here, reverting that part of the previous patch:
3247         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
3248
3249 2007-01-28  Bruno Haible  <bruno@clisp.org>
3250
3251         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
3252         value of $(SYS_TIME_H).
3253         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
3254         remove it conditionally, too. [added by Jim Meyering]
3255         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
3256         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3257         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
3258         GETTIMEOFDAY_REPLACEMENT to 1.
3259
3260 2007-01-28  Bruno Haible  <bruno@clisp.org>
3261
3262         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
3263         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
3264         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
3265         Set UNISTD_H instead of UNISTD_H2.
3266         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
3267
3268 2007-01-28  Bruno Haible  <bruno@clisp.org>
3269
3270         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
3271         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
3272
3273 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3274
3275         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
3276         (func_create_testdir): Ensure C locale for `grep' and `tr'
3277         character ranges.
3278         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
3279         ACLOCAL_AMFLAGS parsing state machine.
3280
3281 2007-01-27  Bruno Haible  <bruno@clisp.org>
3282
3283         * modules/unistr/base: Update.
3284
3285 2007-01-27  Bruno Haible  <bruno@clisp.org>
3286
3287         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
3288         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
3289         * modules/unistr/u32-mbtouc-unsafe: Renamed from
3290         modules/unistr/u32-mbtouc.
3291         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
3292         * lib/unistr.h: Update.
3293         * lib/linebreak.c: Update.
3294         * modules/unistr/u32-mbtouc: Renamed from
3295         modules/unistr/u32-mbtouc-safe.
3296         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
3297         * lib/unistr.h: Update.
3298         * lib/unistr/u32-to-u8.c: Update.
3299         * lib/unistr/u32-to-u16.c: Update.
3300
3301 2007-01-27  Bruno Haible  <bruno@clisp.org>
3302
3303         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
3304         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
3305         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
3306         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
3307         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
3308         * modules/unistr/u16-mbtouc-unsafe: Renamed from
3309         modules/unistr/u16-mbtouc.
3310         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
3311         * lib/unistr.h: Update.
3312         * lib/linebreak.c: Update.
3313         * modules/linebreak: Update.
3314         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
3315         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
3316         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
3317         * modules/unistr/u16-mbtouc: Renamed from
3318         modules/unistr/u16-mbtouc-safe.
3319         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
3320         * lib/unistr.h: Update.
3321         * lib/unistr/u16-to-u8.c: Update.
3322         * modules/unistr/u16-to-u8: Update.
3323         * lib/unistr/u16-to-u32.c: Update.
3324         * modules/unistr/u16-to-u32: Update.
3325
3326 2007-01-27  Bruno Haible  <bruno@clisp.org>
3327
3328         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
3329         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
3330         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
3331         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
3332         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
3333         * modules/unistr/u8-mbtouc-unsafe: Renamed from
3334         modules/unistr/u8-mbtouc.
3335         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
3336         * lib/unistr.h: Update.
3337         * lib/striconveh.c: Update.
3338         * modules/striconveh: Update.
3339         * lib/linebreak.c: Update.
3340         * modules/linebreak: Update.
3341         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
3342         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
3343         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
3344         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
3345         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
3346         * lib/unistr.h: Update.
3347         * lib/striconveh.c: Update.
3348         * modules/striconveh: Update.
3349         * lib/unistr/u8-to-u16.c: Update.
3350         * modules/unistr/u8-to-u16: Update.
3351         * lib/unistr/u8-to-u32.c: Update.
3352         * modules/unistr/u8-to-u32: Update.
3353
3354 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3355
3356         Sync from Libtool.
3357         * lib/argz.c: Do not include strings.h nor memory.h, include
3358         string.h unconditionally.  Patch by Simon Josefsson.
3359
3360 2007-01-27  Bruno Haible  <bruno@clisp.org>
3361
3362         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
3363         from gl_HEADER_STRING_H_BODY.
3364         (gl_HEADER_STRING_H_BODY): Require it.
3365         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
3366         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
3367         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
3368         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
3369         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3370         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
3371         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3372         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
3373         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
3374         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3375         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
3376         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
3377         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
3378         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3379         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3380
3381 2007-01-27  Bruno Haible  <bruno@clisp.org>
3382
3383         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
3384         check_PROGRAMS into noinst_PROGRAMS.
3385         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
3386         check_PROGRAMS in this case.
3387         (func_import): Set for_test to false.
3388         (func_create_testdir): Set for_test to true.
3389
3390 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3391             Bruno Haible  <bruno@clisp.org>
3392
3393         * modules/strcasestr (Files): Remove lib/strcasestr.h.
3394         (Depends-on): Add string.
3395         (Includes): Use <string.h> instead of strcasestr.h.
3396         * modules/string (Makefile.am): Also substitute the value of
3397         REPLACE_STRCASESTR.
3398         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
3399         assume strcasestr is declared in <string.h> not <strings.h>. Also
3400         set REPLACE_STRCASESTR.
3401         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
3402         REPLACE_STRCASESTR.
3403         * lib/strcasestr.h: Remove file.
3404         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
3405         * lib/string_.h (strcasestr): New declaration.
3406
3407 2007-01-27  Bruno Haible  <bruno@clisp.org>
3408
3409         * lib/string_.h: Use 'extern'.
3410
3411 2007-01-27  Jim Meyering  <jim@meyering.net>
3412
3413         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
3414         of set-but-not-used local, "q".
3415
3416         * lib/mempcpy.c: Include <config.h> before <string.h>.
3417         This fixes a compilation error on HP-UX, due to the system's
3418         "restrict"-using mempcpy prototype.
3419
3420 2007-01-26  Bruno Haible  <bruno@clisp.org>
3421
3422         Small optimization.
3423         * lib/javacomp.c: Include c-strstr.h.
3424          (is_envjavac_gcj): Use c_strstr instead of strstr.
3425         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
3426
3427 2007-01-26  Bruno Haible  <bruno@clisp.org>
3428
3429         * MODULES.html.sh (Unicode string functions): Add the new modules.
3430
3431         * modules/uniconv/u32-strconv-to-locale: New file.
3432         * lib/uniconv/u32-strconv-to-locale.c: New file.
3433
3434         * modules/uniconv/u16-strconv-to-locale: New file.
3435         * lib/uniconv/u16-strconv-to-locale.c: New file.
3436
3437         * modules/uniconv/u8-strconv-to-locale: New file.
3438         * lib/uniconv/u8-strconv-to-locale.c: New file.
3439
3440         * modules/uniconv/u32-strconv-from-locale: New file.
3441         * lib/uniconv/u32-strconv-from-locale.c: New file.
3442
3443         * modules/uniconv/u16-strconv-from-locale: New file.
3444         * lib/uniconv/u16-strconv-from-locale.c: New file.
3445
3446         * modules/uniconv/u8-strconv-from-locale: New file.
3447         * lib/uniconv/u8-strconv-from-locale.c: New file.
3448
3449         * modules/uniconv/u32-strconv-to-enc: New file.
3450         * lib/uniconv/u32-strconv-to-enc.c: New file.
3451         * modules/uniconv/u32-strconv-to-enc-tests: New file.
3452         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
3453
3454         * modules/uniconv/u16-strconv-to-enc: New file.
3455         * lib/uniconv/u16-strconv-to-enc.c: New file.
3456         * lib/uniconv/u-strconv-to-enc.h: New file.
3457         * modules/uniconv/u16-strconv-to-enc-tests: New file.
3458         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
3459
3460         * modules/uniconv/u8-strconv-to-enc: New file.
3461         * lib/uniconv/u8-strconv-to-enc.c: New file.
3462         * modules/uniconv/u8-strconv-to-enc-tests: New file.
3463         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
3464
3465         * modules/uniconv/u32-strconv-from-enc: New file.
3466         * lib/uniconv/u32-strconv-from-enc.c: New file.
3467         * modules/uniconv/u32-strconv-from-enc-tests: New file.
3468         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
3469
3470         * modules/uniconv/u16-strconv-from-enc: New file.
3471         * lib/uniconv/u16-strconv-from-enc.c: New file.
3472         * modules/uniconv/u16-strconv-from-enc-tests: New file.
3473         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
3474
3475         * modules/uniconv/u8-strconv-from-enc: New file.
3476         * lib/uniconv/u8-strconv-from-enc.c: New file.
3477         * lib/uniconv/u-strconv-from-enc.h: New file.
3478         * modules/uniconv/u8-strconv-from-enc-tests: New file.
3479         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
3480
3481         * modules/uniconv/u32-conv-from-enc: New file.
3482         * lib/uniconv/u32-conv-from-enc.c: New file.
3483         * modules/uniconv/u32-conv-from-enc-tests: New file.
3484         * tests/uniconv/test-u32-conv-from-enc.c: New file.
3485
3486         * modules/uniconv/u16-conv-from-enc: New file.
3487         * lib/uniconv/u16-conv-from-enc.c: New file.
3488         * lib/uniconv/u-conv-from-enc.h: New file.
3489         * modules/uniconv/u16-conv-from-enc-tests: New file.
3490         * tests/uniconv/test-u16-conv-from-enc.c: New file.
3491
3492         * modules/uniconv/u8-conv-from-enc: New file.
3493         * lib/uniconv/u8-conv-from-enc.c: New file.
3494         * modules/uniconv/u8-conv-from-enc-tests: New file.
3495         * tests/uniconv/test-u8-conv-from-enc.c: New file.
3496
3497         * modules/uniconv/base: New file.
3498         * lib/uniconv.h: New file.
3499
3500 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
3501
3502         * doc/gnulib-tool.texi (Initial import): Update to match current
3503         behavior with strdup module.
3504         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
3505         * lib/memmem.h: Remove; all uses removed.  This is now done
3506         by <string.h>.
3507         * lib/mempcpy.h: Likewise.
3508         * lib/memrchr.h: Likewise.
3509         * lib/stpcpy.h: Likewise.
3510         * lib/stpncpy.h: Likewise.
3511         * lib/strcase.h: Likewise.
3512         * lib/strchrnul.h: Likewise.
3513         * lib/strdup.h: Likewise.
3514         * lib/strndup.h: Likewise.
3515         * lib/strnlen.h: Likewise.
3516         * lib/strpbrk.h: Likewise.
3517         * lib/strsep.h: Likewise.
3518         * lib/strstr.h: Likewise.
3519         * lib/strtok_r.h: Likewise.
3520         * lib/string_.h: New file.
3521         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
3522         Rely on <string.h> instead.
3523         * lib/canon-host.c: Likewise.
3524         * lib/chdir-long.c: Likewise.
3525         * lib/concatpath.c: Likewise.
3526         * lib/exclude.c: Likewise.
3527         * lib/fchdir.c: Likewise.
3528         * lib/getaddrinfo.c: Likewise.
3529         * lib/getcwd.c: Likewise.
3530         * lib/getsubopt.c: Likewise.
3531         * lib/glob.c: Likewise.
3532         * lib/hard-locale.c: Likewise.
3533         * lib/iconvme.c: Likewise.
3534         * lib/javacomp.c: Likewise.
3535         * lib/mempcpy.c: Likewise.
3536         * lib/memrchr.c: Likewise.
3537         * lib/regex_internal.h: Likewise.
3538         * lib/stpncpy.c: Likewise.
3539         * lib/strcasecmp.c: Likewise.
3540         * lib/strchrnul.c: Likewise.
3541         * lib/strdup.c: Likewise.
3542         * lib/striconv.c: Likewise.
3543         * lib/striconveh.c: Likewise.
3544         * lib/striconveha.c: Likewise.
3545         * lib/strncasecmp.c: Likewise.
3546         * lib/strndup.c: Likewise.
3547         * lib/strnlen.c: Likewise.
3548         * lib/strsep.c: Likewise.
3549         * lib/strstr.c: Likewise.
3550         * lib/strtok_r.c: Likewise.
3551         * lib/userspec.c: Likewise.
3552         * lib/w32spawn.h: Likewise.
3553         * lib/xstrndup.c: Likewise.
3554         * lib/mountlist.c (strstr): Remove decl.
3555         * m4/string_h.m4: New file.
3556         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
3557         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
3558         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
3559         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
3560         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
3561         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
3562         Set REPLACE_STRCASECMP if necessary.
3563         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
3564         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
3565         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
3566         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
3567         HAVE_DECL_STRDUP if necessary.
3568         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
3569         since gl_FUNC_STRNDUP does that now.
3570         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
3571         Check for decl here...
3572         (gl_PREREQ_STRNLEN): ... not here.
3573         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
3574         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
3575         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
3576         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
3577         necessary.
3578         * modules/string: New file.
3579         * modules/memmem (Files): Remove special-purpose include file.
3580         (Depends-on): Add string.
3581         (Include): Include <string.h>, not the removed file.
3582         * modules/mempcpy: Likewise.
3583         * modules/memrchr: Likewise.
3584         * modules/stpcpy: Likewise.
3585         * modules/stpncpy: Likewise.
3586         * modules/strcase: Likewise.
3587         * modules/strchrnul: Likewise.
3588         * modules/strdup: Likewise.
3589         * modules/strndup: Likewise.
3590         * modules/strnlen: Likewise.
3591         * modules/strpbrk: Likewise.
3592         * modules/strsep: Likewise.
3593         * modules/strstr: Likewise.
3594         * modules/strtok_r: Likewise.
3595         * tests/test-dirname.c: Don't include "strdup.h", since
3596         <string.h> now suffices.
3597         * tests/test-memmem.c: Don't include "memmem.h", since
3598         <string.h> now suffices.
3599
3600 2007-01-25  Bruno Haible  <bruno@clisp.org>
3601
3602         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
3603         *resultp is 0.
3604
3605         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
3606         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
3607         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
3608         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
3609
3610         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
3611         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
3612         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
3613         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
3614         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
3615         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
3616
3617 2007-01-24  Bruno Haible  <bruno@clisp.org>
3618
3619         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
3620         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
3621         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
3622         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
3623         gl_FUNC_FTS_CORE.
3624         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
3625         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
3626         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
3627         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
3628         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
3629         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
3630         gl_FUNC_FCHOWNAT.
3631         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
3632         gl_FUNC_STRFTIME.
3633         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
3634         Reported by Ralf Wildenhues.
3635
3636 2007-01-24  Bruno Haible  <bruno@clisp.org>
3637
3638         Drop AC_REQUIRE calls that are redundant with the module dependencies.
3639         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
3640         gl_GETADDRINFO.
3641         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
3642         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
3643         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
3644
3645 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
3646
3647         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
3648         Don't use 'exit'; just return from 'main'.
3649         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
3650
3651         * lib/fnmatch_.h: Readjust white space and comments to match
3652         glibc, to avoid spurious diffs.
3653
3654 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3655
3656         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
3657         2004-12-01 change by Jakub Jelinek, since this code won't compile
3658         if !LIBC.  Problem reported by Bob Proulx.
3659
3660 2007-01-23  Bruno Haible  <bruno@clisp.org>
3661
3662         * lib/striconveh.c: Include c-strcaseeq.h.
3663         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
3664         * modules/striconveh (Depends-on): Add c-strcaseeq.
3665
3666 2007-01-23  Bruno Haible  <bruno@clisp.org>
3667
3668         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
3669
3670         * modules/c-strcaseeq: New file.
3671         * lib/c-strcaseeq.h: New file.
3672
3673         * modules/streq: New file.
3674         * lib/streq.h: New file.
3675
3676 2007-01-23  Bruno Haible  <bruno@clisp.org>
3677
3678         * modules/striconveha-tests: New file.
3679         * tests/test-striconveha.c: New file.
3680
3681         * lib/striconveha.h: Include <stdbool.h>.
3682         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
3683         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
3684         (mem_iconveha_notranslit): Renamed from mem_iconveha.
3685         (mem_iconveha): New function.
3686         (str_iconveha_notranslit): Renamed from str_iconveha.
3687         (str_iconveha): New function.
3688         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
3689         c-strcase.
3690
3691 2007-01-23  Bruno Haible  <bruno@clisp.org>
3692
3693         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
3694         encodings without forgiving before trying any encoding with handler.
3695         (str_iconveha): Try all encodings without forgiving before trying any
3696         encoding with handler.
3697
3698 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3699
3700         Import the following changes from libc.
3701
3702         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
3703
3704         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
3705
3706         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
3707
3708         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
3709         normal_bracket label.
3710
3711         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
3712
3713         [BZ #361]
3714         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
3715         to normal_bracket after fetching the next character.
3716
3717 2007-01-22  Bruno Haible  <bruno@clisp.org>
3718
3719         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
3720         argument.
3721         * lib/striconveh.c (iconv_carefully_1): New function.
3722         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
3723         argument.
3724         (str_cd_iconveh): Update.
3725         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
3726         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
3727         * tests/test-striconveh.c (MAGIC): New macro.
3728         (new_offsets): New function.
3729         (main): Test call with and without offsets.
3730
3731 2007-01-22  Bruno Haible  <bruno@clisp.org>
3732
3733         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
3734         * modules/sys_select (Makefile.am): Likewise.
3735         * modules/sys_socket (Makefile.am): Likewise.
3736         * modules/sys_time (Makefile.am): Likewise.
3737
3738 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
3739
3740         * modules/gettimeofday (License): Change from GPL to LGPL, since
3741         gettimeofday is a library function.
3742
3743 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3744
3745         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
3746
3747 2007-01-21  Bruno Haible  <bruno@clisp.org>
3748
3749         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
3750
3751 2007-01-21  Bruno Haible  <bruno@clisp.org>
3752
3753         * modules/striconveha: New file.
3754         * lib/striconveha.h: New file.
3755         * lib/striconveha.c: New file.
3756         * MODULES.html.sh (Internationalization functions): Add striconveha.
3757         * lib/striconv.c (str_iconv): Optimize the case of an empty input
3758         string.
3759         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
3760
3761 2007-01-21  Bruno Haible  <bruno@clisp.org>
3762
3763         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
3764         * lib/striconveh.c (str_iconveh): Likewise.
3765
3766 2007-01-21  Bruno Haible  <bruno@clisp.org>
3767
3768         * lib/striconveh.h (mem_iconveh): New declaration.
3769         * lib/striconveh.c (mem_iconveh): New function.
3770         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
3771
3772 2007-01-21  Bruno Haible  <bruno@clisp.org>
3773
3774         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
3775
3776         * lib/striconveh.h (mem_cd_iconveh): Change specification.
3777         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
3778         original result buffer.
3779         (str_cd_iconveh): Update.
3780         * tests/test-striconveh.c (main): Update.
3781
3782         * lib/striconv.h (mem_cd_iconv): Change specification.
3783         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
3784         result buffer.
3785         (str_cd_iconv): Update.
3786         * tests/test-striconv.c (main): Update.
3787
3788 2007-01-21  Bruno Haible  <bruno@clisp.org>
3789
3790         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
3791
3792 2007-01-20  Jim Meyering  <jim@meyering.net>
3793
3794         * lib/userspec.c (parse_with_separator): If a user or group string
3795         starts with "+", skip the corresponding name-to-ID look-up, since
3796         such a look-up must fail: user and group names may not include "+".
3797
3798 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
3799
3800         * lib/poll.c: Include sys/time.h and time.h unconditionally,
3801         since we now assume the sys_time module.
3802         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
3803         check for sys/time.h; no longer needed.
3804         * modules/poll (Depends-on): Depend on sys_time.
3805
3806 2007-01-18  Bruno Haible  <bruno@clisp.org>
3807
3808         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
3809         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3810
3811         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
3812         gettimeofday.
3813
3814         * tests/test-gettimeofday.c: Include <time.h>.
3815         (dummy): Remove variable.
3816
3817         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
3818         gl_HEADER_SYS_TIME_H.
3819         (gl_HEADER_SYS_TIME_H): New macro.
3820
3821         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
3822         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3823         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
3824         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
3825         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3826         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
3827         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
3828         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3829         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
3830         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
3831         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3832
3833         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
3834         last change; it caused a compilation error when cross-compiling to
3835         Cygwin.
3836
3837 2007-01-18  Jim Meyering  <jim@meyering.net>
3838
3839         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
3840         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
3841         than the race-prone "test -d sys || mkdir sys".
3842         (configure.ac): Use AC_PROG_MKDIR_P.
3843         * modules/sys_select: Likewise.
3844         * modules/sys_socket: Likewise.
3845         * modules/sys_time: Likewise.
3846
3847 2007-01-18  Eric Blake  <ebb9@byu.net>
3848
3849         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
3850         replace gettimeofday.
3851         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
3852         name, to avoid infinite recursion.
3853
3854 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
3855
3856         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
3857         module sys_time.
3858         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
3859         assume timespec.h defines struct timeval.
3860         * lib/settime.c: Likewise.
3861         * lib/utimens.c: Likewise.
3862         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
3863         since we now assume the gettimeofday module.
3864         * lib/tempname.c (__gen_tempname): Likewise.
3865         * lib/gettimeofday.h: Remove.
3866         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
3867         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
3868         Include <time.h>, for 'time()'.
3869         (localtime_buffer_addr): Also use this workaround if
3870         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
3871         to simplify the uses.  All uses changed.
3872         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
3873         that #undef is inside {}, and 'const' follows type name consistently.
3874         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
3875         (gettimeofday): Do not use the maximum possible value for
3876         tv->tv_usec, since that might break usages other than ls.c.
3877         Instead, we'll leave ls.c alone.  This undoes today's patch
3878         by Bruno.  Add a compile-time warning for 1s-clock resolution;
3879         we've never observed the problem but might as well keep the
3880         canary.
3881         * lib/nanosleep.c: Include timespec.h first, for interface check.
3882         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
3883         now assume the sys_time module.
3884         * lib/tempname.c: Likewise.
3885         * lib/timespec.h: Likewise.
3886         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
3887         needed.
3888         * lib/strftime.c: Likewise.
3889         * lib/timespec.h: Likewise.
3890         * lib/posixtm.c: Include posixtm.h first, for interface check.
3891         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
3892         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
3893         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
3894         * lib/sys_time_.h: New file.
3895         * lib/timespec.h (struct timespec): Use long int, not long.
3896         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3897         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
3898         Remove obsolescent call to AC_HEADER_TIME.
3899         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3900         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
3901         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3902         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
3903         Likewise.
3904         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
3905         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
3906         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
3907         into the sys_time module.  Check for gettimeofday just once.
3908         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
3909         for gettimeofday signature to just check the signature.  Merely
3910         compile it, since linking doesn't test signature.  Improve test for
3911         whether gettimeofday.o is actually needed.
3912         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
3913         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
3914         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
3915         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3916         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
3917         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
3918         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
3919         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
3920         than worrying about sys/time.h.
3921         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
3922         Don't bother worrying about TIME_WITH_SYS_TIME.
3923         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
3924         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
3925         * m4/sys_time_h.m4: New file.
3926         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
3927         Don't include sys/time.h.  Return from main rather than exiting.
3928         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
3929         all uses changed.
3930         * modules/gethrxtime (Depends-on): Add sys_time.
3931         * modules/gettime (Depends-on): Likewise.
3932         * modules/gettimeofday (Depends-on): Likewise.
3933         * modules/nanosleep (Depends-on): Likewise.
3934         * modules/settime (Depends-on): Likewise.
3935         * modules/tempname (Depends-on): Likewise.
3936         * modules/utimens (Depends-on): Likewise.
3937         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
3938         (Include:) Change back to <sys/time.h>.
3939         (Maintainer:) Add self.
3940         * modules/sys_time: New file.
3941         * modules/tempname (Depends-on): Add gettimeofday.
3942         * tests/test-gettimeofday.c: Include <sys/time.h>
3943         rather than gettimeofday.h.
3944
3945 2007-01-17  Bruno Haible  <bruno@clisp.org>
3946
3947         * gnulib-tool (func_get_license): Revert last patch. Instead, let
3948         the license default to GPL.
3949         (func_create_testdir): Don't complain if a module is LGPL and its
3950         tests module depends on GPLed modules.
3951
3952 2007-01-17  Bruno Haible  <bruno@clisp.org>
3953
3954         * lib/gettimeofday.c (gettimeofday): Add code for the case
3955         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
3956         maximum possible value for tv->tv_usec, rather than the minimum one.
3957
3958 2005-10-08  Martin Lambers  <marlam@marlam.de>
3959 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3960 2007-01-16  Bruno Haible  <bruno@clisp.org>
3961
3962         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
3963         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
3964         gl_FUNC_GETTIMEOFDAY.
3965         (Include): Add gettimeofday.h.
3966         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
3967         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
3968         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
3969         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
3970         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
3971         * lib/gettimeofday.h: New file.
3972         * lib/gettimeofday.c: Include <sys/timeb.h>.
3973         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
3974         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3975         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
3976         fall back on time().
3977
3978         * tests/test-gettimeofday.c: New file.
3979         * modules/gettimeofday-tests: New file.
3980
3981 2007-01-16  Eric Blake  <ebb9@byu.net>
3982
3983         * modules/fnmatch (Depends-on): Depend on wchar.
3984         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
3985         * m4/fnmatch.m4: Likewise.
3986         * modules/mbchar (Makefile.am): Assume <wchar.h>.
3987         * m4/mbchar.m4: Likewise.
3988         * modules/mbswidth (Depends-on): Depend on wchar.
3989         * lib/mbswidth.c: Assume <wchar.h>.
3990         * m4/mbswidth.m4: Likewise.
3991         * modules/quotearg (Depends-on): Depend on wchar.
3992         * lib/quotearg.c: Assume <wchar.h>.
3993         * m4/quotearg.m4: Likewise.
3994         * modules/regex (Depends-on): Depend on wchar.
3995         * lib/regex_internal.h: Assume <wchar.h>.
3996         * m4/regex.m4: Likewise.
3997         * modules/stdint (Depends-on): Depend on wchar.
3998         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
3999         * m4/stdint.m4: Likewise.
4000         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
4001         * modules/strftime (Depends-on): Depend on wchar.
4002         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
4003         * modules/strtol (Depends-on): Depend on wchar.
4004         * lib/strtol.c: Assume <wchar.h>.
4005         * modules/wcwidth (Depends-on): Depend on wchar.
4006         * lib/wcwidth.h: Assume <wchar.h>.
4007         * m4/wcwidth.m4: Likewise.
4008
4009 2007-01-16  Bruno Haible  <bruno@clisp.org>
4010
4011         * modules/csharpexec-script: New, created from...
4012         * modules/csharpexec: ... this.
4013
4014 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
4015
4016         * modules/javaexec-script: New, created from...
4017         * modules/javaexec: ... this.
4018
4019 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4020
4021         * modules/poll (Dependencies): Add sys_select.
4022
4023 2007-01-15  Jim Meyering  <jim@meyering.net>
4024
4025         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
4026         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
4027         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
4028         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
4029
4030 2007-01-15  Bruno Haible  <bruno@clisp.org>
4031
4032         * modules/striconveh: New file.
4033         * lib/striconveh.h: New file.
4034         * lib/striconveh.c: New file.
4035         * MODULES.html.sh (Internationalization functions): Add striconveh.
4036
4037         * modules/striconveh-tests: New file.
4038         * tests/test-striconveh.c: New file.
4039
4040 2007-01-15  Bruno Haible  <bruno@clisp.org>
4041
4042         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
4043         not from GNU libiconv or GNU libc.
4044
4045 2007-01-15  Bruno Haible  <bruno@clisp.org>
4046
4047         * doc/gnulib-intro.texi (Copyright): Explain the different license
4048         terms for module descriptions, autoconf macros, tests, documentation.
4049
4050 2007-01-14  Bruno Haible  <bruno@clisp.org>
4051
4052         * modules/striconv-tests: New file.
4053         * tests/test-striconv.c: New file.
4054
4055 2007-01-14  Bruno Haible  <bruno@clisp.org>
4056
4057         * modules/iconv-tests: New file.
4058         * tests/test-iconv.c: New file.
4059
4060 2007-01-14  Bruno Haible  <bruno@clisp.org>
4061
4062         * gnulib-tool (func_get_license): For test modules, use the license of
4063         the main module.
4064
4065 2007-01-14  Bruno Haible  <bruno@clisp.org>
4066
4067         * modules/iconv (Include): Clarify that <iconv.h> can only be included
4068         if iconv is found to exist.
4069
4070 2007-01-14  Bruno Haible  <bruno@clisp.org>
4071
4072         * modules/c-ctype-tests: New file.
4073         * tests/test-c-ctype.c: New file.
4074
4075 2007-01-14  Bruno Haible  <bruno@clisp.org>
4076
4077         * modules/binary-io-tests: New file.
4078         * tests/test-binary-io.sh: New file.
4079         * tests/test-binary-io.c: New file.
4080
4081 2007-01-14  Bruno Haible  <bruno@clisp.org>
4082
4083         * modules/array-oset-tests: New file.
4084         * tests/test-array_oset.c: New file.
4085
4086 2007-01-14  Bruno Haible  <bruno@clisp.org>
4087
4088         * modules/array-list-tests: New file.
4089         * tests/test-array_list.c: New file.
4090
4091 2007-01-14  Bruno Haible  <bruno@clisp.org>
4092
4093         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
4094         and make.
4095         Reported by Simon Josefsson in
4096         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
4097
4098 2007-01-14  Bruno Haible  <bruno@clisp.org>
4099
4100         * modules/allocsa-tests: New file.
4101         * tests/test-allocsa.c: New file.
4102
4103 2007-01-14  Bruno Haible  <bruno@clisp.org>
4104
4105         * modules/fchdir (Depends-on): Add absolute-header.
4106         * modules/unistd (Depends-on): Likewise.
4107
4108 2006-12-30  Bruno Haible  <bruno@clisp.org>
4109
4110         * modules/fchdir: New file.
4111         * modules/unistd (Files): Add lib/unistd_.h.
4112         (Makefile.am): Generate unistd.h from unistd_.h.
4113         * lib/fchdir.c: New file.
4114         * lib/dirent_.h: New file.
4115         * lib/unistd_.h: New file.
4116         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
4117         * m4/fchdir.m4: New file.
4118         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
4119         (gl_HEADER_UNISTD): Invoke it.
4120         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
4121         function.
4122         * lib/backupfile.c (opendir, closedir): Undefine.
4123         * lib/chown.c (open, close): Undefine.
4124         * lib/clean-temp.c (open, close): Undefine.
4125         * lib/copy-file.c (open, close): Undefine.
4126         * lib/execute.c (open, close): Undefine.
4127         * lib/fsusage.c (open, close): Undefine.
4128         * lib/gc-gnulib.c (open, close): Undefine.
4129         * lib/getcwd.c (opendir, closedir): Undefine.
4130         * lib/glob.c (opendir, closedir): Undefine.
4131         * lib/javacomp.c (open, close): Undefine.
4132         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
4133         * lib/openat-proc.c (open, close): Undefine.
4134         * lib/pagealign_alloc.c (open, close): Undefine.
4135         * lib/pipe.c (open, close): Undefine.
4136         * lib/progreloc.c (open, close): Undefine.
4137         * lib/savedir.c (opendir, closedir): Undefine.
4138         * lib/utime.c (open, close): Undefine.
4139         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
4140
4141 2007-01-10  Bruno Haible  <bruno@clisp.org>
4142
4143         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
4144
4145 2007-01-12  Eric Blake  <ebb9@byu.net>
4146
4147         Provide a robust <wchar.h>.  Further simplifications are now
4148         possible in other modules, but not included here.
4149         * modules/wchar: New module.
4150         * m4/wchar.m4: New file.
4151         * lib/wchar_.h: Likewise.
4152         * modules/mbchar (Depends-on): Depend on wchar, as the first use
4153         of the new module.
4154         * MODULES.html.sh (Extended multibyte and wide character utilities):
4155         New section.
4156
4157 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
4158
4159         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
4160         to a reasonable default for memory allocation.
4161         (xreadlink): Don't allocate a huge buffer, to work around a buggy
4162         file system that reports garbage st_size values for symlinks.
4163         Problem reported by Liyang Hu.
4164
4165 2007-01-11  Simon Josefsson  <simon@josefsson.org>
4166
4167         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
4168         Emacs .#* auto-save files).
4169
4170 2007-01-11  Bruno Haible  <bruno@clisp.org>
4171
4172         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
4173         directory.
4174
4175 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
4176
4177         Use @...@ consistently in lib/wctype_.h.
4178         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
4179         on it being set to 1 or 0.
4180         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
4181         go back to AC_SUBSTing it.
4182         * modules/wctype (Makefile.am): Undo previous change.
4183
4184 2007-01-10  Eric Blake  <ebb9@byu.net>
4185
4186         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
4187         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
4188         * modules/wctype (Makefile.am): Likewise.
4189         Reported by Chris McGuire.
4190
4191 2007-01-10  Jim Meyering  <jim@meyering.net>
4192
4193         fts.c: a small readability/maintainability improvement
4194         * lib/fts.c (fts_read): Make this code slightly more readable and
4195         maintainable by hoisting the "sp->fts_cur = p" assignments to
4196         immediately follow the statements that set P.  Derived from
4197         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
4198
4199 2007-01-10  Eric Blake  <ebb9@byu.net>
4200
4201         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
4202         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
4203         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4204         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
4205         Reported by Chris McGuire.
4206
4207 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4208
4209         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
4210         in sed script.
4211
4212 2007-01-09  Bruno Haible  <bruno@clisp.org>
4213
4214         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
4215         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
4216         variables.
4217         (func_module): Use them.
4218
4219 2007-01-09  Bruno Haible  <bruno@clisp.org>
4220
4221         * modules/unistr/base: New file.
4222         * lib/unistr.h: New file.
4223
4224         * modules/unistr/u8-to-u16: New file.
4225         * lib/unistr/u8-to-u16.c: New file.
4226
4227         * modules/unistr/u8-to-u32: New file.
4228         * lib/unistr/u8-to-u32.c: New file.
4229
4230         * modules/unistr/u16-to-u8: New file.
4231         * lib/unistr/u16-to-u8.c: New file.
4232
4233         * modules/unistr/u16-to-u32: New file.
4234         * lib/unistr/u16-to-u32.c: New file.
4235
4236         * modules/unistr/u32-to-u8: New file.
4237         * lib/unistr/u32-to-u8.c: New file.
4238
4239         * modules/unistr/u32-to-u16: New file.
4240         * lib/unistr/u32-to-u16.c: New file.
4241
4242         * modules/unistr/u8-check: New file.
4243         * modules/unistr/u16-check: New file.
4244         * modules/unistr/u32-check: New file.
4245         * lib/unistr/u8-check.c: New file.
4246         * lib/unistr/u16-check.c: New file.
4247         * lib/unistr/u32-check.c: New file.
4248
4249         * modules/unistr/u8-chr: New file.
4250         * modules/unistr/u16-chr: New file.
4251         * modules/unistr/u32-chr: New file.
4252         * lib/unistr/u8-chr.c: New file.
4253         * lib/unistr/u16-chr.c: New file.
4254         * lib/unistr/u32-chr.c: New file.
4255
4256         * modules/unistr/u8-cmp: New file.
4257         * modules/unistr/u16-cmp: New file.
4258         * modules/unistr/u32-cmp: New file.
4259         * lib/unistr/u8-cmp.c: New file.
4260         * lib/unistr/u16-cmp.c: New file.
4261         * lib/unistr/u32-cmp.c: New file.
4262
4263         * modules/unistr/u8-cpy: New file.
4264         * modules/unistr/u16-cpy: New file.
4265         * modules/unistr/u32-cpy: New file.
4266         * lib/unistr/u8-cpy.c: New file.
4267         * lib/unistr/u16-cpy.c: New file.
4268         * lib/unistr/u32-cpy.c: New file.
4269         * lib/unistr/u-cpy.h: New file.
4270
4271         * modules/unistr/u8-cpy-alloc: New file.
4272         * modules/unistr/u16-cpy-alloc: New file.
4273         * modules/unistr/u32-cpy-alloc: New file.
4274         * lib/unistr/u8-cpy-alloc.c: New file.
4275         * lib/unistr/u16-cpy-alloc.c: New file.
4276         * lib/unistr/u32-cpy-alloc.c: New file.
4277         * lib/unistr/u-cpy-alloc.h: New file.
4278
4279         * modules/unistr/u8-endswith: New file.
4280         * modules/unistr/u16-endswith: New file.
4281         * modules/unistr/u32-endswith: New file.
4282         * lib/unistr/u8-endswith.c: New file.
4283         * lib/unistr/u16-endswith.c: New file.
4284         * lib/unistr/u32-endswith.c: New file.
4285         * lib/unistr/u-endswith.h: New file.
4286
4287         * modules/unistr/u8-mblen: New file.
4288         * modules/unistr/u16-mblen: New file.
4289         * modules/unistr/u32-mblen: New file.
4290         * lib/unistr/u8-mblen.c: New file.
4291         * lib/unistr/u16-mblen.c: New file.
4292         * lib/unistr/u32-mblen.c: New file.
4293
4294         * modules/unistr/u8-mbtouc: New file.
4295         * modules/unistr/u16-mbtouc: New file.
4296         * modules/unistr/u32-mbtouc: New file.
4297         * lib/unistr/u8-mbtouc.c: New file.
4298         * lib/unistr/u16-mbtouc.c: New file.
4299         * lib/unistr/u32-mbtouc.c: New file.
4300
4301         * modules/unistr/u8-mbtouc-safe: New file.
4302         * modules/unistr/u16-mbtouc-safe: New file.
4303         * modules/unistr/u32-mbtouc-safe: New file.
4304         * lib/unistr/u8-mbtouc-safe.c: New file.
4305         * lib/unistr/u16-mbtouc-safe.c: New file.
4306         * lib/unistr/u32-mbtouc-safe.c: New file.
4307
4308         * modules/unistr/u8-move: New file.
4309         * modules/unistr/u16-move: New file.
4310         * modules/unistr/u32-move: New file.
4311         * lib/unistr/u8-move.c: New file.
4312         * lib/unistr/u16-move.c: New file.
4313         * lib/unistr/u32-move.c: New file.
4314         * lib/unistr/u-move.h: New file.
4315
4316         * modules/unistr/u8-next: New file.
4317         * modules/unistr/u16-next: New file.
4318         * modules/unistr/u32-next: New file.
4319         * lib/unistr/u8-next.c: New file.
4320         * lib/unistr/u16-next.c: New file.
4321         * lib/unistr/u32-next.c: New file.
4322
4323         * modules/unistr/u8-prev: New file.
4324         * modules/unistr/u16-prev: New file.
4325         * modules/unistr/u32-prev: New file.
4326         * lib/unistr/u8-prev.c: New file.
4327         * lib/unistr/u16-prev.c: New file.
4328         * lib/unistr/u32-prev.c: New file.
4329
4330         * modules/unistr/u8-set: New file.
4331         * modules/unistr/u16-set: New file.
4332         * modules/unistr/u32-set: New file.
4333         * lib/unistr/u8-set.c: New file.
4334         * lib/unistr/u16-set.c: New file.
4335         * lib/unistr/u32-set.c: New file.
4336         * lib/unistr/u-set.h: New file.
4337
4338         * modules/unistr/u8-startswith: New file.
4339         * modules/unistr/u16-startswith: New file.
4340         * modules/unistr/u32-startswith: New file.
4341         * lib/unistr/u8-startswith.c: New file.
4342         * lib/unistr/u16-startswith.c: New file.
4343         * lib/unistr/u32-startswith.c: New file.
4344         * lib/unistr/u-startswith.h: New file.
4345
4346         * modules/unistr/u8-stpcpy: New file.
4347         * modules/unistr/u16-stpcpy: New file.
4348         * modules/unistr/u32-stpcpy: New file.
4349         * lib/unistr/u8-stpcpy.c: New file.
4350         * lib/unistr/u16-stpcpy.c: New file.
4351         * lib/unistr/u32-stpcpy.c: New file.
4352         * lib/unistr/u-stpcpy.h: New file.
4353
4354         * modules/unistr/u8-stpncpy: New file.
4355         * modules/unistr/u16-stpncpy: New file.
4356         * modules/unistr/u32-stpncpy: New file.
4357         * lib/unistr/u8-stpncpy.c: New file.
4358         * lib/unistr/u16-stpncpy.c: New file.
4359         * lib/unistr/u32-stpncpy.c: New file.
4360         * lib/unistr/u-stpncpy.h: New file.
4361
4362         * modules/unistr/u8-strcat: New file.
4363         * modules/unistr/u16-strcat: New file.
4364         * modules/unistr/u32-strcat: New file.
4365         * lib/unistr/u8-strcat.c: New file.
4366         * lib/unistr/u16-strcat.c: New file.
4367         * lib/unistr/u32-strcat.c: New file.
4368         * lib/unistr/u-strcat.h: New file.
4369
4370         * modules/unistr/u8-strchr: New file.
4371         * modules/unistr/u16-strchr: New file.
4372         * modules/unistr/u32-strchr: New file.
4373         * lib/unistr/u8-strchr.c: New file.
4374         * lib/unistr/u16-strchr.c: New file.
4375         * lib/unistr/u32-strchr.c: New file.
4376
4377         * modules/unistr/u8-strcmp: New file.
4378         * modules/unistr/u16-strcmp: New file.
4379         * modules/unistr/u32-strcmp: New file.
4380         * lib/unistr/u8-strcmp.c: New file.
4381         * lib/unistr/u16-strcmp.c: New file.
4382         * lib/unistr/u32-strcmp.c: New file.
4383
4384         * modules/unistr/u8-strcpy: New file.
4385         * modules/unistr/u16-strcpy: New file.
4386         * modules/unistr/u32-strcpy: New file.
4387         * lib/unistr/u8-strcpy.c: New file.
4388         * lib/unistr/u16-strcpy.c: New file.
4389         * lib/unistr/u32-strcpy.c: New file.
4390         * lib/unistr/u-strcpy.h: New file.
4391
4392         * modules/unistr/u8-strcspn: New file.
4393         * modules/unistr/u16-strcspn: New file.
4394         * modules/unistr/u32-strcspn: New file.
4395         * lib/unistr/u8-strcspn.c: New file.
4396         * lib/unistr/u16-strcspn.c: New file.
4397         * lib/unistr/u32-strcspn.c: New file.
4398         * lib/unistr/u-strcspn.h: New file.
4399
4400         * modules/unistr/u8-strdup: New file.
4401         * modules/unistr/u16-strdup: New file.
4402         * modules/unistr/u32-strdup: New file.
4403         * lib/unistr/u8-strdup.c: New file.
4404         * lib/unistr/u16-strdup.c: New file.
4405         * lib/unistr/u32-strdup.c: New file.
4406         * lib/unistr/u-strdup.h: New file.
4407
4408         * modules/unistr/u8-strlen: New file.
4409         * modules/unistr/u16-strlen: New file.
4410         * modules/unistr/u32-strlen: New file.
4411         * lib/unistr/u8-strlen.c: New file.
4412         * lib/unistr/u16-strlen.c: New file.
4413         * lib/unistr/u32-strlen.c: New file.
4414         * lib/unistr/u-strlen.h: New file.
4415
4416         * modules/unistr/u8-strmblen: New file.
4417         * modules/unistr/u16-strmblen: New file.
4418         * modules/unistr/u32-strmblen: New file.
4419         * lib/unistr/u8-strmblen.c: New file.
4420         * lib/unistr/u16-strmblen.c: New file.
4421         * lib/unistr/u32-strmblen.c: New file.
4422
4423         * modules/unistr/u8-strmbtouc: New file.
4424         * modules/unistr/u16-strmbtouc: New file.
4425         * modules/unistr/u32-strmbtouc: New file.
4426         * lib/unistr/u8-strmbtouc.c: New file.
4427         * lib/unistr/u16-strmbtouc.c: New file.
4428         * lib/unistr/u32-strmbtouc.c: New file.
4429
4430         * modules/unistr/u8-strncat: New file.
4431         * modules/unistr/u16-strncat: New file.
4432         * modules/unistr/u32-strncat: New file.
4433         * lib/unistr/u8-strncat.c: New file.
4434         * lib/unistr/u16-strncat.c: New file.
4435         * lib/unistr/u32-strncat.c: New file.
4436         * lib/unistr/u-strncat.h: New file.
4437
4438         * modules/unistr/u8-strncmp: New file.
4439         * modules/unistr/u16-strncmp: New file.
4440         * modules/unistr/u32-strncmp: New file.
4441         * lib/unistr/u8-strncmp.c: New file.
4442         * lib/unistr/u16-strncmp.c: New file.
4443         * lib/unistr/u32-strncmp.c: New file.
4444
4445         * modules/unistr/u8-strncpy: New file.
4446         * modules/unistr/u16-strncpy: New file.
4447         * modules/unistr/u32-strncpy: New file.
4448         * lib/unistr/u8-strncpy.c: New file.
4449         * lib/unistr/u16-strncpy.c: New file.
4450         * lib/unistr/u32-strncpy.c: New file.
4451         * lib/unistr/u-strncpy.h: New file.
4452
4453         * modules/unistr/u8-strnlen: New file.
4454         * modules/unistr/u16-strnlen: New file.
4455         * modules/unistr/u32-strnlen: New file.
4456         * lib/unistr/u8-strnlen.c: New file.
4457         * lib/unistr/u16-strnlen.c: New file.
4458         * lib/unistr/u32-strnlen.c: New file.
4459         * lib/unistr/u-strnlen.h: New file.
4460
4461         * modules/unistr/u8-strpbrk: New file.
4462         * modules/unistr/u16-strpbrk: New file.
4463         * modules/unistr/u32-strpbrk: New file.
4464         * lib/unistr/u8-strpbrk.c: New file.
4465         * lib/unistr/u16-strpbrk.c: New file.
4466         * lib/unistr/u32-strpbrk.c: New file.
4467         * lib/unistr/u-strpbrk.h: New file.
4468
4469         * modules/unistr/u8-strrchr: New file.
4470         * modules/unistr/u16-strrchr: New file.
4471         * modules/unistr/u32-strrchr: New file.
4472         * lib/unistr/u8-strrchr.c: New file.
4473         * lib/unistr/u16-strrchr.c: New file.
4474         * lib/unistr/u32-strrchr.c: New file.
4475
4476         * modules/unistr/u8-strspn: New file.
4477         * modules/unistr/u16-strspn: New file.
4478         * modules/unistr/u32-strspn: New file.
4479         * lib/unistr/u8-strspn.c: New file.
4480         * lib/unistr/u16-strspn.c: New file.
4481         * lib/unistr/u32-strspn.c: New file.
4482         * lib/unistr/u-strspn.h: New file.
4483
4484         * modules/unistr/u8-strstr: New file.
4485         * modules/unistr/u16-strstr: New file.
4486         * modules/unistr/u32-strstr: New file.
4487         * lib/unistr/u8-strstr.c: New file.
4488         * lib/unistr/u16-strstr.c: New file.
4489         * lib/unistr/u32-strstr.c: New file.
4490         * lib/unistr/u-strstr.h: New file.
4491
4492         * modules/unistr/u8-strtok: New file.
4493         * modules/unistr/u16-strtok: New file.
4494         * modules/unistr/u32-strtok: New file.
4495         * lib/unistr/u8-strtok.c: New file.
4496         * lib/unistr/u16-strtok.c: New file.
4497         * lib/unistr/u32-strtok.c: New file.
4498         * lib/unistr/u-strtok.h: New file.
4499
4500         * modules/unistr/u8-uctomb: New file.
4501         * modules/unistr/u16-uctomb: New file.
4502         * modules/unistr/u32-uctomb: New file.
4503         * lib/unistr/u8-uctomb.c: New file.
4504         * lib/unistr/u16-uctomb.c: New file.
4505         * lib/unistr/u32-uctomb.c: New file.
4506
4507         * MODULES.html.sh (Unicode string functions): Add the new modules.
4508
4509 2007-01-08  Bruno Haible  <bruno@clisp.org>
4510
4511         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
4512         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
4513         subdirectories.
4514
4515 2007-01-08  Karl Berry  <karl@gnu.org>
4516
4517         * doc/error.texi: mention that main() fns must set program_name
4518         when progname is used.
4519
4520 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4521
4522         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
4523         WCTYPE_H is empty, for the benefit of builds from non-distclean
4524         directories.  Problem reported by Eric Blake in
4525         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
4526
4527 2007-01-08  Bruno Haible  <bruno@clisp.org>
4528
4529         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
4530         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
4531         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
4532         PROVIDE_CANONICALIZE_FILENAME_MODE.
4533         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
4534
4535 2007-01-08  Bruno Haible  <bruno@clisp.org>
4536
4537         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
4538         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
4539         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
4540         * lib/fts.c: Likewise.
4541         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
4542
4543 2006-12-25  Bruno Haible  <bruno@clisp.org>
4544
4545         * modules/utf8-ucs4-safe: New file.
4546         * lib/utf8-ucs4-safe.h: New file.
4547         * lib/unistr/utf8-ucs4-safe.c: New file.
4548
4549         * modules/utf16-ucs4-safe: New file.
4550         * lib/utf16-ucs4-safe.h: New file.
4551         * lib/unistr/utf16-ucs4-safe.c: New file.
4552
4553         * MODULES.html.sh (Unicode string functions): Add the new modules.
4554
4555 2007-01-08  Bruno Haible  <bruno@clisp.org>
4556
4557         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
4558         (Depends-on): Add unitypes.
4559         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4560         (u8_mbtouc_aux): Move out to separate file.
4561         (u8_mbtouc): Use ucs4_t, uint8_t types.
4562         * lib/unistr/utf8-ucs4.c: New file.
4563
4564         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
4565         (Depends-on): Add unitypes.
4566         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4567         (u16_mbtouc_aux): Move out to separate file.
4568         (u16_mbtouc): Use ucs4_t, uint16_t types.
4569         * lib/unistr/utf16-ucs4.c: New file.
4570
4571         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
4572         (Depends-on): Add unitypes.
4573         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
4574         (u8_uctomb_aux): Move out to separate file.
4575         (u8_uctomb): Use ucs4_t, uint8_t types.
4576         * lib/unistr/ucs4-utf8.c: New file.
4577
4578         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
4579         (Depends-on): Add unitypes.
4580         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
4581         (u16_uctomb_aux): Move out to separate file.
4582         (u16_uctomb): Use ucs4_t, uint16_t types.
4583         * lib/unistr/ucs4-utf16.c: New file.
4584
4585 2006-12-25  Bruno Haible  <bruno@clisp.org>
4586
4587         * modules/unitypes: New file.
4588         * lib/unitypes.h: New file.
4589         * MODULES.html.sh (func_all_modules): New section "Unicode string
4590         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
4591         this section. Add unitypes.
4592
4593 2007-01-08  Bruno Haible  <bruno@clisp.org>
4594
4595         Avoid variable names that conflict with those from libtool.
4596         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
4597         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
4598         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
4599         library_names_spec to acl_library_names_spec, hardcode_* to
4600         acl_hardcode_*.
4601         Reported by Ralf Wildenhues.
4602
4603 2007-01-08  Bruno Haible  <bruno@clisp.org>
4604
4605         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
4606         definition.
4607         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
4608         definition.
4609         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
4610         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
4611         definition.
4612         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
4613         definition.
4614         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
4615         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
4616         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
4617         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
4618         definition.
4619         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
4620         definition.
4621         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
4622         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
4623         GC_USE_<algorithm>.
4624         * lib/gc-libgcrypt.c: Likewise.
4625         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
4626         * modules/gc-arctwo (configure.ac): Likewise.
4627         * modules/gc-des (configure.ac): Likewise.
4628         * modules/gc-hmac-md5 (configure.ac): Likewise.
4629         * modules/gc-hmac-sha1 (configure.ac): Likewise.
4630         * modules/gc-md2 (configure.ac): Likewise.
4631         * modules/gc-md4 (configure.ac): Likewise.
4632         * modules/gc-md5 (configure.ac): Likewise.
4633         * modules/gc-random (configure.ac): Likewise.
4634         * modules/gc-rijndael (configure.ac): Likewise.
4635         * modules/gc-sha1 (configure.ac): Likewise.
4636
4637 2007-01-08  Bruno Haible  <bruno@clisp.org>
4638
4639         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
4640         macro definition.
4641         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
4642         definition.
4643         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
4644         definition.
4645         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
4646         * modules/fcntl-safer (configure.ac): Likewise.
4647         * modules/fopen-safer (configure.ac): Likewise.
4648         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
4649         GNULIB_FWRITEERROR macro definition.
4650
4651 2007-01-08  Bruno Haible  <bruno@clisp.org>
4652
4653         * m4/gnulib-common.m4: New file.
4654         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
4655         (func_get_filelist): Add m4/gnulib-common.m4.
4656
4657 2007-01-08  Bruno Haible  <bruno@clisp.org>
4658
4659         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
4660         command.
4661
4662 2007-01-08  Jim Meyering  <jim@meyering.net>
4663
4664         Use a more robust test for a "can't happen" condition.
4665         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
4666         narrowed the st_size value.  Presuming the "can't happen" condition
4667         is true, that narrowing could conceivably convert an invalid st_size
4668         value into a valid one.  Instead, use a change based on Matthew
4669         Woehlke's original patch.
4670
4671         Slight readability improvement: use an assert-like macro
4672         in place of literal "abort ()" uses.
4673         * lib/fts.c (fts_assert): Define.
4674         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
4675         Use this macro instead of a bare 'abort'.
4676
4677 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4678
4679         Don't worry about using IRIX 5.3's wctype.h broken definitions;
4680         simply work around them.
4681         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
4682         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
4683         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
4684         declaring.
4685         Don't bother to define as macros, since the standard doesn't require it.
4686         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
4687         longer worry about IRIX 5.3.
4688         (HAVE_WCTYPE_CTMP_BUG): Remove.
4689
4690 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4691
4692         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
4693         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
4694         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
4695         Problems reported by Georg Schwarz for IRIX 5.3.
4696
4697         * gnulib-tool (autoconf_minversion): Take the maximum version number
4698         found, not the minimum.  Problem reported by James Youngman.
4699
4700 2007-01-03  Karl Berry  <karl@gnu.org>
4701
4702         * doc/error.texi: new file, explaining interaction with progname.
4703         * doc/gnulib.texi: include it.  Update copyright.
4704
4705 2007-01-03  Simon Josefsson  <simon@josefsson.org>
4706
4707         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
4708         AC_CANONICAL_HOST, to improve autobuild outputs.
4709
4710 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
4711             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4712
4713         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
4714         sockets, server sockets, and other file descriptors.  Count errors
4715         to compute the return value.  Reorder the code a bit to be easier
4716         to follow.  Don't set event bits that were not requested (except
4717         POLLERR and POLLHUP).
4718
4719 2007-01-01  Bruno Haible  <bruno@clisp.org>
4720
4721         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
4722
4723 2007-01-03  Jim Meyering  <jim@meyering.net>
4724
4725         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
4726
4727 2007-01-02  Bruno Haible  <bruno@clisp.org>
4728
4729         * modules/settime (Include): Require timespec.h.
4730         * modules/nanosleep (Include): Likewise.
4731
4732 2007-01-01  Bruno Haible  <bruno@clisp.org>
4733
4734         * gnulib-tool (func_emit_copyright_notice): Bump year.
4735         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
4736
4737 2007-01-01  Bruno Haible  <bruno@clisp.org>
4738
4739         Improve support for OpenBSD.
4740         * build-aux/config.rpath (libname_spec): Export.
4741         (library_names_spec): New variable. Export.
4742         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
4743         library_names_spec from the config.rpath output. Locate shared library
4744         through the name pattern in library_names_spec.
4745
4746 2007-01-01  Eric Blake  <ebb9@byu.net>
4747
4748         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
4749
4750 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4751
4752         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
4753         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
4754         assume the C locale, and avoid an "eval" that could cause trouble.
4755         Problem with SORT reported by Bob Proulx.
4756
4757         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
4758         Define.  Trivial patch from Henning Nielsen Lund, originally
4759         sent to bug-grep@gnu.org today.
4760
4761 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4762
4763         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
4764         struct stat.  Problem reported by Henning Nielsen Lund.
4765         * lib/acl.c: Include acl.h first, to check interface.  Don't
4766         bother to include sys/types.h and sys/stat.h again.
4767
4768 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
4769
4770         Import the following change from libc; problem reported by
4771         Sven Verdoolaege.
4772
4773         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
4774
4775         [BZ #1373]
4776         * lib/argp.h: Remove __NTH for __argp_usage inline function.
4777
4778 2006-12-28  Jim Meyering  <jim@meyering.net>
4779
4780         * build-aux/announce-gen: Do not assume that the package
4781         builds any of tar.gz, tar.bz2, and .xdelta files.
4782         Suggestion from Simon Josefsson.
4783
4784 2006-12-28  Simon Josefsson  <simon@josefsson.org>
4785
4786         * modules/announce-gen: New file.
4787
4788 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
4789
4790         * lib/mbchar.h: Just include <wctype.h>; the wctype module
4791         handles its gotchas now.
4792         * lib/mbswidth.c: Likewise.
4793         * lib/wcwidth.h: Likewise.
4794         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
4795         and iswcntrl; the wctype module does this stuff now.
4796         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4797         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4798         * modules/mbchar (Depends-on): Add wctype.
4799         * modules/mbswidth (Depends-on): Likewise.
4800         * modules/wcwidth (Depends-on): Likewise.
4801
4802 2006-12-27  Eric Blake  <ebb9@byu.net>
4803
4804         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
4805         module uses more than what <wctype.h> is required to provide.
4806
4807 2006-12-26  Eric Blake  <ebb9@byu.net>
4808
4809         * gnulib-tool (sed_extract_prog): Avoid space-tab.
4810
4811 2006-12-26  Eric Blake  <ebb9@byu.net>
4812
4813         * modules/absolute-header: New module.
4814         * modules/fcntl (Depends-on): Depend on it.
4815         * modules/inttypes (Depends-on): Likewise.
4816         * modules/stdint (Depends-on): Likewise.
4817         * modules/sys_stat (Depends-on): Likewise.
4818         * modules/wctype (Depends-on): Likewise.
4819         * MODULES.html.sh (Support for building libraries and
4820         executables): Document it.
4821
4822 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
4823
4824         * gnulib-tool (SED): Remove, undoing previous change.
4825         The problem was that it broke coreutils on Solaris, because
4826         "sed --posix" leaked into a makefile.
4827         (sed): New alias, if 'alias' and GNU sed.
4828
4829 2006-12-24  Jim Meyering  <jim@meyering.net>
4830
4831         Work around an fchownat bug in glibc-2.4:
4832         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
4833         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
4834         in spite of the -P option.
4835         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
4836         New macros.
4837         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
4838         * modules/openat (Files): Add lib/fchownat.c.
4839         * lib/openat.c (fchownat): Don't define here.  Move to...
4840         * lib/fchownat.c: ...this new file.
4841
4842 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
4843
4844         Fix bug reported by Bruno Haible in
4845         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
4846         where quotearg.c didn't compile on Mac OS X 10.2 because it
4847         lacks <wchar.h> and wint_t.
4848         * lib/wctype_.h (__wctype_wint_t): New type.
4849         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
4850         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
4851         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
4852         Arg is now of type __wctype_wint_t, not wint_t.
4853         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
4854         substitute HAVE_WINT_T.
4855         * modules/wctype (Files): Add m4/wint_t.m4.
4856         (wctype.h): Substitute HAVE_WINT_T.
4857
4858 2006-12-23  Bruno Haible  <bruno@clisp.org>
4859
4860         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
4861
4862 2006-12-23  Bruno Haible  <bruno@clisp.org>
4863
4864         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
4865         S_ISLNK.
4866         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
4867         mingw.
4868
4869 2006-12-22  Bruno Haible  <bruno@clisp.org>
4870
4871         * lib/copy-file.c: Include acl.h.
4872         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
4873         Close the file descriptors only after being done with copy_acl.
4874         * modules/copy-file (Depends-on): Add acl.
4875
4876 2006-12-22  Bruno Haible  <bruno@clisp.org>
4877
4878         * gnulib-tool (SED): New variable.
4879         Use $SED instead of sed everywhere.
4880
4881 2006-12-22  Bruno Haible  <bruno@clisp.org>
4882
4883         * modules/no-c++: New file.
4884         * m4/no-c++.m4: New file.
4885         * MODULES.html.sh (Support for building libraries and executables):
4886         Add no-c++.
4887
4888 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
4889
4890         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4891         Include <limits.h>, and use its INT_MAX to rewrite the
4892         j loop so that it does not overflow 'int'.  Problem reported by
4893         Ralf Wildenhues in
4894         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
4895         Play it safe by shifting left by 1 rather than multiplying by 2,
4896         as GCC is less likely to optimize this away when the value
4897         is signed (when it assumes overflow leads to undefined behavior).
4898         Also, don't assume time_t uses two's complement.
4899
4900 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4901
4902         * MODULES.html.sh: New module wctype.
4903         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
4904         * lib/fnmatch.c: Don't bother to include <wchar.h> before
4905         <wctype.h>, since the new wctype module should fix this.
4906         * lib/quotearg.c: Include <wctype.h> unconditionally, since
4907         the wctype module should arrange for it.
4908         * lib/regex_internal.h: Likewise.
4909         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
4910         since the wctype module should handle this now.
4911         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
4912         * modules/fnmatch (Depends-on): Add wctype.
4913         * modules/quotearg (Depends-on): Likewise.
4914         * modules/regex (Depends-on): Likewise.
4915
4916 2006-12-19  Bruno Haible  <bruno@clisp.org>
4917
4918         * lib/strdup.h [C++]: Wrap definitions in extern "C".
4919         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
4920
4921 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4922
4923         * modules/savewd (Depends-on): Fix dependency on fcntl.
4924
4925 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4926
4927         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
4928         conforms to C99, rather than relying on the user's environment
4929         setting of STDINT_H.
4930
4931 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4932         and Eric Blake  <ebb9@byu.net>
4933
4934         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
4935         This is more consistent with the other defines here.
4936         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
4937         Port to z/OS.  Problem reported by Paul Gilmartin.
4938         Change local vars to use gl_ prefix rather than ac_.
4939         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
4940         with other defines.
4941         * modules/double-slash-root: New module.
4942         * modules/dirname (Files): Remove m4/double-slash-root.m4.
4943         (Depends-on): Add double-slash-root.
4944         * MODULES.html.sh (File system functions): Mention new module.
4945
4946 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4947
4948         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
4949         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
4950         This is for the benefit of gzip, which doesn't do i18n.
4951
4952 2006-12-12  Jim Meyering  <jim@meyering.net>
4953
4954         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
4955         Reported by Andreas Schwab <schwab@suse.de>.
4956
4957 2006-12-12  Bruno Haible  <bruno@clisp.org>
4958
4959         Merge these changes.
4960         2006-09-05  Bruno Haible  <bruno@clisp.org>
4961         * lib/iconvme.c (iconv_string): No need to save and restore errno when
4962         iconv_alloc succeeded.
4963         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
4964         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
4965         test for " && dest " at the end - dest is always != NULL there. Call
4966         iconv with 4xNULL arguments initially, to reset the state. Call iconv
4967         with 2xNULL arguments, also to flush the state storage. Handle the
4968         IRIX iconv behaviour. Realloc the final result, to throw away unused
4969         memory.
4970
4971 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
4972
4973         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
4974         and fchmodat unconditionally, since glibc 2.4 has them.
4975         Problem reported by Arkadiusz Miskiewicz.
4976
4977 2006-12-10  Bruno Haible  <bruno@clisp.org>
4978
4979         * gnulib-tool (func_import): Show the include files only for those
4980         modules that are copied and specified.
4981         Reported by Karl Berry.
4982
4983 2006-12-08  Jim Meyering  <jim@meyering.net>
4984
4985         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
4986         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
4987
4988         * build-aux/announce-gen: Add two new options, both optional:
4989         --bootstrap-tools=TOOL_LIST
4990               a comma-separated list of tools, e.g.,
4991               autoconf,automake,bison,gnulib
4992         --gnulib-snapshot-date=DATE
4993               if gnulib is in the bootstrap tool list,
4994               then report this as the snapshot date.
4995               If not specified, use the current date/time.
4996               If you specify a date here, be sure it's UTC.
4997
4998 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4999
5000         * tests/test-argp-2.sh: Fix test to match actual output.
5001         (func_compare): Fix sed script to be portable.
5002
5003 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5004
5005         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
5006         workaround for this case.  It is not autoconfigured now; offhand
5007         it's hard to see how to autoconfigure it.
5008
5009 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
5010
5011         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
5012         a directory that is about to be chowned.  Such a directory's
5013         initial file permissions should permit the owner only and this
5014         should not be changed until after the chown, since the group and
5015         other bits would be incorrect if they granted permission before
5016         the chown.
5017
5018         Fix porting problem for iswctype reported by Georg Schwarz in:
5019         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
5020         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
5021         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
5022         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
5023         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5024
5025 2006-12-03  Jim Meyering  <jim@meyering.net>
5026
5027         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
5028         p->fts_statp may not yet be defined.
5029         (fts_read): Instead, set it in the caller, once p->fts_statp is
5030         sure to be defined, and corresponds to a top-level directory.
5031         This bug made du -x fail.  Here's the coreutils test case:
5032         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
5033         Reported by Mike Frysinger.
5034
5035 2006-12-01  Jim Meyering  <jim@meyering.net>
5036
5037         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
5038         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
5039         Reported by Simon Josefsson.
5040
5041 2006-11-30  Jim Meyering  <jim@meyering.net>
5042
5043         * m4/warning.m4: Use the all-permissive copyright notice
5044         recommended by RMS (rather than LGPL).
5045         * m4/vararrays.m4: Likewise.
5046         * m4/flexmember.m4: Likewise.
5047
5048 2006-11-29  Bruno Haible  <bruno@clisp.org>
5049
5050         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5051         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
5052         using +=.
5053         Reported by Simon Josefsson <simon@josefsson.org>.
5054
5055 2006-11-28  James Youngman <jay@gnu.org>
5056
5057         * README: Advise users that they might find the bug-gnulib@gnu.org
5058         and autotools-announce@gnu.org mailing lists useful.
5059
5060 2006-11-28  Bruno Haible  <bruno@clisp.org>
5061
5062         * m4/ptrdiff_max.m4: Remove file.
5063
5064 2006-11-21  Bruno Haible  <bruno@clisp.org>
5065
5066         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
5067         _AC_COMPUTE_INT.
5068         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5069         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
5070         _AC_COMPUTE_INT.
5071         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5072         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
5073         _AC_COMPUTE_INT.
5074         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5075
5076 2006-11-28  Jim Meyering  <jim@meyering.net>
5077
5078         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
5079         warning from "gcc -Wshadow" about shadowing the builtin.
5080
5081 2006-11-27  Bruno Haible  <bruno@clisp.org>
5082
5083         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
5084         _AC_COMPUTE_INT.
5085         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5086
5087 2006-11-27  Bruno Haible  <bruno@clisp.org>
5088             Paul Eggert  <eggert@cs.ucla.edu>
5089
5090         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
5091
5092 2006-11-26  Bruno Haible  <bruno@clisp.org>
5093
5094         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5095         noinst_LTLIBRARIES.
5096
5097 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5098             Bruno Haible  <bruno@clisp.org>
5099
5100         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
5101         if compiling with "gcc -ansi".
5102
5103 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5104
5105         Fix some incompatibilities with gcc -ansi -pedantic.
5106         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
5107         if compiling pedantically with GCC, unless it's C99 or later.
5108         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
5109         it mishandles gcc -ansi -pedantic as well.
5110         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
5111         if gcc -pedantic.
5112         * lib/regexec.c (check_node_accept_bytes): Don't use auto
5113         initializers for struct if -pedantic, unless it's C99 or later.
5114
5115 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
5116
5117         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
5118         Don't close an fd more than once. Identical atimes indicate
5119         success, not failure.
5120
5121 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
5122
5123         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
5124
5125 2006-11-23  Jim Meyering  <jim@meyering.net>
5126
5127         * build-aux/announce-gen: New file.  From coreutils.
5128
5129 2006-11-22  Jim Meyering  <jim@meyering.net>
5130
5131         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
5132         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
5133         (fts_read): Use a temporary to narrow the overused st_size member
5134         before using it in a switch statement.  Reported by Matthew Woehlke.
5135
5136         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
5137         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5138
5139 2006-11-20  Bruno Haible  <bruno@clisp.org>
5140
5141         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
5142         changequote instead of pairs of brackets.
5143         Reported by Andreas Schwab <schwab@suse.de>.
5144
5145 2006-11-21  Jim Meyering  <jim@meyering.net>
5146
5147         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
5148         so as to remain compatible with older compilers.
5149         Patch from Michael Deutschmann.
5150
5151 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5152
5153         * MODULES.html.sh (File system functions): Add openat.
5154
5155         * lib/openat.h (rpl_fstatat): New macro, if
5156         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
5157         (fstatat): Define to rpl_fstatat under the same conditions,
5158         unless COMPILING_FSTATAT.
5159         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
5160         seems to have the bug.
5161         * lib/fstatat.c: New file.
5162         * modules/openat (Files): Add it.
5163
5164 2006-11-20  Bruno Haible  <bruno@clisp.org>
5165
5166         * Makefile: New file.
5167
5168 2006-11-20  Jim Meyering  <jim@meyering.net>
5169
5170         The beginnings of syntax-related checks for gnulib.
5171         * lib/Makefile: New file.
5172         * lib/t-idcache: New script.  Ensure that the two halves of
5173         idcache.c stay in sync.
5174
5175         * lib/idcache.c: Adjust comments in user- and group- portions to
5176         be more accurate, and to be consistent with one another.
5177
5178 2006-11-20  Jim Meyering  <jim@meyering.net>
5179
5180         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
5181         continue using the flexible array member (thus, this module performs
5182         half as many malloc calls), with the addition that...
5183         (getgroup, getuser): Consistently record a non-match via an empty
5184         "name" string, and map an empty string match to a NULL return value.
5185         * modules/idcache (Depends-on): Re-add flexmember.
5186
5187         * lib/idcache.c (getuser): Remove all uses of the register keyword.
5188         (getuidbyname, getgroup, getgidbyname): Likewise.
5189
5190         Use cleaner syntax: NULL rather than 0.
5191         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
5192
5193 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5194
5195         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
5196         It mishandled the case where the group was missing.
5197         Problem reported by Greg Schafer.
5198         * modules/idcache: Likewise.
5199
5200 2006-11-18  Jim Meyering  <jim@meyering.net>
5201
5202         * check-module (%exempt_header): Add exception for some
5203         conditionally-included headers.
5204
5205         * modules/i-ring (Depends-on): Add verify.
5206         (License): Change to LGPL.
5207
5208 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
5209
5210         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
5211         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
5212         and inttostr.h.  Use snprintf rather than uinttostr, so that
5213         LGPLed code doesn't depend on GPLed.
5214
5215 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5216
5217         * modules/inline (License): Change from GPL to LGPL.
5218
5219 2006-11-17  Jim Meyering  <jim@meyering.net>
5220
5221         * modules/d-type (License): Switch to LGPL.
5222
5223 2006-11-15  Bruno Haible  <bruno@clisp.org>
5224
5225         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
5226
5227 2006-11-15  Eric Blake  <ebb9@byu.net>
5228
5229         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
5230         the module dependency.
5231
5232 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5233             Bruno Haible  <bruno@clisp.org>
5234
5235         * gnulib-tool (func_create_testdir): Add license consistency check.
5236
5237 2006-11-15  Eric Blake  <ebb9@byu.net>
5238
5239         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
5240         random "(cached)" in configure output.
5241
5242 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5243
5244         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
5245         test for conforming inttypes.h is both announced and cached.
5246
5247         * MODULES.html.sh (seen_modules, seen_files): New variables.
5248         (func_module): Rewrite to use a few less gnulib-tool and sed
5249         invocations.  Avoid a couple of quadratic algorithms for ...
5250         (missed_modules, missed_files): ... these, with ...
5251         (func_append, func_tmpdir): ... these new functions, from
5252         gnulib-tool.  Analogously, install traps for cleanup.
5253
5254         * tests/test-gc.c (main): Remove unused variables.
5255         * tests/test-read-file.c: Include stdlib.h, for 'free'.
5256
5257 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5258
5259         * modules/inttostr (License): Change to LGPL.
5260
5261 2006-11-14  Eric Blake  <ebb9@byu.net>
5262
5263         * modules/tempname (License): Change to LGPL.
5264
5265 2006-11-14  Eric Blake  <ebb9@byu.net>
5266
5267         * doc/functions.texi (Function Portability): *printf functions on
5268         Cygwin now understand all POSIX size specifiers.
5269
5270 2006-11-14  Bruno Haible  <bruno@clisp.org>
5271
5272         * modules/c-ctype (License): Change to LGPL.
5273
5274 2006-11-12  Bruno Haible  <bruno@clisp.org>
5275
5276         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
5277         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
5278         for GNOME libraries, for which the include files are installed in
5279         subdirectories of $prefix/include.
5280
5281 2006-11-12  Bruno Haible  <bruno@clisp.org>
5282
5283         * m4/lib-link.m4: Require at least autoconf-2.54.
5284         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
5285         name to underscores for the --with option.
5286
5287 2006-11-13  Bruno Haible  <bruno@clisp.org>
5288
5289         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
5290         the tests directory.
5291         Reported by Ralf Wildenhues.
5292
5293 2006-11-13  Bruno Haible  <bruno@clisp.org>
5294
5295         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
5296         (func_emit_initmacro_end): Undo the override here.
5297         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
5298         Works around the famous automake error in coreutils.
5299
5300 2006-11-13  Eric Blake  <ebb9@byu.net>
5301
5302         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
5303         element, not its node.
5304
5305 2006-11-12  Bruno Haible  <bruno@clisp.org>
5306
5307         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
5308         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
5309
5310 2006-11-12  Bruno Haible  <bruno@clisp.org>
5311
5312         * gnulib-tool: New option --local-symlink.
5313         (func_usage): Document it.
5314         (lsymbolic): New variable.
5315         (func_import, func_create_testdir): If --symlink was not specified,
5316         test whether --local-symlink was specified and the file comes from
5317         the local_gnulib_dir.
5318
5319 2006-11-12  Bruno Haible  <bruno@clisp.org>
5320
5321         * gnulib-tool (func_ln): New function.
5322         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
5323
5324 2006-11-12  Bruno Haible  <bruno@clisp.org>
5325
5326         Finish support for source files in subdirectories.
5327         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
5328         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
5329         AUTOMAKE_OPTIONS.
5330         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
5331
5332 2006-11-12  Bruno Haible  <bruno@clisp.org>
5333
5334         * gnulib-tool (func_get_automake_snippet): Synthesize also an
5335         EXTRA_lib_SOURCES augmentation.
5336         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
5337
5338 2006-11-12  Jim Meyering  <jim@meyering.net>
5339
5340         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
5341         file descriptors.  This also averts a failure on systems with
5342         native openat support when a traversed directory lacks "x" access.
5343         * lib/fts_.h: Include "i-ring.h"
5344         (struct FTS) [fts_fd_ring]: New member.
5345         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
5346         (FCHDIR): Add parentheses.
5347         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
5348         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
5349         When descending, rather than simply closing the previous
5350         fts_cwd_fd value, push that file descriptor onto the ring.
5351         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
5352         (fts_open): Initialize the new fd_ring member.
5353         (fts_close): Clear the ring.
5354         (fts_safe_changedir): When possible, use our new fd_ring to skip
5355         the diropen and fstat and dev/ino comparison that would normally
5356         accompany a virtual `chdir ("..")'.
5357
5358         * modules/fts (Depends-on): Add i-ring.
5359         * modules/i-ring: New module.
5360         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
5361         * m4/i-ring.m4: New file.
5362
5363 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5364
5365         * gnulib-tool (func_create_testdir): Fix replacement of
5366         `build-aux' in configure.ac.  Run autotools in gltests
5367         subdirectory.
5368         (func_create_testdir, func_create_megatestdir, test): There is
5369         no need for '--force' in most autotool invocations in a new
5370         tree.  Actually fail the whole test if any of the tools, or the
5371         configure or make stages fail.
5372
5373         Sync from Automake.
5374         * build-aux/gnupload: Revert last change.  Add pointer to upload
5375         instructions of the GNU Maintenance Instructions.
5376         Suggestion by Karl Berry.
5377
5378 2006-11-10  Jim Meyering  <jim@meyering.net>
5379
5380         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
5381
5382 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5383
5384         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
5385         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
5386         (bind_textdomain_codeset) [! ENABLE_NLS]:
5387         Evaluate all the arguments.  That way, callers get compatible behavior
5388         if the arguments have side effects.  Also, it avoids some GCC
5389         diagnostics in some cases; Joel E. Denny reported problems when Bison
5390         was configured with --enable-gcc-warnigs.
5391
5392 2006-11-10  Jim Meyering  <jim@meyering.net>
5393
5394         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
5395         relevant options in CFLAGS (like -O, -fno-inline) are taken into
5396         account.
5397
5398 2006-11-10  Jim Meyering  <jim@meyering.net>
5399
5400         * modules/inline: New file/module.
5401         * modules/xalloc (Files): Remove m4/inline.m4.
5402         (Depends-on): Add inline, instead.
5403         * modules/oset: Likewise.
5404         * modules/list: Likewise.
5405
5406 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5407
5408         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
5409         Problem reported by Matthew Woehlke.
5410
5411 2006-11-09  Bruno Haible  <bruno@clisp.org>
5412
5413         * lib/tempname.c (gen_tempname): Remove variant that invokes
5414         __gen_tempname.
5415         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
5416         __gen_tempname.
5417
5418 2006-11-08  Bruno Haible  <bruno@clisp.org>
5419
5420         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
5421         to 'yes' instead of 'cross-compiling'.
5422
5423 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
5424
5425         * lib/quotearg.h (quotearg_free): New decl.
5426         * lib/quotearg.c (quotearg_free): New function.
5427         (slot0, nslots, slotvec0, slotvec):
5428         Now file-scope so that quotearg_free can get at them.
5429
5430 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5431
5432         Sync from Automake.
5433         * build-aux/gnupload: Add missing 'gnu' to example URL.
5434         Report by Karl Berry.
5435
5436 2006-11-08  Bruno Haible  <bruno@clisp.org>
5437
5438         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
5439         Suggested by Paul Eggert.
5440
5441 2006-11-08  Jim Meyering  <jim@meyering.net>
5442
5443         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
5444         It's already included if !_LIBC.
5445         (fts_safe_changedir): Add a comment.
5446
5447 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5448
5449         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
5450         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
5451         Matthew Woehlke.
5452
5453         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
5454         definitions up, to avoid colliding with change below.
5455         (static_inline) [HAVE_INLINE]: New macro.
5456         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
5457         Provide extern decls when !HAVE_INLINE.  Do not define unless
5458         static_inline is defined, either by us or by xmalloc.c.  Use
5459         static_inline rather than static inline.
5460         (XCALLOC): Optimize sizeof(T) = 1 case.
5461         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
5462
5463 2006-11-07  Bruno Haible  <bruno@clisp.org>
5464
5465         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
5466         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
5467         AC_C_INLINE.
5468         * modules/xalloc (Files): Add m4/inline.m4.
5469
5470 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5471
5472         * README: Fix typo.
5473         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
5474         (Miscellanous Notes): ...from this.
5475
5476 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5477
5478         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
5479         Mention that offsetof should be used instead of sizeof.
5480         From Bruno Haible.
5481
5482 2006-11-07  Bruno Haible  <bruno@clisp.org>
5483
5484         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
5485
5486 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5487
5488         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5489         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
5490         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5491         (gl_tree_add_before, gl_tree_add_after):
5492         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
5493         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
5494         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5495         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
5496         (gl_linked_add_after, gl_linked_add_at): Likewise.
5497         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
5498         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5499         (gl_tree_add_before, gl_tree_add_after): Likewise.
5500         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
5501         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
5502         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5503
5504 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5505
5506         * lib/gl_oset.h: Use C comment style, not C++ comment style.
5507
5508 2006-11-06  Bruno Haible  <bruno@clisp.org>
5509
5510         * m4/inline.m4: New file.
5511         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
5512         * modules/list (Files): Add m4/inline.m4.
5513         * modules/oset (Files): Likewise.
5514
5515 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5516
5517         * lib/idcache.c: Include <stddef.h>, for offsetof.
5518         (struct userid.name): Change from char * to a flexible array member.
5519         All uses changed.
5520         * modules/idcache (Depends-on): Add flexmember.
5521
5522         * MODULES.html.sh (Core language properties): New module flexmember.
5523         * modules/flexmember, m4/flexmember.m4: New files.
5524
5525         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
5526         inline functions that are identical with the old xnmalloc_inline,
5527         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
5528         that we can avoid some unnecessary integer multiplications and
5529         divisions in the common case where the element size is known at
5530         compile time.
5531         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
5532         needed.
5533         (xnboundedmalloc): Remove.
5534         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
5535         arguments, for consistency with rest of this header.
5536         (xcharalloc): Rewrite using XNMALLOC.
5537         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
5538         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
5539         versions have been moved to lib/xalloc.h and renamed to be the
5540         non-*_inline versions.
5541         (xmalloc, xrealloc): Implement without reference to the xnmalloc
5542         and xnrealloc functions, since those functions are now inline and
5543         now call us.
5544         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
5545         renaming described above.
5546         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
5547         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
5548         captures the dependency in AC_C_INLINE.
5549
5550         New module canonicalize-lgpl, proposed by Charles Wilson in
5551         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
5552         with a few small changes afterwards.
5553         * MODULES.html.sh (File system functions): New module
5554         canonicalize-lgpl.
5555         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
5556         and canonicalize_file_name.
5557         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
5558         * modules/canonicalize-lgpl: New files.
5559
5560 2006-11-05  Bruno Haible  <bruno@clisp.org>
5561
5562         * gnulib-tool (func_import, func_create_testdir): Create directories
5563         also for files in subdirectories of lib/.
5564
5565 2006-11-05  Bruno Haible  <bruno@clisp.org>
5566
5567         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
5568         ANSI C compliant.
5569
5570 2006-11-03  Bruno Haible  <bruno@clisp.org>
5571
5572         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5573         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
5574         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
5575         (xnboundedmalloc): New inline function.
5576         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
5577         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
5578         xmalloc.
5579         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
5580         xmalloc.
5581         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
5582         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
5583         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
5584         xmalloc.
5585         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5586         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
5587         xmalloc.
5588         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
5589         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5590         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
5591         xmalloc.
5592         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5593         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
5594         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5595         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
5596         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
5597         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
5598         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
5599
5600 2006-11-03  Bruno Haible  <bruno@clisp.org>
5601
5602         * lib/c-ctype.h [C++]: Define functions without name mangling.
5603         * lib/fwriteerror.h [C++]: Likewise.
5604         * lib/gcd.h [C++]: Likewise.
5605         * lib/linebreak.h [C++]: Likewise.
5606
5607 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
5608
5609         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
5610         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
5611         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
5612         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5613         Check for functions and headers just once.
5614         Check for declaration of canonicalize_file_name.
5615         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
5616
5617 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5618
5619         * gnulib-tool (func_import): Fix typo in actioncmd.
5620
5621 2006-11-02  Bruno Haible  <bruno@clisp.org>
5622
5623         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
5624         newline sequence in the Makefile.am snippet as a space, like "make"
5625         does.
5626         Reported by Roger Persson <perrog@gmail.com>.
5627
5628 2006-11-01  Bruno Haible  <bruno@clisp.org>
5629
5630         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
5631         already declared in <string.h>.
5632         * lib/strcase.h (strncasecmp): Don't declare it if yes.
5633
5634 2006-11-01  Bruno Haible  <bruno@clisp.org>
5635
5636         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
5637         * lib/strcase.h: Include <string.h>.
5638         (strcasecmp): Define to rpl_strcasecmp here.
5639
5640 2006-11-01  Bruno Haible  <bruno@clisp.org>
5641
5642         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
5643
5644 2006-11-01  Eric Blake  <ebb9@byu.net>
5645
5646         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
5647
5648         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
5649
5650 2006-10-29  Bruno Haible  <bruno@clisp.org>
5651
5652         Make it compile in C++ mode.
5653         * lib/full-write.c (full_rw): Add a cast.
5654
5655 2006-11-01  Bruno Haible  <bruno@clisp.org>
5656
5657         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
5658         be POSIX compliant.
5659         Reported by Roger Persson <perrog@gmail.com>.
5660
5661 2006-11-01  Eric Blake  <ebb9@byu.net>
5662
5663         * lib/getopt_.h: Fix comments.
5664
5665 2006-10-31  Eric Blake  <ebb9@byu.net>
5666
5667         * modules/tmpdir (Depends-on): Add sys_stat.
5668         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
5669         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
5670         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
5671         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
5672         tempname.
5673
5674 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
5675
5676         Avoid some C++ diagnostics reported by Bruno Haible.
5677         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
5678         xmalloc.
5679         (quotearg_alloc): Use xcharalloc rather than xmalloc.
5680         (struct slotvec): Move to top level.
5681         (quotearg_n_options): Rewrite to avoid xmalloc.
5682         * lib/xalloc.h (xcharalloc): New function.
5683         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
5684         [defined __cplusplus]: Add function template that provides result
5685         type propagation.  This part of the change is from Bruno Haible.
5686
5687 2006-10-29  Bruno Haible  <bruno@clisp.org>
5688
5689         Make it compile in C++ mode.
5690         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
5691         * lib/strnlen1.c (strnlen1): Cast memchr result.
5692         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
5693         * lib/clean-temp.c (string_equals, string_hash): Add casts.
5694         (create_temp_dir): Rename local variable 'template'.
5695         (compile_csharp_using_sscli): Add cast.
5696         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
5697         * lib/findprog.c (find_in_path): Likewise.
5698         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
5699         * lib/wait-process.c (register_slave_subprocess): Likewise.
5700
5701 2006-10-22  Bruno Haible  <bruno@clisp.org>
5702
5703         * modules/tsearch: New file.
5704         * lib/tsearch.h: New file.
5705         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
5706         * m4/tsearch.m4: New file.
5707         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
5708
5709 2006-10-29  Eric Blake  <ebb9@byu.net>
5710
5711         * lib/arcfour.c: Assume config.h.
5712         * lib/arctwo.c: Likewise.
5713         * lib/base64.c: Likewise.
5714         * lib/check-version.c: Likewise.
5715         * lib/crc.c: Likewise.
5716         * lib/des.c: Likewise.
5717         * lib/gc-gnulib.c: Likewise.
5718         * lib/gc-libgcrypt.c: Likewise.
5719         * lib/gc-pbkdf2-sha1.c: Likewise.
5720         * lib/getaddrinfo.c: Likewise.
5721         * lib/getdelim.c: Likewise.
5722         * lib/getline.c: Likewise.
5723         * lib/hmac-md5.c: Likewise.
5724         * lib/hmac-sha1.c: Likewise.
5725         * lib/iconvme.c: Likewise.
5726         * lib/md2.c: Likewise.
5727         * lib/md4.c: Likewise.
5728         * lib/memxor.c: Likewise.
5729         * lib/read-file.c: Likewise.
5730         * lib/readline.c: Likewise.
5731         * lib/rijndael-alg-fst.c: Likewise.
5732         * lib/rijndael-api-fst.c: Likewise.
5733         * lib/xgetdomainname.c: Likewise.
5734
5735 2006-10-28  Eric Blake  <ebb9@byu.net>
5736
5737         * lib/xstrndup.c: Assume config.h.
5738
5739 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
5740
5741         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
5742         stat-macros.h is now for our own macros, whereas stat_h is for
5743         macros in the <sys/stat.h> name space.
5744         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
5745         (STAT_MACROS_H): Remove.
5746         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
5747         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
5748         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
5749         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
5750         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
5751         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
5752         Move these macros to ...
5753         * lib/stat_.h: here.  Don't include stat-macros.h.
5754         * lib/canonicalize.c: Don't include stat-macros.h.
5755         * lib/chown.c: Likewise.
5756         * lib/euidaccess.c: Likewise.
5757         * lib/file-type.c: Likewise.
5758         * lib/filemode.c: Likewise.
5759         * lib/glob.c: Likewise.
5760         * lib/isapipe.c: Likewise.
5761         * lib/lchown.c: Likewise.
5762         * lib/lstat.c: Likewise.
5763         * lib/mkdir-p.c: Likewise.
5764         * lib/rmdir.c: Likewise.
5765         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
5766         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
5767         unless mkdir isn't declared, to speed up 'configure'.
5768         Always create sys/stat.h, since it's unlikely any real sys/stat.h
5769         would define all the S_* symbols.
5770         * modules/canonicalize (Depends-on):
5771         Depend on sys_stat, not stat-macros.
5772         * modules/chown: Likewise.
5773         * modules/euidaccess: Likewise.
5774         * modules/filemode: Likewise.
5775         * modules/file-type: Likewise.
5776         * modules/glob: Likewise.
5777         * modules/isapipe: Likewise.
5778         * modules/lchown: Likewise.
5779         * modules/lstat: Likewise.
5780         * modules/mkancesdirs: Likewise.
5781         * modules/rmdir: Likewise.
5782         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
5783         * modules/modechange: Likewise.
5784         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
5785         (configure.ac): Remove gl_STAT_MACROS.
5786         * modules/sys_stat (Depends-on): Remove stat-macros.
5787
5788 2006-10-27  Bruno Haible  <bruno@clisp.org>
5789
5790         * m4/signed.m4: Remove file.
5791         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
5792         invocation.
5793         * modules/vasnprintf (Files): Remove m4/signed.m4.
5794
5795 2006-10-27  Bruno Haible  <bruno@clisp.org>
5796
5797         Update to GNU gettext 0.16.
5798         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
5799         m4/inttypes-h.m4, m4/signed.m4.
5800         * m4/gettext.m4: Update to GNU gettext 0.16.
5801         * m4/intl.m4: New file, from GNU gettext.
5802         * m4/intldir.m4: New file, from GNU gettext.
5803         * config/srclist.txt: Update
5804
5805 2006-10-27  Eric Blake  <ebb9@byu.net>
5806
5807         * MODULES.html.sh: Document tempname.
5808         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
5809         dependencies.
5810         (Files): Move lib/tempname.c...
5811         * modules/tempname: ...to this new module.
5812         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
5813         (gl_PREREQ_TEMPNAME): Move...
5814         * m4/tempname.m4: ...to this new file.
5815         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
5816         * modules/sys_stat (Depends-on): Add stat-macros.
5817         * lib/stat_.h (includes): Pick up stat macros.
5818         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
5819         if stat macros are broken.
5820         * lib/tempname.c (includes): No need to include "stat-macros.h".
5821         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
5822         (direxists, __path_search) [!_LIBC]: Don't compile these in
5823         gnulib; the tmpdir module covers that.
5824         * lib/tempname.h: New file.
5825
5826 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
5827
5828         * COPYING: Explain how gnulib-tool converts licence headers.
5829         Almost all wording by Eric Blake.
5830
5831 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
5832
5833         * lib/mbchar.h (is_basic_table): Make read-only.
5834         * lib/mbchar.c (is_basic_table): Likewise.
5835         Reported by John Darrington.
5836
5837 2006-10-25  Bruno Haible  <bruno@clisp.org>
5838
5839         * lib/progname.h (set_program_name): Undefine before defining.
5840
5841 2006-10-25  Bruno Haible  <bruno@clisp.org>
5842
5843         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
5844         false for non-gcc C++ compilers.
5845         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5846
5847 2006-10-24  Bruno Haible  <bruno@clisp.org>
5848
5849         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
5850         iconv implementations like Irix iconv.
5851
5852 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5853
5854         * modules/vararrays: New file.
5855         * m4/vararrays.m4: New file, taken from diffutils.
5856         * MODULES.html.sh: New module vararrays.
5857
5858 2006-10-24  Karl Berry  <karl@gnu.org>
5859
5860         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
5861         Don't call GNU Unix.
5862
5863 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5864
5865         * users.txt: Add Libtool.
5866
5867         Sync from Libtool:
5868
5869         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5870
5871         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
5872         to gnulib's policy of including config.h unconditionally.
5873
5874 2006-10-24  Bruno Haible  <bruno@clisp.org>
5875
5876         * modules/wcwidth (Files): Add m4/wint_t.m4.
5877         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
5878         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
5879
5880 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5881
5882         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
5883         to pacify GCC with some -W flags enabled.  Problem reported by
5884         Bruno Haible.
5885
5886 2006-10-24  Jim Meyering  <jim@meyering.net>
5887
5888         * MODULES.html.sh: Remove uinttostr.  It's not a module.
5889         Reported by Karl Berry.
5890
5891 2006-10-23  Bruno Haible  <bruno@clisp.org>
5892
5893         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
5894
5895 2006-10-24  Bruno Haible  <bruno@clisp.org>
5896
5897         * lib/gl_list.h: Use C comment style, not C++ comment style.
5898
5899 2006-10-23  Eric Blake  <ebb9@byu.net>
5900
5901         * lib/getaddrinfo.c (includes): Add missing include.
5902
5903 2006-10-23  Bruno Haible  <bruno@clisp.org>
5904             Paul Eggert  <eggert@cs.ucla.edu>
5905
5906         Ability to rename obstack_free.
5907         * lib/obstack.h (__obstack_free): New macro. Declare instead of
5908         obstack_free.
5909         (obstack_free): Invoke the __obstack_free macro.
5910         * lib/obstack.c (obstack_free): Use __obstack_free macro.
5911
5912 2006-10-23  Bruno Haible  <bruno@clisp.org>
5913             Paul Eggert  <eggert@cs.ucla.edu>
5914
5915         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
5916         __argc, __argv from the declaration. (They are defined as macros on
5917         mingw.)
5918
5919 2006-10-22  Bruno Haible  <bruno@clisp.org>
5920
5921         * doc/gnulib-intro.texi: New file.
5922         * doc/gnulib.texi: Include it.
5923
5924 2006-10-21  Bruno Haible  <bruno@clisp.org>
5925
5926         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
5927         "Introduction", "Miscellanous Notes", "Particular Modules".
5928
5929 2006-10-21  Bruno Haible  <bruno@clisp.org>
5930
5931         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5932         Change mostlyclean-local rule to avoid sh syntax error from bash
5933         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
5934
5935 2006-10-23  Jim Meyering  <jim@meyering.net>
5936
5937         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
5938         in place of snprintf.
5939
5940         * modules/inttostr (Files): Add lib/uinttostr.c.
5941         * lib/uinttostr.c (inttostr): New file/function.
5942         * lib/inttostr.h (uinttostr): Declare.
5943         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
5944         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
5945         Add uinttostr.
5946         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
5947
5948 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5949
5950         * lib/canonicalize.c (ELOOP): Define if not already defined.
5951         Problem reported by Bruno Haible in
5952         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
5953
5954 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5955
5956         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
5957         Problem reported by Perry Smith and Ville Laurikari.
5958
5959         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
5960         uses.
5961
5962 2006-10-19  Bruno Haible  <bruno@clisp.org>
5963
5964         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
5965         for mingw.
5966
5967 2006-10-19  Bruno Haible  <bruno@clisp.org>
5968
5969         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
5970         Needed for mingw.
5971
5972 2006-10-19  Bruno Haible  <bruno@clisp.org>
5973
5974         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
5975
5976 2006-10-19  Bruno Haible  <bruno@clisp.org>
5977
5978         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
5979         it.
5980
5981 2006-10-19  Bruno Haible  <bruno@clisp.org>
5982
5983         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
5984         invocation.
5985
5986 2006-10-19  Bruno Haible  <bruno@clisp.org>
5987
5988         * gnulib-tool (func_create_testdir): Don't include ftruncate and
5989         mountlist by default.
5990
5991 2006-10-16  Bruno Haible  <bruno@clisp.org>
5992
5993         * lib/c-strstr.c: Include c-strstr.h.
5994
5995 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5996
5997         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
5998         in a slash.
5999
6000 2006-10-18  Bruno Haible  <bruno@clisp.org>
6001
6002         * lib/lock.h [C++]: Wrap definitions in extern "C".
6003
6004 2006-10-18  Bruno Haible  <bruno@clisp.org>
6005
6006         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
6007         gl_LIBOBJS list.
6008
6009 2006-10-18  Bruno Haible  <bruno@clisp.org>
6010
6011         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
6012
6013 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
6014
6015         * lib/xstrtol.h: Include gettext.h.
6016         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
6017         Problem reported by Eric Blake.
6018         * modules/xstrtol (Depends-on): Add gettext-h.
6019
6020 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
6021
6022         * lib/strftime.c (advance): New macro.
6023         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
6024         incomplete type, so you can't add 0 to it.  Problem and patch
6025         reported by Eelco Dolstra for dietlibc.
6026
6027 2006-10-18  Jim Meyering  <jim@meyering.net>
6028
6029         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
6030         type for a local, and rename it: s/up/user_proc/.
6031
6032 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
6033
6034         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
6035         READ_UTMP_USER_PROCESS.
6036         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
6037
6038 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
6039
6040         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
6041         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
6042
6043 2006-10-17  Eric Blake  <ebb9@byu.net>
6044
6045         * lib/sigprocmask.c (sigprocmask): Fix typo.
6046
6047         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
6048
6049         * modules/clean-temp (Makefile.am): Don't add to make output...
6050         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
6051         config.h.
6052
6053 2006-10-17  Bruno Haible  <bruno@clisp.org>
6054
6055         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
6056         differently if DEFAULT_TEXT_DOMAIN is set.
6057
6058 2006-10-16  Bruno Haible  <bruno@clisp.org>
6059
6060         * lib/clean-temp.c: Include fwriteerror.h.
6061
6062 2006-10-16  Bruno Haible  <bruno@clisp.org>
6063
6064         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
6065
6066 2006-10-16  Bruno Haible  <bruno@clisp.org>
6067
6068         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
6069         * lib/sigprocmask.h: Include <sys/types.h>.
6070         (sigset_t): Use the system's definition if present.
6071
6072 2006-10-17  Eric Blake  <ebb9@byu.net>
6073
6074         * lib/xvasprintf.c (includes): Assume config.h.
6075         * lib/xasprintf.c (includes): Likewise.
6076
6077 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6078
6079         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
6080         at least as wide as intmax_t.
6081
6082 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
6083
6084         (Imported from Automake.)
6085         * build-aux/gnupload: Update to version 1.1 of directive file.
6086
6087 2006-10-16  Eric Blake  <ebb9@byu.net>
6088
6089         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
6090         match Automake 1.10a.
6091
6092 2006-10-14  Bruno Haible  <bruno@clisp.org>
6093
6094         * modules/sigprocmask: New file.
6095         * lib/sigprocmask.h: New file.
6096         * lib/sigprocmask.c: New file.
6097         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
6098         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
6099         request sigprocmask.o.
6100         (gl_PREREQ_SIGPROCMASK): New macro.
6101         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
6102         (Depends-on): Add sigprocmask.
6103         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
6104         gt_SIGNALBLOCKING. Test for 'raise' only once.
6105         * lib/fatal-signal.c: Include sigprocmask.h.
6106         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
6107         unblock_fatal_signals): Define always.
6108         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6109         sigprocmask.
6110
6111 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
6112
6113         Sync from Automake.
6114         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
6115         which incorrectly sets the mode of an existing destination
6116         directory.  In some cases the unpatched install-sh could do the
6117         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
6118         system.  We hope this is rare in practice, but it's clearly worth
6119         fixing.  Problem reported by Alex Unleashed in
6120         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
6121         Also, don't bother to check for -m bugs unless we're using -m;
6122         suggested by Stepan Kasal.
6123
6124 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6125
6126         Sync from Automake.
6127         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
6128         `-c' flag, so they appear at the same position as in %FASTDEP%
6129         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
6130         which ignores unknown options only after the first non-option.
6131         Bug report against M4 by Nelson H. F. Beebe.
6132
6133 2006-10-13  Jim Meyering  <jim@meyering.net>
6134
6135         Fix a bug in yesterday's change.
6136         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
6137         p->fts_statp->st_dev would be used uninitialized.
6138         Ensures that we always call fts_stat on the very first entry.
6139         Miklos Szeredi reported that find -xdev stopped working.
6140
6141 2006-10-12  Bruno Haible  <bruno@clisp.org>
6142
6143         * gnulib-tool (func_get_automake_snippet): Append an automatically
6144         computed EXTRA_DIST augmentation.
6145         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
6146         * modules/alloca-opt (Makefile.am): Likewise.
6147         * modules/allocsa (Makefile.am): Likewise.
6148         * modules/arcfour (Makefile.am): Likewise.
6149         * modules/arctwo (Makefile.am): Likewise.
6150         * modules/argmatch (Makefile.am): Likewise.
6151         * modules/argz (Makefile.am): Likewise.
6152         * modules/atexit (Makefile.am): Likewise.
6153         * modules/backupfile (Makefile.am): Likewise.
6154         * modules/byteswap (Makefile.am): Likewise.
6155         * modules/c-strtod (Makefile.am): Likewise.
6156         * modules/c-strtold (Makefile.am): Likewise.
6157         * modules/calloc (Makefile.am): Likewise.
6158         * modules/canon-host (Makefile.am): Likewise.
6159         * modules/canonicalize (Makefile.am): Likewise.
6160         * modules/chdir-long (Makefile.am): Likewise.
6161         * modules/chdir-safer (Makefile.am): Likewise.
6162         * modules/check-version (Makefile.am): Likewise.
6163         * modules/chown (Makefile.am): Likewise.
6164         * modules/cloexec (Makefile.am): Likewise.
6165         * modules/close-stream (Makefile.am): Likewise.
6166         * modules/closeout (Makefile.am): Likewise.
6167         * modules/crc (Makefile.am): Likewise.
6168         * modules/csharpexec (Makefile.am): Likewise.
6169         * modules/cycle-check (Makefile.am): Likewise.
6170         * modules/des (Makefile.am): Likewise.
6171         * modules/dev-ino (Makefile.am): Likewise.
6172         * modules/dirfd (Makefile.am): Likewise.
6173         * modules/dirname (Makefile.am): Likewise.
6174         * modules/dup2 (Makefile.am): Likewise.
6175         * modules/eealloc (Makefile.am): Likewise.
6176         * modules/error (Makefile.am): Likewise.
6177         * modules/euidaccess (Makefile.am): Likewise.
6178         * modules/exclude (Makefile.am): Likewise.
6179         * modules/exitfail (Makefile.am): Likewise.
6180         * modules/fcntl-safer (Makefile.am): Likewise.
6181         * modules/fcntl (Makefile.am): Likewise.
6182         * modules/file-type (Makefile.am): Likewise.
6183         * modules/fileblocks (Makefile.am): Likewise.
6184         * modules/filemode (Makefile.am): Likewise.
6185         * modules/filenamecat (Makefile.am): Likewise.
6186         * modules/fnmatch (Makefile.am): Likewise.
6187         * modules/fopen-safer (Makefile.am): Likewise.
6188         * modules/fpending (Makefile.am): Likewise.
6189         * modules/fprintftime (Makefile.am): Likewise.
6190         * modules/free (Makefile.am): Likewise.
6191         * modules/fsusage (Makefile.am): Likewise.
6192         * modules/ftruncate (Makefile.am): Likewise.
6193         * modules/fts (Makefile.am): Likewise.
6194         * modules/gc-arcfour (Makefile.am): Likewise.
6195         * modules/gc-des (Makefile.am): Likewise.
6196         * modules/gc-hmac-md5 (Makefile.am): Likewise.
6197         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
6198         * modules/gc-md4 (Makefile.am): Likewise.
6199         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6200         * modules/gc-sha1 (Makefile.am): Likewise.
6201         * modules/gc (Makefile.am): Likewise.
6202         * modules/getaddrinfo (Makefile.am): Likewise.
6203         * modules/getcwd (Makefile.am): Likewise.
6204         * modules/getdelim (Makefile.am): Likewise.
6205         * modules/getdomainname (Makefile.am): Likewise.
6206         * modules/getgroups (Makefile.am): Likewise.
6207         * modules/gethostname (Makefile.am): Likewise.
6208         * modules/gethrxtime (Makefile.am): Likewise.
6209         * modules/getline (Makefile.am): Likewise.
6210         * modules/getloadavg (Makefile.am): Likewise.
6211         * modules/getlogin_r (Makefile.am): Likewise.
6212         * modules/getndelim2 (Makefile.am): Likewise.
6213         * modules/getopt (Makefile.am): Likewise.
6214         * modules/getpagesize (Makefile.am): Likewise.
6215         * modules/getpass-gnu (Makefile.am): Likewise.
6216         * modules/getpass (Makefile.am): Likewise.
6217         * modules/getsubopt (Makefile.am): Likewise.
6218         * modules/gettime (Makefile.am): Likewise.
6219         * modules/gettimeofday (Makefile.am): Likewise.
6220         * modules/getugroups (Makefile.am): Likewise.
6221         * modules/getusershell (Makefile.am): Likewise.
6222         * modules/glob (Makefile.am): Likewise.
6223         * modules/group-member (Makefile.am): Likewise.
6224         * modules/hard-locale (Makefile.am): Likewise.
6225         * modules/hash (Makefile.am): Likewise.
6226         * modules/hmac-md5 (Makefile.am): Likewise.
6227         * modules/hmac-sha1 (Makefile.am): Likewise.
6228         * modules/human (Makefile.am): Likewise.
6229         * modules/idcache (Makefile.am): Likewise.
6230         * modules/imaxabs (Makefile.am): Likewise.
6231         * modules/imaxdiv (Makefile.am): Likewise.
6232         * modules/inet_ntop (Makefile.am): Likewise.
6233         * modules/inet_pton (Makefile.am): Likewise.
6234         * modules/intprops (Makefile.am): Likewise.
6235         * modules/inttostr (Makefile.am): Likewise.
6236         * modules/inttypes (Makefile.am): Likewise.
6237         * modules/isapipe (Makefile.am): Likewise.
6238         * modules/javaversion (Makefile.am): Likewise.
6239         * modules/lchmod (Makefile.am): Likewise.
6240         * modules/lchown (Makefile.am): Likewise.
6241         * modules/localcharset (Makefile.am): Likewise.
6242         * modules/long-options (Makefile.am): Likewise.
6243         * modules/lstat (Makefile.am): Likewise.
6244         * modules/malloc (Makefile.am): Likewise.
6245         * modules/mathl (Makefile.am): Likewise.
6246         * modules/mbchar (Makefile.am): Likewise.
6247         * modules/md2 (Makefile.am): Likewise.
6248         * modules/md4 (Makefile.am): Likewise.
6249         * modules/md5 (Makefile.am): Likewise.
6250         * modules/memcasecmp (Makefile.am): Likewise.
6251         * modules/memchr (Makefile.am): Likewise.
6252         * modules/memcmp (Makefile.am): Likewise.
6253         * modules/memcoll (Makefile.am): Likewise.
6254         * modules/memcpy (Makefile.am): Likewise.
6255         * modules/memmem (Makefile.am): Likewise.
6256         * modules/memmove (Makefile.am): Likewise.
6257         * modules/mempcpy (Makefile.am): Likewise.
6258         * modules/memrchr (Makefile.am): Likewise.
6259         * modules/memset (Makefile.am): Likewise.
6260         * modules/memxor (Makefile.am): Likewise.
6261         * modules/mkancesdirs (Makefile.am): Likewise.
6262         * modules/mkdir-p (Makefile.am): Likewise.
6263         * modules/mkdir (Makefile.am): Likewise.
6264         * modules/mkdtemp (Makefile.am): Likewise.
6265         * modules/mkstemp (Makefile.am): Likewise.
6266         * modules/mktime (Makefile.am): Likewise.
6267         * modules/modechange (Makefile.am): Likewise.
6268         * modules/mountlist (Makefile.am): Likewise.
6269         * modules/nanosleep (Makefile.am): Likewise.
6270         * modules/obstack (Makefile.am): Likewise.
6271         * modules/openat (Makefile.am): Likewise.
6272         * modules/pagealign_alloc (Makefile.am): Likewise.
6273         * modules/pathmax (Makefile.am): Likewise.
6274         * modules/physmem (Makefile.am): Likewise.
6275         * modules/poll (Makefile.am): Likewise.
6276         * modules/posixtm (Makefile.am): Likewise.
6277         * modules/posixver (Makefile.am): Likewise.
6278         * modules/putenv (Makefile.am): Likewise.
6279         * modules/quote (Makefile.am): Likewise.
6280         * modules/quotearg (Makefile.am): Likewise.
6281         * modules/raise (Makefile.am): Likewise.
6282         * modules/read-file (Makefile.am): Likewise.
6283         * modules/readline (Makefile.am): Likewise.
6284         * modules/readlink (Makefile.am): Likewise.
6285         * modules/readtokens (Makefile.am): Likewise.
6286         * modules/readutmp (Makefile.am): Likewise.
6287         * modules/realloc (Makefile.am): Likewise.
6288         * modules/regex (Makefile.am): Likewise.
6289         * modules/rename-dest-slash (Makefile.am): Likewise.
6290         * modules/rename (Makefile.am): Likewise.
6291         * modules/rijndael (Makefile.am): Likewise.
6292         * modules/rmdir (Makefile.am): Likewise.
6293         * modules/rpmatch (Makefile.am): Likewise.
6294         * modules/safe-read (Makefile.am): Likewise.
6295         * modules/safe-write (Makefile.am): Likewise.
6296         * modules/same-inode (Makefile.am): Likewise.
6297         * modules/same (Makefile.am): Likewise.
6298         * modules/save-cwd (Makefile.am): Likewise.
6299         * modules/savedir (Makefile.am): Likewise.
6300         * modules/setenv (Makefile.am): Likewise.
6301         * modules/settime (Makefile.am): Likewise.
6302         * modules/sha1 (Makefile.am): Likewise.
6303         * modules/sig2str (Makefile.am): Likewise.
6304         * modules/snprintf (Makefile.am): Likewise.
6305         * modules/stat-macros (Makefile.am): Likewise.
6306         * modules/stat-time (Makefile.am): Likewise.
6307         * modules/stdbool (Makefile.am): Likewise.
6308         * modules/stdint (Makefile.am): Likewise.
6309         * modules/stdlib-safer (Makefile.am): Likewise.
6310         * modules/stpcpy (Makefile.am): Likewise.
6311         * modules/stpncpy (Makefile.am): Likewise.
6312         * modules/strcase (Makefile.am): Likewise.
6313         * modules/strcasestr (Makefile.am): Likewise.
6314         * modules/strchrnul (Makefile.am): Likewise.
6315         * modules/strcspn (Makefile.am): Likewise.
6316         * modules/strdup (Makefile.am): Likewise.
6317         * modules/strerror (Makefile.am): Likewise.
6318         * modules/strftime (Makefile.am): Likewise.
6319         * modules/strndup (Makefile.am): Likewise.
6320         * modules/strnlen (Makefile.am): Likewise.
6321         * modules/strpbrk (Makefile.am): Likewise.
6322         * modules/strsep (Makefile.am): Likewise.
6323         * modules/strstr (Makefile.am): Likewise.
6324         * modules/strtod (Makefile.am): Likewise.
6325         * modules/strtoimax (Makefile.am): Likewise.
6326         * modules/strtok_r (Makefile.am): Likewise.
6327         * modules/strtol (Makefile.am): Likewise.
6328         * modules/strtoll (Makefile.am): Likewise.
6329         * modules/strtoul (Makefile.am): Likewise.
6330         * modules/strtoull (Makefile.am): Likewise.
6331         * modules/strtoumax (Makefile.am): Likewise.
6332         * modules/strverscmp (Makefile.am): Likewise.
6333         * modules/sys_socket (Makefile.am): Likewise.
6334         * modules/sys_stat (Makefile.am): Likewise.
6335         * modules/sysexits (Makefile.am): Likewise.
6336         * modules/time_r (Makefile.am): Likewise.
6337         * modules/timegm (Makefile.am): Likewise.
6338         * modules/timespec (Makefile.am): Likewise.
6339         * modules/tmpfile-safer (Makefile.am): Likewise.
6340         * modules/trim (Makefile.am): Likewise.
6341         * modules/unistd-safer (Makefile.am): Likewise.
6342         * modules/unlinkdir (Makefile.am): Likewise.
6343         * modules/unlocked-io (Makefile.am): Likewise.
6344         * modules/userspec (Makefile.am): Likewise.
6345         * modules/utime (Makefile.am): Likewise.
6346         * modules/utimecmp (Makefile.am): Likewise.
6347         * modules/utimens (Makefile.am): Likewise.
6348         * modules/vasnprintf (Makefile.am): Likewise.
6349         * modules/vasprintf (Makefile.am): Likewise.
6350         * modules/vsnprintf (Makefile.am): Likewise.
6351         * modules/xalloc (Makefile.am): Likewise.
6352         * modules/xgetcwd (Makefile.am): Likewise.
6353         * modules/xnanosleep (Makefile.am): Likewise.
6354         * modules/xreadlink (Makefile.am): Likewise.
6355         * modules/xstrtod (Makefile.am): Likewise.
6356         * modules/xstrtol (Makefile.am): Likewise.
6357         * modules/xstrtold (Makefile.am): Likewise.
6358         * modules/yesno (Makefile.am): Likewise.
6359         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
6360
6361 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6362
6363         * modules/error (Makefile.am): Distribute files through
6364         EXTRA_DIST, not lib_SOURCES.
6365
6366 2006-10-12  Eric Blake  <ebb9@byu.net>
6367
6368         * modules/error (Makefile.am): Distribute files in /lib.
6369         * modules/obstack (Makefile.am): Likewise.
6370
6371 2006-10-12  Bruno Haible  <bruno@clisp.org>
6372
6373         * modules/acl (Makefile.am): Distribute all files in lib/ through
6374         EXTRA_DIST.
6375         * modules/arcfour (Makefile.am): Likewise.
6376         * modules/arctwo (Makefile.am): Likewise.
6377         * modules/argmatch (Makefile.am): Likewise.
6378         * modules/argz (Makefile.am): Likewise.
6379         * modules/atexit (Makefile.am): Likewise.
6380         * modules/backupfile (Makefile.am): Likewise.
6381         * modules/c-strtod (Makefile.am): Likewise.
6382         * modules/c-strtold (Makefile.am): Likewise.
6383         * modules/calloc (Makefile.am): Likewise.
6384         * modules/canon-host (Makefile.am): Likewise.
6385         * modules/canonicalize (Makefile.am): Likewise.
6386         * modules/chdir-long (Makefile.am): Likewise.
6387         * modules/chdir-safer (Makefile.am): Likewise.
6388         * modules/check-version (Makefile.am): Likewise.
6389         * modules/chown (Makefile.am): Likewise.
6390         * modules/cloexec (Makefile.am): Likewise.
6391         * modules/close-stream (Makefile.am): Likewise.
6392         * modules/closeout (Makefile.am): Likewise.
6393         * modules/crc (Makefile.am): Likewise.
6394         * modules/cycle-check (Makefile.am): Likewise.
6395         * modules/des (Makefile.am): Likewise.
6396         * modules/dirfd (Makefile.am): Likewise.
6397         * modules/dirname (Makefile.am): Likewise.
6398         * modules/dup2 (Makefile.am): Likewise.
6399         * modules/euidaccess (Makefile.am): Likewise.
6400         * modules/exclude (Makefile.am): Likewise.
6401         * modules/exitfail (Makefile.am): Likewise.
6402         * modules/fcntl-safer (Makefile.am): Likewise.
6403         * modules/file-type (Makefile.am): Likewise.
6404         * modules/fileblocks (Makefile.am): Likewise.
6405         * modules/filemode (Makefile.am): Likewise.
6406         * modules/filenamecat (Makefile.am): Likewise.
6407         * modules/fnmatch (Makefile.am): Likewise.
6408         * modules/fopen-safer (Makefile.am): Likewise.
6409         * modules/fpending (Makefile.am): Likewise.
6410         * modules/fprintftime (Makefile.am): Likewise.
6411         * modules/free (Makefile.am): Likewise.
6412         * modules/fsusage (Makefile.am): Likewise.
6413         * modules/ftruncate (Makefile.am): Likewise.
6414         * modules/fts (Makefile.am): Likewise.
6415         * modules/gc (Makefile.am): Likewise.
6416         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6417         * modules/getaddrinfo (Makefile.am): Likewise.
6418         * modules/getcwd (Makefile.am): Likewise.
6419         * modules/getdelim (Makefile.am): Likewise.
6420         * modules/getdomainname (Makefile.am): Likewise.
6421         * modules/getgroups (Makefile.am): Likewise.
6422         * modules/gethostname (Makefile.am): Likewise.
6423         * modules/gethrxtime (Makefile.am): Likewise.
6424         * modules/getline (Makefile.am): Likewise.
6425         * modules/getloadavg (Makefile.am): Likewise.
6426         * modules/getlogin_r (Makefile.am): Likewise.
6427         * modules/getopt (Makefile.am): Likewise.
6428         * modules/getpass (Makefile.am): Likewise.
6429         * modules/getpass-gnu (Makefile.am): Likewise.
6430         * modules/getsubopt (Makefile.am): Likewise.
6431         * modules/gettime (Makefile.am): Likewise.
6432         * modules/gettimeofday (Makefile.am): Likewise.
6433         * modules/getugroups (Makefile.am): Likewise.
6434         * modules/getusershell (Makefile.am): Likewise.
6435         * modules/glob (Makefile.am): Likewise.
6436         * modules/group-member (Makefile.am): Likewise.
6437         * modules/hard-locale (Makefile.am): Likewise.
6438         * modules/hash (Makefile.am): Likewise.
6439         * modules/hmac-md5 (Makefile.am): Likewise.
6440         * modules/hmac-sha1 (Makefile.am): Likewise.
6441         * modules/human (Makefile.am): Likewise.
6442         * modules/idcache (Makefile.am): Likewise.
6443         * modules/imaxabs (Makefile.am): Likewise.
6444         * modules/imaxdiv (Makefile.am): Likewise.
6445         * modules/inet_ntop (Makefile.am): Likewise.
6446         * modules/inet_pton (Makefile.am): Likewise.
6447         * modules/inttostr (Makefile.am): Likewise.
6448         * modules/isapipe (Makefile.am): Likewise.
6449         * modules/lchown (Makefile.am): Likewise.
6450         * modules/long-options (Makefile.am): Likewise.
6451         * modules/lstat (Makefile.am): Likewise.
6452         * modules/malloc (Makefile.am): Likewise.
6453         * modules/mathl (Makefile.am): Likewise.
6454         * modules/mbchar (Makefile.am): Likewise.
6455         * modules/md2 (Makefile.am): Likewise.
6456         * modules/md4 (Makefile.am): Likewise.
6457         * modules/md5 (Makefile.am): Likewise.
6458         * modules/memcasecmp (Makefile.am): Likewise.
6459         * modules/memchr (Makefile.am): Likewise.
6460         * modules/memcmp (Makefile.am): Likewise.
6461         * modules/memcoll (Makefile.am): Likewise.
6462         * modules/memcpy (Makefile.am): Likewise.
6463         * modules/memmem (Makefile.am): Likewise.
6464         * modules/memmove (Makefile.am): Likewise.
6465         * modules/mempcpy (Makefile.am): Likewise.
6466         * modules/memrchr (Makefile.am): Likewise.
6467         * modules/memset (Makefile.am): Likewise.
6468         * modules/memxor (Makefile.am): Likewise.
6469         * modules/mkancesdirs (Makefile.am): Likewise.
6470         * modules/mkdir (Makefile.am): Likewise.
6471         * modules/mkdir-p (Makefile.am): Likewise.
6472         * modules/mkdtemp (Makefile.am): Likewise.
6473         * modules/mkstemp (Makefile.am): Likewise.
6474         * modules/mktime (Makefile.am): Likewise.
6475         * modules/modechange (Makefile.am): Likewise.
6476         * modules/mountlist (Makefile.am): Likewise.
6477         * modules/nanosleep (Makefile.am): Likewise.
6478         * modules/openat (Makefile.am): Likewise.
6479         * modules/pagealign_alloc (Makefile.am): Likewise.
6480         * modules/physmem (Makefile.am): Likewise.
6481         * modules/poll (Makefile.am): Likewise.
6482         * modules/posixtm (Makefile.am): Likewise.
6483         * modules/posixver (Makefile.am): Likewise.
6484         * modules/putenv (Makefile.am): Likewise.
6485         * modules/quote (Makefile.am): Likewise.
6486         * modules/quotearg (Makefile.am): Likewise.
6487         * modules/raise (Makefile.am): Likewise.
6488         * modules/read-file (Makefile.am): Likewise.
6489         * modules/readline (Makefile.am): Likewise.
6490         * modules/readlink (Makefile.am): Likewise.
6491         * modules/readtokens (Makefile.am): Likewise.
6492         * modules/readutmp (Makefile.am): Likewise.
6493         * modules/realloc (Makefile.am): Likewise.
6494         * modules/regex (Makefile.am): Likewise.
6495         * modules/rename (Makefile.am): Likewise.
6496         * modules/rename-dest-slash (Makefile.am): Likewise.
6497         * modules/rijndael (Makefile.am): Likewise.
6498         * modules/rmdir (Makefile.am): Likewise.
6499         * modules/rpmatch (Makefile.am): Likewise.
6500         * modules/safe-read (Makefile.am): Likewise.
6501         * modules/safe-write (Makefile.am): Likewise.
6502         * modules/same (Makefile.am): Likewise.
6503         * modules/save-cwd (Makefile.am): Likewise.
6504         * modules/savedir (Makefile.am): Likewise.
6505         * modules/setenv (Makefile.am): Likewise.
6506         * modules/settime (Makefile.am): Likewise.
6507         * modules/sha1 (Makefile.am): Likewise.
6508         * modules/sig2str (Makefile.am): Likewise.
6509         * modules/snprintf (Makefile.am): Likewise.
6510         * modules/stdlib-safer (Makefile.am): Likewise.
6511         * modules/stpcpy (Makefile.am): Likewise.
6512         * modules/stpncpy (Makefile.am): Likewise.
6513         * modules/strcase (Makefile.am): Likewise.
6514         * modules/strcasestr (Makefile.am): Likewise.
6515         * modules/strchrnul (Makefile.am): Likewise.
6516         * modules/strcspn (Makefile.am): Likewise.
6517         * modules/strdup (Makefile.am): Likewise.
6518         * modules/strerror (Makefile.am): Likewise.
6519         * modules/strftime (Makefile.am): Likewise.
6520         * modules/strndup (Makefile.am): Likewise.
6521         * modules/strnlen (Makefile.am): Likewise.
6522         * modules/strpbrk (Makefile.am): Likewise.
6523         * modules/strsep (Makefile.am): Likewise.
6524         * modules/strstr (Makefile.am): Likewise.
6525         * modules/strtod (Makefile.am): Likewise.
6526         * modules/strtoimax (Makefile.am): Likewise.
6527         * modules/strtok_r (Makefile.am): Likewise.
6528         * modules/strtol (Makefile.am): Likewise.
6529         * modules/strtoll (Makefile.am): Likewise.
6530         * modules/strtoul (Makefile.am): Likewise.
6531         * modules/strtoull (Makefile.am): Likewise.
6532         * modules/strtoumax (Makefile.am): Likewise.
6533         * modules/strverscmp (Makefile.am): Likewise.
6534         * modules/time_r (Makefile.am): Likewise.
6535         * modules/timegm (Makefile.am): Likewise.
6536         * modules/tmpfile-safer (Makefile.am): Likewise.
6537         * modules/unistd-safer (Makefile.am): Likewise.
6538         * modules/unlinkdir (Makefile.am): Likewise.
6539         * modules/userspec (Makefile.am): Likewise.
6540         * modules/utime (Makefile.am): Likewise.
6541         * modules/utimecmp (Makefile.am): Likewise.
6542         * modules/utimens (Makefile.am): Likewise.
6543         * modules/vasnprintf (Makefile.am): Likewise.
6544         * modules/vasprintf (Makefile.am): Likewise.
6545         * modules/vsnprintf (Makefile.am): Likewise.
6546         * modules/xalloc (Makefile.am): Likewise.
6547         * modules/xgetcwd (Makefile.am): Likewise.
6548         * modules/xnanosleep (Makefile.am): Likewise.
6549         * modules/xreadlink (Makefile.am): Likewise.
6550         * modules/xstrtod (Makefile.am): Likewise.
6551         * modules/xstrtol (Makefile.am): Likewise.
6552         * modules/xstrtold (Makefile.am): Likewise.
6553         * modules/yesno (Makefile.am): Likewise.
6554
6555 2006-10-12  Jim Meyering  <jim@meyering.net>
6556
6557         * m4/getloadavg.m4: Revert the change below.
6558
6559         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
6560         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
6561         fail with a symlink, which is what coreutils' ./bootstrap now
6562         creates by default.
6563
6564 2006-10-12  Bruno Haible  <bruno@clisp.org>
6565
6566         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
6567         mingw.
6568         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
6569         MSVC and mingw explicitly.
6570
6571 2006-10-11  Simon Josefsson  <jas@extundo.com>
6572             Bruno Haible  <bruno@clisp.org>
6573
6574         Add support for multiple gnulib-tool invocations in the scope of a
6575         single configure.ac file.
6576         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
6577         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
6578         with the same contents as the _LIBADD variable.
6579         (func_emit_initmacro_start, func_emit_initmacro_end,
6580         func_emit_initmacro_done): New functions.
6581         (func_import, func_create_testdir): Invoke them. Allow the identifiers
6582         gl_LIBOBJS and gl_LTLIBOBJS.
6583
6584 2006-10-11  Bruno Haible  <bruno@clisp.org>
6585
6586         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
6587         (func_create_testdir): Don't create po/Makefile.am, don't invoke
6588         autoreconf. Instead, invoke autopoint explicitly but move back the
6589         *.m4 files from gnulib.
6590
6591 2006-10-11  Bruno Haible  <bruno@clisp.org>
6592
6593         * gnulib-tool (func_usage): Make module names after --create-testdir
6594         optional.
6595         (func_create_testdir): If no module was specified, use nearly all
6596         modules.
6597
6598 2006-10-12  Jim Meyering  <jim@meyering.net>
6599
6600         Big performance improvement for fts-based tools that use FTS_NOSTAT.
6601         Avoid spurious inode-mismatch problems on non-POSIX file systems.
6602         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
6603         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
6604         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
6605         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
6606         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
6607         (fts_set_stat_required): New function.
6608         (fts_open): Defer the calls to fts_stat, if possible or requested.
6609         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
6610         into fts_stat itself.
6611         (fts_read): Perform any required (deferred) fts_stat call.
6612         (fts_build): Likewise, for the directory we're about to open and read.
6613         In the readdir loop, carefully decide whether each entry will require
6614         an eventual call to fts_stat, using dirent.d_type info if available.
6615         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
6616         a command line argument into this function.  Update all callers.
6617         Map a return value of FTS_DOT to FTS_D for a command line argument.
6618         * modules/fts (Depends-on): Add d-type.  Alphabetize.
6619         Thanks to Miklos Szeredi for his tenacity and for the initial
6620         bug report about "find" failing on a FUSE-based file system.
6621
6622         * lib/fts.c (fts_open): Use consistent indentation.
6623
6624 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6625
6626         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
6627         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
6628         reported by Jim Meyering.  All uses of cache variables renamed
6629         to match Autoconf's.
6630         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
6631         the other one.
6632
6633         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
6634         Fix misspelling in diagnostic.
6635
6636 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6637
6638         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
6639         defined.  Problem reported by Matthew Woehlke.
6640
6641         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
6642         Add support for Tandem NonStop R series.
6643         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
6644         Use new macro.
6645
6646         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
6647         (has_trailing_slash): Omit size arg; all callers changed.
6648         Omit 'inline', since it doesn't help performance and we'd
6649         need to configure it.
6650         Don't count //, ///, etc. as having a trailing slash.
6651         As a side effect, this removes a C99ism reported by Matthew Woehlke.
6652         (rpl_rename_dest_slash): On failure, use rename's errno rather
6653         than (in some cases) an incorrect or junk errno.
6654         Simplify code by removing need to compute length; this does
6655         cause it to make two passes instead of one over the file name,
6656         but it's worth it.
6657
6658         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
6659         change, since Autoconf's version may no longer be appropriate now
6660         that we are using CVS Autoconf's version.  Add support for Tandem.
6661
6662 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6663             Bruno Haible  <bruno@clisp.org>
6664
6665         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
6666         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
6667         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
6668         gl_AC_TYPE_LONG_LONG.
6669
6670         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
6671         instead of HAVE_LONG_LONG.
6672         * lib/printf-args.c (printf_fetchargs): Likewise.
6673         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
6674         * lib/vasnprintf.c (VASNPRINTF): Likewise.
6675         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
6676         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
6677         gl_AC_TYPE_LONG_LONG.
6678
6679 2006-10-11  Bruno Haible  <bruno@clisp.org>
6680
6681         * m4/longlong.m4: Add comments.
6682         * m4/ulonglong.m4: Likewise.
6683
6684 2006-10-10  Bruno Haible  <bruno@clisp.org>
6685
6686         Make it possible to #define stpcpy, strdup to aliases.
6687         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
6688         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
6689
6690 2006-10-10  Bruno Haible  <bruno@clisp.org>
6691
6692         Make it possible to #define gcd to an alias.
6693         * lib/gcd.c: Include config.h.
6694
6695 2006-10-10  Bruno Haible  <bruno@clisp.org>
6696
6697         Make it possible to #define c_isascii to an alias.
6698         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
6699         defined. Undefine the macros before defining them, to avoid gcc
6700         warnings.
6701         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
6702         define NO_C_CTYPE_MACROS early.
6703
6704 2006-10-10  Bruno Haible  <bruno@clisp.org>
6705
6706         Make it possible to #define set_program_name to an alias.
6707         * lib/progname.c: Don't undefine set_program_name; instead, undefine
6708         ENABLE_RELOCATABLE early.
6709
6710 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
6711
6712         Port to Tandem NSK OSS, which has 64-bit signed int but at most
6713         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
6714         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
6715         More generally, don't assume that 64-bit signed int is available
6716         if unsigned int is, and vice versa.
6717         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
6718         unsigned symbols, not on their signed counterparts.
6719         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
6720         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
6721         (UINT64_C, UINTMAX_C):
6722         Likewise.
6723         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
6724         unsigned counterparts.
6725         (Have_long_long, Unsigned): New macros.
6726         (Int): Renamed from INT.
6727         (strtoimax): Use the new macros.
6728         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
6729         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
6730         * modules/inttypes (inttypes.h): Substitute
6731         HAVE_UNSIGNED_LONG_LONG_INT.
6732         * modules/stdint (stdint.h): Likewise.
6733         (Files): Add m4/ulonglong.m4.
6734
6735 2006-10-10  Bruno Haible  <bruno@clisp.org>
6736
6737         Fix a gcc -Wshadow warning.
6738         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
6739         to 'bucket'.
6740         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
6741         gl_linked_indexof_from_to): Likewise.
6742         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
6743         Likewise.
6744         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
6745         Likewise.
6746         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
6747         Reported by Eric Blake.
6748
6749 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
6750
6751         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
6752         for NetBSD.  Problem reported by Bruno Haible.
6753
6754 2006-10-09  Jim Meyering  <jim@meyering.net>
6755
6756         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
6757         Patch from Bruno Haible.
6758
6759 2006-10-09  Jim Meyering  <jim@meyering.net>
6760
6761         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
6762         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
6763         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
6764
6765 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6766
6767         Don't include <config.h> twice; this doesn't work in some cases,
6768         e.g., when config.h has "#define intmax_t long long int" and
6769         we include <config.h>, <inttypes.h>, <config.h> in that order.
6770         Problem reported by Matthew Woehlke in:
6771         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
6772         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
6773         * lib/fts-cycle.c: Don't include config.h.
6774         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
6775         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
6776         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
6777         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
6778         inttypes.h.
6779         * lib/xstrtoumax.c: Likewise.
6780         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
6781         __strtol and the like, so that this module is more like its siblings.
6782         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
6783         Remove; no longer needed now that we assume gnulib inttypes.h.
6784
6785 2006-10-08  Bruno Haible  <bruno@clisp.org>
6786
6787         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
6788         option.
6789
6790 2006-10-07  Jim Meyering  <jim@meyering.net>
6791
6792         * modules/inttypes (inttypes.h): Revert what seems to have been
6793         an inadvertent part of today's change: use "|", not "/" in the
6794         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
6795
6796 2006-10-07  Bruno Haible  <bruno@clisp.org>
6797
6798         * modules/sublist: New file.
6799
6800 2006-10-07  Bruno Haible  <bruno@clisp.org>
6801
6802         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
6803         * modules/argz (argz.h): Likewise.
6804         * modules/arpa_inet (arpa/inet.h): Likewise.
6805         * modules/byteswap (byteswap.h): Likewise.
6806         * modules/configmake (configmake.h): Likewise.
6807         * modules/fcntl (fcntl.h): Likewise.
6808         * modules/fnmatch (fnmatch.h): Likewise.
6809         * modules/getopt (getopt.h): Likewise.
6810         * modules/glob (glob.h): Likewise.
6811         * modules/inttypes (inttypes.h): Likewise.
6812         * modules/netinet_in (netinet/in.h): Likewise.
6813         * modules/poll (poll.h): Likewise.
6814         * modules/stdbool (stdbool.h): Likewise.
6815         * modules/stdint (stdint.h): Likewise.
6816         * modules/sys_select (sys/select.h): Likewise.
6817         * modules/sys_socket (sys/socket.h): Likewise.
6818         * modules/sys_stat (sys/stat.h): Likewise.
6819         * modules/sysexits (sysexits.h): Likewise.
6820         * modules/unistd (unistd.h): Likewise.
6821         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6822         Add a "DO NOT EDIT" comment to the generated file.
6823         (func_import): Likewise for gnulib-comp.m4.
6824
6825 2006-10-07  Bruno Haible  <bruno@clisp.org>
6826
6827         * lib/gl_sublist.h: New file.
6828         * lib/gl_sublist.c: New file.
6829
6830 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
6831
6832         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
6833         name (relative to the original working directory) and the file
6834         name component (relative to the temporary working directory).  All
6835         callers changed.
6836         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
6837         * lib/mkdir-p.c (make_dir_parents): Likewise.
6838         * lib/mkdir-p.h (make_dir_parents): Likewise.
6839
6840 2006-10-06  Eric Blake  <ebb9@byu.net>
6841
6842         Define several macros for use by the clean-temp module.
6843         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
6844         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
6845         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
6846
6847         * lib/clean-temp.h (close_stream_temp): New declaration.
6848         * lib/clean-temp.c (includes): Pull in headers according to what
6849         other modules are in use.
6850         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
6851
6852 2006-10-06  Bruno Haible  <bruno@clisp.org>
6853
6854         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
6855         instead of fopen, fwriteerror.
6856
6857 2006-10-06  Bruno Haible  <bruno@clisp.org>
6858
6859         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
6860         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
6861         int.
6862         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
6863         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
6864         Return an error indicator.
6865         Suggested by Eric Blake.
6866
6867 2006-10-06  Bruno Haible  <bruno@clisp.org>
6868
6869         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
6870         Reported by Eric Blake.
6871
6872 2006-10-06  Bruno Haible  <bruno@clisp.org>
6873
6874         * modules/closeout (Description): Mention stderr too.
6875
6876 2006-10-06  Bruno Haible  <bruno@clisp.org>
6877         and Paul Eggert  <eggert@cs.ucla.edu>
6878
6879         * lib/closeout.c (close_stdout): Also close stderr.
6880         * lib/closeout.h: Update comment.
6881
6882 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
6883
6884         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
6885         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
6886         * lib/dirchownmod.c: Include lchown.h.
6887         * lib/lchown.c: Don't include files that lchown.h now includes.
6888         Don't declare chown, since lchown.h now does that.
6889         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
6890         (lchown): Define to rpl_chown if lchown is declared but
6891         does not exist.  Declare using a prototype if lchown is not
6892         declared.  Add a copyright notice.
6893         * lib/mkstemp.h: Include <unistd.h>.
6894         * lib/openat.c: Include lchown.h.
6895
6896         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
6897         we now test for that separately.
6898         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
6899         rather than O_NOFOLLOW, when testing whether it's possible to
6900         avoid a race condition reliably.
6901         * lib/savewd.c (savewd_chdir): Likewise.
6902
6903         Remove macros that are no longer needed now that stdint.h is
6904         reliable.
6905         * lib/fsusage.c (UINTMAX_MAX): Remove.
6906         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
6907         * lib/utimecmp.c (SIZE_MAX): Remove.
6908
6909         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
6910
6911         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
6912         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
6913         O_NOATIME works.
6914
6915 2006-10-05  Bruno Haible  <bruno@clisp.org>
6916
6917         * lib/gl_list.h (gl_sortedlist_search_from_to,
6918         gl_sortedlist_indexof_from_to): New declarations.
6919         (gl_list_implementation): New fields sortedlist_search_from_to,
6920         sortedlist_indexof_from_to.
6921         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
6922         inline functions.
6923         * lib/gl_list.c (gl_sortedlist_search_from_to,
6924         gl_sortedlist_indexof_from_to): New functions.
6925         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
6926         function.
6927         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
6928         (gl_array_sortedlist_search_from_to): New function.
6929         (gl_array_list_implementation): Update.
6930         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
6931         function.
6932         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
6933         (gl_carray_sortedlist_search_from_to): New function.
6934         (gl_carray_list_implementation): Update.
6935         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
6936         gl_linked_sortedlist_indexof_from_to): New functions.
6937         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6938         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6939         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
6940         gl_tree_sortedlist_indexof_from_to): New functions.
6941         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6942         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6943         Update.
6944         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6945         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
6946         Update.
6947
6948 2006-10-05  Bruno Haible  <bruno@clisp.org>
6949
6950         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
6951         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
6952         (struct gl_list_implementation): Add fields search_from_to,
6953         indexof_from_to. Remove fields search, indexof.
6954         (gl_list_search): Use the search_from_to method.
6955         (gl_list_search_from, gl_list_search_from_to): New functions.
6956         (gl_list_indexof): Use the indexof_from_to method.
6957         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6958         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
6959         (gl_list_search_from, gl_list_search_from_to): New functions.
6960         (gl_list_indexof): Use the indexof_from_to method.
6961         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6962         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
6963         gl_array_indexof. Add start_index, end_index arguments.
6964         (gl_array_search_from_to): Renamed from gl_array_search. Add
6965         start_index, end_index arguments.
6966         (gl_array_remove, gl_array_list_implementation): Update.
6967         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
6968         gl_carray_indexof. Add start_index, end_index arguments.
6969         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
6970         start_index, end_index arguments.
6971         (gl_carray_remove, gl_carray_list_implementation): Update.
6972         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
6973         gl_linked_search. Add start_index, end_index arguments.
6974         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
6975         start_index, end_index arguments.
6976         (gl_linked_remove): Update.
6977         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6978         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6979         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
6980         field to 'size_t'.
6981         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
6982         gl_tree_search. Add start_index, end_index arguments.
6983         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6984         start_index, end_index arguments.
6985         (gl_tree_remove): Update.
6986         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6987         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6988         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
6989         function.
6990         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
6991         gl_tree_search. Add start_index, end_index arguments.
6992         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6993         start_index, end_index arguments.
6994         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6995         Update.
6996         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
6997
6998 2006-10-05  Bruno Haible  <bruno@clisp.org>
6999
7000         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
7001
7002         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
7003         fwriteerror_temp): New declarations.
7004         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
7005         (descriptors): New variable.
7006         (cleanup): First, close the descriptors.
7007         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
7008         fclose_temp, fwriteerror_temp): New functions.
7009
7010 2006-10-04  Jim Meyering  <jim@meyering.net>
7011
7012         * lib/fts.c (fts_open): Tiny comment change.
7013
7014 2006-10-04  Bruno Haible  <bruno@clisp.org>
7015
7016         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
7017         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
7018         gl_LOCK_BODY.
7019         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
7020         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
7021         gl_LOCK_EARLY_BODY.
7022         (gl_LOCK): Require gl_LOCK_BODY.
7023
7024 2006-10-04  Bruno Haible  <bruno@clisp.org>
7025
7026         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
7027         (gl_oset_search_atleast): New declaration.
7028         (struct gl_oset_implementation): Add field 'search_atleast'.
7029         (gl_oset_search_atleast): New inline function.
7030         * lib/gl_oset.c (gl_oset_search_atleast): New function.
7031         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
7032         (gl_array_oset_implementation): Update.
7033         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
7034         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
7035         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
7036
7037 2006-10-04  Bruno Haible  <bruno@clisp.org>
7038
7039         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
7040
7041 2006-10-03  Bruno Haible  <bruno@clisp.org>
7042
7043         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
7044         from gl_avltreehash_list_implementation.
7045
7046 2006-10-03  Bruno Haible  <bruno@clisp.org>
7047
7048         * lib/gl_oset.c (gl_oset_add): Fix return type.
7049
7050 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
7051
7052         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
7053
7054 2006-10-02  Eric Blake  <ebb9@byu.net>
7055
7056         * modules/strnlen (Depends-on): Add extensions.
7057
7058 2006-10-02  Eric Blake  <ebb9@byu.net>
7059
7060         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
7061         definition in 2.60+.
7062
7063 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
7064
7065         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
7066         checks.
7067
7068 2006-10-02  Bruno Haible  <bruno@clisp.org>
7069
7070         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
7071         to the AUTOMAKE_OPTIONS.
7072         Reported by Jim Meyering.
7073
7074 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
7075
7076         Work around bug in Solaris 10 /proc file system:
7077         /proc/self/fd/NNN/.. isn't the parent directory of
7078         the directory whose file descriptor is NNN.  This needs to
7079         be worked around at run time, not compile time, since a
7080         program might be built on Solaris 8, where things work, and
7081         run on Solaris 10.
7082         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
7083         to use the following interface instead:
7084         (OPENAT_BUFFER_SIZE): New macro.
7085         (openat_proc_name): New function.
7086         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
7087         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
7088         Likewise.
7089         * lib/openat-proc.c: New file.
7090         * modules/openat (Files): Add lib/openat-proc.c.
7091         (Depends-on): Add same-inode, stdbool.
7092         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
7093
7094 2006-09-29  Bruno Haible  <bruno@clisp.org>
7095
7096         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
7097         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
7098         argument. Set stdout_closed before testing for ferror, not after.
7099         (fwriteerror, fwriteerror_no_ebadf): New functions.
7100
7101 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7102
7103         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
7104
7105 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
7106
7107         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
7108         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
7109
7110 2006-09-28  Jim Meyering  <jim@meyering.net>
7111
7112         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
7113         Include <unistd.h>.
7114
7115 2006-09-28  Bruno Haible  <bruno@clisp.org>
7116
7117         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
7118         * modules/linkedhash-list (Depends-on): Likewise.
7119         * modules/rbtreehash-list (Depends-on): Likewise.
7120
7121 2006-09-28  Bruno Haible  <bruno@clisp.org>
7122
7123         * lib/strndup.h: Simplify the redefinition of strndup.
7124         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
7125         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
7126
7127 2006-09-28  Bruno Haible  <bruno@clisp.org>
7128
7129         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
7130         * lib/gl_linkedhash_list.c: Likewise.
7131         * lib/gl_rbtreehash_list.c: Likewise.
7132
7133 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7134
7135         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
7136         getaddrinfo.
7137
7138         * lib/__fpending.h: Don't include <stdio_ext.h> unless
7139         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
7140         it causes <stdio_ext.h> to cause a compile-time error.
7141         Problem reported by Nelson H. F. Beebe.
7142         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
7143         of HAVE_DECL___PENDING.
7144
7145         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
7146         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
7147         declaration.
7148
7149 2006-09-27  Jim Meyering  <jim@meyering.net>
7150
7151         This file could end up with a definition for a function
7152         named __strndup, rather than rpl_strndup on a system with
7153         incomplete weak_alias support.
7154         * lib/strndup.c (strndup): Rename from __strndup.
7155         Remove #defines that used to map __strndup to strndup.
7156         Don't use K&R prototypes.
7157         Remove LIBC-related code, since this file is not sync'd with glibc.
7158         * lib/strndup.h: Revamp, accordingly.
7159         * m4/strndup.m4: Modernize.
7160
7161 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7162
7163         * modules/savewd (Depends-on): Add 'raise'.
7164         * lib/savewd.c: Include <signal.h>, for 'raise'.
7165
7166 2006-09-26  Jim Meyering  <jim@meyering.net>
7167
7168         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
7169         when we detect Darwin 8.7.0's acl_get_file bug.
7170         Rearrange to perform the new (below) run-test while $LIBS
7171         contains any acl-related library.  Set USE_ACL at the end.
7172         (gl_ACL_GET_FILE): New function.
7173
7174 2006-09-26  Eric Blake  <ebb9@byu.net>
7175
7176         * lib/verror.c: Include <config.h> unconditionally.
7177
7178 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
7179
7180         * modules/clock-time (Maintainer): Add self.
7181         * modules/getlogin_r (Depends-on): Add extensions.
7182
7183 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7184
7185         * modules/clock-time: New module.
7186         * modules/nanosleep (Depends-on): Add clock-time.
7187         * modules/gethrxtime (Depends-on): Likewise.
7188         * modules/gettime (Depends-on): Likewise.
7189         * modules/settime (Depends-on): Likewise.
7190
7191         * modules/fts-lgpl: Depend on openat.
7192         * modules/mkancesdirs: Depend on savewd.
7193         * modules/mkdir-p: Likewise.
7194
7195 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7196
7197         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
7198
7199         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
7200         `gl_have_arbitrary_file_name_length_limit' to
7201         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
7202         actually works between configure runs.
7203
7204 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7205             Bruno Haible  <bruno@clisp.org>
7206
7207         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
7208
7209 2006-09-25  Jim Meyering  <jim@meyering.net>
7210
7211         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
7212         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
7213
7214 2006-09-25  Eric Blake  <ebb9@byu.net>
7215
7216         * gnulib-tool (func_import, func_create_testdir): Fix typos in
7217         exec's in 2006-09-18 patch when shuffling fds.
7218
7219 2006-09-25  Bruno Haible  <bruno@clisp.org>
7220
7221         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
7222         Reported by Jim Meyering.
7223
7224 2006-09-24  Jim Meyering  <jim@meyering.net>
7225
7226         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
7227         compare a pointer against a literal "0".  That caused failures with
7228         at least HP-UX's hpcc.
7229
7230 2006-09-22  Simon Josefsson  <jas@extundo.com>
7231
7232         * modules/gc-sha1:
7233         * modules/gc-md4:
7234         * modules/gc-hmac-sha1:
7235         * modules/gc-hmac-md5:
7236         * modules/gc-des:
7237         * modules/gc-arcfour: Distribute more files.
7238
7239 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7240
7241         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
7242         (gl_linked_iterator_from_to): Initialize struct completely.
7243         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
7244         (gl_tree_iterator_from_to): Likewise
7245         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
7246         * lib/gl_array_list.c [lint] (gl_array_iterator)
7247         (gl_array_iterator_from_to): Likewise.
7248         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
7249         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
7250         (gl_carray_iterator_from_to): Likewise.
7251
7252         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
7253         * lib/md4.c (md4_process_block): Remove unused variable.
7254         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
7255         parentheses for clarity.
7256
7257 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7258
7259         * modules/bison-i18n (Depends-on): Add gettext.
7260
7261 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7262
7263         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
7264         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
7265         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
7266         also add missing comma that caused broken test.
7267         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
7268         stdlib.h, for `abort'.
7269         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
7270         variables.
7271         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
7272         include unistd.h if present, for `rmdir'.
7273         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
7274         variables.
7275         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
7276         in the process include standard headers for prototypes.
7277         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
7278         gets declared on GNU/Linux.
7279         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
7280         unistd.h, for `rmdir'.
7281         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
7282
7283         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
7284         always true.
7285         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
7286
7287         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
7288
7289 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7290
7291         * gnulib-tool (func_version): Create output all at once.  This
7292         may help avoid triggering unnecessary SIGPIPEs, and at any
7293         rate it doesn't hurt.
7294
7295 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7296             Bruno Haible  <bruno@clisp.org>
7297
7298         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
7299         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7300         * m4/signed.m4 (bh_C_SIGNED): Likewise.
7301
7302         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
7303         (gl_FUNC_VASPRINTF): Invoke it.
7304
7305 2006-09-22  Bruno Haible  <bruno@clisp.org>
7306
7307         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
7308         getloadavg.c as first argument.
7309
7310 2006-09-22  Bruno Haible  <bruno@clisp.org>
7311
7312         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
7313         at the beginning of the gl_INIT macro.
7314         * modules/getloadavg (configure.ac): Pass $gl_source_base to
7315         gl_GETLOADAVG.
7316
7317 2006-09-22  Bruno Haible  <bruno@clisp.org>
7318
7319         * gnulib-tool (func_create_megatestdir): Don't include the config-h
7320         module.
7321         Suggested by Ralf Wildenhues.
7322
7323 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
7324
7325         Import this patch from libc:
7326
7327         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
7328
7329         * lib/regex_internal.c (re_string_reconstruct): Handle
7330         offset < pstr->valid_raw_len && pstr->offsets_needed case.
7331         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
7332         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
7333         re_string_context_at.
7334
7335         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
7336         now requires it.
7337         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
7338         gl_REGEX now does it for us.
7339         (gl_REGEX): Add test taken from
7340         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
7341
7342         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
7343         Check that large offsets work.  Modernize Autoconf usages.
7344         Prefer "yes" to mean a good thing rather than a bad.
7345         Don't put "#define mkstemp" in config.h, as this might interfere
7346         with standard system headers that "#define mkstemp mkstemp64".
7347
7348         * modules/mkstemp (Depends-on): Add extensions, so that
7349         mkstemp is visible on some platforms.
7350         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
7351         (Include): Change to "mkstemp.h" from <stdlib.h>.
7352         (Files): Add mkstemp.h.
7353
7354         * lib/mkstemp.h: New file, since some standard headers
7355         #define mkstemp.
7356         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
7357         Include "mkstemp.h".
7358         Make the _LIBC code resemble glibc original more,
7359         e.g., use K&R style.
7360         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
7361         (mkstemp): Remove, since mkstemp.h does this for us.
7362         * lib/stdlib--.h: Include mkstemp.h.
7363
7364         Import this patch from libc:
7365
7366         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7367
7368         * lib/tempname.c (__gen_tempname): Change attempts_min
7369         into a macro.  Use preprocessor to decide how to initialize
7370         attempts [Coverity CID 67].
7371
7372 2006-09-20  Bruno Haible  <bruno@clisp.org>
7373
7374         * lib/mkdtemp.c: Import from libc.
7375         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7376                 * sysdeps/posix/tempname.c (__gen_tempname): Change
7377                 attempts_min into a macro.  Use preprocessor to decide how to
7378                 initialize attempts [Coverity CID 67].
7379         2001-11-27  Paul Eggert  <eggert@twinsun.com>
7380                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
7381                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
7382
7383 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7384
7385         * gnulib-tool (func_exit): New function, to allow to pass the
7386         exit status portably through the trap.  Use everywhere.
7387         (--help, --version): Signal a write error.
7388         (trap): catch SIGPIPE, for write errors.
7389         Exit at the end of the trap, with the correct exit status.
7390
7391 2006-09-19  Karl Berry  <karl@gnu.org>
7392
7393         * doc/gnulib.texi: note about the license texinfo files.
7394
7395 2006-09-19  Eric Blake  <ebb9@byu.net>
7396
7397         * gnulib-tool: Avoid space-tab.
7398
7399 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7400
7401         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
7402         that prevented coreutils 6.1 from building.  Problem reported
7403         by Petter Reinholdtsen.
7404
7405 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7406
7407         * gnulib-tool (avoidlist): Fix typo that broke options like
7408         --avoid=lock that are used by coreutils bootstrap.
7409
7410 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
7411
7412         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
7413         more systematically.
7414
7415 2006-09-18  Jim Meyering  <jim@meyering.net>
7416
7417         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
7418
7419 2006-09-18  Bruno Haible  <bruno@clisp.org>
7420
7421         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
7422
7423 2006-09-18  Bruno Haible  <bruno@clisp.org>
7424
7425         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
7426         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
7427         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
7428         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
7429         * m4/gettext.m4: Require autoconf >= 2.52.
7430         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
7431         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
7432         of gl_cv_header_inttypes_h.
7433
7434 2006-09-18  Bruno Haible  <bruno@clisp.org>
7435
7436         * lib/javaversion.c: Include configmake.h.
7437
7438 2006-09-18  Bruno Haible  <bruno@clisp.org>
7439
7440         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
7441         avoid that the while loops be executed in a subshell.
7442
7443 2006-09-18  Bruno Haible  <bruno@clisp.org>
7444
7445         * MODULES.html.sh (func_module): Break long lines.
7446         Suggested by Bruce Korb <bkorb@gnu.org>.
7447
7448 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7449
7450         Speed up by a factor of 1.12.
7451         * gnulib-tool (nl): New variable.
7452         (func_import): Rewrite include directive extraction to only read each
7453         directive once.
7454
7455 2006-09-17  Bruno Haible  <bruno@clisp.org>
7456
7457         * modules/javaversion (Makefile.am): Remove DEFS setting.
7458         (Depends-on): Add configmake, for PKGDATADIR definition.
7459
7460 2006-09-17  Bruno Haible  <bruno@clisp.org>
7461
7462         * gnulib-tool (func_create_testdir): Rewrite all files at once.
7463
7464 2006-09-17  Bruno Haible  <bruno@clisp.org>
7465
7466         * gnulib-tool (func_append): New function, stolen from libtool.m4.
7467         (func_modules_transitive_closure, func_modules_add_dummy,
7468         func_modules_to_filelist, func_import, func_create_testdir,
7469         func_create_megatestdir, ...): Use it wherever possible.
7470         Suggested by Ralf Wildenhues.
7471
7472 2006-09-16  Karl Berry  <karl@gnu.org>
7473
7474         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
7475         to avoid sectioning errors.
7476         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
7477         [ifinfo]: blank line after @center-ed titles.
7478         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
7479         Spell FSF address consistently with others.
7480         (These changes approved by rms.)
7481
7482 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7483
7484         Speed up by a factor of 1.61.
7485         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
7486         already checked module names again.
7487
7488 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7489
7490         Speed up by a factor of 1.13.
7491         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
7492         for new_files, and the input to func_add_or_update.
7493
7494 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7495
7496         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
7497         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
7498
7499 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7500
7501         * modules/mkancesdirs (Depends-on): Add fcntl.
7502         * modules/savewd: New file.
7503         * MODULES.html.sh (File system functions): Add savewd.
7504
7505         * modules/configmake (Makefile.am): Add support for the
7506         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
7507
7508 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7509
7510         * m4/savewd.m4: New file.
7511
7512 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7513
7514         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
7515         (dirchownmod): New arg FD.  All callers changed.
7516         Use FD rather than opening the directory ourself, as opening is
7517         now the caller's responsibility.
7518         * lib/dirchownmod.h: Likewise.
7519         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
7520         hosts that require <sys/types.h> before <sys/stat.h>.  Include
7521         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
7522         (test_dir): Remove.
7523         (mkancesdirs): Return length of prefix of FILE that has already
7524         been made, or -2 if there is a child doing the work.  Redo
7525         algorithm so that it is O(N) rather than O(N**2).  Optimize away
7526         ".", and treat ".." specially since it might stray back into
7527         already-created areas.  Use a subprocess if necessary.  New arg
7528         WD; all users changed.  MAKE_DIR function should now return 1
7529         if it creates a directory that is not readable.  Return -2 if
7530         a child process is spun off.
7531         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
7532         Adjust signature to match code.
7533         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
7534         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
7535         all users changed.
7536         * lib/savewd.c, lib/savewd.h: New files.
7537
7538 2006-09-15  Jim Meyering  <jim@meyering.net>
7539
7540         * modules/rename-dest-slash: New module.
7541         * MODULES.html.sh (posix_compat): Add it here.
7542
7543         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
7544
7545 2006-09-15  Jim Meyering  <jim@meyering.net>
7546
7547         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
7548         file.
7549
7550         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
7551
7552 2006-09-15  Jim Meyering  <jim@meyering.net>
7553
7554         * lib/rename-dest-slash.c (has_trailing_slash): Use
7555         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
7556         (rpl_rename_dest_slash): Perform the cheaper trailing slash
7557         test before testing whether SRC is a directory.
7558         Suggestions from Bruno Haible.
7559
7560         Avoid a warning about an unused variable.
7561         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
7562         into the #ifdef block where it's used.
7563
7564         * lib/rename-dest-slash.c: New file.
7565
7566 2006-09-14  Bruno Haible  <bruno@clisp.org>
7567
7568         * lib/allocsa.c: Include <config.h> unconditionally.
7569         * lib/asnprintf.c: Likewise.
7570         * lib/asprintf.c: Likewise.
7571         * lib/c-strcasecmp.c: Likewise.
7572         * lib/c-strcasestr.c: Likewise.
7573         * lib/c-strncasecmp.c: Likewise.
7574         * lib/c-strstr.c: Likewise.
7575         * lib/classpath.c: Likewise.
7576         * lib/clean-temp.c: Likewise.
7577         * lib/concatpath.c: Likewise.
7578         * lib/copy-file.c: Likewise.
7579         * lib/csharpcomp.c: Likewise.
7580         * lib/csharpexec.c: Likewise.
7581         * lib/execute.c: Likewise.
7582         * lib/fatal-signal.c: Likewise.
7583         * lib/findprog.c: Likewise.
7584         * lib/fwriteerror.c: Likewise.
7585         * lib/gl_array_list.c: Likewise.
7586         * lib/gl_array_oset.c: Likewise.
7587         * lib/gl_avltree_list.c: Likewise.
7588         * lib/gl_avltree_oset.c: Likewise.
7589         * lib/gl_avltreehash_list.c: Likewise.
7590         * lib/gl_carray_list.c: Likewise.
7591         * lib/gl_linked_list.c: Likewise.
7592         * lib/gl_linkedhash_list.c: Likewise.
7593         * lib/gl_list.c: Likewise.
7594         * lib/gl_oset.c: Likewise.
7595         * lib/gl_rbtree_list.c: Likewise.
7596         * lib/gl_rbtree_oset.c: Likewise.
7597         * lib/gl_rbtreehash_list.c: Likewise.
7598         * lib/imaxabs.c: Likewise.
7599         * lib/imaxdiv.c: Likewise.
7600         * lib/javacomp.c: Likewise.
7601         * lib/javaexec.c: Likewise.
7602         * lib/javaversion.c: Likewise.
7603         * lib/linebreak.c: Likewise.
7604         * lib/localcharset.c: Likewise.
7605         * lib/lock.c: Likewise.
7606         * lib/mbchar.c: Likewise.
7607         * lib/mbswidth.c: Likewise.
7608         * lib/mkdtemp.c: Likewise.
7609         * lib/pipe.c: Likewise.
7610         * lib/printf-args.c: Likewise.
7611         * lib/printf-parse.c: Likewise.
7612         * lib/progname.c: Likewise.
7613         * lib/progreloc.c: Likewise.
7614         * lib/readlink.c: Likewise.
7615         * lib/sh-quote.c: Likewise.
7616         * lib/stpcpy.c: Likewise.
7617         * lib/stpncpy.c: Likewise.
7618         * lib/strcasecmp.c: Likewise.
7619         * lib/strcasestr.c: Likewise.
7620         * lib/strcspn.c: Likewise.
7621         * lib/striconv.c: Likewise.
7622         * lib/strncasecmp.c: Likewise.
7623         * lib/strnlen1.c: Likewise.
7624         * lib/strstr.c: Likewise.
7625         * lib/strtok_r.c: Likewise.
7626         * lib/tls.c: Likewise.
7627         * lib/tmpdir.c: Likewise.
7628         * lib/unicodeio.c: Likewise.
7629         * lib/unsetenv.c: Likewise.
7630         * lib/vasnprintf.c: Likewise.
7631         * lib/vasprintf.c: Likewise.
7632         * lib/wait-process.c: Likewise.
7633         * lib/xallocsa.c: Likewise.
7634         * lib/xsetenv.c: Likewise.
7635         * lib/xstriconv.c: Likewise.
7636
7637 2006-09-13  Simon Josefsson  <jas@extundo.com>
7638
7639         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
7640         that internally, suggested by Ralf Wildenhues
7641         <Ralf.Wildenhues@gmx.de>.
7642
7643 2006-09-13  Simon Josefsson  <jas@extundo.com>
7644
7645         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
7646         @LIBOBJS@.
7647         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7648
7649 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7650
7651         * lib/_fpending.c: Include <config.h> unconditionally, since we no
7652         longer worry about uses that don't define HAVE_CONFIG_H.
7653         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
7654         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
7655         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
7656         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
7657         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
7658         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
7659         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
7660         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
7661         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
7662         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
7663         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
7664         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
7665         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
7666         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
7667         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
7668         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
7669         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
7670         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
7671         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
7672         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
7673         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
7674         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
7675         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
7676         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
7677         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
7678         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
7679         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
7680         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
7681         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
7682         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
7683         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
7684         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
7685         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
7686         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
7687         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
7688         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
7689         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
7690         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
7691         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
7692         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
7693         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
7694         Likewise.
7695
7696 2006-09-13  Eric Blake  <ebb9@byu.net>
7697
7698         * lib/getopt.c: Fix typo in last commit.
7699
7700 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7701
7702         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
7703         dgettext.
7704
7705 2006-09-12  Jim Meyering  <jim@meyering.net>
7706
7707         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
7708         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
7709         Reported by Nelson H. F. Beebe.
7710
7711 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7712
7713         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
7714         program_invocation_name and program_invocation_short_name are
7715         initialized.
7716         * lib/argp-namefrob.h: Move declarations of program_invocation_name
7717         and program_invocation_short_name to argp.h, so they are visible
7718         to user programs.
7719         * lib/argp.h: Likewise
7720
7721 2006-09-10  Bruno Haible  <bruno@clisp.org>
7722
7723         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7724         m4/inttypes_h.m4, m4/uintmax_t.m4.
7725
7726 2006-09-10  Bruno Haible  <bruno@clisp.org>
7727
7728         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
7729         gl_AC_TYPE_UINTMAX_T.
7730
7731 2006-09-10  Bruno Haible  <bruno@clisp.org>
7732
7733         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
7734
7735 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7736
7737         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
7738         convention.  Text proposed by Bruno Haible.
7739         (struct argp_option): Document the use of N_() wrappers.
7740
7741         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
7742         '\v', and translate the two parts separately, instead of feeding
7743         the whole string to gettext.  This allows to exclude
7744         '\v' from the strings visible to the translator by writing doc
7745         strings as N_("..") "\v" N_("..").
7746
7747 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
7748
7749         * config/srclist.txt: Undo latest change; the bug was fixed.
7750
7751 2006-09-09  Bruno Haible  <bruno@clisp.org>
7752
7753         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
7754         assignments if building a library without libtool.
7755         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
7756         in func_emit_lib_Makefile_am.
7757         (func_import): When building a static library libfoo.a, arrange to
7758         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
7759         (func_create_testdir): Likewise.
7760         * modules/gc (configure.ac, Makefile.am): If building statically,
7761         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
7762         * modules/iconvme (configure.ac, Makefile.am): Likewise.
7763         * modules/striconv (configure.ac, Makefile.am): Likewise.
7764         Based on a suggestion by Ralf Wildenhues.
7765
7766 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7767
7768         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7769         Check for unistd.h too, since Autoconf doesn't assume POSIX.
7770         Also:
7771
7772         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7773         Add year_2050_test to catch glibc bug 2821
7774         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7775
7776         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7777         Prefer #ifdef to #if.
7778
7779         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
7780         Return from 'main' instead of calling 'exit'.
7781
7782 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7783
7784         * lib/mktime.c (guess_time_tm): Fix bug where mktime
7785         returned the maximum time_t value rather than (time_t) -1.
7786         Problem originally reported by William Bardwell
7787         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7788
7789         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7790         Moved to here ...
7791         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7792         ... from here.
7793
7794 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7795
7796         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
7797         2821 is fixed.
7798
7799 2006-09-08  Jim Meyering  <jim@meyering.net>
7800
7801         Don't make generated files read-only.  That would bother too many
7802         people.  However, do retain the ability to work when targets are
7803         read-only: remove the destination and temporary files before writing
7804         them (when generated via sed or echo), or by using the -f option for
7805         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
7806         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7807         * modules/byteswap, modules/configmake, modules/fcntl:
7808         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7809         * modules/localcharset, modules/netinet_in, modules/poll:
7810         * modules/stdbool, modules/stdint, modules/sys_select:
7811         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7812
7813 2006-09-08  Jim Meyering  <jim@meyering.net>
7814
7815         Avoid new build failure on FreeBSD 6.0.
7816         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
7817         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
7818         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
7819
7820 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7821
7822         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
7823
7824 2006-09-07  Jim Meyering  <jim@meyering.net>
7825
7826         Fix global typo in last change: use chmod u-w, not chmod u-x.
7827         Spotted by Paul Eggert and Bruce Korb.
7828         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7829         * modules/byteswap, modules/configmake, modules/fcntl:
7830         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7831         * modules/localcharset, modules/netinet_in, modules/poll:
7832         * modules/stdbool, modules/stdint, modules/sys_select:
7833         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7834
7835 2006-09-06  Jim Meyering  <jim@meyering.net>
7836
7837         Make generated files be read-only.
7838         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
7839         Ensure that each generated file is now read-only.
7840         * modules/argz: Likewise.
7841         * modules/arpa_inet: Likewise.
7842         * modules/byteswap: Likewise.
7843         * modules/configmake: Likewise.
7844         * modules/fcntl: Likewise.
7845         * modules/fnmatch: Likewise.
7846         * modules/getopt: Likewise.
7847         * modules/glob: Likewise.
7848         * modules/inttypes: Likewise.
7849         * modules/netinet_in: Likewise.
7850         * modules/poll: Likewise.
7851         * modules/stdbool: Likewise.
7852         * modules/stdint: Likewise.
7853         * modules/sys_select: Likewise.
7854         * modules/sys_socket: Likewise.
7855         * modules/sys_stat: Likewise.
7856         * modules/sysexits: Likewise.
7857         * modules/localcharset: Same as above, but continue using temporary
7858         file named "t-$@" (why different?) rather than the "$@-t" used
7859         everywhere else.
7860
7861         * modules/sysexits (Makefile.am): Replace literal occurrences
7862         of "sysexit.h" more readable, and more consistent, "$@".
7863
7864 2006-09-06  Bruno Haible  <bruno@clisp.org>
7865
7866         * modules/striconv: New file.
7867         * modules/xstriconv: New file.
7868         * MODULES.html.sh (Internationalization functions): Add striconv,
7869         xstriconv.
7870
7871 2006-09-06  Bruno Haible  <bruno@clisp.org>
7872
7873         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
7874         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
7875         not using libtool correctly.
7876
7877 2006-09-06  Bruno Haible  <bruno@clisp.org>
7878
7879         * lib/striconv.h: New file.
7880         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
7881         iconvstring.c.
7882         * lib/xstriconv.h: New file.
7883         * lib/xstriconv.c: New file.
7884
7885 2006-09-06  Bruno Haible  <bruno@clisp.org>
7886
7887         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7888         lib_..._LDFLAGS.
7889
7890 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7891
7892         * lib/argz_.h: Sync from Libtool.
7893
7894         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
7895                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7896
7897         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
7898
7899 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7900
7901         * modules/trim: New file.
7902
7903 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7904
7905         * lib/trim.h: New file.
7906         * lib/trim.c: New file.
7907
7908 2006-09-05  Bruno Haible  <bruno@clisp.org>
7909
7910         * MODULES.html.sh (String handling): Add trim.
7911
7912 2006-09-04  Karl Berry  <karl@gnu.org>
7913
7914         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
7915         until next release.
7916
7917 2006-09-03  Bruno Haible  <bruno@clisp.org>
7918
7919         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
7920         correctly.
7921
7922 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7923
7924         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
7925         not gl_GETLOADAVG.  Omit unneeded semicolons.
7926         Problems reported by Ralf Wildenhues in
7927         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7928         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
7929         at the end, which is the usual gnulib style.
7930
7931         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
7932         of doing all the work ourselves.
7933         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
7934         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
7935
7936 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7937
7938         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
7939         Problem reported by Ralf Wildenhues in
7940         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7941
7942         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
7943         HAVE_STRUCT_STATFS_F_FSTYPENAME.
7944
7945 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7946
7947         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
7948         yesterday's patch by changing test -n to test -z.
7949
7950 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7951
7952         * modules/getloadavg (Files): Add m4/getloadavg.m4.
7953         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
7954         the former is now obsolescent.
7955
7956         * modules/chdir-long (Depends-on): Add fcntl.
7957
7958 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7959
7960         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
7961         obsolescent, and programs should use gnulib instead.
7962         * m4/getloadavg.m4: New file, with contents taken from Autoconf
7963         but with prefixes changed.
7964
7965 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7966
7967         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
7968         or stdbool.h, because they might not exist while configuring.
7969
7970         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
7971         Don't include unistd.h or limits.h; not needed, since chdir-long.h
7972         does that for us.
7973         (O_DIRECTORY): Remove.
7974
7975 2006-08-31  Eric Blake  <ebb9@byu.net>
7976
7977         * gnulib-tool: Don't let emacs change spaces to TAB.
7978
7979 2006-08-31  Bruno Haible  <bruno@clisp.org>
7980
7981         * gnulib-tool: When calling func_import more than once, do it in a
7982         subshell.
7983         Reported by Eric Blake <ebb9@byu.net>.
7984
7985 2006-08-31  Bruno Haible  <bruno@clisp.org>
7986
7987         * gnulib-tool (nl): Remove variable.
7988         (sed_transform_lib_file): Use more robust test for config-h module.
7989         (func_import): Fix typo in 2006-08-25 patch.
7990
7991 2006-08-31  Bruno Haible  <bruno@clisp.org>
7992
7993         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
7994         specified, augment Makefile.am variables instead of assigning them.
7995
7996 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
7997
7998         Work around a bug in both the Linux and SunOS 64-bit kernels:
7999         nanosleep mishandles sleeps for longer than 2**31 seconds.
8000         Problem reported by Frank v Waveren in
8001         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8002         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
8003         Check for nanosleep bug.
8004         (LIB_NANOSLEEP): Append clock_gettime library if needed.
8005
8006 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8007
8008         Work around a bug in both the Linux and SunOS 64-bit kernels:
8009         nanosleep mishandles sleeps for longer than 2**31 seconds.
8010         Problem reported by Frank v Waveren in
8011         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8012         * lib/nanosleep.c (BILLION): New constant.
8013         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
8014         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
8015         implementation.
8016
8017 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8018
8019         * modules/nanosleep (Depends-on): Add gettime.
8020
8021 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8022         and Simon Josefsson  <jas@extundo.com>
8023         and Oskar Liljeblad  <oskar@osk.mine.nu>
8024
8025         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
8026         * gnulib-tool (func_import): New license type 'unmodifiable license
8027         text'.
8028         * modules/fdl: Use it.  Longer description.
8029         * module/gpl, module/lgpl: New files.
8030
8031 2006-08-30  Jim Meyering  <jim@meyering.net>
8032
8033         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
8034         shadowing the parameter.
8035
8036 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8037
8038         Sync from Libtool:
8039
8040         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8041
8042         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
8043         sharing with gnulib.  Report by Eric Blake.
8044
8045 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8046
8047         * modules/isapipe: New file.
8048         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
8049
8050 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8051
8052         * modules/configmake (Makefile.am): Add a comment, and omit
8053         the CONFIGMAKE_ prefix from generated macro names.  Suggested
8054         by Bruno Haible.
8055
8056 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8057
8058         * m4/isapipe.m4: New file.
8059
8060 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8061
8062         * lib/isapipe.c, lib/isapipe.h: New files.
8063
8064 2006-08-29  Jim Meyering  <jim@meyering.net>
8065
8066         * modules/configmake (Makefile.am): Make configmake.h depend on
8067         Makefile.  Otherwise, a stale configmake.h could hang around.
8068
8069 2006-08-29  Eric Blake  <ebb9@byu.net>
8070
8071         * lib/error.c (error_at_line, print_errno_message): Match libc, after
8072         resolution of upstream bug 3044.
8073
8074 2006-08-29  Bruno Haible  <bruno@clisp.org>
8075
8076         * modules/localcharset (Depends-on): Add configmake.
8077         (Makefile.am): Remove setting of LIBDIR through DEFS.
8078
8079 2006-08-29  Bruno Haible  <bruno@clisp.org>
8080
8081         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
8082         defined.
8083
8084 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8085
8086         * modules/fcntl: New file.
8087         * modules/chdir-safer (Depends-on): Add fcntl.
8088         * modules/fts: Likewise.
8089         * modules/mkdir-p: Likewise.
8090
8091         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
8092         This undoes the most recent change, since we're now addressing the
8093         problem in a different way.
8094
8095         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
8096         into output, since the output might be called Makefile.am even
8097         if $makefile_name is something different.
8098         (func_import): Use $makefile_am rather than
8099         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
8100         empty.
8101
8102         * modules/inttypes (Files): Add m4/inttypes-h.m4.
8103
8104 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8105
8106         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
8107         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
8108         recent change to stdint.m4, since we're now addressing the problem in a
8109         different way.
8110
8111 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8112
8113         * m4/fcntl_h.m4: New file.
8114
8115 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8116
8117         * lib/fcntl_.h: New file.
8118         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
8119         the fcntl module.
8120         * lib/dirchownmod.c: Likewise.
8121         * lib/fts.c: Likewise.
8122
8123         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
8124         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
8125         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
8126         just before including <inttypes.h>, to avoid circular inclusion.
8127
8128 2006-08-28  Jim Meyering  <jim@meyering.net>
8129
8130         * doc/visibility.texi: Actually read and correct the grammar of the
8131         sentence affected by yesterday's change.
8132
8133 2006-08-28  Eric Blake  <ebb9@byu.net>
8134
8135         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
8136         needs wrapper.
8137
8138 2006-08-28  Eric Blake  <ebb9@byu.net>
8139
8140         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
8141
8142 2006-08-28  Eric Blake  <ebb9@byu.net>
8143
8144         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
8145
8146 2006-08-28  Bruno Haible  <bruno@clisp.org>
8147
8148         * modules/c-strstr: New file, from GNU gettext.
8149         * MODULES.html.sh (String handling): Add c-strstr.
8150
8151 2006-08-28  Bruno Haible  <bruno@clisp.org>
8152
8153         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
8154         macros.
8155         Reported by Eric Blake.
8156
8157 2006-08-28  Bruno Haible  <bruno@clisp.org>
8158
8159         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
8160         (VASNPRINTF): Return a string of length > INT_MAX without failing.
8161         * lib/vasprintf.c: Include errno.h, limits.h.
8162         (EOVERFLOW): New fallback definition.
8163         (vasprintf): Test here whether the string length is > INT_MAX.
8164         * lib/vsnprintf.c: Include errno.h, limits.h.
8165         (EOVERFLOW): New fallback definition.
8166         (vsnprintf): Fix bug when generated string was too long for the buffer.
8167         Test here whether the string length is > INT_MAX.
8168
8169 2006-08-28  Bruno Haible  <bruno@clisp.org>
8170
8171         * lib/inttypes_.h (SCNX*): Remove definitions.
8172         Reported by Eric Blake.
8173
8174 2006-08-28  Bruno Haible  <bruno@clisp.org>
8175
8176         * lib/c-strstr.h: New file, from GNU gettext.
8177         * lib/c-strstr.c: New file, from GNU gettext.
8178
8179 2006-08-28  Bruno Haible  <bruno@clisp.org>
8180
8181         * gnulib-tool: Reorder some statements.
8182
8183 2006-08-28  Bruno Haible  <bruno@clisp.org>
8184
8185         * gnulib-tool: New option --makefile-name.
8186         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
8187         $makefile_name.
8188         (func_import): Write $makefile_name to the cache file, and read it from
8189         there unless explicitly specified. Use $makefile_name as file name
8190         instead of Makefile.am. Adjust the recommendations accordingly.
8191
8192 2006-08-28  Bruno Haible  <bruno@clisp.org>
8193
8194         * gnulib-tool (func_verify_module): Check against misapplying patch.
8195
8196 2006-08-28  Bruno Haible  <bruno@clisp.org>
8197
8198         * gnulib-tool (func_relativize, func_relconcat): New functions.
8199         Give an error if --local-dir is given with --update.
8200         Remove trailing slashes from $local_gnulib_dir.
8201         (func_import): Store the relativized $local_gnulib_dir in
8202         gnulib-cache.m4, and read it from there if not specified explicitly.
8203
8204 2006-08-28  Bruno Haible  <bruno@clisp.org>
8205
8206         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
8207         is the current directory. Respect also $local_gnulib_dir.
8208
8209 2006-08-28  Bruno Haible  <bruno@clisp.org>
8210             Simon Josefsson  <jas@extundo.com>
8211
8212         BeOS portability.
8213         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
8214
8215 2006-08-27  Jim Meyering  <jim@meyering.net>
8216
8217         * doc/visibility.texi: Remove duplicate word: "pointer".
8218
8219 2006-08-26  Bruno Haible  <bruno@clisp.org>
8220
8221         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
8222         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
8223         (Makefile.am): Create inttypes.h from inttypes_.h.
8224         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
8225
8226         * modules/imaxabs: New file.
8227
8228         * modules/imaxdiv: New file.
8229
8230 2006-08-26  Bruno Haible  <bruno@clisp.org>
8231
8232         * m4/inttypes.m4: New file.
8233         * m4/_inttypes_h.m4: Remove file.
8234         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
8235         PRI_MACROS_BROKEN.
8236         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
8237
8238         * m4/imaxabs.m4: New file.
8239
8240         * m4/imaxdiv.m4: New file.
8241
8242 2006-08-26  Bruno Haible  <bruno@clisp.org>
8243
8244         * lib/inttypes_.h: New file.
8245         * lib/inttypes.h: Remove file.
8246         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
8247
8248         * lib/imaxabs.c: New file.
8249
8250         * lib/imaxdiv.c: New file.
8251
8252 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8253
8254         New config-h module, so that "make" output needn't be cluttered
8255         by -DHAVE_CONFIG_H.
8256         * MODULES.html.sh (Support for building libraries and executables):
8257         Add config-h.
8258         * modules/config-h: New file.
8259         * gnulib-tool (nl, sed_transform_lib_file): New vars.
8260         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
8261         the config-h module is used.
8262
8263         New configmake module, so that "make" output needn't be cluttered
8264         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
8265         * MODULES.html.sh (Support for building libraries and executables):
8266         Add configmake.
8267         * modules/configmake: New file.
8268
8269 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8270
8271         * m4/config-h.m4: New file.
8272
8273 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8274
8275         * config/srclist.txt: Add elisp-comp.
8276
8277 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8278
8279         * MODULES.html.sh (Support for building libraries and executables):
8280         Add elisp-comp.
8281         * build-aux/elisp-comp: New file.
8282         * modules/elisp-comp: New file.
8283
8284 2006-08-24  Bruno Haible  <bruno@clisp.org>
8285
8286         * gnulib-tool (func_create_testdir): Use non-default values of
8287         sourcebase and m4base.
8288
8289 2006-08-24  Bruno Haible  <bruno@clisp.org>
8290
8291         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
8292         HTML structure.
8293
8294 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
8295
8296         * modules/openat (Depends-on): Add lchown.
8297
8298 2006-08-23  Bruno Haible  <bruno@clisp.org>
8299
8300         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
8301         of gl_LOCK_EARLY instead of gl_LOCK.
8302
8303 2006-08-23  Bruno Haible  <bruno@clisp.org>
8304
8305         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
8306         on OSF/1 to no.
8307         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
8308
8309 2006-08-23  Bruno Haible  <bruno@clisp.org>
8310
8311         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
8312         as unusable.
8313
8314         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
8315         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
8316         (gl_LOCK): New macro.
8317
8318 2006-08-22  Simon Josefsson  <jas@extundo.com>
8319
8320         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
8321         to md5 module.
8322
8323 2006-08-22  Simon Josefsson  <jas@extundo.com>
8324
8325         * MODULES.html.sh: Add "Support for maintaining and release
8326         projects".
8327
8328         * build-aux/gnupload: New file, from coreutils.
8329
8330 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8331
8332         Avoid the need for AC_LIBSOURCES in m4 macros.
8333         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
8334         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
8335         * modules/check-version (EXTRA_DIST): Add check-version.h.
8336         * modules/crc (EXTRA_DIST): Add crc.h.
8337         * modules/des (EXTRA_DIST): Add des.h.
8338         * modules/gc (EXTRA_DIST): Add gc.h.
8339         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
8340         * modules/getline (EXTRA_DIST): Add getline.h.
8341         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
8342         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
8343         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
8344         * modules/md2 (EXTRA_DIST): Add md2.h.
8345         * modules/md4 (EXTRA_DIST): Add md4.h.
8346         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
8347         * modules/read-file (EXTRA_DIST): Add read-file.h.
8348         * modules/readline (EXTRA_DIST): Add readline.h.
8349         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
8350         rijndael-api-fst.h.
8351
8352 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8353
8354         * m4/rijndael.m4 (gl_ARCFOUR):
8355         * m4/arctwo.m4 (gl_ARCTWO):
8356         * m4/check-version.m4 (gl_CHECK_VERSION):
8357         * m4/crc.m4 (gl_CRC):
8358         * m4/des.m4 (gl_DES):
8359         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
8360         * m4/gc.m4 (gl_GC):
8361         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
8362         * m4/getline.m4 (gl_FUNC_GETLINE):
8363         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
8364         * m4/hmac-md5.m4 (gl_HMAC_MD5):
8365         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
8366         * m4/md2.m4 (gl_MD2):
8367         * m4/md4.m4 (gl_MD4):
8368         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
8369         * m4/read-file.m4 (gl_FUNC_READ_FILE):
8370         * m4/readline.m4 (gl_FUNC_READLINE):
8371         * m4/rijndael.m4 (gl_RIJNDAEL):
8372         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8373         to get the necessary .h files and whatnot.
8374
8375 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8376
8377         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
8378         gnulib rather than the other way around.
8379         * config/srclistvars.sh (COREUTILS): Remove.
8380
8381 2006-08-22  Jim Meyering  <jim@meyering.net>
8382
8383         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
8384
8385         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
8386
8387 2006-08-22  Eric Blake  <ebb9@byu.net>
8388
8389         * modules/regexprops-generic: New file.
8390         * MODULES.html.sh (Support for building documentation): List it.
8391
8392 2006-08-22  Eric Blake  <ebb9@byu.net>
8393
8394         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
8395         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
8396         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
8397         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
8398
8399 2006-08-22  Bruno Haible  <bruno@clisp.org>
8400
8401         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
8402         and lib_LTLIBRARIES like the other lib_* variables.
8403
8404 2006-08-22  Bruno Haible  <bruno@clisp.org>
8405
8406         * build-aux/x-to-1.in: New file, from GNU gettext.
8407
8408 2006-08-22  Bruno Haible  <bruno@clisp.org>
8409
8410         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
8411         <utmpx.h> exists.
8412
8413 2006-08-22  Bruno Haible  <bruno@clisp.org>
8414
8415         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
8416         <utmpx.h> exists.
8417
8418 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8419
8420         BeOS portability.
8421         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
8422         exist.
8423         Problem reported by Bruno Haible.
8424
8425 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8426
8427         Avoid the need for AC_LIBSOURCES in m4 macros.
8428         * modules/acl (EXTRA_DIST): Add acl.h.
8429         * modules/argmatch (Files): Add m4/argmatch.m4.
8430         (configure.ac): Add gl_ARGMATCH.
8431         (EXTRA_DIST): Renamed from lib_SOURCES, for
8432         consistency with the other modules.  Remove argmatch.c.
8433         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
8434         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
8435         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
8436         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
8437         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
8438         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
8439         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
8440         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
8441         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
8442         * modules/closeout (EXTRA_DIST): Add closeout.h.
8443         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
8444         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
8445         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
8446         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
8447         dirname.h; remove basename.c and stripslash.c.
8448         * modules/exclude (EXTRA_DIST): Add exclude.h.
8449         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
8450         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
8451         * modules/file-type (EXTRA_DIST): Add file-type.h.
8452         * modules/filemode (EXTRA_DIST): Add filemode.h.
8453         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
8454         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8455         * modules/fpending (EXTRA_DIST): Add __fpending.h.
8456         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
8457         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
8458         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
8459         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
8460         * modules/getdate (EXTRA_DIST): Add getdate.c.
8461         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
8462         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
8463         * modules/getpass (EXTRA_DIST): Add getpass.h.
8464         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
8465         * modules/group-member (EXTRA_DIST): Add group-member.h.
8466         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
8467         * modules/hash (EXTRA_DIST): Add hash.h.
8468         * modules/human (EXTRA_DIST): Add human.h.
8469         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
8470         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
8471         * modules/lchown (EXTRA_DIST): Add lchown.h.
8472         * modules/long-options (EXTRA_DIST): Add long-options.h.
8473         * modules/lstat (EXTRA_DIST): Add lstat.h.
8474         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
8475         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
8476         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
8477         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
8478         * modules/memxor (EXTRA_DIST): Add memxor.h.
8479         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
8480         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
8481         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
8482         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
8483         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
8484         * modules/physmem (EXTRA_DIST): Add physmem.h.
8485         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
8486         * modules/posixver (EXTRA_DIST): Add posixver.h.
8487         * modules/quote (EXTRA_DIST): Add quote.h.
8488         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
8489         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
8490         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
8491         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
8492         regex_internal.h regexec.c.
8493         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
8494         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
8495         * modules/same (EXTRA_DIST): Add same.h.
8496         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
8497         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
8498         * modules/savedir (EXTRA_DIST): Add savedir.h.
8499         * modules/sha1 (EXTRA_DIST): Add sha1.h.
8500         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
8501         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
8502         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
8503         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
8504         * modules/strdup (EXTRA_DIST): Add strdup.h.
8505         * modules/strftime (EXTRA_DIST): Add strftime.h.
8506         * modules/strndup (EXTRA_DIST): Add strndup.h.
8507         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
8508         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
8509         * modules/time_r (EXTRA_DIST): Add time_r.h.
8510         * modules/timespec (EXTRA_DIST): Add timespec.h.
8511         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8512         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
8513         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
8514         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
8515         * modules/userspec (EXTRA_DIST): Add userspec.h.
8516         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
8517         * modules/utimens (EXTRA_DIST): Add utimens.h.
8518         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
8519         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
8520         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
8521         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
8522         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
8523         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
8524         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
8525         * modules/yesno (EXTRA_DIST): Add yesno.h.
8526
8527 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8528
8529         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
8530
8531         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
8532         * m4/dev-ino.m4, same-inode.m4: Remove.
8533
8534         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
8535         * m4/acl.m4 (AC_FUNC_ACL):
8536         * m4/backupfile.m4 (gl_BACKUPFILE):
8537         * m4/c-strtod.m4 (gl_C99_STRTOLD):
8538         * m4/canon-host.m4 (gl_CANON_HOST):
8539         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8540         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
8541         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
8542         * m4/cloexec.m4 (gl_CLOEXEC):
8543         * m4/close-stream.m4 (gl_CLOSE_STREAM):
8544         * m4/closeout.m4 (gl_CLOSEOUT):
8545         * m4/dirfd.m4 (gl_FUNC_DIRFD):
8546         * m4/dirname.m4 (gl_DIRNAME):
8547         * m4/exclude.m4 (gl_EXCLUDE):
8548         * m4/exitfail.m4 (gl_EXITFAIL):
8549         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
8550         * m4/file-type.m4 (gl_FILE_TYPE):
8551         * m4/filemode.m4 (gl_FILEMODE):
8552         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
8553         * m4/fpending.m4 (gl_FUNC_FPENDING):
8554         * m4/fprintftime.m4 (gl_FPRINTFTIME):
8555         * m4/fts.m4 (gl_FUNC_FTS):
8556         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
8557         * m4/getdate.m4 (gl_GETDATE):
8558         * m4/gethrxtime.m4 (gl_GETHRXTIME):
8559         * m4/getpagesize.m4 (gl_GETPAGESIZE):
8560         * m4/getpass.m4 (gl_FUNC_GETPASS):
8561         * m4/gettime.m4 (gl_GETTIME):
8562         * m4/getugroups.m4 (gl_GETUGROUPS):
8563         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
8564         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
8565         * m4/hard-locale.m4 (gl_HARD_LOCALE):
8566         * m4/hash.m4 (gl_HASH):
8567         * m4/idcache.m4 (gl_IDCACHE):
8568         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
8569         * m4/lchown.m4 (gl_FUNC_LCHOWN):
8570         * m4/long-options.m4 (gl_LONG_OPTIONS):
8571         * m4/lstat.m4 (gl_FUNC_LSTAT):
8572         * m4/md5.m4 (gl_MD5):
8573         * m4/memcasecmp.m4 (gl_MEMCASECMP):
8574         * m4/memcoll.m4 (gl_MEMCOLL):
8575         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
8576         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
8577         * m4/memxor.m4 (gl_MEMXOR):
8578         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
8579         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
8580         * m4/modechange.m4 (gl_MODECHANGE):
8581         * m4/mountlist.m4 (gl_MOUNTLIST):
8582         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8583         * m4/openat.m4 (gl_FUNC_OPENAT):
8584         * m4/pathmax.m4 (gl_PATHMAX):
8585         * m4/physmem.m4 (gl_PHYSMEM):
8586         * m4/posixtm.m4 (gl_POSIXTM):
8587         * m4/posixver.m4 (gl_POSIXVER):
8588         * m4/quote.m4 (gl_QUOTE):
8589         * m4/quotearg.m4 (gl_QUOTEARG):
8590         * m4/readtokens.m4 (gl_READTOKENS):
8591         * m4/readutmp.m4 (gl_READUTMP):
8592         * m4/regex.m4 (gl_REGEX):
8593         * m4/safe-read.m4 (gl_SAFE_READ):
8594         * m4/safe-write.m4 (gl_SAFE_WRITE):
8595         * m4/same.m4 (gl_SAME):
8596         * m4/save-cwd.m4 (gl_SAVE_CWD):
8597         * m4/savedir.m4 (gl_SAVEDIR):
8598         * m4/settime.m4 (gl_SETTIME):
8599         * m4/sha1.m4 (gl_SHA1):
8600         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
8601         * m4/stat-macros.m4 (gl_STAT_MACROS):
8602         * m4/stat-time.m4 (gl_STAT_TIME):
8603         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
8604         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
8605         * m4/strdup.m4 (gl_FUNC_STRDUP):
8606         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
8607         * m4/strndup.m4 (gl_FUNC_STRNDUP):
8608         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
8609         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
8610         * m4/time_r.m4 (gl_TIME_R):
8611         * m4/timespec.m4 (gl_TIMESPEC):
8612         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
8613         * m4/unlinkdir.m4 (gl_UNLINKDIR):
8614         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
8615         * m4/userspec.m4 (gl_USERSPEC):
8616         * m4/utimecmp.m4 (gl_UTIMECMP):
8617         * m4/utimens.m4 (gl_UTIMENS):
8618         * m4/xalloc.m4 (gl_XALLOC):
8619         * m4/xgetcwd.m4 (gl_XGETCWD):
8620         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
8621         * m4/xreadlink.m4 (gl_XREADLINK):
8622         * m4/xstrtod.m4 (gl_XSTRTOD):
8623         * m4/yesno.m4 (gl_YESNO):
8624         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8625         to get the necessary .h files and whatnot.
8626
8627 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
8628             Bruno Haible  <bruno@clisp.org>
8629
8630         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
8631         /bin/sh understanding of '!' conditional negation.
8632
8633 2006-08-21  Jim Meyering  <jim@meyering.net>
8634
8635         * modules/openat (Depends-on): Really alphabetize.
8636
8637         * modules/acl (Depends-on): Add error and quote.
8638
8639         * check-module (find_included_lib_files): Add at-func.c to the
8640         ok-to-include-more-than-once white list.
8641
8642         * modules/openat (Depends-on): Add lstat.  Alphabetize.
8643
8644 2006-08-21  Bruno Haible  <bruno@clisp.org>
8645
8646         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8647         Emit a pkgdata_DATA variable only if some snippets add contents to it.
8648         Reported by Martin Lambers <marlam@marlam.de>.
8649
8650 2006-08-21  Bruno Haible  <bruno@clisp.org>
8651
8652         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
8653         specify an installation location, don't emit a noinst_LIBRARIES or
8654         noinst_LTLIBRARIES assignment.
8655
8656 2006-08-21  Bruno Haible  <bruno@clisp.org>
8657
8658         BeOS portability.
8659         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
8660         BeOS has mbrtowc() but no <wctype.h>.
8661
8662 2006-08-21  Bruno Haible  <bruno@clisp.org>
8663
8664         BeOS portability.
8665         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
8666         exist.
8667
8668 2006-08-21  Bruno Haible  <bruno@clisp.org>
8669
8670         BeOS portability.
8671         * lib/mbchar.h: Include <wctype.h> only if it exists.
8672
8673 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8674
8675         Remove files that are no longer needed by their respective modules.
8676         * m4/obstack.m4: Remove.
8677         * m4/strerror_r.m4: Remove.
8678         * m4/uint32_t.m4: Remove.
8679         * m4/uintptr_t.m4: Remove.
8680         * m4/ullong_max.m4: Remove.
8681         * m4/xstrtoimax.m4: Remove.
8682         * m4/xstrtoumax.m4: Remove.
8683
8684         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
8685         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
8686         dependencies now capture this.
8687
8688         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
8689         Do not use AC_LIBSOURCES, since gnulib modules now do this.
8690         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
8691         * m4/human.m4 (gl_HUMAN): Likewise.
8692         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
8693         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
8694
8695         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
8696
8697         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
8698         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
8699         stdint.
8700         * m4/human.m4 (gl_HUMAN): Likewise.
8701         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
8702         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
8703         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8704         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8705         * m4/xstrtol (gl_XSTRTOL): Likewise.
8706
8707         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
8708         AC_TYPE_LONG_LONG_INT.
8709         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8710         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
8711         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
8712         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8713
8714         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
8715         on stdbool.
8716
8717         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
8718         (gl_PREREQ_XSTRTOUL): Remove.
8719
8720         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
8721
8722         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
8723         mode.
8724
8725 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8726
8727         Add and change modules to make it easier for coreutils to use
8728         gnulib-tool.
8729         * modules/backupfile (Files): Remove m4/d-ino.m4.
8730         (Depends-on): Add d-ino.
8731         * modules/cycle-check (Depends-on): Add stdint.
8732         (lib_SOURCES): Add cycle-check.h.
8733         * modules/d-ino: New module.
8734         * modules/d-type: New module.
8735         * modules/error (Files): Remove m4/strerror_r.m4.
8736         * modules/filemode (Files): Add m4/st_dm_mode.m4.
8737         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8738         m4/inttypes_h.m4, m4/uintmax_t.m4.
8739         (Depends-on): Add stdint.
8740         (lib_SOURCES): Add fsusage.h.
8741         * modules/getcwd (Files): Remove d-ino.m4.
8742         (Depends-on): Add d-ino.
8743         * modules/getndelim2 (Depends-on): Add stdint.
8744         * modules/glob (Files): Remove m4/d-type.m4.
8745         (Depends-on): Add d-type.
8746         * modules/host-os: New module.
8747         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
8748         m4/inttypes_h.m4, m4/uintmax_t.m4.
8749         * Depends-on: Add stdint.
8750         (lib_SOURCES): Add human.h.
8751         * modules/inttostr (Files): Remove m4/intmax_t.m4,
8752         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
8753         m4/uintmax_t.m4, m4/ulonglong.m4.
8754         (Depends-on): Add stdint.
8755         (EXTRA_DIST): Add inttostr.h.
8756         * modules/lchmod: New module.
8757         * modules/link-follow: New module.
8758         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
8759         (Depends-on): Add lchmod.
8760         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
8761         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
8762         (Depends-on): Add stdint.
8763         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
8764         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
8765         (Depends-on): Add stdint.
8766         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
8767         * modules/perl: New module.
8768         * modules/regex (Depends-on): Add stdint.
8769         * modules/rmdir-errno: New module.
8770         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8771         m4/intmax_t.m4.
8772         (Depends-on): Add stdint.
8773         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8774         m4/uintmax_t.m4.
8775         (Depends-on): Add stdint.
8776         * modules/unlink-busy: New module.
8777         * modules/utimecmp (Depends-on): Add stdint.
8778         * modules/uptime: New module.
8779         * modules/winsz-ioctl: New module.
8780         * modules/winsz-termios: New module.
8781         * modules/xnanosleep (Depends-on): Add nanosleep.
8782         * modules/ullong_max: Remove.
8783         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
8784         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
8785         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
8786         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
8787         (Depends-on): Add inttypes.
8788         (lib_SOURCES): Add xstrtol.h.
8789         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
8790         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
8791         * MODULES.html.sh: Move 'assert' into the assert section.
8792         Move 'dummy' into the linking section.
8793         Remove ullong_max.
8794         Add section for compatibility checks for POSIX:2001 functions,
8795         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
8796         winsz-ioctl, and winsz-termios into it.
8797         Add lchmod.
8798         Add top-level Misc section and put host-os, perl, and uptime
8799         into it.
8800
8801 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8802
8803         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
8804         now assume the stdint module.  Do not include inttypes.h.
8805         * lib/fsusage.h: Likewise.
8806         * lib/getndelim2.c: Likewise.
8807         * lib/human.h: Likewise.
8808         * lib/inttostr.h: Likewise.
8809         * lib/obstack.c: Likewise.
8810         * lib/regex_internal.h: Likewise.
8811         * lib/tempname.c: Likewise.
8812         * lib/utimecmp.c: Likewise.
8813         * lib/xstrtol.h: Likewise.
8814
8815         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
8816
8817         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
8818         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
8819         * lib/xtime.h: Likewise.
8820
8821 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8822
8823         * modules/openat (Files): Add lib/fchmodat.c.
8824         Fixes problem reported by Jay Youngman.
8825
8826 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8827
8828         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
8829         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
8830
8831 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
8832             Bruno Haible  <bruno@clisp.org>
8833
8834         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
8835         and is a script that invokes bison. Tighten the code. Add comments.
8836
8837 2006-08-18  Jim Meyering  <jim@meyering.net>
8838
8839         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
8840         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
8841         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
8842         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
8843
8844 2006-08-18  Bruno Haible  <bruno@clisp.org>
8845
8846         * modules/bison-i18n: New file.
8847         * MODULES.html.sh (Internationalization functions): Add it.
8848
8849 2006-08-18  Bruno Haible  <bruno@clisp.org>
8850
8851         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
8852         sys/statvfs.h. When getmntinfo was found, check its declaration and
8853         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
8854
8855 2006-08-18  Bruno Haible  <bruno@clisp.org>
8856
8857         * m4/bison-i18n.m4: New file, from bison.
8858
8859 2006-08-18  Bruno Haible  <bruno@clisp.org>
8860
8861         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
8862         (ME_DUMMY): Treat "kernfs" as a dummy.
8863         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
8864
8865 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8866
8867         Update from coreutils.
8868
8869         2006-08-15  Jim Meyering  <jim@meyering.net>
8870
8871         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
8872
8873         2006-01-17  Jim Meyering  <jim@meyering.net>
8874
8875         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
8876
8877         2006-01-11  Jim Meyering  <jim@meyering.net>
8878
8879         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
8880         Check for the lchmod function.
8881
8882 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8883
8884         Update from coreutils.
8885
8886         * lib/__fpending.h: Add copyright notice.
8887         * lib/fprintftime.h: Likewise.
8888         * lib/savedir.c: Use (C) in copyright notice.
8889         * lib/savedir.h: Likewise.
8890
8891         2006-08-15  Jim Meyering  <jim@meyering.net>
8892
8893         * lib/at-func.c: New file, with the logic of all emulated at-functions.
8894         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
8895         in support of the EXPECTED_ERRNO macro.
8896         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
8897         definitions.  Instead, define the appropriate symbols and include
8898         "at-func.c".
8899         * lib/mkdirat.c (mkdirat): Likewise.
8900         * lib/fchmodat.c (fchmodat): Likewise.
8901         (ENOSYS): Remove definition.
8902         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
8903         it.  Don't include "unistd--.h" -- it wasn't ever used.
8904
8905         2006-01-17  Jim Meyering  <jim@meyering.net>
8906
8907         Rewrite fts.c not to change the current working directory,
8908         by using openat, fstatat, fdopendir, etc..
8909
8910         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
8911         (HAVE_OPENAT_SUPPORT): Define.
8912         [_LIBC] (fchdir): Don't undef or define; no longer used.
8913         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
8914         Now, this `function' always succeeds, and consumes its file descriptor
8915         parameter -- so callers must not close such FDs.  Update callers.
8916         (diropen_fd, opendirat, cwd_advance_fd): New functions.
8917         (diropen): Add parameter, SP.  Adjust all callers.
8918         Implement using diropen_fd, rather than open.
8919         (fts_open): Initialize new member, fts_cwd_fd.
8920         Remove fts_rft-setting code.
8921         (fts_close): Close fts_cwd_fd, if necessary.
8922         (__opendir2): Define in terms of opendir or opendirat,
8923         depending on whether the FST_NOCHDIR flag is set.
8924         (fts_build): Since fts_safe_changedir consumes its FD, and since
8925         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
8926         and close the dup'd file descriptor upon failure.
8927         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
8928         (fts_safe_changedir): Tweak semantics to reflect that this function
8929         now calls cwd_advance_fd and hence consumes its FD argument.
8930         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
8931         [struct FTS] (fts_rft): Remove now-unused member.
8932         [struct FTS] (fts_cycle.state): Improve comment.
8933
8934         * lib/openat.c (openat_needs_fchdir): New function.
8935         * lib/openat.h (openat_needs_fchdir): Declare it.
8936
8937 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
8938
8939         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
8940         Problem and fix reported by Pádraig Brady in
8941         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
8942
8943 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8944
8945         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
8946
8947 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8948
8949         * lib/memcoll.c (memcoll): Optimize for the common case where the
8950         arguments are bytewise equal.
8951
8952 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8953
8954         * doc/regexprops-generic.texi: Add a copyright notice.
8955
8956 2006-08-15  Bruno Haible  <bruno@clisp.org>
8957
8958         * modules/tmpdir (License): Change to LGPL.
8959
8960 2006-08-15  Bruno Haible  <bruno@clisp.org>
8961
8962         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
8963         module.
8964
8965 2006-08-14  Simon Josefsson  <jas@extundo.com>
8966
8967         * config/srclist.txt: Add gnupload.
8968
8969 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8970
8971         Change copyright notice from LGPL 2 to GPL 2, since that's the
8972         standard form used in the gnulib repository.
8973         * tests/test-lock.c: Likewise.
8974         * tests/test-stdint.c: Likewise.
8975         * tests/test-tls.c: Likewise.
8976
8977         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
8978         prelude-manager.  User shorter URLs for GNU projects, without '?'.
8979         Add copyright notice.
8980
8981         * check-module: Add copyright notice.  Output a copyright
8982         notice if "--version" is specified.
8983         * modules/COPYING: New file.
8984         * tests/test-getaddrinfo.c: Add copyright notice.
8985         * tests/test-verify.c: Likewise.
8986
8987 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8988
8989         Change copyright notice from LGPL 2 to GPL 2, since that's the
8990         standard form used in the gnulib repository.
8991         * lib/lock.c: LGPL -> GPL.
8992         * lib/lock.h: Likewise.
8993         * lib/strnlen1.c: Likewise.
8994         * lib/strnlen1.h: Likewise.
8995         * lib/tls.c: Likewise.
8996         * lib/tls.h: Likewise.
8997         * lib/tmpdir.c: Likewise.
8998
8999         * lib/TODO: Remove; this belongs only in coreutils.
9000
9001 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9002
9003         Add copyright notices to long-enough files that lack them, since
9004         otherwise the files aren't clearly free.  Use the same notice that
9005         getdate.texi already uses.
9006         * doc/alloca-opt.texi: Add copyright notice.
9007         * doc/alloca.texi: Likewise.
9008         * doc/ctime.texi: Likewise.
9009         * doc/functions.texi: Likewise.
9010         * doc/gcd.texi: Likewise.
9011         * doc/gnulib-tool.texi: Likewise.
9012         * doc/inet_ntoa.texi: Likewise.
9013         * doc/visibility.texi: Likewise.
9014
9015         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
9016         * doc/quote.texi: Add copyright notice.
9017
9018         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
9019         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
9020         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
9021         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
9022         is now obsolete, and give a pointer to the Sun list.
9023         Add copyright notice.
9024
9025 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9026
9027         * config/srclistvars.sh: Add copyright notice.
9028
9029 2006-08-14  Eric Blake  <ebb9@byu.net>
9030
9031         Import the following change from libc:
9032
9033         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9034
9035         Upstream bug 2997.
9036         * lib/misc/error.c: Add space between program name and message if file
9037         name is missing.
9038
9039 2006-08-12  Karl Berry  <karl@gnu.org>
9040
9041         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
9042         remove, these originate in gnulib now.
9043
9044 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9045
9046         * doc/Makefile (standards.info standards.html standards.dvi):
9047         Also depend on make-stds.texi.
9048
9049 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9050
9051         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
9052         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
9053
9054         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
9055         in wchar_t.  Problem reported by Eric Blake.
9056
9057         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
9058         LEN is smaller than SIZE.  Suggested by Bruno Haible.
9059         Also, help the compiler to keep LEN in a register.
9060
9061 2006-08-11  Eric Blake  <ebb9@byu.net>
9062
9063         * users.txt: Sort.  Add tar.
9064
9065 2006-08-11  Bruno Haible  <bruno@clisp.org>
9066
9067         * users.txt: New file.
9068
9069 2006-08-11  Bruno Haible  <bruno@clisp.org>
9070
9071         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
9072         before <wchar.h>. Needed for OSF/1 and BSD/OS.
9073
9074 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9075
9076         * modules/snprintf (Depends-on): Remove minmax.
9077         (Maintainer): Add self and Bruno.
9078
9079 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9080
9081         * lib/.cppi-disable: Add snprintf.h, socket_.h.
9082         * lib/snprintf.c: Include <errno.h> and <limits.h>.
9083         (EOVERFLOW): Define if the system does not.
9084         Do not include "minmax.h"; it wasn't used.
9085         (snprintf): Don't assume size_t promotes to an unsigned type.
9086         Fix bug when generated string was too long for the buffer: the
9087         buffer's contents are supposed to be the initial prefix of the
9088         output.  Don't assume vasnprintf returns EOVERFLOW if the size
9089         exceeds INT_MAX; do the check ourselves.
9090
9091         Import the following changes from libc:
9092
9093         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9094
9095         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
9096         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
9097         set wc to the byte which couldn't be converted.
9098         (re_string_reconstruct): Don't clear valid_raw_len before calling
9099         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9100         tip_context using re_string_context_at.
9101
9102         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
9103
9104         * lib/posix/regex.h: g++ still cannot handled [restrict].
9105
9106         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
9107
9108         * lib/posix/regex.h: Remove special handling for VMS.
9109
9110 2006-08-10  Jim Meyering  <jim@meyering.net>
9111
9112         * modules/same-inode: New module.
9113         * modules/dev-ino: New module.
9114         * modules/cycle-check: Depend on these modules, rather than simply
9115         including their .h files.
9116         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
9117         required via m4/cycle-check.m4.
9118         * modules/same: Depend on new same-inode module, rather than
9119         including same-inode.h.
9120         * modules/chdir-safer: New file.
9121
9122         * modules/chown (Depends-on): Add stat-macros.
9123
9124 2006-08-10  Jim Meyering  <jim@meyering.net>
9125
9126         * m4/cycle-check.m4: New file.
9127         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
9128         * m4/dev-ino.m4, m4/same-inode.m4: New files.
9129
9130 2006-08-10  Eric Blake  <ebb9@byu.net>
9131
9132         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
9133         in from original proposal.
9134
9135 2006-08-10  Eric Blake  <ebb9@byu.net>
9136         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9137
9138         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
9139         namespace.
9140
9141 2006-08-10  Bruno Haible  <bruno@clisp.org>
9142
9143         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
9144         as well.
9145
9146 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9147
9148         Sync from coreutils.
9149
9150         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
9151
9152         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
9153         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
9154
9155 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9156
9157         * modules/restrict: Remove; no longer needed now that we assume
9158         Autoconf 2.59 or later.
9159         * MODULES.html.sh: Remove 'restrict'.
9160         * modules/argp (Depends-on): Remove 'restrict'.
9161         * modules/base64 (Depends-on): Likewise.
9162         * modules/gc (Depends-on): Likewise.
9163         * modules/getaddrinfo (Depends-on): Likewise.
9164         * modules/glob (Depends-on): Likewise.
9165         * modules/inet_ntop (Depends-on): Likewise.
9166         * modules/inet_pton (Depends-on): Likewise.
9167         * modules/memxor (Depends-on): Likewise.
9168         * modules/regex (Depends-on): Likewise.
9169         * modules/strtok_r (Depends-on): Likewise.
9170         * modules/time_r (Depends-on): Likewise.
9171
9172 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9173
9174         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
9175         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
9176         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9177         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
9178         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
9179         * m4/memxor.m4 (gl_MEMXOR): Likewise.
9180         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
9181         gl_C_RESTRICT replaced by AC_C_RESTRICT.
9182
9183         Merge from coreutils.
9184         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
9185         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
9186         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9187         * m4/time_r.m4 (gl_TIME_R): Likewise.
9188
9189 2006-08-09  Karl Berry  <karl@gnu.org>
9190
9191         * config/srclist.txt: no more gettext-tools, per Bruno.
9192
9193 2006-08-08  Eric Blake  <ebb9@byu.net>
9194
9195         * modules/verror: New module.
9196         * MODULES.html.sh: Document it.
9197
9198 2006-08-08  Eric Blake  <ebb9@byu.net>
9199
9200         * lib/verror.h, lib/verror.c: New files.
9201
9202 2006-08-08  Eric Blake  <ebb9@byu.net>
9203
9204         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
9205         verror_at_line output complies with GNU Coding Standards even when
9206         file is NULL.
9207
9208 2006-08-07  Bruno Haible  <bruno@clisp.org>
9209
9210         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
9211         versions of AIX.
9212         Reported by Ralf Wildenhues.
9213
9214 2006-08-07  Bruno Haible  <bruno@clisp.org>
9215
9216         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
9217         in an AC_DEFUN. Needed so that the autoconf snippets can use
9218         AC_REQUIRE.
9219
9220 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9221
9222         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9223         Initialize pkgdata_DATA.
9224         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
9225         overriding it.
9226
9227 2006-08-06  Eric Blake  <ebb9@byu.net>
9228
9229         * lib/error.h: Fold in some upstream changes from glibc.
9230         * lib/error.c: Likewise.
9231
9232 2006-08-04  Bruno Haible  <bruno@clisp.org>
9233
9234         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9235         Make the mostlyclean-local rule depend on mostlyclean-generic.
9236         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
9237
9238 2006-07-31  Bruno Haible  <bruno@clisp.org>
9239
9240         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
9241         <stdlib.h>, <string.h>.
9242
9243 2006-07-30  Bruno Haible  <bruno@clisp.org>
9244
9245         * modules/readlink (License): Change to LGPL.
9246
9247 2006-07-30  Bruno Haible  <bruno@clisp.org>
9248
9249         * modules/javaversion (Makefile.am): Distribute javaversion.java and
9250         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
9251         set PKGDATADIR to point to it.
9252
9253 2006-07-30  Bruno Haible  <bruno@clisp.org>
9254
9255         * modules/csharpexec (configure.ac): Comment out macro invocation.
9256         * modules/javaexec (configure.ac): Likewise.
9257         * modules/javacomp-script (configure.ac): Likewise.
9258
9259         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
9260
9261 2006-07-30  Bruno Haible  <bruno@clisp.org>
9262
9263         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
9264         linked-list.
9265
9266 2006-07-30  Bruno Haible  <bruno@clisp.org>
9267
9268         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
9269
9270 2006-07-30  Bruno Haible  <bruno@clisp.org>
9271
9272         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9273         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
9274         get removed.
9275
9276 2006-07-29  Bruno Haible  <bruno@clisp.org>
9277
9278         Make it possible for gnulib-tool to work with locally modified or
9279         augmented gnulib repositories.
9280         * gnulib-tool (func_usage): Document --local-dir option.
9281         (local_gnulib_dir): New variable.
9282         Handle --local-dir option.
9283         (func_lookup_file): New function.
9284         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
9285         (func_get_description, func_get_filelist, func_get_description,
9286         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
9287         func_get_automake_snippet, func_get_include_directive,
9288         func_get_license, func_get_maintainer): Use func_lookup_file.
9289         (func_import, func_create_testdir): Use func_lookup_file.
9290
9291 2006-07-29  Bruno Haible  <bruno@clisp.org>
9292
9293         * modules/setenv (Depends-on): Add unistd.
9294
9295 2006-07-29  Bruno Haible  <bruno@clisp.org>
9296
9297         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
9298
9299 2006-07-29  Bruno Haible  <bruno@clisp.org>
9300
9301         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
9302
9303 2006-07-29  Bruno Haible  <bruno@clisp.org>
9304
9305         * gnulib-tool (import, update): If there is no Makefile.am, look at
9306         aclocal.m4, instead of bailing out.
9307
9308 2006-07-29  Bruno Haible  <bruno@clisp.org>
9309
9310         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
9311         Categorize the options by when they are useful.
9312
9313 2006-07-29  Bruno Haible  <bruno@clisp.org>
9314
9315         * gnulib-tool (func_usage): Document option --no-libtool.
9316         Handle option --no-libtool.
9317         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
9318         for changed semantics of $libtool variable.
9319         (func_import): Likewise. If libtool is not used, show this through
9320         an option --no-libtool.
9321         (func_create_testdir): Update.
9322
9323 2006-07-29  Bruno Haible  <bruno@clisp.org>
9324
9325         * gnulib-tool (func_import): Extend error message about missing
9326         --doc-base.
9327
9328 2006-07-29  Bruno Haible  <bruno@clisp.org>
9329
9330         * gnulib-tool (func_import): Don't create the $docbase directory if
9331         there is no file to store there.
9332
9333 2006-07-29  Bruno Haible  <bruno@clisp.org>
9334
9335         * gnulib-tool (autoconf_minversion): If a --dir option is given and
9336         relevant, look for configure.ac there, not in the current directory.
9337         Also use a simple search for AC_PREREQ, not "autoconf --trace".
9338
9339 2006-07-29  Bruno Haible  <bruno@clisp.org>
9340
9341         * gnulib-tool (SORT): New variable.
9342         (func_usage): Undocument --assume-autoconf option.
9343         Remove --assume-autoconf option handling.
9344         (autoconf_minversion): Determine from the contents of configure.ac.
9345         (func_import): Remove autoconf_minversion handling.
9346         Suggested by Eric Blake.
9347
9348 2006-07-29  Bruno Haible  <bruno@clisp.org>
9349
9350         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
9351
9352 2006-07-29  Bruno Haible  <bruno@clisp.org>
9353
9354         * config/srclist.txt (*setenv.[ch]): Remove rules.
9355
9356 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9357
9358         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
9359
9360 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9361
9362         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
9363         arpa/inet.h.
9364
9365 2006-07-28  Simon Josefsson  <jas@extundo.com>
9366
9367         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
9368         * modules/inet_pton (Depends-on): Likewise.
9369
9370 2006-07-28  Simon Josefsson  <jas@extundo.com>
9371
9372         * m4/netinet_in_h.m4: New file.
9373
9374 2006-07-28  Simon Josefsson  <jas@extundo.com>
9375
9376         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
9377         #include's.
9378
9379 2006-07-28  Simon Josefsson  <jas@extundo.com>
9380
9381         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
9382         #include's.
9383
9384 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
9385
9386         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
9387         setgid on directories only if they set these bits.
9388         * lib/modechange.h: Remove obsolete comment about masks.
9389
9390 2006-07-28  Eric Blake  <ebb9@byu.net>
9391
9392         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
9393         macro expansion.
9394
9395 2006-07-28  Bruno Haible  <bruno@clisp.org>
9396
9397         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
9398
9399 2006-07-28  Bruno Haible  <bruno@clisp.org>
9400
9401         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
9402
9403 2006-07-28  Bruno Haible  <bruno@clisp.org>
9404
9405         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
9406         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
9407         Define fallbacks.
9408         Avoids link error on FreeBSD 4.x.
9409         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9410
9411         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
9412         encoding.
9413         * lib/mbswidth.c (iswcntrl): Likewise.
9414
9415 2006-07-27  Bruno Haible  <bruno@clisp.org>
9416
9417         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
9418         test.
9419
9420 2006-07-27  Bruno Haible  <bruno@clisp.org>
9421
9422         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
9423         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
9424         defined.
9425
9426 2006-07-26  Eric Blake  <ebb9@byu.net>
9427
9428         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
9429
9430 2006-07-26  Eric Blake  <ebb9@byu.net>
9431
9432         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
9433         like mingw that lack mkstemp.
9434         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
9435         avoid compilation warning on mingw.
9436
9437 2006-07-26  Bruno Haible  <bruno@clisp.org>
9438
9439         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
9440         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
9441         INT_FAST*_MIN, INTPTR_MIN.
9442
9443 2006-07-25  Bruno Haible  <bruno@clisp.org>
9444
9445         * modules/version-etc (Depends-on): Add stdarg.
9446
9447 2006-07-25  Bruno Haible  <bruno@clisp.org>
9448
9449         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
9450         complex commands.
9451
9452 2006-07-25  Bruno Haible  <bruno@clisp.org>
9453
9454         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
9455         defined in <stdarg.h> or config.h.
9456
9457 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9458
9459         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
9460         (gl_STDIO_SAFER): Remove.
9461
9462 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9463
9464         * MODULES.html.sh (File stream based Input/Output):
9465         Add fopen-safer, tmpfile-safer; remove stdio-safer.
9466         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
9467         * modules/fopen-safer, modules/tmpfile-safer: New files.
9468         * modules/stdio-safer: Remove.
9469
9470 2006-07-24  Bruno Haible  <bruno@clisp.org>
9471
9472         * modules/tmpdir: New file.
9473         * MODULES.html.sh (File system functions): Add it.
9474
9475 2006-07-24  Bruno Haible  <bruno@clisp.org>
9476
9477         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
9478         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
9479
9480 2006-07-24  Bruno Haible  <bruno@clisp.org>
9481
9482         * modules/clean-temp: New file.
9483
9484 2006-07-24  Bruno Haible  <bruno@clisp.org>
9485
9486         * m4/tmpdir.m4: New file, from GNU gettext.
9487
9488 2006-07-24  Bruno Haible  <bruno@clisp.org>
9489
9490         * lib/tmpdir.h: New file, from GNU gettext.
9491         * lib/tmpdir.c: New file, from GNU gettext.
9492
9493 2006-07-24  Bruno Haible  <bruno@clisp.org>
9494
9495         * lib/clean-temp.h: New file, from GNU gettext.
9496         * lib/clean-temp.c: New file, from GNU gettext.
9497
9498 2006-07-23  Eric Blake  <ebb9@byu.net>
9499
9500         * modules/stdio-safer (Files): Add tmpfile-safer.c.
9501         (Depends-on): Add binary-io.
9502
9503 2006-07-23  Eric Blake  <ebb9@byu.net>
9504
9505         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
9506
9507 2006-07-23  Eric Blake  <ebb9@byu.net>
9508
9509         * lib/tmpfile-safer.c: New file.
9510         * lib/stdio-safer.h (fopen_safer): Add prototype.
9511         * lib/stdio--.h (tmpfile): Make safer.
9512
9513 2006-07-23  Bruno Haible  <bruno@clisp.org>
9514
9515         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
9516         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
9517         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
9518         gl_linked_remove_at): Use it.
9519
9520 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9521         and Simon Josefsson <jas@extundo.com>
9522
9523         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
9524
9525         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
9526
9527 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9528
9529         * modules/close-stream: New file.
9530         * modules/closeout (Description): Make it clear that it exits
9531         with a diagnostic on error.
9532         (Depends-on): Add close-stream.  Remove fpending, stdbool.
9533         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
9534
9535 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9536
9537         * m4/close-stream.m4: New file.
9538
9539 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9540
9541         * lib/close-stream.c, lib/close-stream.h: New files.
9542
9543 2006-07-22  Bruno Haible  <bruno@clisp.org>
9544
9545         Merge from GNU gettext 0.15.
9546
9547         2006-05-01  Bruno Haible  <bruno@clisp.org>
9548
9549                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
9550
9551         2006-07-22  Bruno Haible  <bruno@clisp.org>
9552
9553                 * modules/javaversion: New file.
9554                 * MODULES.html.sh (Java): Add javaversion.
9555
9556         2006-03-12  Bruno Haible  <bruno@clisp.org>
9557
9558                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
9559
9560         2005-12-04  Bruno Haible  <bruno@clisp.org>
9561
9562                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
9563                 (untested).
9564
9565         2006-06-21  Bruno Haible  <bruno@clisp.org>
9566
9567                 Avoid warnings from recent versions of mcs.
9568                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
9569                 -o, -L, -r any more. Use options documented since mcs-1.0
9570                 instead. Similarly for -g.
9571
9572         2005-12-04  Bruno Haible  <bruno@clisp.org>
9573
9574                 * build-aux/csharpcomp.sh.in: Suffix for resources is
9575                 .resources, not .resource.
9576
9577         2005-07-09  Bruno Haible  <bruno@clisp.org>
9578
9579                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
9580                 add a .dll suffix.
9581                 Reported by Mark Junker <mjscod@gmx.de>.
9582
9583         2006-07-22  Bruno Haible  <bruno@clisp.org>
9584
9585                 * modules/gettext: Upgrade to gettext-0.15.
9586                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
9587                 m4/visibility.m4.
9588                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
9589
9590 2006-07-22  Bruno Haible  <bruno@clisp.org>
9591
9592         Merge from GNU gettext 0.15.
9593
9594         2006-03-25  Bruno Haible  <bruno@clisp.org>
9595
9596                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
9597
9598         2006-07-21  Bruno Haible  <bruno@clisp.org>
9599
9600                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
9601                 "1.1".
9602
9603         2006-05-09  Bruno Haible  <bruno@clisp.org>
9604
9605                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
9606                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
9607                 for the conftestver execution.
9608
9609         2006-05-01  Bruno Haible  <bruno@clisp.org>
9610
9611                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
9612                 optional target-version argument. Verify that the compiler
9613                 groks source of the specified source-version, or add -source
9614                 option as necessary. Verify that the compiler produces
9615                 bytecode in the specified target-version, or add -target and
9616                 -source options as necessary. Make the result of the test
9617                 available as variable CONF_JAVAC. Also log error output in
9618                 config.log.
9619
9620         2006-03-11  Bruno Haible  <bruno@clisp.org>
9621
9622                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
9623
9624         2006-05-09  Bruno Haible  <bruno@clisp.org>
9625
9626                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
9627                 CLASSPATH_SEPARATOR to a semicolon.
9628
9629         2006-03-12  Bruno Haible  <bruno@clisp.org>
9630
9631                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
9632                 available as variable CONF_JAVA, for subsequent autoconf
9633                 tests. Also log error output in config.log.
9634
9635         2006-07-19  Bruno Haible  <bruno@clisp.org>
9636
9637                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
9638                 that getline works on glibc2 systems. Needed to avoid trouble
9639                 in relocatable.c.
9640                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
9641
9642         2005-12-04  Bruno Haible  <bruno@clisp.org>
9643
9644                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
9645                 launcher (untested).
9646
9647         2005-12-04  Bruno Haible  <bruno@clisp.org>
9648
9649                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
9650
9651         2006-07-22  Bruno Haible  <bruno@clisp.org>
9652
9653                 * gettext.m4: Update from GNU gettext-0.15.
9654                 * nls.m4: Likewise.
9655                 * po.m4: Likewise.
9656                 * inttypes-pri.m4: Likewise.
9657                 * inttypes-h.m4: Renamed from inttypes.m4.
9658                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
9659
9660 2006-07-22  Bruno Haible  <bruno@clisp.org>
9661
9662         Merge from GNU gettext 0.15.
9663
9664         2005-07-05  Bruno Haible  <bruno@clisp.org>
9665
9666                 * printf-args.c (printf_fetchargs): Work around broken
9667                 definition of wint_t on mingw.
9668
9669         2005-02-12  Bruno Haible  <bruno@clisp.org>
9670
9671                 * xallocsa.h: Add extern "C" for C++.
9672
9673         2006-05-17  Bruno Haible  <bruno@clisp.org>
9674
9675                 Cygwin portability.
9676                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
9677
9678         2006-04-30  Bruno Haible  <bruno@clisp.org>
9679
9680                 * progreloc.c: Include <mach-o/dyld.h> if available.
9681                 (find_executable): Use _NSGetExecutablePath when possible.
9682
9683         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9684
9685                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
9686                 function.
9687
9688         2005-12-29  Bruno Haible  <bruno@clisp.org>
9689
9690                 * progreloc.c (set_program_name_and_installdir): Fix
9691                 compilation error.
9692
9693         2005-12-04  Bruno Haible  <bruno@clisp.org>
9694
9695                 Cygwin portability.
9696                 * progreloc.c: Include <windows.h> also on Cygwin.
9697                 (find_executable): Add support for Cygwin.
9698                 (set_program_name_and_installdir): Handle also platforms with
9699                 nonempty EXEEXT.
9700
9701         2006-07-11  Bruno Haible  <bruno@clisp.org>
9702
9703                 * javacomp.c: Fix a comment.
9704                 Reported by Jim Meyering.
9705
9706         2006-04-30  Bruno Haible  <bruno@clisp.org>
9707
9708                 * javacomp.h (compile_java_class): Add source_version,
9709                 target_version arguments.
9710                 * javacomp.c: Rewritten to choose only a compiler that
9711                 respects the specified source_version and target_version.
9712
9713         2006-06-27  Bruno Haible  <bruno@clisp.org>
9714
9715                 Assume correct S_ISDIR macro.
9716                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
9717
9718         2006-07-22  Bruno Haible  <bruno@clisp.org>
9719
9720                 * javaversion.h: New file, from GNU gettext.
9721                 * javaversion.c: New file, from GNU gettext.
9722                 * javaversion.java: New file, from GNU gettext.
9723                 * javaversion.class: New file, from GNU gettext.
9724
9725         2006-05-17  Bruno Haible  <bruno@clisp.org>
9726
9727                 Cygwin portability.
9728                 * javaexec.c (execute_java_class): Test for jview program
9729                 also on Cygwin.
9730
9731         2006-04-09  Bruno Haible  <bruno@clisp.org>
9732
9733                 * fatal-signal.c: Don't include string.h.
9734                 (at_fatal_signal): Use a copying loop instead of memcpy.
9735
9736         2005-12-04  Bruno Haible  <bruno@clisp.org>
9737
9738                 * csharpexec.c: Add support for 'clix' launcher (untested).
9739                 (execute_csharp_using_sscli): New function.
9740                 (execute_csharp_program): Call it.
9741
9742         2006-06-21  Bruno Haible  <bruno@clisp.org>
9743
9744                 Avoid warnings from recent versions of mcs.
9745                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
9746                 -o, -L, -r any more. Use options documented since mcs-1.0
9747                 instead. Similarly for -g.
9748
9749         2005-07-09  Bruno Haible  <bruno@clisp.org>
9750
9751                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
9752                 add a .dll suffix.
9753                 Reported by Mark Junker <mjscod@gmx.de>.
9754
9755         2006-06-17  Bruno Haible  <bruno@clisp.org>
9756
9757                 * config.charset: Update for NetBSD 3.0.
9758
9759         2006-05-17  Bruno Haible  <bruno@clisp.org>
9760
9761                 Cygwin portability.
9762                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
9763
9764         2006-05-16  Bruno Haible  <bruno@clisp.org>
9765
9766                 * localcharset.c [CYGWIN]: Include <windows.h>.
9767                 (get_charset_aliases): For Cygwin, return the same CPxxx
9768                 aliases list as under WIN32.
9769                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
9770                 the environment variables. Fall back to GetACP().
9771
9772         2006-04-05  Bruno Haible  <bruno@clisp.org>
9773
9774                 * config.charset: Update Juan Manuel Guerrero's address.
9775
9776         2005-02-12  Bruno Haible  <bruno@clisp.org>
9777
9778                 * allocsa.h: Add extern "C" for C++.
9779
9780         2005-02-10  Bruno Haible  <bruno@clisp.org>
9781
9782                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
9783                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
9784
9785         2006-07-22  Bruno Haible  <bruno@clisp.org>
9786
9787                 * gettext.h: Update to GNU gettext-0.15.
9788
9789 2006-07-22  Bruno Haible  <bruno@clisp.org>
9790
9791         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
9792         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
9793         lib-prefix.m4, longdouble.m4, ssize_t.m4.
9794
9795 2006-07-21  Eric Blake  <ebb9@byu.net>
9796
9797         * modules/stdlib-safer: New file.
9798         * MODULES.html.sh (File stream based Input/Output): Add
9799         stdlib-safer.
9800
9801 2006-07-21  Eric Blake  <ebb9@byu.net>
9802
9803         * lib/stdlib-safer.h: New file from coreutils, required by
9804         stdlib--.h.
9805
9806 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
9807
9808         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
9809
9810 2006-07-20  Bruno Haible  <bruno@clisp.org>
9811
9812         * gnulib-tool: Recognize new option --assume-autoconf.
9813         (autoconf_minversion): New variable.
9814         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
9815
9816 2006-07-20  Bruno Haible  <bruno@clisp.org>
9817
9818         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
9819
9820 2006-07-19  Derek R. Price  <derek@ximbiot.com>
9821
9822         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
9823         Reindent and repaginate.
9824
9825 2006-07-19  Derek Price  <derek@ximbiot.com>
9826
9827         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
9828         Correct grammar.
9829
9830 2006-07-17  Bruno Haible  <bruno@clisp.org>
9831
9832         * modules/list: New file.
9833         * modules/array-list: New file.
9834         * modules/carray-list, modules/carray-list-tests: New files.
9835         * modules/linked-list, modules/linked-list-tests: New files.
9836         * modules/avltree-list, modules/avltree-list-tests: New files.
9837         * modules/rbtree-list, modules/rbtree-list-tests: New files.
9838         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
9839         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
9840         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
9841         * modules/oset: New file.
9842         * modules/array-oset: New file.
9843         * modules/avltree-oset, modules/avltree-oset-tests: New files.
9844         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
9845         * tests/test-carray_list.c: New file.
9846         * tests/test-linked_list.c: New file.
9847         * tests/test-avltree_list.c: New file.
9848         * tests/test-rbtree_list.c: New file.
9849         * tests/test-linkedhash_list.c: New file.
9850         * tests/test-avltreehash_list.c: New file.
9851         * tests/test-rbtreehash_list.c: New file.
9852         * tests/test-avltree_oset.c: New file.
9853         * tests/test-rbtree_oset.c: New file.
9854         * MODULES.html.sh (Container data structures): New section.
9855
9856 2006-07-17  Bruno Haible  <bruno@clisp.org>
9857
9858         * m4/gl_list.m4: New file.
9859
9860 2006-07-17  Bruno Haible  <bruno@clisp.org>
9861
9862         * lib/gl_list.h: New file.
9863         * lib/gl_list.c: New file.
9864         * lib/gl_array_list.h: New file.
9865         * lib/gl_array_list.c: New file.
9866         * lib/gl_carray_list.h: New file.
9867         * lib/gl_carray_list.c: New file.
9868         * lib/gl_linked_list.h: New file.
9869         * lib/gl_linked_list.c: New file.
9870         * lib/gl_anylinked_list1.h: New file.
9871         * lib/gl_anylinked_list2.h: New file.
9872         * lib/gl_avltree_list.h: New file.
9873         * lib/gl_avltree_list.c: New file.
9874         * lib/gl_anyavltree_list1.h: New file.
9875         * lib/gl_anyavltree_list2.h: New file.
9876         * lib/gl_rbtree_list.h: New file.
9877         * lib/gl_rbtree_list.c: New file.
9878         * lib/gl_anyrbtree_list1.h: New file.
9879         * lib/gl_anyrbtree_list2.h: New file.
9880         * lib/gl_anytree_list1.h: New file.
9881         * lib/gl_anytree_list2.h: New file.
9882         * lib/gl_linkedhash_list.h: New file.
9883         * lib/gl_linkedhash_list.c: New file.
9884         * lib/gl_anyhash_list1.h: New file.
9885         * lib/gl_anyhash_list2.h: New file.
9886         * lib/gl_avltreehash_list.h: New file.
9887         * lib/gl_avltreehash_list.c: New file.
9888         * lib/gl_rbtreehash_list.h: New file.
9889         * lib/gl_rbtreehash_list.c: New file.
9890         * lib/gl_anytreehash_list1.h: New file.
9891         * lib/gl_anytreehash_list2.h: New file.
9892
9893         * lib/gl_oset.h: New file.
9894         * lib/gl_oset.c: New file.
9895         * lib/gl_array_oset.h: New file.
9896         * lib/gl_array_oset.c: New file.
9897         * lib/gl_avltree_oset.h: New file.
9898         * lib/gl_avltree_oset.c: New file.
9899         * lib/gl_rbtree_oset.h: New file.
9900         * lib/gl_rbtree_oset.c: New file.
9901         * lib/gl_anytree_oset.h: New file.
9902
9903 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9904
9905         * m4/mkancesdirs.m4: New file.
9906         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
9907         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
9908         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
9909         it.
9910
9911 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9912
9913         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
9914         * lib/mkancesdirs.h: New files.
9915         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
9916         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
9917         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
9918         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
9919         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
9920         callers changed.  Revamp internals significantly, by not
9921         attempting to create directories that are temporarily more
9922         permissive than the final results.  Do not attempt to use
9923         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
9924         This removes some race conditions, fixes some bugs, and simplifies
9925         things.  Use new dirchownmod function to do owner and mode changes.
9926         * lib/mkdir-p.h: Likewise.
9927         * lib/modechange.c (octal_to_mode): New function.
9928         (struct mode_change): New member mentioned.
9929         (make_node_op_equals): New arg mentioned.  All callers changed.
9930         (mode_compile): Keep track of which mode bits the user has explicitly
9931         mentioned.
9932         (mode_adjust): New arg DIR, so that we implement the X op correctly.
9933         New arg PMODE_BITS, to keep track of which mode bits the user
9934         mentioned; it treats S_ISUID and S_ISGID speciall.
9935         All callers changed.
9936         * lib/modechange.h: Likewise.
9937
9938 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9939
9940         * MODULES.html.sh: Add mkancestors.
9941         * modules/mkancesdirs: New module.
9942         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
9943         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
9944         The chdir-safer and afs files are now orphans; I'll remove them
9945         unless someone speaks up.
9946         Add lib/dirchownmod.c, lib/dirchownmod.h.
9947         (Depends-on): Remove alloca, chown, save-cwd, dirname.
9948         Add lchown, mkancesdirs.
9949         (Maintainer): Add self.
9950
9951 2006-07-15  Karl Berry  <karl@gnu.org>
9952
9953         * gnulib-tool: help message wording/arrangement.
9954
9955 2006-07-14  Simon Josefsson  <jas@extundo.com>
9956
9957         * doc/gnulib.texi (Libtool and Windows): New section.
9958
9959 2006-07-12  Simon Josefsson  <jas@extundo.com>
9960
9961         * modules/gendocs (License): Fix license, approved by Karl.
9962
9963 2006-07-12  Eric Blake  <ebb9@byu.net>
9964
9965         * MODULES.html.sh: Add gendocs.
9966
9967 2006-07-11  Eric Blake  <ebb9@byu.net>
9968
9969         * modules/fdl: New module, to install doc/fdl.texi.
9970         * MODULES.html.sh: Add new section for documentation modules.
9971         * gnulib-tool: Avoid space-tab.
9972         (--doc-base): New option, to manage files from doc.
9973
9974 2006-07-11  Eric Blake  <ebb9@byu.net>
9975
9976         * m4/absolute-header.m4: Fix comments to match recent change.
9977
9978 2006-07-11  Eric Blake  <ebb9@byu.net>
9979
9980         * gnulib-tool: List --doc-base before --tests-base.
9981
9982 2006-07-11  Derek R. Price  <derek@ximbiot.com>
9983
9984         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
9985
9986 2006-07-11  Bruno Haible  <bruno@clisp.org>
9987
9988         * README: Mention where to put documentation.
9989
9990 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9991
9992         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
9993
9994 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9995
9996         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
9997         to stdint.m4.
9998
9999 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10000
10001         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
10002         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
10003         "no/such/file/stdint.h" when there is no such file, so that
10004         the resulting C code can be parsed by dodgy compilers.
10005         Problems reported by Bob Proulx.
10006
10007 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10008
10009         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
10010         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10011         macros into the GNU _D_EXACT_NAMLEN.
10012         * lib/savedir.c:  Likewise.
10013         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
10014
10015 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10016         and Paul Eggert  <eggert@cs.ucla.edu>
10017
10018         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
10019         * m4/savedir.m4:
10020         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10021         macros into the GNU _D_EXACT_NAMLEN.
10022
10023 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10024
10025         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
10026         around the absolute name, to work around a problem with the HP-UX
10027         11.23 native C compiler, reported by Bob Proulx.
10028
10029 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10030
10031         * doc/maintain.texi, make-stds.texi: Sync from
10032         <http://savannah.gnu.org/projects/gnustandards>.
10033
10034 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10035
10036         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
10037
10038 2006-07-09  Jim Meyering  <jim@meyering.net>
10039
10040         * m4/glob.m4: Remove a doubled word in a comment.
10041
10042 2006-07-09  Jim Meyering  <jim@meyering.net>
10043
10044         * lib/argp-pv.c: Remove a doubled word in a comment.
10045         * lib/check-version.c (check_version): Likewise.
10046         * lib/javacomp.c (compile_java_class): Likewise.
10047
10048 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
10049
10050         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
10051         for the benefit of people using Autoconf 2.60.  If you want to
10052         support older Autoconf versions you can copy m4/onceonly_2_57.m4
10053         (or m4/onceonly.m4, if pre-2.57) manually.
10054
10055 2006-07-08  Jim Meyering  <jim@meyering.net>
10056
10057         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
10058         comment.
10059         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
10060         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
10061         comment.
10062
10063 2006-07-08  Jim Meyering  <jim@meyering.net>
10064
10065         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
10066
10067 2006-07-07  Simon Josefsson  <jas@extundo.com>
10068
10069         * tests/test-crc.c: Change expected crc value, the test vector
10070         were probably computed using the old broken crc.c?
10071
10072 2006-07-06  Simon Josefsson  <jas@extundo.com>
10073
10074         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
10075         now the canonical place for the M4 file).
10076
10077         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
10078         from the sys_socket dependency now.
10079
10080         * modules/inet_pton (Files): Ditto.
10081
10082         * modules/inet_ntop (Files): Ditto.
10083
10084 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10085
10086         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
10087         not gl_PREREQ_GETUSERSHELL.
10088
10089 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10090
10091         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
10092         with only one argument, for Autoconf 2.60.
10093         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
10094         expand to nothing, so add a shell command to avoid syntax error.
10095         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10096
10097 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10098
10099         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
10100
10101 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10102
10103         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
10104         no longer needed.  Check for isblank decl.
10105         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
10106         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
10107         of existence.
10108
10109 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10110
10111         * lib/getloadavg.c: Use __VMS, not VMS.
10112         * lib/getopt.c: Likewise.
10113         * lib/getpagesize.h: Likewise.
10114         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
10115         and probably does not work.
10116
10117 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10118
10119         * lib/.cppi-disable: Add wcwidth.
10120         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
10121         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
10122         (ISGRAPH): Remove.  All uses changed to isgraph.
10123         (FOLD) [!defined _LIBC]: Remove special case.
10124         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
10125         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
10126         HAVE_ISBLANK.
10127         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
10128         case.
10129
10130 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10131
10132         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
10133         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
10134         brackets.  Other minor changes to suppress some compiler
10135         warnings.
10136
10137 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10138         and Paul Eggert  <eggert@cs.ucla.edu>
10139
10140         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
10141         of invoking obsolescent AC_HEADER_DIRENT macro.
10142         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
10143         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
10144         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10145         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
10146         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
10147         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10148         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
10149         * m4/readdir.m4: Remove; no longer needed.
10150
10151 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10152         and Paul Eggert  <eggert@cs.ucla.edu>
10153
10154         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
10155         Don't worry about this obsolete case any more.
10156         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
10157         directories.
10158         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
10159         worry about this obsolete case any more.
10160         * lib/fts.c: Likewise.
10161         * lib/getcwd.c: Likewise.
10162         * lib/glob.h: Likewise.
10163         * lib/savedir.c: Likewise.
10164
10165 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10166
10167         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
10168         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
10169         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
10170         needed.
10171         All uses removed.
10172         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10173         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10174         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
10175         needed.
10176         * m4/getdate.m4 (gl_GETDATE): Likewise.
10177         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10178         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10179         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10180         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10181         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10182         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10183         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
10184         needed.
10185
10186 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10187
10188         * lib/memcasecmp.c: Include <limits.h>.
10189         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
10190         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
10191         Don't assume isdigit succeeds only on '0' through '9'.
10192
10193 2006-07-05  Eric Blake  <ebb9@byu.net>
10194
10195         * modules/getaddrinfo (Depends-on): Add snprintf.
10196
10197 2006-07-05  Eric Blake  <ebb9@byu.net>
10198
10199         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
10200         to avoid 'header present but could not be compiled' on cygwin.
10201
10202 2006-07-05  Eric Blake  <ebb9@byu.net>
10203
10204         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
10205         missing from netdb.h.
10206         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
10207
10208 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10209
10210         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
10211         no longer needed.
10212         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
10213         * m4/getdate.m4 (gl_GETDATE): Likewise.
10214         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10215         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10216         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10217         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10218         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10219
10220 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10221
10222         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
10223         All uses of is_space replaced by isspace.
10224         * lib/exit.h: Don't talk about STDC_HEADERS.
10225         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
10226         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
10227         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
10228         replaced by isprint etc.
10229         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
10230         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10231         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
10232         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
10233         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
10234         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10235
10236 2006-07-05  Bruno Haible  <bruno@clisp.org>
10237
10238         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
10239         the function exists, before testing against AIX.
10240         Reported by Martin Lambers <marlam@marlam.de>.
10241
10242 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10243
10244         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
10245         From Mark D. Baushke.
10246
10247 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10248
10249         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
10250         to the absolute name, not just one, to bypass Sun C 5.8's
10251         "warning: #include of /usr/include/... may be non-portable".
10252
10253 2006-07-04  Eric Blake  <ebb9@byu.net>
10254
10255         * modules/dirname-tests: New test module.
10256         * tests/test-dirname.c: New file, replacing dirname.c
10257         TEST_DIRNAME section that was recently deleted.
10258
10259 2006-07-04  Bruno Haible  <bruno@clisp.org>
10260
10261         Assume ANSI C header files and <ctype.h> functions.
10262         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
10263         (mbsnwidth): Use isprint, iscntrl instead.
10264
10265 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10266
10267         Merge from coreutils.
10268         * MODULES.html.sh: Add xstrtold.
10269         * modules/xstrtold: New file.
10270         * modules/cycle-check (Files): Add lib/same-inode.h.
10271         * modules/dirname (Files): Add m4/double-slash-root.m4.
10272         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
10273         * modules/mkdir-p (Files): Add lib/same-inode.h.
10274         * modules/same (Files): Add lib/same-inode.h.
10275
10276 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10277
10278         * m4/absolute-header.m4: Renamed from full-header-path.m4.
10279         This is to keep the terminology clean; POSIX talks about
10280         "absolute pathnames", not "full pathnames", but the GNU
10281         Coding Standards say to use "path" for something else;
10282         so use "absolute" to keep both sides happy.
10283         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
10284         Set gl_absolute_header, not gl_full_header_path.
10285         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
10286         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
10287         All uses changed.
10288
10289         Merge from coreutils.
10290
10291         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10292
10293         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
10294         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
10295         want to require the building of c-strtod.o.
10296         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
10297         needs -lm directly.
10298         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
10299
10300         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10301
10302         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
10303         --as-needed option if available.  Problem reported by Albert Chin in
10304         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
10305         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
10306         cc merely issues a bunch of annoying warnings for --as-needed
10307         (this problem was reported by Bob Proulx).  Also, try linking with
10308         -lm to detect a bug in binutils 2.16 (this problem was reported
10309         by Ralf Wildenhues).
10310
10311         2006-06-18  Jim Meyering  <jim@meyering.net>
10312
10313         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
10314         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
10315         macro.
10316         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
10317         also check for glibc-2.4's abort-inducing bug.
10318
10319         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
10320         Low-probability clean-up should be to use rmdir to get rid of
10321         the just-created directory, not unlink.
10322
10323         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
10324         configure fail, and request a bug report to inform us about it.
10325         Add a comment that, barring reports to the contrary, in 2007 we'll
10326         assume ftruncate is universally available.
10327
10328         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10329
10330         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
10331
10332         2006-03-12  Jim Meyering  <jim@meyering.net>
10333
10334         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
10335         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
10336         * m4/same.m4 (gl_SAME): Likewise.
10337         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
10338
10339         2006-03-11  Eric Blake  <ebb9@byu.net>
10340
10341         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
10342         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
10343         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
10344         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
10345
10346 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10347
10348         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
10349         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
10350         reported by Mark D. Baushke, one in
10351         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
10352
10353         Merge from coreutils.
10354
10355         * lib/.cppi-disable: Add stdint_.h.
10356         * lib/.cvsignore: Add stdint.h.
10357
10358         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10359
10360         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
10361         both double and long double versions.
10362         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
10363         * lib/xstrtold.c: New file.
10364         * lib/xstrtod.h (xstrtold): New decl.
10365
10366         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10367
10368         * lib/filemode.c (setst): Remove.
10369         (strmode): Rewrite to avoid setst.  This makes the code shorter,
10370         (arguably) clearer, and the generated code is a bit smaller on my
10371         Debian GNU/Linux stable x86 host.
10372
10373         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10374
10375         * lib/filemode.c: Include "filemode.h" first, to test the interface.
10376         Assume that filemode.h includes sys/types.h and sys/stat.h.
10377         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
10378         (ftypelet): Reorder to put common cases first, for efficiency.
10379         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
10380         to do 'M'.
10381         (strmode): Renamed from mode_string, and now stores 12 bytes instead
10382         of 10, for compatibility with FreeBSD.  All callers changed.
10383         (filemodestring): Now stores 12 bytes instead of 10, and sets file
10384         types that can't be deduced solely from st_mode.  First arg is now a
10385         const pointer.
10386         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
10387         (strmode): Renamed from mode_string.
10388         (filemodestring): New decl.
10389         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
10390         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
10391         needed.
10392         (S_ISPORT, S_ISWHT): New macros, if not already defined.
10393
10394         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10395
10396         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
10397         fsusage.h now does that.  Include fsusage.h first, to test interface.
10398         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
10399         at most one method (the old code could have generated decls that
10400         didn't conform to C89, not that this was ever exercised).
10401         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
10402
10403         2006-03-19  Jim Meyering  <jim@meyering.net>
10404
10405         Work even in a chroot where d_ino values for entries in "/"
10406         don't match the stat.st_ino values for the same names.
10407         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
10408         number, iterate through all entries again, using lstat instead.
10409         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
10410         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
10411
10412         * lib/getcwd.c (__getcwd): Clarify a comment.
10413         Use memcpy in place of a call to strcpy.
10414
10415         2006-03-12  Jim Meyering  <jim@meyering.net>
10416
10417         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
10418         matches that of the current directory (which we're about to chdir ".."
10419         out of), then save the dev-ino of the parent, instead.
10420
10421         * lib/same-inode.h (SAME_INODE): New file/macro.
10422         * lib/chdir-safer.c (SAME_INODE): Remove definition.
10423         Include "same-inode.h", instead.
10424         * lib/same.c: Likewise.
10425         * lib/cycle-check.h: Include "same-inode.h".
10426         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
10427         * lib/cycle-check.c (SAME_INODE): Remove definition.
10428         * lib/root-dev-ino.h: Include "same-inode.h".
10429
10430         2006-03-11  Eric Blake  <ebb9@byu.net>
10431
10432         * lib/same.c (same_name): s/base_name/last_component/
10433         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
10434         * lib/filenamecat.c (file_name_concat): Likewise.
10435
10436         2006-03-11  Eric Blake  <ebb9@byu.net>,
10437                     Paul Eggert  <eggert@cs.ucla.edu>
10438
10439         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
10440         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
10441         drive prefix.
10442         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
10443         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
10444         (last_component): New method.
10445         * lib/dirname.c (dir_len): Determine when drive letters need a
10446         subsequent slash.  Preserve // when it is special.
10447         (dir_name): Don't append dot when drive letter is absolute.
10448         [TEST_DIRNAME]: Move into a full-blown gnulib test.
10449         * lib/basename.c (base_name): New semantics - malloc the result.
10450         Preserve // when it is special.  Preserve relative files that look
10451         like drive letters.
10452         (base_len): Preserve // when it is special.
10453         (last_component): New method, similar to old base_name semantics.
10454         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
10455         base_name.  Strip redundant slashes from ///.
10456
10457 2006-07-03  Jim Meyering  <jim@meyering.net>
10458
10459         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
10460         macro is used before the first cycle_check call.
10461
10462 2006-07-03  Eric Blake  <ebb9@byu.net>
10463
10464         * modules/dirname (Depends-on): Add xstrndup.
10465
10466 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10467
10468         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
10469         test cases, so that config.log is a bit easier to follow.
10470
10471 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10472
10473         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
10474         both are 64 bits, since this seems to be the tradition, and this
10475         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
10476         we ever run into a host that prefers long long to long in this
10477         case, we'll need another configure-time test.  Problem reported by
10478         Jim Meyering.
10479
10480 2006-07-02  Eric Blake  <ebb9@byu.net>
10481
10482         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
10483
10484 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10485
10486         * modules/inttypes (Depends-on): No longer depends on stdint.
10487         * modules/stdint (Description): Say more about assumptions.
10488         Say that the fast types might differ.  Say macros are used.
10489         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
10490         (Makefile.am): Revise list of substituted symbols to match
10491         new stdint.m4.
10492         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
10493         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
10494         * tests/test-stdint.c (verify_same_types)
10495         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
10496         the code conforms to C99/C89.
10497         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
10498         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
10499
10500 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10501
10502         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
10503         but fix a bug, by requiring at least 64 bits.
10504         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10505         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
10506         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
10507         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
10508
10509         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
10510         changes.  Make 2.59 a prerequisite.  Check and substitute for
10511         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
10512         inttypes.h.  Do not use special include files; just use the
10513         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
10514         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
10515         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
10516         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
10517         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
10518         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
10519         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
10520         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
10521         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
10522         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
10523         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
10524         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
10525         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
10526         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
10527         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
10528         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
10529         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
10530         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
10531         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
10532         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
10533         WINT_MAX.  Check for C99 conformance more strictly, by detecting
10534         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
10535         not check for things that C99 does not require, e.g., int8_t.  If
10536         a test isn't needed unless <stdint.h> isn't working, and is
10537         unlikely to be needed for any other reason, then don't do it
10538         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
10539         size_t, since we assume C89 freestanding at least.  Do not check
10540         for sig_atomic_t, wchar_t, or wint_t, since the code now does
10541         the right thing even if the types are not defined.  Instead use:
10542         (gl_STDINT_TYPE_PROPERTIES): New macro.
10543         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
10544         testing whether <sys/types.h> clashes, as Autoconf does this for
10545         us now.  All uses removed.
10546         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
10547         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
10548         (gl_CHECK_TYPE_SAME):
10549         Remove; no longer needed.
10550         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
10551         exists, since we'll return 0 anyway in that case.
10552         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
10553
10554 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10555
10556         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
10557         possible collision with system files.
10558         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
10559         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
10560         WCHAR_MIN and WCHAR_MAX in this case.
10561         (<stddef.h>): Do not include; no longer needed.
10562         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
10563         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
10564         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
10565         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
10566         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
10567         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
10568         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
10569         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
10570         !defined(__c99))]: Include in this case too, since it's harmless
10571         now.
10572         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
10573         dangerous to do so.
10574         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
10575         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
10576         (_STDINT_MIN, _STDINT_MAX): New macros.
10577         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
10578         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
10579         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
10580         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
10581         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
10582         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
10583         macros, not typedefs; this simplifies things quite a bit.
10584         Use long int for all types narrower than int64_t.
10585         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
10586         Define in terms of long long int or int64_t or long int,
10587         not int64_t or int32_t.  This saves some compile-time testing.
10588         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
10589         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
10590         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
10591         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
10592         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
10593         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
10594         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
10595         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
10596         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
10597         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
10598         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10599         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10600         undef any previous version and define our own version, for
10601         simplicity and consistency with the new macros for types.
10602         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10603         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10604         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
10605         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
10606         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
10607         @WINT_T_SUFFIX@ to keep things simple here.
10608         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
10609         Simplify by assuming typical 8/16/32/64 host, since we're
10610         already doing that elsewhere anyway.
10611         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
10612         and assume long long int is 64 bits if available.  This
10613         speeds up 'configure'.
10614
10615 2006-07-01  Eric Blake  <ebb9@byu.net>
10616
10617         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
10618         Reported by Andreas Buening.
10619
10620 2006-07-01  Eric Blake  <ebb9@byu.net>
10621
10622         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
10623
10624 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10625
10626         * lib/getaddrinfo.c: fixed typo
10627
10628 2006-06-29  Jim Meyering  <jim@meyering.net>
10629
10630         * modules/strftime (Maintainer): Add my name, since with the
10631         FPRINTFTIME changes strftime.c has forked from glibc.
10632
10633 2006-06-29  Eric Blake  <ebb9@byu.net>
10634
10635         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
10636
10637 2006-06-29  Eric Blake  <ebb9@byu.net>
10638
10639         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
10640
10641 2006-06-29  Eric Blake  <ebb9@byu.net>
10642
10643         * lib/stat_.h: New file.
10644
10645 2006-06-29  Eric Blake  <ebb9@byu.net>
10646
10647         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
10648         unused static function.
10649
10650 2006-06-29  Eric Blake  <ebb9@byu.net>
10651
10652         * doc/functions.texi (Function Portability): Document missing lstat
10653         on mingw.
10654
10655 2006-06-29  Eric Blake  <ebb9@byu.net>
10656
10657         * MODULES.html.sh: Add sys_stat.
10658         * modules/sys_stat: New module.
10659         * modules/mkstemp (Depends-on): Add sys_stat.
10660
10661 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10662
10663         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
10664
10665 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10666
10667         * m4/c-bs-a.m4: Removed.
10668
10669 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10670
10671         * lib/strftime.c: Assume strftime() exists.
10672
10673 2006-06-29  Derek Price  <derek@ximbiot.com>
10674
10675         * modules/c-bs-a: Removed - \a is C89.
10676         * MODULES.html.sh: Remove c-bs-a.
10677
10678 2006-06-29  Bruno Haible  <bruno@clisp.org>
10679
10680         * modules/wcwidth (License): Change to LGPL.
10681
10682 2006-06-28  Simon Josefsson  <jas@extundo.com>
10683
10684         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
10685         on _WIN32.
10686
10687         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
10688         getnameinfo.
10689
10690 2006-06-28  Simon Josefsson  <jas@extundo.com>
10691
10692         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
10693
10694 2006-06-28  Simon Josefsson  <jas@extundo.com>
10695
10696         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
10697         functions there.  It will succeed on Windows XP, but on Windows
10698         2000 and (presumably) earlier, it will fail, and use the internal
10699         re-implementation.
10700         (use_win32_p): New function.
10701         (getaddrinfo): Use strtoul on servname, to support numeric ports.
10702         Support AI_NUMERICSERV to disable getservbyname.
10703         (getnameinfo): New function, only supports
10704         NI_NUMERICHOST|NI_NUMERICSERV for now.
10705
10706         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
10707         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
10708         getnameinfo.
10709
10710 2006-06-28  Eric Blake  <ebb9@byu.net>
10711
10712         * modules/wcwidth: New file.
10713         * modules/mbchar (Depends-on): Add wcwidth.
10714         * modules/mbswidth (Depends-on): Add wcwidth.
10715         * MODULES.html.sh: Add wcwidth.
10716
10717 2006-06-28  Eric Blake  <ebb9@byu.net>
10718
10719         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
10720         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
10721
10722 2006-06-28  Eric Blake  <ebb9@byu.net>
10723
10724         * lib/xvasprintf.h: Fix comments.
10725
10726 2006-06-28  Eric Blake  <ebb9@byu.net>
10727
10728         * lib/mbchar.h (wcwidth): Include wcwidth.h.
10729         * lib/mbswidth.c (wcwidth): Move from here...
10730         * lib/wcwidth.h: ...to this new file.
10731
10732 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10733
10734         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
10735
10736         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
10737         it's obsolete.
10738         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
10739
10740 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10741
10742         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
10743         Autoconf 2.60 says this stuff was obsolete.
10744
10745 2006-06-28  Bruno Haible  <bruno@clisp.org>
10746
10747         * modules/wcwidth (Files): Add m4/wchar_t.m4.
10748
10749 2006-06-28  Bruno Haible  <bruno@clisp.org>
10750
10751         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
10752         gt_TYPE_WCHAR_T.
10753
10754 2006-06-28  Bruno Haible  <bruno@clisp.org>
10755
10756         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
10757         declaration for wcwidth.
10758         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
10759
10760 2006-06-28  Bruno Haible  <bruno@clisp.org>
10761
10762         * lib/mkdtemp.c [MINGW]: Include <io.h>.
10763         (mkdir): Define using _mkdir.
10764
10765 2006-06-28  Bruno Haible  <bruno@clisp.org>
10766
10767         * lib/getaddrinfo.h: Fix POSIX URL.
10768         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
10769         _WIN32.
10770         (use_win32_p): Make static.
10771         (getaddrinfo): Reject service name if it is empty or does not consist
10772         solely of decimal digits, or if its value is > 65535.
10773         (getnameinfo): Remove useless casts.
10774
10775 2006-06-27  Simon Josefsson  <jas@extundo.com>
10776
10777         * modules/sys_select: New file, suggested by Bruno Haible, Paul
10778         Eggert and Martin Lambers.
10779
10780 2006-06-27  Simon Josefsson  <jas@extundo.com>
10781
10782         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
10783         Eggert and Martin Lambers.
10784
10785 2006-06-27  Bruno Haible  <bruno@clisp.org>
10786
10787         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
10788         result to 0, not to empty.
10789         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
10790
10791 2006-06-27  Bruno Haible  <bruno@clisp.org>
10792
10793         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
10794
10795 2006-06-26  Simon Josefsson  <jas@extundo.com>
10796
10797         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
10798         present.
10799
10800 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10801
10802         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
10803         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
10804         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
10805
10806 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
10807
10808         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
10809
10810 2006-06-26  Bruno Haible  <bruno@clisp.org>
10811
10812         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
10813
10814 2006-06-26  Bruno Haible  <bruno@clisp.org>
10815
10816         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
10817
10818 2006-06-26  Bruno Haible  <bruno@clisp.org>
10819
10820         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
10821         SGI C compiler in pre-C99 mode.
10822         Suggested by Mark D. Baushke and Larry Jones.
10823
10824 2006-06-26  Bruno Haible  <bruno@clisp.org>
10825
10826         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
10827         WCHAR_MAX.
10828         Reported by Mark D. Baushke and Larry Jones.
10829
10830 2006-06-26  Bruno Haible  <bruno@clisp.org>
10831
10832         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
10833         in pre-C99 mode.
10834         Suggested by Mark D. Baushke and Larry Jones.
10835
10836 2006-06-23  Simon Josefsson  <jas@extundo.com>
10837             Bruno Haible  <bruno@clisp.org>
10838
10839         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
10840         Emit mostlyclean-local rule.
10841         (func_emit_tests_Makefile_am): Likewise.
10842         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
10843
10844 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
10845
10846         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
10847
10848 2006-06-23  Bruno Haible  <bruno@clisp.org>
10849
10850         * tests/test-stdint.c: Update to match ISO C 99 Technical
10851         Corrigendum 1.
10852
10853 2006-06-23  Bruno Haible  <bruno@clisp.org>
10854
10855         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
10856
10857 2006-06-23  Bruno Haible  <bruno@clisp.org>
10858
10859         * lib/stdint_.h: Treat IRIX like OpenBSD.
10860
10861 2006-06-23  Bruno Haible  <bruno@clisp.org>
10862
10863         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
10864         ISO C 99 Technical Corrigendum 1.
10865
10866 2006-06-22  Simon Josefsson  <jas@extundo.com>
10867
10868         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
10869         MinGW.
10870
10871 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10872
10873         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
10874         needed.  Some compiler complained about some of them.  Problem reported
10875         by Larry Jones in
10876         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
10877
10878 2006-06-21  Simon Josefsson  <jas@extundo.com>
10879
10880         * tests/test-getaddrinfo.c: New file.
10881
10882         * modules/getaddrinfo-tests: New file.
10883
10884         * MODULES.html.sh: Add inet_pton.
10885
10886         * modules/inet_pton: New file.
10887
10888 2006-06-21  Simon Josefsson  <jas@extundo.com>
10889
10890         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
10891         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
10892         of using the (limited) gnulib implementation on Windows XP.
10893
10894         * m4/inet_pton.m4: New file.
10895
10896 2006-06-21  Simon Josefsson  <jas@extundo.com>
10897
10898         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
10899         variable.
10900
10901         * lib/socket_.h: Don't define WINVER.
10902
10903         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
10904         slightly modified to work in gnulib.
10905
10906 2006-06-21  Simon Josefsson  <jas@extundo.com>
10907
10908         * doc/gnulib.texi (Windows sockets): Add.
10909
10910 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
10911
10912         * lib/read-file.c (fread_file): Start with buffer allocation of
10913         0 bytes rather than 1 byte; this simplifies the code.
10914         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
10915         code to free buffer and save/restore errno.
10916         (internal_read_file): Remove unused local.
10917
10918 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
10919
10920         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
10921         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
10922         Problem reported by Denis Excoffier in
10923         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
10924
10925 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10926
10927         * modules/sys_socket, modules/socklen: Include sys/types since
10928         FreeBSD 4.x's sys/socket.h needs it.
10929
10930 2006-06-19  Simon Josefsson  <jas@extundo.com>
10931
10932         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
10933
10934 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10935
10936         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
10937
10938 2006-06-19  Bruno Haible  <bruno@clisp.org>
10939
10940         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
10941         and FULL_PATH_INTTYPES_H in angle brackets.
10942         Reported by Mark D. Baushke <mdb@gnu.org>.
10943
10944 2006-06-17  Eric Blake  <ebb9@byu.net>
10945
10946         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
10947         errno.
10948
10949 2006-06-17  Bruno Haible  <bruno@clisp.org>
10950
10951         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
10952         <sys/inttypes.h>.
10953
10954 2006-06-17  Bruno Haible  <bruno@clisp.org>
10955
10956         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
10957         whether errno is declared. Assume <errno.h> declares errno.
10958
10959 2006-06-17  Bruno Haible  <bruno@clisp.org>
10960
10961         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
10962
10963 2006-06-17  Bruno Haible  <bruno@clisp.org>
10964
10965         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
10966         problem on Solaris 2.5.1.
10967
10968 2006-06-16  Eric Blake  <ebb9@byu.net>
10969
10970         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
10971         * lib/unicodeio.c [!defined errno]: Likewise.
10972         * lib/strtol.c [!defined errno]: Likewise.
10973         * lib/strtod.c [!defined errno]: Likewise.
10974
10975 2006-06-15  Eric Blake  <ebb9@byu.net>
10976
10977         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
10978
10979 2006-06-15  Eric Blake  <ebb9@byu.net>
10980
10981         * config/srclist.txt (ssize_t.m4): Lose sync.
10982
10983 2006-06-15  Bruno Haible  <bruno@clisp.org>
10984
10985         * modules/stdint (Files): Include m4/full-header-path.m4,
10986         m4/size_max.m4, m4/wchar_t.m4.
10987         (Makefile.am): Many more substitutions.
10988         * modules/stdint-tests: New file.
10989         * tests/test-stdint.c: New file.
10990
10991 2006-06-15  Bruno Haible  <bruno@clisp.org>
10992
10993         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
10994         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
10995         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
10996         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
10997         gl_CHECK_TYPE_SAME): New macros.
10998
10999 2006-06-15  Bruno Haible  <bruno@clisp.org>
11000
11001         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
11002
11003 2006-06-15  Bruno Haible  <bruno@clisp.org>
11004
11005         * lib/stdint_.h: Rewritten to be fully auto-configured.
11006         Fixes bug on HP-UX/IA64.
11007
11008 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
11009
11010         * lib/getdate.y (__attribute__): Don't define if already defined.
11011         Problem reported by Larry Jones.
11012         * lib/utimens.c (__attribute__): Likewise.
11013
11014 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
11015
11016         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
11017         reported by Andreas Schwab.
11018
11019 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11020             Bruno Haible  <bruno@clisp.org>
11021
11022         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
11023         check for the declaration of strnlen and a run test that exposes the
11024         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
11025         rpl_strndup.
11026
11027 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11028             Bruno Haible  <bruno@clisp.org>
11029
11030         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
11031
11032 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11033
11034         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
11035         compile test, for Tru64 4.0D.
11036
11037 2006-05-28  Karl Berry  <karl@gnu.org>
11038
11039         * config/srclist.txt (printf-args.c): lose sync.
11040
11041 2006-05-26  Martin Lambers  <marlam@marlam.de>
11042
11043         * lib/getpass.c: Updates the test for the native W32 API, and adds
11044         missing includes, thus fixing compilation warnings.
11045
11046 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11047
11048         * lib/exclude.c (exclude_fnmatch): New function.
11049         (excluded_file_name): Call exclude_fnmatch.
11050         * lib/exclude.h (excluded_file_name): New prototype
11051
11052 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
11053
11054         * lib/tempname.c (small_open, large_open): New macros.
11055         (__open, __open64) [!_LIBC]: Remove.
11056         (__gen_tempname): Use small_open and large_open instead of __open
11057         and __open64.  This fixes a portability bug on HP-UX 11.11i
11058         reported by Simon Wing-Tang in
11059         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
11060
11061 2006-05-24  Bruno Haible  <bruno@clisp.org>
11062
11063         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
11064         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
11065         Reported by Thorsten Maerz <torte@netztorte.de> via
11066         Aaron Stone <aaron@serendipity.cx>.
11067
11068 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11069
11070         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
11071         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
11072         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
11073         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
11074         not really conditional on the cache.
11075         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
11076
11077 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11078
11079         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
11080         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
11081         (my_usleep): Don't mishandle maximum value.
11082
11083 2006-05-19  Jim Meyering  <jim@meyering.net>
11084
11085         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
11086
11087 2006-05-17  Bruno Haible  <bruno@clisp.org>
11088
11089         Cygwin portability.
11090         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
11091
11092 2006-05-17  Bruno Haible  <bruno@clisp.org>
11093
11094         * lib/stdint_.h: Fix recognition of Cygwin.
11095
11096 2006-05-15  Bruno Haible  <bruno@clisp.org>
11097
11098         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
11099         on libtool patch by Ralf Wildenhues.
11100
11101 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11102
11103         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
11104         test for C99 conformance; (bool) 0.5 is an integer constant
11105         expression, but (bool) -0.5 is not.  Problem reported by Fedor
11106         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
11107
11108 2006-05-11  Simon Josefsson  <jas@extundo.com>
11109
11110         * m4/xvasprintf.m4: Fix obvious typo.
11111
11112 2006-05-11  Jim Meyering  <jim@meyering.net>
11113
11114         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
11115         James Lemley.
11116
11117 2006-05-10  Simon Josefsson  <jas@extundo.com>
11118
11119         * lib/md4.c: Typo fix, update copyright years.
11120         (K1, K2): Don't use L because it turn computations into 64-bit on
11121         64-bit platforms.
11122
11123 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11124
11125         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
11126         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
11127         unwanted sign propagation, e.g., on hosts with 64-bit int.
11128         There still are some problems with reeelly weird theoretical hosts
11129         (e.g., 33-bit int) but it's not worth worrying about now.
11130         * lib/sha1.c (rol): Likewise.
11131         (K1, K2, K3, K4): Remove unnecessary L suffix.
11132
11133 2006-05-10  Bruno Haible  <bruno@clisp.org>
11134
11135         * lib/des.c: Cast to avoid warnings.
11136
11137 2006-05-09  Bruno Haible  <bruno@clisp.org>
11138
11139         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
11140         (Depends-on): Depend also on xsize, stdarg.
11141         (configure.ac): Add gl_XVASPRINTF.
11142
11143 2006-05-09  Bruno Haible  <bruno@clisp.org>
11144
11145         * m4/xvasprintf.m4: New file.
11146
11147 2006-05-09  Bruno Haible  <bruno@clisp.org>
11148
11149         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
11150         (EOVERFLOW): Define fallback value.
11151         (xstrcat): New function.
11152         (xvasprintf): Recognize the special case of a string concatenation.
11153
11154 2006-05-08  Eric Blake  <ebb9@byu.net>
11155
11156         * gnulib-tool (func_version): Base copyright year on CVS date.
11157         (func_emit_copyright_notice): New function.
11158         (func_emit_lib_Makefile_am): Use it.
11159         (func_emit_tests_Makefile_am): Likewise.
11160         (func_import): Likewise.
11161
11162 2006-05-08  Bruno Haible  <bruno@clisp.org>
11163
11164         * modules/stdarg: New file.
11165         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
11166
11167 2006-05-08  Bruno Haible  <bruno@clisp.org>
11168
11169         * m4/stdarg.m4: New file, from GNU gettext.
11170
11171 2006-05-08  Bruno Haible  <bruno@clisp.org>
11172
11173         * config/srclist.txt (build-aux/config.rpath): different from latest
11174         release.
11175
11176 2006-05-08  Bruno Haible  <bruno@clisp.org>
11177
11178         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
11179
11180 2006-05-05  Jim Meyering  <jim@meyering.net>
11181
11182         * m4/warning.m4: New file, derived from bison's file by the same name.
11183
11184 2006-05-03  Bruno Haible  <bruno@clisp.org>
11185
11186         * lib/stdint_.h: Shorter URL.
11187         * lib/inttypes.h: Likewise.
11188
11189 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11190
11191         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
11192
11193 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11194
11195         * lib/verify.h: Document the internals better.  Most of this change
11196         was written by Bruno Haible.
11197
11198 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11199
11200         * doc/verify.texi: New file, partly based on a proposal by
11201         Bruno Haible.
11202
11203 2006-05-02  Bruno Haible  <bruno@clisp.org>
11204
11205         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
11206         test from here...
11207         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
11208
11209 2006-04-29  Bruno Haible  <bruno@clisp.org>
11210
11211         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
11212         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
11213
11214 2006-04-29  Bruno Haible  <bruno@clisp.org>
11215
11216         * gnulib-tool: Make --update option actually work.
11217
11218 2006-04-29  Bruno Haible  <bruno@clisp.org>
11219
11220         * doc/gcd.texi: New file.
11221         * doc/gnulib.texi: Include it.
11222
11223 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11224
11225         * lib/getdate.y (get_date): When adding relative date, start with the
11226         initial time, not with the result of the first mktime call.
11227
11228 2006-04-25  Bruno Haible  <bruno@clisp.org>
11229
11230         * gnulib-tool (func_import): Output the include directives in three
11231         blocks, sorted separately.
11232         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11233
11234 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11235
11236         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
11237         to define main with arguments, for C++.  Reported by Eric Blake.
11238         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
11239         Prefer 'int main ()' to 'int main (void)', for C++.
11240         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
11241         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
11242         for 'main', for C99 and C++.
11243
11244 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11245
11246         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
11247         Don't assume that exit status -1 is valid.
11248         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11249         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
11250         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11251         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
11252         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
11253         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
11254         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
11255         functions can be used without declaring them, or that you can
11256         exit with status -1.
11257         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11258
11259 2006-04-24  Karl Berry  <karl@gnu.org>
11260
11261         * config/srclist.txt (longdouble.m4): sync lost.
11262
11263 2006-04-24  Eric Blake  <ebb9@byu.net>
11264
11265         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
11266
11267 2006-04-24  Bruno Haible  <bruno@clisp.org>
11268
11269         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
11270         poll() implementation in AIX.
11271         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11272
11273 2006-04-24  Bruno Haible  <bruno@clisp.org>
11274
11275         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
11276         assigned exactly once.
11277
11278 2006-04-23  Claudio Fontana  <claudio@gnu.org>
11279             Bruno Haible  <bruno@clisp.org>
11280
11281         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
11282         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
11283         for AM_CPPFLAGS.
11284
11285 2006-04-23  Bruno Haible  <bruno@clisp.org>
11286
11287         * modules/copy-file: Depend on unistd.
11288         * modules/execute: Likewise.
11289         * modules/fatal-signal: Likewise.
11290         * modules/findprog: Likewise.
11291         * modules/mkdtemp : Likewise.
11292         * modules/pipe: Likewise.
11293         * modules/wait-process: Likewise.
11294
11295 2006-04-23  Bruno Haible  <bruno@clisp.org>
11296
11297         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
11298         condition was already detected.
11299         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11300
11301 2006-04-23  Bruno Haible  <bruno@clisp.org>
11302
11303         * lib/copy-file.c: Include <unistd.h> unconditionally.
11304         * lib/execute.c: Likewise.
11305         * lib/fatal-signal.c: Likewise.
11306         * lib/findprog.c: Likewise.
11307         * lib/mkdtemp.c: Likewise.
11308         * lib/pipe.h: Likewise.
11309         * lib/pipe.c: Likewise.
11310         * lib/wait-process.h: Likewise.
11311
11312 2006-04-23  Bruno Haible  <bruno@clisp.org>
11313
11314         * gnulib-tool (func_usage): Fix --import description. Document
11315         --update.
11316         (func_import): Create temporary file in a temporary directory, if
11317         --dry-run is specified. Silence errors from 'grep' when there are no
11318         m4 files in $m4dir.
11319         (func_create_testdir): Silence errors from 'grep' when there are no
11320         m4 files in $m4dir.
11321         Reported by Karl Berry <karl@freefriends.org>.
11322
11323 2006-04-20  Bruno Haible  <bruno@clisp.org>
11324
11325         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
11326         one argument, so that the code will be portable to Autoconf 2.60.
11327         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
11328         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11329         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
11330
11331 2006-04-19  Derek Price  <derek@ximbiot.com>
11332             Eric Blake  <ebb9@byu.net>
11333
11334         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
11335         rather than "/full/path.h".  Update comment to match.  Shorten &
11336         generalize m4_translit call via AS_TR_CPP.
11337
11338 2006-04-19  Derek Price  <derek@ximbiot.com>
11339             Eric Blake  <ebb9@byu.net>
11340
11341         * lib/inttypes.h: Correct grammar in comment.
11342
11343 2006-04-18  Derek Price  <derek@ximbiot.com>
11344             Paul Eggert  <eggert@cs.ucla.edu>
11345
11346         * modules/inttypes: New file.
11347         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
11348
11349 2006-04-18  Derek Price  <derek@ximbiot.com>
11350             Paul Eggert  <eggert@cs.ucla.edu>
11351
11352         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
11353         New files.
11354
11355 2006-04-18  Derek Price  <derek@ximbiot.com>
11356             Paul Eggert  <eggert@cs.ucla.edu>
11357
11358         * lib/inttypes.h: New file.
11359         * lib/strtoimax.c: Assume <inttypes.h>.
11360
11361 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
11362
11363         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
11364         isn't mounted.  Problem reported by Kir Kolyshkin.
11365
11366 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11367
11368         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
11369         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
11370         Derek R. Price.
11371         * lib/regex.h (RE_DUP_MAX): Update comment to match current
11372         implementation.
11373
11374 2006-04-12  Eric Blake  <ebb9@byu.net>
11375
11376         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
11377         is now done automatically by the corresponding Autoconf macro.
11378
11379 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
11380
11381         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
11382         time_r.h.
11383
11384 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11385
11386         Merge regex changes from libc, removing some of our
11387         POSIX-conformance changes that were rejected and redoing them in a
11388         less-intrusive way.
11389
11390         * lib/regcomp.c (re_compile_internal, init_dfa):
11391         Length arg is now size_t, not Idx.  All uses changed.
11392         (peek_token): Forward decl now says internal_function.
11393         (__re_error_msgid, __re_error_msgid_idx):
11394         Now static rather than extern with attribute_hidden.
11395         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
11396         For some reason libc prefers K&R style defns for external functions.
11397         (regerror) [!defined _LIBC]: Likewise.
11398         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
11399         (seek_collating_symbol_entry, lookup_collation_sequence_value):
11400         (build_range_exp, build_collating_symbol):
11401         Use K&R-style defn.
11402         (re_compile_fastmap): Use '\0' to memset, not 0.
11403         (utf8_sb_map): Make the calculations more obvious.
11404         (init_dfa, parse_bracket_exp, build_charclass_op):
11405         Call calloc and cast result, as glibc does.
11406         (init_word_char, fetch_token, peek_token, peek_token_bracket):
11407         (build_range_exp, build_collating_symbol):
11408         Now internal functions.
11409
11410         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
11411
11412         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
11413         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
11414         Don't depend on VMS; depend on __VMS instead, for POSIX
11415         namespace cleanness.
11416         (regoff_t): Define to ssize_t, not long int.
11417
11418         Remove the REG_ macros named below.  Instead, make the old names
11419         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
11420         __USE_GNU_REGEX.
11421         (REG_BACKSLASH_ESCAPE_IN_LISTS):
11422         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
11423         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
11424         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
11425         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
11426         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
11427         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
11428         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
11429         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
11430         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
11431         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
11432         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
11433         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
11434         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
11435         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
11436         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
11437         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
11438         (REG_NREGS):
11439         Remove.  All uses replaced by the old RE_* names.
11440         (RE_BACKSLASH_ESCAPE_IN_LISTS):
11441         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
11442         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
11443         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
11444         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
11445         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
11446         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
11447         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
11448         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
11449         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
11450         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
11451         Don't bother having these macros be independent of each others'
11452         values, since they no longer exist in the POSIX name space.
11453
11454         Rename the following member names back to their old names,
11455         unless !__USE_GNU_REGEX.  All uses changed back.
11456         (buffer): Renamed from re_buffer.
11457         (allocated): Renamed from re_allocated.
11458         (used): Renamed from re_used.
11459         (syntax): Renamed from re_syntax.
11460         (fastmap): Renamed from re_fastmap.
11461         (translate): Renamed from re_translate.
11462         (can_be_null): Renamed from re_can_be_null.
11463         (regs_allocated): Renamed from re_regs_allocated.
11464         (fastmap_accurate): Renamed from re_fastmap_accurate.
11465         (no_sub): Renamed from re_no_sub.
11466         (not_bol): Renamed from re_not_bol.
11467         (not_eol): Renamed from re_not_eol.
11468         (newline_anchor): Renamed from re_newline_anchor.
11469         (num_regs): Renamed from rm_num_regs.
11470         (start): Renamed from rm_start.
11471         (end): Renamed from rm_end.
11472
11473         (free_state): Move up a bit.
11474
11475         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
11476         #define to be empty.
11477         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
11478         when that is what is intended.
11479         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
11480         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
11481         (MAX): New macro.
11482         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
11483         All uses changed back to re_malloc, etc.  It's now the caller's
11484         responsibility to check for overflow; all callers changed.
11485         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
11486         (re_x2nrealloc): Remove.
11487         (free_state): Remove decl.
11488
11489         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
11490         (re_set_registers, re_exec):
11491         Use K&R-style defn.
11492
11493         2006-01-31  Roland McGrath  <roland@redhat.com>
11494
11495         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
11496         Reported by Mike Frysinger <vapier@gentoo.org>.
11497
11498         2006-01-15  Andreas Jaeger  <aj@suse.de>
11499
11500         [BZ #1950]
11501         * lib/regex_internal.c (re_string_reconstruct): Adjust for
11502         build_wcs_upper_buffer change.
11503         (build_wcs_upper_buffer): Change return type.
11504
11505         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
11506
11507         * lib/regex_internal.h: Include <stdint.h> if available.
11508
11509         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
11510
11511         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
11512
11513         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11514
11515         * lib/regcomp.c: Adjust for changed secondary hash function.
11516
11517         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
11518
11519         * lib/regex.h: Pretty printing.
11520         Clean up namespace a bit.
11521
11522         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
11523
11524         * lib/regexec.c (update_cur_sifted_state, check_arrival,
11525         check_arrival_add_next_nodes): Avoid using uninitialized variable.
11526
11527         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11528                     Ulrich Drepper  <drepper@redhat.com>
11529
11530         [BZ #1302]
11531         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
11532         changed.
11533         (bitset_word_t): Renamed from bitset_word.  All uses changed.
11534
11535         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
11536
11537         [BZ #281]
11538         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
11539         * lib/regcomp.c: Remove unnecessary uses of
11540         unsigned RE_TRANSLATE_TYPE.
11541         * lib/regex_internal.h: Likewise.
11542         * lib/regex_internal.c: Likewise.
11543         * lib/regexec.c: Likewise.
11544         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
11545
11546         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
11547
11548         * lib/regexec.c (find_recover_state): Remove unnecessary
11549         initialization.
11550         (transit_state_bkref): Make DFA a const pointer.
11551         (get_subexp): Likewise.
11552         (check_arrival): Likewise.
11553         (update_cur_sifted_state): Likewise.
11554         (re_search_internal): Likewise.
11555         (prune_impossible_nodes): Likewise.
11556         (acquire_init_state_context): Likewise.
11557         (proceed_next_node): Likewise.
11558         (set_regs): Likewise.
11559         (free_fail_stack_return): Likewise.
11560         (check_arrival_expand_ecl): Mark DFA parameter as const.
11561         (check_arrival_expand_ecl_sub): Likewise.
11562         (check_subexp_limits): Likewise.
11563         (sub_epsilon_src_nodes):  Likewise.
11564         (add_epsilon_src_nodes):  Likewise.
11565         (merge_state_array): Likewise.
11566         (update_regs): Likewise.
11567         (build_trtable): Likewise.
11568         (sift_states_backward): Mark MCTX parameter as const.
11569         (build_sifted_states): Likewise.
11570         (update_cur_sifted_state): Likewise.
11571         (sift_states_mkref): Likewise.
11572         (check_arrival_expand_ecl): Mark eclosure as const.
11573         (check_dst_limits_calc_pos_1): Likewise.
11574         * lib/regex_internal.h (re_match_context_t): Make dfa a const
11575         pointer.
11576
11577         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
11578
11579         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
11580         (transit_state_sb): Likewise.
11581         (transit_state_mb): Likewise.
11582         (sift_states_iter_mb): Likewise.
11583         (check_arrival_add_next_nodes): Likewise.
11584         (check_node_accept_bytes): Change first parameter to pointer-to-const.
11585         [_LIBC] (re_search_2_stub): Use mempcpy.
11586
11587         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
11588         mbrtowc for very simple UTF-8 case.
11589
11590         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
11591         a pointer-to-const.
11592         (re_acquire_state_context): Likewise.
11593         * lib/regex_internal.h: Adjust prototypes.
11594
11595         * lib/regex.c: Prevent using C++ compilers.
11596
11597         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
11598         (re_acquire_state_context): Likewise.
11599
11600 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11601
11602         * modules/regex (Depends-on): Add ssize_t.
11603
11604 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11605
11606         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
11607         translation table.
11608
11609 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11610
11611         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
11612
11613 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
11614             Bruno Haible  <bruno@clisp.org>
11615
11616         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
11617         <sys/types.h> and <inttypes.h>.
11618
11619 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11620
11621         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
11622         `__error_t_defined', so argp.h will not typedef the former.
11623
11624 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
11625
11626         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
11627         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
11628         glibc names.  Even if glibc is changed to conform to POSIX, the
11629         traditional names will be available anyway, since regex depends on
11630         the extensions module.  Also, fix a longstanding typo in the
11631         implementation of Spencer ERE test #75 from grep 2.3.  Problems
11632         reported by Emanuele Giaquinta.  Also, change sense of cached
11633         variable, so that the message makes sense.
11634
11635 2006-03-24  Simon Josefsson  <jas@extundo.com>
11636
11637         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
11638         including some doc fixes.
11639         (base64_encode_alloc): Fix +1 bug on allocation failures.
11640
11641 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11642
11643         * lib/base64.c (base64_encode): Do not read past end of array with
11644         unsanitized input on systems with CHAR_BIT > 8.
11645
11646 2006-03-24  Eric Blake  <ebb9@byu.net>
11647
11648         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
11649
11650 2006-03-22  Karl Berry  <karl@gnu.org>
11651
11652         * config/srclist.txt (*setenv.[ch]): get from coreutils.
11653         * config/srclistvars.sh (COREUTILS): new var.
11654
11655 2006-03-17  Jim Meyering  <jim@meyering.net>
11656
11657         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
11658         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
11659
11660 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11661
11662         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
11663         no longer needs it.  Instead, check that regoff_t is as least
11664         as wide as ptrdiff_t.
11665
11666         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
11667         so that our regex.h stays compatible with the installed regex.
11668         This is helpful for installers who configure --without-included-regex.
11669         Problem reported by Emanuele Giaquinta.
11670
11671 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11672
11673         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
11674         Typedef to long int, not to off_, as POSIX will likely change
11675         in that direction.
11676
11677 2006-03-15  Eric Blake  <ebb9@byu.net>
11678
11679         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
11680
11681 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11682
11683         * lib/argp-help.c (validate_uparams): Fix typo
11684         * lib/argp-parse.c (argp_default_options): Consistently begin help
11685         messages with a lowercase letter.
11686
11687 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
11688
11689         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
11690         overrun buffers and shouldn't be used (much as gets shouldn't be
11691         used).
11692         * lib/time_r.c (asctime_r, ctime_r): Likewise.
11693
11694 2006-03-08  Simon Josefsson  <jas@extundo.com>
11695
11696         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
11697         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11698
11699 2006-03-08  Simon Josefsson  <jas@extundo.com>
11700
11701         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
11702         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11703
11704 2006-03-08  Simon Josefsson  <jas@extundo.com>
11705
11706         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
11707         signal that configure disabled the device.
11708
11709 2006-03-08  Simon Josefsson  <jas@extundo.com>
11710
11711         * build-aux/maint.mk: Fix refresh-po, to handle no translated
11712         languages.
11713
11714 2006-03-07  Simon Josefsson  <jas@extundo.com>
11715
11716         * modules/getopt (Depends-on): Add unistd.
11717
11718         * modules/unistd: New file.
11719
11720 2006-03-07  Simon Josefsson  <jas@extundo.com>
11721
11722         * modules/gc-random: New file.
11723
11724 2006-03-07  Simon Josefsson  <jas@extundo.com>
11725
11726         * m4/unistd_h.m4: New file.
11727
11728 2006-03-07  Simon Josefsson  <jas@extundo.com>
11729
11730         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
11731         test to be side-effect free by storing the result in the cache
11732         variable gl_cv_lib_readline, and moving the assignment of
11733         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
11734         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11735
11736 2006-03-07  Simon Josefsson  <jas@extundo.com>
11737
11738         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
11739         error on missing devices (the functions will return an error).
11740
11741         * m4/gc.m4: Move random stuff to gc-random.m4
11742
11743 2006-03-07  Simon Josefsson  <jas@extundo.com>
11744
11745         * lib/unistd_.h: New file.
11746
11747 2006-03-07  Simon Josefsson  <jas@extundo.com>
11748
11749         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
11750
11751 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11752
11753         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
11754         Problem reported by Juan Manuel Guerrero.
11755
11756 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11757
11758         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
11759         the unistd module.
11760         * lib/getlogin_r.c: Likewise.
11761         * lib/getlogin_r.h: Likewise.
11762         * lib/glob.c: Likewise.
11763         * lib/pagealign_alloc.c: Likewise.
11764         * lib/unistd_.h: Remove; no longer needed.
11765
11766 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11767
11768         * MODULES.html.sh (Support for systems lacking POSIX:2001):
11769         Add unistd.
11770         * modules/c-stack (Depends-on): Add unistd.
11771         * modules/getlogin_r: Likewise.
11772         * modules/glob: Likewise.
11773         * modules/pagealign_alloc: Likewise.
11774         * modules/unistd (Files): Remove lib/unistd_.h.
11775         (EXTRA_DIST): Remove.
11776         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
11777         need unistd_.h.
11778         (MOSTLYCLEANFILES): Remove unistd.h-t.
11779
11780 2006-03-03  Simon Josefsson  <jas@extundo.com>
11781
11782         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
11783
11784 2006-03-03  Simon Josefsson  <jas@extundo.com>
11785
11786         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
11787         libidn and bison.
11788
11789 2006-03-03  Simon Josefsson  <jas@extundo.com>
11790
11791         * build-aux/maint.mk: Add indent target.
11792
11793 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
11794
11795         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
11796         our replacement poll.h in any case, to avoid a differing
11797         declaration from a system header.  Seen on AIX.
11798
11799 2006-03-01  Simon Josefsson  <jas@extundo.com>
11800
11801         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
11802         <kasal@ucw.cz>.
11803
11804 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11805
11806         * modules/gettime (Depends-on): Add extensions module.
11807         * modules/nanosleep (Depends-on): Likewise.
11808         * modules/settime (Depends-on): Likewise.
11809
11810 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11811
11812         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
11813         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
11814         pedantically.
11815         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11816         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
11817
11818         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
11819         not "==".  Reported by Ralf Wildenhues.
11820
11821 2006-03-01  Karl Berry  <karl@gnu.org>
11822
11823         * doc/Copyright/request-*: new files, synced from gnuorg.
11824
11825 2006-03-01  Karl Berry  <karl@gnu.org>
11826
11827         * config/srclist.txt (Copyright/*): new entries.
11828
11829 2006-02-28  Simon Josefsson  <jas@extundo.com>
11830
11831         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
11832
11833 2006-02-27  Simon Josefsson  <jas@extundo.com>
11834
11835         * lib/base64.h: Indent #define's.  From Jim Meyering
11836         <jim@meyering.net>.
11837
11838 2006-02-27  Jim Meyering  <jim@meyering.net>
11839
11840         Revert the change of 2006-02-24, so these files can continue
11841         to be sync'd from gettext.
11842         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
11843         of `config.h'.
11844
11845 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
11846
11847         * modules/intprops: New file.
11848         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11849         Add intprops.
11850         * modules/getloadavg (Files): Remove lib/intprops.h.
11851         (Depends-on): Add intprops.
11852         * modules/human: Likewise.
11853         * modules/inttostr: Likewise.
11854         * modules/openat: Likewise.
11855         * modules/sig2str: Likewise.
11856         * modules/userspec: Likewise.
11857         * modules/utimecmp: Likewise.
11858         * modules/xnanosleep: Likewise.
11859         * modules/xstrtol: Likewise.
11860
11861 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
11862
11863         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
11864         * modules/lock-tests (TESTS): Use $(EXEEXT).
11865         * modules/tls-tests: Likewise.
11866         * modules/argp-tests: Likewise.
11867         (check_PROGRAMS): New var, replacing...
11868         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
11869
11870 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11871
11872         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
11873         `config.h'.
11874
11875 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
11876
11877         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
11878
11879 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11880
11881         Sync from coreutils.
11882         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
11883         gl_CHDIR_SAFER.
11884
11885 2006-02-22  Jim Meyering  <jim@meyering.net>
11886
11887         Sync from coreutils.
11888         * m4/chdir-safer.m4: New file.
11889
11890 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
11891
11892         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
11893         AT_FDCWD exceeds INT_MAX.
11894         * lib/openat.h (AT_FDCWD): Likewise.
11895
11896 2006-02-17  Eric Blake  <address@hidden>
11897
11898         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
11899
11900 2006-02-16  Simon Josefsson  <jas@extundo.com>
11901
11902         * modules/getaddrinfo (Depends-on): Add sys_socket.
11903
11904 2006-02-15  Simon Josefsson  <jas@extundo.com>
11905
11906         * build-aux/maint.mk: Add dsyntax-check rule.
11907
11908 2006-02-15  Eric Blake  <ebb9@byu.net>
11909
11910         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
11911         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
11912         'present but cannot compile' warnings on cygwin.
11913         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
11914         use ws2tcpip.h if sys/socket.h works.
11915         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
11916         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
11917
11918 2006-02-14  Simon Josefsson  <jas@extundo.com>
11919
11920         * modules/maintainer-makefile (Files): Rename.
11921
11922         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
11923         and (the local) Makefile.cfg to maint-cfg.mk.
11924
11925         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
11926         to the latter.
11927
11928         * modules/maintainer-makefile: New module.
11929
11930         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
11931         severaly stripped to make it possible to build it up from scratch
11932         with reliable tests.
11933
11934         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
11935         fixes to permit overriding the default actions when configure and
11936         makefile are not available.
11937
11938 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
11939
11940         Sync from coreutils.
11941         * modules/lstat (Depends-on): Don't depend on xalloc.
11942         (License): Change from GPL to LGPL, since this is now simply a
11943         replacement for a libc function.
11944
11945 2006-02-14  Jim Meyering  <jim@meyering.net>
11946
11947         Sync from coreutils.
11948
11949         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
11950         failure on deficient systems, and simplify gnulib lgpl dependencies.
11951         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
11952         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
11953
11954         * lib/xalloc-die.c: Remove unused definition of N_.
11955
11956 2006-02-14  Jim Meyering  <jim@meyering.net>
11957
11958         Sync from coreutils.
11959         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
11960         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
11961         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
11962         double-quote uses of that variable, to accommodate the rare case in
11963         which getmntent is available in none of the libraries checked.  This
11964         happens at least on FreeBSD 5.0.
11965
11966 2006-02-13  Simon Josefsson  <jas@extundo.com>
11967
11968         * gnulib-tool (Usage): Fix --import, from
11969         karl@freefriends.org (Karl Berry).
11970
11971 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11972
11973         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
11974
11975 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
11976
11977         * lib/argp-namefrob.h: Restore changes accidentally lost during the
11978         "autoupdate" on 2005-12-12.
11979
11980 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11981
11982         * modules/closeout (Depends-on): Remove atexit.
11983
11984 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11985
11986         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
11987         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
11988
11989 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
11990
11991         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
11992         __EXTENSIONS__ if this causes compilation to fail.  Problem
11993         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
11994         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
11995
11996 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
11997
11998         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
11999         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
12000         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
12001         All uses changed.
12002
12003 2006-01-26  Simon Josefsson  <jas@extundo.com>
12004
12005         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
12006         prototype is visible on mingw32.
12007
12008         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
12009         for mingw32.
12010
12011         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
12012         mingw32).
12013
12014 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
12015
12016         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
12017         attempt to open for write; this always fails, at least on POSIX
12018         hosts.  This reinstates the 2006-01-09 change, which was
12019         inadvertently removed.
12020
12021 2006-01-26  Bruno Haible  <bruno@clisp.org>
12022
12023         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
12024         Reported by Paul Eggert.
12025
12026 2006-01-26  Bruno Haible  <bruno@clisp.org>
12027             Paul Eggert  <eggert@cs.ucla.edu>
12028
12029         * lib/stdbool_.h (_Bool)
12030         [(! (defined __cplusplus || defined __BEOS__)
12031           && !defined __GNUC__
12032           && !(defined __HP_cc || defined __xlc__
12033                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
12034                || defined __sgi))]:
12035         #define to signed char in these cases too; this simplifies
12036         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
12037         etc., separately) and makes it more conservative.
12038
12039 2006-01-25  Simon Josefsson  <jas@extundo.com>
12040
12041         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
12042         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
12043         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
12044
12045 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12046
12047         * lib/argp-namefrob.h: Bugfix. Remove stray #
12048
12049 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12050
12051         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
12052         so that we test the test.
12053         Check for yet another HP-UX cc bug involving *bool |= bool.
12054
12055 2006-01-25  Karl Berry  <karl@gnu.org>
12056
12057         * config/srclist.txt (vasnprintf.c): sync lost.
12058
12059 2006-01-25  Jim Meyering  <jim@meyering.net>
12060
12061         Sync from the stable (b5) branch of coreutils:
12062
12063         * lib/fts.c (fts_children): Don't let close() clobber errno from
12064         failed fchdir().
12065
12066         * lib/fts.c (fts_stat): When following a symlink-to-directory,
12067         don't necessarily interpret stat-fails+lstat-succeeds as indicating
12068         a dangling symlink.  That can also happen at least for ELOOP.
12069         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
12070         FYI, this bug predates the inclusion of fts.c in coreutils.
12071
12072         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
12073         in their own block, so pre-c99 compilers don't object.
12074
12075         Avoid the double-free (first in fts_read, second in fts_close) that
12076         would occur when an `active' directory is made inaccessible (e.g.,
12077         via chmod a-x) during a traversal.
12078         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12079         before returning.  Reproduce this failure by
12080         mkdir -p a/b; cd a; chmod a-x . b
12081         Reported by Stavros Passas.
12082
12083 2006-01-25  Jim Meyering  <jim@meyering.net>
12084
12085         * lib/fileblocks.c: Remove more useless parentheses.
12086         * lib/readutmp.h: Likewise.
12087
12088 2006-01-25  Bruno Haible  <bruno@clisp.org>
12089
12090         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
12091         warnings.
12092         Reported by Paul Eggert.
12093
12094 2006-01-25  Bruno Haible  <bruno@clisp.org>
12095
12096         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
12097         rid of a trap command. For Solaris sh.
12098         Reported by Mark D. Baushke <mdb@gnu.org>.
12099
12100 2006-01-24  Simon Josefsson  <jas@extundo.com>
12101
12102         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
12103         Bruno.
12104
12105 2006-01-24  Karl Berry  <karl@gnu.org>
12106
12107         * config/srclist.txt (argp-namefrob.h): sync lost.
12108
12109 2006-01-24  Jim Meyering  <jim@meyering.net>
12110
12111         * modules/openat (Files): Add lib/intprops.h.
12112         From Mark D. Baushke.
12113
12114 2006-01-24  Jim Meyering  <jim@meyering.net>
12115
12116         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
12117         Reported by Mark D. Baushke.
12118
12119 2006-01-24  Jim Meyering  <jim@meyering.net>
12120
12121         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
12122
12123 2006-01-24  Bruno Haible  <bruno@clisp.org>
12124
12125         * modules/strnlen (Maintainer): Change from glibc to all.
12126
12127 2006-01-24  Bruno Haible  <bruno@clisp.org>
12128
12129         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
12130         Patch by Paul Eggert.
12131
12132 2006-01-24  Bruno Haible  <bruno@clisp.org>
12133
12134         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
12135         already has it.
12136         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
12137         2005-11-26.
12138
12139         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
12140         'signed char' to avoid problems with the built-in _Bool type.
12141         Reported by Paul Eggert on 2005-11-26.
12142
12143 2006-01-24  Bruno Haible  <bruno@clisp.org>
12144
12145         * gnulib-tool (func_import): Avoid constructing complicated sed
12146         expressions inside backquote.
12147         Report and solution by Mark D. Baushke <mdb@gnu.org>.
12148
12149 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
12150
12151         These changes imported from libc.
12152         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
12153         test and two separate function calls.
12154         * lib/strndup.c (__strndup): Add libc_hidden_def.
12155
12156 2006-01-23  Simon Josefsson  <jas@extundo.com>
12157
12158         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
12159         Remove the test_*_SOURCES variable: automake infers it by default.
12160         * modules/tls-tests: Likewise.
12161
12162 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12163
12164         Work around porting bugs reported by Dieter in
12165         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
12166         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
12167         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
12168         Include "getopt.h" first, to check interface.
12169         (getenv): Declare only if defined HAVE_DECL_GETENV &&
12170         !HAVE_DECL_GETENV.
12171         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
12172         (__strndup): Revert to K&R-style function dfns, the glibc style.
12173         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
12174         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
12175         Include strnlen.h first, to get prototype properly.
12176         (strnlen): Renamed from __strnlen.
12177         Remove weak alias.
12178
12179 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12180
12181         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
12182
12183 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12184
12185         * config/srclist.txt: Adjust to reflect glibc reorganization.
12186         This affects only comments.
12187
12188 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12189
12190          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
12191          Reported by Bruce Korb <bkorb@gnu.org>.
12192
12193 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
12194
12195         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
12196         to pacify gcc -Wswitch-default.
12197
12198 2006-01-22  Bruno Haible  <bruno@clisp.org>
12199
12200         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
12201         temporary buffer for sprintf, take into account the precision also
12202         for 'd', 'i', 'u', 'o', 'x', 'X'.
12203
12204 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12205
12206         * modules/argp-tests: New module
12207         * tests/test-argp.c: New file
12208         * tests/test-argp-2.sh: New file
12209
12210 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12211
12212         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
12213         (__argp_base_name): Removed
12214         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
12215         typo.
12216         (__argp_base_name): Provide macro definition or extern declaration
12217         depending on the configuration
12218
12219 2006-01-20  Simon Josefsson  <jas@extundo.com>
12220
12221         * modules/inet_ntop (Depends-on): Depend on sys_socket.
12222
12223 2006-01-20  Simon Josefsson  <jas@extundo.com>
12224
12225         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
12226
12227 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12228
12229         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
12230         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
12231         Suggested by Bruno Haible.
12232
12233 2006-01-20  Karl Berry  <karl@gnu.org>
12234
12235         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
12236         until changes propagate, I guess.
12237
12238 2006-01-19  Simon Josefsson  <jas@extundo.com>
12239
12240         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
12241
12242 2006-01-19  Simon Josefsson  <jas@extundo.com>
12243
12244         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
12245
12246 2006-01-19  Simon Josefsson  <jas@extundo.com>
12247
12248         * gnulib-tool: Set check_PROGRAMS.
12249
12250         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12251         modules/des-tests, modules/gc-arcfour-tests,
12252         modules/gc-arctwo-tests, modules/gc-des-tests,
12253         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12254         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12255         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12256         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12257         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12258         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
12259         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
12260         test_*_SOURCES.
12261
12262 2006-01-18  Simon Josefsson  <jas@extundo.com>
12263
12264         * modules/socklen (Depends-on): Depend on sys_socket.
12265
12266 2006-01-18  Simon Josefsson  <jas@extundo.com>
12267
12268         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12269         modules/des-tests, modules/gc-arcfour-tests,
12270         modules/gc-arctwo-tests, modules/gc-des-tests,
12271         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12272         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12273         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12274         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12275         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12276         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
12277         $(EXEEXT) to automake TESTS variable, for mingw32.
12278
12279 2006-01-17  Simon Josefsson  <jas@extundo.com>
12280
12281         * modules/socklen (Include): Need sys/socket.h.
12282
12283 2006-01-17  Bruno Haible  <bruno@clisp.org>
12284
12285         * modules/ssize_t (Include): Add <sys/types.h>.
12286
12287 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
12288
12289         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
12290         it's not portable and it doesn't work with cross-compiles.
12291         Problem reported by Bruno Haible.  Fix missing-$ typo in
12292         'test "gl_cv_ignore_unused_libraries" ...' that prevented
12293         -zignore from being used with Sun's C compiler.
12294
12295 2006-01-12  Simon Josefsson  <jas@extundo.com>
12296
12297         * lib/base64.c: Fix warning, reported by Bruno Haible
12298         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
12299
12300 2006-01-12  Bruno Haible  <bruno@clisp.org>
12301
12302         * modules/ldd: New file.
12303         * build-aux/ldd.sh.in: New file.
12304         * MODULES.html.sh (Support for building libraries and executables): Add
12305         ldd.
12306
12307 2006-01-12  Bruno Haible  <bruno@clisp.org>
12308
12309         * m4/ldd.m4: New file.
12310
12311 2006-01-12  Bruno Haible  <bruno@clisp.org>
12312
12313         * gnulib-tool (func_import, func_create_testdir): Don't go into an
12314         endless loop while replacing $auxdir with build-aux.
12315
12316 2006-01-11  Simon Josefsson  <jas@extundo.com>
12317
12318         * lib/stdint_.h (SIZE_MAX): Add missing (.
12319
12320 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
12321
12322         Sync from coreutils.
12323         * lib/md5.c: Fix commentary typos.
12324         (alignof, UNALIGNED_P): No need for a GCC-specific version.
12325         * lib/md5.h (__attribute__): Remove; unused.
12326         * lib/sha1.c: Fix commentary to match md5 better.
12327         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
12328         so that we don't need to worry about alignment.  All uses changed.
12329         This merges the 2005-10-28 md5 change into sha1.
12330
12331 2006-01-11  Jim Meyering  <jim@meyering.net>
12332
12333         Sync from coreutils.
12334         * lib/md5.c (OP): Fix spacing.
12335
12336 2006-01-11  Bruno Haible  <bruno@clisp.org>
12337
12338         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12339         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
12340         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
12341
12342 2006-01-11  Bruno Haible  <bruno@clisp.org>
12343
12344         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12345         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
12346         the "early" section as well.
12347
12348 2006-01-11  Bruno Haible  <bruno@clisp.org>
12349
12350         Avoid "ar: no archive members specified" error on MacOS X.
12351         * gnulib-tool (func_modules_add_dummy): New function.
12352         (func_import, func_create_testdir): Invoke it.
12353
12354 2006-01-11  Bruno Haible  <bruno@clisp.org>
12355
12356         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
12357         with $auxdir in AC_CONFIG_FILES statements.
12358
12359 2006-01-11  Bruno Haible  <bruno@clisp.org>
12360
12361         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12362         Initialize also noinst_HEADERS to empty.
12363
12364 2006-01-11  Bruno Haible  <bruno@clisp.org>
12365
12366         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
12367         variables.
12368         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
12369         autoreconf.
12370
12371 2006-01-11  Bruno Haible  <bruno@clisp.org>
12372
12373         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
12374         overridable by the user.
12375         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12376
12377 2006-01-10  Simon Josefsson  <jas@extundo.com>
12378
12379         * modules/sys_socket: New file.
12380
12381 2006-01-10  Simon Josefsson  <jas@extundo.com>
12382
12383         * m4/sys_socket_h.m4: New file.
12384
12385 2006-01-10  Simon Josefsson  <jas@extundo.com>
12386
12387         * lib/socket_.h: New file.
12388
12389 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12390
12391         * modules/readutmp (Maintainer): Add myself.
12392
12393 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12394
12395         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
12396         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
12397         People who are still concerned with buggy memcmp implementations
12398         can invoke gl_FUNC_MEMCMP themselves.
12399
12400 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12401
12402         * lib/regex_internal.h (BITSET_WORD_BITS):
12403         Work around a bug in 64-bit PGC (before version 6.1-2), where the
12404         preprocessor mishandles large unsigned values as if they were signed.
12405         Problem reported by Claudio Fontana in
12406         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
12407
12408 2006-01-10  Jim Meyering  <jim@meyering.net>
12409
12410         Avoid the double-free (first in fts_read, second in fts_close) that
12411         would occur when an `active' directory is made inaccessible (e.g.,
12412         via chmod a-x) during a traversal.
12413         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12414         before returning.  Reproduce this failure by
12415         mkdir -p a/b; cd a; chmod a-x . b
12416         Reported by Stavros Passas.
12417
12418         Sync from coreutils.
12419         * lib/sha1.c: Tweak grammar in a comment.
12420
12421 2006-01-10  Jim Meyering  <jim@meyering.net>
12422
12423         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
12424         Patch by Joerg Sonnenberger.
12425
12426 2006-01-10  Bruno Haible  <bruno@clisp.org>
12427
12428         * modules/readutmp: Depend on module free.
12429         * modules/strtok_r: Depend on module restrict.
12430
12431 2006-01-10  Bruno Haible  <bruno@clisp.org>
12432
12433         * modules/gettext (configure.ac): Add an invocation of
12434         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
12435
12436 2006-01-10  Bruno Haible  <bruno@clisp.org>
12437
12438         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
12439         Reported by Werner Lemberg <wl@gnu.org>.
12440
12441 2006-01-10  Bruno Haible  <bruno@clisp.org>
12442
12443         * lib/localcharset.c: Update from GNU gettext.
12444
12445 2006-01-10  Bruno Haible  <bruno@clisp.org>
12446
12447         * lib/argp.h (__const): Remove macro. Use const instead.
12448         * lib/argp-fmtstream.h (__const): Likewise.
12449         * lib/glob_.h (__const): Remove macro.
12450         * lib/glob-libc.h: Use const instead of __const.
12451
12452 2006-01-10  Bruno Haible  <bruno@clisp.org>
12453
12454         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
12455         variable.
12456         Needed to avoid an automake error regarding the 'gettext' module.
12457
12458 2006-01-09  Simon Josefsson  <jas@extundo.com>
12459
12460         * modules/inet_ntop (Depends-on): Add restrict.
12461
12462 2006-01-09  Simon Josefsson  <jas@extundo.com>
12463
12464         * modules/gc-rijndael-tests (License): Put under LGPL.
12465
12466         * modules/gc-des-tests (License): Likewise.
12467
12468         * modules/gc-arcfour-tests (License): Likewise.
12469
12470         * modules/gc-arctwo-tests (License): Likewise.
12471
12472         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
12473
12474         * modules/gc-hmac-sha1-tests (Files): Likewise.
12475
12476         * modules/gc-hmac-md5-tests (License): Likewise.
12477
12478         * modules/gc-sha1-tests (License): Likewise.
12479
12480         * modules/gc-md5-tests (License): Likewise.
12481
12482         * modules/gc-md4-tests (License): Likewise.
12483
12484         * modules/gc-md2-tests (License): Likewise.
12485
12486         * modules/gc-tests (License): Likewise.
12487
12488         * modules/des-tests (License): Likewise.
12489
12490         * modules/md4-tests (License): Likewise.
12491
12492         * modules/md2-tests (License): Likewise.
12493
12494 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12495
12496         Sync from coreutils:
12497
12498         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
12499         * modules/lib-ignore: New file.
12500         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
12501         chdir-safer.m4, lchmod.m4.
12502         * modules/openat: Add mkdirat.c, openat-priv.h.
12503
12504 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12505
12506         Sync from coreutils.
12507         * m4/lib-ignore.m4: New file.
12508         * m4/lchmod.m4: New file.
12509
12510 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12511
12512         Sync from coreutils.
12513         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
12514         for write access: POSIX says that must fail.
12515         * lib/fts.c (diropen): Likewise.
12516         * lib/save-cwd.c (save_cwd): Likewise.
12517         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
12518         well, for minor improvements on hosts that lack O_DIRECTORY.
12519         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
12520         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
12521         Fall back on chown if open failed with EACCES.
12522
12523         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
12524         Report an error at compile-time if only a 1-second nominal clock
12525         resolution is found.
12526
12527         * lib/lchmod.h: New file.
12528         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
12529         (make_dir_parents): Use lchown rather than chown, and
12530         lchmod rather than chmod.
12531
12532         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
12533         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
12534         "proc" reported by n0dalus.
12535
12536         * lib/mountlist.c: Include <limits.h>.
12537         (dev_from_mount_options)
12538         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
12539         New function.  It no longer assumes "dev=" has the System V meaning
12540         on Linux (since it doesn't).  It also parses "dev=" more carefully.
12541         (read_file_system_list)
12542         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
12543         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
12544         dev= in that case.
12545
12546         * lib/posixtm.h (PDS_PRE_2000): New macro.
12547         * lib/posixtm.c (year): Arg is now syntax_bits rather than
12548         allow_century.  All usages changed.  Reject dates outside the range
12549         1969-1999 if PDS_PRE_2000 is used.
12550
12551 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12552
12553         Sync from coreutils.
12554         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
12555         (Time of day items): Mention the possibility of leap seconds.
12556         Problem reported by Dr. David Alan Gilbert.
12557
12558 2006-01-09  Jim Meyering  <jim@meyering.net>
12559
12560         Sync from coreutils.
12561
12562         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
12563
12564         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
12565
12566         * lib/modechange.c (mode_compile): Reject an invalid mode string
12567         that starts with an octal digit.  From Andreas Gruenbacher.
12568
12569         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
12570         and dup to open_safer and dup_safer, respectively.
12571         (openat_permissive): Fix typo in comment.
12572
12573         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
12574         "gettext.h"; either no longer needed or are guaranteed by openat.h.
12575         (_): Remove; no longer needed.
12576         (openat): Renamed from rpl_openat; no need for rpl_openat
12577         since openat.h renames openat for us.
12578         Replace most of the body with a call to openat_permissive,
12579         to avoid duplicate code.
12580         Port to (probably hypothetical) environments were mode_t is
12581         wider than int.
12582         (openat_permissive): Require mode arg, so that we can check
12583         types better.  Put it just after flags.  Change cwd failure
12584         indicator from pointer-to-bool to pointer-to-errno-value.
12585         All callers changed.
12586         Invoke openat_save_fail and/or openat_restore_fail if
12587         cwd_errno is null, so that openat can call us.
12588         (openat_permissive, fdopendir, fstatat, unlinkat):
12589         Simplify errno handling to avoid some duplicate code,
12590         as it's OK to set errno on success.
12591         * lib/openat.h: Revamp code so that function macros depend on
12592         __OPENAT_PREFIX only, not also on AT_FDCWD.
12593         (openat_ro): Remove.  Caller changed to use openat_permissive.
12594         (openat_permissive): Now a macro, if not a function.
12595         (openat_restore_fail, openat_save_fail): Now always functions,
12596         since mkdirat needs them even if __OPENAT_PREFIX is defined.
12597
12598         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
12599         and openat.c.
12600         * lib/mkdirat.c: Include openat-priv.h.
12601         Remove definitions of macros defined therein.
12602         * lib/openat.c: Likewise.
12603
12604         * lib/mkdirat.c (mkdirat): New file and function.
12605         * lib/openat.h (mkdirat): Declare.
12606
12607         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
12608
12609         * lib/openat.h (openat_permissive): Declare.
12610         (openat_ro): Define.
12611
12612         * lib/openat.c (EXPECTED_ERRNO): New macro.
12613         (openat_permissive): New function -- used in remove.c rewrite.
12614         (all functions): Set errno just before returning, only if there
12615         was an actual failure.
12616         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
12617
12618         Emulate openat-family functions using Linux's procfs, if possible.
12619         Idea and some code based on Ulrich Drepper's glibc changes.
12620
12621         * lib/openat.c: (BUILD_PROC_NAME): New macro.
12622         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
12623         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
12624         before falling back on save_cwd and restore_cwd.
12625         (fdopendir, fstatat, unlinkat): Likewise.
12626
12627         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
12628         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
12629
12630         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
12631         as second argument to va_arg.  Otherwise, some versions of gcc
12632         warn that `if this code is reached, the program will abort'.
12633
12634 2006-01-09  Jim Meyering  <jim@meyering.net>
12635
12636         Sync from coreutils.
12637         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
12638         Require openat-priv.h.
12639
12640 2006-01-09  Bruno Haible  <bruno@clisp.org>
12641
12642         * modules/strnlen (Include): Use strnlen.h.
12643
12644 2006-01-09  Bruno Haible  <bruno@clisp.org>
12645
12646         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
12647
12648 2006-01-09  Bruno Haible  <bruno@clisp.org>
12649
12650         * lib/sysexit_.h (EX_OK): New macro.
12651         Suggested by Martin Lambers <marlam@marlam.de>.
12652
12653 2006-01-09  Bruno Haible  <bruno@clisp.org>
12654
12655         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
12656         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
12657
12658 2006-01-09  Bruno Haible  <bruno@clisp.org>
12659
12660         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
12661         numbers.
12662
12663 2006-01-09  Bruno Haible  <bruno@clisp.org>
12664
12665         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
12666         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
12667         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
12668         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
12669
12670 2006-01-09  Bruno Haible  <bruno@clisp.org>
12671
12672         * build-aux/javacomp.sh.in: New file, moved from lib/.
12673         * modules/javacomp-script (Files): Update.
12674         (configure.ac): Add AC_CONFIG_FILES invocation.
12675         (EXTRA_DIST): Remove variable.
12676
12677         * build-aux/javaexec.sh.in: New file, moved from lib/.
12678         * modules/javaexec (Files): Update.
12679         (configure.ac): Add AC_CONFIG_FILES invocation.
12680         (EXTRA_DIST): Remove javaexec.sh.in.
12681
12682         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
12683         * modules/csharpcomp-script (Files): Update.
12684         (configure.ac): Add AC_CONFIG_FILES invocation.
12685         (EXTRA_DIST): Remove variable.
12686
12687         * build-aux/csharpexec.sh.in: New file, moved from lib/.
12688         * modules/csharpexec (Files): Update.
12689         (configure.ac): Add AC_CONFIG_FILES invocation.
12690         (EXTRA_DIST): Remove csharpexec.sh.in.
12691
12692 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12693
12694         Sync from coreutils.
12695
12696         Add POSIX ACL support
12697         * lib/acl.h (copy_acl, set_acl): Add declarations.
12698         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
12699         systems other than Linux.
12700         (chmod_or_fchmod): New function: use fchmod when possible,
12701         and chmod otherwise.
12702         (file_has_acl): Add a POSIX ACL implementation, with a
12703         Linux-specific subcase.
12704         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
12705         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
12706         acls are unsupported.
12707         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
12708         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
12709         are unsupported.
12710
12711 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12712
12713         Sync from coreutils.
12714         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
12715
12716 2006-01-07  Bruno Haible  <bruno@clisp.org>
12717
12718         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
12719         gl_EARLY.
12720
12721 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12722
12723         * lib/strftime.c (tzname): Don't declare if it is already #defined.
12724         Problem reported for Mingw by Mark Junker.
12725
12726 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12727
12728         * README: Gnulib normally doesn't generate a tarball.
12729
12730 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
12731
12732         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
12733         long int, not int, for nanosecond counts, so that people who are
12734         used to POSIX struct timespec won't be surprised.  Reported by Jim
12735         Meyering.
12736
12737 2005-12-28  Bruno Haible  <bruno@clisp.org>
12738
12739         * build-aux/config.rpath: Update from GNU gettext.
12740
12741 2005-12-16  Jim Meyering  <jim@meyering.net>
12742
12743         * modules/fprintftime: New module.
12744         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
12745
12746 2005-12-16  Jim Meyering  <jim@meyering.net>
12747
12748         * m4/fprintftime.m4: New file.
12749
12750 2005-12-16  Jim Meyering  <jim@meyering.net>
12751
12752         * lib/fprintftime.c, lib/fprintftime.h: New files.
12753
12754 2005-12-15  Simon Josefsson  <jas@extundo.com>
12755
12756         * modules/socklen (configure.ac): Fix M4 macro name, to align with
12757         new m4/socklen.m4.
12758
12759 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12760
12761         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
12762         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
12763
12764 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12765
12766         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
12767         * lib/argp-help.c (fill_in_uparams): Check if the constructed
12768         struct uparams is valid. Fall back to the default values if it is
12769         not.
12770
12771 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12772
12773         * modules/argp (Files): Add argp-pin.c
12774         (Depends-on): dirname
12775         (lib_SOURCES): Add argp-pin.c
12776
12777 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12778
12779         * m4/argp.m4:  Check if program_invocation_name and
12780         program_invocation_short_name are declared and define appropriate
12781         macros if they are not.
12782
12783 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12784
12785         * lib/argp-help.c (__argp_base_name): New function
12786         (__argp_short_program_name): Rewrite using __argp_base_name
12787         * lib/argp-namefrob.h: Define program_invocation_name and
12788         program_invocation_short_name if requested
12789         (__argp_base_name): Add prototype
12790         * lib/argp-parse.c (argp_def): Use gettext wrappers
12791         (argp_default_parser): Use __argp_base_name
12792         * lib/argp-pin.c: New file. Defines program_invocation_name and
12793         program_invocation_short_name on systems that lack them.
12794
12795 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12796
12797         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
12798         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12799         porting problem reported by Georg Schwarz in
12800         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12801
12802 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12803
12804         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
12805         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12806         porting problem reported by Georg Schwarz in
12807         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12808
12809 2005-12-05  Bruno Haible  <bruno@clisp.org>
12810
12811         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
12812         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
12813         Reported by Mark Junker <mjscod@gmx.de>.
12814
12815 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
12816
12817         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
12818         Use implementation from Albert Chin, with some
12819         comments/corrections by Stepan Kasal and myself.
12820
12821 2005-12-02  Bruno Haible  <bruno@clisp.org>
12822
12823         * gnulib-tool (func_import): Accept GPLed build tool modules when
12824         --lgpl is given.
12825         * modules/csharpcomp-script: New file.
12826         * modules/csharpcomp: Depend on it.
12827         * modules/javacomp-script: New file.
12828         * modules/javacomp: Depend on it.
12829         Suggested by Simon Josefsson.
12830
12831 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
12832
12833         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
12834         statement, to work around an HP-UX 10.20 compiler bug reported by
12835         Peter O'Gorman.
12836
12837 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12838
12839         * modules/savedir (Depends-on): Add openat.
12840
12841 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12842
12843         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
12844         (uintmax_t) [defined uintmax_t]: Do not declare.
12845         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
12846         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
12847         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
12848         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
12849         sake of portability to weird hosts that C allows (though we don't
12850         know of any practical examples).
12851
12852         * lib/savedir.h (fdsavedir): New decl.
12853         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
12854         contains most of the former guts of savedir.
12855         (savedir): Use savedirstream.
12856         Include "openat.h".
12857
12858 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
12859
12860         * modules/obstack (Files): Add m4/ulonglong.m4.
12861         Problem reported by Davide Angelocola.
12862
12863 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
12864
12865         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
12866         coreutils no longer futzes with rounding modes.
12867
12868 2005-11-14  Jim Meyering  <jim@meyering.net>
12869
12870         * lib/mkstemp-safer.c: Include <config.h>, required for possible
12871         replacement of mkstemp.
12872
12873 2005-11-10  Simon Josefsson  <jas@extundo.com>
12874
12875         * lib/readline.c: Remove EOL.
12876
12877 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12878
12879         * modules/gethrxtime (Depends-on): Add gettime.
12880
12881 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12882
12883         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
12884         or gettimeofday; no longer needed.
12885
12886 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12887
12888         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
12889         time business.
12890         (gethrxtime) [! (HAVE_NANOUPTIME
12891         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
12892         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
12893         our own approximation.
12894
12895 2005-11-08  Eric Blake  <ebb9@byu.net>
12896
12897         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12898
12899 2005-11-08  Eric Blake  <ebb9@byu.net>
12900
12901         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12902
12903 2005-11-04  Bruno Haible  <bruno@clisp.org>
12904
12905         * gnulib-tool: Implement --update mode.
12906
12907 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12908
12909         Fix porting problem reported by Theodoros V. Kalamatianos.
12910         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
12911         Don't assume that futimes failing means we must fail.
12912
12913 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12914
12915         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
12916         variables to suggest the intended function of the PATH_MAX check.
12917
12918 2005-10-30  Kean Johnston  <jkj@sco.com>
12919
12920         Trivial changes to support SCO systems.
12921         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
12922         as PATH_MAX.
12923         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
12924         where __ptr is null when no I/O is pending.
12925
12926 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12927
12928         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
12929         leave errno alone.  Problem reported by Dmitry V. Levin.
12930
12931 2005-10-28  Simon Josefsson  <jas@extundo.com>
12932
12933         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
12934         Test more.
12935
12936         * tests/test-gc-md2.c, tests/test-md2.c: New files.
12937
12938         * modules/md2, modules/md2-tests: New files.
12939
12940 2005-10-28  Simon Josefsson  <jas@extundo.com>
12941
12942         * m4/inet_ntop.m4: More tests.
12943
12944         * m4/gc-md2.m4, md2.m4: New file.
12945
12946 2005-10-28  Simon Josefsson  <jas@extundo.com>
12947
12948         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
12949         "restrict" keywords, as per POSIX.  Protect the function
12950         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
12951         Don't use K&R prototypes.  Check the sprintf return values.
12952         Re-define EAFNOSUPPORT if not present.  Indent.
12953
12954         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
12955         suggested by Bruno Haible <bruno@clisp.org>.
12956
12957         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
12958
12959         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
12960
12961         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
12962         libgcrypt).
12963
12964         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
12965
12966         * lib/md2.h, lib/md2.c: New files.
12967
12968 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
12969
12970         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
12971         errno alone.  Problem reported by Frederic Jolliton.
12972
12973 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
12974
12975         * modules/verify (License): Change from GPL to LGPL.  This is a
12976         tiny module and there are apparently near-equivalents that are
12977         under the BSD license.
12978
12979 2005-10-24  Simon Josefsson  <jas@extundo.com>
12980
12981         * modules/sha1: Relicense to LGPL.
12982
12983 2005-10-24  Simon Josefsson  <jas@extundo.com>
12984
12985         * lib/md4.h: Shrink buffer size, now that we changed the type.
12986
12987 2005-10-23  Simon Josefsson  <jas@extundo.com>
12988
12989         * gnulib-tool (func_import): Fix --tests-base.
12990
12991 2005-10-22  Simon Josefsson  <jas@extundo.com>
12992
12993         * modules/arcfour (Depends-on): Need stdint.
12994
12995 2005-10-22  Simon Josefsson  <jas@extundo.com>
12996
12997         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
12998         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
12999
13000 2005-10-22  Simon Josefsson  <jas@extundo.com>
13001
13002         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
13003         suggested by Bruno Haible <bruno@clisp.org>.
13004
13005 2005-10-22  Simon Josefsson  <jas@extundo.com>
13006
13007         * lib/crc.h: Include stddef.h, for size_t.
13008
13009 2005-10-22  Simon Josefsson  <jas@extundo.com>
13010
13011         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
13012         arcfour_context struct (simplify test vector testing in GNU
13013         Shishi).
13014
13015 2005-10-21  Simon Josefsson  <jas@extundo.com>
13016
13017         * modules/des, modules/des-tests: New files.
13018
13019         * modules/gc-des, modules/gc-des-tests: New files.
13020
13021         * tests/test-des.c, tests/test-gc-des.c: New file.
13022
13023 2005-10-21  Simon Josefsson  <jas@extundo.com>
13024
13025         * modules/arctwo, modules/arctwo-tests: New files.
13026
13027         * tests/test-arctwo.c: New file.
13028
13029         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
13030
13031         * tests/test-gc-arctwo.c: New file.
13032
13033 2005-10-21  Simon Josefsson  <jas@extundo.com>
13034
13035         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
13036         Bruno Haible <bruno@clisp.org>.
13037
13038         * m4/gc-des.m4: New file.
13039
13040 2005-10-21  Simon Josefsson  <jas@extundo.com>
13041
13042         * m4/arctwo.m4: New file.
13043
13044         * m4/gc-arctwo.m4: New file.
13045
13046 2005-10-21  Simon Josefsson  <jas@extundo.com>
13047
13048         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
13049         block.
13050
13051 2005-10-21  Simon Josefsson  <jas@extundo.com>
13052
13053         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
13054         <bruno@clisp.org>.
13055
13056         * lib/hmac-sha1.c (hmac_sha1): Likewise.
13057
13058         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
13059         Bruno Haible <bruno@clisp.org>.
13060
13061         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
13062         <bruno@clisp.org>.
13063
13064 2005-10-21  Simon Josefsson  <jas@extundo.com>
13065
13066         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
13067
13068 2005-10-21  Simon Josefsson  <jas@extundo.com>
13069
13070         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
13071
13072 2005-10-21  Simon Josefsson  <jas@extundo.com>
13073
13074         * lib/des.h, lib/des.c: New files.
13075
13076         * lib/gc-gnulib.c: Support DES.c
13077
13078 2005-10-21  Simon Josefsson  <jas@extundo.com>
13079
13080         * lib/arctwo.h, lib/arctwo.c: New files.
13081
13082         * lib/gc-gnulib.c: Support ARCTWO.
13083
13084 2005-10-21  Simon Josefsson  <jas@extundo.com>
13085
13086         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
13087         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13088
13089 2005-10-21  Simon Josefsson  <jas@extundo.com>
13090
13091         * gnulib-tool (func_import, func_create_testdir): Define automake
13092         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
13093         Makefile.am snippet),
13094         suggested by Bruno Haible <bruno@clisp.org>.
13095
13096         * modules/gc (Makefile.am): Use it.
13097
13098 2005-10-21  Bruno Haible  <bruno@clisp.org>
13099
13100         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
13101         patch.
13102
13103 2005-10-19  Simon Josefsson  <jas@extundo.com>
13104
13105         * tests/test-gc-rijndael.c: New file.
13106
13107         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
13108
13109 2005-10-19  Simon Josefsson  <jas@extundo.com>
13110
13111         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
13112         interface too.
13113
13114 2005-10-19  Simon Josefsson  <jas@extundo.com>
13115
13116         * tests/test-gc-arcfour.c: New file.
13117
13118         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
13119
13120 2005-10-19  Simon Josefsson  <jas@extundo.com>
13121
13122         * modules/gc-md4, modules/gc-md4-tests: New file.
13123
13124         * tests/test-gc-md4.c: New file.
13125
13126 2005-10-19  Simon Josefsson  <jas@extundo.com>
13127
13128         * m4/gc-md4.m4: New file.
13129
13130 2005-10-19  Simon Josefsson  <jas@extundo.com>
13131
13132         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
13133         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
13134         <kasal@ucw.cz>.
13135
13136 2005-10-19  Simon Josefsson  <jas@extundo.com>
13137
13138         * m4/gc-arcfour.m4: New file.
13139
13140         * m4/gc-rijndael.m4: New file.
13141
13142 2005-10-19  Simon Josefsson  <jas@extundo.com>
13143
13144         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
13145
13146 2005-10-19  Simon Josefsson  <jas@extundo.com>
13147
13148         * lib/gc-gnulib.c: Support ARCFOUR.
13149
13150 2005-10-19  Simon Josefsson  <jas@extundo.com>
13151
13152         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
13153         support.
13154
13155         * lib/gc.h: Add ECB enum type.
13156
13157         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
13158
13159 2005-10-18  Simon Josefsson  <jas@extundo.com>
13160
13161         * tests/test-md5.c: New file.
13162
13163         * modules/md5-tests: New file.
13164
13165 2005-10-18  Simon Josefsson  <jas@extundo.com>
13166
13167         * tests/test-md4.c: New file.
13168
13169         * modules/md4, modules/md4-tests: New files.
13170
13171 2005-10-18  Simon Josefsson  <jas@extundo.com>
13172
13173         * m4/md4.m4: New file.
13174
13175 2005-10-18  Simon Josefsson  <jas@extundo.com>
13176
13177         * lib/md4.h, lib/md4.c: New files, based on md5.?.
13178
13179 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
13180
13181         * gnulib-tool (func_create_testdir): Omit the second check whether
13182         BUILT_SOURCES in nonempty.
13183
13184 2005-10-17  Simon Josefsson  <jas@extundo.com>
13185
13186         * tests/test-rijndael.c: New file.
13187
13188 2005-10-17  Simon Josefsson  <jas@extundo.com>
13189
13190         * modules/sha1: Depend on stdint instead of md5.
13191
13192         * modules/md5: Depend on stdint, remove uint32_t.
13193
13194 2005-10-17  Simon Josefsson  <jas@extundo.com>
13195
13196         * modules/gc-sha1-tests: New file.
13197
13198         * tests/test-gc-sha1.c: New file.
13199
13200 2005-10-17  Simon Josefsson  <jas@extundo.com>
13201
13202         * m4/md5.m4: Remove call to uint32_t.m4.
13203
13204 2005-10-17  Simon Josefsson  <jas@extundo.com>
13205
13206         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
13207
13208         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
13209         md5.h.
13210
13211         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
13212
13213         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
13214
13215 2005-10-17  Simon Josefsson  <jas@extundo.com>
13216
13217         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
13218
13219 2005-10-17  Simon Josefsson  <jas@extundo.com>
13220
13221         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
13222
13223 2005-10-17  Simon Josefsson  <jas@extundo.com>
13224
13225         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
13226
13227         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
13228
13229 2005-10-17  Bruno Haible  <bruno@clisp.org>
13230
13231         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
13232         that it can also be used in a test.
13233
13234 2005-10-16  Bruno Haible  <bruno@clisp.org>
13235
13236         * gnulib-tool (func_emit_tests_Makefile_am): Also define
13237         TESTS_ENVIRONMENT, so that individual tests can augment it.
13238
13239         * gnulib-tool (func_create_testdir): Use an intermediate target for
13240         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
13241         macros, like $(ALLOCA_H), which cannot be passed through the command
13242         line.
13243
13244 2005-10-15  Simon Josefsson  <jas@extundo.com>
13245
13246         * modules/rijndael-tests: New file.
13247
13248         * modules/rijndael: New file.
13249
13250 2005-10-15  Simon Josefsson  <jas@extundo.com>
13251
13252         * m4/rijndael.m4: New file.
13253
13254 2005-10-15  Simon Josefsson  <jas@extundo.com>
13255
13256         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
13257
13258         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
13259
13260 2005-10-14  Simon Josefsson  <jas@extundo.com>
13261
13262         * tests/test-arcfour.c: New file.
13263
13264         * modules/arcfour, modules/arcfour-tests: New files.
13265
13266 2005-10-14  Simon Josefsson  <jas@extundo.com>
13267
13268         * m4/arcfour.m4: New file.
13269
13270 2005-10-14  Simon Josefsson  <jas@extundo.com>
13271
13272         * lib/arcfour.h, lib/arcfour.c: New files.
13273
13274 2005-10-14  Roland McGrath  <roland@redhat.com>
13275
13276         Import from libc.  [BZ #1331]
13277         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
13278         macro argument.
13279         Reported by Matej Vela <vela@debian.org>.
13280
13281 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13282
13283         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
13284         include <wchar.h>; no longer needed.
13285
13286 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13287
13288         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
13289
13290 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
13291         and  Ulrich Drepper  <drepper@redhat.com>
13292
13293         Import from libc.
13294         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
13295         instead of inline stream orientation test and two separate
13296         function calls.  Pay no attention to USE_IN_LIBIO.
13297
13298 2005-10-13  Simon Josefsson  <jas@extundo.com>
13299
13300         * modules/gc-hmac-md5-tests: New file.
13301
13302         * tests/test-gc-hmac-sha1.c: New file.
13303
13304         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
13305
13306         * modules/gc-hmac-md5-tests: New file.
13307
13308         * tests/test-gc-md5.c: New file.
13309
13310         * modules/gc-md5-tests: New file.
13311
13312 2005-10-13  Simon Josefsson  <jas@extundo.com>
13313
13314         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
13315         Move memory allocation outside of loop.
13316
13317 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
13318
13319         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
13320         intermediate directory is in a read-only file system.  Problem
13321         reported by Eric Blake.
13322
13323 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
13324
13325         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
13326
13327 2005-10-12  Simon Josefsson  <jas@extundo.com>
13328
13329         * tests/test-hmac-sha1.c: New file.
13330
13331         * modules/hmac-sha1-tests: New file.
13332
13333         * modules/hmac-sha1: New file.
13334
13335 2005-10-12  Simon Josefsson  <jas@extundo.com>
13336
13337         * modules/gc-sha1: New file.
13338
13339 2005-10-12  Simon Josefsson  <jas@extundo.com>
13340
13341         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
13342
13343         * tests/test-gc-pbkdf2-sha1.c: New file.
13344
13345 2005-10-12  Simon Josefsson  <jas@extundo.com>
13346
13347         * modules/gc-md5, modules/gc-hmac-md5: New files.
13348
13349         * modules/gc (Files): Remove md5, memxor and hmac files.
13350
13351 2005-10-12  Simon Josefsson  <jas@extundo.com>
13352
13353         * m4/gc-pbkdf2-sha1.m4: New file.
13354
13355         * m4/gc-hmac-sha1.m4: New file.
13356
13357         * m4/gc-sha1: New file.
13358
13359         * m4/hmac-sha1.m4: New file.
13360
13361 2005-10-12  Simon Josefsson  <jas@extundo.com>
13362
13363         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
13364
13365         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
13366
13367 2005-10-12  Simon Josefsson  <jas@extundo.com>
13368
13369         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
13370         suggested by Bruno Haible <bruno@clisp.org>.
13371
13372 2005-10-12  Simon Josefsson  <jas@extundo.com>
13373
13374         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
13375
13376 2005-10-12  Simon Josefsson  <jas@extundo.com>
13377
13378         * lib/gc-pbkdf2-sha1.c: New file.
13379
13380         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
13381
13382 2005-10-12  Simon Josefsson  <jas@extundo.com>
13383
13384         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
13385
13386         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
13387
13388 2005-10-12  Simon Josefsson  <jas@extundo.com>
13389
13390         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
13391         GC_USE_HMAC_MD5, respectively.
13392
13393         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
13394         (gc_md5): Fix typo.
13395
13396         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
13397
13398         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
13399
13400         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
13401
13402 2005-10-12  Bruno Haible  <bruno@clisp.org>
13403
13404         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
13405         Reported by Stepan Kasal <kasal@ucw.cz>.
13406
13407 2005-10-11  Simon Josefsson  <jas@extundo.com>
13408
13409         * tests/test-crc.c: New file.
13410
13411         * modules/crc, modules/crc-tests: New files.
13412
13413 2005-10-11  Simon Josefsson  <jas@extundo.com>
13414
13415         * m4/crc.m4: New file.
13416
13417 2005-10-11  Simon Josefsson  <jas@extundo.com>
13418
13419         * lib/gc.h: Add gc_hash and gc_hash_buffer.
13420
13421         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
13422
13423         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
13424
13425 2005-10-11  Simon Josefsson  <jas@extundo.com>
13426
13427         * lib/crc.h, lib/crc.c: New files.
13428
13429         * lib/gc.h (gc_hash_buffer): Add doc.
13430
13431 2005-10-11  Bruno Haible  <bruno@clisp.org>
13432
13433         * modules/c-strcasestr: New file.
13434         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
13435
13436 2005-10-11  Bruno Haible  <bruno@clisp.org>
13437
13438         * modules/c-strcase: New file.
13439         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
13440
13441 2005-10-11  Bruno Haible  <bruno@clisp.org>
13442
13443         * lib/strcasecmp.c: Include limits.h.
13444         (strcasecmp): Avoid integer overflow on exotic platforms.
13445         * lib/strncasecmp.c: Include limits.h.
13446         (strncasecmp): Avoid integer overflow on exotic platforms.
13447         Reported by Paul Eggert.
13448
13449 2005-10-11  Bruno Haible  <bruno@clisp.org>
13450
13451         * lib/c-strcasestr.h: New file, from GNU gettext.
13452         * lib/c-strcasestr.c: New file, from GNU gettext.
13453
13454 2005-10-11  Bruno Haible  <bruno@clisp.org>
13455
13456         * lib/c-strcase.h: New file, from GNU gettext.
13457         * lib/c-strcasecmp.c: New file, from GNU gettext.
13458         * lib/c-strncasecmp.c: New file, from GNU gettext.
13459
13460 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13461
13462         * modules/mempcpy (License): GPL -> LGPL.
13463         * modules/strchrnul (License): Likewise.
13464         * modules/sysexits (License): Likewise.
13465
13466 2005-10-08  Simon Josefsson  <jas@extundo.com>
13467
13468         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
13469
13470 2005-10-07  Simon Josefsson  <jas@extundo.com>
13471
13472         * m4/memxor.m4: Remove gl_C_RESTRICT call.
13473
13474 2005-10-06  Simon Josefsson  <jas@extundo.com>
13475
13476         * tests/test-hmac-md5.c: New file.
13477
13478         * modules/hmac-md5-tests: New file.
13479
13480         * modules/hmac-md5: New file.
13481
13482 2005-10-06  Simon Josefsson  <jas@extundo.com>
13483
13484         * m4/hmac-md5.m4: New file.
13485
13486         * m4/memxor.m4: Require gl_C_RESTRICT.
13487
13488 2005-10-06  Simon Josefsson  <jas@extundo.com>
13489
13490         * lib/memxor.c (memxor): Avoid casts and warnings.
13491
13492 2005-10-06  Simon Josefsson  <jas@extundo.com>
13493
13494         * lib/hmac-md5.c: New file.
13495
13496         * lib/hmac.h: New file.
13497
13498 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13499
13500         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
13501         promotes to int, not unsigned int, to catch the AIX 5.3
13502         compiler bug.
13503
13504 2005-10-05  Simon Josefsson  <jas@extundo.com>
13505
13506         * modules/memxor: New file.
13507
13508         * modules/iconv (Files): Move config.rpath to havelib, it is used
13509         there.
13510
13511         * modules/havelib (Files): Add config.rpath.
13512
13513 2005-10-05  Simon Josefsson  <jas@extundo.com>
13514
13515         * m4/memxor.m4: New file.
13516
13517 2005-10-05  Simon Josefsson  <jas@extundo.com>
13518
13519         * lib/memxor.c (memxor): Fix compiler error.
13520
13521         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
13522         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
13523
13524         * lib/memxor.h, lib/memxor.c: New files.
13525
13526         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
13527         we assume all systems have it, suggested by Jim Meyering
13528         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
13529         any systems lack sys/socket.h; mingw32 is known to lack it, but we
13530         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
13531         same reasons.
13532
13533 2005-10-05  Simon Josefsson  <jas@extundo.com>
13534
13535         * config/srclist.txt: Add glibc bug 1423 for md5.h.
13536
13537 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13538
13539         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
13540         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
13541         needed, since the source code now assumes these .h files.
13542
13543 2005-10-05  Derek Price  <derek@ximbiot.com>
13544
13545         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
13546
13547 2005-10-05  Bruno Haible  <bruno@clisp.org>
13548
13549         * modules/stdint (License): Change to LGPL.
13550
13551 2005-10-04  Simon Josefsson  <jas@extundo.com>
13552
13553         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
13554         D. Baushke" <mdb@gnu.org>.
13555
13556 2005-10-04  Bruno Haible  <bruno@clisp.org>
13557
13558         * lib/verify.h (verify_true): Provide alternative definition for C++.
13559
13560 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
13561
13562         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
13563         (SSIZE_MAX): New macro, if not already defined.
13564         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
13565         than 2 GiB.
13566
13567 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13568
13569         Sync from coreutils.
13570         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
13571         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
13572         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
13573         ULLONG_MAX doesn't work with 2.7.2.1.
13574
13575 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13576
13577         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
13578         From Ben Pfaff.
13579
13580         * modules/exclude (Depends-on): Depend on verify.
13581         * modules/strtoimax (Depends-on): Likewise.
13582         * modules/utimecmp (Depends-on): Likewise.
13583
13584 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13585
13586         * lib/exclude.c: Include verify.h.
13587         (verify): Remove.  All callers changed to use verify.h's version.
13588         * lib/strtoimax.c: Likewise.
13589         * lib/utimecmp.c: Likewis.e
13590
13591         Sync from coreutils.
13592         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
13593         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
13594         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
13595         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
13596         bother returning ENOSYS if settimeofday or stime fails; just let
13597         them return whatever errno they want to return.
13598         * lib/utimens.c: Include unistd.h, for dup2.
13599         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
13600         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
13601
13602 2005-10-02  Jim Meyering  <jim@meyering.net>
13603
13604         Sync from coreutils.
13605         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
13606         from glibc-2.2.5 that fails for read-only files.
13607
13608 2005-10-02  Jim Meyering  <jim@meyering.net>
13609
13610         Sync from coreutils.
13611         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
13612         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
13613         `#if HAVE_CONFIG_H'.
13614         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
13615         Remove AT_FDCWD test.
13616         Do not consume the fd unless successful.
13617         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
13618         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
13619         block, so that we don't even try to compile it if settimeofday is
13620         available.  This works around a compilation failure on OSF1 V5.1,
13621         due to stime requiring a `long int*' while tv_sec is `int'.
13622
13623 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
13624
13625         Sync from coreutils.
13626         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
13627         against `yes', rather than just testing for nonempty.
13628
13629 2005-10-01  Simon Josefsson  <jas@extundo.com>
13630
13631         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
13632         and Darwin.
13633
13634         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
13635         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
13636         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
13637         freeaddrinfo and gai_strerror are declared by the POSIX headers.
13638         Check if struct addrinfo is declared.
13639
13640 2005-10-01  Simon Josefsson  <jas@extundo.com>
13641
13642         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
13643         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
13644         AI_* and EAI_* definitions.  Protect function declarations.
13645
13646 2005-10-01  Jim Meyering  <jim@meyering.net>
13647
13648         Sync from coreutils.
13649
13650         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
13651         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
13652         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
13653         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13654         in the inet and nsl libraries.  Required on Solaris 5.7.
13655
13656 2005-10-01  Jim Meyering  <jim@meyering.net>
13657
13658         Sync from coreutils.
13659         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13660         in the inet and nsl libraries.  Required on Solaris 5.7.
13661
13662 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
13663
13664         * lib/getdelim.c (getdelim): Remove unused variables.
13665
13666 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13667
13668         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
13669         so that the code works even with ancient cpp.  Portability problem
13670         with GCC 2.7.2.1 reported by Thomas M.Ott.
13671
13672 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13673
13674         * modules/regex (Depends-on): Add strcase.
13675
13676         * modules/gethostname (Licence): Change from GPL to LGPL, since
13677         gethostname.c is a trivial implementation of a standard library
13678         function.
13679         * modules/poll (License): Change from GPL to LGPL, since it's
13680         derived from LGPL code.
13681
13682 2005-09-27  Jim Meyering  <jim@meyering.net>
13683
13684         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
13685         HAVE_CONFIG_H.
13686
13687         * lib/intprops.h (signed_type_or_expr__): Define.
13688         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
13689         for unsigned types.
13690
13691 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13692
13693         * lib/verify.h (verify_expr): Remove, replacing with:
13694         (verify_true): New macro that returns true instead of void.
13695         (verify_type__): Remove.
13696         (verify): Use verify_true rather than verify_type__.
13697
13698 2005-09-26  Bruno Haible  <bruno@clisp.org>
13699
13700         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
13701         is necessary.
13702         (lib_SOURCES): Remove mbchar.c.
13703         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
13704         (Files): Add m4/mbrtowc.m4.
13705         * modules/mbiter: Likewise.
13706         * modules/mbuiter: Likewise.
13707
13708 2005-09-26  Bruno Haible  <bruno@clisp.org>
13709
13710         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
13711         compile mbchar.c if they are not both present.
13712         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
13713         * m4/mbiter.m4 (gl_MBITER): Likewise.
13714         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
13715         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
13716         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
13717
13718 2005-09-25  Jim Meyering  <jim@meyering.net>
13719
13720         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
13721         also uses socklen_t.
13722
13723 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
13724
13725         * lib/utimens.c (ENOSYS): Define if not already defined.
13726         (futimens): Support having a null PATH if the file descriptor
13727         is nonnegative.
13728
13729         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
13730         Remove.
13731         (__attribute): Define to empty unless GCC 3.1 or later.
13732         This works around a core dump on OpenBSD 3.4, which has GCC
13733         2.95.3, which dumps core when given __attribute__(()).  It also
13734         simplifies other tests, since we really don't want to bother with
13735         worrying about which ancient version of GCC supported what.
13736         Original problem reported by Yoann Vandoorselaere, with part of
13737         the fix suggested by Derek Price.
13738
13739 2005-09-24  Jim Meyering  <jim@meyering.net>
13740
13741         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
13742         so we can once again use a positive bitfield width of 1 -- now we
13743         don't have to explain why we were using a bitfield width of 2.
13744
13745 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13746
13747         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
13748         and similarly for the other external symbols.  Problem reported
13749         by James Gallager.
13750
13751         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
13752         bug reported by Jim Meyering.
13753
13754         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
13755         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
13756         not needed, since socklen is a prerequisite module.
13757
13758 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13759
13760         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
13761         Problem reported by Eric Blake.
13762         (getaddrinfo): Initialize se so that it's not garbage.
13763         Redo internal storage allocation so that it doesn't make unportable
13764         assumptions about alignment.
13765         Fix a memory leak.
13766
13767         * lib/utimens.c (futimens): Use futimesat if available.
13768         Prefer it to futimes since it doesn't have the futimes bug.
13769
13770         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
13771         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
13772         Instead, declare a function that returns a pointer to an array,
13773         and use verify_type__ to declare the size of the array.
13774         Problem and germ of a solution reported by Bruno Haible.
13775         (verify_type__): Use 2, not 1, for bitfield size, to avoid
13776         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
13777
13778 2005-09-23  Jim Meyering  <jim@meyering.net>
13779
13780         Sync from coreutils.
13781         Correct build failure (socklen_t not defined) on at least
13782         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
13783         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
13784
13785 2005-09-23  Jim Meyering  <jim@meyering.net>
13786
13787         * modules/getaddrinfo (Depends-on): Add socklen.
13788
13789 2005-09-23  Bruno Haible  <bruno@clisp.org>
13790
13791         * tests/test-verify.c: New file.
13792
13793 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13794
13795         Sync from coreutils.
13796
13797         * modules/argmatch (Depends-on): Add verify.
13798         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
13799         unistd-safer.
13800         * modules/save-cwd (Depends-on): Likewise.
13801
13802         * modules/openat (Files): Add lib/openat-die.c.
13803         (Depends-on): Remove error, exitfail.
13804         Add dirname.
13805
13806         * modules/verify: New file.
13807         * MODULES.html.sh (Diagnostics <assert.h>): New section,
13808         with "verify" module.
13809
13810 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13811
13812         Sync from coreutils.
13813
13814         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
13815         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
13816         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
13817         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
13818         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
13819         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
13820         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
13821         Don't bother checking for string.h, stdlib.h, unistd.h.
13822         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
13823         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
13824         module's job.
13825         * m4/jm-macros.m4 (gl_MACROS): Likewise.
13826         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
13827
13828         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
13829         (gl_GETDATE): Use it.
13830
13831         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
13832
13833 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13834
13835         Sync from coreutils.
13836
13837         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
13838         stat-time.h.
13839         * lib/argmatch.h: Include verify.h
13840         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
13841         (ARGMATCH_ASSERT): Remove; unused.
13842         * lib/canonicalize.c: Assume STDC_HEADERS.
13843         * lib/exclude.c: Include "strcase.h".
13844         * lib/regex_internal.h [!defined _LIBC]: Likewise.
13845         * lib/getusershell.c: Include stdio--.h rather than stdio.h
13846         and stdio-safer.h.
13847         (getusershell): Call fopen, not fopen_safer.
13848         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
13849         Do not include unistd-safer.h.
13850         (save_cwd): Don't call fd_safer; no longer needed
13851         now that we include fcntl--.h.
13852
13853         * lib/getdate.y (relative_time): New type.
13854         (RELATIVE_TIME_0): New constant.
13855         (parser_control): Use relative_time instead of doing it ourselves.
13856         (%union): Add new relative_time rel member.
13857         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
13858         Now typeless.
13859         (relunit, relunit_snumber): Now of type rel.
13860         (zone, rel, relunit, get_date): Adjust to above changes.
13861
13862         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
13863         Do not include unistd-safer.h.
13864         (getloadavg): Don't call fd_safer; no longer needed
13865         now that we include fcntl--.h.
13866
13867         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
13868         (make_dir_parents): Treat ENOSYS like EEXIST.
13869
13870         Improve quality of diagnostics on restore_cwd failure.
13871         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
13872         (make_dir_parents): Last arg is now int * (for errno), not bool *.
13873         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
13874         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
13875         each time through the loop.  Do not diagnose restore_cwd failure;
13876         that is the caller's job (and perhaps the caller does not care).
13877
13878         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
13879         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
13880         If the file already exists but is not a directory, don't bother
13881         to try to make its parents.
13882         Close potential file descriptor leak if we can't chdir("/") (!).
13883         Don't always return true if chdir($PWD) fails; return true only
13884         if the requested action was done successfully (except for the
13885         chdir($PWD)).
13886         Don't log final directory unless we actually made it.
13887         Refactor to avoid duplicate code to fix up permissions.
13888         Don't attempt to fix up parent permissions if chdir($PWD) fails.
13889
13890         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
13891         to make it a bit faster and (I hope) clearer.
13892         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
13893         Fix bug in formats like %2N.
13894
13895         * lib/verify.h: New file.
13896
13897 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13898
13899         Sync from coreutils.
13900         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
13901
13902 2005-09-22  Jim Meyering  <jim@meyering.net>
13903
13904         Sync from coreutils.
13905
13906         * m4/lstat.m4 (gl_FUNC_LSTAT):
13907         Use AC_LIBSOURCES to require lstat.c and lstat.h.
13908         Remove obsolete comment.
13909         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
13910         * m4/xstrtod.m4: Likewise.
13911
13912         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
13913
13914 2005-09-22  Jim Meyering  <jim@meyering.net>
13915
13916         Sync from coreutils.
13917
13918         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
13919
13920         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
13921         the .tm_year member, since otherwise gcc-4.0 would now warn about
13922         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
13923
13924         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
13925         order to avoid an unsuppressible warning from gcc on 64-bit systems.
13926
13927         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
13928         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
13929         when run in a time zone for which daylight savings time is in effect
13930         for the starting date.
13931
13932         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
13933         stop us from restricting permissions of just-created absolute-named
13934         directories.
13935         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
13936         to restore initial working directory.
13937         * lib/mkdir-p.c (make_dir_parents): New parameter:
13938         different_working_dir, to tell caller if/when we change the working
13939         directory and are unable to return to the initial one.
13940         * lib/mkdir-p.h (make_dir_parents): Update prototype.
13941         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
13942         `return false'.  This fixes a bug introduced on 2004-07-30.
13943
13944         * lib/openat.c (fdopendir): Be sure to close the supplied
13945         file descriptor before returning.  This makes our replacement
13946         implementation a little closer to Solaris's, where fdopendir
13947         ties the file descriptor to the returned DIR* pointer.
13948         * lib/openat.c (unlinkat): New function.
13949         * lib/openat.h (unlinkat): Add prototype.
13950         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
13951         (openat_restore_fail): Rename from openat_restore_die.
13952         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
13953
13954         Provide an alternative to exiting immediately upon save_cwd or
13955         restore_cwd failure.  Now, an application can arrange e.g.,
13956         to perform a longjump in that case.
13957         * lib/openat.c: Include dirname.h.
13958         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
13959         (rpl_openat, fdopendir, fstatat): Call openat_save_die
13960         and openat_restore_die rather than calling error directly.
13961         Don't include "error.h" or "exitfail.h"; they're no longer needed.
13962
13963         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
13964         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
13965         define.
13966
13967         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
13968         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
13969                             int utc, int nanoseconds);
13970         Background:
13971         date should not have to allocate a megabyte of virtual memory to
13972         handle a format argument like +%1048575T.  When implemented with
13973         strftime, it must allocate such a buffer, use strftime to fill it
13974         in, print it, then free it.
13975         With fprintftime, it simply prints everything and exits.
13976         With no need for memory allocation, that's one fewer way to fail.
13977         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
13978         optional field width, not before, so we accept %9:z, not %:9z.
13979         (my_strftime): Be sure to use L_('x') for literals.
13980
13981         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
13982         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
13983         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
13984         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
13985         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
13986         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
13987         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
13988         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
13989         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
13990         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
13991         * lib/xgethostname.c, lib/xreadlink.c:
13992         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
13993
13994         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
13995         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
13996         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
13997         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13998         and don't include <sys/file.h>).
13999
14000 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
14001
14002         Sync from coreutils.
14003
14004         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
14005         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
14006         [!LDAV_DONE]: Avoid unused variable warning.
14007
14008 2005-09-21  Bruno Haible  <bruno@clisp.org>
14009
14010         * lib/unicodeio.h (unicode_to_mb): New declaration.
14011
14012 2005-09-20  Derek Price  <derek@ximbiot.com>
14013
14014         * lib/getaddrinfo.c: Don't include <netdb.h> included from
14015         getaddrinfo.h.
14016
14017 2005-09-20  Bruno Haible  <bruno@clisp.org>
14018
14019         * gnulib-tool: Remove trailing slashes from the values specified for
14020         --source-base, --m4-base, --tests-base, --aux-dir.
14021         Suggested by Simon Josefsson <jas@extundo.com>.
14022
14023 2005-09-20  Bruno Haible  <bruno@clisp.org>
14024
14025         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
14026         func_modules_to_filelist, func_import, func_create_testdir): Make all
14027         sorting results locale-independent, so that gnulib-cache.m4 doesn't
14028         change when gnulib-tool is invoked in a different locale.
14029
14030 2005-09-19  Simon Josefsson  <jas@extundo.com>
14031
14032         * m4/socklen.m4: Fix typo.
14033
14034 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14035
14036         Use a consistent style for including <config.h>.
14037         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
14038         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
14039         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
14040         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
14041         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
14042         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
14043         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
14044         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
14045         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
14046         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
14047         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
14048         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
14049         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
14050         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
14051         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
14052         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
14053         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
14054         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
14055         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
14056         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
14057         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
14058         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
14059         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
14060         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
14061         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
14062         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
14063         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
14064         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
14065         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
14066         lib/xstrtoumax.c, lib/yesno.c:
14067         Standardize inclusion of config.h.
14068         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
14069         lib/inttostr.h:  Removed inclusion of config.h from header files.
14070         * lib/inttostr.c:  Adjusted in-tree users.
14071         * lib/timespec.h: Remove superfluous warning to include config.h.
14072         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
14073         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
14074         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
14075         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
14076         config.h with HAVE_CONFIG_H.
14077
14078 2005-09-19  Jim Meyering  <jim@meyering.net>
14079
14080         * modules/pathmax (License): Change to LGPL.
14081
14082 2005-09-19  Derek Price  <derek@ximbiot.com>
14083
14084         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
14085
14086 2005-09-19  Bruno Haible  <bruno@clisp.org>
14087
14088         * gnulib-tool (import): Provide default for --tests-base.
14089
14090 2005-09-19  Bruno Haible  <bruno@clisp.org>
14091
14092         * doc/quote.texi: New file, extracted from gnulib.texi.
14093         * doc/ctime.texi: New file, extracted from gnulib.texi.
14094         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
14095         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
14096         * doc/gnulib.texi: Include them.
14097
14098 2005-09-18  Bruno Haible  <bruno@clisp.org>
14099
14100         Portability fix.
14101         * gnulib-tool (func_readlink): New function.
14102         (func_ln_if_changed): Use it.
14103
14104 2005-09-18  Bruno Haible  <bruno@clisp.org>
14105
14106         * gnulib-tool: Support --with-tests also with --import.
14107         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
14108         (func_import): Use variables $testsbase and $inctests. Emit a
14109         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
14110         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
14111         SUBDIRS += $testsdir.
14112         (func_create_testdir): Update.
14113
14114 2005-09-18  Bruno Haible  <bruno@clisp.org>
14115
14116         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
14117         instead of $dry_run.
14118         (func_cp_if_changed, func_mv_if_changed): Remove functions.
14119         (func_ln_if_changed): Don't handle dry-run here.
14120         (func_import): In dry-run mode, detect more precisely which actions
14121         would be performed, and don't use "...ing" verbs.
14122
14123 2005-09-18  Bruno Haible  <bruno@clisp.org>
14124
14125         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
14126         (func_import): Use join on two temporary files instead of three nested
14127         loops, in order to determine which files are new or old.
14128
14129 2005-09-18  Bruno Haible  <bruno@clisp.org>
14130
14131         * gnulib-tool (func_import): Comment out code that spits out the
14132         new files with --dry-run.
14133
14134 2005-09-18  Bruno Haible  <bruno@clisp.org>
14135
14136         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
14137
14138 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14139
14140         * lib/stat-time.h: New file.
14141         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
14142         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
14143         in a different way.
14144         (timespec_cmp): New function.
14145         * lib/utimecmp.c: Include stat-time.h.
14146         (SYSCALL_RESOLUTION): Depend on whether various struct stat
14147         members exist, not on the obsolescent ST_MTIM_NSEC.
14148         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
14149
14150 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14151
14152         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
14153
14154 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14155
14156         * MODULES.html.sh (File system functions): Add stat-time.
14157         * modules/stat-time: New file.
14158         * modules/timespec (Files): Remove m4/st_mtim.m4; this
14159         is now done in a different way, by the stat-time module.
14160         * modules/utimecmp (Depends-on): Add stat-time.
14161
14162 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
14163
14164         * m4/st_mtim.m4: Remove.  Superseded by...
14165         * m4/stat-time.m4: New file.
14166         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
14167         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
14168
14169 2005-09-15  Derek Price  <derek@ximbiot.com>
14170
14171         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
14172
14173 2005-09-15  Derek Price  <derek@ximbiot.com>
14174
14175         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
14176         * lib/regex_internal.c: Ditto, using this...
14177         (__GNUC_PREREQ): ...new macro.
14178         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
14179         using...
14180         (__GNUC_PREREQ): ...this new macro.
14181
14182         * lib/strstr.h: Include string.h. Define strstr as a macro here.
14183
14184 2005-09-15  Derek Price  <derek@ximbiot.com>
14185             Paul Eggert  <eggert@cs.ucla.edu>
14186
14187         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
14188         changes, consolidating in...
14189         * lib/regex_internal.h: ...this file.
14190
14191 2005-09-13  Jim Meyering  <jim@meyering.net>
14192
14193         * lib/canon-host.c: Filter through gnu indent and reword comments
14194         slightly.
14195         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
14196
14197 2005-09-13  Derek Price  <derek@ximbiot.com>
14198
14199         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
14200         failure.
14201         Reported by Jim Meyering  <jim@meyering.net>.
14202
14203 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14204
14205         * lib/base64.c: Typo.
14206         (base64_encode): Put b64str in initialized data section.
14207
14208 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
14209
14210         Merge glibc and coreutils changes into gnulib, plus a few
14211         extra fixes.
14212         * lib/md5.c: Use #error rather than a string.
14213         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
14214         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
14215         (__attribute__): Define to empty for non recent-GCC.
14216         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
14217         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
14218         Renamed from their non-__ counterparts, with new macros replacing
14219         them if not _LIBC.  Add __THROW attribute.
14220         (rol): Remove.
14221         (struct md5_ctx): Align buffer if using GCC.
14222         * lib/sha1.h (struct sha1_ctx): Likewise.
14223         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
14224         The old name was backwards.
14225         (NOTSWAP): Remove; not used.
14226         (rol): New macro, moved here from md5.h.
14227         (sha1_process_block): Remove a FIXME that doesn't make sense.
14228
14229 2005-09-12  Derek Price  <derek@ximbiot.com>
14230
14231         Return usable errors from canon-host.
14232         * lib/canon-host.h: New file.
14233         * lib/canon-host.c (canon_host): Wrap...
14234         (canon_host_r): ...this new function, which now relies exclusively on
14235         getaddrinfo.
14236         (ch_strerror): New function.
14237         (last_cherror): New global.
14238         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
14239         interface.
14240         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
14241         void *.
14242         (freeaddrinfo): Free ai->ai_canonname when set.
14243
14244 2005-09-12  Derek Price  <derek@ximbiot.com>
14245
14246         Make canon-host require getaddrinfo.
14247         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
14248         AC_LIBSOURCE canon-host.h.  Call...
14249         (gl_PREREQ_CANON_HOST): ...this new function, which requires
14250         gl_GETADDRINFO.
14251         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
14252
14253 2005-09-12  Derek Price  <derek@ximbiot.com>
14254
14255         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
14256         LGPL.
14257         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
14258
14259 2005-09-12  Derek Price  <derek@ximbiot.com>
14260
14261         * lib/gai_strerror.c: Include config.h when available.  Include
14262         getaddrinfo.h before other headers to test interface.
14263         Reported by Larry Jones <lawrence.jones@ugs.com>.
14264
14265 2005-09-12  Derek Price  <derek@ximbiot.com>
14266             Paul Eggert  <eggert@cs.ucla.edu>
14267
14268         * modules/glob (Files): Add glob-libc.h.
14269
14270 2005-09-12  Derek Price  <derek@ximbiot.com>
14271             Paul Eggert  <eggert@cs.ucla.edu>
14272
14273         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
14274         glob_.h, glob-libc.h.
14275         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
14276
14277 2005-09-12  Derek Price  <derek@ximbiot.com>
14278             Paul Eggert  <eggert@cs.ucla.edu>
14279
14280         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
14281         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
14282         protecting things that should be done only in gnulib contexts.
14283         * lib/glob_.h: New file, containing only the glob things needed for
14284         gnulib.
14285         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
14286         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
14287         (glob, globfree, glob_pattern_p): Now defined simply in terms of
14288         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
14289         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
14290         and to respect the namespace rules better.
14291
14292 2005-09-08  Simon Josefsson  <jas@extundo.com>
14293
14294         * modules/socklen: New file.
14295
14296 2005-09-08  Simon Josefsson  <jas@extundo.com>
14297
14298         * m4/socklen.m4: New file.
14299
14300 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14301
14302         * modules/utimens (Files): Add m4/utimbuf.m4, since
14303         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
14304         Reported by Sergey Poznyakoff.
14305
14306 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14307
14308         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
14309         definitions, since that's the preferred style in glibc.
14310         Fix a minor spacing issue, and update copyright notice to match
14311         glibc's.
14312
14313 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14314
14315         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
14316
14317 2005-09-06  Simon Josefsson  <jas@extundo.com>
14318
14319         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
14320         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
14321
14322 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14323
14324         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
14325         warning.
14326
14327 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14328
14329         * config/srclist.txt: Add glibc bug 1302.
14330
14331 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
14332
14333         Change bitset word type from unsigned int to unsigned long int,
14334         as this has better performance on typical 64-bit hosts.
14335         Port bitset code to hosts with unusual word sizes.
14336         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
14337         (build_collating_symbol):
14338         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
14339         argument is a bitset.  This is merely a style issue, but it makes
14340         it clearer that an entire array is expected.
14341         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
14342         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
14343         Port to the case where bitset_word is not the same as unsigned int.
14344         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14345         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
14346         Likewise.
14347         * lib/regexec.c (check_dst_limits_calc_pos_1,
14348         check_subexp_matching_top):
14349         (build_trtable, group_nodes_into_DFAstates):
14350         Likewise.
14351         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
14352         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
14353         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
14354         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
14355         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
14356         * lib/regcomp.c (optimize_subexps, lower_subexp):
14357         Work even if bitset_word has holes in its bitwise representation.
14358         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
14359         * lib/regexec.c (check_dst_limits_calc_pos_1,
14360         check_subexp_matching_top):
14361         Likewise.
14362         * lib/regex_internal.c (re_string_reconstruct):
14363         Don't assume UCHAR_MAX == 255.
14364         * lib/regex_internal.h (bitset_set_all): Likewise.
14365         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
14366         All uses changed.
14367         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
14368         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
14369         All uses changed.
14370         (BITSET_WORD_MAX): New macro.
14371         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
14372         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
14373         (bitset_empty, bitset_copy):
14374         Prefer sizeof (bitset) to multiplying it out ourselves.
14375         (bitset_not_merge): Remove; unused.
14376         (bitset_contain): Return bool, not unsigned int with one bit on.
14377         All callers changed.
14378         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
14379         alignment than re_node_set; do this by defining a new internal
14380         type struct dests_alloc and using it to allocate memory.
14381
14382 2005-09-05  Bruno Haible  <bruno@clisp.org>
14383
14384         * gnulib-tool (func_import): Fix comparison in handling of symbolic
14385         links.
14386
14387 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
14388
14389         * modules/size_max (Makefile.am): Add size_max.h
14390
14391 2005-09-04  Derek Price  <derek@ximbiot.com>
14392
14393         * gnulib-tool (func_import): Fix reversed $symbolic logic.
14394
14395 2005-09-03  Simon Josefsson  <jas@extundo.com>
14396
14397         * gnulib-tool: Fix typo.
14398
14399 2005-09-03  Simon Josefsson  <jas@extundo.com>
14400
14401         * config/srclist.txt: Add glibc bug 1293.
14402
14403 2005-09-03  Derek Price  <derek@ximbiot.com>
14404
14405         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
14406         From Larry Jones <lawrence.jones@ugs.com>.
14407
14408 2005-09-02  Simon Josefsson  <jas@extundo.com>
14409
14410         * modules/socklen: New file.
14411
14412 2005-09-02  Simon Josefsson  <jas@extundo.com>
14413
14414         * modules/havelib: New module.
14415
14416         * modules/gettext, modules/iconv, modules/lock, modules/readline:
14417         Use havelib.
14418
14419 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14420
14421         Check for arithmetic overflow when calculating sizes, to prevent
14422         some buffer-overflow issues.  These patches are conservative, in the
14423         sense that when I couldn't determine whether an overflow was possible,
14424         I inserted a run-time check.
14425         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
14426         macros.
14427         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
14428         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
14429         (re_xnrealloc, re_x2nrealloc): New inline functions.
14430         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
14431         parse_bracket_exp):
14432         (build_equiv_class, build_charclass): Check for arithmetic overflow
14433         in size expression calculations.
14434         * lib/regex_internal.c (re_string_realloc_buffers):
14435         (build_wcs_upper_buffer, re_node_set_add_intersect):
14436         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
14437         (re_dfa_add_node, register_state): Likewise.
14438         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
14439         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
14440         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
14441         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
14442
14443 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14444
14445         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14446         m4/ulonglong.m4.  Problem reported by Martin Lambers.
14447
14448 2005-09-02  Bruno Haible  <bruno@clisp.org>
14449
14450         Support for lib vs. lib64 distinction on biarch platforms.
14451         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
14452         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
14453         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
14454
14455 2005-09-02  Bruno Haible  <bruno@clisp.org>
14456
14457         * gnulib-tool (import): In the other first-use case, provide defaults
14458         as well.
14459
14460 2005-09-02  Bruno Haible  <bruno@clisp.org>
14461
14462         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
14463         patches not yet found in the latest gettext release.
14464
14465 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14466
14467         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
14468         to avoid a collision with bits/local_lim.h in glibc.
14469         All uses changed.  Problem reported by Dmitry V. Levin in
14470         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
14471
14472         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
14473         bugs in int versus size_t comparisons.
14474         (re_string_context_at): Fix bug where the code assumed that
14475         Idx is signed.
14476
14477         Use bool where appropriate.
14478         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
14479         All callers changed.
14480         (calc_eclosure_iter): Likewise, for ROOT arg.
14481         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
14482         (build_charclass_op): Likewise, for NON_MATCH arg.
14483         * lib/regex_internal.c (re_string_allocate, re_string_construct):
14484         (re_string_construct_common): Likewise, for ICASE arg.
14485         * lib/regexec.c (re_search_2_stub, re_search_stub):
14486         Likewise, for RET_LEN arg.
14487         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
14488         (set_regs): Likewise, for FL_BACKTRACK arg.
14489         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
14490         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
14491         (calc_eclosure_iter, parse_bracket_exp):
14492         Use bool for internal variables that are booleans.
14493         * lib/regexec.c (re_search_internal, check_matching,
14494         proceed_next_node):
14495         (set_regs, build_sifted_states, sift_states_bkref):
14496         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
14497         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14498         (find_collation_sequence_value):
14499         Likewise.
14500         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
14501         (re_node_set_compare):
14502         Return bool, not int. All callers changed.
14503         * lib/regexec.c (check_halt_node_context, check_dst_limits):
14504         (build_trtable, check_node_accept): Likewise.
14505         * lib/regex_internal.h: Include stdbool.h.
14506
14507         Fix bugs uncovered when converting to bool.
14508         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
14509         failure instead of charging ahead blindly.
14510         * lib/regex_internal.c (register_state): Likewise.
14511         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
14512         for freeing internal storage.
14513         (group_nodes_into_DFA_states): Use unsigned int, not int, for
14514         bitset pieces used as boolean, to avoid undefined behavior
14515         on hosts that do int overflow checking.
14516
14517 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14518
14519         * config/srclist.txt: Add glibc bugs 1285-1287.
14520
14521 2005-09-01  Jim Meyering  <jim@meyering.net>
14522
14523         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
14524         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
14525         Require gl_STAT_MACROS, too.
14526
14527 2005-09-01  Bruno Haible  <bruno@clisp.org>
14528
14529         * gnulib-tool (import): In the first-use case, provide defaults.
14530
14531 2005-09-01  Bruno Haible  <bruno@clisp.org>
14532
14533         * gnulib-tool (func_import): Remove the .tmp files.
14534
14535 2005-09-01  Bruno Haible  <bruno@clisp.org>
14536
14537         * gnulib-tool (func_import): Fix handling of symbolic links.
14538
14539 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14540
14541         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
14542         old glibc regex code mishandles strings longer than 2**31 bytes.
14543         This patch fixes this when the regex code is used in gnulib
14544         (i.e., outside glibc).
14545
14546         This patch should not affect the use of the regex code inside
14547         glibc.  No doubt this problem also needs to be handled for glibc
14548         as well, but the result will be an incompatible change to the
14549         glibc ABI, and the old ABI will have to be supported too.  That
14550         can be the the subject for another patch.
14551
14552         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
14553         governing whether the rest of this patch is active.  By default,
14554         the macro is disabled and the patch has no effect.
14555         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
14556         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
14557         (struct re_pattern_buffer, re_search, re_search_2, re_match):
14558         (re_match_2, re_set_registers): Use the new types.
14559         * lib/regex_internal.h (Idx, re_hashval_t): New types.
14560         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
14561         New macros.
14562         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
14563         (re_string_context_at, bin_tree_t, re_dfastate_t):
14564         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
14565         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
14566         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
14567         (re_string_char_size_at, re_string_wchar_at):
14568         (re_string_elem_size_at):
14569         Use the new types and macros to port to 64-bit hosts.
14570         Use unsigned types for internal values, so that the code
14571         mostly works even for arrays larger than SSIZE_MAX.
14572         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
14573         (search_duplicated_node, calc_eclosure_iter, fetch_number):
14574         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
14575         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
14576         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
14577         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
14578         (calc_inveclosure, parse_dup_op, build_range_exp):
14579         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
14580         (fetch_number, create_token_tree, mark_opt_subexp):
14581         Likewise.
14582         * lib/regex_internal.c (re_string_construct_common,
14583         create_ci_newstate):
14584         (create_cd_newstate, re_string_allocate, re_string_construct):
14585         (re_string_realloc_buffers, build_wcs_upper_buffer):
14586         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14587         (re_string_reconstruct, re_string_peek_byte_case):
14588         (re_string_fetch_byte_case, re_string_context_at):
14589         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14590         (re_node_set_init_copy, re_node_set_add_intersect):
14591         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14592         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14593         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14594         (re_acquire_state, re_acquire_state_context, register_state):
14595         Likewise.
14596         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
14597         search_cur_bkref_entry):
14598         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
14599         (re_search_internal, re_search_2_stub, re_search_stub)
14600         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
14601         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
14602         (update_cur_sifted_state, check_dst_limits):
14603         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14604         (check_subexp_limits, sift_states_bkref, merge_state_array):
14605         (check_subexp_matching_top, get_subexp, get_subexp_sub):
14606         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
14607         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14608         (expand_bkref_cache, check_node_accept_bytes):
14609         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
14610         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
14611         (acquire_init_state_context, check_halt_node_context):
14612         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
14613         (sift_states_backward, clean_state_log_if_needed):
14614         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
14615         (find_recover_state, transit_state_sb, transit_state_mb):
14616         (transit_state_bkref, build_trtable, match_ctx_clean):
14617         Likewise.
14618         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
14619         to work around an assumption that REG_MISSING is negative.
14620
14621         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
14622         (seek_collating_symbol_entry) [defined _LIBC]:
14623         (lookup_collation_sequence_value) [defined _LIBC]:
14624         (build_range_exp, build_collating_symbol) [defined _LIBC]:
14625         Use prototypes rather than old-style function definitions.
14626         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
14627         (transit_state_sb) [0]:
14628         (find_collation_sequence_value) [defined _LIBC]: Likewise.
14629
14630         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
14631         rm_eo.
14632
14633         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
14634         (optimize_subexps, lower_subexp):
14635         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
14636         since the signed shift might overflow.  Use 1u<<31 instead.
14637         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14638         Likewise.
14639         * lib/regexec.c (check_dst_limits_calc_pos_1,
14640         check_subexp_matching_top): Likewise.
14641
14642         * lib/regcomp.c (optimize_subexps, lower_subexp):
14643         Use CHAR_BIT rather than 8, for clarity.
14644         * lib/regexec.c (check_dst_limits_calc_pos_1):
14645         (check_subexp_matching_top): Likewise.
14646         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
14647         have to worry about portability issues when shifting it left.
14648         Remove no-longer-needed test for table_size > 0.
14649         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
14650         in a word, as the resulting behavior is undefined.
14651         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
14652         in one case, a <= should have been an <, and in another case the
14653         whole test was missing.
14654         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
14655         the standard name CHAR_BIT.
14656         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
14657         this is not true on one's complement and signed-magnitude hosts.
14658
14659         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
14660         next_last_offset.
14661         (struct re_dfa_t): Remove unused member states_alloc.
14662         * lib/regcomp.c (init_dfa): Don't initialize unused members.
14663
14664 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14665
14666         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
14667         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
14668         and large-file glibc and in 32-bit large-file Solaris.
14669
14670 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14671
14672         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
14673         lengths fit in regoff_t; this isn't true if regoff_t is the same
14674         width as size_t.
14675         * lib/regex.c (re_search_internal): 5th arg is LAST_START
14676         (= START + RANGE) instead of RANGE.  This avoids overflow
14677         problems when regoff_t is the same width as size_t.
14678         All callers changed.
14679         (re_search_2_stub): Check for overflow when adding the
14680         sizes of the two strings.
14681         (re_search_stub): Check for overflow when adding START
14682         to RANGE; if it occurs, substitute the extreme value.
14683
14684 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14685
14686         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
14687
14688 2005-08-31  Jim Meyering  <jim@meyering.net>
14689
14690         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
14691         a pointer-to-const.
14692         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
14693         (register_state): Likewise.
14694         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
14695         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14696         (group_nodes_into_DFAstates): Likewise.
14697
14698 2005-08-31  Jim Meyering  <jim@meyering.net>
14699
14700         * check-module: Add a FIXME comment.
14701
14702 2005-08-31  Eric Blake  <ebb9@byu.net>
14703
14704         * modules/unistd-safer (Files): Add unistd--.h.
14705         * modules/stdio-safer (Files): Add stdio--.h.
14706
14707 2005-08-31  Derek Price  <derek@ximbiot.com>
14708
14709         * lib/getdelim.c (getdelim): Return EOF on EOF.
14710         Reported by Larry Jones <lawrence.jones@ugs.com>.
14711
14712 2005-08-31  Bruno Haible  <bruno@clisp.org>
14713
14714         Avoid unnecessary diffs in the generated lib/Makefile.am.
14715         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
14716         the generated files.
14717         (func_import): Don't set cmd.
14718
14719 2005-08-31  Bruno Haible  <bruno@clisp.org>
14720
14721         * lib/strstr.c: Include <stddef.h>, for NULL.
14722         * lib/strcasestr.c: Likewise.
14723         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14724
14725 2005-08-31  Bruno Haible  <bruno@clisp.org>
14726
14727         * gnulib-tool: New option --macro-prefix.
14728         (func_import): Use macro_prefix.
14729         (import): Handle option --macro-prefix.
14730
14731 2005-08-31  Bruno Haible  <bruno@clisp.org>
14732
14733         * gnulib-tool (import): Rename most ac_* variables to cached_*.
14734         Also use new variables cached_lgpl, cached_libtool.
14735
14736 2005-08-31  Bruno Haible  <bruno@clisp.org>
14737
14738         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
14739         always instantiating them.
14740
14741 2005-08-31  Bruno Haible  <bruno@clisp.org>
14742
14743         * gnulib-tool (func_import): Read the previous cached settings
14744         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
14745         earlier added by gnulib but are now dropped. Warn when a gnulib file
14746         overwrites a non-gnulib file.
14747
14748 2005-08-31  Bruno Haible  <bruno@clisp.org>
14749
14750         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
14751         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
14752         projects that don't keep autogenerated files in CVS. Put into
14753         actioncmd only the specified modules, not the transitive closure.
14754
14755 2005-08-31  Bruno Haible  <bruno@clisp.org>
14756
14757         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
14758         Create directories that shall be filled.
14759         (import): Don't look for gl_* macros in configure.ac. Recurse across
14760         all directories containing a gnulib-cache.m4 files, if meaningful.
14761
14762 2005-08-31  Bruno Haible  <bruno@clisp.org>
14763
14764         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
14765         (import): Set seen_libtool when we see gl_LIBTOOL.
14766
14767 2005-08-31  Bruno Haible  <bruno@clisp.org>
14768
14769         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
14770         declaration macro definitions from generated gnulib.m4.
14771
14772 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
14773
14774         * lib/iconvme.h: Add prototype for iconv_alloc.
14775
14776 2005-08-29  Simon Josefsson  <jas@extundo.com>
14777
14778         * lib/iconvme.c: Fix errno.
14779
14780 2005-08-29  Bruno Haible  <bruno@clisp.org>
14781
14782         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
14783         that it works when the directory contains spaces.
14784
14785 2005-08-29  Bruno Haible  <bruno@clisp.org>
14786
14787         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
14788
14789 2005-08-29  Bruno Haible  <bruno@clisp.org>
14790
14791         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
14792         Emit more advice.
14793
14794 2005-08-29  Bruno Haible  <bruno@clisp.org>
14795         and Stepan Kasal  <kasal@ucw.cz>
14796
14797         * check-module: If more parameters are given, check each of them
14798         separately; add more exceptions, as noted by Jim Meyering.
14799         (check_module): New procedure.
14800         (%exempt_header): Now contains all exceptions.
14801
14802 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
14803
14804         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
14805
14806 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14807
14808         * lib/iconvme.c: Split iconv_string into iconv_alloc.
14809
14810 2005-08-28  Bruno Haible  <bruno@clisp.org>
14811
14812         * m4/gnulib-tool.m4: New file.
14813
14814 2005-08-27  Jim Meyering  <jim@meyering.net>
14815
14816         * modules/unistd-safer (Files): Add pipe-safer.c.
14817         * modules/fcntl-safer (Files): Add creat-safer.c.
14818
14819 2005-08-27  Jim Meyering  <jim@meyering.net>
14820
14821         * m4/stdlib-safer.m4: New file.  From coreutils.
14822         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
14823         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
14824         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
14825         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
14826         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
14827
14828 2005-08-27  Jim Meyering  <jim@meyering.net>
14829
14830         * lib/fopen-safer.c: Merge minor changes from coreutils.
14831         * lib/dup-safer.c: Likewise.
14832         * lib/fd-safer.c: Likewise.
14833
14834         Merge from coreutils.
14835         * lib/stdio--.h: New file.
14836         * lib/stdlib--.h: New file.
14837         * lib/mkstemp-safer.c: New file.
14838
14839         GNU tar needs these.
14840         * lib/pipe-safer.c: New file.
14841         * lib/creat-safer.c: New file.
14842         * lib/fcntl--.h (creat): Define to creat_safer.
14843         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
14844         * lib/unistd--.h (pipe): Define to pipe_safer.
14845         * lib/unistd-safer.h: Declare pipe_safer.
14846
14847 2005-08-26  Simon Josefsson  <jas@extundo.com>
14848
14849         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
14850         Haible <bruno@clisp.org>.
14851
14852 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
14853
14854         * lib/regex_internal.h: Remove all references to
14855         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
14856         or better.
14857         (bitset_not, bitset_merge, bitset_not_merge):
14858         (bitset_mask, re_string_allocate, re_string_construct):
14859         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
14860         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
14861         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
14862         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
14863         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14864         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14865         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
14866         (re_acquire_state_context):
14867         Remove unnecessary forward decls.
14868         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
14869         Put __attribute at function definition,
14870         now that the function decl has been removed.
14871         * lib/regex_internal.c (re_string_peek_byte_case):
14872         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
14873         Likewise.
14874
14875 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
14876
14877         * m4/regex.m4: Add AC_PREREQ(2.50).
14878         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
14879
14880 2005-08-25  Simon Josefsson  <jas@extundo.com>
14881
14882         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
14883         __fsetlocking.
14884
14885 2005-08-25  Simon Josefsson  <jas@extundo.com>
14886
14887         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
14888         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
14889         GLIBC specific code.
14890
14891 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14892
14893         Make regex safe for g++.  This fixes one real bug (an "err"
14894         that should have been "*err").  g++ problem reported by
14895         Sam Steingold.
14896         * lib/regex_internal.h (re_calloc): New macro, consistent with
14897         re_malloc etc.  All callers of calloc changed to use re_calloc.
14898         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
14899         not int.  All callers changed.
14900         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
14901         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
14902         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
14903         (find_recover_state): Change "err" to "*err"; this fixes what
14904         appears to be a real bug.
14905         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
14906         versus int.
14907
14908 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14909
14910         * modules/regex (Depends-on): Add malloc, since the code
14911         assumes that !malloc(0) means failure.
14912
14913 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14914
14915         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
14916
14917         alloca modernization/simplification for regex.
14918         * lib/regex.c: Remove portability cruft for alloca.  This no longer
14919         needs to be at the start of the file, and can be moved into
14920         regex_internal.h and simplified.
14921         * lib/regex_internal.h: Include <alloca.h>.
14922         (__libc_use_alloca) [!defined _LIBC]: New macro.
14923         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
14924         now works outside glibc.
14925
14926 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14927
14928         * config/srclist.txt: Add glibc bugs 1241, 1245.
14929
14930 2005-08-25  Jim Meyering  <jim@meyering.net>
14931
14932         * lib/open-safer.c: Include <config.h>.
14933         Otherwise, we'd lose LARGEFILE support in any file using
14934         e.g. "fcntl--.h"
14935
14936 2005-08-25  Bruno Haible  <bruno@clisp.org>
14937
14938         * m4/minmax.m4: Require autoconf 2.52.
14939         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
14940         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
14941         alternatives of translit over the alphabet.
14942         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
14943
14944 2005-08-24  Simon Josefsson  <jas@extundo.com>
14945
14946         * tests/test-getpass.c: New file.
14947
14948 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14949
14950         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
14951         for GNU regex features.
14952
14953 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14954
14955         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
14956         * lib/regex.h (regerror): Likewise.
14957
14958         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
14959         requires this.  (The code never needed it.)
14960
14961         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
14962         All uses of recently-renamed identifiers changed to use the new,
14963         POSIX-compliant names.  The code will build and run just fine
14964         without these changes, but it's better to eat our own dog food
14965         and use the standard-conforming names.
14966
14967         * lib/regex.h: Fix a multitude of POSIX name space violations.
14968         These changes have an effect only for programs that define
14969         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
14970         do not change anything for programs compiled in the normal way.
14971         Also, there is no effect on the ABI.
14972
14973         (_REGEX_SOURCE): New macro.
14974         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
14975         defined and _GNU_SOURCE is not; this fixes a name space violation.
14976
14977         Rename the following macros to obey POSIX requirements.
14978         The old names are still visible as macros if _REGEX_SOURCE is defined.
14979         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
14980         RE_BACKSLASH_ESCAPE_IN_LISTS.
14981         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
14982         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
14983         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
14984         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
14985         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
14986         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
14987         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
14988         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
14989         (REG_INTERVALS): renamed from RE_INTERVALS.
14990         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
14991         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
14992         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
14993         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
14994         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
14995         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
14996         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
14997         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
14998         RE_UNMATCHED_RIGHT_PAREN_ORD.
14999         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
15000         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
15001         (REG_DEBUG): renamed from RE_DEBUG.
15002         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
15003         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
15004         unusual, since we can't clash with the POSIX REG_ICASE.
15005         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
15006         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
15007         (REG_NO_SUB): renamed from RE_NO_SUB.
15008         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
15009         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
15010         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
15011         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
15012         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
15013         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
15014         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
15015         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
15016         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
15017         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
15018         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
15019         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
15020         RE_SYNTAX_POSIX_MINIMAL_BASIC.
15021         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
15022         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
15023         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
15024         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
15025         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
15026         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
15027         (REG_FIXED): Renamed from REGS_FIXED.
15028         (REG_NREGS): Renamed from RE_NREGS.
15029
15030         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
15031         of other REG_* macros, since POSIX says the user is allowed to
15032         #undef these macros selectively.
15033
15034         (reg_errcode_t): Update comment stating what other tables need
15035         to be consistent.
15036
15037         Rename the following enum values to obey POSIX requirements.
15038         The old names are still visible as macros.
15039         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
15040         is not defined, since GNU is supposed to be a superset of POSIX as
15041         much as possible, and since we want reg_errcode_t to be a signed
15042         type for implementation consistency.
15043         (_REG_NOERROR): Renamed from REG_NOERROR.
15044         (_REG_NOMATCH): Renamed from REG_NOMATCH.
15045         (_REG_BADPAT): Renamed from REG_BADPAT.
15046         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
15047         (_REG_ECTYPE): Renamed from REG_ECTYPE.
15048         (_REG_EESCAPE): Renamed from REG_EESCAPE.
15049         (_REG_ESUBREG): Renamed from REG_ESUBREG.
15050         (_REG_EBRACK): Renamed from REG_EBRACK.
15051         (_REG_EPAREN): Renamed from REG_EPAREN.
15052         (_REG_EBRACE): Renamed from REG_EBRACE.
15053         (_REG_BADBR): Renamed from REG_BADBR.
15054         (_REG_ERANGE): Renamed from REG_ERANGE.
15055         (_REG_ESPACE): Renamed from REG_ESPACE.
15056         (_REG_BADRPT): Renamed from REG_BADRPT.
15057         (_REG_EEND): Renamed from REG_EEND.
15058         (_REG_ESIZE): Renamed from REG_ESIZE.
15059         (_REG_ERPAREN): Renamed from REG_ERPAREN.
15060         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
15061         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
15062         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
15063         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
15064
15065         (_REG_RE_NAME, _REG_RM_NAME): New macros.
15066         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
15067         changed.  But support the old name if the new one is not defined
15068         and if _REGEX_SOURCE.
15069
15070         Change the following member names in struct re_pattern_buffer.
15071         The old names are still supported if !_REGEX_SOURCE.
15072         The new names are always supported, regardless of _REGEX_SOURCE.
15073         (re_buffer): Renamed from buffer.
15074         (re_allocated): Renamed from allocated.
15075         (re_used): Renamed from used.
15076         (re_syntax): Renamed from syntax.
15077         (re_fastmap): Renamed from fastmap.
15078         (re_translate): Renamed from translate.
15079         (re_can_be_null): Renamed from can_be_null.
15080         (re_regs_allocated): Renamed from regs_allocated.
15081         (re_fastmap_accurate): Renamed from fastmap_accurate.
15082         (re_no_sub): Renamed from no_sub.
15083         (re_not_bol): Renamed from not_bol.
15084         (re_not_eol): Renamed from not_eol.
15085         (re_newline_anchor): Renamed from newline_anchor.
15086
15087         Change the following member names in struct re_registers.
15088         The old names are still supported if !_REGEX_SOURCE.
15089         The new names are always supported, regardless of _REGEX_SOURCE.
15090         (rm_num_regs): Renamed from num_regs.
15091         (rm_start): Renamed from start.
15092         (rm_end): Renamed from end.
15093
15094         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
15095         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
15096         Prepend __ to parameter names.
15097
15098         Undo yesterday's changes.
15099
15100 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15101
15102         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
15103         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
15104         lib/regex.c.
15105
15106 2005-08-24  Jim Meyering  <jim@meyering.net>
15107
15108         Sync from coreutils.
15109         * m4/fcntl-safer.m4: New file.
15110
15111         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
15112         and object files for this module.
15113
15114 2005-08-24  Jim Meyering  <jim@meyering.net>
15115
15116         Sync from coreutils.
15117         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
15118
15119 2005-08-24  Jim Meyering  <jim@meyering.net>
15120
15121         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
15122         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
15123
15124 2005-08-24  Jim Meyering  <jim@meyering.net>
15125
15126         * modules/fcntl-safer: New module.
15127         * modules/fts (Depends-on): Add fcntl-safer.
15128         * MODULES.html.sh (File descriptor based Input/Output):
15129         Add fcntl-safer.
15130
15131 2005-08-24  Bruno Haible  <bruno@clisp.org>
15132
15133         Support for unit test modules.
15134         * modules/README: Mention tests modules.
15135         * modules/TEMPLATE-TESTS: New file.
15136         * gnulib-tool: New options --extract-tests-module, --with-tests and
15137         --tests-base (unused for the moment).
15138         (testsbase, inctests): New variables.
15139         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
15140         (func_verify_module): Exclude TEMPLATE-TESTS.
15141         (func_verify_nontests_module, func_verify_tests_module): New functions.
15142         (func_get_dependencies): Add implicit dependency for tests modules.
15143         (func_get_tests_module): New function.
15144         (func_modules_transitive_closure): When --with-tests was specified,
15145         include the unit tests as well, unless explicitly avoided.
15146         (func_emit_lib_Makefile_am): Ignore the tests modules here.
15147         (func_emit_tests_Makefile_am): New function.
15148         (func_create_testdir): When --with-tests was specified, emit a
15149         tests/ directory.
15150         * MODULES.html.sh (Future developments): Update.
15151
15152 2005-08-24  Bruno Haible  <bruno@clisp.org>
15153
15154         * modules/tls-tests: New file.
15155         * tests/test-tls.c: New file, from GNU gettext.
15156
15157 2005-08-24  Bruno Haible  <bruno@clisp.org>
15158
15159         * modules/lock-tests: New file.
15160         * tests/test-lock.c: New file, from GNU gettext.
15161
15162 2005-08-24  Bruno Haible  <bruno@clisp.org>
15163
15164         * lib/lock.h: Add multiple inclusion guard.
15165         * lib/tls.h: Add multiple inclusion guard.
15166
15167 2005-08-24  Bruno Haible  <bruno@clisp.org>
15168
15169         * gnulib-tool: Add support for the --aux-dir option to
15170         --create-testdir, --create-megatestdir, --test, --megatest.
15171         (func_create_testdir, func_create_megatestdir): Optionally emit a
15172         AC_CONFIG_AUX_DIR directive.
15173         (create-testdir, create-megatestdir, test, megatest): Provide a
15174         default value for $auxdir.
15175
15176 2005-08-24  Bruno Haible  <bruno@clisp.org>
15177
15178         * gnulib-tool (import): Use compound statement instead of subshell
15179         where possible.
15180
15181 2005-08-24  Bruno Haible  <bruno@clisp.org>
15182
15183         * gnulib-tool (import): Change --aux-dir default to "build-aux".
15184
15185 2005-08-24  Bruno Haible  <bruno@clisp.org>
15186
15187         * gnulib-tool (func_version): Update.
15188
15189 2005-08-24  Bruno Haible  <bruno@clisp.org>
15190
15191         * gnulib-tool (func_import, func_create_testdir,
15192         func_create_megatestdir): Quote all autoconf macro arguments.
15193
15194 2005-08-24  Bruno Haible  <bruno@clisp.org>
15195
15196         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
15197         option --force, because --force causes the aclocal.m4 of each
15198         subdirectory to be newer than the corresponding config.h.in.
15199
15200 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15201
15202         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
15203         All contents moved to gl_REGEX.
15204         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
15205         assume that it does.
15206
15207 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15208
15209         * lib/regex.h (REG_NOSYS)
15210         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
15211         Define, since POSIX requires it as of 2001.
15212         (_REG_ENOSYS)
15213         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
15214         New private symbol, used to keep the enum signed in all cases.
15215         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
15216         Youngman in
15217         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
15218
15219         * lib/regex_internal.c (re_string_skip_chars, register_state):
15220         (calc_state_hash):
15221         Remove forward decls; no longer needed now that we use prototypes.
15222         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
15223         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
15224         (clean_state_log_if_needed): Likewise.
15225
15226 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15227
15228         * config/srclist.txt: Add glibc bugs 1231-1233.
15229
15230 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15231
15232         Fix problems reported by Sam Steingold in
15233         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
15234         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
15235         assumed that reg_errcode_t is a signed type, which is not
15236         necessarily true if _XOPEN_SOURCE is not defined.
15237         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
15238         since some compilers warn about it otherwise.
15239
15240 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15241
15242         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
15243         (init_word_char, create_initial_state, duplicate_node_closure):
15244         (fetch_token, peek_token_bracket, build_range_exp):
15245         (build_collating_symbol): Remove forward decls; no longer needed
15246         now that we use prototypes.
15247
15248         * lib/regcomp.c:
15249         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
15250         (re_compile_fastmap_iter, regcomp, regerror, regfree):
15251         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
15252         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
15253         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
15254         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
15255         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
15256         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
15257         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
15258         (build_range_exp, build_collating_symbol, parse_bracket_exp):
15259         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
15260         (build_charclass, build_charclass_op, fetch_number, create_tree):
15261         (create_token_tree, mark_opt_subexp, duplicate_tree):
15262         Use prototypes rather than old-style definitions.
15263
15264         * lib/regex_internal.c:
15265         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
15266         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
15267         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15268         (re_string_reconstruct, re_string_peek_byte_case):
15269         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
15270         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15271         (re_node_set_init_copy, re_node_set_add_intersect):
15272         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15273         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15274         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15275         (re_acquire_state, re_acquire_state_context, register_state):
15276         (create_ci_newstate, create_cd_newstate, free_state):
15277         Likewise.
15278         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
15279         re_search_2):
15280         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
15281         (re_search_internal, prune_impossible_nodes):
15282         (acquire_init_state_context, check_matching, static):
15283         (check_halt_node_context, check_halt_state_context, proceed_next_node):
15284         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
15285         (update_regs, sift_states_backward, build_sifted_states):
15286         (clean_state_log_if_needed, merge_state_array):
15287         (update_cur_sifted_state, add_epsilon_src_nodes):
15288         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
15289         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
15290         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
15291         (find_recover_state, check_subexp_matching_top, transit_state_mb):
15292         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
15293         (check_arrival, check_arrival_add_next_nodes):
15294         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15295         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15296         (check_node_accept_bytes, check_node_accept, extend_buffers):
15297         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
15298         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
15299         (sift_ctx_init):
15300         Likewise.
15301
15302         * lib/regex_internal.h:
15303         (re_string_allocate, re_string_construct, re_string_reconstruct):
15304         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
15305         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
15306         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
15307         (re_string_context_at, re_string_peek_byte_case):
15308         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
15309         is defined, since we now use prototypes always.
15310
15311         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
15312         C89 or better.  All uses removed.
15313
15314 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15315
15316         * config/srclist.txt: Add glibc bugs 1220-1227.
15317
15318 2005-08-20  Jim Meyering  <jim@meyering.net>
15319
15320         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
15321         of unused local, dfa.
15322
15323 2005-08-20  Bruno Haible  <bruno@clisp.org>
15324
15325         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
15326
15327 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15328
15329         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
15330         (re_node_set_insert_last, re_dfa_add_node):
15331         Rename local variables to avoid GCC shadowing warnings.
15332
15333 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15334
15335         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
15336         [defined lint]: Suppress bogus uninitialized-variable warnings.
15337
15338         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
15339         and let the caller return REG_ESPACE if out of space.  This
15340         removes an uninitialied-variable warning with GCC 4.0.1, and also
15341         avoids taking the address of a local variable.  All callers
15342         changed.
15343
15344 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15345
15346         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
15347         $LIBCSRC/posix/regexec.c.
15348         Add glibc bug 1217 for regcomp.c.
15349
15350 2005-08-19  Jim Meyering  <jim@meyering.net>
15351
15352         * lib/regexec.c (proceed_next_node): Redo local variables to
15353         avoid GCC shadowing warnings.
15354
15355 2005-08-18  Bruno Haible  <bruno@clisp.org>
15356
15357         * lib/strstr.c (strstr): Fix return value in multibyte case.
15358         * lib/strcasestr.c (strcasestr): Likewise.
15359
15360 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15361
15362         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
15363
15364 2005-08-17  Jim Meyering  <jim@meyering.net>
15365
15366         Make the %s format (seconds since the epoch) work for a negative
15367         number and when used with a zero-padded field width, e.g. %015s.
15368
15369         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
15370         label so that it precedes the code to set `digits'.  Otherwise,
15371         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
15372         print `00-22'.  Now, it prints `-0022', as it should.
15373
15374 2005-08-17  Bruno Haible  <bruno@clisp.org>
15375
15376         * modules/strstr (Files): Add m4/mbrtowc.m4.
15377         (Depends-on): Add mbuiter.
15378
15379 2005-08-17  Bruno Haible  <bruno@clisp.org>
15380
15381         * modules/strcasestr: New file.
15382         * MODULES.html.sh (String handling, based on ANSI C 89): Add
15383         strcasestr.
15384
15385 2005-08-17  Bruno Haible  <bruno@clisp.org>
15386
15387         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
15388
15389 2005-08-17  Bruno Haible  <bruno@clisp.org>
15390
15391         * modules/mbuiter: New file.
15392         * MODULES.html.sh (Extended multibyte and wide character utilities):
15393         Add mbuiter.
15394
15395 2005-08-17  Bruno Haible  <bruno@clisp.org>
15396
15397         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
15398         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
15399
15400 2005-08-17  Bruno Haible  <bruno@clisp.org>
15401
15402         * m4/strcasestr.m4: New file.
15403
15404 2005-08-17  Bruno Haible  <bruno@clisp.org>
15405
15406         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
15407         * lib/strstr.c: Completely rewritten, with multibyte locale support.
15408
15409 2005-08-17  Bruno Haible  <bruno@clisp.org>
15410
15411         * lib/strcasestr.h: New file.
15412         * lib/strcasestr.c: New file.
15413
15414 2005-08-17  Bruno Haible  <bruno@clisp.org>
15415
15416         * lib/strcasecmp.c: Use mbuiter.h.
15417
15418 2005-08-17  Bruno Haible  <bruno@clisp.org>
15419
15420         * lib/mbuiter.h: New file.
15421
15422 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15423
15424         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
15425         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
15426         and gl_GETOPT are both invoked via different paths (as happens
15427         with GNU tar CVS because it uses both argp and getopt), the former
15428         wins.
15429
15430 2005-08-16  Bruno Haible  <bruno@clisp.org>
15431
15432         * modules/tls: New file.
15433         * MODULES.html.sh (Multithreading): Add tls.
15434
15435 2005-08-16  Bruno Haible  <bruno@clisp.org>
15436
15437         * modules/strnlen1: New file.
15438         * MODULES.html.sh (String handling): Add strnlen1.
15439
15440 2005-08-16  Bruno Haible  <bruno@clisp.org>
15441
15442         * modules/strcase (Files): Add m4/mbrtowc.m4.
15443         (Depends-on): Add strnlen1, mbchar.
15444
15445 2005-08-16  Bruno Haible  <bruno@clisp.org>
15446
15447         * modules/mbiter: New file.
15448         * MODULES.html.sh (Extended multibyte and wide character utilities):
15449         Add mbiter.
15450
15451 2005-08-16  Bruno Haible  <bruno@clisp.org>
15452
15453         * modules/mbfile: New file.
15454         * MODULES.html.sh (Extended multibyte and wide character utilities):
15455         Add mbfile.
15456
15457 2005-08-16  Bruno Haible  <bruno@clisp.org>
15458
15459         * modules/mbchar: New file.
15460         * MODULES.html.sh (Extended multibyte and wide character utilities):
15461         New section.
15462
15463 2005-08-16  Bruno Haible  <bruno@clisp.org>
15464
15465         * m4/tls.m4: New file, from GNU gettext.
15466
15467 2005-08-16  Bruno Haible  <bruno@clisp.org>
15468
15469         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
15470         always.
15471         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
15472
15473 2005-08-16  Bruno Haible  <bruno@clisp.org>
15474
15475         * m4/mbiter.m4: New file.
15476
15477 2005-08-16  Bruno Haible  <bruno@clisp.org>
15478
15479         * m4/mbfile.m4: New file.
15480
15481 2005-08-16  Bruno Haible  <bruno@clisp.org>
15482
15483         * m4/mbchar.m4: New file.
15484
15485 2005-08-16  Bruno Haible  <bruno@clisp.org>
15486
15487         * lib/tls.h: New file, from GNU gettext.
15488         * lib/tls.c: New file, from GNU gettext.
15489
15490 2005-08-16  Bruno Haible  <bruno@clisp.org>
15491
15492         * lib/strnlen1.h: New file.
15493         * lib/strnlen1.c: New file.
15494
15495 2005-08-16  Bruno Haible  <bruno@clisp.org>
15496
15497         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
15498         (mbi_init): Update.
15499         (mbi_avail, mbi_advance): Let the iteration end before the terminating
15500         NUL byte, not after it.
15501
15502 2005-08-16  Bruno Haible  <bruno@clisp.org>
15503
15504         * lib/strcase.h (strcasecmp): Add note in comments.
15505         * lib/strncasecmp.c: Use code from strcasecmp.c.
15506         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
15507         (strcasecmp): Work correctly in multibyte locales.
15508
15509 2005-08-16  Bruno Haible  <bruno@clisp.org>
15510
15511         * lib/mbiter.h: New file.
15512
15513 2005-08-16  Bruno Haible  <bruno@clisp.org>
15514
15515         * lib/mbfile.h: New file.
15516
15517 2005-08-16  Bruno Haible  <bruno@clisp.org>
15518
15519         * lib/mbchar.h: New file.
15520         * lib/mbchar.c: New file.
15521
15522 2005-08-16  Bruno Haible  <bruno@clisp.org>
15523
15524         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
15525         the valid ones. Makes the comparison operations transitive:
15526         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
15527         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
15528
15529 2005-08-15  Simon Josefsson  <jas@extundo.com>
15530
15531         * modules/ssize_t (License): Change to 'unlimited'.
15532
15533         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
15534
15535 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15536
15537         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
15538         Add comments for each pending glibc patch.
15539
15540 2005-08-15  Bruno Haible  <bruno@clisp.org>
15541
15542         * lib/regex.h (__restrict_arr): Don't define to __restrict if
15543         __cplusplus is defined.
15544
15545 2005-08-14  Jim Meyering  <jim@meyering.net>
15546
15547         Sync from coreutils.
15548
15549         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
15550         Use the hash-table-based cycle-detection code not just when
15551         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
15552         Reported by James Youngman in
15553         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
15554         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
15555         FTS_TIGHT_CYCLE_CHECK.
15556         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
15557         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
15558         once again.
15559         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
15560         * lib/fts.c (fd_safer): Remove decl.
15561         Include fcntl--.h rather than unistd-safer.h
15562         (fts_safe_changedir): Don't call fd_safer; no longer needed
15563         now that we include fcntl--.h.
15564
15565 2005-08-12  Simon Josefsson  <jas@extundo.com>
15566
15567         * modules/getndelim2: Use ssize_t module.
15568         * modules/getnline: Likewise.
15569         * modules/safe-read: Likewise.
15570         * modules/xreadlink: Likewise.
15571
15572         * modules/ssize_t: New file.
15573
15574 2005-08-12  Simon Josefsson  <jas@extundo.com>
15575
15576         * m4/readline.m4: Look for termcap, curses or ncurses if required.
15577
15578 2005-08-12  Simon Josefsson  <jas@extundo.com>
15579
15580         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15581         ssize_t.
15582
15583 2005-08-12  Simon Josefsson  <jas@extundo.com>
15584
15585         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
15586         readline, getdelim and check_version.
15587         (Support for systems lacking ISO C 99: Sizes of integer types):
15588         Add size_max.
15589
15590 2005-08-12  Bruno Haible  <bruno@clisp.org>
15591
15592         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
15593
15594 2005-08-11  Simon Josefsson  <jas@extundo.com>
15595
15596         * modules/readline: New file.
15597
15598         * modules/strnlen (Files): Add strnlen.h.
15599
15600 2005-08-11  Simon Josefsson  <jas@extundo.com>
15601
15602         * m4/readline.m4: New file.
15603
15604 2005-08-11  Simon Josefsson  <jas@extundo.com>
15605
15606         * lib/readline.h, readline.c: New file.
15607
15608 2005-08-11  Simon Josefsson  <jas@extundo.com>
15609
15610         * doc/gnulib.texi (Initial import, Finishing touches): Mention
15611         gl_AVOID.
15612
15613 2005-08-11  Bruno Haible  <bruno@clisp.org>
15614
15615         * lib/strnlen.h (strnlen): Change parameter name to match comment.
15616
15617 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
15618
15619         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
15620
15621 2005-08-10  Simon Josefsson  <jas@extundo.com>
15622
15623         * tests/test-iconvme.c: New file.
15624
15625 2005-08-10  Simon Josefsson  <jas@extundo.com>
15626
15627         * m4/strnlen.m4: New file.
15628
15629         * m4/strndup.m4: Don't check for strnlen declaration, done in
15630         strnlen.m4.
15631
15632 2005-08-10  Simon Josefsson  <jas@extundo.com>
15633
15634         * lib/strndup.c: Use strnlen.h.
15635
15636         * lib/strnlen.h: New file.
15637
15638 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15639
15640         * README: Typos.
15641
15642 2005-08-02  Simon Josefsson  <jas@extundo.com>
15643
15644         * modules/readline: New file.
15645
15646 2005-08-02  Simon Josefsson  <jas@extundo.com>
15647
15648         * modules/getdelim: New file.
15649
15650         * modules/getline: Rewrite, don't use getndelim2.
15651
15652 2005-08-02  Simon Josefsson  <jas@extundo.com>
15653
15654         * m4/getline.m4: Separate out getdelim stuff into separate module.
15655
15656         * m4/getdelim.m4: New file.
15657
15658 2005-08-02  Simon Josefsson  <jas@extundo.com>
15659
15660         * lib/getline.h, getline.c: Rewrite.
15661
15662         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
15663
15664 2005-07-31  Bruno Haible  <bruno@clisp.org>
15665
15666         * lib/lock.h (gl_lock_initializer): New macro.
15667         (gl_lock_define_initialized): Use it.
15668         (gl_rwlock_initializer): New macro.
15669         (gl_rwlock_define_initialized): Use it.
15670         (gl_recursive_lock_initializer): New macro.
15671         (gl_recursive_lock_define_initialized): Use it.
15672
15673 2005-07-30  Karl Berry  <karl@gnu.org>
15674
15675         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
15676         Report from Ben Pfaff, regarding getopt.
15677
15678 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
15679
15680         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
15681         normal way.
15682         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
15683         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
15684         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
15685         (gl_GETOPT): Use the new macros.  Most of the implementation
15686         is moved to the new macros.  This is for programs like Emacs
15687         that don't want all the functionality of gl_GETOPT.
15688
15689 2005-07-26  Bruno Haible  <bruno@clisp.org>
15690
15691         * m4/lock.m4: Update from GNU gettext.
15692
15693 2005-07-26  Bruno Haible  <bruno@clisp.org>
15694
15695         * lib/lock.h: Update from GNU gettext.
15696         * lib/lock.c: Update from GNU gettext.
15697
15698 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
15699
15700         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
15701         obsolescent AC_TRY_RUN.  Include the default includes files, for
15702         'exit'.
15703
15704 2005-07-24  Bruno Haible  <bruno@clisp.org>
15705
15706         * modules/visibility: New file.
15707         * MODULES.html.sh (Misc): Add visibility.
15708
15709 2005-07-24  Bruno Haible  <bruno@clisp.org>
15710
15711         * m4/visibility.m4: New file.
15712
15713 2005-07-24  Bruno Haible  <bruno@clisp.org>
15714
15715         * doc/visibility.texi: New file.
15716
15717 2005-07-22  Bruno Haible  <bruno@clisp.org>
15718
15719         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
15720         $(ALLOCA_H), redundant through BUILT_SOURCES.
15721         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
15722         redundant through BUILT_SOURCES.
15723         * modules/byteswap (Makefile.am): Remove explicit dependency on
15724         $(BYTESWAP_H), redundant through BUILT_SOURCES.
15725         * modules/fnmatch (Makefile.am): Remove explicit dependency on
15726         $(FNMATCH_H), redundant through BUILT_SOURCES.
15727         * modules/getopt (Makefile.am): Remove explicit dependency on
15728         $(GETOPT_H), redundant through BUILT_SOURCES.
15729         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
15730         redundant through BUILT_SOURCES.
15731         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
15732         redundant through BUILT_SOURCES.
15733         * modules/stdbool (Makefile.am): Remove explicit dependency on
15734         $(STDBOOL_H), redundant through BUILT_SOURCES.
15735         * modules/stdint (Makefile.am): Remove explicit dependency on
15736         $(STDINT_H), redundant through BUILT_SOURCES.
15737         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
15738         Remove explicit dependency on $(SYSEXITS_H).
15739         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
15740
15741 2005-07-18  Simon Josefsson  <jas@extundo.com>
15742
15743         * lib/check-version.c (check_version): Accept identical versions too.
15744
15745 2005-07-18  Bruno Haible  <bruno@clisp.org>
15746
15747         * modules/lock: New file.
15748         * MODULES.html.sh (Multithreading): New section.
15749
15750 2005-07-18  Bruno Haible  <bruno@clisp.org>
15751
15752         * m4/lock.m4: New file, from GNU gettext.
15753
15754 2005-07-18  Bruno Haible  <bruno@clisp.org>
15755
15756         * lib/lock.h: New file, from GNU gettext.
15757         * lib/lock.c: New file, from GNU gettext.
15758
15759 2005-07-18  Bruno Haible  <bruno@clisp.org>
15760
15761         * lib/lock.h (gl_once_t): New type.
15762         (gl_once_define, gl_once): New macros.
15763         * lib/lock.c (fresh_once): New variable.
15764         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
15765         functions.
15766
15767 2005-07-16  Simon Josefsson  <jas@extundo.com>
15768
15769         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
15770         workaround, suggested by Bruno.
15771
15772 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15773
15774         * modules/xalloc (Depends-on): Add xalloc-die.
15775         * modules/xvasprintf (Depends-on): Add xalloc-die.
15776
15777 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15778
15779         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
15780         with a minor change.
15781
15782 2005-07-15  Bruno Haible  <bruno@clisp.org>
15783
15784         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
15785         When using lib/poll.c, define poll as rpl_poll.
15786
15787 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
15788
15789         * modules/argp (Depends-on): Remove unlocked-io.
15790
15791 2005-07-14  Derek Price  <derek@ximbiot.com>
15792
15793         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
15794         for glob symlink bug.
15795
15796 2005-07-14  Bruno Haible  <bruno@clisp.org>
15797
15798         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
15799         Instead, test for *_unlocked function declarations directly.
15800
15801 2005-07-11  Simon Josefsson  <jas@extundo.com>
15802
15803         * modules/size_max: New file.
15804
15805         * modules/xsize: Depend on size_max module for size_max.m4.
15806
15807 2005-07-11  Simon Josefsson  <jas@extundo.com>
15808
15809         * lib/size_max.h: New file.
15810
15811 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
15812
15813         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
15814         copyright symbol and the year.
15815         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
15816         (version_etc_va): Use parameterized copyright notice.
15817         Reword to conform to the current GNU coding standards.
15818
15819 2005-07-11  Karl Berry  <karl@gnu.org>
15820
15821         * doc/gnulib.texi (Quoting): new node.
15822         (Initial import): more info, from Patrice.
15823
15824 2005-07-11  Bruno Haible  <bruno@clisp.org>
15825
15826         * gnulib-tool (func_usage): Document option --avoid.
15827         (Command line options): Handle --avoid.
15828         (func_acceptable): New function.
15829         (func_modules_transitive_closure): Use it.
15830
15831 2005-07-11  Bruno Haible  <bruno@clisp.org>
15832
15833         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
15834         Reported by Jim Meyering.
15835
15836 2005-07-10  Bruno Haible  <bruno@clisp.org>
15837
15838         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
15839         Needed when size_t is smaller than 'unsigned int'.
15840         Reported by Paul Eggert.
15841
15842 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15843
15844         * modules/argp (Depends-on): Add unlocked-io
15845
15846 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15847
15848         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
15849         block of defines.
15850
15851 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15852
15853         * config/srclist.txt: Comment out regcomp.c, since we have a porting
15854         fix now.
15855
15856 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
15857         and Paul Eggert  <eggert@cs.ucla.edu>
15858
15859         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
15860         in wint_t, not wchar_t.  Remove now-unnecessary cast.
15861
15862 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15863
15864         * modules/regex (Files): Add lib/regex_internal.c,
15865         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
15866         (Depends-on): Add extensions.
15867         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
15868
15869 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15870
15871         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
15872         pathconf.
15873         * m4/same.m4 (gl_SAME): Likewise.
15874         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
15875
15876         * m4/regex.m4: Adjust to new libc regex implementation.
15877         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
15878         all the .c and .h parts of (the new) regex.
15879         Quote the m4 stuff better.
15880         Check for RE_ICASE bug of old gnulib.
15881         Check for REG_STARTEND of recent libc.
15882         Rename local variables from jm_* to gl_*.
15883         Quote operand of "test -f".
15884         Say "recent enough" version of libc, not "version 2".
15885         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
15886         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
15887         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
15888         Remove check for btowc, isascii.
15889         Require AM_LANGINFO_CODESET.
15890
15891 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15892
15893         * lib/regex.c, regex.h: Sync from libc.
15894         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
15895         * lib/regexec.c:
15896         New files, synced from libc, except that regex_internal.h
15897         currently has a small porting fix.
15898
15899 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15900
15901         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
15902         regex_internal.c, regexec.c.
15903         Add regex_internal.h too, but as a comment, since the libc version
15904         is currently broken in gnulib mode.
15905
15906 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15907
15908         Support programs like Emacs that use gnulib but not gettext.
15909         * MODULES.html.sh (Internationalization functions): Add gettext-h.
15910         * modules/gettext-h: New file.
15911         * modules/gettext (Files): Remove lib/gettext.h.
15912         (Depends-on): Add gettext-h.
15913         (Makefile.am): Remove lib_SOURCES.
15914         * modules/argmatch, modules/c-stack, modules/closeout:
15915         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
15916         * modules/execute, modules/file-type, modules/getaddrinfo:
15917         * modules/getopt, modules/human, modules/javacomp:
15918         * modules/javaexec, modules/mkdir-p, modules/obstack:
15919         * modules/openat, modules/pagealign_alloc, modules/pipe:
15920         * modules/quotearg, modules/regex, modules/rpmatch:
15921         * modules/unicodeio, modules/userspec, modules/version-etc:
15922         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
15923         * modules/xsetenv:
15924         Depend on gettext-h, not gettext.
15925
15926 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15927
15928         * gnulib-tool (func_import): Add support for 'public domain' license.
15929         * modules/alloca, modules/atexit, modules/memmove:
15930         Now public domain, not GPL.
15931         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
15932         * modules/realloc, modules/strerror, modules/strtod:
15933         Now LGPL, not GPL.
15934
15935 2005-07-05  Bruno Haible  <bruno@clisp.org>
15936
15937         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
15938         autoconf CVS. Needed for mingw.
15939
15940 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15941
15942         Remove the dependency of the strftime module on the tzset module.
15943         * modules/strftime (Depends-on): Remove dependency on tzset.
15944
15945 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15946
15947         Remove the dependency of the strftime module on the tzset module.
15948         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
15949         gl_FUNC_TZSET_CLOBBER.
15950
15951 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15952
15953         Remove the dependency of the strftime module on the tzset module.
15954         * lib/strftime.c (my_strftime)
15955         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
15956         Copy the input structure, to work around some of the bug with
15957         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
15958         Solaris releases, you should also use the tzset module, but we won't
15959         require it as a dependency any more since we don't want LGPLed code
15960         to depend on GPLed code.
15961
15962 2005-07-02  Jim Meyering  <jim@meyering.net>
15963
15964         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
15965         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
15966         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
15967         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
15968
15969 2005-07-02  Jim Meyering  <jim@meyering.net>
15970
15971         * lib/backupfile.c (backup_args): Change a `0' to NULL.
15972
15973 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15974
15975         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
15976         declares only 'struct timespec;' (!).
15977
15978 2005-07-01  Jim Meyering  <jim@meyering.net>
15979
15980         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
15981         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
15982         * lib/save-cwd.c, tempname.c:
15983         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
15984         and don't include <sys/file.h>).
15985
15986 2005-06-29  Jim Meyering  <jim@meyering.net>
15987
15988         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
15989         type name.  Use the variable name instead.
15990         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
15991         Likewise.
15992
15993 2005-06-28  Simon Josefsson  <jas@extundo.com>
15994
15995         * modules/check-version (Files): Add check-version.m4.
15996
15997 2005-06-28  Simon Josefsson  <jas@extundo.com>
15998
15999         * m4/check-version.m4: New file, suggested by Jim Meyering
16000         <jim@meyering.net>.
16001
16002 2005-06-28  Simon Josefsson  <jas@extundo.com>
16003
16004         * lib/check-version.h, lib/check-version.c: New files.
16005
16006 2005-06-28  Simon Josefsson  <jas@extundo.com>
16007
16008         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
16009         collision with global variable.  Better indentation.  Don't
16010         increment buffer pointer beyond buffer end.  Based on comments
16011         from Paul Eggert <eggert@cs.ucla.edu>.
16012
16013         * lib/base64.h: Indent.
16014
16015 2005-06-28  Simon Josefsson  <jas@extundo.com>
16016
16017         * doc/gnulib.texi (Library version handling): New section.
16018
16019 2005-06-28  Jim Meyering  <jim@meyering.net>
16020
16021         * check-module (find_included_lib_files): Hard-code another
16022         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
16023         but modules/fts-lgpl (correctly) does not list those files.
16024
16025         * modules/canonicalize (Files): Add lib/pathmax.h.
16026
16027 2005-06-25  Simon Josefsson  <jas@extundo.com>
16028
16029         * modules/check-version: New file.
16030
16031 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
16032
16033         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
16034         initializer of struct addrinfo, as an indication that we don't
16035         care how many members the structure has.
16036
16037 2005-06-24  Derek Price  <derek@ximbiot.com>
16038         and Bruno Haible  <bruno@clisp.org>
16039
16040         Remove stat module & update lstat.
16041         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
16042         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
16043         * m4/stat.m4: Remove this file.
16044
16045 2005-06-24  Derek Price  <derek@ximbiot.com>
16046         and Bruno Haible  <bruno@clisp.org>
16047
16048         Remove stat module & update lstat.
16049         * lib/stat.c: Remove this file...
16050         (slash_aware_lstat): ...moving this content and its support...
16051         * lib/lstat.c (rpl_lstat): ...into here.
16052         * lib/lstat.h: New file.
16053
16054 2005-06-24  Derek Price  <derek@ximbiot.com>
16055         and Bruno Haible  <bruno@clisp.org>
16056
16057         Remove stat module & update lstat.
16058         * config/srclist.txt (libc sources): Remove stat.
16059
16060 2005-06-24  Derek Price  <derek@ximbiot.com>
16061         and Bruno Haible  <bruno@clisp.org>
16062
16063         Remove stat module & update lstat.
16064         * MODULES.html.sh (stat): Remove.
16065         * MODULES.html: Regenerated.
16066         * modules/lstat (Description): Correct function name.
16067         (Files): Add "lstat.h".
16068         (Depends-on): Remove stat, add xalloc, stat-macros.
16069         * modules/stat: Remove this file.
16070         (Include): Add "lstat.h", remove <sys/stat.h>.
16071
16072 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16073
16074         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
16075         (ranged_convert): Don't save conversion in a temporary struct.
16076         This causes a warning with GCC 4.0.0, and anyway in the typical
16077         case it's not worth the extra 100 bytes or so of code.
16078         (ranged_convert, __mktime_internal): When calling a function via a
16079         pointer P, use P () rather than (*P) (), as we now assume C89 or
16080         better.
16081
16082 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16083
16084         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
16085         "who -r" failed to give output.  Problem reported by Tim Waugh.
16086
16087         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
16088         (xcalloc): Use it to avoid needless tests.
16089         Problem reported by Jim Meyering.
16090
16091 2005-06-20  Derek Price  <derek@ximbiot.com>
16092
16093         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
16094         unnecessary for Autoconfs > 2.59c.
16095
16096 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16097
16098         * lib/argp.h (__option_is_short): Check upper limit of
16099         __key. Isprint() requires its argument to have the value
16100         of an unsigned char or EOF.
16101
16102 2005-06-16  Jim Meyering  <jim@meyering.net>
16103
16104         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
16105         when either N or S is zero.
16106
16107 2005-06-16  Derek Price  <derek@ximbiot.com>
16108
16109         * m4/bison.m4: Declare YACC & YFLAGS precious.
16110
16111 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
16112
16113         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
16114         multibyte string or pattern, fall back on unibyte matching.
16115         Problem reported by James Youngman.
16116
16117 2005-06-08  Bruno Haible  <bruno@clisp.org>
16118
16119         * modules/csharpcomp: New file.
16120         * MODULES.html.sh (C#): Add csharpcomp.
16121
16122 2005-06-08  Bruno Haible  <bruno@clisp.org>
16123
16124         * m4/csharpcomp.m4: New file, from GNU gettext.
16125
16126 2005-06-08  Bruno Haible  <bruno@clisp.org>
16127
16128         * lib/csharpcomp.h: New file, from GNU gettext.
16129         * lib/csharpcomp.c: New file, from GNU gettext.
16130         * lib/csharpcomp.sh.in: New file, from GNU gettext.
16131
16132 2005-06-08  Bruno Haible  <bruno@clisp.org>
16133
16134         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
16135         warning on mingw.
16136
16137 2005-06-07  Derek Price  <derek@ximbiot.com>
16138
16139         Sync from CVS.
16140         * lib/glob_.h: Indent nested #ifdef.
16141
16142 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16143
16144         Sync from coreutils.
16145         Use "file name" when talking about file names, instead of "filename"
16146         or "path", as per the GNU coding standards.
16147         * lib/mkdir-p.c: Renamed from makepath.c.
16148         (make_dir_parents): Renamed from make_path.  All callers changed.
16149         * lib/mkdir-p.h: Likewise.  All includers changed.
16150         * lib/filenamecat.c: Renamed from path-concat.c.
16151         (file_name_concat): Renamed from path_concat.  All callers changed.
16152         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
16153         * lib/filenamecat.h: Likewise.  All includers changed.
16154         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
16155         in comments or local variable names.
16156         * lib/basename.c: Likewise.
16157         * lib/canonicalize.c, canonicalize.h: Likewise.
16158         * lib/dirname.c, dirname.h: Likewise.
16159         * lib/euidaccess.c: Likewise.
16160         * lib/exclude.c: Likewise
16161         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
16162         * lib/fsusage.c, fsuage.h: Likewise.
16163         * lib/fts.c, fts_.h: Likewise.
16164         * lib/getcwd.c: Likewise.
16165         * lib/getloadavg.c: Likewise.
16166         * lib/mkstemp.c: Likewise.
16167         * lib/mountlist.c, mountlist.h: Likewise.
16168         * lib/openat.c, openat.h: Likewise.
16169         * lib/readlink-stub.c: Likewise.
16170         * lib/readutmp.c, readutmp.h: Likewise.
16171         * lib/rename.c: Likewise.
16172         * lib/rmdir.c: Likewise.
16173         * lib/same.c: Likewise.
16174         * lib/savedir.c: Likewise.
16175         * lib/stripslash.c: Likewise.
16176         * lib/tempname.c: Likewise.
16177         * lib/xreadlink.c: Likewise.
16178         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
16179         All uses changed.
16180         * lib/exclude.h: Likewise.
16181
16182         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
16183         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16184         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
16185         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16186         * lib/pathmax.h: Include <limits.h> unconditionally, since other
16187         files have been getting away with it for years (MORE/BSD 4.3
16188         is extinct now).
16189         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
16190         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16191
16192         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
16193         Define to 256, not 255, as per modern POSIX.
16194
16195 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16196
16197         Sync from coreutils.
16198         Use "file name" when talking about file names, instead of "filename"
16199         or "path", as per the GNU coding standards.
16200         * MODULES.html.sh: mkdir-p renamed from makepath.
16201         filenamecat renamed from path-concat.
16202         * modules/filenamecat: Renamed from modules/path-concat.
16203         (Files): filenamecat.h and filenamecat.c renamed from
16204         path-concat.h and path-concat.c.
16205         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
16206         (Include): filenamecat.h, not path-concat.h.
16207         * modules/mkdir-p: Renamed from modules/makepath.
16208         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
16209         makepath.c.
16210         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
16211         (Include): mkdir-p.h, not makepath.h.
16212
16213 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16214
16215         Sync from coreutils.
16216         * m4/mkdir-p.m4: Renamed from makepath.m4.
16217         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
16218         Rename files from makepath.c to mkdir-p.c, and from
16219         makepath.h to mkdir-p.h.
16220         * m4/filenamecat.m4: Renamed from path-concat.m4.
16221         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
16222         Rename files from path-concat.c to filenamecat.c,
16223         and from path-concat.h to filenamecat.h.
16224         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
16225         "file name" in local variables or comments.
16226         * m4/rename.m4: Likewise.
16227
16228 2005-06-01  Bruno Haible  <bruno@clisp.org>
16229
16230         * modules/csharpexec: New file.
16231         * MODULES.html.sh (C#): New section.
16232
16233 2005-06-01  Bruno Haible  <bruno@clisp.org>
16234
16235         * m4/csharp.m4: New file, from GNU gettext.
16236         * m4/csharpexec.m4: New file, from GNU gettext.
16237
16238 2005-06-01  Bruno Haible  <bruno@clisp.org>
16239
16240         * lib/csharpexec.h: New file, from GNU gettext.
16241         * lib/csharpexec.c: New file, from GNU gettext.
16242         * lib/csharpexec.sh.in: New file, from GNU gettext.
16243
16244 2005-05-31  Derek Price  <derek@ximbiot.com>
16245             Paul Eggert  <eggert@cs.ucla.edu>
16246
16247         Sync from cvs.
16248         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16249
16250 2005-05-31  Derek Price  <derek@ximbiot.com>
16251             Paul Eggert  <eggert@cs.ucla.edu>
16252
16253         Sync from cvs.
16254         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16255
16256 2005-05-29  Derek Price  <derek@ximbiot.com>
16257
16258         * config/srclist.txt (glob_.h, glob.c): Add these files.
16259
16260 2005-05-29  Derek Price  <derek@ximbiot.com>
16261
16262         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
16263         * modules/glob: New file.
16264         * modules/getlogin_r: Add link to POSIX spec in description.
16265
16266 2005-05-29  Derek Price  <derek@ximbiot.com>
16267             Paul Eggert  <eggert@cs.ucla.edu>
16268
16269         * m4/glob.m4: New file.
16270
16271 2005-05-29  Derek Price  <derek@ximbiot.com>
16272             Paul Eggert  <eggert@cs.ucla.edu>
16273
16274         * lib/glob_.h, lib/glob.c: New files.
16275
16276 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16277
16278         * modules/fts (Files): Remove m4/inttypes-pri.m4.
16279         * modules/fts-lgpl (Depends-on): Remove gettext.
16280
16281 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16282
16283         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
16284         and don't require gt_INTTYPES_PRI.
16285
16286 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16287
16288         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
16289
16290         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
16291         the configuration hassle isn't worth it.
16292         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
16293         (LONGEST_MODIFIER, PRIuMAX): Remove.
16294
16295 2005-05-27  Bruno Haible  <bruno@clisp.org>
16296
16297         * lib/getlogin_r.h: Remove second include of <stddef.h>.
16298
16299 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
16300
16301         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
16302         _POSIX_PTHREAD_SEMANTICS for Solaris.
16303
16304 2005-05-25  Derek Price  <derek@ximbiot.com>
16305
16306         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
16307
16308 2005-05-25  Derek Price  <derek@ximbiot.com>
16309             Paul Eggert  <eggert@cs.ucla.edu>
16310
16311         * modules/getlogin_r, m4/getlogin_r.m4: New files.
16312         * lib/getlogin_r.c, getlogin_r.h: New files.
16313
16314 2005-05-25  Bruno Haible  <bruno@clisp.org>
16315             Derek Price  <derek@ximbiot.com>
16316
16317         * lib/getlogin_r.h: Simplify API documentation.
16318
16319 2005-05-23  Derek Price  <derek@ximbiot.com>
16320
16321         * modules/minmax (Files): Add m4/minmax.m4.
16322         (configure.ac): Add gl_MINMAX.
16323
16324 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16325
16326         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
16327         so that unistd-safer.h (GPL'ed code) need not be included.
16328
16329 2005-05-22  Bruno Haible  <bruno@clisp.org>
16330
16331         * m4/minmax.m4: New file.
16332         Based on a patch by Derek Price <derek@ximbiot.com>.
16333
16334 2005-05-22  Bruno Haible  <bruno@clisp.org>
16335
16336         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
16337         (INT64_MIN): Fix definition.
16338         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
16339
16340         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
16341         NEED_SIGNED_INT_TYPES.
16342
16343         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
16344         HAVE_SYSTEM_INTTYPES.
16345
16346 2005-05-22  Bruno Haible  <bruno@clisp.org>
16347
16348         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
16349         Also include <sys/param.h> if it defines MIN, MAX.
16350         Based on a patch by Derek Price <derek@ximbiot.com>.
16351
16352 2005-05-21  Jim Meyering  <jim@meyering.net>
16353
16354         * modules/fts (Files): Add m4/inttypes-pri.m4.
16355         (Depends-on): Add lstat and remove gettext.  Alphabetize.
16356
16357 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16358
16359         New fts module.
16360         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
16361         (setup_dir, free_dir): New functions.
16362         (enter_dir, leave_dir): Define trivial
16363         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
16364         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
16365         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
16366         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
16367         Move to fts-cycle.c.
16368         (fts_open): Use setup_dir.
16369         (fts_close): Use free_dir.
16370         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
16371         This adds a label and some gotos, but the alternatives were messier.
16372         Check for memory allocation failure when entering a dir.
16373         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
16374         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
16375         (FTS): New member fts_cycle, that is a union that contains the
16376         old active_dir_ht and cycle_state.  All uses changed to mention
16377         fts_cycle.ht and fts_cycle.state.
16378         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
16379         fts.c, with the following changes:
16380         (setup_dir, free_dir): New functions.
16381         (enter_dir): Now returns bool.  Return true if successful, false
16382         if memory exhausted.  All callers changed.
16383         Do not bother partly cleaning up on
16384         memory allocation failure; that is free_dir's job.
16385         However, free ad if hash_insert fails, to avoid memory leak.
16386         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
16387         fts->fts_options to see which union member to use.
16388
16389 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16390
16391         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
16392         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
16393
16394 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16395
16396         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
16397
16398 2005-05-20  Jim Meyering  <jim@meyering.net>
16399
16400         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
16401         Now a macro, to pacify GCC.
16402
16403 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16404
16405         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
16406         of -1.
16407
16408 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16409
16410         * lib/chown.c (rpl_chown): Return -1 on failure.
16411
16412 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16413
16414         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
16415         Don't check for stddef.h.
16416         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
16417         don't use its results.
16418         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
16419         since we include them unconditionally.  Don't require
16420         AM_STDBOOL_H, since stdbool is a prerequisite.
16421         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
16422         since we assume C89 or better.
16423         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
16424         as we don't use their results.
16425         Don't check for fchdir, memmove, memset, strrchr, as we use
16426         them unconditionally.
16427         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
16428         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
16429
16430 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16431
16432         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
16433         Include <stddef.h> unconditionally, since we assume C89 now.
16434         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
16435         * lib/fts.c: Include fts_.h first, to check interface.
16436         Do not include intprops.h; no longer needed.
16437         Include cycle-check.h and hash.h, since fts_.h no longer does.
16438         Remove unnecessary casts of closedir to void.
16439         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
16440         decide whether to decrement nlinks.
16441         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
16442         (FTS): Use struct hash_table * instead of Hash_table, so that
16443         we no longer need to include hash.h here.
16444
16445 2005-05-18  Jim Meyering  <jim@meyering.net>
16446
16447         * modules/dirfd (License): Change to LGPL.  Most of the code
16448         is already in the public domain.
16449
16450 2005-05-18  Jim Meyering  <jim@meyering.net>
16451
16452         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
16453         Reported by Yoann Vandoorselaere.
16454
16455 2005-05-17  Jim Meyering  <jim@meyering.net>
16456
16457         * m4/fts.m4: New file, from coreutils.
16458
16459 2005-05-17  Jim Meyering  <jim@meyering.net>
16460
16461         * lib/fts.c, lib/fts_.h: New files, from coreutils.
16462
16463 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16464
16465         Sync from coreutils.
16466         * m4/unlinkdir.m4: New file.
16467
16468 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16469
16470         Sync from coreutils.
16471         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
16472         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
16473         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
16474         White space changes only.
16475         * lib/makepath.c (make_path): Port to hosts where leading "//" is
16476         special.
16477         * lib/yesno.c: Include getline.h, not ctype.h.
16478         (yesno): Don't remove leading white space; POSIX doesn't allow it.
16479         Use getline to remove arbitrary restriction on response length.
16480
16481 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16482
16483         * config/srclist-update: Spell out "Street" in FSF postal
16484         mail address; this is the style the FSF seems to prefer.
16485
16486         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
16487         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
16488         this updates FSF postal mail address.
16489
16490         Sync from coreutils.
16491         * modules/unlinkdir: New file.
16492         * modules/yesno (Depends-on): Add getline.
16493         * MODULES.html.sh (File system functions): Add unlinkdir.
16494
16495 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16496
16497         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
16498         lib/strsep.h:
16499         Change the initial comment to refer to GPL, not LGPL.
16500         gnulib-tool will change it to LGPL as needed.
16501
16502         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
16503         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
16504         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
16505         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
16506         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
16507         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
16508         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
16509         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
16510         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
16511         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
16512         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
16513         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
16514         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
16515         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
16516         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
16517         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
16518         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
16519         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
16520         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
16521         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
16522         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
16523         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
16524         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
16525         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
16526         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
16527         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
16528         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
16529         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
16530         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
16531         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
16532         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
16533         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
16534         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
16535         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
16536         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
16537         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
16538         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
16539         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
16540         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
16541         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
16542         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
16543         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
16544         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
16545         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
16546         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
16547         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
16548         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
16549         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
16550         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
16551         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
16552         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16553         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
16554         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
16555         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
16556         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
16557         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
16558         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
16559         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
16560         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
16561         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
16562         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
16563         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
16564         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
16565         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
16566         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
16567         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
16568         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
16569         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
16570         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
16571         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
16572         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
16573         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
16574         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
16575         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
16576         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
16577         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
16578         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
16579         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
16580         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
16581         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
16582         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
16583         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
16584         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
16585         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
16586         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
16587         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
16588         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
16589         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
16590         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
16591         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
16592         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
16593         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
16594         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
16595         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
16596         lib/yesno.c, lib/yesno.h:
16597         Update FSF postal mail address.
16598
16599 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16600
16601         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
16602         tests/test-memmem.c, tests/test-stpncpy.c:
16603         Update FSF postal mail address.
16604
16605 2005-05-13  Bruno Haible  <bruno@clisp.org>
16606
16607         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
16608         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
16609         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
16610         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
16611         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
16612         Add support for 64-bit integers in the MSVC compiler.
16613
16614 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16615
16616         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
16617
16618 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
16619
16620         * gnulib-tool (func_import): Sort and uniquify recommended includes.
16621
16622 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
16623
16624         * doc/getdate.texi (General date syntax): Don't say that date
16625         date --iso-8601=ns generates acceptable dates; it doesn't yet.
16626         Problem reported by Nic Ferrier.
16627
16628 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16629
16630         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
16631         specified in ai_socktype. Fix invalid ai_protocol
16632         check. ai_protocol is usually set to 0 or depending on
16633         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
16634         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
16635         ai_socktype / ai_protocol in the returned addrinfo structure.
16636
16637 2005-05-10  Simon Josefsson  <jas@extundo.com>
16638
16639         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
16640         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16641
16642 2005-05-10  Karl Berry  <karl@gnu.org>
16643
16644         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
16645         (from http://www.gnu.org/licenses).
16646         * doc/COPYING.LIB: also rename to COPYING.LESSER.
16647         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
16648         fdl.texi suffices.
16649
16650 2005-05-10  Karl Berry  <karl@gnu.org>
16651
16652         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
16653         (COPYING.DOC): remove.
16654
16655         * config/srclist-update: new FSF address.
16656
16657 2005-05-10  Derek Price  <derek@ximbiot.com>
16658
16659         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
16660         possible.
16661
16662 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16663             Bruno Haible  <bruno@clisp.org>
16664
16665         * modules/inet_ntop: New file.
16666         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16667         inet_ntop.
16668
16669 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16670             Bruno Haible  <bruno@clisp.org>
16671
16672         * m4/inet_ntop.m4: New file.
16673
16674 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16675             Bruno Haible  <bruno@clisp.org>
16676
16677         * lib/inet_ntop.h: New file.
16678         * lib/inet_ntop.c: New file, from glibc with modifications.
16679
16680 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
16681
16682         * modules/time_r (License): Change to LGPL.
16683         * modules/extensions (License): Change to LGPL.  Actually,
16684         the license is more permissive than that, but currently gnulib-tool
16685         doesn't know how to handle more-permissive licenses.
16686
16687         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
16688         Problem reported by Dave Love.
16689
16690 2005-05-08  Jim Meyering  <jim@meyering.net>
16691
16692         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
16693         blank.
16694
16695 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16696
16697         * modules/argmatch (Depends-on): Add stdbool.
16698         * modules/backupfile (Depends-on): Likewise.
16699         * modules/chdir-long (Depends-on): Likewise.
16700         * modules/closeout (Depends-on): Likewise.
16701         * modules/cycle-check (Depends-on): Likewise.
16702         * modules/dirname (Depends-on): Likewise.
16703         * modules/fnmatch (Depends-on): Likewise.
16704         * modules/fsusage (Depends-on): Likewise.
16705         * modules/fwriteerror (Depends-on): Likewise.
16706         * modules/getcwd (Depends-on): Likewise.
16707         * modules/getloadavg (Depends-on): Likewise.
16708         * modules/hard-locale (Depends-on): Likewise.
16709         * modules/makepath (Depends-on): Likewise.
16710         * modules/mountlist (Depends-on): Likewise.
16711         * modules/nanosleep (Depends-on): Likewise.
16712         * modules/posixtm (Depends-on): Likewise.
16713         * modules/quotearg (Depends-on): Likewise.
16714         * modules/readtokens (Depends-on): Likewise.
16715         * modules/readtokens0 (Depends-on): Likewise.
16716         * modules/readutmp (Depends-on): Likewise.
16717         * modules/save-cwd (Depends-on): Likewise.
16718         * modules/strftime (Depends-on): Likewise.
16719         * modules/userspec (Depends-on): Likewise.
16720         * modules/utimecmp (Depends-on): Likewise.
16721         * modules/xgetcwd (Depends-on): Likewise.
16722         * modules/xnanosleep (Depends-on): Likewise.
16723         * modules/xstrtod (Depends-on): Likewise.
16724         * modules/yesno (Depends-on): Likewise.
16725
16726 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
16727
16728         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
16729         needless checks.
16730
16731 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16732
16733         Merge from coreutils.  Among other things,
16734         add bulletproofing for cases where stdin, stdout, or stderr are closed.
16735         * lib/fd-safer.c: New file.
16736         * lib/fcntl-safer.h, open-safer.c: Remove.
16737         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
16738         * lib/dup-safer.c: Include unistd-safer.h first.
16739         Don't include errno.h.
16740         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
16741         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
16742         * lib/file-type.c: Rely on file-type.h change.
16743         * lib/getloadavg.c: Include unistd-safer.h.
16744         (getloadavg): Use safer open.
16745         * lib/getusershell.c: Include "stdio-safer.h".
16746         (getusershell): Use safer fopen.
16747         * lib/long-options.c (long_options): Use NULL rather than 0.
16748         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
16749         'free'.
16750         * lib/modechange.c: Likewise.
16751         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
16752         (MODE_DONE): New constant.
16753         (struct mode_change): Remove 'next' member.
16754         (make_node_op_equals): New function; like the old one of the
16755         same name, except it allocates an array.
16756         (mode_compile, mode_create_from_ref): Use it.
16757         (mode_compile): Allocate result as an array, not a linked list.
16758         Parse octal string ourself, so that we catch mistakes like "+0".
16759         (mode_adjust): Arg is an array, not a linked list.
16760         * lib/modechange.c: Include stat-macros.h, xalloc.h.
16761         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
16762         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
16763         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
16764         Remove.  This is now stat-macros.h's job.
16765         (talloc): Remove.  All callers replaced by xalloc, so that
16766         our invokers don't have to worry about reporting memory failures.
16767         (make_node_op_equals): Remove.
16768         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16769         New constants.
16770         (struct mode_change): Moved here from modechange.h.
16771         (mode_append_entry): Remove.
16772         (mode_compile): Remove MASKED_OPS arg, since it encouraged
16773         apps to have incorrect behavior.  Use simpler algorithm for head
16774         and tail.  Don't futz with umask; that's now the job of mode_adjust.
16775         Detect more invalid usages rather than having somewhat-random behavior.
16776         Don't insert an "a=" action, as that leads to incorrect behavior.
16777         (mode_compile, mode_create_from_ref): Return NULL on error instead
16778         of an enum, since now there's only one way to have an error.  All
16779         callers changed.
16780         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
16781         at the correct time.  Simplify calculation of "+u" and its ilk.
16782         Don't mishandle "+X".
16783         (mode_free): Remove "register" and localize decls.
16784         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16785         (struct mode_change): Move to modechange.c; callers don't
16786         need to see this stuff.
16787         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
16788         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
16789         (mode_change, mode_adjust): Reflect the new signatures noted above.
16790         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
16791         that might redefine system include files.
16792         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
16793         (my_usleep): Use NULL rather than (void *) 0.
16794         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
16795         Use siginterrupt to specify that system calls should be interrupted.
16796         (rpl_nanosleep): Move initialization of suspended closer to call of
16797         my_usleep.
16798         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
16799         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
16800         (desirable_utmp_entry): New function.
16801         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
16802         using x2nrealloc, to simplify logic.
16803         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
16804         size calculation.  Do not assume utmp file is a regular file.
16805         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
16806         (READ_UTMP_CHECK_PIDS): New constant.
16807         * lib/save-cwd.c: Include unistd-safer.h.
16808         (save_cwd): Use fd_safer.
16809         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
16810         [!_LIBC] Include "stat-macros.h" instead.
16811         * lib/unistd-safer.h (fd_safer): New decl.
16812
16813 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16814
16815         * modules/getloadavg (Depends-on): Add unistd-safer.
16816         * modules/getusershell (Depends-on): Add stdio-safer.
16817         * modules/lstat (Depends-on): Remove xalloc.
16818         * modules/mkstemp (Depends-on): Add stat-macros.
16819         * modules/modechange (Depends-on): Remove xstrtol.
16820         Add stat-macros, xalloc.
16821         * modules/save-cwd (Depends-on): Add unistd-safer.
16822         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
16823         * modules/unistd-safer (Files): Add lib/fd-safer.c
16824         (Makefile.am): Remove lib_SOURCES.
16825
16826         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
16827         Remove fcntl-safer; unistd-safer supersedes it.
16828
16829 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16830
16831         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
16832         AC_HEADER_STAT.
16833         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
16834         (gl_PREREQ_CHOWN): Remove.
16835         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
16836         it.  Don't require AC_HEADER_STAT.
16837         (gl_PREREQ_LSTAT): Remove.
16838         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
16839         Don't require AC_HEADER_STAT.
16840         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
16841         (gl_PREREQ_RMDIR): Remove.
16842         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
16843         mention stat-macros.h or AC_HEADER_STAT, since we'll make
16844         the stat-macros module a prerequisite.
16845         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
16846         * m4/filemode.m4 (gl_FILEMODE): Likewise.
16847         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
16848         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
16849         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
16850         variable names.
16851         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
16852         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
16853         variable prefixes.
16854         * m4/fcntl-safer.m4: Remove.
16855         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
16856         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
16857         Invoke gl_PREREQ_FD_SAFER.
16858         (gl_PREREQ_FD_SAFER): New macro.
16859         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
16860         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
16861         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
16862         Remove duplicate call to AC_LIBOBJ(readutmp).
16863         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
16864
16865         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
16866         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
16867
16868 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16869
16870         * MODULES.html.sh (Misc): Add byteswap.
16871
16872 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16873
16874         * modules/getcwd (Depends-on): Add extensions.
16875         * modules/openat (Depends-on): Likewise.
16876
16877 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16878
16879         * modules/byteswap: New file.
16880
16881 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16882
16883         * m4/byteswap.m4: New file.
16884
16885 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16886
16887         * lib/byteswap_.h: New file.
16888
16889 2005-04-25  Karl Berry  <karl@gnu.org>
16890
16891         * m4/gettext.m4: Update from GNU gettext 0.14.4.
16892
16893 2005-04-25  Albert Chin  <china@thewrittenword.com>
16894
16895         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
16896         Toolkit C bug.
16897
16898 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
16899
16900         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
16901         (func_ln_if_changed) Remove forcibly for no error message
16902         in case file does not exist.
16903
16904 2005-04-19  Simon Josefsson  <jas@extundo.com>
16905
16906         * gnulib-tool (Options): Make --symlink mean --symbolic.
16907
16908 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
16909
16910         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
16911
16912 2005-04-16  Simon Josefsson  <jas@extundo.com>
16913
16914         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
16915
16916 2005-04-15  Simon Josefsson  <jas@extundo.com>
16917
16918         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
16919
16920 2005-04-15  Simon Josefsson  <jas@extundo.com>
16921
16922         * gnulib-tool: Rename --symlink to --symbolic.
16923
16924 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
16925
16926         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
16927         symbolic links to files instead of copying/moving.  Add --aux-dir,
16928         specifying directory relative --dir where auxiliary build tools
16929         are placed.
16930
16931 2005-04-14  Bruno Haible  <bruno@clisp.org>
16932
16933         * modules/allocsa (License): Change to LGPL.
16934         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16935
16936 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16937
16938         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
16939         that "UTC +1 second" continues to work.  Problem reported
16940         by Dmitry V. Levin.
16941         (relunit_snumber): New rule.
16942         (relunit): Use it.
16943
16944 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
16945
16946         * lib/getdate.y (universal_time_zone_table): New constant.
16947         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
16948         universal_time_zone_table.
16949         (lookup_zone): Prefer universal_time_zone_table to
16950         local_time_zone_table, so that "GMT" time stamps are allowed in
16951         London during the summer.  Problem reported by Ian Abbott.
16952
16953 2005-04-12  Jim Meyering  <jim@meyering.net>
16954
16955         * lib/human.c (humblock): Set *options even when returning due to
16956         xstrtoumax conversion failure.  Thanks to a used-uninitialized
16957         warning from gcc-4.
16958
16959 2005-04-09  Jim Meyering  <jim@meyering.net>
16960
16961         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
16962         -Wuninitialized: initialize tm0.tm_year.
16963
16964 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
16965
16966         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
16967         count, since there's no maximum.  All uses changed.
16968         Add member dsts_seen.
16969         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
16970         not being INT_MAX.
16971         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
16972         Use pc_rels_seen to decide whther a date is absolute.
16973
16974         * lib/getdate.y (number): Don't overwrite year.
16975         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
16976         check.
16977
16978 2005-04-02  Simon Josefsson  <jas@extundo.com>
16979
16980         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
16981         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
16982
16983 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
16984
16985         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
16986         where no absolute path name can be longer than PATH_MAX.
16987
16988 2005-03-27  Jim Meyering  <jim@meyering.net>
16989
16990         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
16991
16992 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
16993
16994         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
16995         "one's complement" -> "ones' complement" in comment, as per Knuth.
16996         "value of type" -> "type or expression" in comment.
16997         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
16998
16999 2005-03-26  Jim Meyering  <jim@meyering.net>
17000
17001         Comment nits.
17002         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
17003         Correct typos: s/or/of/.
17004
17005 2005-03-26  Jim Meyering  <jim@meyering.net>
17006
17007         * modules/check-include-files: Move to ../ and rename to...
17008         * check-module: ...this.
17009
17010 2005-03-25  Jim Meyering  <jim@meyering.net>
17011
17012         * modules/xvasprintf (Files): Add xalloc.h.
17013
17014 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17015
17016         * modules/gettext (Files): config/config.rpath ->
17017         build-aux/config.rpath
17018         * modules/iconv (Files): Likewise.
17019         Problem reported by Oskar Liljeblad.
17020
17021 2005-03-23  Jim Meyering  <jim@meyering.net>
17022
17023         * modules/check-include-files: New script to check for
17024         missing dependencies, multiple includes, etc.
17025
17026         * modules/c-strtold (Depends-on): Add xalloc.
17027         * modules/c-strtod (Depends-on): Add xalloc.
17028         * modules/hash (Depends-on): Add xalloc.
17029         (Files): Remove lib/xalloc.h.
17030
17031         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
17032         * modules/userspec (Files): Add lib/inttostr.h.
17033
17034 2005-03-23  Jim Meyering  <jim@meyering.net>
17035
17036         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
17037
17038 2005-03-22  Jim Meyering  <jim@meyering.net>
17039
17040         * modules/stat-macros: New module.
17041         * modules/canonicalize, modules/euidaccess, modules/file-type,
17042         * modules/filemode, modules/lchown, modules/makepath,
17043         * modules/rmdir, modules/stat: Depend on new stat-macros module
17044         rather than listing lib/stat-macros.h manually.
17045         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
17046
17047 2005-03-22  Jim Meyering  <jim@meyering.net>
17048
17049         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
17050
17051 2005-03-22  Bruno Haible  <bruno@clisp.org>
17052
17053         * config/srclist.txt: Replace target directory 'config' with
17054         'build-aux'.
17055         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
17056         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
17057         ../build-aux/.
17058
17059 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
17060
17061         * modules/chdir-long (Depends-on): Add mempcpy.
17062
17063         * modules/acl, modules/backupfile, modules/c-strtod,
17064         modules/c-strtold, modules/canon-host, modules/canonicalize,
17065         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
17066         modules/exclude, modules/exitfail, modules/file-type,
17067         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
17068         modules/getdate, modules/getline, modules/getpagesize,
17069         modules/getpass, modules/getugroups, modules/group-member,
17070         modules/hard-locale, modules/hash, modules/human, modules/idcache,
17071         modules/inttostr, modules/long-options, modules/makepath,
17072         modules/md5, modules/memcasecmp, modules/memcoll,
17073         modules/modechange, modules/mountlist, modules/path-concat,
17074         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
17075         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
17076         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
17077         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
17078         modules/strftime, modules/strndup, modules/strverscmp,
17079         modules/timespec, modules/unlocked-io, modules/userspec,
17080         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
17081         modules/yesno:
17082         Remove lib_SOURCES line from Makefile.am section, as this is now
17083         done automatically by the corresponding Autoconf macro.
17084
17085 2005-03-21  Jim Meyering  <jim@meyering.net>
17086
17087         Changes imported from coreutils.
17088
17089         * lib/cycle-check.c: Don't include xalloc.h.
17090
17091         * lib/path-concat.c: Don't include assert.h.
17092         (path_concat): Remove assertion that would have triggered
17093         for ABASE starting with more than one slash.
17094         Reported by Andreas Schwab.
17095
17096         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
17097         properly when ABASE is an absolute file name.
17098         Correct the description of this function.
17099         Include <assert.h>.
17100         Add an assertion and a test driver.
17101         This fixes a bug introduced on 2004-07-02.
17102         Andreas Schwab reported the resulting failure of cp --parents:
17103         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
17104
17105 2005-03-21  Jim Meyering  <jim@meyering.net>
17106
17107         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
17108         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
17109
17110 2005-03-21  Jim Meyering  <jim@meyering.net>
17111         and  Paul Eggert  <eggert@cs.ucla.edu>
17112
17113         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
17114         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
17115         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
17116         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
17117         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
17118         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
17119         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
17120         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
17121         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
17122         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
17123         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
17124         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
17125         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
17126         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
17127         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
17128         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
17129         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
17130         for these modules.
17131
17132 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17133
17134         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
17135         (which shouldn't happen), generate nothing instead of returning 0
17136         immediately, so that nstrftime (NULL, ...) doesn't return 0.
17137
17138 2005-03-16  Bruno Haible  <bruno@clisp.org>
17139
17140         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
17141         HAVE_LONGLONG_64BIT.
17142
17143 2005-03-16  Bruno Haible  <bruno@clisp.org>
17144
17145         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
17146         HAVE_LONGLONG_64BIT.
17147
17148 2005-03-16  Bruno Haible  <bruno@clisp.org>
17149
17150         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
17151         HAVE_LONGLONG_64BIT.
17152
17153 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17154
17155         * lib/strftime.c (my_strftime): Prepend space to format so that we can
17156         reliably distinguish strftime failure from empty output on POSIX
17157         hosts.
17158
17159 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17160
17161         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
17162         (iconv_string): Don't guess a size-zero buffer, as that might cause
17163         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
17164         result would be 'too large', where 'too large' is (heuristically)
17165         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
17166         overflow concerns.  This will prevent some unwanted malloc failures
17167         when the inputs are very large.
17168
17169 2005-03-15  Karl Berry  <karl@gnu.org>
17170
17171         * config/srclist.txt (config.rpath): from gettext.
17172         * config/config.rpath: update.
17173
17174 2005-03-15  Bruno Haible  <bruno@clisp.org>
17175
17176         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
17177         to 'negate'.
17178
17179         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
17180         variable.
17181
17182         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
17183         results.
17184
17185 2005-03-14  Simon Josefsson  <jas@extundo.com>
17186
17187         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
17188         <fx@gnu.org>.
17189
17190 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
17191
17192         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
17193         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
17194         intprops.h.
17195         * lib/strtol.c: Likewise.
17196
17197 2005-03-14  Jim Meyering  <jim@meyering.net>
17198
17199         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
17200         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
17201         to be nonzero so that we (and caller) can detect the difference
17202         between a valid zero-length expansion and an error return, even
17203         when the underlying strftime fails before writing anything into
17204         that location.
17205
17206 2005-03-14  Bruno Haible  <bruno@clisp.org>
17207
17208         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
17209         Update from GNU gettext 0.14.3.
17210
17211 2005-03-10  Jim Meyering  <jim@meyering.net>
17212
17213         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
17214
17215 2005-03-10  Jim Meyering  <jim@meyering.net>
17216
17217         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
17218         so that this module works on systems without fchdir.
17219
17220 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
17221
17222         Factor int-properties macros into a single file, except for
17223         glibc-related files.
17224         * lib/intprops.h: New file.
17225         * lib/getloadavg.c: Include it instead of limits.h.
17226         (INT_STRLEN_BOUND): Remove.
17227         * lib/human.c: Include intprops.h.
17228         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
17229         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
17230         302/1000.
17231         * lib/inttostr.h: Include intprops.h instead of limits.h.
17232         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
17233         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
17234         for consistency with intprops.h.
17235         (time_t_is_integer, twos_complement_arithmetic): Use them.
17236         * lib/sig2str.h: Include <signal.h>, intprops.h.
17237         (INT_STRLEN_BOUND): Remove.
17238         * lib/strftime.c (TYPE_SIGNED): Remove.
17239         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
17240         * lib/strtol.c: Adjust comments to match intprops.h.
17241         * lib/userspec.c: Include intprops.h.
17242         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
17243         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
17244         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
17245         instead of rolling our own expressions.
17246         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
17247
17248         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
17249         instead of int.
17250         (my_strftime): Do not mishandle years close to INT_MAX, by doing
17251         the right thing even if adding 1900 would overflow.  Similarly
17252         for tm_mon + 1 and tm_yday + 1.
17253         Make %Y always equivalent to %C%y, and similarly for %G and %g.
17254         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
17255         (DO_SIGNED_NUMBER): New macro.
17256         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
17257
17258 2005-03-07  Bruno Haible  <bruno@clisp.org>
17259
17260         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
17261
17262 2005-03-07  Bruno Haible  <bruno@clisp.org>
17263
17264         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
17265
17266 2005-03-04  Derek R. Price  <derek@ximbiot.com>
17267
17268         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
17269         (func_import): Only replace files via --import when they have actually
17270         changed.
17271
17272 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17273
17274         * m4/mmap-anon.m4: New file.
17275         * m4/pagealign_alloc.m4: New file.
17276
17277 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17278             Bruno Haible  <bruno@clisp.org>
17279
17280         * modules/pagealign_alloc: New file.
17281         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
17282
17283 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17284             Bruno Haible  <bruno@clisp.org>
17285
17286         * lib/pagealign_alloc.h: New file.
17287         * lib/pagealign_alloc.c: New file.
17288
17289 2005-03-03  Bruno Haible  <bruno@clisp.org>
17290
17291         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
17292         Use an all-permissive copyright notice, recommended by RMS.
17293
17294 2005-03-02  Bruno Haible  <bruno@clisp.org>
17295
17296         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
17297         of AIX, the replacement has to be done only after <string.h> is
17298         included, therefore not in config.h. stpncpy.h does the replacement,
17299         and stpncpy.c uses it.
17300
17301 2005-03-02  Bruno Haible  <bruno@clisp.org>
17302
17303         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
17304         stpncpy.c uses it.
17305
17306 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17307
17308         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
17309         The workaround isn't strictly needed for POSIX conformance, and
17310         it's too much of a pain to configure and maintain.  We'll ask
17311         people to fix their kernels instead.
17312         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
17313         (NANOSLEEP_BUG_WORKAROUND): Remove.
17314         (xnanosleep): Remove the workaround.
17315
17316 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17317
17318         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
17319         Reported by Derek Price.
17320         (Include): Add "timespec.h".
17321
17322         * modules/xnanosleep (Depends-on): Remove gethrxtime.
17323
17324 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17325
17326         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
17327         to detect nanosleep bug.
17328
17329 2005-03-01  Bruno Haible  <bruno@clisp.org>
17330
17331         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
17332
17333 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17334
17335         * modules/gethrxtime: New file.
17336         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
17337         (Depends-on): Add gethrxtime.
17338         (configure.ac): Add gl_XNANOSLEEP.
17339         (Makefile.am): Remove lib_SOURCES line.
17340
17341 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17342
17343         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
17344         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
17345
17346 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17347
17348         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
17349         * lib/timespec.h (gettime): Return void, since it always
17350         succeeds now.  All uses changed.
17351         * lib/gettime.c (gettime) Likewise.
17352         [HAVE_NANOTIME]: Prefer nanotime.
17353         Assume gettimeofday succeeds, as POSIX requires.
17354         Assime time () succeeds, since other code already does.
17355         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
17356         (timespec_subtract): Remove.
17357         (NANOSLEEP_BUG_WORKAROUND): New constant.
17358         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
17359         things considerably.  Use it only on GNU/Linux hosts, since the
17360         workaround shouldn't be needed elsewhere.
17361
17362 2005-02-24  Bruno Haible  <bruno@clisp.org>
17363
17364         * modules/gettext (Files): Add m4/glibc2.m4.
17365
17366 2005-02-24  Bruno Haible  <bruno@clisp.org>
17367
17368         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
17369         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
17370         * m4/progtest.m4:
17371         Update from GNU gettext 0.14.2.
17372         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
17373
17374 2005-02-24  Bruno Haible  <bruno@clisp.org>
17375
17376         * lib/localcharset.c: Update from GNU gettext 0.14.2.
17377         * lib/config.charset: Update from GNU gettext 0.14.2.
17378
17379 2005-02-24  Bruno Haible  <bruno@clisp.org>
17380
17381         * lib/gettext.h: Update from GNU gettext 0.14.2.
17382
17383 2005-02-23  Simon Josefsson  <jas@extundo.com>
17384
17385         * m4/iconvme.m4: New file.
17386
17387 2005-02-23  Jim Meyering  <jim@meyering.net>
17388
17389         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
17390         change.
17391         Thanks to Bruno Haible for catching it.
17392
17393 2005-02-22  Simon Josefsson  <jas@extundo.com>
17394
17395         * modules/iconvme: New file.
17396
17397         * MODULES.html.sh: Add iconvme.
17398
17399 2005-02-22  Simon Josefsson  <jas@extundo.com>
17400
17401         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
17402
17403 2005-02-22  Simon Josefsson  <jas@extundo.com>
17404
17405         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
17406
17407 2005-02-22  Jim Meyering  <jim@meyering.net>
17408
17409         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
17410         s/ifndef/ifdef/.
17411
17412 2005-02-20  Neil Conway  <neilc@samurai.com>
17413
17414         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
17415         returned by OSX/Darwin if the specified buffer is not large
17416         enough for the hostname.
17417
17418 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17419
17420         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
17421         pass it to _help, otherwise the latter coredumps trying to
17422         dereference state.root_argp.
17423
17424 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17425
17426         * modules/chdir-long (Depends-on): Add memrchr.
17427         * modules/memrchr (Files): Add lib/memrchr.h.
17428         (Include): "memrchr.h".
17429
17430 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17431
17432         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
17433
17434 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17435
17436         * lib/memrchr.h: New file.
17437         * lib/chdir-long.c: Include it.
17438         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
17439         Don't bother including stddef.h.
17440
17441 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17442
17443         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
17444         inclusion.
17445         Include <sys/types.h>, for dev_t.
17446         (ME_DUMMY, ME_REMOTE): Move from here....
17447         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
17448         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
17449         Dmitry V. Levin.
17450         Include mountlist.h first, to test the interface.
17451
17452 2005-01-29  Bruno Haible  <bruno@clisp.org>
17453
17454         * lib/progname.c (program_name): Initialize.
17455         Needed when linking statically on MacOS X.
17456
17457 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17458
17459         Sync from coreutils.
17460         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
17461         (Depends-on): Add c-strtod.
17462         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
17463
17464 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17465
17466         Sync from coreutils.
17467         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
17468
17469         Remove files that are specific to coreutils.
17470         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
17471
17472 2005-01-28  Bruno Haible  <bruno@clisp.org>
17473
17474         * modules/javacomp: New file.
17475         * MODULES.html.sh (Java): Add javacomp.
17476
17477 2005-01-28  Bruno Haible  <bruno@clisp.org>
17478
17479         * m4/javacomp.m4: New file, from GNU gettext.
17480
17481 2005-01-28  Bruno Haible  <bruno@clisp.org>
17482
17483         * lib/javacomp.sh.in: New file, from GNU gettext.
17484         * lib/javacomp.h: New file, from GNU gettext.
17485         * lib/javacomp.c: New file, from GNU gettext.
17486
17487 2005-01-26  Simon Josefsson  <jas@extundo.com>
17488
17489         * lib/gai_strerror.c: Use GPL in header.
17490
17491 2005-01-26  Bruno Haible  <bruno@clisp.org>
17492
17493         * modules/javaexec: New file.
17494         * MODULES.html.sh (Java): Add javaexec.
17495
17496 2005-01-26  Bruno Haible  <bruno@clisp.org>
17497
17498         * m4/javaexec.m4: New file, from GNU gettext.
17499
17500 2005-01-26  Bruno Haible  <bruno@clisp.org>
17501
17502         * lib/javaexec.sh.in: New file, from GNU gettext.
17503         * lib/javaexec.h: New file, from GNU gettext.
17504         * lib/javaexec.c: New file, from GNU gettext.
17505
17506 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17507
17508         * modules/lchown (Depends-on): Remove lchown.h
17509
17510 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17511
17512         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
17513         must be defined if the header file was not found, in order
17514         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
17515
17516 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17517
17518         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
17519         initializers for struct pentry_state.
17520         (__argp_error): Check return value of __asprintf
17521         (__argp_failure): Translate error message
17522
17523         * lib/argp-parse.c: Removed braces around the expansion of N_()
17524
17525 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17526
17527         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
17528         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
17529         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
17530         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
17531         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
17532         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
17533         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
17534         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
17535         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
17536         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
17537         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
17538         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
17539         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
17540         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
17541         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
17542         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
17543         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
17544         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
17545         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
17546         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
17547         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
17548         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
17549         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
17550         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
17551         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
17552         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
17553         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
17554         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
17555         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
17556         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
17557         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
17558         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
17559         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
17560         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
17561         xstrtol.m4, xstrtoumax.m4, yesno.m4:
17562         Use an all-permissive copyright notice, recommended by RMS.
17563
17564 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
17565
17566         * modules/chdir-long (Depends-on): Remove mempcpy.
17567
17568 2005-01-21  Jim Meyering  <jim@meyering.net>
17569
17570         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
17571         same value as for Solaris 9.
17572
17573         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
17574         component length.  This included changing the parameter to be
17575         of type `char *' rather than `char const *'.
17576         * lib/chdir-long.h (chdir_long): Update prototype.
17577
17578         * lib/openat.c (fdopendir, fstatat): New functions.
17579         * lib/openat.h: Include headers required for use of DIR and struct
17580         stat.
17581         [AT_SYMLINK_NOFOLLOW]: Define.
17582         (fdopendir, fstatat): Add prototypes.
17583
17584 2005-01-21  Bruno Haible  <bruno@clisp.org>
17585
17586         * modules/classpath: New file.
17587         * MODULES.html.sh (Java): Add classpath.
17588
17589 2005-01-21  Bruno Haible  <bruno@clisp.org>
17590
17591         * lib/classpath.h: New file, from GNU gettext.
17592         * lib/classpath.c: New file, from GNU gettext.
17593
17594 2005-01-20  Simon Josefsson  <jas@extundo.com>
17595
17596         * modules/version-etc-fsf: New file.
17597
17598 2005-01-20  Simon Josefsson  <jas@extundo.com>
17599
17600         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
17601         * lib/version-etc.c: Remove version_etc_copyright.
17602         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
17603         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
17604
17605 2005-01-20  Simon Josefsson  <jas@extundo.com>
17606
17607         * lib/base64.h (isbase64): Add.
17608
17609         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
17610         using a unsigned prototype, don't inline.
17611         (base64_decode): Use it.
17612
17613 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17614
17615         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
17616         it.
17617
17618 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17619
17620         * lib/save-cwd.c (save_cwd): Remove code to support the case
17621         where fchdir is missing or flaky.
17622
17623 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17624
17625         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
17626
17627 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
17628
17629         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
17630         AC_LIBSOURCES now does this.
17631         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
17632         with new ullong_max module.
17633
17634 2005-01-19  Bruno Haible  <bruno@clisp.org>
17635
17636         * modules/sh-quote: New file.
17637         * MODULES.html.sh (Executing programs): Add sh-quote.
17638
17639 2005-01-19  Bruno Haible  <bruno@clisp.org>
17640
17641         * lib/sh-quote.h: New file, from GNU gettext.
17642         * lib/sh-quote.c: New file, from GNU gettext.
17643
17644 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17645
17646         Merge from coreutils.
17647         * m4/ullong_max.m4: New file.
17648         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
17649         (gl_MACROS): Assume localeconv exists.
17650
17651 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17652
17653         Merge changes from coreutils, as described below in several
17654         changelogs dated today.
17655
17656         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
17657         (O_DIRECTORY): Remove; not needed here, since "." must be
17658         a directory.  All uses removed.
17659         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
17660         universal on Suns, and we also need to test for IRIX.
17661         Revamp code to use 'if' rather than '#if'.
17662         Avoid unnecessary comparison of cwd->desc to 0.
17663
17664         * lib/utimens.c (futimens): Robustify the previous patch, by checking
17665         for known valid error numbers rather than observed invalid ones.
17666
17667 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17668
17669         * modules/ullong_max: New file.
17670
17671         * modules/chdir-long, modules/openat: New files.
17672         * modules/save-cwd (Depends-on): Depend on chdir-long.
17673         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
17674
17675 2005-01-18  Jim Meyering  <jim@meyering.net>
17676
17677         Merge from coreutils.
17678         * m4/chdir-long.m4, m4/openat.m4: New files.
17679         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
17680         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
17681         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
17682         is sane and DOES follow symlinks.  Besides, testing 20 different
17683         systems found no broken chown implementations.
17684         Prompted by a change in rsync's copy of this macro.
17685         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
17686
17687         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
17688
17689         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
17690         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
17691         NULL-means-set-to-current-time semantics.
17692         Remove temporary file immediately, rather than waiting
17693         for configure's at-exit trap code to do it.
17694
17695 2005-01-18  Jim Meyering  <jim@meyering.net>
17696
17697         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17698
17699         * lib/utimens.c (futimens): Account for the fact that futimes
17700         can also fail with errno == ENOSYS or errno == ENOENT.
17701         Patch from Dmitry V. Levin.
17702
17703         Change the name of the robust chdir function from chdir to chdir_long.
17704         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
17705         (restore_cwd): Use chdir_long, not chdir.
17706         * lib/chdir-long.c: Renamed from chdir.c.
17707         * lib/chdir-long.h: Renamed from chdir.h.
17708         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
17709         Hurd.
17710
17711 2005-01-18  Bruno Haible  <bruno@clisp.org>
17712
17713         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
17714         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
17715         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
17716         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
17717         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
17718         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
17719         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
17720         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
17721         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
17722         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
17723         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
17724         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
17725         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
17726         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
17727         Use an all-permissive copyright notice, recommended by RMS.
17728
17729 2005-01-18  Bob Proulx  <bob@proulx.com>
17730
17731         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
17732         simplify offsetof() macro construct to avoid compile failure with
17733         native HP-UX 11.0 ANSI C compiler.
17734
17735 2005-01-17  Bruno Haible  <bruno@clisp.org>
17736
17737         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
17738         redundant because stpncpy.m4 takes care of it.
17739
17740 2005-01-17  Bruno Haible  <bruno@clisp.org>
17741
17742         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
17743
17744 2005-01-17  Bruno Haible  <bruno@clisp.org>
17745
17746         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
17747         used.
17748
17749 2005-01-17  Bruno Haible  <bruno@clisp.org>
17750
17751         * lib/fwriteerror.h (fwriteerror): Change specification to include
17752         fclose.
17753         * lib/fwriteerror.c: Include <stdbool.h>.
17754         (fwriteerror): At the end, close the file stream. Record whether
17755         stdout was already closed.
17756
17757 2005-01-17  Bruno Haible  <bruno@clisp.org>
17758
17759         * lib/execute.c (environ): Declare if needed.
17760         * lib/pipe.c (environ): Likewise.
17761         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
17762
17763 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17764
17765         * modules/argp: Depend on vsnprintf
17766
17767 2005-01-10  Jim Meyering  <jim@meyering.net>
17768
17769         * modules/closeout (Depends-on): Add atexit.
17770
17771 2005-01-06  Bruno Haible  <bruno@clisp.org>
17772
17773         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
17774
17775 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
17776
17777         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
17778         definitions to be after all include files, to avoid collisions.
17779         Problem reported by Bob Proulx.
17780
17781 2005-01-04  Jim Meyering  <jim@meyering.net>
17782
17783         Changes imported from coreutils.
17784         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
17785         as the mkstemp template, use a temporary directory and an
17786         8.3-friendly template to avoid trouble on systems like DJGPP.
17787         Reported by Juan M. Guerrero via Stepan Kasal.
17788         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
17789         close. Remove the temporary directory right away, rather than waiting
17790         for configure's at-exit trap code to do it.
17791         Suggestion from Stepan Kasal.
17792
17793 2005-01-01  Simon Josefsson  <jas@extundo.com>
17794
17795         * gnulib-tool: Print #include directives when --import'ing.
17796
17797 2004-12-28  Simon Josefsson  <jas@extundo.com>
17798
17799         * tests/test-base64.c: Include required header files.  Remove
17800         unused variables.
17801
17802 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17803
17804         * modules/error (Depends-on): Remove gettext.
17805
17806 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17807
17808         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
17809         not needed.  This removes a dependency on the gettext module.
17810         [defined _LIBC]: Do not include <libintl.h>; not needed.
17811
17812 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17813
17814         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
17815         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
17816
17817 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17818
17819         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
17820         HAVE_DECL_STRTOLD.
17821
17822 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17823
17824         * modules/getdate (Depends-on): Remove alloca-opt.
17825
17826 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17827
17828         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
17829
17830 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17831
17832         * lib/argp-parse.c: Include <stddef.h>.
17833         (alignof, alignto): New macros.
17834         (parser_init): Don't assume that void * is aligned sufficiently
17835         for struct option.
17836
17837         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
17838         need to extend the stack.
17839         (YYINITDEPTH): New macro, so that the initial stack isn't overly
17840         large.
17841
17842 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17843
17844         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
17845
17846 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17847
17848         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
17849         (2004-10-24) change.  Apparently this was a false alarm.
17850
17851         * modules/getdate: Depend on alloca-opt, not alloca.
17852
17853 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17854
17855         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
17856         Remove now-obsolete comment about AIX.
17857         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
17858         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
17859         (YYMAXDEPTH): New macro.
17860
17861 2004-12-18  Simon Josefsson  <jas@extundo.com>
17862
17863         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
17864
17865 2004-12-18  Bruno Haible  <bruno@clisp.org>
17866
17867         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
17868
17869 2004-12-18  Bruno Haible  <bruno@clisp.org>
17870
17871         * lib/fatal-signal.c (fatal_signals): Make non-const.
17872         (init_fatal_signals): New function.
17873         (uninstall_handlers, install_handlers): Ignore signals that were set to
17874         SIG_IGN.
17875         (at_fatal_signal): Call init_fatal_signals.
17876         (init_fatal_signal_set): Likewise. Ignore signals that were set to
17877         SIG_IGN.
17878         Reported by Paul Eggert.
17879
17880 2004-12-18  Bruno Haible  <bruno@clisp.org>
17881
17882         * doc/alloca.texi: New file.
17883         * doc/alloca-opt.texi: New file.
17884
17885 2004-12-17  Jim Meyering  <jim@meyering.net>
17886
17887         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
17888         Otherwise, install-sh could exit with improper exit status when
17889         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
17890
17891 2004-12-16  Simon Josefsson  <jas@extundo.com>
17892
17893         * tests/test-base64.c: Add license.
17894
17895 2004-12-15  Stepan Kasal  <address@hidden>
17896
17897         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
17898
17899 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
17900
17901         * modules/getcwd (Files): Add m4/d-ino.m4.
17902         Suggested by Mark D. Baushke.
17903
17904 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17905
17906         * lib/getdate.y (textint): New member "negative".
17907         (time_zone_hhmm): New function.
17908         Expect 14 shift-reduce conflicts, not 13.
17909         (o_colon_minutes): New rule.
17910         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
17911         (yylex): Set the "negative" member of signed numbers.
17912
17913 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17914
17915         * doc/getdate.texi (Time of day items, Time zone items):
17916         Describe new formats +00:00, UTC+00:00.
17917
17918 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
17919
17920         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
17921         spurious "-l"s.  Problem reported by Stepan Kasal.
17922
17923 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
17924
17925         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
17926         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
17927
17928 2004-12-04  Simon Josefsson  <jas@extundo.com>
17929
17930         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
17931         Vandoorselaere <yoann@prelude-ids.org>.
17932
17933 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17934
17935         Changes imported from coreutils.
17936         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
17937         exist.
17938         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
17939
17940 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17941
17942         Changes imported from coreutils.
17943         * lib/hard-locale.c: Assume <locale.h> exists.
17944         Include "strdup.h".
17945         (GLIBC_VERSION): New macro.
17946         (hard_locale): Assume setlocale exists.
17947         Rewrite to avoid #ifdef.
17948         Use strdup rather than malloc + strcpy.
17949         * lib/human.c: Assume <locale.h> exists.
17950         (human_readable): Assume localeconv exists.
17951
17952 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17953
17954         * modules/hard-locale (Depends-on): Add strdup.
17955
17956 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
17957
17958         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
17959         convert T2, not T.  (Imported from libc.)
17960
17961 2004-11-30  Simon Josefsson  <jas@extundo.com>
17962
17963         * modules/restrict (License): Change to LGPL.
17964
17965 2004-11-30  Simon Josefsson  <jas@extundo.com>
17966
17967         * m4/restrict.m4: Add copyright and copying conditions.
17968
17969 2004-11-30  Simon Josefsson  <jas@extundo.com>
17970
17971         * m4/base64.m4: New file.
17972
17973 2004-11-30  Simon Josefsson  <jas@extundo.com>
17974
17975         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
17976         base64.
17977
17978         * tests/test-base64.c: New file.
17979
17980         * modules/base64: New file.
17981
17982 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17983
17984         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
17985         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
17986
17987         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
17988
17989 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17990
17991         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
17992         (__getcwd.c): Don't restore errno; glibc doesn't.
17993         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
17994         first, falling back to our code only if its results look suspicious.
17995         Ensure that the resulting buffer is only as large as necessary.
17996
17997         * lib/readutmp.c: Include readutmp.h first.
17998         Include <errno.h>, since readutmp.h no longer does that.
17999         * lib/readutmp.h: Don't include <errno.h>,
18000         <sys/param.h>, <time.h>; not needed to establish interface.
18001         (errno): Remove decl.
18002         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
18003         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
18004         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
18005
18006 2004-11-28  Simon Josefsson  <jas@extundo.com>
18007
18008         * lib/base64.h, base64.c: New file.
18009
18010 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
18011
18012         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
18013
18014 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
18015
18016         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
18017         (Depends-on): Remove pathmax, same.  Add mempcpy.
18018         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
18019         (Makefile.am): Append getcwd.h to lib_SOURCES.
18020         (Include): Add getcwd.h.
18021         (Maintainer): Change from Jim Meyering to "all, glibc",
18022         since getdate now uses intended-for-glibc code.
18023         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
18024         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
18025
18026 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18027
18028         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
18029         HP's ANSI C compiler.
18030         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
18031         Declaring int functions causes warnings on some modern systems and
18032         shouldn't be needed to compile on ancient ones.
18033         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
18034         defined.
18035
18036         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
18037         with the following changes.
18038         (__set_errno): Parenthesize properly.
18039         Include <stdbool.h>.
18040         (MIN, MAX, MATCHING_INO): New macros.
18041         (__getcwd): Define with prototype, not K&R form.
18042         Use heuristics to allocate default buffer on stack if possible.
18043         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
18044         behavior, and to avoid the PATH_MAX limit when computing
18045         ../../../../...
18046         Use MATCHING_INO to compare inode number to file.
18047         Check for arithmetic overflow in size calculations.
18048         Fix bug in reallocation of dot array that caused getcwd to fail
18049         on directories nested deeper than 75.
18050         Be more careful about saving errno on error.
18051         Do not use realloc; use only free+malloc, as this is a bit
18052         more flexible and avoids a needless copy operation.
18053         Do not inspect st_dev and st_ino for symbolic links; POSIX
18054         doesn't specify the latter.
18055         Check for closedir errors.
18056         Avoid needless casts.
18057         Use "#ifdef weak_alias" around weak_alias, to be like other
18058         glibc code.
18059         The following changes to getcwd.c have effect only when used in
18060         gnulib; they have no effect inside glibc proper.
18061         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
18062         as alloca isn't used.
18063         (alloca, __alloca): Likewise.
18064         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
18065         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18066         unconditionally, as gnulib assumes C89 or better.
18067         Do not include <sys/param.h>.
18068         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
18069         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
18070         better.
18071         (NULL) [!defined NULL]: Remove; we assume C89 or better.
18072         Include <dirent.h> in a way that is compatible with modern Autoconf.
18073         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
18074         New macros, if not already defined.
18075         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
18076         Use "_LIBC", not "defined _LIBC", for consistency.
18077         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
18078         a mempcpy module.
18079         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
18080         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
18081         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
18082         credit only to Jim Meyering and adjust the copyright dates.
18083         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
18084         <stdlib.h>, <unistd.h>, "pathmax.h".
18085         Instead, include "xgetcwd.h" (first) and "getcwd.h".
18086         (INITIAL_BUFFER_SIZE): Remove.
18087         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
18088
18089 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18090
18091         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
18092         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
18093         Use the _ONCE methods, for efficiency.
18094         Check for fcntl.h.  In test program, include <errno.h>
18095         and <fcntl.h> if available.  Remove old K&R cruft from
18096         test program.  Check for common errors in GNU/Linux,
18097         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
18098         don't do AC_LIBOBJ, as that's getcwd.m4's job.
18099         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
18100         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
18101         name accordingly.
18102         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
18103         accommodate new getcwd.c.
18104         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
18105         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
18106         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
18107         that's all we need now.
18108
18109 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18110
18111         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
18112         argp-parse.c depends on getopt internals, that means we should
18113         always use our getopt, to be on the safe side.
18114         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
18115         order not to spoil the result of an eventual previous invocation
18116         of gl_GETOPT_SUBSTITUTE.
18117
18118 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18119
18120         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
18121         redefinition warnings. To avoid them, include the defines
18122         in `#if !defined __need_getopt ... #endif'. The only place
18123         where __getopt_argv_const is used is in definitions
18124         of getopt_long and getopt_long_only below, which are as well
18125         protected by `#ifndef __need_getopt'.
18126         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
18127         __need_getopt after including <stdio.h> and <unistd.h> These
18128         headers might have defined it.
18129
18130 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18131
18132         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
18133
18134 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18135
18136         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
18137         (futimens): New function, which uses futimes if available.
18138         (futimens, utimens): Support timespec==NULL, with same semantics
18139         as utime and utimens.
18140         * lib/utimens.h (futimens): New decl.
18141
18142 2004-11-23  Jim Meyering  <jim@meyering.net>
18143
18144         * lib/getopt_.h: Remove trailing blanks.
18145
18146 2004-11-23  Jim Meyering  <jim@meyering.net>
18147
18148         * lib/__fpending.c: Add comment.
18149
18150 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
18151
18152         * modules/canonicalize (Depends-on): Add xreadlink.
18153         Problem reported by James Youngman.
18154
18155 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18156
18157         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
18158         New macros.
18159         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
18160         optopt): Use them instead of invoking ## directly; otherwise, the
18161         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
18162
18163 2004-11-19  Bruno Haible  <bruno@clisp.org>
18164
18165         * lib/strtok_r.c: Move comments from here...
18166         * lib/strtok_r.h: ... to here.
18167
18168 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18169
18170         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
18171         implementations that mishandle size_t overflow.
18172
18173 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18174
18175         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
18176         might fail.  Problem reported by Yoann Vandoorselaere.
18177         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
18178         implementations that mishandle size_t overflow.
18179
18180 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18181
18182         * modules/canon-host (Depends-on): Add strdup.
18183
18184 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18185
18186         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
18187
18188 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18189
18190         * lib/canon-host.c: Include "strdup.h".
18191         (canon_host): Use getaddrinfo if available, so that IPv6 works.
18192         Use strdup instead of malloc/strcpy to duplicate strings.
18193
18194         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
18195         (human_space_before_unit): New constant.
18196         * lib/human.c (human_readable): Support it.
18197
18198         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
18199         (xgetcwd): Set errno correctly when failing.
18200         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
18201         the failure is actually due to a PATH_MAX problem.
18202
18203         Further getopt changes to make it more likely that glibc will
18204         buy the changes back.
18205         * lib/getopt.c (POSIXLY_CORRECT): New constant.
18206         (getopt): Use it, so to preserve glibc semantic
18207         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
18208         when compiling for libc.
18209         * lib/getopt_.h (__getopt_argv_const): Bring it back.
18210         (getopt_long, getopt_long_only): Use it.
18211
18212         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18213         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
18214         (getopt): Argv is now char * const *, as per standard.
18215         (_getopt_internal_r, _getopt_internal): Argv is now char **,
18216         not char *__getopt_argv_const *.
18217         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18218         _getopt_long_only_r): Likewise.
18219         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
18220         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18221         _getopt_long_r, _getopt_long_only_r): Likewise.
18222         * lib/getopt_.h (__getopt_argv_const): Remove.
18223         (getopt): Argv is now char * const *, as per standard.
18224
18225         * lib/getdate.y (tORDINAL): New token.
18226         (day, relunit): Allow it for relative times.
18227         (relative_time_table): Use tORDINAL for ordinals.
18228
18229 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18230
18231         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
18232         Document that "second" isn't allowed as an ordinal number.
18233
18234 2004-11-16  Jim Meyering  <jim@meyering.net>
18235
18236         * modules/closeout (Depends-on): Add fpending.
18237
18238 2004-11-15  Jim Meyering  <jim@meyering.net>
18239
18240         * lib/closeout.c: Include "__fpending.h" once again.
18241         Include <stdbool.h>.
18242         (close_stdout): Don't fail just because stdout was closed initially,
18243         since some programs don't write to stdout in the normal course of
18244         operation (other than --version and --help), and we don't want this
18245         function to make e.g. `touch file >&-' fail.
18246         But do fail if it was closed and someone has tried to write to it.
18247         E.g., `printf foo >&-' must fail.
18248
18249 2004-11-13  Jim Meyering  <jim@meyering.net>
18250
18251         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
18252
18253 2004-11-12  Simon Josefsson  <jas@extundo.com>
18254
18255         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
18256         small doc fix is still pending.
18257
18258 2004-11-11  Simon Josefsson  <jas@extundo.com>
18259
18260         * modules/strtok_r: New file.
18261
18262         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18263         strtok_r.
18264
18265 2004-11-11  Simon Josefsson  <jas@extundo.com>
18266
18267         * m4/strtok_r.m4: New file.
18268
18269         * m4/getopt.m4: Replace opterr.
18270
18271 2004-11-11  Simon Josefsson  <jas@extundo.com>
18272
18273         * lib/strtok_r.h, strtok_r.c: New file.
18274
18275 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18276
18277         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
18278         of replacing opterr, getopt, etc.  This should handle the
18279         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
18280
18281 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18282
18283         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
18284         we can stop lying to compilers about the constness of argv when we
18285         are compiled outside glibc.
18286         (getopt, getopt_long, getopt_long_only): Use it.
18287         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18288         _getopt_internal, getopt): Likewise.
18289         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18290         _getopt_long_only_r): Likewise.
18291         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18292         _getopt_long_r, _getopt_long_only_r): Likewise.
18293
18294         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
18295         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
18296         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
18297         the other external symbols.
18298         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
18299         declaration, since the above renaming now works around collisions.
18300
18301 2004-11-11  Jim Meyering  <jim@meyering.net>
18302
18303         * lib/linebreak.c: Remove trailing blanks.
18304         * lib/alloca_.h: Likewise.
18305         * lib/acosl.c: Likewise.
18306         * lib/euidaccess.c: Likewise.
18307         * lib/allocsa.h: Likewise.
18308
18309 2004-11-10  Simon Josefsson  <jas@extundo.com>
18310
18311         * m4/getaddrinfo.m4: New file.
18312
18313 2004-11-10  Simon Josefsson  <jas@extundo.com>
18314
18315         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
18316
18317 2004-11-10  Simon Josefsson  <jas@extundo.com>
18318
18319         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18320         getaddrinfo.
18321
18322         * modules/getaddrinfo: New file.
18323
18324 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18325
18326         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
18327
18328 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18329
18330         * lib/mktime.c (SHR): New macro, which is a portable
18331         substitute for >> that should work even on Crays.
18332         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
18333         Problem reported by Mark D. Baushke in
18334         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
18335         * lib/getdate.y (SHR): Likewise.
18336         (tm_diff): Use it.
18337         * lib/strftime.c (SHR): Likewise.
18338         (tm_diff): Use it.
18339         * lib/quotearg.c (struct quoting_options): Use unsigned int for
18340         quote_these_too, so that right shifts are well defined.  All uses
18341         changed.
18342
18343 2004-11-10  Jim Meyering  <jim@meyering.net>
18344
18345         Ensure that no close failure goes unreported.
18346         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
18347         return early when it seems there's nothing to flush.
18348         Don't include __fpending.h.
18349
18350 2004-11-10  Jim Meyering  <jim@meyering.net>
18351
18352         * modules/closeout (Depends-on): Remove fpending.
18353
18354 2004-11-10  Jim Meyering  <jim@meyering.net>
18355
18356         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
18357
18358 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18359
18360         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
18361         gl_FUNC_STRFTIME.
18362         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
18363         and AC_REQUIRE when possible, to avoid duplicate checks.
18364         Check for <wchar.h>.
18365
18366 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18367
18368         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
18369
18370 2004-11-09  Bruno Haible  <bruno@clisp.org>
18371
18372         * m4/sockpfaf.m4: New file.
18373
18374 2004-11-05  Bruno Haible  <bruno@clisp.org>
18375
18376         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
18377         Reported by Mark D. Baushke <mdb@cvshome.org>.
18378
18379 2004-11-04  Bruno Haible  <bruno@clisp.org>
18380
18381         2004-09-11  Bruno Haible  <bruno@clisp.org>
18382                 * allocsa.valgrind: New file.
18383         2004-02-06  Bruno Haible  <bruno@clisp.org>
18384                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
18385                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
18386                 Reported by Christopher Seip <chris.seip@hp.com>.
18387
18388 2004-11-04  Bruno Haible  <bruno@clisp.org>
18389
18390         * modules/allocsa (Files): Add lib/allocsa.valgrind.
18391         (Makefile.am): Distribute it.
18392
18393 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
18394
18395         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
18396         with errno == ERANGE if the buffer is too small.
18397         Problem reported by Mark D. Baushke.
18398
18399 2004-11-03  Albert Chin  <china@thewrittenword.com>
18400             Paul Eggert  <eggert@cs.ucla.edu>
18401
18402         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
18403         equivalent, substitute $ac_type for equivalent type rather than
18404         blindly using uint32_t *always* which won't work if uint32_t is not
18405         available.  Define _UINT32_T to work around typedef of uint32_t if
18406         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
18407         2.5.1.
18408
18409 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18410
18411         * m4/jm-macros.m4: Sync from coreutils.
18412         (gl_MACROS): Check for mbrlen, for pathchk.
18413         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
18414
18415 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18416
18417         * lib/xreadlink.c (MAXSIZE): New macro.
18418         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
18419         size does not exceed MAXSIZE.  Avoid cast.
18420         As suggested by Mark D. Baushke in
18421         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
18422         if readlink fails with buffer size just under MAXSIZE, try again
18423         with MAXSIZE.
18424
18425 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18426
18427         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
18428
18429 2004-11-02  Derek R. Price  <derek@ximbiot.com>
18430         and  Paul Eggert  <eggert@cs.ucla.edu>
18431
18432         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
18433         (get_date): Overparenthesize to avoid GCC warning.
18434
18435 2004-11-02  Bruno Haible  <bruno@clisp.org>
18436
18437         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
18438         returns void.
18439
18440 2004-11-02  Bruno Haible  <bruno@clisp.org>
18441
18442         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
18443         function returns void.
18444
18445 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18446
18447         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
18448         fflush_unlocked, flockfile, funlockfile, funlockfile,
18449         fputs_unlocked, putc_unlocked.
18450
18451 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18452
18453         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18454         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
18455         already declared.
18456
18457 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18458
18459         * modules/getdate (Files): Add doc/getdate.texi.
18460         (Depends-on): Add setenv, xalloc.
18461
18462 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18463
18464         * lib/getdate.y: Add support for TZ="foo" within a date string.
18465         Fix some bugs near time_t boundaries.  Reject dates with
18466         out-of-range components, e.g., "Sept 31".
18467         Include <stdlib.h>, "setenv.h", "xalloc.h".
18468         (ISDIGIT_LOCALE): Remove; unused.
18469         Note that the TZ and time functions used here are not reentrant.
18470         (mktime_ok, get_tz): New functions.
18471         (TZBUFSIZE): New constant.
18472         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
18473         This requires that we sometimes generate our own TZ="XXX..." setting.
18474
18475 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18476
18477         * doc/getdate.texi: New file, from coreutils with modifications for
18478         the new TZ parsing.
18479
18480 2004-10-27  Derek R. Price  <derek@ximbiot.com>
18481
18482         * lib/mktime.c (not_equal_tm): Remove redundant check.
18483
18484 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18485
18486         * modules/regex (lib_SOURCES): Add regex.c.
18487         Reported by James Youngman in
18488         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
18489
18490 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18491
18492         * lib/getdate.y: Use Bison 1.875 features, and some minor
18493         code cleanups.  This change does not affect semantics.
18494         Don't include <stdlib.h>; no longer needed.
18495         Don't include unlocked-io.h; only the "#if TEST" code uses
18496         stdio, and performance isn't crucial there.
18497         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
18498         Bison 1.875 features as described below.
18499         All uses of "PC." replaced by "pc->".
18500         (YYSTYPE): Add a forward declaration.
18501         (yylex, yyerror): Use full prototypes in forward decls.
18502         Use "%pure-parser" rather than obsolescent "%pure_parser".
18503         Use %parse-param and %lex-param instead of obsolescent
18504         YYPARSE_PARAM and YYLEX_PARAM.
18505         (meridian_table, month_and_day_table, time_units_table,
18506         relative_time_table, time_zone_table, military_table,
18507         lookup_zone, lookup_word, get_date):
18508         Use NULL instead of 0 where appropriate.
18509         (to_hour): Avoid abort (), to avoid a dependency on
18510         stdlib.h.
18511         (yyerror, yylex): Now accepts parser_control * arg.
18512         (main) [TEST]: Use '\0' rather than 0 for char.
18513
18514 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18515
18516         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
18517
18518 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18519
18520         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
18521         It's now the caller's responsibility to handle the case where
18522         !HAVE_GETPAGESIZE && !defined getpagesize.
18523
18524         * lib/mktime.c (leapyear): Arg is long int, not int.
18525
18526 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
18527
18528         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
18529
18530 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18531
18532         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
18533         missing.  Problem reported by James Youngman.
18534
18535 2004-10-16  Simon Josefsson  <jas@extundo.com>
18536
18537         * gnulib-tool: Fix comments.  Fix parse problem.
18538         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
18539
18540 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
18541
18542         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
18543         implementation of getopt_long.  Problem reported by Alexander Taler in:
18544         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
18545
18546 2004-10-15  Bruno Haible  <bruno@clisp.org>
18547
18548         * gnulib-tool: Untabify. Initialize supplied_libname.
18549         (func_usage): More homogenous output.
18550         (func_modules_transitive_closure, func_modules_to_filelist,
18551         func_emit_lib_Makefile_am): New functions.
18552         (func_import): New function, extracted from big case statement. Use
18553         func_get_license, func_modules_transitive_closure,
18554         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
18555         opt_lgpl. Don't use test -a, as it's not portable.
18556         (func_create_testdir): Use func_modules_transitive_closure,
18557         func_modules_to_filelist, func_emit_lib_Makefile_am.
18558
18559 2004-10-15  Bruno Haible  <bruno@clisp.org>
18560
18561         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
18562
18563 2004-10-15  Bruno Haible  <bruno@clisp.org>
18564
18565         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
18566         the portions belonging to each module.
18567         Suggested by Derek Robert Price <derek@ximbiot.com>.
18568
18569 2004-10-12  Simon Josefsson  <jas@extundo.com>
18570
18571         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18572         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
18573         to real functions.
18574
18575 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18576
18577         * modules/vsnprintf: New file.
18578
18579 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18580
18581         * m4/vsnprintf.m4: New file.
18582
18583 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18584
18585         * lib/vsnprintf.h: New file.
18586         * lib/vsnprintf.c: New file.
18587
18588 2004-10-11  Bruno Haible  <bruno@clisp.org>
18589
18590         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
18591         vsnprintf.
18592
18593 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18594
18595         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
18596
18597 2004-10-07  Bruno Haible  <bruno@clisp.org>
18598
18599         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
18600         fits into the provided buffer.
18601
18602 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18603
18604         * lib/diacrit.c, diacrit.h: Add GPL notice.
18605
18606         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
18607         notice.
18608         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
18609         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
18610         This avoids a potential constant-folding bug.
18611
18612 2004-10-05  Bruno Haible  <bruno@clisp.org>
18613
18614         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
18615         for the declaration of strsep.
18616
18617 2004-10-05  Bruno Haible  <bruno@clisp.org>
18618
18619         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
18620
18621 2004-10-04  Simon Josefsson  <jas@extundo.com>
18622
18623         * modules/memmem: New file.
18624         * tests/test-memmem.c: New file.
18625         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
18626
18627 2004-10-04  Simon Josefsson  <jas@extundo.com>
18628
18629         * m4/memmem.m4: New file.
18630
18631 2004-10-04  Simon Josefsson  <jas@extundo.com>
18632
18633         * lib/memmem.h: New file.
18634         * lib/memmem.c: New file, taken from glibc.
18635
18636 2004-10-04  Simon Josefsson  <jas@extundo.com>
18637
18638         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
18639         '#ifdef USE_UNLOCKED_IO'.
18640
18641 2004-10-04  Simon Josefsson  <jas@extundo.com>
18642
18643         * config/srclist.txt: Add memmem from glibc.
18644
18645 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18646
18647         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
18648
18649         * modules/argmatch, modules/argp, modules/closeout, modules/error,
18650         modules/exclude, modules/getdate, modules/getline,
18651         modules/getndelim2, modules/getpass, modules/getpass-gnu,
18652         modules/getusershell, modules/linebuffer, modules/md5,
18653         modules/mountlist, modules/posixtm, modules/readtokens,
18654         modules/readutmp, modules/regex, modules/sha1,
18655         modules/version-etc, modules/yesno:
18656         Remove dependency on unlocked-io.
18657
18658 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18659
18660         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
18661
18662         * m4/unlocked-io.m4: Add copyright notice.
18663         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
18664
18665 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18666
18667         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
18668         * lib/xmalloc.c (xmemdup): Likewise.
18669         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
18670         XFREE): Remove these long-obsolescent macros.
18671         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
18672         * lib/xstrdup.c: Remove.
18673
18674         * lib/regex.c (re_comp): Cast gettext return value to char *,
18675         Problem reported by Martin Neitzel via Mark D. Baushke.
18676
18677 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18678
18679         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
18680         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
18681         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
18682         regex.c, sha1.c, version-etc.c, yesno.c:
18683         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
18684         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
18685         the includer's responsibility.
18686
18687         Sync from coreutils.
18688
18689         * lib/modechange.c (mode_compile): Don't decrement a pointer that
18690         points to the start of a string, as the C Standard says the
18691         resulting behavior is undefined.
18692
18693         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
18694         simple -> simple_backups, numbered_existing ->
18695         numbered_existing_backups, numbered -> numbered_backups
18696         to avoid shadowing problems.  All uses changed.
18697         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
18698         * lib/backupfile.c (check_extension, numbered_backup):
18699         Rename locals to avoid shadowing 'basename'.
18700         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
18701         once.
18702
18703         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
18704         * lib/.cvsignore: Add getopt.h.
18705
18706 2004-10-04  Bruno Haible  <bruno@clisp.org>
18707
18708         * modules/README: New file.
18709         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
18710         not a module.
18711
18712 2004-10-02  Jim Meyering  <jim@meyering.net>
18713
18714         * lib/dirfd.h, getpagesize.h: Add copyright notice.
18715
18716 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18717
18718         * modules/strsep: New file.
18719
18720 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18721
18722         * m4/strsep.m4: New file.
18723
18724 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18725
18726         * lib/strsep.h: New file.
18727         * lib/strsep.c: New file.
18728
18729 2004-10-01  Simon Josefsson  <jas@extundo.com>
18730
18731         * lib/snprintf.c (snprintf): Handle size==0.
18732
18733 2004-10-01  Simon Josefsson  <jas@extundo.com>
18734             Bruno Haible  <bruno@clisp.org>
18735
18736         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
18737         (snprintf): Declare 'args'.
18738
18739 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
18740
18741         * lib/snprintf.c: Remove comments as to why each header is needed.
18742
18743 2004-10-01  Bruno Haible  <bruno@clisp.org>
18744
18745         * MODULES.html.sh: Add strsep.
18746
18747 2004-09-30  Simon Josefsson  <jas@extundo.com>
18748
18749         * modules/snprintf: New file.
18750
18751 2004-09-30  Simon Josefsson  <jas@extundo.com>
18752
18753         * m4/snprintf.m4: New file.
18754
18755 2004-09-30  Simon Josefsson  <jas@extundo.com>
18756
18757         * lib/snprintf.h, lib/snprintf.c: New files.
18758
18759 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18760
18761         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
18762         (hol_entry_help): Never translate an empty string.
18763         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
18764         * lib/argp.h (OPTION_NO_TRANS): New option.
18765
18766 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18767
18768         * modules/argp (Maintainer): Replace Simon Josefsson
18769         by Sergey Poznyakoff.
18770
18771 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18772
18773         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
18774         changes merged back into glibc.
18775
18776 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18777
18778         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
18779
18780 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18781
18782         * lib/xvasprintf.c: Include xalloc.h.
18783         (xvasprintf): Use xalloc_die, not xmalloc_die.
18784
18785 2004-09-29  Bruno Haible  <bruno@clisp.org>
18786
18787         * modules/alloca-opt: New file, derived from modules/alloca.
18788         * modules/allocsa: Depend on alloca-opt instead of alloca.
18789         * modules/setenv: Likewise.
18790         * modules/vasnprintf: Likewise.
18791         * MODULES.html.sh: Add alloca-opt.
18792
18793 2004-09-28  Simon Josefsson  <jas@extundo.com>
18794
18795         * gnulib-tool: New parameter --lgpl, to asseert that modules are
18796         LGPL, and to replace license template from GPL to LGPL.
18797
18798 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18799
18800         * modules/dummy: Change license to LGPL.
18801
18802 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18803
18804         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
18805
18806 2004-09-24  Simon Josefsson  <jas@extundo.com>
18807
18808         * modules/minmax (License): Change from GPL to LGPL.
18809
18810 2004-09-23  Simon Josefsson  <jas@extundo.com>
18811
18812         * gnulib-tool (--import): Typo.
18813
18814 2004-09-23  Simon Josefsson  <jas@extundo.com>
18815
18816         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
18817
18818 2004-09-22  Bruno Haible  <bruno@clisp.org>
18819
18820         * modules/*: Add 'License' field.
18821         * gnulib-tool: Accept --extract-license option.
18822         (func_get_license): New function.
18823
18824 2004-09-21  Bruno Haible  <bruno@clisp.org>
18825
18826         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
18827         Reported by Simon Josefsson.
18828
18829 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18830
18831         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
18832         gl_AC_TYPE_LONG_LONG.
18833
18834 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18835
18836         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
18837
18838 2004-09-18  Simon Josefsson  <jas@extundo.com>
18839         and  Paul Eggert  <eggert@cs.ucla.edu>
18840
18841         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
18842         calls with autoreconf.  Define GL_LIB.
18843
18844 2004-09-14  Karl Berry  <karl@gnu.org>
18845
18846         * config/srclist.txt: unsync setenv.c, sigh.
18847
18848 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18849
18850         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
18851         Problem reported by Bruno Haible in:
18852         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
18853
18854 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18855
18856         * config/srclist.txt: Comment out argp-pvh.c.
18857
18858 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
18859
18860         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
18861         in case some system header has #define'd it.  Problem reported by
18862         Soeren D. Schulze in
18863         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
18864
18865 2004-09-09  Karl Berry  <karl@gnu.org>
18866
18867         * regex.[ch]: delete from the root.  These were supposed to be
18868                 synced with emacs cvs, but this has not happened for about
18869                 a year, and anyway nothing else uses emacs regex.[ch].
18870                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
18871                 lib/regex[.ch] is untouched.
18872
18873 2004-09-09  Bruno Haible  <bruno@clisp.org>
18874
18875         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
18876
18877 2004-09-09  Bruno Haible  <bruno@clisp.org>
18878
18879         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
18880         modifications.
18881         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
18882
18883 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18884
18885         * modules/xvasprintf: New file.
18886         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
18887
18888 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18889
18890         * lib/xvasprintf.h: New file.
18891         * lib/xvasprintf.c: New file.
18892         * lib/xasprintf.c: New file.
18893
18894 2004-09-08  Bruno Haible  <bruno@clisp.org>
18895
18896         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
18897
18898 2004-09-08  Bruno Haible  <bruno@clisp.org>
18899
18900         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
18901         length is > INT_MAX.
18902         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
18903         more.
18904
18905 2004-09-08  Bruno Haible  <bruno@clisp.org>
18906
18907         * lib/stdint_.h: New file, taken from GNU clisp.
18908
18909 2004-09-08  Bruno Haible  <bruno@clisp.org>
18910             Oskar Liljeblad  <oskar@osk.mine.nu>
18911
18912         * modules/stdint: New file.
18913         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
18914
18915 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18916
18917         Import from coreutils.
18918         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
18919         strings on unbounded length.  alloca's performance benefits aren't
18920         that important here.
18921         (V_STRDUP): Remove.
18922         (parse_with_separator): New function, with most of the internals
18923         of the old parse_user_spec.  Allow user to omit both user and group,
18924         for compatibility with FreeBSD.
18925         Clone only the user name, not the entire spec.
18926         Do not set *uid, *gid unless entirely successful.
18927         Avoid memory leak in some failing cases.
18928         Fix regression for USER.GROUP reported by Dmitry V. Levin in
18929         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
18930         (parse_user_spec): Rewrite to use parse_with_separator.
18931
18932 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18933
18934         * modules/userspec: Don't depend on alloca.
18935
18936 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18937
18938         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
18939
18940 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18941
18942         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
18943         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
18944         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
18945
18946 2004-08-16  Simon Josefsson  <jas@extundo.com>
18947
18948         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
18949         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
18950         Add --dry-run for --import.
18951         Let user provided command line parameters override configure.ac
18952         settings.
18953
18954 2004-08-12  Simon Josefsson  <jas@extundo.com>
18955
18956         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
18957         as discussed with Paul Eggert in threads rooted at
18958         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
18959         and
18960         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
18961         Before, the test was empty, and relied on ELIDE_CODE in source
18962         code.)
18963         (gl_PREREQ_GETOPT): New macro.
18964         (gl_GETOPT): Use them.
18965
18966 2004-08-12  Simon Josefsson  <jas@extundo.com>
18967
18968         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
18969         * lib/getopt_.h: Renamed from getopt.h.
18970
18971 2004-08-12  Simon Josefsson  <jas@extundo.com>
18972
18973         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
18974         Change default library name from libfoo to libgnu.
18975         Now, if you have a configure.ac that says:
18976                 gl_SOURCE_BASE(gl)
18977                 gl_M4_BASE(gl/m4)
18978                 gl_MODULES(error getopt etcetera)
18979                 gl_INIT
18980         you can import all you need by running:
18981                 ../gnulib/gnulib-tool --import
18982
18983         * modules/getopt (Files): Rename getopt.h to getopt_.h.
18984         (Makefile.am): Rewrite, use logic from argz.
18985         (Include): Use <getopt.h> instead of "getopt.h".
18986
18987 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18988
18989         * modules/argp (Files): Add m4/unlocked-io.m4.
18990         (Depends-on): Add extensions.
18991
18992 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18993
18994         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
18995         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
18996         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
18997         Check for program_invocation_name, program_invocation_short_name,
18998         flockfile, funlockfile, features.h, _getopt_long_only_r.
18999
19000 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19001
19002         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
19003         its complicated substitute.
19004         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
19005         and program_invocation_name.
19006         (__argp_basename) [!_LIBC]: Remove; the only use was
19007         replaced by its body.
19008         (__argp_short_program_name): Change condition from
19009         !defined __argp_short_program_name to
19010         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
19011         to match argp-namefrob.h.
19012         (__argp_failure): Don't assume strerror_r returns char *.
19013         * lib/argp-parse.c (N_): Define unconditionally.
19014         (argp_default_options): Fill out initializers with 0 to avoid
19015         gcc warnings.
19016
19017 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19018
19019         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
19020         getopt1.c.
19021
19022 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19023
19024         Merge from coreutils.
19025
19026         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
19027
19028         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
19029         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
19030
19031 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19032
19033         Merge from coreutils.
19034
19035         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
19036         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
19037         for Reliant Unix 5.43.
19038
19039         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
19040         (union fooround): Use uintmax_t, not long int.
19041         The rest is a merge from libc:
19042         [defined _LIBC]: Include <shlib-compat.h>.
19043         (_obstack) [defined _LIBC]: Remove after 2.3.4.
19044
19045         * lib/settime.c (settime): Recode to avoid warning with
19046         Sun Forte C 6U2.
19047
19048         * lib/strverscmp.c: Convert to UTF-8.
19049
19050 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19051
19052         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
19053         m4/uintmax_t.m4.
19054
19055 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19056
19057         * modules/xalloc-die: New file.
19058         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
19059
19060         * modules/md5 (Files): Add m4/uint32_t.m4.
19061         * modules/sha1: Renamed from modules/sha.
19062         (Files):
19063         Rename lib/sha.h to lib/sha1.h.
19064         Rename lib/sha.c to lib/sha1.c.
19065         Rename m4/sha.m4 to m4/sha1.m4.
19066         (lib_SOURCES): Likewise.
19067         (configure.ac): Rename gl_SHA to gl_SHA1.
19068         (Include): sha.h -> sha1.h.
19069
19070 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19071
19072         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
19073         * m4/sha1.m4: Renamed from sha.m4.
19074         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
19075
19076 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19077
19078         * lib/obstack.h (obstack_empty_p):
19079         Don't assume that chunk->contents is suitably aligned.
19080         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
19081         Likewise. Problem reported by Benno in
19082         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
19083
19084         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
19085         readable.  This could be improved further but it'd take some work.
19086
19087 2004-08-08  Simon Josefsson  <jas@extundo.com>
19088
19089         * modules/xgethostname (Depends-on): Remove exit and error (not
19090         used).
19091
19092         * modules/getpass-gnu: Add getpass.h.
19093         (Depends-on): Add stdbool.
19094         * modules/getpass: Add getpass.h.
19095
19096 2004-08-08  Simon Josefsson  <jas@extundo.com>
19097
19098         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
19099         Check getpass declaration.
19100
19101 2004-08-08  Simon Josefsson  <jas@extundo.com>
19102
19103         * lib/xgethostname.c: Don't include error.h (not used).
19104
19105         * lib/getpass.h: Add.
19106         * lib/getpass.c: Include getpass.h first.
19107
19108 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
19109
19110         * lib/xalloc-die.c: New file.
19111         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
19112         All uses removed.
19113         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
19114         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
19115         xalloc-die.c.
19116         (_, N_, xalloc_die): Move to xalloc-die.c.
19117         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
19118         so that we needn't mess with xalloc_msg_memory_exhausted.
19119
19120         * lib/sha1.h: Renamed from sha.h.
19121         (SHA1_H): Renamed from _SHA_H.
19122         (sha1_ctx): Renamed from sha_ctx.
19123         (sha1_init_ctx): Renamed from sha_init_ctx.
19124         (sha1_process_block): Renamed from sha_process_block.
19125         (sha1_process_bytes): Renamed from sha_process_bytes.
19126         (sha1_finish_ctx): Renamed from sha_finish_ctx.
19127         (sha1_read_ctx): Renamed from sha_read_ctx.
19128         (sha1_stream): Renamed from sha_stream.
19129         (sha1_buffer): Renamed from sha_buffer.
19130         * lib/sha1.c: Likewise; renamed from sha.c.
19131         Do not include <sys/types.h>.
19132         Include <stddef.h> rather than <stdlib.h>.
19133
19134 2004-08-08  Bruno Haible  <bruno@clisp.org>
19135
19136         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
19137         FILESYSTEM_PREFIX_LEN.
19138         * lib/progreloc.c: Likewise.
19139         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
19140
19141 2004-08-06  Simon Josefsson  <jas@extundo.com>
19142
19143         * modules/progname (Depends-on): Don't depend on stdbool.
19144
19145 2004-08-06  Simon Josefsson  <jas@extundo.com>
19146
19147         * modules/getsubopt: New file.
19148         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19149         getsubopt.
19150
19151 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19152
19153         More merge from coreutils.
19154
19155         * m4/utimens.m4, m4/utimecmp.m4: New files.
19156         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
19157         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
19158         prereq.m4, sha.m4: Import changes from coreutils.
19159
19160 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19161
19162         More merge from coreutils.
19163         * modules/raise, modules/readtokens0, modules/utimens:
19164         * modules/utimecmp, module/xnanosleep: New files.
19165         * modules/strftime: Add lib/strftime.h.
19166         Change include from <time.h> to "strftime.h".
19167         * modules/yesno: Add lib/yesno.h.
19168         * modules/backupfile: Remove lib/addext.c.
19169         * modules/euidaccess: Add stat-macros.h.
19170         * modules/canonicalize, modules/euidaccess,
19171         modules/filemode, modules/lchown, modules/makepath,
19172         modules/rmdir, modules/stat: Likewise.
19173
19174 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19175
19176         Merge from tar.
19177         * lib/argp-help.c (make_hol, hol_append): Don't assume that
19178         SIZE_MAX is a valid preprocessor constant.
19179         (__argp_basename): Change from "#ifndef _LIBC"
19180         to "#ifndef __argp_short_program_name", so that
19181         we don't compile these functions for tar.
19182
19183         More merges from coreutils.
19184         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
19185         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
19186         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
19187         * lib/addext.c: Remove; no longer needed.
19188         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
19189         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
19190         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
19191         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
19192         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
19193         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
19194         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
19195         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
19196         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
19197         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19198         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
19199         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
19200         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
19201         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
19202         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
19203         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
19204         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
19205         Import changes from coreutils.
19206
19207 2004-08-05  Simon Josefsson  <jas@extundo.com>
19208
19209         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
19210
19211 2004-08-05  Simon Josefsson  <jas@extundo.com>
19212
19213         * m4/getsubopt.m4: New file.
19214
19215 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19216
19217         Merge from coreutils.
19218
19219         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
19220         * m4/getcwd-path-max.m4: New files.
19221
19222         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
19223         FILESYSTEM_PREFIX_LEN ->
19224         FILE_SYSTEM_PREFIX_LEN.
19225         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
19226         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
19227         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
19228         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
19229
19230         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
19231         prerequisite modules now handle the DOS stuff.
19232         Don't check for unistd.h.
19233
19234 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19235
19236         Merge from coreutils.
19237
19238         * lib/.gdb-history: Remove; this doesn't belong here.
19239
19240         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
19241         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
19242         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
19243         * lib/getcwd.c: New files.
19244
19245         * lib/dirname.h: Include <stdbool.h>.
19246         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
19247         for consistency with POSIX terminology.  All uses changed.
19248         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
19249         (strip_trailing_slashes): Use bool for booleans.
19250         * lib/stripslash.c (strip_trailing_slashes): Likewise.
19251
19252         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
19253         sometimes returns a positive errno value even when it succeeds.
19254         (print_errno_message) [!LIBC]: Fall back on strerror if
19255         __strerror_r fails.
19256
19257         * lib/path-concat.c (mempcpy): Don't define if a system header defines
19258         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
19259         (longest_relative_suffix): New function.
19260         (path_concat): Use it.  Assume first argument is not NULL.
19261         Port to DOS.  Omit redundant separators.
19262         Report an error instead of returning NULL.
19263         Use mempcpy instead of memcpy.
19264         (xpath_concat): Remove: not declared or used.
19265
19266         * lib/same.h: Include <stdbool.h>
19267         (same_name): Return bool, not int.
19268         * lib/same.c (same_name): Likewise.
19269         (errno): Don't declare; we assume C89 or better now.
19270
19271         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
19272         if not already defined.
19273
19274         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
19275         * lib/dup-safer.c (errno): Likewise.
19276
19277 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19278
19279         Merge from coreutils.
19280         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
19281         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
19282         * modules/path-concat: Don't depend on strdup.
19283
19284 2004-08-03  Simon Josefsson  <jas@extundo.com>
19285
19286         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
19287         * lib/progname.h: Don't include stdbool.h.
19288
19289 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19290
19291         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
19292         * MODULES.html.sh (func_all_modules): Remove fatal.
19293
19294 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19295
19296         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
19297
19298 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19299
19300         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
19301         working.
19302
19303 2004-08-02  Simon Josefsson  <jas@extundo.com>
19304
19305         * lib/getsubopt.h: New file, with comments from Bruno Haible.
19306         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
19307         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
19308
19309 2004-08-01  Simon Josefsson  <jas@extundo.com>
19310
19311         * lib/xgetdomainname.c: Include stdlib.h, for free().
19312
19313 2004-07-19  Bruno Haible  <bruno@clisp.org>
19314
19315         * MODULES.html.sh (func_all_modules): Add dummy.
19316
19317 2004-07-16  Simon Josefsson  <jas@extundo.com>
19318
19319         * modules/dummy: New file.
19320
19321 2004-07-16  Simon Josefsson  <jas@extundo.com>
19322
19323         * lib/dummy.c: New file.
19324
19325 2004-07-16  Bruno Haible  <bruno@clisp.org>
19326
19327         * lib/backupfile.h: Add extern "C" for C++.
19328         * lib/closeout.h: Likewise.
19329         * lib/copy-file.h: Likewise.
19330         * lib/findprog.h: Likewise.
19331         * lib/full-write.h: Likewise.
19332         * lib/pathname.h: Likewise.
19333         * lib/progname.h: Likewise.
19334         * lib/stpcpy.h: Likewise.
19335         * lib/stpncpy.h: Likewise.
19336         * lib/strcase.h: Likewise.
19337         * lib/strstr.h: Likewise.
19338         * lib/xalloc.h: Likewise.
19339
19340         * lib/mbswidth.h: Add extern "C" for C++.
19341         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
19342
19343 2004-07-13  Robert Millan  <robertmh@gnu.org>
19344
19345         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
19346
19347 2004-07-09  Simon Josefsson  <jas@extundo.com>
19348
19349         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
19350         failed without this.)
19351
19352 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19353
19354         * modules/chown (Files): Add lib/fchown-stub.c, since
19355         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
19356
19357 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19358
19359         * lib/fchown-stub.c: New file.
19360
19361 2004-06-24  Jim Meyering  <jim@meyering.net>
19362
19363         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
19364
19365 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19366
19367         * modules/argz: Omit "#include".
19368
19369         * MODULES.html.sh (func_all_modules): Add calloc, to match
19370         2004-06-01 addition of calloc module.
19371
19372 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19373
19374         * m4/argz.m4: New file, which is autoupdated from libtool.
19375
19376 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19377
19378         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
19379         libtool.
19380
19381 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19382
19383         * config/srclist-update: Don't insist on "USA." before the
19384         close-comment, as libtool omits the period and puts the */ on a
19385         separate line.
19386         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
19387         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
19388
19389 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
19390
19391         * modules/argz: New file.
19392         * MODULES.html.sh (func_all_modules): Add argz.
19393
19394 2004-06-12  Jim Meyering  <jim@meyering.net>
19395         and  Paul Eggert  <eggert@cs.ucla.edu>
19396
19397         * modules/hash (Files): Add lib/xalloc.h.
19398         * modules/pipe (Depends-on): Add wait-process.
19399         * modules/stat (Depends-on): Add xalloc.
19400         * modules/userspec (Files): Add lib/userspec.h.
19401         * modules/xstrto
19402
19403         Upgrade from gettext-0.13.
19404         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
19405         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
19406         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
19407
19408 2004-06-10  Jim Meyering  <jim@meyering.net>
19409
19410         * lib/calloc.c: New file.
19411
19412 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19413
19414         * lib/getdate.y (yylex): Allow space between sign and number.
19415         Problem reported by Dan Jacobson.
19416
19417 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19418
19419         Merge from coreutils CVS.
19420
19421         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
19422         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
19423         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
19424         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
19425         xstrtol.m4: Fix copyright date and/or serial number.
19426
19427         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
19428         See if we need an fchown replacement.
19429         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
19430         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
19431         and use the replacement function if we detect either defect.
19432
19433         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
19434         gl_UTIMECMP.
19435
19436 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19437         and  Jim Meyering  <jim@meyering.net>
19438
19439         Merge from coreutils CVS.
19440
19441         * lib/stat-macros.h: New file, with contents from file-type.h
19442         and coreutils' system.h.
19443         * lib/file-type.c: Include "stat-macros.h".
19444         * lib/file-type.h (file_type): Move all macro definitions to new file,
19445         stat-macros.h.
19446
19447         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
19448         Wrap old code with this conditional.
19449         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
19450         function that does not dereference symlinks.
19451         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
19452
19453         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
19454         dependency problems.
19455         (xreadlink): Accept new arg SIZE, for efficiency.
19456         All decls and uses changed.
19457         * lib/xreadlink.h: Include <stddef.h>, for size_t.
19458
19459         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
19460         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
19461
19462         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
19463         sysexits.h.
19464
19465 2004-06-01  Jim Meyering  <jim@meyering.net>
19466
19467         * m4/calloc.m4: New file.
19468
19469 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
19470
19471         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
19472         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
19473         Also, fix a typo in a diagnostic.
19474
19475 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19476
19477         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
19478         or AC_FUNC_REALLOC.
19479
19480 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19481
19482         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
19483         macros to be defined.
19484         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
19485         the allocator returns NULL because the requested size is zero.
19486
19487 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19488
19489         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
19490         var.  Add comment explaining why libc still defines it.  This
19491         merges the following patch from glibc:
19492         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
19493
19494 2004-05-20  Andreas Schwab  <schwab@suse.de>
19495
19496         * m4/free.m4: Replace free if it not known to work, not the other
19497         way round.
19498
19499 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
19500
19501         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
19502         present in glibc since revision 1.1 of this file.
19503         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
19504         obstack_alignment_mask, obstack_alloc, obstack_base,
19505         obstack_blank, obstack_blank_fast, obstack_chunk_size,
19506         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
19507         obstack_grow0, obstack_init, obstack_int_grow,
19508         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
19509         obstack_next_free, obstack_object_size, obstack_ptr_grow,
19510         obstack_ptr_grow_fast, obstack_room): Remove declarations of
19511         nonexistent functions.
19512
19513 2004-05-18  Karl Berry  <karl@gnu.org>
19514
19515         * config/srclist.txt: break link for vasnprintf.c.
19516
19517 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19518
19519         Port obstack to the AS/400, where pointers are 16 bytes wide and
19520         you cannot cast an integer to a valid pointer.  This patch is
19521         currently waiting to be integrated into glibc; see
19522         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
19523
19524         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
19525         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
19526         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
19527         (struct obstack): temp member is now a union of a pointer and
19528         an integer, instead of an integer.  All integer uses changed.
19529         This does not affect the physical layout of struct obstack,
19530         except on hosts (like the AS/400) where the size or alignment of
19531         void * is greater than that of ptrdiff_t.
19532         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
19533         __STDC__)]: Store temporary in pointer member of union, not
19534         integer member.
19535         * lib/obstack.c: Include <stddef.h>, for offsetof.
19536         (struct fooalign): Remove; it doesn't need a name.
19537         (union fooround): Change double to long double, and add void *.
19538         (DEFAULT_ALIGNMENT): Use offsetof to compute.
19539         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
19540         not a macro.  Hence the values are always int; so remove all
19541         casts-to-int in uses.
19542
19543 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19544
19545         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
19546         we can get this patch merged into glibc.
19547
19548 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19549             Paul Eggert  <eggert@cs.ucla.edu>
19550
19551         * m4/argp: Depend on alloca.
19552
19553 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19554             Paul Eggert  <eggert@cs.ucla.edu>
19555
19556         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
19557         freecoding.
19558
19559 2004-05-17  Bruno Haible  <bruno@clisp.org>
19560
19561         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
19562         precision that consists of a '.' followed by an empty digit string.
19563         Patch by Tor Lillqvist <tml@iki.fi>.
19564
19565 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19566
19567         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
19568         for backward compatibility with older code.  We need our own
19569         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
19570         it under some other name, and our alloca.h will define it.
19571
19572 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19573             Derek Price  <derek@ximbiot.com>
19574
19575         * lib/alloca.c: Include <alloca.h>, to get our interface.
19576         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
19577         include <alloca.h> first.  Use C89 prototype for alloca; this
19578         requires including <stddef.h> for size_t.  Use extern "C" if C++.
19579         Use #elif for simplicity, since we can assume C89 now.
19580         Don't try to source the system alloca.h since it will not be found
19581         and to prevent recursively including its replacement.
19582         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
19583         * lib/regex.c: Likewise.
19584
19585 2004-05-16  Derek Price  <derek@ximbiot.com>
19586             Paul Eggert  <eggert@cs.ucla.edu>
19587
19588         getline cleanup.  This changes the getndelim2 API: both order of
19589         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
19590         no delimiter).
19591
19592         * lib/getline.c: Don't include stddef.h or stdio.h, since our
19593         interface does that.
19594         (getline): Always use getdelim, so that we don't have two
19595         copies of this code.
19596         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
19597         if available.
19598         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
19599         (GETNDELIM2_MAXIMUM): New macro.
19600         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
19601         instead of the old practice of delim2==0.  All callers changed.
19602         Return -1 on overflow, instead of returning junk.
19603         Do not set *linesize unless allocation succeeds.
19604         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
19605         that we include sys/types.h.
19606         * lib/getnline.h: Likewise.
19607         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
19608         (getndelim2): Reorder arguments.
19609         * lib/getnline.c (getnline, getndelim):
19610         Don't discard the NMAX argument.
19611         (getnline): Invoke getndelim, to avoid code duplication.
19612         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
19613         of (size_t) -1 by callers of the getnline family.
19614
19615 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19616
19617         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
19618         Check for gettimeofday.
19619         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
19620         Check for settimeofday, stime.
19621
19622 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19623
19624         * lib/nanosleep.c (suspended): Change its type from int to
19625         sig_atomic_t volatile.
19626         (first_call): Make it private to rpl_nanosleep, and have it
19627         be zero initially as that's a bit faster.
19628         (my_usleep): Round up fractional times instead of truncating them,
19629         as this is the usual meaning for 'sleep'.
19630
19631         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
19632         doesn't work.
19633         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
19634         (ENOSYS): Define if not defined.
19635         (settime): Fall back on stime if it exists and settimeofday fails.
19636         But don't bother with fallbacks if a method fails with errno == EPERM.
19637
19638 2004-05-11  Jim Meyering  <jim@meyering.net>
19639
19640         Prior to this change, the save_cwd caller required read access to the
19641         current directory on most systems (ones with the fchdir function).
19642
19643         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
19644         fails, try write-only, and finally, resort to using xgetcwd.
19645
19646 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19647
19648         * lib/obstack.c, obstack.h: Import changes from libc.
19649
19650 2004-04-28  Bruno Haible  <bruno@clisp.org>
19651
19652         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
19653         also implicitly appends .exe to executables.
19654         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
19655         accepts Windows pathnames.
19656         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19657         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19658         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19659         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19660         Reported by Derek Robert Price <derek@ximbiot.com>.
19661
19662 2004-04-21  Karl Berry  <karl@gnu.org>
19663
19664         * config/srclist.txt (localcharset.c): break sync.
19665
19666 2004-04-20  Paul Eggert  <eggert@twinsun.com>
19667
19668         * m4/host-os.m4: Add a copyright notice.
19669
19670 2004-04-20  Jim Meyering  <jim@meyering.net>
19671
19672         Change UTILS_ to gl_ in AC_DEFINE'd names.
19673         Change utils_- and jm_-prefixed variables, too.
19674         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
19675         UTILS_FUNC_MKDIR_TRAILING_SLASH.
19676         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
19677
19678         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
19679         Don't emit trailing blanks.
19680         Also rename jm_-prefixed variables to have gl_ prefix.
19681
19682         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
19683         Also rename jm_-prefixed variables to have gl_ prefix.
19684
19685         * m4/jm-macros.m4: Reflect the renamings.
19686         * m4/prereq.m4: Likewise.
19687
19688 2004-04-20  Jim Meyering  <jim@meyering.net>
19689
19690         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
19691         memory.
19692
19693 2004-04-20  Jim Meyering  <jim@meyering.net>
19694             Bruno Haible  <bruno@clisp.org>
19695
19696         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
19697         memory when realloc fails.
19698
19699 2004-04-19  Jim Meyering  <jim@meyering.net>
19700
19701         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
19702         now that readutmp.c may call `free (0)'.
19703
19704 2004-04-19  Bruno Haible  <bruno@clisp.org>
19705
19706         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
19707         * m4/inttypes_h.m4: Likewise.
19708         * m4/stdint_h.m4: Likewise.
19709         * m4/intmax_t.m4: Likewise.
19710         * m4/uintmax_t.m4: Likewise.
19711
19712 2004-04-18  Jim Meyering  <jim@meyering.net>
19713
19714         * m4/prereq.m4: Don't forbid jm_ prefix.
19715
19716         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
19717         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
19718         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
19719         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
19720         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
19721         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
19722         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
19723         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
19724         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
19725         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
19726         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
19727         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
19728         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
19729         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
19730         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
19731         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
19732         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
19733         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
19734         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
19735
19736 2004-04-18  Jim Meyering  <jim@meyering.net>
19737
19738         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
19739         failure, don't leak memory and do call END_UTMP_ENT.
19740
19741 2004-04-16  Jim Meyering  <jim@meyering.net>
19742
19743         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
19744         coreutils' stat program.
19745         (gl_PREREQ): Don't require jm_PREREQ_STAT.
19746
19747 2004-04-11  Paul Eggert  <eggert@twinsun.com>
19748
19749         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
19750         C89.
19751         (CHAR_BIT): Remove, since we assume C89.
19752         Include <stdint.h> if available, as per current Autoconf CVS advice.
19753
19754 2004-03-31  Jim Meyering  <jim@meyering.net>
19755
19756         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
19757         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
19758         * m4/xalloc.m4: Likewise.
19759
19760 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19761
19762         Merge from coreutils.
19763
19764         * m4/inttostr.m4: New file.
19765         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
19766         Require AM_STDBOOL_H and gl_TIMESPEC instead.
19767         Require gl_CLOCK_TIME.
19768         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
19769
19770 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19771
19772         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
19773         not bool, to be more consistent with Unix conventions.
19774         Suggested by Bruno Haible.
19775
19776         Merge from coreutils.
19777
19778         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
19779         * lib/umaxtostr.c: New files.
19780
19781         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
19782         the usual <time.h> dance.
19783         (get_date): Change signature to support fractional time stamps.
19784         All callers changed.
19785         * lib/getdate.y: Include "getdate.h" first, as we can now
19786         assume C89 and don't need to worry about 'const'.
19787         Similarly, include "unlocked-io.h" near start, not in middle.
19788         Include <limits.h>.
19789         (textint.value): Use long int rather than int.
19790         (textint.digits): Use size_t rather than int.
19791         (BILLION, LOG10_BILLION): New constants.
19792         (parser_control): New member rel_ns.  Members day_ordinal,
19793         time_zone, month, day, hour, minutes, rel_year, rel_month,
19794         rel_day, rel_hour, rel_minutes, rel_seconds
19795         are now long int, not int.  Member seconds is now struct timespec,
19796         not int.  New member timespec_seen.  Members dates_seen, days_seen,
19797         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
19798         not int.
19799         (%union.intval): Now long int, not int.
19800         New member timespec.
19801         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
19802         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
19803         (spec): Now is a timespec or an item list.
19804         (timespec, items): New nonterminals.
19805         (time, rel, relunit, number, get_date):
19806         Add support for fractional seconds.
19807         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
19808         (gmtime, localtime, mktime): Remove decls; not needed with C89.
19809         (to_hour): First arg is now long int, not int.
19810         (to_year): Returns long int, not int.
19811         Don't treat year -70 like 70.
19812         (tm_diff): Returns long int, not int.
19813         (lookup_word): Use bool instead of int when appropriate.
19814         (yylex): Use size_t for count, not int.
19815         Detect overflow when parsing large integer constants.
19816         Add support for fractions.
19817         (get_date): Make pointers 'const' if possible.
19818         Use more-portable code to detect integer overflow.
19819         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
19820         Don't use ctime; it's not reliable if the year has >4 digits.
19821
19822         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
19823         This is for compatibility with BSD.
19824
19825         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
19826         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
19827         From coreutils' system.h.
19828
19829         * lib/userspec.c: Don't include "posixver.h".
19830         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
19831         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
19832         compatible extension.  Simplify code by removing a boolean int
19833         that was always nonzero if a string was nonnull.
19834
19835 2004-03-30  Jim Meyering  <jim@meyering.net>
19836
19837         Merge from coreutils.
19838
19839         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
19840         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
19841         on some systems one must include <grp.h> before it.
19842         Reported by Christian Krackowizer.
19843
19844 2004-03-30  Jim Meyering  <jim@meyering.net>
19845
19846         Merge from coreutils.
19847
19848         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
19849
19850         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
19851         an empty input stream.
19852
19853         * lib/readtokens.c: Include <stdbool.h>.
19854         (readtoken): Use `size_t' rather than int/long.
19855         All callers adjusted.
19856         Use `bool' rather than `int' where appropriate.
19857         Use memset rather than an explicit loop.
19858         Use x2nrealloc rather than xrealloc.
19859         Allow the use of `\0' as a delimiter.
19860         (readtokens): Likewise.
19861         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
19862
19863 2004-03-30  Jim Meyering  <jim@meyering.net>
19864
19865         * m4/realloc.m4: Remove file, since now it does no more than
19866         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
19867         the `configure.ac' section of module/realloc.
19868         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
19869
19870 2004-03-30  Bruno Haible  <bruno@clisp.org>
19871
19872         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
19873         nonnull.
19874
19875 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19876
19877         Merge changes to getloadavg.c from coreutils and Emacs.
19878
19879         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
19880         Define to an expression, not to the empty string.
19881         Include cloexec.h and xalloc.h.
19882         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
19883         Use set_cloexec_flag rather than rolling our own.
19884         * lib/cloexec.c, lib/cloexec.h: New files.
19885
19886 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19887
19888         * m4/cloexec.m4: New file.
19889
19890 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19891
19892         * lib/getopt.h: Sync with libc CVS.
19893
19894 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19895             Bruno Haible  <bruno@clisp.org>
19896
19897         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
19898         mbswidth.
19899
19900 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19901             Bruno Haible  <bruno@clisp.org>
19902
19903         * lib/mbswidth.h: Include <wchar.h> only if
19904         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
19905         <wchar.h>.
19906         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
19907
19908 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19909
19910         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
19911         Sync with libc CVS.
19912         * lib/getopt_int.h: New file, also synced from libc.
19913
19914 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19915
19916         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
19917         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
19918         Bring back getopt.c, getopt.h, getopt1.c.
19919
19920 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19921
19922         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
19923         All uses changed.  Check for sa_sigaction member; this fixes
19924         a bug first reported by Jason Andrade in
19925         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19926
19927 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19928
19929         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
19930         '#if' expressions.  Unlike the code it replaces, it does not
19931         depend on (defined _SC_PAGESIZE).  However, it does depend on
19932         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
19933         first reported by Jason Andrade in
19934         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19935
19936 2004-02-25  Simon Josefsson  <jas@extundo.com>
19937
19938         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
19939
19940 2004-02-25  Simon Josefsson  <jas@extundo.com>
19941
19942         * lib/strdup.h: New file.
19943         * lib/strdup.c: Include it.
19944         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
19945         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
19946
19947 2004-02-23  Karl Berry  <karl@gnu.org>
19948
19949         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
19950         (from fencepost.gnu.org:/gd/gnuorg).
19951
19952 2004-02-23  Karl Berry  <karl@gnu.org>
19953
19954         * config/srclistvars.sh (GNUORG) [karl]: redefine.
19955         * config/srclist.txt: add maintain/standards documents.
19956
19957 2004-02-18  Bruno Haible  <bruno@clisp.org>
19958
19959         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
19960         Reported by Derek Robert Price <derek@ximbiot.com>.
19961
19962 2004-02-16  Karl Berry  <karl@gnu.org>
19963
19964         * config/mkinstalldirs, install-sh: update from automake.
19965
19966 2004-02-06  Karl Berry  <karl@gnu.org>
19967
19968         * m4/po.m4: update from gettext 0.14.1.
19969
19970 2004-02-06  Karl Berry  <karl@gnu.org>
19971
19972         * lib/config.charset: update from gettext 0.14.1.
19973
19974 2004-02-05  Paul Eggert  <eggert@twinsun.com>
19975
19976         Add comments and code, prompted by suggestions from Bruno Haible
19977         for sh-quote.
19978         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
19979         describing the enum quoting_style values.
19980         * lib/quotearg.c (quotearg_alloc): New function.
19981         (quotearg_buffer_restyled): Treat lone { and } as special.
19982         Treat = as special.  Work around bug with older shells
19983         that "see" a '\' that is really the 2nd byte of a multibyte char.
19984         Quote empty string with shell_quoting_style.
19985
19986 2004-02-03  Bruno Haible  <bruno@clisp.org>
19987
19988         * m4/pipe.m4: New file, from GNU gettext.
19989
19990 2004-02-03  Bruno Haible  <bruno@clisp.org>
19991
19992         * lib/pipe.h: New file, from GNU gettext.
19993         * lib/pipe.c: New file, from GNU gettext.
19994
19995 2004-01-27  Bruno Haible  <bruno@clisp.org>
19996
19997         * m4/execute.m4: New file, from GNU gettext.
19998
19999 2004-01-27  Bruno Haible  <bruno@clisp.org>
20000
20001         * lib/execute.h: New file, from GNU gettext.
20002         * lib/execute.c: New file, from GNU gettext.
20003         * lib/w32spawn.h: New file, from GNU gettext.
20004
20005 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20006
20007         Merge from diffutils.
20008
20009         * lib/file-type.c (file_type): Add typed memory objects.
20010         * lib/file-type.h (S_TYPEISTMO): New macro.
20011
20012         * lib/c-stack.h (c_stack_action): Remove argv argument.
20013         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
20014         (die): Don't calculate message unless segv_action returns.
20015         (get_stack_location, min_address_from_argv, max_address_from_argv,
20016         volatile stack_base, volatile_stack_size): Remove.
20017         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
20018         that every segmentation violation is a stack overflow.  (Ouch!)
20019         See Debian bug 136249 (still outstanding) for more info about why
20020         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
20021
20022 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20023
20024         Exit-status fix from coreutils.
20025
20026         Use exit_failure consistently in place of EXIT_FAILURE,
20027         so that program exit statuses are consistent on failure.
20028
20029         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
20030         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
20031         * lib/argmatch.h: Comment fix to match the above.
20032         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
20033         Now a macro referring to exit_failure, instead of a separate
20034         variable.  Include "exitfail.h" to get it.
20035         * lib/xstrtol.h: Include "exitfail.h".
20036         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
20037
20038         * lib/long-options.c (parse_long_options): Use prototype
20039         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
20040         for clarity.
20041
20042 2004-01-21  Jim Meyering  <jim@meyering.net>
20043
20044         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
20045         so as not to conflict with a different-sized __mktime_internal
20046         function in GNU libc.
20047         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
20048         Problem building statically-linked `ls' reported by Michael Brunnbauer.
20049
20050 2004-01-20  Karl Berry  <karl@gnu.org>
20051
20052         * config/config.guess: update from config.
20053
20054         * config/srclistvars.sh: GNUWWWLICENSES for karl.
20055
20056 2004-01-20  Bruno Haible  <bruno@clisp.org>
20057
20058         Safer stack allocation.
20059         * lib/setenv.c: Include allocsa.h.
20060         (alloca): Remove fallback definition.
20061         (freea): Remove macro.
20062         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
20063         instead of freea.
20064
20065 2004-01-20  Bruno Haible  <bruno@clisp.org>
20066
20067         * m4/eealloc.m4: New file, from GNU gettext.
20068
20069 2004-01-20  Bruno Haible  <bruno@clisp.org>
20070
20071         * m4/allocsa.m4: New file, from GNU gettext.
20072
20073 2004-01-20  Bruno Haible  <bruno@clisp.org>
20074
20075         * lib/xallocsa.h: New file, from GNU gettext.
20076         * lib/xallocsa.c: New file, from GNU gettext.
20077
20078 2004-01-20  Bruno Haible  <bruno@clisp.org>
20079
20080         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
20081
20082 2004-01-20  Bruno Haible  <bruno@clisp.org>
20083
20084         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
20085         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
20086         specially.
20087
20088 2004-01-20  Bruno Haible  <bruno@clisp.org>
20089
20090         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
20091         patch.
20092
20093 2004-01-20  Bruno Haible  <bruno@clisp.org>
20094
20095         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
20096
20097 2004-01-20  Bruno Haible  <bruno@clisp.org>
20098
20099         * lib/eealloc.h: New file.
20100
20101 2004-01-20  Bruno Haible  <bruno@clisp.org>
20102
20103         * lib/binary-io.h: Avoid warnings on Cygwin.
20104
20105 2004-01-20  Bruno Haible  <bruno@clisp.org>
20106
20107         * lib/allocsa.h: New file, from GNU gettext.
20108         * lib/allocsa.c: New file, from GNU gettext.
20109
20110 2004-01-18  Karl Berry  <karl@gnu.org>
20111
20112         * doc/gpl.texi, doc/lgpl.texi: new files.
20113
20114 2004-01-18  Karl Berry  <karl@gnu.org>
20115
20116         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
20117         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
20118
20119 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20120
20121         Merge from coreutils.
20122
20123         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
20124         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
20125         (gl_DEFAULT_POSIX2_VERSION): Move
20126         the documentation from 'configure' into 'config.hin',
20127         so that 'configure --help' isn't burdened by it and
20128         we don't have to worry about its formatting there.
20129         Reword the documentation so that it's more succinct
20130         and can be run together into a single paragraph.
20131         * m4/same.m4 (gl_SAME): Check for pathconf.
20132
20133 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20134
20135         Merge from coreutils.
20136
20137         * lib/posixver.c: Include posixver.h.
20138
20139         * lib/same.c: Include <stdbool.h>, <limits.h>.
20140         (_POSIX_NAME_MAX): Define if not defined.
20141         (MIN): New macro.
20142         (same_name): If file names are silently truncated, report
20143         that the file names are the same if they are the same after
20144         the silent truncation.
20145
20146         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
20147         conversion function.
20148         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
20149         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
20150         longer needed.
20151
20152 2004-01-15  Jim Meyering  <jim@meyering.net>
20153
20154         Merge from coreutils.
20155
20156         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
20157         if no library is required.
20158         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
20159         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
20160         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
20161         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
20162         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
20163         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
20164         value, $ac_cv_search_crypt, if it's "none required".
20165         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
20166         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
20167         not gl_FUNC_GETLOADAVG.
20168         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
20169         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
20170
20171 2004-01-15  Jim Meyering  <jim@meyering.net>
20172
20173         Merge from coreutils.
20174
20175         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
20176         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
20177         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
20178
20179         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
20180         optional configure-time default.
20181
20182         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20183
20184         * lib/xreadlink.c (xreadlink): Correct outdated comment.
20185
20186 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
20187
20188         Merge from coreutils.
20189
20190         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
20191         value, $ac_cv_search_nanosleep, if it's "none required".
20192
20193 2004-01-14  Paul Eggert  <eggert@twinsun.com>
20194
20195         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
20196         with like-named macro in fnmatch.c.
20197         (EXT): Use an internal constant instead.
20198
20199         Merge fnmatch patches from glibc.
20200         * lib/fnmatch.c (mbsinit): Remove define.
20201         Add libc_hidden_ver (__fnmatch, fnmatch).
20202         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
20203         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
20204
20205 2004-01-14  Karl Berry  <karl@gnu.org>
20206
20207         * config/install-sh: update from automake.
20208
20209 2004-01-13  Karl Berry  <karl@gnu.org>
20210
20211         * config/install-sh: update from automake.
20212
20213 2004-01-09  Karl Berry  <karl@gnu.org>
20214
20215         * config/install-sh: update from automake.
20216
20217 2004-01-05  Karl Berry  <karl@gnu.org>
20218
20219         * config/config.{sub,guess}: update from config.
20220
20221 2003-12-31  Karl Berry  <karl@gnu.org>
20222
20223         * config/depcomp: update from automake.
20224
20225 2003-12-14  Karl Berry  <karl@gnu.org>
20226
20227         * lib/config.charset: update from gettext-runtime.
20228
20229 2003-12-03  Paul Eggert  <eggert@twinsun.com>
20230
20231         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
20232         Bug reported by Alfred M. Szmidt.
20233
20234 2003-12-03  Bruno Haible  <bruno@clisp.org>
20235
20236         * m4/gettext.m4: Upgrade from gettext-0.13.
20237         * m4/po.m4: Upgrade from gettext-0.13.
20238         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
20239         * m4/intmax.m4: New file, from gettext-0.13.
20240         * m4/printf-posix.m4: New file, from gettext-0.13.
20241
20242 2003-11-29  Karl Berry  <karl@gnu.org>
20243
20244         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
20245
20246 2003-11-25  Paul Eggert  <eggert@twinsun.com>
20247             Bruno Haible  <bruno@clisp.org>
20248
20249         * lib/printf-parse.h: Don't include sys/types.h.
20250         (ARG_NONE): New macro.
20251         (char_directive): Change type of *arg_index fields to size_t.
20252         * lib/printf-parse.c: Don't include sys/types.h.
20253         (SSIZE_MAX): Remove macro.
20254         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
20255         Remove unnecessary overflow check.
20256         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
20257         fields.
20258
20259 2003-11-25  Bruno Haible  <bruno@clisp.org>
20260
20261         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
20262
20263 2003-11-25  Bruno Haible  <bruno@clisp.org>
20264
20265         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
20266         gt_TYPE_SSIZE_T.
20267
20268 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20269
20270         * modules/alloca: Remove dependency on xalloc.
20271
20272 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20273
20274         * lib/alloca.c: Remove dependency on xalloc module.
20275         (xalloc_die): Remove.
20276         (memory_full) [!defined emacs]: New macro.
20277         [!defined emacs]: Don't include xalloc.h.
20278         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
20279         address arithmetic overflows.  Change datatypes a bit to avoid
20280         unnecessary casts.
20281
20282 2003-11-22  Jim Meyering  <jim@meyering.net>
20283
20284         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
20285         s/size/size_t/.
20286
20287 2003-11-21  Karl Berry  <karl@gnu.org>
20288
20289         * config/config.{sub,guess}: update from config.
20290
20291 2003-11-18  Karl Berry  <karl@gnu.org>
20292
20293         * config/config.{sub,guess}: update from config.
20294
20295         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
20296
20297 2003-11-17  Paul Eggert  <eggert@twinsun.com>
20298
20299         * README: Mention that S+T cannot overflow if S is the size of
20300         an existing object and T is sufficiently small.
20301
20302 2003-11-17  Jim Meyering  <jim@meyering.net>
20303
20304         On systems without utime and without a utimes function capable of
20305         dealing with a NULL struct utimbuf* argument, this utime replacement
20306         could -- in unusual circumstances -- leak a file descriptor.
20307         * lib/utime.c: Include <unistd.h> and <errno.h>.
20308         (utime_null): Be sure to close `fd' and to preserve errno.
20309         Reported by Geoff Collyer via Arnold Robbins.
20310
20311 2003-11-17  Bruno Haible  <bruno@clisp.org>
20312
20313         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
20314         (Depends-on): Add xsize.
20315
20316 2003-11-17  Bruno Haible  <bruno@clisp.org>
20317
20318         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
20319
20320 2003-11-17  Bruno Haible  <bruno@clisp.org>
20321
20322         * lib/vasnprintf.c (alloca): Remove fallback definition.
20323         (freea): Remove definition.
20324         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
20325         Reported by Paul Eggert.
20326
20327 2003-11-16  Paul Eggert  <eggert@twinsun.com>
20328             Bruno Haible  <bruno@clisp.org>
20329
20330         Protect against address arithmetic overflow.
20331         * lib/printf-args.h: Include stddef.h.
20332         (arguments): Change type of field 'count' to size_t.
20333         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
20334         'unsigned int' where appropriate.
20335         * lib/printf-parse.h: Include sys/types.h.
20336         (char_directive): Change type of *arg_index fields to ssize_t.
20337         (char_directives): Change type of fields 'count', max_*_length to
20338         size_t.
20339         * lib/printf-parse.c: Include sys/types.h and xsize.h.
20340         (SSIZE_MAX): Define fallback value.
20341         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
20342         instead of 'int' where appropriate. Check a_allocated, d_allocated
20343         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
20344         * lib/vasnprintf.c: Include xsize.h.
20345         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
20346         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
20347         overflow. Avoid wraparound when converting a width or precision from
20348         decimal to binary.
20349
20350 2003-11-16  Bruno Haible  <bruno@clisp.org>
20351
20352         Update from GNU gettext.
20353         * lib/printf-parse.c: Generalize to it can be compiled for wide
20354         strings.
20355         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
20356         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
20357         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
20358         SNPRINTF): New macros.
20359         Don't include <alloca.h> if the file is used inside libintl.
20360         (local_wcslen): New function, for Solaris 2.5.1.
20361         (VASNPRINTF): Use it instead of wcslen.
20362
20363 2003-11-16  Bruno Haible  <bruno@clisp.org>
20364
20365         * lib/xsize.h (xmax): New function.
20366         (xsum, xsum3, xsum4): Declare as "pure" functions.
20367
20368 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20369
20370         * modules/xalloc (Files): Undo latest change, since xalloc.h
20371         no longer needs SIZE_MAX or PTRDIFF_MAX.
20372
20373 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20374
20375         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
20376         gl_PTRDIFF_MAX.
20377
20378 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20379
20380         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
20381         "return", to pacify some unknown compiler.  Problem reported
20382         by Joerg Schilling.
20383
20384 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20385
20386         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
20387         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
20388         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
20389         heuristic is just as accurate as far as we know, and it removes a
20390         dependency on size_max.m4 and ptrdiff_max.m4.
20391
20392 2003-11-11  Bruno Haible  <bruno@clisp.org>
20393
20394         * modules/xsize (Files): Add m4/size_max.m4.
20395         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
20396
20397 2003-11-11  Bruno Haible  <bruno@clisp.org>
20398
20399         * m4/size_max.m4: New file.
20400         * m4/ptrdiff_max.m4: New file.
20401         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
20402         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
20403         (gl_XALLOC): Invoke it.
20404
20405 2003-11-11  Bruno Haible  <bruno@clisp.org>
20406
20407         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
20408         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
20409         defined.
20410
20411 2003-11-10  Paul Eggert  <eggert@twinsun.com>
20412
20413         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
20414         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
20415         rejected some allocations of exactly SIZE_MAX - 2 bytes.
20416         From Bruno Haible.
20417         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
20418         not (size_t) -1, since it's defined here.
20419
20420 2003-11-09  Karl Berry  <karl@gnu.org>
20421
20422         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
20423
20424 2003-11-06  Paul Eggert  <eggert@twinsun.com>
20425
20426         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
20427         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
20428         Reject sizes of exactly SIZE_MAX bytes.
20429         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
20430         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
20431
20432 2003-11-05  Bruno Haible  <bruno@clisp.org>
20433
20434         * lib/xsize.h: Include limits.h, to avoid a possible collision with
20435         SIZE_MAX defined in <limits.h> on Solaris.
20436
20437 2003-11-04  Jim Meyering  <jim@meyering.net>
20438
20439         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
20440         variable names, rather than @VAR@.
20441         * modules/poll: Likewise.
20442
20443 2003-11-04  Bruno Haible  <bruno@clisp.org>
20444
20445         * modules/xsize: New file.
20446         * modules/linebreak: Depend on xsize.
20447         * MODULES.html.sh (func_all_modules): Add xsize.
20448
20449 2003-11-04  Bruno Haible  <bruno@clisp.org>
20450
20451         * m4/xsize.m4: New file.
20452
20453 2003-11-04  Bruno Haible  <bruno@clisp.org>
20454
20455         * lib/xsize.h: New file.
20456         * lib/linebreak.c: Include xsize.h.
20457         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
20458         argument for overflow.
20459         Suggested by Paul Eggert.
20460
20461 2003-11-03  Karl Berry  <karl@gnu.org>
20462
20463         * config/config.{guess,sub}: update from config.
20464
20465 2003-11-03  Jim Meyering  <jim@meyering.net>
20466
20467         * modules/userspec (lib_SOURCES): Add userspec.h.
20468         (Include): Add "userspec.h".
20469         Improve description.
20470
20471 2003-11-03  Jim Meyering  <jim@meyering.net>
20472
20473         * lib/userspec.c: Include "userspec.h".
20474         * lib/userspec.h: New file.
20475
20476 2003-11-03  Bruno Haible  <bruno@clisp.org>
20477
20478         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
20479
20480 2003-11-03  Bruno Haible  <bruno@clisp.org>
20481
20482         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
20483         available, to avoid (extremely rare) race condition.
20484         Suggested by Paul Eggert.
20485
20486 2003-11-02  Karl Berry  <karl@gnu.org>
20487
20488         * config/srclist.txt (vasprintf.c): sync broken, sigh.
20489
20490 2003-10-31  Paul Eggert  <eggert@twinsun.com>
20491
20492         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
20493         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
20494         (read_filesystem_list): Set and use me_type_malloced.
20495         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
20496         whatever the type happens to be), for brevity and consistency.
20497         Check for size calculation overflow on Alphas running OSF/1.
20498
20499 2003-10-31  Jim Meyering  <jim@meyering.net>
20500
20501         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
20502
20503         * lib/linebuffer.c: Include <string.h> for declaration of memset.
20504
20505 2003-10-30  Paul Eggert  <eggert@twinsun.com>
20506             Bruno Haible  <bruno@clisp.org>
20507
20508         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
20509         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
20510
20511 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20512
20513         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
20514         netbsd*-gnu*.  Suggested by Robert Millan.
20515
20516 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20517
20518         * modules/group-member: Depend on stdbool.
20519
20520 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20521
20522         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
20523
20524 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20525
20526         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
20527         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
20528         after the 'gnu' in these cases.  This fixes some bugs in the
20529         previous change, and is based on suggestions by Robert Millan.
20530
20531 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20532
20533         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
20534         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
20535         no longer needed.
20536         * lib/quotearg.c (quotearg_n_options): Use it.
20537         * lib/group-member.c: Include <stdbool.h>.
20538         (free_group_info): Arg is now const *; don't free arg.
20539         (get_group_info): Now returns bool and accepts struct group_info *,
20540         rather than returning a malloc'ed struct group_info *.
20541         All uses changed.  Check for overflow in internal size calculation.
20542
20543         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
20544         rather than xmalloc/xrealloc.
20545         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
20546         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
20547         conformance bug: the old code used a pointer after freeing the
20548         storage that it addressed.
20549         * lib/hash.c (hash_initialize): Simplify the code by using
20550         xalloc_oversized rather than doing it by hand.
20551         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
20552         the buffer preserved.  Use free and xmalloc instead.
20553         * lib/quotearg.c (quotearg_n_options): Likewise.
20554         Use a simpler test for size overflow.  Don't use xalloc_oversized
20555         because unsigned int might be wider than size_t (!); this suggests
20556         that we should switch from unsigned int to size_t for slot numbers.
20557
20558 2003-10-28  Paul Eggert  <eggert@twinsun.com>
20559
20560         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
20561         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
20562         NetBSD kernels.  Requested by Richard Stallman.
20563
20564 2003-10-27  Paul Eggert  <eggert@twinsun.com>
20565
20566         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
20567         to allocate the returned structure.  Do not allocate a subarray,
20568         as x2nrealloc will do that.
20569         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
20570         instead of xnrealloc.
20571         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
20572
20573 2003-10-27  Bruno Haible  <bruno@clisp.org>
20574
20575         * lib/stdbool_.h: Better support for BeOS.
20576
20577 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20578
20579         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
20580         now uses inline.
20581
20582 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20583
20584         * lib/xalloc.h (xalloc_oversized): New static inline function, for
20585         callers that want to do their own size-overflow checking.  Include
20586         <stdbool.h>, since xalloc_oversized returns bool.
20587         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
20588         to use xalloc_oversized.
20589
20590         Add two functions x2realloc, x2nrealloc, for programs that grow
20591         arrays dynamically by doubling their sizes.
20592         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
20593         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
20594         New functions.
20595
20596         Port to C99 semantics for 'inline' of external functions.
20597         Bug reported by Bruno Haible.
20598         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
20599         with the old contents of xnmalloc.
20600         (xnmalloc, xmalloc): Use it.
20601         (xnrealloc_inline): New static inline function,
20602         with the old contents of xnrealloc.
20603         (xnrealloc, xrealloc): Use it.
20604
20605         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
20606         that.
20607
20608 2003-10-26  Karl Berry  <karl@gnu.org>
20609
20610         * config/srclist.txt (COPYING.DOC): no longer available from
20611         /gd/gnuorg; don't know where the ultimate source is.
20612
20613 2003-10-25  Paul Eggert  <eggert@twinsun.com>
20614
20615         Fix several address-calculation bugs in the hash modules,
20616         plus some minor code cleanup.
20617
20618         * lib/hash.h: Include <stdbool.h>, for bool.
20619         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
20620         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
20621         hash_get_n_entries, hash_get_max_bucket_length,
20622         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
20623         hash_rehash): Use size_t rather than unsigned.
20624         * lib/hash.c (struct hash_table, hash_get_n_buckets,
20625         hash_get_n_buckets_used, hash_get_n_entries,
20626         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
20627         hash_get_entries, hash_do_for_each, hash_string, is_prime,
20628         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
20629         Likewise.
20630         (SIZE_MAX): Define if not defined.
20631         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
20632         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
20633         hash_print):
20634         Use const * when possible.
20635         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
20636         (check_tuning): Fix bug: if tuning parameters were very close to
20637         0 or 1, rounding errors could have caused subscript violations.
20638         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
20639         (hash_initialize): Add 'fail:' label
20640         to free table and return NULL, and use it to simplify code.
20641         Use calloc rather than clearing the storage ourself.
20642         (hash_initialize, hash_rehash): Check for arithmetic overflow in
20643         buffer size calculations.
20644         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
20645         Include <stddef.h>, for size_t.
20646         * lib/hash-pjw.c (hash_pjw): Likewise.
20647         Switch to method described by Bruno Haible.
20648         Include <limits.h>, for CHAR_BIT.
20649         (SIZE_BITS): New macro.
20650
20651 2003-10-23  Paul Eggert  <eggert@twinsun.com>
20652
20653         * m4/getline.m4 (AM_FUNC_GETLINE):
20654         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
20655         hosts.  Problem reported by Derek Robert Price in
20656         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
20657         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
20658         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
20659
20660 2003-10-21  Paul Eggert  <eggert@twinsun.com>
20661
20662         * lib/getndelim2.c (getndelim2): When size calculation overflows,
20663         ceiling the allocation at NMAX bytes rather than silently
20664         discarding input bytes before NMAX is reached.  This makes
20665         a difference only if NMAX exceeds SIZE_MAX / 2.
20666
20667         * lib/obstack.c: Merge from glibc.
20668         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
20669         Add libc_hidden_def (_obstack_newchunk).
20670         (_obstack_free) [! defined _LIBC]: Remove.
20671         [defined _LIBC]: Make a strong alias from obstack_free, rather than
20672         a clone of the function body.
20673         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
20674         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
20675
20676         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
20677         glibc.
20678         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
20679         arg to memcpy.
20680
20681         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
20682         (obstack_ptr_grow_fast, obstack_int_grow_fast):
20683         Don't use lvalue casts, as GCC plans to remove support for them
20684         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
20685         was also present in the non-GCC version, indicating that this
20686         code had always been buggy and had never been widely used.
20687         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
20688         Use the fast variant of each macro, rather than copying the
20689         definiens of the fast variant; that way, we'll be more likely to
20690         catch future bugs in the fast variants.
20691
20692 2003-10-20  Bruno Haible  <bruno@clisp.org>
20693
20694         * modules/wait-process: New file.
20695         * MODULES.html.sh (func_all_modules): Add wait-process.
20696
20697 2003-10-20  Bruno Haible  <bruno@clisp.org>
20698
20699         * m4/wait-process.m4: New file.
20700
20701 2003-10-20  Bruno Haible  <bruno@clisp.org>
20702
20703         * lib/wait-process.h: New file, from GNU gettext.
20704         * lib/wait-process.c: New file, from GNU gettext.
20705
20706 2003-10-19  Jim Meyering  <jim@meyering.net>
20707
20708         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
20709         HPUX 10.20.
20710
20711 2003-10-18  Karl Berry  <karl@gnu.org>
20712
20713         * config/config.guess: update from config.
20714
20715 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20716
20717         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
20718         (getgroups): First arg is int, not size_t.
20719         Don't let 'free' mangle errno.
20720
20721 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20722
20723         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
20724
20725 2003-10-16  Karl Berry  <karl@gnu.org>
20726
20727         * config/config.{guess,sub}: update from config.
20728
20729 2003-10-16  Jim Meyering  <jim@meyering.net>
20730
20731         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
20732         memcpy.
20733
20734 2003-10-15  Paul Eggert  <eggert@twinsun.com>
20735
20736         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
20737         (SIZE_MAX): Remove.
20738         (new_exclude, add_exclude_file): Initial size no longer needs to
20739         be a power of 2.
20740         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
20741         our own address arithmetic overflow checking.
20742
20743         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
20744         (fnmatch): Do not alloca more than 2000 wide characters;
20745         instead, use malloc for large buffers.
20746         Check for address arithmetic overflow, and return -1
20747         with errno set to ENOMEM in that case.
20748         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
20749         (NEW_PATTERN): Do not alloca more than 8000 bytes;
20750         instead, return -1.  Check for address arithmetic overflow.
20751
20752 2003-10-14  Paul Eggert  <eggert@twinsun.com>
20753
20754         Handle invalid suffixes and overflow independently, so that
20755         callers can treat them independently as needed.  Fix some bugs in
20756         suffix handling, e.g., "100k@" was not diagnosed as an invalid
20757         suffix for a human-readable blocksize.  The major caller-visible
20758         change is the addition of a new
20759         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
20760         that both overflow and suffix chars were found.
20761
20762         * lib/human.c (humblock): Don't check separately for invalid suffix
20763         char; that is xstrtoumax's job (now that its bug is fixed).
20764         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
20765         INTMAX_MAX]: New macros.
20766         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
20767         TYPE_MAXIMUM): New macros.
20768         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
20769         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
20770         if overflow occurs, as it's what __strtol does and it's more useful
20771         in practice.
20772         (__xstrtol): If __strtol reports some error other than ERANGE,
20773         reflect it to the caller as LONGINT_INVALID.  If it reports
20774         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
20775         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
20776         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
20777         value.
20778         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
20779         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
20780         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
20781         [defined UINTMAX_MAX]: New macros.
20782
20783 2003-10-14  Bruno Haible  <bruno@clisp.org>
20784
20785         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
20786
20787 2003-10-14  Bruno Haible  <bruno@clisp.org>
20788
20789         * m4/sig_atomic_t: New file, from GNU gettext.
20790         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
20791
20792 2003-10-14  Bruno Haible  <bruno@clisp.org>
20793
20794         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
20795         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
20796         Also use volatile where needed.
20797
20798 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20799
20800         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
20801         Change maintainer from Bruno Haible to 'all'.
20802
20803 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20804
20805         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
20806
20807 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20808
20809         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
20810         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
20811         and define in terms of the other primitives.
20812         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
20813         (SIZE_MAX): Define if not already defined.
20814         (array_size_overflow): New function.
20815         (xalloc_die): Abort instead of exiting if 'error' returns.
20816         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
20817         (xmalloc, xrealloc): Use them.
20818         (xcalloc): Check for address arithmetic overflow.
20819         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
20820         a bit faster than strcpy.
20821
20822 2003-10-10  Simon Josefsson  <jas@extundo.com>
20823
20824         * modules/argp (Depends-on): Add restrict and strcase.
20825
20826 2003-10-10  Simon Josefsson  <jas@extundo.com>
20827
20828         * m4/argp.m4: Add AC_C_INLINE.
20829
20830 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20831
20832         Merge getpass from libc, plus a few fixes.
20833
20834         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
20835         Include <stdbool.h>.
20836         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
20837         __fsetlocking to empty.
20838         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
20839         do include <bits/libc-lock.h>.
20840         Do not include <fcntl.h>; not needed.
20841         [_LIBC]: Include <wchar.h>.
20842         (NOTCANCEL_MODE): New macro.
20843         (flockfile, funlockfile) [_LIBC]: New macros.
20844         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
20845         [!_LIBC]: New macros.
20846         (call_fclose): New function.
20847         (getpass): Use it.  Save tty stream separately; this simplifies the
20848         code and makes it more reliable if stdin happens to equal stdout.
20849         Invoke __fsetlocking on tty.
20850         Handle thread cancellation if needed.
20851         Namespace cleanup (use __tcgetattr, __getline).
20852         Use bool for Booleans.
20853         [USE_IN_LIBIO]: Handle wide streams.
20854         [!_LIBC]: Unconditionally do the fseek, since we don't know what
20855         stream might go where.
20856
20857         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
20858         doesn't have to include <stdio.h> before us.
20859         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
20860         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
20861         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
20862         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
20863         if not declared, so that we can use getpass.c code from libc without
20864         rewriting it.
20865         (flockfile, ftrylockfile, funlockfile): New macros.
20866
20867 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20868
20869         * modules/getpass: Depend on stdbool.
20870
20871 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20872
20873         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
20874
20875 2003-10-07  Karl Berry  <karl@gnu.org>
20876
20877         * config/config.{guess,sub}: update from config.
20878
20879 2003-10-06  Jim Meyering  <jim@meyering.net>
20880             Bruno Haible  <bruno@clisp.org>
20881
20882         This lets translators provide better translations for the
20883         "Written by ..." part of --version output.
20884         * lib/version-etc.h: Include stdarg.h.
20885         (version_etc_copyright): Declare as readonly.
20886         (version_etc): Make this function variadic with a NULL-terminated list
20887         of author name strings.
20888         (version_etc_va): New declaration.
20889         * lib/version-etc.c: Include stdarg.h, stdlib.h.
20890         (version_etc_copyright): Declare as readonly.
20891         (version_etc_va): New function. Provide a different translatable string
20892         for each possible number of authors < 10. Abbreviate when there are 10
20893         authors or more.
20894         (version_etc): Make this function variadic. Call version_etc_va.
20895         Suggestion from Gary V. Vaughan.
20896
20897         * lib/long-options.h (parse_long_options): Change prototype: the
20898         authors string is moved to the end and becomes variadic.
20899         * lib/long-options.c: Include stdarg.h.
20900         (parse_long_options): Make this function variadic, too.
20901         Call version_etc_va, not version_etc.
20902
20903 2003-10-06  Bruno Haible  <bruno@clisp.org>
20904
20905         * modules/version-etc-2: Remove file.
20906         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
20907
20908 2003-10-06  Bruno Haible  <bruno@clisp.org>
20909
20910         * modules/fatal-signal: New file.
20911         * MODULES.html.sh (func_all_modules): Add fatal-signal.
20912
20913 2003-10-06  Bruno Haible  <bruno@clisp.org>
20914
20915         * m4/fatal-signal.m4: New file.
20916         * m4/signalblocking.m4: New file, from GNU gettext.
20917
20918 2003-10-06  Bruno Haible  <bruno@clisp.org>
20919
20920         * lib/version-etc-2.h: Remove file.
20921         * lib/version-etc-2.c: Remove file.
20922
20923 2003-10-06  Bruno Haible  <bruno@clisp.org>
20924
20925         * lib/fatal-signal.h: New file, from GNU gettext.
20926         * lib/fatal-signal.c: New file, from GNU gettext.
20927
20928 2003-10-05  Paul Eggert  <eggert@twinsun.com>
20929
20930         * README: Rework advice for preventing empty .o files.
20931         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
20932         not <sys/types.h>.
20933
20934 2003-10-04  Karl Berry  <karl@gnu.org>
20935
20936         * lib/argp*: update from libc.
20937
20938 2003-10-04  Karl Berry  <karl@gnu.org>
20939
20940         * config/config.{guess,sub}: update from config.
20941
20942 2003-10-02  Bruno Haible  <bruno@clisp.org>
20943
20944         * modules/lchown (Include): Add lchown.h.
20945         * modules/time_r (Include): Use "..." syntax.
20946         * modules/xgetdomainname (Include): Add xgetdomainname.h.
20947
20948 2003-10-01  Simon Josefsson  <jas@extundo.com>
20949
20950         * MODULES.html.sh (func_all_modules): Move gethostname from section
20951         'based on' to section 'lacking' POSIX:2001.
20952
20953 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
20954
20955         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
20956         to output mode on the same stream.
20957
20958 2003-09-29  Paul Eggert  <eggert@twinsun.com>
20959
20960         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
20961         Fix arg typo in previous patch.
20962
20963 2003-09-28  Jim Meyering  <jim@meyering.net>
20964
20965         * lib/error.c: Correct cpp indentation.
20966
20967 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20968
20969         * modules/free: New file.
20970
20971 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20972
20973         * m4/free.m4: New file.
20974
20975 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20976
20977         * lib/minmax.h (MIN, MAX)
20978         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
20979         Omit the special code that used __typeof__, since we worry that
20980         it could be more trouble than it's worth.  See:
20981         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
20982         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
20983
20984         * lib/free.c: New file.
20985
20986 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
20987
20988         Trivial fixes to Makefile.am parts of module listings.
20989         * modules/strstr: Append strstr.h to lib_SOURCES.
20990         * modules/strcase: Likewise, for strcase.h.
20991
20992 2003-09-27  Karl Berry  <karl@gnu.org>
20993
20994         * config/mkinstalldirs: update from automake.
20995
20996 2003-09-26  Paul Eggert  <eggert@twinsun.com>
20997
20998         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
20999         (error_tail): Do not loop, reallocating temporary buffer, since
21000         the output cannot contain more wide characters than the input
21001         contains bytes, the size must be big enough already.  This avoids
21002         one potential size overflow calculation.  Check for size overflow
21003         when calculating temporary buffer size.  Free temporary buffer
21004         when done, if it was allocated with malloc; this plugs a memory
21005         leak.  Remove casts from void * to pointers, that are no longer
21006         needed now that we're assuming C89 or better.
21007
21008         Merge error changes from glibc.
21009
21010         * lib/error.c, error.h: Update copyright notice header to match glibc.
21011         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
21012         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
21013         Disable cancellation while printing error.
21014         * lib/error.h: Prepend __ to parameter names.
21015
21016 2003-09-26  Jim Meyering  <jim@meyering.net>
21017
21018         * lib/error.c (error_tail): Move some declarations
21019         into inner scope where the local variables are used.
21020
21021 2003-09-26  Bruno Haible  <bruno@clisp.org>
21022
21023         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
21024         stpncpy().
21025         Don't define stpncpy through config.h; it's now done through stpncpy.h.
21026
21027 2003-09-26  Bruno Haible  <bruno@clisp.org>
21028
21029         * lib/stpncpy.h (gnu_stpncpy): New declaration.
21030         (stpncpy): Define as alias for gnu_stpncpy.
21031         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
21032
21033 2003-09-25  Simon Josefsson  <jas@extundo.com>
21034
21035         * lib/xgetdomainname.h: New file.
21036         * lib/xgetdomainname.c: New file.
21037
21038 2003-09-25  Simon Josefsson  <jas@extundo.com>
21039             Bruno Haible  <bruno@clisp.org>
21040
21041         * modules/getdomainname: New file.
21042         * modules/xgetdomainname: New file.
21043         * MODULES.html.sh (func_all_modules): Add getdomainname,
21044         xgetdomainname.
21045
21046 2003-09-25  Simon Josefsson  <jas@extundo.com>
21047             Bruno Haible  <bruno@clisp.org>
21048
21049         * m4/getdomainname.m4: New file.
21050
21051 2003-09-25  Simon Josefsson  <jas@extundo.com>
21052             Bruno Haible  <bruno@clisp.org>
21053
21054         * lib/getdomainname.h: New file.
21055         * lib/getdomainname.c: New file.
21056
21057 2003-09-25  Karl Berry  <karl@gnu.org>
21058
21059         * lib/argp-fmtstream.c, argp-help.c: update from libc.
21060
21061 2003-09-25  Karl Berry  <karl@gnu.org>
21062
21063         * config/install-sh: update from automake.
21064
21065 2003-09-25  Bruno Haible  <bruno@clisp.org>
21066
21067         * modules/version-etc-2: New file, from modules/version-etc with
21068         modifications.
21069         * MODULES.html.sh (func_all_modules): Add version-etc-2.
21070
21071 2003-09-25  Bruno Haible  <bruno@clisp.org>
21072
21073         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
21074         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
21075
21076 2003-09-24  Simon Josefsson  <jas@extundo.com>
21077
21078         * modules/xgethostname: Add xgethostname.h.
21079
21080 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21081
21082         * lib/linebuffer.c (freebuffer): Don't free the argument, just
21083         the buffer associated with the argument.  Bug reported by
21084         Simon Josefsson.
21085
21086 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21087
21088         * README: Document assumptions that 'int' is at least 32 bits
21089         wide, that integer arithmetic is 2's complement without overflow,
21090         that there are no holes in integer values, that adding sizes of
21091         two nonoverlapping objects can't overflow, and that all-bits-zero
21092         yields scalar zero.  Fix spelling and capitalization typos.
21093
21094 2003-09-19  Karl Berry  <karl@gnu.org>
21095
21096         * lib/argp.h: update from libc.
21097
21098 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21099
21100         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
21101         to avoid spurious warnings like "AC_RUN_IFELSE was called before
21102         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
21103
21104 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21105
21106         * gnulib-tool: Use "test -h", not "test -L", for portability
21107         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
21108         (tags_regexp): Remove, since \| doesn't conform to POSIX.
21109         (sed_extract_prog): Issue s commands one-by-one, rather than
21110         using \| in one s command.
21111
21112 2003-09-16  Paul Eggert  <eggert@twinsun.com>
21113
21114         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
21115         input error, instead of returning NULL the next time we are called
21116         (and therefore losing track of errno).
21117
21118 2003-09-16  Bruno Haible  <bruno@clisp.org>
21119
21120         * gnulib-tool (func_create_testdir): Warn about duplicated
21121         dependencies.
21122
21123 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21124
21125         * modules/argmatch, modules/fatal, modules/obstack,
21126         modules/xalloc, modules/xgethostname: Sort dependencies by
21127         importance, not alphabetically.
21128
21129 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21130
21131         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
21132         fails, so that the caller gets the proper errno.
21133
21134         * lib/readutmp.c (read_utmp): Likewise.
21135         Check for fstat error.  Close stream and free storage
21136         when failing.
21137
21138 2003-09-14  Karl Berry  <karl@gnu.org>
21139
21140         * config/srclist.txt (strdup.c): disable for c89 changes.
21141
21142 2003-09-14  Jim Meyering  <jim@meyering.net>
21143
21144         * lib/getloadavg.c: Correct cpp indentation.
21145         * lib/strdup.c: Likewise.
21146         * lib/vasnprintf.c: Likewise.
21147
21148 2003-09-14  Bruno Haible  <bruno@clisp.org>
21149
21150         * modules/fwriteerror: New file.
21151         * MODULES.html.sh (func_all_modules): Add fwriteerror.
21152
21153 2003-09-14  Bruno Haible  <bruno@clisp.org>
21154
21155         * lib/fwriteerror.h: New file.
21156         * lib/fwriteerror.c: New file.
21157
21158 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21159
21160         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
21161         modules/xgethostname, modules/xalloc: Depend on exit.
21162
21163 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21164
21165         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
21166
21167         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
21168         and AC_MINIX, too, so that their extensions are available.
21169
21170         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
21171         This macro has been superseded by gl_BACKUPFILE.
21172
21173         More patches to assume C89 or better.
21174
21175         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
21176
21177         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
21178         unconditionally.
21179         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
21180         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
21181         Include <string.h>, <stdlib.h> unconditionally.
21182         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
21183         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
21184         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
21185         headers or for string.h.
21186         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
21187         or strtoul.
21188
21189         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
21190         headers.
21191         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
21192         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21193         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
21194         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
21195         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21196         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
21197         memcpy, memset.
21198         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
21199         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
21200         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
21201         strtol.
21202         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
21203         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
21204         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
21205         strtoul.
21206
21207 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21208
21209         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
21210         * lib/obstack.c [!defined _LIBC]: Likewise.
21211         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
21212         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
21213         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
21214
21215         More changes to assume C89 or better.
21216
21217         * lib/error.c (error_tail): Assume vprintf.
21218
21219         * lib/argmatch.c (getenv): Remove decl.
21220         * lib/progreloc.c (get_full_program_name): Define via prototype.
21221         * lib/setenv.c (clearenv): Likewise.
21222         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
21223         needed.
21224         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
21225         (malloc, memcpy): Remove decls.
21226         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
21227         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
21228         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21229         (memcpy): Remove macro.
21230         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
21231         (__P): Remove.  All uses removed.
21232         (PTR): Remove.  All uses changed to void *.
21233         (CHAR_BIT, NULL): Remove.
21234         (spaces, zeros, memset_space, memset_zero)
21235         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
21236         Remove.
21237         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
21238         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
21239         Define with prototype.
21240         Remove now-unnecessary prototype decl.
21241         (extra_args_spec): Assume ANSI C.  All uses changed.
21242         (extra_args_spec_iso): Remove.
21243         (my_strftime, emacs_strftimeu): Define via prototype.
21244         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
21245         unconditionally.
21246         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
21247         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
21248         (strtoul, strtol): Remove decls.
21249         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
21250         LONG_MAX): Remove.
21251         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21252         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
21253         (LOCALE_PARAM_PROTO): New macro.
21254         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
21255         (INTERNAL (strtol), strtol): Define with a prototype.
21256         (PARAMS): Remove.  All uses removed.
21257         * lib/tempname.c: Include <string.h> unconditionally.
21258         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
21259         * lib/xgethostname.c (main): Define with a prototype.
21260         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
21261         Include <stdlib.h> unconditionally.
21262         (calloc, malloc, realloc, free): Remove decls.
21263         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
21264         Include <stdlib.h> unconditionally.  Sort include file names.
21265         (strtod): Remove.
21266         (xstrtod): Define with a prototype.
21267         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
21268         (strtol, strtoul): Remove decls.
21269
21270 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21271
21272         More patches to assume C89 or better.
21273         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
21274         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
21275         string.h, memchr, STDC_HEADERS.
21276
21277 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21278
21279         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
21280         Include <stdlib.h>, <string.h> unconditionally.
21281         Remove now-unnecessary cast to char *.
21282         * lib/strnlen.c: Include <string.h> unconditionally.
21283         * lib/yesno.c (yesno): Define with a prototype.
21284
21285 2003-09-11  Bruno Haible  <bruno@clisp.org>
21286
21287         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
21288
21289 2003-09-10  Jim Meyering  <jim@meyering.net>
21290
21291         * lib/error.c: Correct indentation of cpp directives.
21292
21293 2003-09-10  Bruno Haible  <bruno@clisp.org>
21294
21295         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
21296         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
21297         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
21298         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
21299         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
21300         <stdlib.h> and <string.h> checks.
21301         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
21302         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
21303
21304 2003-09-10  Bruno Haible  <bruno@clisp.org>
21305
21306         * lib/strcspn.c: Include <string.h> unconditionally.
21307         * lib/strpbrk.c: Include <string.h> unconditionally.
21308         * lib/strstr.c: Include <string.h> unconditionally.
21309         * lib/unicodeio.c: Include <string.h> unconditionally.
21310         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
21311         * lib/unsetenv.c: Likewise.
21312         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
21313         * lib/yesno.c: Include <stdlib.h> unconditionally.
21314         (rpmatch): Add prototype.
21315
21316 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21317
21318         More patches to assume C89 or better.
21319         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
21320         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
21321         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
21322         or for string.h.
21323         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
21324         stdlib.h.
21325         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
21326         C headers.
21327         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
21328         string.h.
21329         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
21330         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
21331         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
21332         or for string.h.
21333         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
21334         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
21335         C headers.
21336         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
21337         memcpy.
21338         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
21339         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
21340         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
21341         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
21342         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
21343         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
21344         string.h, free.
21345         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
21346         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
21347         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
21348         C headers, or for string.h.
21349         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
21350         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
21351         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
21352         headers, memory.h, stdlib.h, string.h, strings.h.
21353         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
21354         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
21355         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
21356         strchr.
21357         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
21358         headers, memory.h, string.h.
21359         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
21360         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
21361         free.
21362         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
21363         headers.
21364         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
21365         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
21366         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
21367         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
21368         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
21369
21370 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21371
21372         More K&R removal.
21373
21374         * lib/acosl.c (main): Use a prototype.
21375         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
21376         tanl.c: Likewise.
21377
21378         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
21379
21380         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
21381         (getopt, etopt_long, getopt_long_only, _getopt_internal)
21382         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
21383         with a prototype.
21384         * lib/getopt.c (const): Remove macro.
21385         Include <string.h> unconditionally.
21386         (my_index): Remove; all uses changed to strchr.
21387         (strlen): Remove decl.
21388         (exchange): Remove forward decl; no longer needed.
21389         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
21390         Define with prototype.
21391         * lib/getopt1.c (const): Remove macro.
21392         (getopt_long, getopt_long_only, main): Define with prototype.
21393
21394         * lib/getugroups.c: Include <string.h> unconditionally.
21395
21396         * lib/getusershell.c: Include <stdlib.h> unconditionally.
21397         (getusershell, setusershell, endusershell, readname, main):
21398         Define with prototypes.
21399
21400         * lib/group-member.c: Include group-member.h first.
21401         Include <stdlib.h> unconditionally.
21402
21403         * lib/hard-locale.c: Include hard-locale.h first.
21404         Include <stdlib.h>, <string.h> unconditionally.
21405
21406         * lib/hash.c (free, malloc): Remove decls.
21407         Include <stdlib.h> unconditionally.
21408
21409         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
21410         (getenv): Do not declare.
21411
21412         * lib/idcache.c: Include <string.h> unconditionally.
21413
21414         * lib/long-options.c: Include long-options.h first, to test interface.
21415         Include <stdlib.h> unconditionally.
21416
21417         * lib/makepath.c: Include makepath.h first, to test interface.
21418         Include <stdlib.h> and <string.h> unconditionally.
21419
21420         * lib/linebuffer.c: Include <stdlib.h>.
21421         (free): Remove decl.
21422
21423         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
21424         stddef.h. rpl_malloc returns void *, not char *.
21425         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
21426         prototype.
21427
21428         * lib/md5.h: Include <limits.h> unconditionally.
21429         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
21430         (__P): Remove; all uses removed.
21431         * lib/md5.c: Include "md5.h" first.
21432         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
21433         md5_buffer, md5_process_bytes, md5_process_block):
21434         Define with prototypes.
21435         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
21436         * lib/sha.c: Include "sha.h" first.
21437         Include <stdlib.h>, <string.h> unconditionally.
21438
21439         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
21440         * lib/memcmp.c (__ptr_t): Likewise.
21441         * lib/memrchr.c (__ptr_t): Likewise.
21442         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
21443         Include <string.h> unconditionally.
21444         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
21445         * lib/memchr.c: Include <stdlib.h> unconditionally.
21446         * lib/memchr.c (LONG_MAX): Remove.
21447         * lib/memrchr.c (LONG_MAX): Likewise.
21448         * lib/memchr.c (__memchr): Define via a prototype.
21449         * lib/memrchr.c (__memrchr): Likewise.
21450         * lib/memcmp.c (__P): Remove, and remove all uses.
21451         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
21452         Remove forward decls; no longer needed.
21453         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
21454         Use types required by C89 in prototype.
21455
21456         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
21457         * lib/savedir.c: Likewise.
21458         * lib/mkdir.c (free): Remove decl.
21459         * lib/rmdir.c (rmdir): Define with a prototype.
21460         * lib/savedir.c: Include savedir.h first, to test interface.
21461
21462         * lib/mktime.c (STDC_HEADERS): Remove.
21463         Include <stdlib.h>, <string.h> unconditionally.
21464
21465         * lib/modechange.c: Include <stdlib.h> unconditionally.
21466         (malloc): Remove decl.
21467
21468         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
21469         (free): Remove decl.
21470
21471         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
21472         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
21473         (This type really should be intptr_t, but that's a C99ism.)
21474         (_obstack_memcpy): Remove: all uses changed to memcpy.
21475         Include <string.h> unconditionally.
21476         (struct obstack): Assume __STDC__ for types of members
21477         chunkfun, freefun, extra_arg.
21478         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
21479         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
21480         obstack_begin, obstack_specify_allocation,
21481         obstack_specify_allocation_with_arg, obstack_chunkfun,
21482         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
21483         Remove unprototyped decls and the macros that use them.
21484         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
21485         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
21486         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
21487         (defined __STDC__ && __STDC__)]:
21488         Remove nonprototyped code.
21489         Include <stdlib.h> unconditionally.
21490         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
21491         _obstack_allocated_p, _obstack_free, obstack_free,
21492         _obstack_memory_used, print_and_abort):
21493         Define using prototypes.
21494         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
21495         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
21496         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
21497         obstack_next_free, obstack_object_size, obstack_room) [0]:
21498         Remove unused, unprototyped code.
21499
21500         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
21501
21502         * lib/physmem.c (physmem_total, physmem_available, main): Define
21503         with prototypes.
21504
21505         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
21506         (main): Define with a prototype.
21507
21508         * lib/posixver.c (getenv): Remove decl.
21509
21510         * lib/putenv.c (malloc): Returns void *, not char *.
21511         Include <string.h> unconditionally.
21512         (strchr, memcpy, NULL): Do not define.
21513
21514         * lib/readtokens.c: Include readtokens.h first, to test interface.
21515         Include <stdlib.h>, <string.h> unconditionally.
21516         (init_tokenbuffer): Define with a prototype.
21517
21518         * lib/regex.c (PARAMS): Remove.  All uses removed.
21519         All uses of _RE_ARGS removed, too.
21520         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21521         unconditionally.
21522         (bzero): Assume memset exists.
21523         (memcmp, memcpy, NULL): Remove.
21524         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
21525         char, or assignments to local vars of type signed char.
21526         (init_syntax_once, PREFIX(extract_number_and_incr),
21527         PREFIX(print_partial_compiled_pattern),
21528         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
21529         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
21530         PREFIX(regex_grow_registers), PREFIX(regex_compile),
21531         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
21532         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
21533         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
21534         wcs_compile_range, byte_compile_range, truncate_wchar,
21535         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
21536         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
21537         count_mbs_length, wcs_re_match_2_internal,
21538         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
21539         PREFIX(alt_match_null_string_p),
21540         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
21541         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
21542         regfree, PREFIX(extract_number)): Define with prototype.  Remove
21543         now-unnecessary declaration, if any.
21544         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
21545         regcomp, regexec):
21546         Remove now-unnecessary casts among pointer types.
21547         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
21548
21549         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
21550         (free): Remove decl.
21551
21552         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
21553
21554         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
21555         (free): Remove decl.
21556
21557         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
21558         * lib/xgetcwd.c: Likewise.
21559
21560         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
21561         (free): Remove decl.
21562
21563         * lib/strchrnul.c (strchrnul): Define with a prototype.
21564         Fix bug: c_in was not converted to char before searching.
21565
21566         The following changes are not K&R related:
21567
21568         * lib/group-member.h: Include <sys/types.h>, so that this file is
21569         self-contained.
21570         * lib/makepath.h: Likewise.
21571
21572         * lib/getusershell.c (readname, default_index, line_size, readname):
21573         Use size_t, not int, for sizes.
21574         (readname): If the size overflows, report an error instead of
21575         looping forever.
21576
21577 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21578
21579         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
21580         libc.
21581
21582 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21583
21584         * README: New section: portability guidelines.
21585
21586 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21587
21588         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
21589         C89 spec.
21590
21591 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21592
21593         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
21594
21595 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21596
21597         Assume C89 or better; remove K&R cruft.
21598         A few of these changes were first proposed by Derek Robert Price
21599         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
21600
21601         * lib/addext.c: Include <string.h> unconditionally.
21602         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
21603         Don't declare getenv or malloc.
21604
21605         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
21606         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
21607         (NULL): Remove.
21608         (find_stack_direction, alloca): Use prototypes.
21609
21610         * lib/atexit.c (atexit): Define using a prototype.
21611
21612         * lib/basename.c, dirname.c, stripslash.c:
21613         Include <string.h> unconditionally.
21614
21615         * lib/bcopy.c: Include <stddef.h>.
21616         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
21617
21618         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
21619
21620         * lib/error.h (error, error_at_line, error_print_progname)
21621         [! (defined (__STDC__) && __STDC__)]: Remove decls.
21622         * lib/error.c: Include error.h first, to check interface.
21623         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21624         (VA_START): Remove; all uses changeed to va_start.
21625         (exit, strerror): Remove decls.
21626         (error_print_progname): Prototype uncondionally.
21627         Don't include <errno.h>; no longer needed.
21628         (private_strerror): Remove.
21629         (error_tail): Always define.
21630         (error, error_at_line): Assume C89 or better; always use prototypes.
21631         * lib/fatal.c: Include "fatal.h" first, to test interface.
21632         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21633         (VA_START): Remove; all uses changed to va_start.
21634         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
21635         this case.
21636         (exit): Remove decl.
21637         (fatal): Prototype unconditionally.  Assume va_start works.
21638         Abort at end, to pacify gcc.
21639
21640         * lib/euidaccess.c (main): Define with a prototype.
21641
21642         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
21643
21644         * lib/exitfail.c: Include <stdlib.h> unconditionally.
21645
21646         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
21647         prototypes.
21648         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
21649         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
21650         (getenv): Remove decl.
21651         (fnmatch): Define using a prototype.
21652         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
21653         (FCT): Define using a prototype.
21654
21655         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
21656
21657         * lib/gethostname.c: Include <stddef.h>.
21658         (gethostname): Define with prototype.  Length is size_t, not int.
21659
21660 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21661
21662         Assume C89 or better; remove K&R cruft.
21663         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
21664         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
21665         string.h, getenv, malloc.
21666         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
21667         headers.
21668         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
21669         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
21670         do not check for strerror.
21671         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
21672         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
21673         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
21674         do not check for doprnt or vprintf.
21675         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
21676         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
21677
21678 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21679
21680         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
21681         getversion.c should have been removed then, but was accidentally
21682         preserved.
21683
21684         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
21685         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
21686
21687 2003-09-08  Karl Berry  <karl@gnu.org>
21688
21689         * config/config.sub, config.guess, srclistvars.sh: update from savannah
21690                 config, forget about prep.
21691
21692         * config/depcomp, missing: update from automake.
21693
21694 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21695
21696         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
21697         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21698
21699 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21700
21701         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
21702         copy_tm_result.  Bug reported by Simon Josefsson in
21703         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21704
21705 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21706
21707         * m4/time_r.m4: New file.
21708         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
21709         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
21710         is. Check for timegm declaration.
21711         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
21712         Do not check for gmtime_r.
21713         Replace mktime if __mktime_internal does not exist and if mktime
21714         hasn't been replaced already.
21715
21716 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21717
21718         * lib/time_r.c, lib/time_r.h: New files.
21719
21720         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
21721         __localtime_r.
21722         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
21723         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
21724
21725         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
21726         __gmtime_r.
21727         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
21728         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
21729         Include <time_r.h>.
21730
21731         * lib/timegm.c: Switch to glibc implementation, with the following
21732         changes:
21733         [defined HAVE_CONFIG_H]: Include <config.h>.
21734         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
21735         (__mktime_internal) [!defined _LIBC]: New decl.
21736         (__gmtime_r) [!defined _LIBC]: New macro and function.
21737         (timegm): Use a prototype, since gnulib assumes C89.
21738         Do not bother declaring tmp to be const, as it's not really usefu.
21739         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
21740         (timegm): Declare only if HAVE_DECL_TIMEGM.
21741
21742 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21743
21744         * MODULES.html.sh (func_all_modules): Add time_r.
21745         * modules/time_r: New file.
21746         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
21747         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
21748
21749 2003-09-03  Paul Eggert  <eggert@twinsun.com>
21750
21751         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
21752         Bug reported by Lute Kamstra in
21753         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
21754
21755         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
21756         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
21757         course with correspondingly smaller numbers for tomorrow and
21758         yesterday.  From Tadayoshi Funaba.  Originally installed into
21759         sh-utils on 1999-08-07, but the patch got lost (I guess during the
21760         coreutils merge?).
21761
21762 2003-08-31  Simon Josefsson  <jas@extundo.com>
21763
21764         * modules/timegm: New file.
21765         * MODULES.html.sh (func_all_modules): Add timegm.
21766
21767 2003-08-31  Simon Josefsson  <jas@extundo.com>
21768
21769         * m4/timegm.m4: New file.
21770
21771 2003-08-31  Simon Josefsson  <jas@extundo.com>
21772
21773         * lib/timegm.h: New file.
21774         * lib/timegm.c: New file.  Based on
21775         wget-1.8.2/src/http.c:mktime_from_utc.
21776
21777 2003-08-31  Karl Berry  <karl@gnu.org>
21778
21779         * lib/argp.h: update from libc.
21780
21781 2003-08-28  Bruno Haible  <bruno@clisp.org>
21782
21783         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
21784         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
21785         followed by '#define fnmatch fnmatch_posix' gives an error.
21786
21787 2003-08-28  Bruno Haible  <bruno@clisp.org>
21788
21789         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
21790         warning on QNX, which defines O_BINARY to 000000.
21791
21792 2003-08-27  Jim Meyering  <jim@meyering.net>
21793
21794         * m4/mkstemp.m4: Require that the system mkstemp be able to create
21795         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
21796         would fail after 32.  Reported by Danny Levinson.  Details here:
21797         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
21798
21799 2003-08-24  Bruno Haible  <bruno@clisp.org>
21800
21801         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
21802         MSVC7 <stdio.h> is included later.
21803
21804 2003-08-22  Simon Josefsson  <jas@extundo.com>
21805
21806         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
21807
21808 2003-08-20  Karl Berry  <karl@gnu.org>
21809
21810         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
21811
21812 2003-08-20  Bruno Haible  <bruno@clisp.org>
21813
21814         * modules/progname: New file.
21815         * MODULES.html.sh (func_all_modules): Add progname.
21816
21817 2003-08-20  Bruno Haible  <bruno@clisp.org>
21818
21819         * lib/progname.h: New file, from GNU gettext.
21820         * lib/progname.c: New file, from GNU gettext.
21821         * lib/progreloc.c: New file, from GNU gettext.
21822
21823 2003-08-19  Jim Meyering  <jim@meyering.net>
21824
21825         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
21826         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
21827
21828 2003-08-19  Bruno Haible  <bruno@clisp.org>
21829
21830         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
21831         more.
21832
21833 2003-08-19  Bruno Haible  <bruno@clisp.org>
21834
21835         * lib/xstrdup.c: Assume <string.h> exists.
21836
21837 2003-08-18  Paul Eggert  <eggert@twinsun.com>
21838
21839         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
21840         in makefile rules.
21841
21842 2003-08-18  Jim Meyering  <jim@meyering.net>
21843
21844         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
21845         * m4/lib-ld.m4: Likewise.
21846
21847 2003-08-18  Jim Meyering  <jim@meyering.net>
21848
21849         * lib/setenv.h: Indent nested cpp directive.
21850         * lib/vasnprintf.c: Remove trailing blanks.
21851
21852 2003-08-17  Simon Josefsson  <jas@extundo.com>
21853
21854         * modules/xstrndup: New file.
21855         * MODULES.html.sh (func_all_modules): Add xstrndup.
21856
21857 2003-08-17  Simon Josefsson  <jas@extundo.com>
21858
21859         * modules/argp: Fix autoconf macro name. Add more dependencies.
21860
21861 2003-08-17  Simon Josefsson  <jas@extundo.com>
21862
21863         * m4/xstrndup.m4: New file.
21864
21865 2003-08-17  Simon Josefsson  <jas@extundo.com>
21866
21867         * m4/argp.m4: New file.
21868
21869 2003-08-17  Simon Josefsson  <jas@extundo.com>
21870             Bruno Haible  <bruno@clisp.org>
21871
21872         * lib/xstrndup.h: New file.
21873         * lib/xstrndup.c: New file.
21874
21875 2003-08-17  Bruno Haible  <bruno@clisp.org>
21876
21877         * modules/strndup (Files, Include): Add lib/strndup.h.
21878
21879 2003-08-17  Bruno Haible  <bruno@clisp.org>
21880
21881         * modules/euidaccess (Files): Add lib/euidaccess.h.
21882
21883 2003-08-17  Bruno Haible  <bruno@clisp.org>
21884
21885         * lib/strndup.h: New file.
21886
21887 2003-08-17  Bruno Haible  <bruno@clisp.org>
21888
21889         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
21890         like AC_GNU_SOURCE.
21891         * modules/extensions (configure.ac): Comment out the invocation of
21892         gl_USE_SYSTEM_EXTENSIONS.
21893
21894 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21895
21896         Merges from coreutils, etc.
21897         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
21898         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
21899         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
21900         fixing a typo.
21901         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
21902         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
21903
21904 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21905
21906         Document merge from coreutils.
21907         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
21908         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
21909         * modules/utime: Add m4/utimes-null.m4.
21910
21911 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21912
21913         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
21914         space, undoing this 2003-08-12 change:
21915         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21916
21917 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21918
21919         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
21920         strtoul.c from libc, undoing this 2003-08-12 change:
21921         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21922
21923 2003-08-16  Jim Meyering  <jim@meyering.net>
21924
21925         Merges from coreutils.
21926         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
21927         prefix.  Adjust cache variables similarly.  Create 500 rather than
21928         just 300 files, to exercise bug on Darwin6.5, too.
21929         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
21930         $missing_dir.
21931         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
21932         AM_SYS_POSIX_TERMIOS.
21933         Reported by mkc@mathdogs.com.
21934         Also change use of $am_cv_sys_posix_termios
21935         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
21936         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
21937         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
21938         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
21939         in /proc/mounts until it finds one with matching device number.  This
21940         is unnecessary when the FILE argument *is* a mount point.  No stat call
21941         is necessary in that case.  So, disable the statvfs-testing code on
21942         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
21943         as RedHat bug# 84846.
21944         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21945         to 1MB, so as not to render systems with no stack size limit (e.g.,
21946         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21947         Include <unistd.h>.  On some systems,
21948         it is required for the definition of _SC_PAGESIZE.
21949
21950 2003-08-16  Jim Meyering  <jim@meyering.net>
21951
21952         Merge from coreutils.
21953         * lib/xstrtoimax.c: #else #if -> #elif.
21954         * lib/xstrtoumax.c: Likewise.
21955
21956 2003-08-16  Jim Meyering  <jim@meyering.net>
21957
21958         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
21959         * m4/utimes.m4: Removed.
21960         * m4/utimes-null.m4: Renamed from utimes.m4.
21961
21962         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21963         to 1MB, so as not to render systems with no stack size limit (e.g.,
21964         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21965         Include <unistd.h>.  On some systems,
21966         it is required for the definition of _SC_PAGESIZE.
21967
21968 2003-08-16  Jim Meyering  <jim@meyering.net>
21969         and Paul Eggert  <eggert@cs.ucla.edu>
21970
21971         Merges from coreutils, etc.
21972
21973         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
21974         using the latest version from cvs.  This avoids problems with #line
21975         directives using a vendor (Sun) compiler.
21976         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
21977         Don't set GETGROUPS_LIB here; now it's
21978         done via getgroups.m4's wrapper function.
21979         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
21980         rather than just in sh-util/configure.in, so that the
21981         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
21982         same.
21983         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
21984         AC_FUNC_GETLOADAVG where to find getloadavg.c.
21985         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
21986         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
21987         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
21988         Remove code that is now done by the newly-required macros.
21989         Append $(EXEEXT) to DF_PROG.
21990         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
21991         Do not invoke or require the following here,
21992         since prereq.m4 or some gnulib .m4 now does this for us:
21993         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
21994         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
21995         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
21996         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
21997         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
21998         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
21999         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
22000         AC_FUNC_OBSTACK.
22001         Do not replace the following functions, as this is now the job
22002         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
22003         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
22004         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
22005         atexit getpass, strdup, getpagesize.
22006         Replace 'raise'.
22007         Do not check for the following functions, as this is now the job
22008         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
22009         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
22010         setregid.
22011         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
22012         Check for sys/sysctl.h.
22013         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
22014         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
22015         of checking for ssize_t ourselves.
22016
22017         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
22018         Require every macro that gnulib/modules/* suggests for us.
22019         (jm_PREREQ_ADDEXT): New macro.
22020         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
22021         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
22022
22023         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
22024         (gl_PHYSMEM): Use it.
22025         Also check for `table' function.
22026         Check for new headers and functions.
22027         Add check for sys/sysmp.h.
22028         With suggestions from Kaveh Ghazi.
22029         Ignore headers that are present but cannot be compiled.  This
22030         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
22031         C 5.4.
22032
22033 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22034
22035         Document merge from coreutils.
22036         * modules/userspec: Depend on posixver.
22037         * modules/strftime: Depend on tzset.
22038
22039 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22040
22041         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
22042         rather than tab, after '#' in shell-script copyright notices.
22043         Suggested by Bruno Haible.
22044
22045 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22046
22047         * config/srclist-update: Use three spaces, rather than tab, after '#'
22048         in shell-script copyright notices.  Suggested by Bruno Haible.
22049         Remove unnecessary parenthesization in regular expression.
22050
22051 2003-08-15  Jim Meyering  <jim@meyering.net>
22052
22053         Merge from coreutils.
22054         * lib/xgethostname.c: Include <stdlib.h>.
22055         (xghostname): Don't exit for anything other than memory-related
22056         failure; just return NULL.
22057         * lib/userspec.c: Include "posixver.h".
22058         (parse_user_spec): Accept `.' as a separator only
22059         in pre-POSIX-200112 mode.
22060         * lib/strtoimax.c: Use #elif rather than #else #if.
22061         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
22062         Remove function, now that we can rely on a working tzset function.
22063         [!_LIBC]: Ensure that the required autoconf test has been run.
22064         [!defined _NL_CURRENT && HAVE_STRFTIME]:
22065         Use underlying_strftime for %r.
22066         * lib/sha.c: Merge in some clean-up and optimization changes from
22067         glibc.
22068         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
22069         Ensure that it is a multiple of 64.
22070         Rearrange loop exit tests so as to avoid performing an
22071         additional fread after encountering an error or EOF.
22072         * lib/realloc.c: Update copyright date.
22073
22074 2003-08-15  Jim Meyering  <jim@meyering.net>
22075         and Paul Eggert  <eggert@twinsun.com>
22076
22077         Merge from coreutils.
22078         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
22079         member but strut utmpx does not.  Needed for AIX 4.3.3.
22080         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
22081
22082 2003-08-15  Jim Meyering  <jim@meyering.net>
22083         and Paul Eggert  <eggert@cs.ucla.edu>
22084
22085         Merges from coreutils, etc.
22086         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
22087         Require gl_FUNC_TZSET_CLOBBER.
22088         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
22089         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
22090         members.
22091
22092 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22093
22094         Help the merge from coreutils.
22095         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
22096         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
22097         * m4/tzset.m4: Use it too.
22098
22099 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22100
22101         * modules/tzset: New file.
22102
22103 2003-08-14  Jim Meyering  <jim@meyering.net>
22104
22105         Merges from coreutils.
22106         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
22107         variable names, rather than @FNMATCH_H@.
22108         * modules/alloca: Likewise for $(ALLOCA_H).
22109
22110         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
22111         the three copies of the literal target, `fnmatch.h'.
22112         * modules/alloca (alloca.h): Likewise.
22113
22114 2003-08-14  Jim Meyering  <jim@meyering.net>
22115
22116         Merge from coreutils.
22117         * m4/tzset.m4: New file.
22118         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
22119         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
22120         otherwise, AIX 5.1 systems would end up using the latter.
22121         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
22122         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
22123         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
22124         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
22125
22126 2003-08-14  Jim Meyering  <jim@meyering.net>
22127
22128         Merge from coreutils.
22129         * lib/obstack.h: Whitespace changes.
22130         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
22131         and xcalloc return values.
22132         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
22133         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
22134         hang on OSF/1 5.1 for DIR on both local and remote file systems.
22135         Reported by (and fix confirmed by) Nelson H. F. Beebe.
22136         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22137         error from mntctl.
22138         Use mntctl's return value to drive the entry-processing loop, since
22139         we can't rely on the value of the vmt_length member in the last
22140         entry.  On some systems doing so could result in exhausting
22141         virtual memory.  Based in part on a patch from Mike Jetzer.
22142
22143 2003-08-14  Jim Meyering  <jim@meyering.net>
22144         and Paul Eggert  <eggert@twinsun.com>
22145
22146         Merges from coreutils, plus other fixes.
22147         * lib/physmem.c: Merge in portability changes from gcc/libiberty
22148         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
22149         for credits and details.  Thanks to Kaveh Ghazi for helping
22150         to keep these files in sync.
22151         (ARRAY_SIZE): Define it.
22152         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
22153         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
22154         (memcasecmp): Don't assume size_t fits in unsigned int.
22155         Remove casts and duplicate code.
22156         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
22157         (memcpy): Remove definition.
22158         Merge in some clean-up and optimization changes from glibc.
22159         [BLOCKSIZE]: Move definition to top of file.
22160         Ensure that it is a multiple of 64.
22161         Rearrange loop exit tests so as to avoid performing an
22162         additional fread after encountering an error or EOF.
22163         * lib/md5.h (md5_uintptr): Define.
22164         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
22165         return to the initial working directory.  Preserve errno
22166         for caller.
22167         * lib/idcache.c: Include "xalloc.h".
22168         (xmalloc, xrealloc): Remove decls.
22169         (getuser): Remove casts no longer required in C89.
22170         * lib/human.c: Include stdio.h, for sprintf.
22171         * lib/group-member.c: Include "xalloc.h".
22172         (xmalloc, xrealloc): Remove decls.
22173         (get_group_info): Remove casts no longer required in C89.
22174         * lib/getusershell.c (readname): Remove casts no longer required in
22175         C89.
22176         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
22177         * lib/getline.c: Whitespace fix, from coreutils.
22178
22179 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22180
22181         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
22182         Check for isascii.
22183
22184         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22185         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22186         Undo previous (whitespace-only) change.
22187
22188 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22189
22190         * lib/exclude.c: Include <ctype.h>
22191         (IN_CTYPE_DOMAIN): New macro.
22192         (is_space): New fn.
22193         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
22194         and empty lines.
22195
22196         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22197         Undo previous (whitespace-only) change.
22198
22199 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22200
22201         * config/srclist-update: Change update back to the old behavior,
22202         leaving whitespace alone.  Use one 'sed' command rather than a
22203         pipeline.
22204         (fixlicense): Now a variable, not a function.
22205         (remove_trailing_blanks): Remove.
22206         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
22207         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22208         Undo previous (whitespace-only) change.
22209
22210 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22211
22212         Merge from coreutils.
22213         * modules/euidaccess: Add lib_SOURCES, include for new
22214         file euidaccess.h
22215
22216 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22217
22218         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22219         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22220         Normalize leading white space and remove trailing white space.
22221
22222         Merge from coreutils
22223         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
22224
22225         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
22226         0.12.1.  These files are now being upgraded automatically by
22227         ../config/srclist-update.
22228
22229 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22230
22231         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22232         Normalize leading white space and remove trailing white space.
22233         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
22234         notice, as per ../config/srclist-update.
22235
22236         Merge from coreutils.
22237         * lib/euidaccess.h: New file.
22238         * lib/euidaccess.c: Include it.
22239         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
22240         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
22241         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
22242
22243 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22244
22245         * config/srclist-update: Add copyright notice.
22246         (remove_id_lines, remove_trailing_blanks): New constants.
22247         (fixfile): Use them to normalize spacing a bit in copied files.
22248         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22249         Normalize leading white space and remove trailing white space.
22250
22251         * config/texinfo.tex: Sync with texinfo.
22252
22253         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
22254         strtoul.c from libc, to merge coreutils whitespace changes.
22255
22256         * config/srclist.txt: Get the following m4 files from gettext:
22257         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
22258         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
22259         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
22260         wint_t.m4.
22261
22262 2003-08-12  Karl Berry  <karl@gnu.org>
22263
22264         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
22265         been made.
22266
22267 2003-08-11  Paul Eggert  <eggert@twinsun.com>
22268
22269         * modules/gnu-source, m4/gnu-source.m4:
22270         Remove; we're assuming Autoconf 2.54 or later now.
22271         Suggested by Bruno Haible.
22272         * MODULES.html.sh (func_all_modules): Remove gnu-source.
22273
22274 2003-08-11  Bruno Haible  <bruno@clisp.org>
22275
22276         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
22277
22278 2003-08-11  Bruno Haible  <bruno@clisp.org>
22279
22280         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
22281         (vasnprintf): Use it instead of wcslen.
22282
22283 2003-08-11  Bruno Haible  <bruno@clisp.org>
22284
22285         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
22286         value to ensure that _Bool promotes to int. Use #define for _Bool when
22287         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
22288
22289 2003-08-10  Karl Berry  <karl@gnu.org>
22290
22291         * lib/regex.h: update from libc (whitespace fix).
22292
22293 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22294
22295         Merge some files from coreutils.  These changes were
22296         originally made by Jim Meyering.
22297         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
22298         many older Unixes require this.
22299         * lib/alloca.c (alloca): Remove cast to argument of free;
22300         no longer needed in C89.
22301         * lib/alloca_.h, regex.h: Fix white space to match
22302         what GNU indent does.
22303
22304 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22305
22306         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
22307         apparently Emacs's Unicode mode got confused before my 2003-08-05
22308         checkin.
22309
22310 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22311
22312         * m4/extensions.m4: New file.
22313         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
22314         Require gl_USE_SYSTEM_EXTENSIONS.
22315         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
22316         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
22317
22318 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22319
22320         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
22321         * modules/extensions, modules/gnu-source: New files.
22322         * modules/timespec, modules/unlocked-io: Depend on extensions.
22323
22324 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22325
22326         * modules/restrict: New file.
22327         * MODULES.html.sh (func_all_modules): Add restrict.
22328         * modules/regex: Depend on restrict.
22329
22330 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22331
22332         * m4/restrict.m4: New file.
22333         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
22334
22335 2003-08-07  Bruno Haible  <bruno@clisp.org>
22336
22337         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
22338         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
22339
22340 2003-08-07  Bruno Haible  <bruno@clisp.org>
22341
22342         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
22343         makes the module 'getndelim2' compatible with the module 'getline'.
22344
22345 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22346
22347         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
22348         byte with "\201" to avoid glitches when editing that source file
22349         with multi-gnome-terminal.
22350
22351 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22352
22353         * lib/bumpalloc.h: Remove.
22354
22355 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22356
22357         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
22358         * modules/bumpalloc: Remove.
22359
22360 2003-08-04  Paul Eggert  <eggert@twinsun.com>
22361
22362         * lib/getloadavg.c: Change copyright notice and spacing to conform to
22363         GNU coding style.
22364
22365         Merge from coreutils.
22366         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
22367         1. From glibc.
22368         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
22369         from Karl Berry, implemented by Jim Meyering.
22370         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
22371         from Dmitry V. Levin.
22372         Remove anachronistic cast of xrealloc.
22373         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
22374         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
22375         type. Otherwise, it wouldn't compile with at least /bin/cc on
22376         ymp-cray-unicos9.0.2.X.
22377         Combine two mostly-identical uses of alloca into one.
22378         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
22379
22380 2003-08-04  Dave Love  <d.love@dl.ac.uk>
22381
22382         [From Emacs.]
22383
22384         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
22385         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
22386         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
22387         obsolete NLIST_NAME_UNION.
22388         [__GNU__]: Undef BSD and FSCALE.
22389         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
22390
22391 2003-08-03  Paul Eggert  <eggert@twinsun.com>
22392
22393         * lib/stdbool_.h (_Bool): Make it signed char, instead of
22394         an enum type, so that it's guaranteed to promote to int.  See:
22395         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
22396
22397 2003-08-03  Karl Berry  <karl@gnu.org>
22398
22399         * config/depcomp: update from automake.
22400
22401 2003-07-31  Paul Eggert  <eggert@twinsun.com>
22402
22403         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
22404         (strerror): Don't assume that a printable int fits in 14 bytes.
22405
22406 2003-07-31  Bruno Haible  <bruno@clisp.org>
22407
22408         * modules/getpass-gnu: New file.
22409         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
22410
22411 2003-07-31  Bruno Haible  <bruno@clisp.org>
22412
22413         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
22414
22415 2003-07-24  Karl Berry  <karl@gnu.org>
22416
22417         * config/missing: update from automake.
22418
22419 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
22420             Bruno Haible  <bruno@clisp.org>
22421
22422         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
22423         * lib/getline.c (getline, getdelim): Likewise.
22424         Remove _GNU_SOURCE define; now it's defined in config.h through
22425         m4/getline.m4.
22426
22427 2003-07-23  Karl Berry  <karl@gnu.org>
22428
22429         * config/config.sub: update from prep.
22430
22431 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22432
22433         * modules/xalloc (Depends-on): Add exitfail.
22434         * modules/xmemcoll: Likewise.
22435
22436 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22437
22438         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
22439         over-parenthesization in macros.
22440
22441         Sync with coreutils.
22442
22443         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
22444         required by C99.
22445
22446         Use `exit_failure' for xalloc and xmemcoll instead of their own
22447         private exit-failure variables.
22448         * lib/xalloc.h (xalloc_exit_failure): Remove.
22449         * lib/xmalloc.c: Likewise.  Include exitfail.h.
22450         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
22451         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
22452         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
22453         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
22454
22455 2003-07-20  Jim Meyering  <jim@meyering.net>
22456
22457         * modules/closeout (Depends-on): Add exitfail.
22458         Suggestion from Bruno Haible.
22459
22460 2003-07-19  Karl Berry  <karl@gnu.org>
22461
22462         * config/config.sub: update from prep.
22463
22464 2003-07-18  Paul Eggert  <eggert@twinsun.com>
22465
22466         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
22467         Remove.
22468         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
22469         to test that it can stand by itself.  Include "exitfail.h".
22470         Clients should set exit_failure instead.
22471         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
22472
22473 2003-07-18  Bruno Haible  <bruno@clisp.org>
22474
22475         * modules/getndelim2: New file.
22476         * modules/getline: Share files with module getndelim2.
22477         * modules/getnline: Depend on getndelim2 instead of sharing files with
22478         it. Add getnline.c to lib_SOURCES.
22479         * MODULES.html.sh (func_all_modules): Add getndelim2.
22480
22481 2003-07-18  Bruno Haible  <bruno@clisp.org>
22482
22483         * m4/getndelim2.m4: New file.
22484         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
22485         invoke gl_PREREQ_GETNDELIM2.
22486         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
22487         gl_PREREQ_GETNDELIM2.
22488         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
22489         gl_GETNDELIM2.
22490
22491 2003-07-18  Bruno Haible  <bruno@clisp.org>
22492
22493         * lib/getndelim2.h: New file.
22494         * lib/getndelim2.c: Make into a module of its own. Include config.h,
22495         getndelim2.h.
22496         (getndelim2): Make non-static. Change return type to ssize_t.
22497         * lib/getline.h: Change argument names.
22498         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
22499         * lib/getnline.c: Include getndelim2.h.
22500
22501 2003-07-18  Andreas Schwab  <schwab@suse.de>
22502
22503         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
22504
22505 2003-07-17  Karl Berry  <karl@gnu.org>
22506
22507         * config/config.sub: update from prep.
22508
22509 2003-07-17  Bruno Haible  <bruno@clisp.org>
22510
22511         * modules/getnline: New file.
22512         * modules/getline: Add lib/getndelim2.c to source file list.
22513         * MODULES.html.sh (func_all_modules): Add getnline.
22514
22515 2003-07-17  Bruno Haible  <bruno@clisp.org>
22516
22517         * m4/getnline.m4: New file.
22518
22519 2003-07-17  Bruno Haible  <bruno@clisp.org>
22520
22521         * m4/Makefile.am.in: Remove file.
22522         * m4/Makefile.am: Remove file.
22523         * m4/Makefile.in: Remove file.
22524
22525 2003-07-17  Bruno Haible  <bruno@clisp.org>
22526
22527         * lib/getnline.h: New file.
22528         * lib/getnline.c: New file.
22529         * lib/getndelim2.c: New file, extracted from getline.c.
22530         (getndelim2): Renamed from getdelim2, with added nmax argument.
22531         * lib/getline.c: Include getndelim2.c.
22532         (getdelim2): Moved out to getndelim2.c.
22533         (getline, getdelim): Update.
22534
22535 2003-07-17  Bruno Haible  <bruno@clisp.org>
22536
22537         * lib/Makefile.am: Remove file.
22538         * lib/Makefile.in: Remove file.
22539
22540 2003-07-17  Bruno Haible  <bruno@clisp.org>
22541
22542         * configure.in: Remove file.
22543         * Makefile.in: Remove file.
22544
22545 2003-07-17  Bruno Haible  <bruno@clisp.org>
22546
22547         * MODULES.html.sh: Put the </BODY> right before </HTML>.
22548
22549 2003-07-16  Karl Berry  <karl@gnu.org>
22550
22551         * config/srclist-update: was running fixlicense twice, which caused
22552                 texinfo.tex to be nullified for some reason.  Simplify,
22553                 $gplsrc is no longer needed as far as I can see?
22554
22555 2003-07-16  Jim Meyering  <jim@meyering.net>
22556
22557         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
22558
22559 2003-07-15  Paul Eggert  <eggert@twinsun.com>
22560
22561         * config/srclist.txt: Get the following files from gettext-runtime/intl
22562         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
22563         ref-del.sin.  From Bruno Haible.
22564         * config/srclist-update (fixfile): Change grep pattern again, since the
22565         previous fix didn't work (there was another trailing $).  Use
22566         '[$]' to escape the $s.
22567
22568 2003-07-15  Karl Berry  <karl@gnu.org>
22569
22570         * lib/vasnprintf.c: update from gettext.
22571
22572 2003-07-15  Karl Berry  <karl@gnu.org>
22573
22574         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
22575         gets expanded when surrounded by '$'.
22576
22577 2003-07-15  Jim Meyering  <jim@meyering.net>
22578
22579         * modules/save-cwd: Don't depend on error.  From Derek Price.
22580
22581 2003-07-15  Jim Meyering  <jim@meyering.net>
22582
22583         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
22584
22585 2003-07-14  Simon Josefsson  <jas@extundo.com>
22586
22587         * modules/mempcpy: New file.
22588         * MODULES.html.sh (func_all_modules): Add mempcpy.
22589
22590 2003-07-14  Simon Josefsson  <jas@extundo.com>
22591
22592         * m4/mempcpy.m4: New file.
22593
22594 2003-07-14  Simon Josefsson  <jas@extundo.com>
22595
22596         * lib/mempcpy.h: New file.
22597         * lib/mempcpy.c: New file.
22598
22599 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22600
22601         * modules/getdate, modules/posixtm: Depend on mktime.
22602
22603 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22604
22605         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
22606         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
22607         unicodeio.c, unicodeio.h, unlocked-io.h:
22608         Switch from LGPL to GPL.
22609
22610 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22611
22612         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
22613         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
22614         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
22615         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
22616         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
22617         updated automatically by ../config/srclist-update.  This changes
22618         their license from LPGL to GPL.
22619
22620 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22621
22622         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
22623         assumed to refer to the root of the most recent stable gettext version.
22624         * config/srclistvars.sh: Add defaults for eggert.
22625         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
22626         Match "This program" as well as "The program".  This is needed
22627         for gettext.
22628
22629 2003-07-14  Jim Meyering  <jim@meyering.net>
22630
22631         Don't emit diagnostics.  Let callers do that.
22632         * lib/save-cwd.c: Don't include "error.h".
22633         (save_cwd): Don't call error.  Ensure that errno is valid
22634         when returning nonzero.
22635
22636         * lib/save-cwd.h (restore_cwd): Update prototype.
22637         * lib/save-cwd.c (restore_cwd): Remove two parameters.
22638         Simplify.  Don't call error upon failure.  Let callers do that.
22639         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
22640         when auditing is enabled.  But don't bother updating the #if.
22641
22642 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
22643
22644         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
22645         it breaks C++ compilation.
22646         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
22647
22648 2003-07-10  Simon Josefsson  <jas@extundo.com>
22649
22650         * modules/strchrnul (Makefile.am): Add strchrnul.h.
22651
22652 2003-07-10  Jim Meyering  <jim@meyering.net>
22653
22654         * m4/clock_time.m4: Remove trailing blank.
22655         * m4/intmax_t.m4: Likewise.
22656
22657 2003-07-10  Jim Meyering  <jim@meyering.net>
22658
22659         * lib/vasnprintf.c: Remove trailing blanks.
22660         Make cpp indentation consistent.
22661
22662 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22663
22664         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
22665         posixver.c, strftime.c, strnlen.c, strverscmp.c:
22666         Switch from LGPL to GPL.
22667
22668 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22669
22670         * config/srclist.txt: Sort sublists.  Add
22671         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
22672         that differ from gnulib for one reason or another; we'd like this list
22673         to be smaller but for now let's document what we have.
22674
22675 2003-07-08  Paul Eggert  <eggert@twinsun.com>
22676
22677         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
22678         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
22679         and sweeter "eval x=$x".
22680         * config/srclist.txt: Get lib/argp* from glibc.
22681
22682 2003-07-07  Paul Eggert  <eggert@twinsun.com>
22683
22684         * lib/mktime.c: Fix some boundary cases and remove need for floating
22685         point.
22686
22687         Issue a compile-time diagnostic if time_t is floating point, or if
22688         two's complement arithmetic is not in effect, or if arithmetic
22689         right shift does not propagate the sign.  These assumptions were
22690         all in the original code but they weren't checked.
22691
22692         (TIME_T_MIDPOINT, verify): New macros.
22693         (__isleap): Remove; it has integer overflow problems.
22694         (leapyear): New function, without those problems.
22695         (ydhms_tm_diff): Remove; splitting into two parts.
22696         (ydhms_diff): New function, containing the arithmetic part of
22697         the old ydhms_tm_diff function.  Issue a compile-time
22698         diagnostic if we are not using C99 integer division.
22699         Avoid casts when possible.
22700         (guess_time_tm): New function, containing the checking part of
22701         the old ydhms_tm_diff function.  Return the new value, rather than
22702         the difference between it and the old.  Accept a new argument T
22703         so that *T specifies the old value.  Check for overflow in the result.
22704
22705         (__mktime_internal): Use a time_t offset, not a long int offset.
22706         This undoes the 2003-06-04 change, which is no longer needed now
22707         that we have better overflow checking.
22708         (localtime_offset): Likewise.
22709
22710         (__mktime_internal): Avoid harmful overflow on hosts where time_t
22711         and long are 64-bit but int is only 32-bit.
22712         (ydhms_diff): Use long int to store year1 and yday1.
22713         Issue a compile-time diagnostic if long int is not wide enough.
22714
22715         (__mktime_internal): Use long int to store adjusted year and yday.
22716         Use plain C rather than preprocessor commands, if that doesn't
22717         affect efficiency.
22718         Check for overflow (and try to repair) after each probe
22719         rather than checking only at the very end.  This avoids some bugs
22720         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
22721         does not equal GMT offset at maximum time).
22722         Use integer to check for overflow rather than floating point; this
22723         is more portable to non-IEEE hosts, and is a tad faster.
22724         When we detect that we are oscillating between two values,
22725         don't check whether tm_isdst has the requested value, since
22726         we already know the answer.  When tm_isdst has the wrong value,
22727         use a different heuristic to find the right one, based on the
22728         extreme values actually observed in practice in tz2003a,
22729         rather than the (overly optimistic) "previous 3 calendar quarters".
22730
22731         (not_equal_tm, print_tm, check_result): Use "const T" rather than
22732         "T const" to accommodate glibc style.
22733         (check_result): Use less-confusing report format.  "long" -> "long int.
22734         (main): Likewise.
22735         Don't loop if the iteration overflows time_t.
22736         Allow a negative step in the iteration.
22737
22738 2003-07-06  Karl Berry  <karl@gnu.org>
22739
22740         * config/depcomp: update from automake.
22741         * config/config.sub: update from prep.
22742
22743 2003-07-03  Karl Berry  <karl@gnu.org>
22744
22745         * config/config.guess: update from prep.
22746
22747 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22748
22749         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
22750         xreadlink.c now includes it unconditionally.
22751
22752 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22753
22754         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
22755         having it depend on HAVE_SYS_TYPES_H.
22756
22757 2003-07-01  Bruno Haible  <bruno@clisp.org>
22758
22759         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
22760         <sys/types.h> should be sufficient.
22761         Reported by Paul Eggert.
22762
22763 2003-06-26  Karl Berry  <karl@gnu.org>
22764
22765         * config/depcomp: update from automake.
22766
22767 2003-06-26  Bruno Haible  <bruno@clisp.org>
22768
22769         * modules/human: Depend on module stdbool.
22770
22771 2003-06-25  Bruno Haible  <bruno@clisp.org>
22772
22773         * modules/readlink: New file.
22774         * modules/xreadlink: Depend on it.
22775         * MODULES.html.sh (func_all_modules): Add readlink.
22776
22777 2003-06-25  Bruno Haible  <bruno@clisp.org>
22778
22779         * m4/readlink.m4: New file.
22780
22781 2003-06-25  Bruno Haible  <bruno@clisp.org>
22782
22783         * lib/readlink.c: New file.
22784
22785 2003-06-22  Karl Berry  <karl@gnu.org>
22786
22787         * config/srclist.txt: update mkinstalldirs from automake.
22788         * config/mkinstalldirs: update.
22789
22790 2003-06-22  Bruno Haible  <bruno@clisp.org>
22791
22792         Portability to mingw32.
22793         * m4/ssize_t.m4: New file, from GNU gettext.
22794         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
22795         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
22796
22797 2003-06-22  Bruno Haible  <bruno@clisp.org>
22798
22799         * modules/safe-read: Add m4/ssize_t.m4.
22800         * modules/xreadlink: Add m4/ssize_t.m4.
22801
22802 2003-06-20  Bruno Haible  <bruno@clisp.org>
22803
22804         Assume C89, so PARAMS isn't needed.
22805         * lib/unicodeio.h (PARAMS): Remove.
22806         * lib/unicodeio.c: Don't use PARAMS.
22807
22808 2003-06-18  Karl Berry  <karl@gnu.org>
22809
22810         * config/config.{guess,sub}: update from prep.
22811
22812 2003-06-18  Jim Meyering  <jim@meyering.net>
22813
22814         Merge changes from coreutils.
22815         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
22816         Remove explicit declarations of xmalloc and realloc.
22817         Include xalloc.h.
22818         (read_utmp): Remove anachronistic cast of xmalloc.
22819
22820 2003-06-17  Paul Eggert  <eggert@twinsun.com>
22821
22822         Assume C89, so PARAMS isn't needed.
22823         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
22824         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
22825         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
22826         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
22827         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
22828         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
22829         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
22830         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
22831         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
22832         lib/xstrtod.h, lib/xstrtol.h: Likewise.
22833         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
22834         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
22835         no longer needed. Anyway, config.h should always be included before any
22836         other file.
22837
22838 2003-06-11  Simon Josefsson  <jas@extundo.com>
22839
22840         * modules/sysexits: New file.
22841         * MODULES.html.sh (func_all_modules): Add sysexits.
22842
22843 2003-06-11  Simon Josefsson  <jas@extundo.com>
22844
22845         * lib/sysexit_.h: New file.
22846
22847 2003-06-11  Derek Price  <derek@ximbiot.com>
22848
22849         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
22850         necessary.
22851
22852 2003-06-11  Bruno Haible  <bruno@clisp.org>
22853
22854         * m4/sysexits.m4: New file.
22855
22856 2003-06-10  Simon Josefsson  <jas@extundo.com>
22857
22858         * lib/argp.h: New file, from glibc.
22859         * lib/argp-ba.c: New file, from glibc.
22860         * lib/argp-eexst.c: New file, from glibc.
22861         * lib/argp-fmtstream.c: New file, from glibc.
22862         * lib/argp-fmtstream.h: New file, from glibc.
22863         * lib/argp-fs-xinl.c: New file, from glibc.
22864         * lib/argp-help.c: New file, from glibc.
22865         * lib/argp-namefrob.h: New file, from glibc.
22866         * lib/argp-parse.c: New file, from glibc.
22867         * lib/argp-pv.c: New file, from glibc.
22868         * lib/argp-pvh.c: New file, from glibc.
22869         * lib/argp-xinl.c: New file, from glibc.
22870
22871 2003-06-10  Simon Josefsson  <jas@extundo.com>
22872
22873         * modules/strchrnul: New file.
22874
22875 2003-06-10  Simon Josefsson  <jas@extundo.com>
22876
22877         * modules/argp: New file.
22878
22879 2003-06-10  Simon Josefsson  <jas@extundo.com>
22880
22881         * m4/strchrnul.m4: New file.
22882
22883 2003-06-10  Simon Josefsson  <jas@extundo.com>
22884
22885         * lib/strchrnul.h: New file.
22886         * lib/strchrnul.c: New file.
22887
22888 2003-06-10  Bruno Haible  <bruno@clisp.org>
22889
22890         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
22891
22892 2003-06-07  Karl Berry  <karl@gnu.org>
22893
22894         * config/config.{guess,sub}: update from prep.
22895
22896 2003-06-07  Jim Meyering  <jim@meyering.net>
22897
22898         * modules/strtod: Use $(...) notation, not @...@ for
22899         AC_REPLACE'd variables.
22900         * modules/localcharset: Likewise.
22901
22902 2003-06-07  Jim Meyering  <jim@meyering.net>
22903
22904         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
22905         in place of my name in the copyright comment.
22906         Remove definition and uses of __P.
22907
22908         From coreutils.
22909         * lib/stat.c: Don't declare xmalloc explicitly.
22910         Instead, include "xalloc.h".
22911         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
22912         xrealloc, and xcalloc return values.
22913         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
22914         Improve comment.
22915         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
22916
22917 2003-06-07  Bruno Haible  <bruno@clisp.org>
22918
22919         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
22920         avoid AC_CONFIG_LINKS.
22921         * modules/fnmatch (Makefile.am): Use explicit creation rule for
22922         fnmatch.h, to avoid AC_CONFIG_LINKS.
22923         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
22924
22925 2003-06-07  Bruno Haible  <bruno@clisp.org>
22926
22927         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
22928         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
22929         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22930         directory.
22931         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
22932         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22933         directory.
22934
22935 2003-06-06  Jim Meyering  <jim@meyering.net>
22936
22937         Merge from coreutils.
22938         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
22939         Consolidate declarations and initializations of *_base* locals.
22940
22941         Merge from coreutils.
22942         This avoids a core dump on systems without GNU putenv,
22943         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
22944         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
22945         (unsetenv): New static function, from GNU libc.
22946         (rpl_putenv): Use it.
22947
22948         * lib/modechange.c: Remove trailing blanks.
22949
22950         Merge from coreutils.
22951         * lib/fsusage.c: Remove declaration of statfs.
22952         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
22953
22954         * lib/posixtm.c: Include <stdbool.h> unconditionally.
22955
22956 2003-06-06  Jim Meyering  <jim@meyering.net>
22957
22958         * lib/stdbool_.h: Renamed from stdbool.h.in.
22959
22960 2003-06-06  Jim Meyering  <jim@meyering.net>
22961             Bruno Haible  <bruno@clisp.org>
22962
22963         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
22964         Adjust Makefile.am snippet not to redirect directly to target.
22965         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
22966
22967 2003-06-05  Paul Eggert  <eggert@twinsun.com>
22968
22969         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
22970         mismatch, look in future quarters as well as past.  This fixes a
22971         bug when processing fall-backwards gaps immediately after a long
22972         period of daylight-saving time.
22973
22974         * lib/mktime.c: Assume freestanding C89 or better.
22975         (HAVE_LIMITS_H): Remove.  Assume it's 1.
22976         (__P): Remove; not used.
22977         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
22978         (mktime, not_equal_tm, print_tm, check_result,
22979         main): Use prototypes.  Use const * where appropriate.
22980         (main): Fix typo in testing code that uncovered by above changes.
22981         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
22982
22983 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22984
22985         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
22986         locale.h, localeconv.  This merges changes from coreutils.
22987
22988         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
22989         It can be removed after the next Autoconf is released.
22990         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
22991         needed.
22992
22993 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22994
22995         * lib/mktime.c: Fix Debian bug 177940
22996         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
22997         (localtime_offset): Now long int, not time_t, because we want it
22998         to be guaranteed to be signed.  All uses changed.
22999         (__mktime_internal): If overflow would occur when adding offset,
23000         don't add it.
23001
23002         Merge 'human' changes from coreutils.  Rewrite to support
23003         locale-specific notations like thousands separators.
23004         * lib/human.c: Simplify authorship notice.
23005         Include human.h immediately after config.h.
23006         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
23007         <limits.h>: Do not include, since human.h does.
23008         (SIZE_MAX, UINTMAX_MAX): New macros.
23009         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
23010         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
23011         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
23012         (power_letter): Renamed from suffixes.
23013         (generate_suffix_backwards): Remove.
23014         (adjust_value): Now takes int style (because of human.h changes)
23015         and long double value (for greater precision on some platforms).
23016         (group_number): New function.
23017         (human_readable): Use it.  Use integer options, not enum.
23018         Put the options before the sizes in the arg list.
23019         Support all the new options.
23020         The old human_readable function has been removed;
23021         use inttostr.h instead.
23022         (human_readable, default_block_size, humblock):
23023         Use uintmax_t, not int, for block sizes.
23024         (human_readable_inexact, block_size_types): Remove.
23025         (block_size_opts): New constant.
23026         (human_options): Renamed from human_block_size, with new signature
23027         that allows block sizes up to UINTMAX_MAX.  All callers changed.
23028         * lib/human.h: Add copyright and authorship notice.
23029         Include <limits.h> and <stdbool.h> unconditionally.
23030         (PARAMS): Remove.  All uses removed.
23031         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
23032         (enum human_inexact_style): Remove tag; now a nameless enum.
23033         (human_floor, human_ceiling, human_round_to_even): Now have
23034         values 2, 0, 1 rather than -1, 1, 0.
23035         (human_group_digits, human_suppress_point_zero, human_autoscale,
23036         human_base_1024, human_SI, human_B): New constants.
23037         (human_readable_inexact, human_block_size): Remove.
23038         (human_readable): Size args are now uintmax_t, not int.
23039         (human_options): New decl.
23040
23041         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
23042         unnecessary now that we assume C89 or better.  This change
23043         imported from coreutils.
23044
23045         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23046         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
23047         in the 2003-05-30 sync from glibc.
23048
23049         .h files should stand alone, but we shouldn't include <sys/types.h>
23050         if we can get away with just <stddef.h>.
23051
23052         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
23053         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
23054         rather than <sys/types.h>, as we merely need size_t.
23055         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
23056         to get size_t.
23057         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
23058         Include <stdio.h>, to get FILE.
23059         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
23060         memcasecmp.h has included <stddef.h> and all we need is size_t.
23061         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
23062         our interface, instead of including <sys/types.h>
23063
23064 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23065
23066         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
23067         now, as glibc mktime is buggy on non-glibc systems.
23068
23069 2003-06-03  Karl Berry  <karl@gnu.org>
23070
23071         * config/config.sub: update from prep.
23072
23073 2003-06-02  Paul Eggert  <eggert@twinsun.com>
23074
23075         [from coreutils]
23076         Fix some minor time-related bugs with POSIX time arguments.
23077         Some valid time stamps were being rejected (notably -1, and
23078         time stamps before 1900 on 64-bit hosts).  And some invalid
23079         time stamps were being accepted, e.g. September 31.
23080
23081         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
23082         that we can return (time_t) -1 successfully.
23083         * lib/posixtm.c: Likewise.
23084         [HAVE_STDBOOL_H]: Include <stdbool.h>.
23085         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
23086         (t): Remove static var.
23087         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
23088         of static var.  All uses changed.
23089         (year): Do not reject years before 1900; they can occur with
23090         64-bit time_t.
23091         (posix_time_parse): Do not check for out-of-range components;
23092         that is now the caller's responsibility, since our checks were
23093         only approximations.
23094         (posixtime): Use mktime to check for out-of-range components,
23095         since it knows them exactly.
23096         If mktime returns (time_t) -1, check whether an error actually occurred
23097         by invoking localtime on -1.
23098         (main) [TEST_POSIXTIME]: Check for input data errors, and report
23099         posixtime failures better.
23100         Improve the test data (in comments only).
23101
23102 2003-06-02  Karl Berry  <karl@gnu.org>
23103
23104         * config/mkinstalldirs (version): new variable.
23105         (--version): new option.
23106         (usage): improve message.
23107
23108 2003-05-30  Karl Berry  <karl@gnu.org>
23109
23110         * lib/mktime.c: update from libc.
23111
23112 2003-05-30  Bruno Haible  <bruno@clisp.org>
23113
23114         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
23115         * config/config.rpath: Upgrade to gettext-0.12.1.
23116
23117 2003-05-30  Bruno Haible  <bruno@clisp.org>
23118
23119         * m4/gettext.m4: Upgrade to gettext-0.12.1.
23120         * m4/nls.m4: New file, from gettext-0.12.1.
23121         * m4/po.m4: New file, from gettext-0.12.1.
23122         * m4/progtest.m4: Upgrade to gettext-0.12.1.
23123
23124 2003-05-30  Bruno Haible  <bruno@clisp.org>
23125
23126         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
23127         * lib/localcharset.h: Likewise.
23128         * lib/localcharset.c: Likewise.
23129
23130 2003-05-29  Karl Berry  <karl@gnu.org>
23131
23132         * config/config.rpath: update from gettext.
23133
23134 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23135
23136         Assume the headers required for C89 freestanding compilers.
23137         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
23138         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
23139         * m4/human.m4 (gl_HUMAN): Likewise.
23140         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
23141         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
23142         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23143         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
23144         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23145         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
23146
23147 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23148
23149         Assume the headers required for C89 freestanding compilers.
23150         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
23151         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
23152         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
23153         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
23154         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
23155         define, since <limits.h> is guaranteed to do that.
23156         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
23157         * lib/exclude.c: Include <stdbool.h> unconditionally.
23158         * lib/tempname.c: Include <stddef.h> unconditionally.
23159         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
23160         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
23161         <stddef.h> does that.
23162         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
23163         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
23164         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
23165         needed.
23166         * lib/xstrtol.c: Likewise.
23167         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
23168         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
23169
23170         * lib/addext.c (addext): Use assignment rather than cast, to avoid
23171         warnings on some platforms.
23172
23173         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23174         arbitrarily.
23175
23176 2003-05-26  Jim Meyering  <jim@meyering.net>
23177
23178         Merge in a change from coreutils:
23179         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
23180         that is guaranteed to be `no'.  Use `no_such_member' to indicate
23181         that condition, rather than `-1' which is slightly misleading.
23182         Change the name of the cache variable to have the gl_ prefix.
23183         Prompted by a patch from Richard Dawe for DJGPP.
23184
23185 2003-05-24  Karl Berry  <karl@gnu.org>
23186
23187         * config/config.guess: update from prep.
23188
23189 2003-05-22  Karl Berry  <karl@gnu.org>
23190
23191         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
23192
23193 2003-05-20  Karl Berry  <karl@gnu.org>
23194
23195         * config/config.guess: update from prep.
23196
23197 2003-05-18  Karl Berry  <karl@gnu.org>
23198
23199         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
23200         might actually be set by the user.
23201
23202         * config/depcomp, install-sh, mdate-sh: update from automake.
23203
23204 2003-05-17  Bruno Haible  <bruno@clisp.org>
23205
23206         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
23207         invalid expansion for AC_EGREP_CPP.
23208         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
23209         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
23210         Suggested by Akim Demaille <akim@epita.fr> in
23211         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
23212
23213 2003-05-12  Jim Meyering  <jim@meyering.net>
23214
23215         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
23216         the space-padded-by-default conversion specifiers, %e, %k, %l.
23217
23218 2003-05-12  Bruno Haible  <bruno@clisp.org>
23219
23220         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
23221         the string is longer than 4 KB.
23222
23223 2003-05-11  Karl Berry  <karl@gnu.org>
23224
23225         * config/config.{guess,sub}: update from prep.
23226
23227 2003-05-09  Bruno Haible  <bruno@clisp.org>
23228
23229         * modules/error: Add m4/strerror_r.m4 to file list.
23230
23231 2003-05-03  Bruno Haible  <bruno@clisp.org>
23232
23233         Upgrade to Unicode-4.0.
23234         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
23235         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
23236         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
23237         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
23238         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
23239         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
23240         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
23241         Change width of U+E0100..U+E01EF from 1 to 0.
23242
23243 2003-04-25  Jim Meyering  <jim@meyering.net>
23244
23245         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
23246         of type size_t, not int.
23247
23248 2003-04-25  Bruno Haible  <bruno@clisp.org>
23249
23250         * lib/copy-file.c: Include <stddef.h>, for size_t.
23251
23252 2003-04-21  Paul Eggert  <eggert@twinsun.com>
23253
23254         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
23255         code which expansion is under static control.  Patch imported from
23256         Akim Demaille's patch to Bison; see
23257         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
23258
23259 2003-04-14  Bruno Haible  <bruno@clisp.org>
23260
23261         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
23262
23263 2003-04-11  Jim Meyering  <jim@meyering.net>
23264
23265         Merge changes from Coreutils.
23266
23267         2003-03-22  Jim Meyering  <jim@meyering.net>
23268
23269         * lib/strftime.c (widen): Cast alloca return value to proper type.
23270
23271         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
23272
23273         From GNU libc.
23274         * lib/strftime.c (my_strftime): Handle very large width
23275         specifications for numeric values correctly.  Improve checks for
23276         overflow.
23277
23278         2003-01-19  Jim Meyering  <jim@meyering.net>
23279
23280         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
23281         definitions.
23282         (nl_get_alt_digit) [! defined my_strftime]: Define.
23283         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
23284         _nl_get_alt_digit and _nl_get_walt_digit.
23285
23286         * lib/strftime.c (my_strftime): Merge in locale-related changes from
23287         libc. These changes have no effect outside of _LIBC.
23288
23289 2003-04-10  Bruno Haible  <bruno@clisp.org>
23290
23291         * modules/findprog: New file.
23292         * MODULES.html.sh (func_all_modules): Add it.
23293
23294 2003-04-10  Bruno Haible  <bruno@clisp.org>
23295
23296         * m4/findprog.m4: New file.
23297         * m4/eaccess.m4: New file.
23298
23299 2003-04-10  Bruno Haible  <bruno@clisp.org>
23300
23301         * lib/findprog.h: New file, from GNU gettext.
23302         * lib/findprog.c: New file, from GNU gettext.
23303
23304 2003-04-05  Jim Meyering  <jim@meyering.net>
23305
23306         Merge changes from Coreutils.
23307
23308         * lib/exclude.h (PARAMS): Remove definition and uses.
23309         * lib/exclude.c: Remove uses of `PARAMS'.
23310
23311         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
23312         Add test-cases for DOS filenames. Declare program_name.
23313         (main): Set up program_name.  Patch by Rich Dawe.
23314
23315         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23316         error from mntctl.
23317         Use mntctl's return value to drive the entry-processing loop, since
23318         we can't rely on the value of the vmt_length member in the last
23319         entry.  On some systems doing so could result in exhausting
23320         virtual memory.  Based in part on a patch from Mike Jetzer.
23321
23322 2003-04-04  Bruno Haible  <bruno@clisp.org>
23323
23324         * modules/linebreak: New file.
23325         * MODULES.html.sh (func_all_modules): Add it.
23326
23327 2003-04-04  Bruno Haible  <bruno@clisp.org>
23328
23329         * m4/linebreak.m4: New file.
23330
23331 2003-04-04  Bruno Haible  <bruno@clisp.org>
23332
23333         * lib/linebreak.h: New file, from GNU gettext.
23334         * lib/linebreak.c: New file, from GNU gettext with slight
23335         modifications.
23336         * lib/lbrkprop.h: New file, from GNU gettext.
23337
23338 2003-04-03  Bruno Haible  <bruno@clisp.org>
23339
23340         * modules/utf8-ucs4: New file.
23341         * modules/utf16-ucs4: New file.
23342         * modules/ucs4-utf8: New file.
23343         * modules/ucs4-utf16: New file.
23344         * MODULES.html.sh (func_all_modules): Add them.
23345
23346 2003-04-03  Bruno Haible  <bruno@clisp.org>
23347
23348         * m4/utf-ucs4.m4: New file.
23349         * m4/ucs4-utf.m4: New file.
23350
23351 2003-04-03  Bruno Haible  <bruno@clisp.org>
23352
23353         * lib/utf8-ucs4.h: New file, from GNU gettext.
23354         * lib/utf16-ucs4.h: New file, from GNU gettext.
23355         * lib/ucs4-utf8.h: New file, from GNU gettext.
23356         * lib/ucs4-utf16.h: New file, from GNU gettext.
23357
23358 2003-04-02  Bruno Haible  <bruno@clisp.org>
23359
23360         * modules/binary-io: New file.
23361         * MODULES.html.sh (func_all_modules): Add it.
23362
23363 2003-04-02  Bruno Haible  <bruno@clisp.org>
23364
23365         * lib/binary-io.h: New file, from GNU gettext.
23366
23367 2003-04-01  Bruno Haible  <bruno@clisp.org>
23368
23369         * modules/pathname: New file.
23370         * MODULES.html.sh (func_all_modules): Add it.
23371
23372 2003-04-01  Bruno Haible  <bruno@clisp.org>
23373
23374         * lib/pathname.h: New file, from GNU gettext.
23375         * lib/concatpath.c: New file, from GNU gettext.
23376
23377 2003-03-30  Bruno Haible  <bruno@clisp.org>
23378
23379         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
23380
23381 2003-03-30  Bruno Haible  <bruno@clisp.org>
23382
23383         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
23384         function chown() doesn't exist.
23385
23386 2003-03-28  Bruno Haible  <bruno@clisp.org>
23387
23388         * modules/copy-file: New file.
23389         * MODULES.html.sh (func_all_modules): Add it.
23390
23391 2003-03-28  Bruno Haible  <bruno@clisp.org>
23392
23393         * m4/copy-file.m4: New file.
23394
23395 2003-03-28  Bruno Haible  <bruno@clisp.org>
23396
23397         * lib/copy-file.h: New file, from GNU gettext.
23398         * lib/copy-file.c: New file, from GNU gettext.
23399
23400 2003-03-18  Jim Meyering  <jim@meyering.net>
23401
23402         * lib/quote.c (quote_n): Fix typo in comment.
23403
23404 2003-03-18  Bruno Haible  <bruno@clisp.org>
23405
23406         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
23407         checking.
23408         * m4/onceonly_2_57.m4: Likewise.
23409
23410 2003-03-17  Bruno Haible  <bruno@clisp.org>
23411
23412         * m4/onceonly.m4: Require autoconf 2.54 or newer.
23413         (m4_quote): Remove macro.
23414         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
23415
23416 2003-03-14  Jim Meyering  <jim@meyering.net>
23417
23418         Merge changes from Coreutils.
23419         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
23420         to be const, in order to avoid warnings.
23421         (obstack_room): Likewise.
23422         (obstack_empty_p): Likewise.
23423
23424 2003-03-14  Bruno Haible  <bruno@clisp.org>
23425
23426         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
23427         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
23428
23429 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23430
23431         Merge changes from Bison.
23432         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
23433         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
23434         when compiling Bison 1.875's `bitset bset = obstack_alloc
23435         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
23436         * lib/hash.c: Include <stdbool.h> unconditionally.
23437
23438 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23439
23440         * m4/onceonly.m4 (m4_quote): New macro.
23441         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
23442         Quote AC_FOREACH variable-expansions properly.
23443
23444 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23445
23446         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
23447
23448 2003-03-09  Paul Eggert  <eggert@twinsun.com>
23449
23450         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
23451         Reported by Bruce Becker; see:
23452         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
23453
23454 2003-03-03  Paul Eggert  <eggert@twinsun.com>
23455             Bruno Haible  <bruno@clisp.org>
23456
23457         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
23458         Reported by John Hughes, see
23459         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
23460
23461 2003-02-20  Bruno Haible  <bruno@clisp.org>
23462
23463         * MODULES.html.sh (func_all_modules): Add poll.
23464
23465 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23466
23467         * modules/poll: New file.
23468
23469 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23470
23471         * lib/poll_.h: New file.
23472         * lib/poll.c: New file.
23473
23474 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23475
23476         * m4/poll.m4: New file.
23477
23478 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23479
23480         * modules/mathl: New file.
23481
23482 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23483
23484         * lib/mathl.h: New file.
23485         * lib/acosl.c: New file.
23486         * lib/asinl.c: New file.
23487         * lib/atanl.c: New file.
23488         * lib/ceill.c: New file.
23489         * lib/cosl.c: New file.
23490         * lib/expl.c: New file.
23491         * lib/floorl.c: New file.
23492         * lib/frexpl.c: New file.
23493         * lib/ldexpl.c: New file.
23494         * lib/logl.c: New file.
23495         * lib/sincosl.c: New file.
23496         * lib/sinl.c: New file.
23497         * lib/sqrtl.c: New file.
23498         * lib/tanl.c: New file.
23499         * lib/trigl.c: New file.
23500         * lib/trigl.h: New file.
23501
23502 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23503
23504         * m4/mathl.m4: New file.
23505
23506 2003-02-18  Bruno Haible  <bruno@clisp.org>
23507
23508         * MODULES.html.sh (func_all_modules): Add mathl.
23509
23510 2003-02-17  Bruno Haible  <bruno@clisp.org>
23511
23512         * modules/mkdtemp: New module.
23513         * MODULES.html.sh (func_all_modules): Add it.
23514
23515 2003-02-17  Bruno Haible  <bruno@clisp.org>
23516
23517         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
23518
23519 2003-02-17  Bruno Haible  <bruno@clisp.org>
23520
23521         * lib/mkdtemp.h: New file, from GNU gettext.
23522         * lib/mkdtemp.c: New file, from GNU gettext.
23523
23524 2003-02-02  Jim Meyering  <jim@meyering.net>
23525
23526         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
23527         e.g. glibc-2.2.93.
23528
23529 2003-01-31  Bruno Haible  <bruno@clisp.org>
23530
23531         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
23532         'rpl_rename'.
23533         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
23534         'rpl_strnlen'.
23535         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
23536         'rpl_strtod'.
23537         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
23538         'rpl_utime'.
23539
23540 2003-01-31  Bruno Haible  <bruno@clisp.org>
23541
23542         * lib/rename.c: #undef rename before defining rpl_rename.
23543         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
23544
23545 2003-01-30  Bruno Haible  <bruno@clisp.org>
23546
23547         * modules/vasnprintf, modules/vasprintf: New modules.
23548         * MODULES.html.sh (func_all_modules): Add them.
23549
23550 2003-01-30  Bruno Haible  <bruno@clisp.org>
23551
23552         * m4/signed.m4: New file, from GNU gettext.
23553         * m4/longdouble.m4: New file, from GNU gettext.
23554         * m4/wchar_t.m4: New file, from GNU gettext.
23555         * m4/wint_t.m4: New file, from GNU gettext.
23556         * m4/vasnprintf.m4: New file.
23557         * m4/vasprintf.m4: New file.
23558
23559 2003-01-30  Bruno Haible  <bruno@clisp.org>
23560
23561         * lib/printf-args.h: New file, from GNU gettext.
23562         * lib/printf-args.c: New file, from GNU gettext.
23563         * lib/printf-parse.h: New file, from GNU gettext.
23564         * lib/printf-parse.c: New file, from GNU gettext.
23565         * lib/vasnprintf.h: New file, from GNU gettext.
23566         * lib/vasnprintf.c: New file, from GNU gettext.
23567         * lib/asnprintf.c: New file, from GNU gettext.
23568         * lib/vasprintf.h: New file, from GNU gettext with modifications.
23569         * lib/vasprintf.c: New file, from GNU gettext.
23570         * lib/asprintf.c: New file, from GNU gettext.
23571
23572 2003-01-29  Bruno Haible  <bruno@clisp.org>
23573
23574         * modules/stpncpy: New module.
23575         * MODULES.html.sh (func_all_modules): Add it.
23576
23577 2003-01-29  Bruno Haible  <bruno@clisp.org>
23578
23579         * m4/stpncpy.m4: New file.
23580
23581 2003-01-29  Bruno Haible  <bruno@clisp.org>
23582
23583         * lib/stpncpy.h: New file, from GNU gettext with modifications.
23584         * lib/stpncpy.c: New file, from GNU gettext with modifications.
23585
23586 2003-01-28  Bruno Haible  <bruno@clisp.org>
23587
23588         * modules/c-ctype: New module.
23589         * MODULES.html.sh (func_all_modules): Add it.
23590
23591 2003-01-28  Bruno Haible  <bruno@clisp.org>
23592
23593         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
23594         Paul Eggert.
23595         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
23596         Paul Eggert.
23597
23598 2003-01-27  Bruno Haible  <bruno@clisp.org>
23599
23600         * modules/xsetenv: New module.
23601         * MODULES.html.sh (func_all_modules): Add it.
23602
23603 2003-01-27  Bruno Haible  <bruno@clisp.org>
23604
23605         * lib/xsetenv.h: New file, from GNU gettext.
23606         * lib/xsetenv.c: New file, from GNU gettext.
23607
23608 2003-01-23  Jim Meyering  <jim@meyering.net>
23609
23610         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
23611         from working on systems without dirfd (at least Irix and OSF1/Tru64).
23612
23613 2003-01-23  Bruno Haible  <bruno@clisp.org>
23614
23615         * modules/minmax: New module.
23616         * MODULES.html.sh (func_all_modules): Add it.
23617
23618 2003-01-23  Bruno Haible  <bruno@clisp.org>
23619
23620         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
23621         Eggert.
23622
23623 2003-01-22  Bruno Haible  <bruno@clisp.org>
23624
23625         * modules/exit: New module.
23626         * MODULES.html.sh (func_all_modules): Add it.
23627
23628 2003-01-22  Bruno Haible  <bruno@clisp.org>
23629
23630         * lib/exit.h: New file, from GNU gettext.
23631
23632 2003-01-19  Bruno Haible  <bruno@clisp.org>
23633
23634         * gnulib-tool: Recognize option --extract-maintainer.
23635         (func_get_maintainer): New function.
23636         * modules/*: Add Maintainer entry.
23637
23638 2003-01-16  Jim Meyering  <jim@meyering.net>
23639
23640         * m4/regex.m4: The `regex' struct is both input and output.
23641         Initialize it before each use.  Patch by Tim Waugh.
23642
23643 2003-01-16  Bruno Haible  <bruno@clisp.org>
23644
23645         * MODULES.html.sh: Add a table of contents. Add the module name as
23646         leftmost column. Add hyperlinks.
23647
23648 2003-01-15  Bruno Haible  <bruno@clisp.org>
23649
23650         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
23651
23652 2003-01-15  Bruno Haible  <bruno@clisp.org>
23653
23654         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
23655         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
23656         suffix.
23657
23658 2003-01-15  Bruno Haible  <bruno@clisp.org>
23659
23660         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
23661
23662 2003-01-15  Bruno Haible  <bruno@clisp.org>
23663
23664         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
23665         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
23666
23667 2003-01-14  Jim Meyering  <jim@meyering.net>
23668
23669         * lib/same.c (same_name): Tweak a comment.
23670
23671 2003-01-14  Bruno Haible  <bruno@clisp.org>
23672
23673         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
23674         when a string comparison is sufficient.
23675
23676 2003-01-14  Bruno Haible  <bruno@clisp.org>
23677
23678         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
23679         'unsigned int'.
23680
23681 2003-01-14  Bruno Haible  <bruno@clisp.org>
23682
23683         * lib/hash-pjw.c: Add comment about low quality of this function.
23684
23685 2003-01-13  Bruno Haible  <bruno@clisp.org>
23686
23687         * modules/stpcpy: Distribute lib/stpcpy.h.
23688         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
23689
23690 2003-01-13  Bruno Haible  <bruno@clisp.org>
23691
23692         * modules/*: Add a description.
23693         * modules/strpbrk: Fix Makefile.am snippet.
23694         * modules/strtoimax: Fix dependencies.
23695         * modules/strtoumax: Likewise.
23696
23697 2003-01-13  Bruno Haible  <bruno@clisp.org>
23698
23699         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
23700         * modules/alloca (Makefile.am): All object files depend on alloca.h.
23701         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
23702
23703 2003-01-13  Bruno Haible  <bruno@clisp.org>
23704
23705         * gnulib-tool (func_create_testdir): Store config/* files in the main
23706         directory.
23707         * config.rpath: Move to ...
23708         * config/config.rpath: ... here.
23709         * modules/gettext: Contains config/config.rpath, not config.rpath.
23710         * modules/iconv: Likewise.
23711
23712 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23713
23714         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23715         to avoid collisions with libcurses and libreadline.
23716
23717         * m4/getstr.m4: Remove.
23718         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
23719
23720 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23721
23722         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23723         to avoid collisions with libcurses and libreadline.
23724
23725         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
23726         * lib/getstr.h, getstr.c: Remove.
23727         * lib/getline.c: Include "getline.h", to check interface.
23728         Move body of old getstr.c here: this defines MIN_CHUNK and
23729         declares getdelim2, which is renamed from getstr.
23730         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
23731
23732         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
23733         All uses changed.
23734         * lib/linebuffer.h: Likewise.
23735         (readline): Remove backward-compatibility macro.
23736
23737 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23738
23739         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23740         to avoid collisions with libcurses and libreadline.
23741         * getstr: Remove.
23742         * MODULES.html.sh: Remove getstr.
23743         * modules/getline: Depend on unlocked-io, not getstr.
23744
23745 2003-01-12  Jim Meyering  <jim@meyering.net>
23746
23747         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
23748
23749 2003-01-10  Bruno Haible  <bruno@clisp.org>
23750
23751         * modules/alloca: Change Makefile.am requirements. Simplify Include
23752         requirements. Add lib/alloca_.h to file list.
23753
23754 2003-01-10  Bruno Haible  <bruno@clisp.org>
23755
23756         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
23757
23758 2003-01-10  Bruno Haible  <bruno@clisp.org>
23759
23760         * lib/alloca_.h: New file.
23761         * lib/getdate.y: Unconditionally include alloca.h.
23762         * lib/makepath.c: Likewise.
23763         * lib/setenv.c: Likewise.
23764         * lib/userspec.c: Likewise.
23765
23766 2003-01-09  Karl Berry  <karl@gnu.org>
23767
23768         * MODULES.html.sh: include `dirname $0` in PATH, to find
23769         gnulib-tool.
23770
23771 2003-01-09  Bruno Haible  <bruno@clisp.org>
23772
23773         * modules/stdbool: Change configure.ac, Makefile.am requirements.
23774         Simplify Include requirements. Add lib/stdbool.h.in to file list.
23775
23776 2003-01-09  Bruno Haible  <bruno@clisp.org>
23777
23778         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
23779
23780 2003-01-09  Bruno Haible  <bruno@clisp.org>
23781
23782         * lib/stdbool.h.in: New file.
23783
23784 2003-01-09  Bruno Haible  <bruno@clisp.org>
23785
23786         * gnulib-tool (func_all_modules): Ignore files ending in ~.
23787         * MODULES.html.sh: Likewise.
23788
23789 2003-01-08  Jim Meyering  <jim@meyering.net>
23790
23791         * lib/full-write.c: Undefine and define-away `const' after inclusion
23792         of errno.h, not before.  Suggestion from Bruno Haible.
23793
23794 2003-01-08  Bruno Haible  <bruno@clisp.org>
23795
23796         * modules/full-read: Depend on full-write.
23797
23798 2003-01-08  Bruno Haible  <bruno@clisp.org>
23799
23800         * lib/safe-read.c: Include specification header first, to ensure its
23801         selfcontainedness.
23802         * lib/full-write.c: Likewise.
23803
23804 2003-01-07  Jim Meyering  <jim@meyering.net>
23805
23806         * lib/full-write.c: Rework so that it may serve to define full_read,
23807         too.
23808         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
23809
23810 2003-01-07  Bruno Haible  <bruno@clisp.org>
23811
23812         * lib/strtoimax.c: Include <stdint.h> as an alternative to
23813         <inttypes.h>.
23814         * lib/xstrtol.h: Likewise.
23815         * lib/xstrtoimax.c: Likewise.
23816         * lib/xstrtoumax.c: Likewise.
23817         * lib/human.h: Likewise.
23818
23819         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
23820         on systems that have <inttypes.h> but not <stdint.h>.
23821
23822 2003-01-07  Bruno Haible  <bruno@clisp.org>
23823
23824         * MODULES.html.sh: Add copyright notice.
23825         (missed_files): Omit CVS directory entries.
23826         (func_module): Make it work with sed-3.02.
23827         * MODULES.txt: Remove file.
23828
23829 2003-01-06  Jim Meyering  <jim@meyering.net>
23830
23831         * lib/version-etc.c: Update year in translatable copyright string.
23832
23833 2003-01-03  Karl Berry  <karl@gnu.org>
23834
23835         * config/config.{guess,sub}: update from prep.
23836
23837 2003-01-02  Karl Berry  <karl@gnu.org>
23838
23839         * doc/COPYING.DOC: belatedly updated to 1.2.
23840
23841 2003-01-01  Karl Berry  <karl@gnu.org>
23842
23843         * gnulib-tool (func_verify_module): report module name $module in
23844         error message, not $1.
23845         * gnulib-tool (create-testdir): don't complain if destdir couldn't
23846         be created, only if it doesn't exist.
23847         * gnulib-tool (last_checkin_date): don't expand the $Date here.
23848
23849 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23850
23851         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
23852
23853 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23854
23855         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
23856         memcmp if strcoll doesn't work.
23857
23858 2002-12-31  Bruno Haible  <bruno@clisp.org>
23859
23860         * lib/utime.c (utime_null): No need to call ftruncate if the file was
23861         nonempty.
23862
23863 2002-12-31  Bruno Haible  <bruno@clisp.org>
23864
23865         * lib/memcoll.c (STRCOLL): New macro.
23866         (memcoll): Use it.
23867
23868 2002-12-31  Bruno Haible  <bruno@clisp.org>
23869
23870         * lib/localcharset.h: New file.
23871         * lib/localcharset.c: Include it.
23872         * lib/unicodeio.c: Likewise.
23873
23874 2002-12-31  Bruno Haible  <bruno@clisp.org>
23875
23876         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
23877         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
23878
23879 2002-12-31  Bruno Haible  <bruno@clisp.org>
23880
23881         * lib/getline.h: Include <stddef.h>, for size_t.
23882
23883         * lib/unicodeio.h: Include <stddef.h>, for size_t.
23884         * lib/unicodeio.c: Don't include <stddef.h>.
23885
23886 2002-12-31  Bruno Haible  <bruno@clisp.org>
23887
23888         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
23889         HAVE_TM_ZONE.
23890
23891 2002-12-24  Karl Berry  <karl@gnu.org>
23892
23893         * config/config.guess: update from prep.
23894
23895 2002-12-24  Bruno Haible  <bruno@clisp.org>
23896
23897         General infrasructure.
23898         * m4/README: Rewritten.
23899         * m4/onceonly.m4: New file.
23900         * m4/onceonly_2_57.m4: New file.
23901
23902         Module atexit.
23903         * m4/atexit.m4: New file.
23904
23905         Module strtod.
23906         * m4/strtod.m4: New file.
23907
23908         Module strtol.
23909         * m4/strtol.m4: New file.
23910
23911         Module strtoul.
23912         * m4/strtoul.m4: New file.
23913
23914         Module memchr.
23915         * m4/memchr.m4: New file.
23916
23917         Module memcmp.
23918         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
23919         (jm_FUNC_MEMCMP): Invoke it.
23920
23921         Module memcpy.
23922         * m4/memcpy.m4: New file.
23923
23924         Module memmove.
23925         * m4/memmove.m4: New file.
23926
23927         Module memset.
23928         * m4/memset.m4: New file.
23929
23930         Module strcspn.
23931         * m4/strcspn.m4: New file.
23932
23933         Module strpbrk.
23934         * m4/strpbrk.m4: New file.
23935
23936         Module strstr.
23937         * m4/strstr.m4: New file.
23938
23939         Module strerror.
23940         * m4/strerror.m4: New file.
23941
23942         Module mktime.
23943         * m4/mktime.m4: Renamed from jm-mktime.m4.
23944         (gl_PREREQ_MKTIME): New macro.
23945         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
23946
23947         Module malloc.
23948         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
23949         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
23950         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
23951
23952         Module realloc.
23953         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
23954         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
23955         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
23956
23957         Module strftime.
23958         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
23959         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
23960         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
23961         gl_TM_GMTOFF.
23962         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
23963
23964         Module xalloc.
23965         * m4/xalloc.m4: New file.
23966
23967         Module alloca.
23968         * m4/alloca.m4: New file.
23969
23970         Module putenv.
23971         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
23972         (jm_FUNC_PUTENV): Invoke it.
23973
23974         Module setenv.
23975         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
23976         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
23977         when invoked twice.
23978         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
23979         gt_FUNC_SETENV.
23980
23981         Module memrchr.
23982         * m4/memrchr.m4: New file.
23983
23984         Module stpcpy.
23985         * m4/stpcpy.m4: New file.
23986
23987         Module strcase.
23988         * m4/strcase.m4: New file.
23989
23990         Module strdup.
23991         * m4/strdup.m4: New file.
23992
23993         Module strnlen.
23994         * m4/strnlen.m4: New file.
23995
23996         Module strndup.
23997         * m4/strndup.m4: New file.
23998
23999         Module xstrtod.
24000         * m4/xstrtod.m4: New file.
24001
24002         Module xstrtol.
24003         * m4/xstrtol.m4: New file.
24004
24005         Module getdate.
24006         * m4/getdate.m4: New file.
24007
24008         Module unlocked-io.
24009         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
24010         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
24011         * m4/jm-glibc-io.m4n: Remove file.
24012
24013         Module long-options.
24014         * m4/long-options.m4: New file.
24015
24016         Module md5.
24017         * m4/md5.m4: New file.
24018
24019         Module sha.
24020         * m4/sha.m4: New file.
24021
24022         Module getstr.
24023         * m4/getstr.m4: New file.
24024
24025         Module getline.
24026         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
24027         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
24028         <sys/types.h>, for size_t. Use the function name gnu_getline, not
24029         simply getline. Infoke gl_PREREQ_GETLINE.
24030
24031         Module obstack.
24032         * m4/obstack.m4: New file.
24033
24034         Module hash.
24035         * m4/hash.m4: New file.
24036
24037         Module readtokens.
24038         * m4/readtokens.m4: New file.
24039
24040         Module strverscmp.
24041         * m4/strverscmp.m4: New file.
24042
24043         Module stdbool.
24044         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
24045         OSF/1.
24046
24047         Module strtoll.
24048         * m4/strtoll.m4: New file.
24049
24050         Module strtoull.
24051         * m4/strtoull.m4: New file.
24052
24053         Module strtoimax.
24054         * m4/strtoimax.m4: New file.
24055
24056         Module strtoumax.
24057         * m4/strtoumax.m4: New file.
24058
24059         Module xstrtoimax.
24060         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
24061         jm_AC_PREREQ_XSTRTOIMAX.
24062         Moved the strtol prerequisites to strtol.m4.
24063         Moved the strtoll prerequisites to strtoll.m4.
24064         Moved the strtoimax prerequisites to strtoimax.m4.
24065
24066         Module xstrtoumax.
24067         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
24068         jm_AC_PREREQ_XSTRTOUMAX.
24069         Moved the strtoul prerequisites to strtoul.m4.
24070         Moved the strtoull prerequisites to strtoull.m4.
24071         Moved the strtoumax prerequisites to strtoumax.m4.
24072
24073         Module chown.
24074         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
24075         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
24076
24077         Module dup2.
24078         * m4/dup2.m4: New file.
24079
24080         Module ftruncate.
24081         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
24082         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
24083
24084         Module getgroups.
24085         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
24086         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
24087
24088         Module gettimeofday.
24089         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
24090         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
24091         gl_PREREQ_GETTIMEOFDAY.
24092
24093         Module mkdir.
24094         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
24095         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
24096
24097         Module mkstemp.
24098         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
24099         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
24100         jm_AC_TYPE_UINTMAX_T.
24101         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
24102
24103         Module stat.
24104         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
24105         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
24106
24107         Module lstat.
24108         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
24109         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
24110
24111         Module timespec.
24112         * m4/timespec.m4 (gl_TIMESPEC): New macro.
24113         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
24114         * m4/st_mtim.m4: Indentation.
24115
24116         Module nanosleep.
24117         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
24118         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
24119         gl_PREREQ_NANOSLEEP.
24120
24121         Module regex.
24122         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
24123         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
24124         (gl_REGEX): New macro.
24125
24126         Module rename.
24127         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
24128         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
24129
24130         Module rmdir.
24131         * m4/rmdir.m4: New file.
24132
24133         Module utime.
24134         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
24135         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
24136         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
24137
24138         Module dirname.
24139         * m4/dirname.m4: New file.
24140
24141         Module getopt.
24142         * m4/getopt.m4: New file.
24143
24144         Module unistd-safer.
24145         * m4/unistd-safer.m4: New file.
24146
24147         Module fnmatch.
24148         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
24149         declaration.
24150         (gl_PREREQ_FNMATCH_EXTRA): New macro.
24151         (gl_FUNC_FNMATCH_POSIX): New macro.
24152         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
24153         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
24154         simply fnmatch.
24155
24156         Module exclude.
24157         * m4/exclude.m4: New file.
24158
24159         Module human.
24160         * m4/human.m4: New file.
24161
24162         Module acl.
24163         * m4/acl.m4: Nop.
24164
24165         Module backupfile.
24166         * m4/backupfile.m4: New file.
24167         * m4/d-ino.m4: Indentation.
24168
24169         Module fsusage.
24170         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
24171         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
24172         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
24173
24174         Module dirfd.
24175         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
24176         requirements.
24177
24178         Module euidaccess.
24179         * m4/euidaccess.m4: New file.
24180
24181         Module file-type.
24182         * m4/file-type.m4: New file.
24183
24184         Module fileblocks.
24185         * m4/fileblocks.m4: New file.
24186
24187         Module filemode.
24188         * m4/filemode.m4: New file.
24189
24190         Module isdir.
24191         * m4/isdir.m4: New file.
24192
24193         Module lchown.
24194         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
24195         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
24196
24197         Module makepath.
24198         * m4/makepath.m4: New file.
24199
24200         Module modechange.
24201         * m4/modechange.m4: New file.
24202
24203         Module mountlist.
24204         * m4/mountlist.m4: New file.
24205         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
24206         Indentation.
24207
24208         Module path-concat.
24209         * m4/path-concat.m4: New file.
24210
24211         Module pathmax.
24212         * m4/pathmax.m4: New file.
24213
24214         Module same.
24215         * m4/same.m4: New file.
24216
24217         Module save-cwd.
24218         * m4/save-cwd.m4: New file.
24219
24220         Module savedir.
24221         * m4/savedir.m4: New file.
24222
24223         Module xgetcwd.
24224         * m4/xgetcwd.m4: New file.
24225         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
24226
24227         Module xreadlink.
24228         * m4/xreadlink.m4: New file.
24229
24230         Module safe-read.
24231         * m4/safe-read.m4: New file.
24232
24233         Module safe-write.
24234         * m4/safe-write.m4: New file.
24235
24236         Module closeout.
24237         * m4/closeout.m4: New file.
24238
24239         Module stdio-safer.
24240         * m4/stdio-safer.m4: New file.
24241
24242         Module getpass.
24243         * m4/getpass.m4: New file.
24244
24245         Module getugroups.
24246         * m4/getugroups.m4: New file.
24247
24248         Module group-member.
24249         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
24250         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
24251
24252         Module idcache.
24253         * m4/idcache.m4: New file.
24254
24255         Module userspec.
24256         * m4/userspec.m4: New file.
24257
24258         Module gettime.
24259         * m4/clock_time.m4: New file.
24260         * m4/gettime.m4: New file.
24261
24262         Module settime.
24263         * m4/settime.m4: New file.
24264
24265         Module posixtm.
24266         * m4/posixtm.m4: New file.
24267
24268         Module gethostname.
24269         * m4/gethostname.m4: New file.
24270
24271         Module canon-host.
24272         * m4/canon-host.m4: New file.
24273
24274         Module gettext.
24275         * m4/codeset.m4: New file, from gettext-0.11.5.
24276         * m4/gettext.m4: New file, from gettext-0.11.5.
24277         * m4/glibc21.m4: New file, from gettext-0.11.5.
24278         * m4/iconv.m4: New file, from gettext-0.11.5.
24279         * m4/intdiv0.m4: New file, from gettext-0.11.5.
24280         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
24281         * m4/inttypes.m4: New file, from gettext-0.11.5.
24282         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
24283         * m4/isc-posix.m4: New file, from gettext-0.11.5.
24284         * m4/lcmessage.m4: New file, from gettext-0.11.5.
24285         * m4/lib-ld.m4: New file, from gettext-0.11.5.
24286         * m4/lib-link.m4: New file, from gettext-0.11.5.
24287         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
24288         * m4/progtest.m4: New file, from gettext-0.11.5.
24289         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
24290         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
24291         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
24292
24293         Module localcharset.
24294         * m4/localcharset.m4: New file.
24295
24296         Module hard-locale.
24297         * m4/hard-locale.m4: New file.
24298
24299         Module mbswidth.
24300         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
24301         onceonly macros.
24302         * m4/mbrtowc.m4: Add comment.
24303
24304         Module memcasecmp.
24305         * m4/memcasecmp.m4: New file.
24306
24307         Module memcoll.
24308         * m4/memcoll.m4: New file.
24309
24310         Module unicodeio.
24311         * m4/unicodeio.m4: New file.
24312
24313         Module rpmatch.
24314         * m4/rpmatch.m4: New file.
24315
24316         Module yesno.
24317         * m4/yesno.m4: New file.
24318
24319         Module exitfail.
24320         * m4/exitfail.m4: New file.
24321
24322         Module c-stack.
24323         * m4/c-stack.m4 (gl_C_STACK): New macro.
24324         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
24325
24326         Module error.
24327         * m4/error.m4 (gl_ERROR): New macro.
24328         (jm_PREREQ_ERROR): Use onceonly macros.
24329
24330         Module fatal.
24331         * m4/fatal.m4: New file.
24332
24333         Module getloadavg.
24334         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
24335         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
24336
24337         Module getpagesize.
24338         * m4/getpagesize.m4: New file.
24339
24340         Module getusershell.
24341         * m4/getusershell.m4: New file.
24342
24343         Module physmem.
24344         * m4/physmem.m4: New file.
24345
24346         Module posixver.
24347         * m4/posixver.m4: New file.
24348
24349         Module quotearg.
24350         * m4/quotearg.m4: New file.
24351
24352         Module quote.
24353         * m4/quote.m4: New file.
24354
24355         Module readutmp.
24356         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
24357
24358         Module sig2str.
24359         * m4/sig2str.m4: New file.
24360
24361         Other.
24362         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
24363         ulonglong.m4.
24364         * m4/intmax_t.m4: New file.
24365         * m4/d-type.m4: Indentation.
24366         * m4/jm-macros.m4: Update.
24367         * m4/prereq.m4 (jm_PREREQ): Update.
24368         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
24369         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
24370         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
24371         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
24372         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
24373         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
24374         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
24375         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
24376         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
24377         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
24378         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
24379         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
24380         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
24381         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
24382         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
24383         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
24384         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
24385         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
24386         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
24387
24388 2002-12-24  Bruno Haible  <bruno@clisp.org>
24389
24390         * MODULES.txt: Update according to m4/ changes.
24391
24392         Module gettext.
24393         * config.rpath: New file, from gettext-0.11.5.
24394
24395         * modules/*: New module descriptions.
24396         * gnulib-tool: New file.
24397         * MODULES.html.sh: New file.
24398
24399 2002-12-21  Karl Berry  <karl@gnu.org>
24400
24401         * doc/fdl.texi: update to version 1.2.
24402
24403 2002-12-19  Karl Berry  <karl@gnu.org>
24404
24405         * config/config.guess: update from prep.
24406
24407 2002-12-18  Bruno Haible  <bruno@clisp.org>
24408
24409         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
24410         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
24411
24412 2002-12-17  Bruno Haible  <bruno@clisp.org>
24413
24414         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
24415         stdlib.h, string.h.
24416
24417 2002-12-17  Bruno Haible  <bruno@clisp.org>
24418
24419         * lib/canon-host.c (strdup): Remove unused declaration.
24420
24421         * lib/fsusage.c: Include full_read.h.
24422         (get_fs_usage): Use full_read instead of safe_read.
24423
24424         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
24425
24426 2002-12-12  Karl Berry  <karl@gnu.org>
24427
24428         * config/config.guess: update from prep.
24429
24430 2002-12-11  Bruno Haible  <bruno@clisp.org>
24431
24432         * m4/setenv.m4: New file, from gettext-0.11.5.
24433
24434 2002-12-11  Bruno Haible  <bruno@clisp.org>
24435
24436         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
24437         not unsetenv().
24438         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
24439         modifications:
24440
24441         2002-12-11  Bruno Haible  <bruno@clisp.org>
24442
24443                 * setenv.c (alloca): Fall back to malloc.
24444                 (freea): New macro.
24445                 (setenv): Use freea() to free memory allocated with alloca().
24446
24447         2002-11-13  Bruno Haible  <bruno@clisp.org>
24448
24449                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
24450                 function declarations.
24451                 * unsetenv.c (unsetenv): Likewise.
24452
24453         2002-03-04  Bruno Haible  <bruno@clisp.org>
24454
24455                 Portability to AIX 4.3.3.
24456                 * unsetenv.c: New file, extracted from setenv.c.
24457                 * setenv.c: Move the unsetenv() function to unsetenv.c.
24458
24459         2001-12-20  Bruno Haible  <bruno@clisp.org>
24460
24461                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
24462                 use malloc instead. For SunOS 4.
24463
24464         2001-12-11  Bruno Haible  <bruno@clisp.org>
24465
24466                 * setenv.c: Declare alloca.
24467                 (compar_fn_t): New typedef.
24468                 (KNOWN_VALUE, STORE_VALUE): Use it.
24469
24470         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
24471         setenv.h.
24472
24473 2002-12-10  Paul Eggert  <eggert@twinsun.com>
24474
24475         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
24476         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
24477         Choose values that are less likely to collide with system fnmatch
24478         options.
24479         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
24480         defined (e.g., a pure POSIX system).
24481         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
24482         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
24483
24484 2002-12-06  Paul Eggert  <eggert@twinsun.com>
24485
24486         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
24487         a pain in practice to deal with generated m4 files.  This change
24488         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
24489
24490         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
24491         and jm-glibc-io.m4, as they are no longer a special case.
24492         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
24493         kludge and the auto-generation stuff.  Check only whether the
24494         functions are declared, not whether they exist, since older hosts
24495         that don't declare the functions can't use the optimization anyway.
24496
24497 2002-12-06  Jim Meyering  <jim@meyering.net>
24498
24499         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
24500
24501         Merge in changes from libc's misc/error.c, in preparation
24502         for the merge of gnulib's changes back into libc.
24503
24504         * lib/error.c (_): Define only if not already defined.
24505         Move definition to follow all #include directives.
24506         Include unlocked-io.h only if !_LIBC.
24507         [_LIBC]: Include <libio/libioP.h>.
24508         [USE_IN_LIBIO]: Include <libio/iolibio.h>
24509         (fflush): Tweak definition to use INTUSE.
24510         (putc): Define.
24511
24512 2002-12-05  Paul Eggert  <eggert@twinsun.com>
24513
24514         * lib/alloca.c [defined emacs]: Include "lisp.h".
24515         (xalloc_die) [defined emacs]: New macro.
24516         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
24517         [! defined emacs]: Include <xalloc.h>.
24518         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
24519         (pointer): Typedef to POINTER_TYPE *.
24520         (malloc): Remove decl; we now always use xmalloc.
24521         (alloca): Use old-style definition, since Emacs needs this.
24522         Check for arithmetic overflow when computing combined size.
24523
24524 2002-12-04  Paul Eggert  <eggert@twinsun.com>
24525
24526         Do not generate unlocked-io.h automatically, since it's easier to
24527         maintain it by hand.
24528
24529         * lib/unlocked-io.h: New file, from GNU diffutils,
24530         but with proper copyright notice and attribution.
24531         * lib/gen-uio: Remove.
24532         * lib/Makefile.am: Add copyright notice.
24533         (libfetish_a_SOURCES): Add unlocked-io.h.
24534         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
24535         (DISTCLEANFILES, io_functions): Remove macros.
24536         (EXTRA_DIST): Remove gen_uio.
24537         (unlocked-io.h): Remove rule.
24538
24539 2002-12-04  Jim Meyering  <jim@meyering.net>
24540
24541         Reflect the fact that stat.c and lstat.c are no longer generated.
24542         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
24543         (DISTCLEANFILES): Likewise.
24544         (EXTRA_DIST): Likewise.
24545         (all_local): Don't depend on stat.c or lstat.c.
24546         (stat.c, lstat.c): Remove rules.
24547         (EXTRA_DIST): Remove xstat.in.
24548
24549         * lib/xstat.in: Remove file.  Contents moved into stat.c.
24550         * lib/stat.c: New file.  Contents mostly from xstat.in.
24551         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
24552         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
24553
24554         * lib/safe-read.c: Rework so that it may serve to define safe_write,
24555         too.
24556         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
24557
24558 2002-12-03  Jim Meyering  <jim@meyering.net>
24559
24560         * lib/safe-read.c, safe-write.c: Change variable names and comments,
24561         but not semantics, to minimize the differences between these two files.
24562         (safe_read): Change comment to mention SAFE_READ_ERROR.
24563
24564         * lib/safe-read.c (IS_EINTR): Define.
24565         (safe_read): Use IS_EINTR in place of in-function cpp directives.
24566
24567 2002-12-02  Jim Meyering  <jim@meyering.net>
24568
24569         * lib/safe-read.c (EINTR): Define.
24570         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24571         (INT_MAX): Provide fallback.
24572         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
24573
24574         * lib/safe-read.h (SAFE_READ_ERROR): Define.
24575
24576 2002-12-02  Bruno Haible  <bruno@clisp.org>
24577
24578         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
24579         Define, taken from safe-read.c.
24580         (INT_MAX): Provide fallback.
24581         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
24582         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
24583
24584         * lib/safe-read.c (EINTR): Remove definition.
24585         (safe_read): Don't use EINTR if it is absent.
24586
24587 2002-12-01  Jim Meyering  <jim@meyering.net>
24588
24589         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
24590         zero.
24591         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
24592
24593 2002-11-27  Paul Eggert  <eggert@twinsun.com>
24594
24595         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
24596         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
24597         with `if (! (value < limit)) abort ();', for readability.
24598
24599 2002-11-26  Karl Berry  <karl@gnu.org>
24600
24601         * lib/strdup.c: copy from libc again, with jim's ok.
24602         * lib/.cppi-disable: re-add strdup.c
24603
24604 2002-11-25  Karl Berry  <karl@gnu.org>
24605
24606         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
24607         instead of "strtol.c".
24608
24609 2002-11-25  Karl Berry  <karl@gnu.org>
24610
24611         * config/install-sh: update from automake for variable quoting, $0 in
24612         error msgs, etc.
24613
24614         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
24615         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
24616         entry.
24617
24618 2002-11-25  Jim Meyering  <jim@meyering.net>
24619
24620         * lib/mktime.c: Sync from libc, now that it has the latest fix.
24621
24622 2002-11-24  Karl Berry  <karl@gnu.org>
24623
24624         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
24625         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
24626
24627 2002-11-24  Jim Meyering  <jim@meyering.net>
24628
24629         Update from coreutils:
24630
24631         * lib/mktime.c: Merge in changes from libc.
24632
24633         Avoid a link-time failure on some Linux systems.
24634         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
24635         (otherwise).
24636         (__mon_yday): Declare with the STATIC attribute.
24637         (__mktime_internal): Likewise.
24638         Based on a report from Greg Schafer.
24639
24640 2002-11-23  Jim Meyering  <jim@meyering.net>
24641
24642         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
24643         Use `unsigned', not `int', as type of index.
24644
24645         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
24646
24647         * lib/fsusage.c: Remove unneeded parentheses around operands of
24648         `defined'.
24649
24650 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24651
24652         * lib/quotearg.h: Allow multiple inclusion by surrounding with
24653         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
24654         so that we can be included first.
24655         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
24656         * lib/quotearg.c: Include quotearg.h immediately after config.h.
24657         No need to include stddef.h or sys/types.h any more.
24658         Surround local include files with "", not "<>".
24659         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
24660         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
24661         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
24662         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
24663         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
24664         (ISPRINT): Remove; no longer needed now that we assume C89.
24665
24666         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
24667         Preserve errno.
24668
24669         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
24670         quotearg_char): Use SIZE_MAX rather than
24671         (size_t) -1 when we are talking about "infinity".
24672
24673         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
24674
24675 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24676
24677         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
24678         hint that one should use `if (! x) abort ();' rather than `assert
24679         (x);', and anyway it's one less thing to worry about configuring.
24680         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
24681         hash_rehash, hash_insert): Use abort rather than assert.
24682
24683 2002-11-22  Bruno Haible  <bruno@clisp.org>
24684
24685         * lib/safe-read.h: Assume C89. Add comments.
24686         (safe_read): Change return type to size_t.
24687         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
24688         byte counts > SSIZE_MAX correctly.
24689         * lib/safe-write.h: New file.
24690         * lib/safe-write.c: New file.
24691         * lib/full-read.h: New file.
24692         * lib/full-read.c: New file.
24693         * lib/full-write.h: Assume C89. Add comments.
24694         * lib/full-write.c: Include safe-write.h.
24695         (full_write): Rewritten to use safe_write.
24696         Suggested by Jim Meyering and Paul Eggert.
24697
24698 2002-11-21  Jim Meyering  <jim@meyering.net>
24699
24700         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
24701
24702         Merge in changes from the coreutils.
24703
24704         2002-09-25  Paul Eggert  <eggert@twinsun.com>
24705         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
24706         <stdint.h>.
24707         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
24708         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
24709         int.  Work more efficiently if X is the same width as uintmax_t.
24710         Do not compare X to -1, to avoid bogus compiler warning.
24711         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
24712         Don't assume that f_frsize and f_bsize are the same type.
24713
24714         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
24715         warning on FreeBSD.
24716
24717         * lib/makepath.c (make_path): Restore umask *before* creating the final
24718         component.
24719         (make_path): Minor reformatting.
24720
24721         * lib/xmalloc.c: Adjust to work with new autoconf macros,
24722         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
24723         HAVE_MALLOC/HAVE_REALLOC.
24724
24725         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
24726         dummy ones.  At least on GNU/Linux systems, `auto' means something
24727         else.
24728         From Michael Stone.
24729
24730 2002-11-21  Bruno Haible  <bruno@clisp.org>
24731
24732         Remove case insensitive option matching.
24733         * lib/argmatch.h (argcasematch): Remove declaration.
24734         (ARGCASEMATCH): Remove macro.
24735         (__xargmatch_internal): Remove case_sensitive argument.
24736         (XARGMATCH): Update.
24737         (XARGCASEMATCH): Remove macro.
24738         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
24739         case_sensitive argument.
24740         (argcasematch): Remove function.
24741         (__xargmatch_internal): Remove case_sensitive argument.
24742         (main): Use XARGMATCH instead of XARGCASEMATCH.
24743
24744         * lib/xmalloc.c: Change compile-time error message. Add comment about
24745         required autoconf version.
24746
24747 2002-11-20  Paul Eggert  <eggert@twinsun.com>
24748
24749         Merge argmatch cleanups from Bison.  Assume C89.
24750
24751         * lib/argmatch.c: Include config.h here, not in argmatch.h.
24752         Include stdlib.h, for EXIT_FAILURE.
24753         Always include <string.h>, since we assume C89.
24754         (EXIT_FAILURE): Remove pre-C89 bug workaround.
24755         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
24756         Include <stddef.h> instead, since it's all we need for size_t.
24757         (PARAMS): Remove.  All uses removed.
24758         (ARRAY_CARDINALITY): Do not bother to #undef.
24759         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
24760         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24761         Remove unnecessary parentheses.
24762         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24763         Insert necessary parentheses.
24764         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
24765         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
24766
24767 2002-11-19  Bruno Haible  <bruno@clisp.org>
24768
24769         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
24770         * lib/mbswidth.h: Include <stddef.h>, for size_t.
24771
24772         * lib/mbswidth.h (PARAMS): Remove macro.
24773         (mbswidth, mbsnwidth): Use ANSI C function declarations.
24774         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
24775
24776         * lib/gcd.h (PARAMS): Remove macro.
24777         (gcd): Use ANSI C function declarations.
24778         * lib/gcd.c (gcd): Likewise.
24779
24780 2002-11-15  Bruno Haible  <bruno@clisp.org>
24781
24782         * lib/strcspn.c: Include <stddef.h>.
24783         (strcspn): Use ANSI C function declaration. Change return type to
24784         size_t. Use NULL.
24785         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
24786         (strpbrk): Use NULL.
24787         * lib/strpbrk.h (PARAMS): Remove macro.
24788         (strpbrk): Use ANSI C function declaration.
24789         * lib/strstr.c: Don't include <sys/types.h>.
24790         * lib/strstr.h (PARAMS): Remove macro.
24791         (strstr): Use ANSI C function declarations.
24792
24793 2002-11-14  Karl Berry  <karl@gnu.org>
24794
24795         * config/mkinstalldirs: `do' on separate line, instead of
24796         `for var; do'.
24797
24798 2002-11-06  Bruno Haible  <bruno@clisp.org>
24799
24800         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
24801         * lib/gcd.c (gcd): Likewise.
24802
24803 2002-11-05  Bruno Haible  <bruno@clisp.org>
24804
24805         * lib/gcd.h: New file, from gettext-0.11.5.
24806         * lib/gcd.c: New file, from gettext-0.11.5.
24807
24808 2002-11-05  Bruno Haible  <bruno@clisp.org>
24809
24810         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24811         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24812         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24813         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24814
24815         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
24816         <libintl.h>.
24817         * lib/makepath.c: Include gettext.h instead of <locale.h> and
24818         <libintl.h>.
24819
24820         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
24821         * lib/human.c: Include gettext.h instead of <libintl.h>.
24822         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
24823         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
24824         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
24825         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
24826         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
24827         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
24828         (textdomain): Remove definition.
24829         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
24830
24831         * lib/long-options.c: Remove include of <libintl.h> and definition of
24832         _.
24833         * lib/same.c: Remove include of <libintl.h> and definition of _.
24834
24835 2002-11-04  Owen Taylor  <otaylor@redhat.com>
24836
24837         * lib/config.charset: A few additions for Solaris.
24838
24839 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24840
24841         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
24842         * lib/localcharset.c (locale_charset): Declare as extern "C".
24843
24844 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24845
24846         * lib/config.charset: msdos in uk_UA uses CP1125.
24847
24848 2002-11-04  Bruno Haible  <bruno@clisp.org>
24849
24850         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
24851         * lib/strcase.h: New file, from GNU gettext-0.11.5.
24852         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
24853         * lib/strstr.h: New file, from GNU gettext-0.11.5.
24854         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
24855
24856 2002-11-04  Bruno Haible  <bruno@clisp.org>
24857
24858         * lib/localcharset.c (locale_charset): Don't return an empty string.
24859
24860 2002-11-04  Bruno Haible  <bruno@clisp.org>
24861
24862         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
24863         aliases.
24864
24865 2002-11-04  Bruno Haible  <bruno@clisp.org>
24866
24867         * lib/config.charset: Update for newest glibc. Add canonical names
24868         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
24869
24870 2002-11-04  Bruno Haible  <bruno@clisp.org>
24871
24872         * lib/config.charset: Add support for NetBSD.
24873
24874 2002-11-04  Bruno Haible  <bruno@clisp.org>
24875
24876         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
24877
24878 2002-11-01  Bruno Haible  <bruno@clisp.org>
24879
24880         * configure.in: Add AC_CONFIG_AUX_DIR call.
24881         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
24882         test/Makefile.
24883         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
24884
24885 2002-09-28  Karl Berry  <karl@gnu.org>
24886
24887         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
24888         installed automake until the next release, since changes have been
24889         made.
24890
24891 2002-09-25  Karl Berry  <karl@gnu.org>
24892
24893         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
24894         * lib/getopt*: copy from libc/posix.
24895         * lib/gettext.h: copy from gettext.
24896         * lib/.cppi-disable: add strdup.c, gettext.h.
24897
24898 2002-09-25  Karl Berry  <karl@gnu.org>
24899
24900         * config/srclist.txt: enable gettext.h check.
24901         * config/config.{guess,sub}: update from prep.
24902         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
24903                 from automake 1.6.3.
24904         See srclist*.
24905
24906 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
24907
24908         * regex.c (PATFETCH): Remove the translating fetch.
24909         (PATFETCH_RAW): Rename to PATFETCH.
24910         (set_image_of_range): New fun.
24911         (SET_RANGE_TABLE_WORK_AREA): Use it.
24912         (regex_compile): Don't translate the pattern chars so eagerly.
24913         Only do it when inserting an `exactn' bytecode or when handling
24914         a char-range.
24915         (mutually_exclusive_p): Avoid empty statement.
24916
24917 2002-07-06  Jim Meyering  <meyering@lucent.com>
24918
24919         * m4/README: Don't mention Makefile.am.in.
24920         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
24921
24922 2002-07-01  Jim Meyering  <meyering@lucent.com>
24923
24924         * lib/c-stack.c: Include sys/time.h.
24925         From Volker Borchert.
24926
24927 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24928
24929         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
24930
24931 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24932
24933         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
24934         New macro.  Use it uniformly instead of
24935         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
24936         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
24937         reported by Vin Shelton.
24938
24939 2002-06-22  Paul Eggert  <eggert@twinsun.com>
24940
24941         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
24942         Do not assume SA_SIGINFO behavior.
24943         Bug reported by Jim Meyering on NetBSD 1.5.2.
24944
24945 2002-06-22  Jim Meyering  <meyering@lucent.com>
24946
24947         * m4/c-stack.m4: New file, from diffutils-2.8.2.
24948         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
24949
24950         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
24951         now that configure.ac uses AC_GNU_SOURCE.
24952         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
24953         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
24954
24955         Update to latest tools.  Suggestions from Paul Eggert.
24956         * m4/stdbool.m4: New file, from diffutils-2.8.2.
24957         * m4/gnu-source.m4: Update from diffutils-2.8.2.
24958         * m4/fnmatch.m4: Likewise.
24959         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
24960         to AC_HEADER_STDBOOL
24961
24962 2002-06-22  Jim Meyering  <meyering@lucent.com>
24963
24964         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
24965         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
24966
24967 2002-06-22  Jim Meyering  <meyering@lucent.com>
24968
24969         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
24970
24971         * lib/exitfail.c, exitfail.h: Likewise.
24972         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
24973
24974         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
24975         of fnmatch.h.
24976         (EXTRA_DIST): Add fnmatch_loop.c.
24977         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
24978
24979         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
24980         * lib/fnmatch.c: Update from diffutils-2.8.2.
24981         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
24982         * lib/fnmatch.h: Remove file.
24983
24984 2002-06-21  Jim Meyering  <meyering@lucent.com>
24985
24986         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
24987         * m4/mbrtowc.m4: Likewise.
24988
24989         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
24990         * m4/mbswidth.m4: Reflect name change:
24991         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
24992         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24993
24994         * m4/lib-link.m4: Update from gettext-0.11.2.
24995         * m4/gettext.m4: Likewise.
24996
24997         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
24998         From Alfred M. Szmidt.
24999
25000 2002-06-18  Paul Eggert  <eggert@twinsun.com>
25001
25002         * lib/file-type.h: Report an error if neither S_ISREG nor
25003         S_IFREG is defined, instead of using a test specific to glibc
25004         2.2.  This should be safe, since POSIX requires S_ISREG and
25005         Unix Version 7 had S_IFREG.  We don't need to check for
25006         <sys/types.h> since we don't use any symbols that it defines.
25007
25008 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
25009
25010         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
25011         $@-t, so that each temporary file name is unique and valid in the first
25012         8 characters, for operation under DOS.
25013
25014 2002-06-15  Paul Eggert  <eggert@twinsun.com>
25015
25016         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
25017
25018 2002-06-15  Jim Meyering  <meyering@lucent.com>
25019
25020         Work even with DJGPP 2.03, which lacks support for symlinks.
25021         From Richard Dawe.
25022         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
25023         is defined.
25024         * lib/lchown.c (S_ISLNK): Likewise.
25025
25026 2002-06-15  Jim Meyering  <meyering@lucent.com>
25027
25028         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
25029         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
25030         have been included before this file.
25031
25032 2002-06-14  Jim Meyering  <meyering@lucent.com>
25033
25034         * lib/file-type.h: Use the version from diffutils-2.8.2.
25035         * lib/file-type.c: Likewise.
25036
25037 2002-06-07  Jim Meyering  <meyering@lucent.com>
25038
25039         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
25040         They're needed at least for NetBSD 1.5.2.
25041         ($statxfs_includes): Include those same headers.
25042         ($statxfs_includes): Include sys/vfs.h if available.
25043         ($statxfs_includes): Likewise for sys/statvfs.h.
25044         Check for the following members in both structs statfs and statvfs:
25045         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
25046
25047 2002-06-01  Jim Meyering  <meyering@lucent.com>
25048
25049         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
25050         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
25051
25052 2002-05-28  Jim Meyering  <meyering@lucent.com>
25053
25054         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
25055         Reported by Volker Borchert.
25056
25057 2002-05-27  Jim Meyering  <meyering@lucent.com>
25058
25059         Fix a problem seen only on nonconforming systems whereby ls.c's
25060         use of localtime, and then of gettimeofday would cause trouble:
25061         the localtime call used to initialize rpl_gettimeofday's save
25062         mechanism would clobber ls's current local time information so
25063         that in any long listing the first file would always be listed
25064         with date 1970-01-01.  Analysis by Volker Borchert.
25065
25066         * lib/gettimeofday.c (localtime): Undefine.
25067         (rpl_localtime): New function.
25068
25069 2002-05-27  Jim Meyering  <meyering@lucent.com>
25070
25071         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
25072         localtime.
25073
25074         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
25075         use the replacement function; it wouldn't resolve at link time.
25076         Reported by Volker Borchert.
25077
25078 2002-05-22  Jim Meyering  <meyering@lucent.com>
25079
25080         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
25081         file-type.h.
25082         * lib/file-type.h: New file.
25083         * lib/file-type.c (file_type): New file/function.  Extracted from
25084         diffutils.
25085
25086 2002-04-30  Jim Meyering  <meyering@lucent.com>
25087
25088         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
25089
25090 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25091
25092         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
25093
25094 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25095
25096         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
25097         Do not check for alloca.h (no longer used) or stdbool.h (was never
25098         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
25099
25100 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25101
25102         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
25103
25104 2002-04-29  Jim Meyering  <meyering@lucent.com>
25105
25106         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
25107         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
25108         Use AC_FUNC_STRNLEN here instead.
25109
25110         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
25111         With autoconf-2.53a, it's part of AC_PROG_CC.
25112
25113 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25114
25115         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
25116         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
25117
25118 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25119
25120         * lib/sig2str.h, lib/sig2str.c: New files.
25121         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
25122
25123 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25124
25125         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
25126         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
25127         of 127, since 64 is the largest conceivable number for ancient
25128         nonstandard hosts.
25129         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
25130
25131 2002-04-28  Jim Meyering  <meyering@lucent.com>
25132
25133         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
25134
25135 2002-04-24  Jim Meyering  <meyering@lucent.com>
25136
25137         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
25138         (jm_PREREQ): Use it.
25139
25140         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
25141         mach/mach.h fcntl.h.
25142         Check for this function: setlocale.
25143
25144 2002-04-24  Jim Meyering  <meyering@lucent.com>
25145
25146         * lib/gettext.h: New file, from Gettext.
25147         * lib/Makefile.am (INCLUDES): Remove -I../intl.
25148         (libfetish_a_SOURCES): Add gettext.h.
25149
25150 2002-04-16  Jim Meyering  <meyering@lucent.com>
25151
25152         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
25153         ut_pid, ut_id, ut_exit.
25154
25155 2002-04-16  Jim Meyering  <meyering@lucent.com>
25156
25157         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
25158         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
25159         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
25160
25161 2002-04-12  Jim Meyering  <meyering@lucent.com>
25162
25163         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
25164         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
25165         existence of the getmntinfo function.  Needed for Darwin 5.3.
25166
25167         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
25168         This is necessary at least on Darwin 5.3.
25169
25170         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
25171         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
25172         strnlen.o in the library, and that makes some versions of ranlib
25173         object.
25174
25175 2002-04-12  Jim Meyering  <meyering@lucent.com>
25176
25177         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
25178
25179 2002-04-09  Jim Meyering  <meyering@lucent.com>
25180
25181         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
25182         to be more precise.  Rather than saying we're checking whether the
25183         function `works', say what we're testing.
25184         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
25185         Reported by Bruno Haible.
25186
25187 2002-03-10  Jim Meyering  <meyering@lucent.com>
25188
25189         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
25190         Suggestion from Santiago Vila.
25191
25192 2002-03-08  Jim Meyering  <meyering@lucent.com>
25193
25194         * lib/rename.c: Mention that this wrapper is needed also on
25195         mips-dec-ultrix4.4 systems.
25196
25197 2002-03-02  Jim Meyering  <meyering@lucent.com>
25198
25199         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
25200         not HAVE_CLOCK_SETTIME.
25201
25202 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25203
25204         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
25205         Check for clock_settime.
25206
25207 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25208
25209         * lib/nanosleep.h: Rename to....
25210         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
25211
25212         * lib/gettime.c: New file.
25213         * lib/settime.c: New file.
25214         * lib/stime.c: Remove.
25215
25216         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
25217         timespec.h.  Remove nanosleep.h.
25218
25219 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25220
25221         * m4/acl.m4: New file.
25222         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
25223         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
25224
25225 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25226
25227         * lib/acl.c, lib/acl.h: New files.
25228         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
25229
25230 2002-02-24  Jim Meyering  <meyering@lucent.com>
25231
25232         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
25233         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
25234         cause trouble.  Reported by Nelson Beebe.
25235
25236 2002-02-23  Paul Eggert  <eggert@twinsun.com>
25237
25238         * lib/path-concat.c (xpath_concat): Reorder code to pacify
25239         compilers that don't know that xalloc_die never returns.
25240
25241 2002-02-20  Jim Meyering  <meyering@lucent.com>
25242
25243         * lib/getdate.c: Regenerate using bison-1.33.
25244
25245 2002-02-17  Jim Meyering  <meyering@lucent.com>
25246
25247         * config/config.guess (main): Don't use `head -1'; it's no longer
25248         portable. Use `sed 1q' instead.
25249
25250 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
25251
25252         * m4/codeset.m4: Upgrade to gettext-0.11.
25253         * m4/gettext.m4: Upgrade to gettext-0.11.
25254         * m4/glibc21.m4: Upgrade to gettext-0.11.
25255         * m4/iconv.m4: Upgrade to gettext-0.11.
25256         * m4/isc-posix.m4: Upgrade to gettext-0.11.
25257         * m4/lcmessage.m4: Upgrade to gettext-0.11.
25258         * m4/lib-ld.m4: New file, from gettext-0.11.
25259         * m4/lib-link.m4: New file, from gettext-0.11.
25260         * m4/lib-prefix.m4: New file, from gettext-0.11.
25261         * m4/progtest.m4: Upgrade to gettext-0.11.
25262
25263 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25264
25265         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
25266         (jm_PREREQ): Use it.
25267
25268 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25269
25270         * lib/posixver.c, lib/posixver.h: New files.
25271         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25272
25273 2002-02-02  Paul Eggert  <eggert@twinsun.com>
25274             Bruno Haible  <bruno@clisp.org>
25275
25276         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
25277         (fwrite_success_callback): New declaration.
25278         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
25279         print_unicode_char. Call failure callback instead of error.
25280         (fwrite_success_callback): New function.
25281         (exit_failure_callback): New function.
25282         (fallback_failure_callback): New function.
25283         (print_unicode_char): Call unicode_to_mb.
25284
25285 2002-01-26  Jim Meyering  <meyering@lucent.com>
25286
25287         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
25288         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
25289
25290 2002-01-26  Jim Meyering  <meyering@lucent.com>
25291
25292         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
25293
25294 2002-01-22  Paul Eggert  <eggert@twinsun.com>
25295
25296         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
25297
25298 2002-01-22  Jim Meyering  <meyering@lucent.com>
25299
25300         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
25301         Otherwise, some versions of automake would omit the rule that makes
25302         Makefile from Makefile.in.
25303
25304 2002-01-21  Paul Eggert  <eggert@twinsun.com>
25305
25306         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
25307         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25308         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
25309         (memcoll): Set errno to zero if there is no error.
25310
25311         * lib/quotearg.c (quotearg_buffer_restyled):
25312         Fix bug with quoting buffers containing NUL when backslashing escapes.
25313         This bug was exposed by the other changes in this patch.
25314         (quotearg_n_options): New arg ARGSIZE.
25315         All callers changed.
25316         (quoting_options_from_style): New function.
25317         (quotearg_n_style): Use it.
25318         (quotearg_n_style_mem): New function.
25319
25320         * lib/quotearg.h (quotearg_n_style_mem): New function.
25321
25322 2002-01-19  Jim Meyering  <meyering@lucent.com>
25323
25324         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
25325         Remove useless quotes: DF_PROG="df".
25326         * m4/strnlen.m4: New file.
25327
25328 2002-01-16  Paul Eggert  <eggert@twinsun.com>
25329
25330         * lib/backupfile.c (ISDIGIT): Comment fix.
25331         * lib/getdate.y (ISDIGIT): Likewise.
25332         * lib/posixtm.c (ISDIGIT, year): Likewise.
25333         * lib/strverscmp.c (ISDIGIT): Likewise.
25334         * lib/userspec.c (ISDIGIT): Likewise.
25335
25336 2002-01-16  Jim Meyering  <meyering@lucent.com>
25337
25338         * lib/getdate.y: Add three semicolons, each just before a closing
25339         brace. Bison (as of version 1.31) no longer papers over that mistake.
25340
25341 2002-01-05  Jim Meyering  <meyering@lucent.com>
25342
25343         * lib/version-etc.c (version_etc_copyright): Update copyright year.
25344
25345 2001-12-19  Paul Eggert  <eggert@twinsun.com>
25346
25347         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
25348         not silently exit merely because the output buffer happens to
25349         have nothing pending.
25350
25351 2001-12-18  Paul Eggert  <eggert@twinsun.com>
25352
25353         See the big note in ../ChangeLog.
25354         * lib/human.c (suffixes): Prefer K to k for 1024.
25355         (generate_suffix_backwards): New function.
25356         (human_readable_inexact): Use it.
25357         * lib/xstrtol.c (__xstrtol): If there is no number but there
25358         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
25359         Accept 'K' as well as 'k'.
25360
25361 2001-12-15  Jim Meyering  <meyering@lucent.com>
25362
25363         * lib/regex.h (__restrict_arr): Update from libc.
25364
25365         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
25366         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
25367         (STREQ): Define.
25368
25369 2001-12-14  Jim Meyering  <meyering@lucent.com>
25370
25371         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
25372         Suggestion from Bruno Haible.
25373
25374 2001-12-10  Jim Meyering  <meyering@lucent.com>
25375
25376         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
25377         xrealloc, Instead, include "xalloc.h".
25378         (initbuffer): Don't cast xmalloc return value to char*.
25379         (readline): Reword comment.
25380         Don't cast xrealloc return value to char*
25381         Return NULL, not 0.
25382
25383 2001-12-09  Jim Meyering  <meyering@lucent.com>
25384
25385         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
25386         about `signed and unsigned type in conditional expression'.
25387         * lib/posixtm.c (posix_time_parse): Likewise.
25388
25389         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
25390
25391         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
25392         to avoid a pedantic warning.
25393
25394         * lib/getstr.c: Don't include assert.h.
25395         (getstr): Remove warning-evoking assertions.
25396         Return -1 if offset parameter is out of bounds.
25397         Change the type of a local from int to size_t.
25398
25399         * lib/strftime.c (my_strftime_localtime_r): Include this function
25400         definition in the `#if ! HAVE_TM_GMTOFF' block.
25401
25402         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
25403         Include xalloc.h instead.
25404
25405 2001-12-02  Jim Meyering  <meyering@lucent.com>
25406
25407         * lib/tempname.c: Don't declare getenv, thus reverting the change of
25408         2001-11-18.  It's no longer necessary, now that stdlib.h is always
25409         included.
25410
25411         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
25412         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
25413
25414 2001-11-30  Akim Demaille  <akim@epita.fr>
25415
25416         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
25417         before being defined.
25418
25419 2001-11-27  Paul Eggert  <eggert@twinsun.com>
25420
25421         * lib/quotearg.h (quotearg_n, quotearg_n_style):
25422         First arg is int, not unsigned.
25423         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
25424         (SIZE_MAX, UINT_MAX): New macros.
25425         (quotearg_n_options): Abort if N is negative.
25426         Avoid overflow check on hosts where size_t is 64 bits and int
25427         is 32 bits, as overflow is impossible there.
25428         Fix off-by-one typo that caused unnecessary reallocation.
25429
25430 2001-11-27  Jim Meyering  <meyering@lucent.com>
25431
25432         * lib/tempname.c: Merge with version from libc.
25433         * lib/regex.c: Likewise.
25434
25435         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
25436         systems for which STDC_HEADERS is 0, it was not included, resulting in
25437         a warning about an integer-to-pointer conversion problem with getenv.
25438         Reported by Volker Borchert.
25439
25440 2001-11-26  Jim Meyering  <meyering@lucent.com>
25441
25442         * lib/gtod.h: Remove file.
25443         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
25444         * lib/gettimeofday.c: Don't include gtod.h.
25445         (GTOD_init): Remove function.
25446         (rpl_gettimeofday): Do its job here instead, rather than aborting.
25447         Suggestion from Volker Borchert.
25448
25449 2001-11-23  Jim Meyering  <meyering@lucent.com>
25450
25451         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
25452         it.
25453         * lib/hash.c (struct hash_table): Define it here instead.
25454
25455 2001-11-22  Jim Meyering  <meyering@lucent.com>
25456
25457         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
25458
25459 2001-11-20  Jim Meyering  <meyering@lucent.com>
25460
25461         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
25462         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
25463
25464 2001-11-19  Jim Meyering  <meyering@lucent.com>
25465
25466         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
25467         directory.  Use "conftestXXXXXX" as the template.
25468         Suggestion from Paul Eggert.
25469
25470         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
25471         immediately, so the test doesn't mistakenly hit the max-open-files
25472         limit.
25473
25474 2001-11-18  Paul Eggert  <eggert@twinsun.com>
25475
25476         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
25477         (TEMPORARIES): New macro.
25478         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
25479         removes an artificial limitation (e.g. HP-UX 10.20, where
25480         TMP_MAX is 17576).
25481
25482 2001-11-18  Jim Meyering  <meyering@lucent.com>
25483
25484         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
25485
25486 2001-11-18  Jim Meyering  <meyering@lucent.com>
25487
25488         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
25489         on SunOS 4.
25490
25491         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
25492         files will be created before anything else.
25493
25494 2001-11-17  Paul Eggert  <eggert@twinsun.com>
25495
25496         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
25497         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
25498
25499 2001-11-17  Jim Meyering  <meyering@lucent.com>
25500
25501         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
25502         Prompted by a report from Bob Proulx.
25503
25504         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
25505         Instead, require UTILS_FUNC_MKSTEMP.
25506
25507 2001-11-17  Jim Meyering  <meyering@lucent.com>
25508
25509         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
25510         Now, that's done as part of AC_FUNC_STRTOD.
25511
25512 2001-11-17  Jim Meyering  <meyering@lucent.com>
25513
25514         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
25515         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
25516         rather than group writable.  Patch by Juan F. Codagnone.
25517
25518         * lib/readtokens.c: Remove explicit declarations of xmalloc and
25519         xrealloc, Instead, include "xalloc.h".
25520
25521         * lib/mountlist.c: Include unlocked-io.h after all system headers.
25522         Remove explicit declarations of xmalloc, xrealloc,
25523         and xstrdup.  Instead, include "xalloc.h".
25524
25525         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
25526         unlocked-io.h.
25527         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
25528         Likewise.
25529         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
25530
25531         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
25532         Reported by Padraig Brady.
25533
25534         * lib/mkstemp.c: #undef mkstemp.
25535         Include config.h.
25536         (rpl_mkstemp): Rename from mkstemp.
25537         Protoize.
25538
25539 2001-11-16  Jim Meyering  <meyering@lucent.com>
25540
25541         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
25542         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
25543         determine the amount of total physical memory, use pstat_getstatic.
25544         HPUX-11 doesn't define _SC_PHYS_PAGES.
25545         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
25546         If sysconf couldn't be used to determine the amount of available
25547         physical memory, use both pstat_getstatic and pstat_getdynamic.
25548         Based on a patch from Bob Proulx.
25549
25550 2001-11-10  Jim Meyering  <meyering@lucent.com>
25551
25552         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
25553         (jm_PREREQ): Use it.
25554
25555 2001-11-09  Jim Meyering  <meyering@lucent.com>
25556
25557         * m4/jm-macros.m4: Require autoconf-2.52f.
25558         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
25559         Use these AC_-prefixed names, not the AM_-prefixed ones.
25560
25561         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
25562
25563 2001-11-05  Jim Meyering  <meyering@lucent.com>
25564
25565         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
25566
25567 2001-11-04  Jim Meyering  <meyering@lucent.com>
25568
25569         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
25570         $DEFS.
25571
25572 2001-11-03  Jim Meyering  <meyering@lucent.com>
25573
25574         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
25575         of AC_DEFUN.
25576
25577         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
25578         know the name of the variable in the macro definition.
25579
25580 2001-11-03  Jim Meyering  <meyering@lucent.com>
25581
25582         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
25583         in argmatch_to_argument call.
25584
25585         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
25586         argument.
25587
25588         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
25589         e.g., a fault due to an attempt to free a NULL pointer.
25590
25591 2001-11-01  Jim Meyering  <meyering@lucent.com>
25592
25593         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
25594         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
25595
25596 2001-11-01  Jim Meyering  <meyering@lucent.com>
25597
25598         * lib/dirfd.c, lib/dirfd.h: New files.
25599         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
25600
25601         * lib/hash.c (hash_print) [TESTING]: Clean up.
25602
25603 2001-10-22  Paul Eggert  <eggert@twinsun.com>
25604
25605         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
25606         to avoid a warning if -Wall.
25607
25608 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
25609
25610         * README: New file
25611         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
25612         (per RMS's instructions, this is now the canonical source)
25613         * lgpl/, gpl/: New directories.
25614
25615 2001-10-21  Paul Eggert  <eggert@twinsun.com>
25616
25617         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
25618
25619 2001-10-21  Jim Meyering  <meyering@lucent.com>
25620
25621         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
25622         this code would end up calling gettext even in packages built
25623         with --disable-nls.
25624         * lib/getopt.c (_): Likewise.
25625         * lib/regex.c (_): Likewise.
25626
25627 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25628
25629         * m4/error.m4 (jm_PREREQ_ERROR):
25630         Do not invoke AC_CHECK_FUNCS with strerror_r, as
25631         AC_FUNC_STRERROR_R does that.
25632         Check for strerror declaration.
25633
25634         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
25635         are supposed to have them these days.
25636         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
25637         Merge changes from latest Autoconf CVS.
25638         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
25639         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
25640         POSIX decided to standardize on the int flavor of strerror_r.
25641
25642 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25643
25644         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
25645         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
25646         Use strerror_r that is only a macro, even if it is not a function.
25647         (strerror): Check for HAVE_DECL_STRERROR before declaring.
25648         (private_strerror): Use prototypes, not old-style function definition.
25649         (print_errno_message): New function.
25650         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
25651         char*-flavored one.
25652         (error_tail, error, error_at_line): Use it.
25653
25654 2001-10-11  Jim Meyering  <meyering@lucent.com>
25655
25656         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
25657         and quote_n (1, ... to avoid clobbering a buffer.
25658
25659 2001-10-05  Jim Meyering  <meyering@lucent.com>
25660
25661         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
25662         hash-pjw.h.
25663         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
25664         * lib/hash-pjw.h: New file.
25665
25666 2001-09-30  Jim Meyering  <meyering@lucent.com>
25667
25668         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
25669         `struct fsstat' has the `f_fstypename' member.
25670         Use that to define FS_TYPE, which is now used to make
25671         the getfsstat link test tighter.
25672
25673 2001-09-30  Jim Meyering  <meyering@lucent.com>
25674
25675         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
25676         Include <sys/ucred.h>, for Apple Darwin.
25677         Include sys/mount.h and sys/fs_types.h only if available.
25678         (FS_TYPE): Define.
25679         (read_filesystem_list): Use FS_TYPE.
25680
25681 2001-09-29  Paul Eggert  <eggert@twinsun.com>
25682
25683         * lib/exclude.c (excluded_filename): 0 -> false, since it's
25684         a boolean context.
25685
25686 2001-09-29  Jim Meyering  <meyering@lucent.com>
25687
25688         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25689         [one-argument getmntent function]): Include stdio.h before mntent.h.
25690         SunOS 4.1.x needs it for the declaration of `FILE'.
25691         Patch by Volker Borchert.
25692
25693         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25694         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
25695         sys/fs_types.h, and make the link-test for getfsstat guard #include
25696         directives with appropriate #if HAVE_*_H tests so that we can
25697         detect getfsstat on Apple Darwin1.3.7 systems.
25698         Reported by Nelson Beebe.
25699         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
25700
25701 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25702
25703         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25704         #defines strtoimax.  Also treat the other strto* functions
25705         like strtoimax.
25706
25707         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25708         Check for strtoul and strtoumax,
25709         as those declarations are made even in the signed case.
25710         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
25711         Likewise, for strtol and strtoimax.
25712
25713 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25714
25715         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25716         #defines strtoimax.  Also treat the other strto* functions
25717         like strtoimax.
25718
25719         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
25720         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
25721         (strtoimax, strtoumax): Do not declare if already defined as a macro.
25722
25723 2001-09-26  Jim Meyering  <meyering@lucent.com>
25724
25725         Most macros in unlocked-io.h had the wrong number of arguments.
25726         * lib/gen-uio: New script.
25727         (USE_UNLOCKED_IO): Define to 1 if not already defined.
25728         * lib/unlocked-io.hin: Remove file.
25729         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
25730         rather than trying to embed it here.
25731         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
25732         Reported by Padraig Brady.
25733
25734 2001-09-25  Volker Borchert  <bt@teknon.de>
25735
25736         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
25737         `result'.
25738
25739 2001-09-24  Jim Meyering  <meyering@lucent.com>
25740
25741         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
25742
25743 2001-09-23  Jim Meyering  <meyering@lucent.com>
25744
25745         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
25746         instead of the mere test for existence of mntent.h.  The latter
25747         would get a false-positive on AIX 3.4 systems.
25748         In the outer getmntent if-block, don't die if neither of the getmntent
25749         tests succeeds.  Instead, just fall through and continue with the
25750         remaining tests.
25751
25752 2001-09-23  Jim Meyering  <meyering@lucent.com>
25753
25754         * lib/mountlist.c: Remove useless parentheses in #if directives.
25755         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
25756         the deprecated MOUNTED symbol is no longer defined in mntent.h.
25757
25758 2001-09-22  Jim Meyering  <meyering@lucent.com>
25759
25760         * m4/gettext.m4: New file.  From gettext.
25761         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
25762         * m4/progtest.m4: Likewise
25763         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
25764         * m4/glibc21.m4: Likewise.
25765
25766         * m4/libintl.m4: Remove.  No longer used.
25767
25768 2001-09-22  Jim Meyering  <meyering@lucent.com>
25769
25770         * lib/localcharset.c: Update from latest gettext.
25771         * lib/config.charset: Likewise.
25772
25773 2001-09-20  Jim Meyering  <meyering@lucent.com>
25774
25775         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
25776         strtoimax.
25777         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
25778         strtoumax.
25779
25780 2001-09-20  Jim Meyering  <meyering@lucent.com>
25781
25782         * lib/xstrtol.c (strtoimax): Guard declaration with
25783         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
25784         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
25785         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
25786         (strtoumax): Likewise, for completeness (it wasn't necessary).
25787
25788 2001-09-17  Paul Eggert  <eggert@twinsun.com>
25789
25790         * lib/strtoimax.c (HAVE_LONG_LONG):
25791         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
25792         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
25793         to work around bug in IBM C compiler.
25794
25795 2001-09-17  Jim Meyering  <meyering@lucent.com>
25796
25797         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
25798         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
25799         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
25800         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
25801         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
25802         whenever the right hand side need not be expanded by the shell.
25803
25804 2001-09-16  Paul Eggert  <eggert@twinsun.com>
25805
25806         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
25807         library.  It's not correct, as some older glibcs are buggy.
25808         fnmatch wasn't fixed until glibc 2.2.
25809
25810         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
25811         special shell magic here.
25812
25813 2001-09-16  Jim Meyering  <meyering@lucent.com>
25814
25815         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
25816         * m4/jm-macros.m4: Require it.
25817
25818 2001-09-16  Jim Meyering  <meyering@lucent.com>
25819
25820         * lib/mkdir.c: New file.
25821
25822 2001-09-15  Jim Meyering  <meyering@lucent.com>
25823
25824         * m4/jm-macros.m4: Check for help2man.
25825
25826 2001-09-11  Jim Meyering  <meyering@lucent.com>
25827
25828         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
25829         The body, by Paul Eggert, was moved here from configure.in.
25830         * m4/jm-macros.m4: Require UTILS_HOST_OS.
25831
25832 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25833
25834         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
25835         (jm_PREREQ): Use it.
25836
25837 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25838
25839         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
25840         Use ssize_t, not int, to store result of readlink.
25841         Check for ssize_t overflow as well as size_t overflow,
25842         as POSIX says the result of readlink is implementation-defined
25843         when ssize_t overflows.
25844         Remove unnecessary cast to char*.
25845         Use free+malloc instead of realloc, as the storage doesn't need
25846         to be preserved and it's clearer and can be more efficient that way.
25847         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
25848         * lib/xreadlink.h (xreadlink): Update prototype.
25849
25850 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25851
25852         * lib/xgetcwd.c: Revert some of the previous change; intead,
25853         fix the HAVE_GETCWD_NULL code to behave more like the
25854         !HAVE_GETCWD_NULL code used to.
25855
25856         Include "xalloc.h".
25857         (xgetcwd): Do not return NULL when memory is exhausted; instead,
25858         invoke xalloc_die.
25859
25860 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25861
25862         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
25863         sys/param.h, as pathmax.h includes them.
25864
25865 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25866
25867         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
25868         (jm_PREREQ_XGETCWD): New macro.
25869
25870         * m4/getcwd.m4: New file.
25871
25872 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25873
25874         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
25875         like the HAVE_GETCWD_NULL code.
25876         Include pathmax.h if not HAVE_GETCWD.
25877         Do not include xalloc.h.
25878         (INITIAL_BUFFER_SIZE): New symbol.
25879         Do not use xmalloc / xrealloc, since the caller is responsible for
25880         handling errors.  Preserve errno around `free' during failure.
25881         Do not overrun buffer when using getwd.
25882
25883 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25884
25885         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
25886         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
25887         getcwd (NULL, 0).
25888
25889 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25890
25891         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
25892         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
25893         spotted by Jim Meyering.
25894
25895 2001-09-03  Jim Meyering  <meyering@lucent.com>
25896
25897         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
25898         failure.
25899
25900 2001-09-02  Jim Meyering  <meyering@lucent.com>
25901
25902         * lib/error.c: Update from GNU libc.
25903
25904 2001-09-01  Jim Meyering  <meyering@lucent.com>
25905
25906         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
25907         Used by df.
25908
25909 2001-09-01  Jim Meyering  <meyering@lucent.com>
25910
25911         * lib/xreadlink.c: New file.
25912         * lib/xreadlink.h: New file.
25913         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
25914         xreadlink.h.
25915
25916         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
25917         doesn't conflict with sparc Solaris 7's definition in
25918         /usr/include/sys/int_types.h.
25919
25920         * lib/exclude.c: Use `""', not `<>' to #include non-system header
25921         files.
25922         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
25923         and strncasecmp as r-values.  Unixware didn't have declarations.
25924
25925 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25926
25927         * lib/xstrtol.h: Add copyright notice.
25928         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
25929         LONGINT_INVALID_SUFFIX_CHAR.
25930
25931 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25932
25933         * lib/xstrtol.c (strtoimax): New decl.
25934
25935 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25936
25937         * lib/xgetcwd.c: Don't include pathmax.h.
25938         Include stdlib.h and unistd.h if available.
25939         Include xalloc.h.
25940         (xmalloc, xstrdup, free): Remove decls.
25941         (xgetcwd): Don't assume sizes fit in unsigned.
25942         Check for overflow when computing sizes.
25943         Simplify reallocation code.
25944
25945 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25946
25947         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
25948         a directory's st_size can have an arbitrary value, so the old
25949         usage could waste an arbitrary amount of memory.  All uses
25950         changed.
25951         * lib/savedir.h: Update prototype.
25952
25953 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25954
25955         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
25956
25957         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
25958         old strtoimax.c.
25959
25960         Also, make the following further changes to make this file's
25961         configuration more similar to that of strtol.c:
25962         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
25963         (strtoumax, uintmax_t, strtoull, strtol): Remove.
25964         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
25965         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
25966         changed to signed values.
25967
25968         And make the following changes as well:
25969         Fix copyright notice, as 1999 was missing.
25970         (verify): New macro.
25971         (strtoimax): Check sizes at compile-time, not run-time.
25972         Prefer strtol to strtoll if both work.
25973         (main): Remove; it was not that useful and was a pain to maintain.
25974
25975         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
25976
25977 2001-08-31  Jim Meyering  <meyering@lucent.com>
25978
25979         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
25980         Use an initial, malloc'd, buffer of length 128 rather than
25981         a statically allocated one of length 1024.
25982
25983 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25984
25985         Simplify code, partly by assuming autoconf 2.52 semantics.
25986
25987         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
25988
25989         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
25990         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
25991         All uses removed.
25992         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
25993         Move AC_REQUIRE to next-to-top level, to avoid confusion.
25994         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
25995         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
25996         jm_AC_HEADER_INTTYPES_H.
25997         * m4/jm-macros.m4 (jm_MACROS): Likewise.
25998
25999         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
26000
26001         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26002         Quote first arg of AC_DEFUN.
26003         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
26004         since they are needed to parse the include file even if we need
26005         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
26006         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
26007         but with opposite signedness.
26008
26009 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26010
26011         Merge 'exclude' changes from tar 1.13.22.
26012         This fixes one or two unlikely storage allocation overflow bugs,
26013         but doesn't change user-visible behavior otherwise.
26014
26015 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26016
26017         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
26018         (jm_PREREQ_EXCLUDE): New macro.
26019
26020 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26021
26022         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
26023         tm to be declared.
26024
26025 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26026
26027         * lib/hash.c: Remove '2001' from copyright notice.
26028
26029 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26030
26031         * lib/full-write.h: New file.
26032         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
26033         * lib/full-write.c: Correct credits, as cccp.c no longer
26034         exists and anyway it was so heavily changed from the old cccp
26035         code as to be unrecognizable.  Include full-write.h.
26036         (full_write) Return size_t, with short writes meaning failure.
26037         All callers changed.  This fixes a bug with large buffers
26038         on 64-bit hosts.
26039         * lib/utime.c: Include full-write.h.
26040
26041 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26042
26043         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
26044         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
26045         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
26046         Include if available.
26047         (<xalloc.h>): Include
26048         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
26049         (verify): New macro.  Use it to verify that EXCLUDE macros do not
26050         collide with FNM macros.
26051         (struct patopts): New struct.
26052         (struct exclude): Use it, as exclude patterns now come with options.
26053         (new_exclude): Support above changes.
26054         (new_exclude, add_exclude_file):
26055         Initial size must now be a power of two to simplify overflow checking.
26056         (free_exclude, fnmatch_no_wildcards): New function.
26057         (excluded_filename): No longer requires options arg, as the options
26058         are determined by add_exclude.  Now returns bool, not int.
26059         (excluded_filename, add_exclude):
26060         Add support for the fancy new exclusion options.
26061         (add_exclude, add_exclude_file): Now takes int options arg.
26062         Check for arithmetic overflow when computing sizes.
26063         (add_exclude_file): xrealloc might modify errno, so don't
26064         realloc until after errno might be used.
26065
26066         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
26067         New macros.
26068         (free_exclude): New decl.
26069         (add_exclude, add_exclude_file): Now takes int options arg.
26070         (excluded_filename): No longer requires options arg, as the options
26071         are determined by add_exclude.  Now returns bool, not int.
26072
26073 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26074
26075         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
26076
26077 2001-08-27  Jim Meyering  <meyering@lucent.com>
26078
26079         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
26080
26081         * lib/version-etc.c (N_): Remove definition.
26082         Revert most of last change.
26083         Instead, simply don't mark the `Copyright...' string for translation.
26084         Based on advice from Paul Eggert.
26085
26086         * lib/strtoxmax.c: Tweak comment.
26087
26088 2001-08-26  Jim Meyering  <meyering@lucent.com>
26089
26090         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
26091
26092         * m4/xstrtoimax.m4: New file.
26093         * m4/xstrtoumax.m4: Add comments explaining why we
26094         AC_REPLACE_FUNCS(strtol).
26095
26096 2001-08-26  Jim Meyering  <meyering@lucent.com>
26097
26098         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
26099         of copyright with `%s' so translators don't get an untranslated
26100         message in 2002.
26101         (COPYRIGHT_YEAR): Define.
26102         (version_etc): Use fprintf rather than fputs.
26103         Suggestion from Ulrich Drepper.
26104
26105         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
26106
26107         * lib/strtoll.c: New file, from GNU libc.
26108         * lib/xstrtoimax.c: New file.
26109
26110         * lib/xstrtol.h: Add xstrtoimax.
26111         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
26112         * lib/strtoimax.c: New file.  Likewise, but first define
26113         STRTOUXMAX_SIGNED.
26114
26115         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
26116         ...
26117         * lib/strtoxmax.c: ... then renamed to this.
26118
26119 2001-08-18  Paul Eggert  <eggert@twinsun.com>
26120
26121         * m4/inttypes.m4: Add AC_PREREQ(2.13).
26122         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
26123         (jm_AC_TYPE_INTMAX_T): New macro.
26124         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
26125
26126         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
26127
26128         * m4/longlong.m4: Renamed from ulonglong.m4.
26129         * m4/inttypes.m4: Renamed from inttypes_h.m4.
26130         * m4/uintmax_t.m4: Removed.
26131
26132 2001-08-13  Paul Eggert  <eggert@twinsun.com>
26133
26134         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
26135         Port to Solaris 8, where 'sed' requires a space after the 'r'
26136         command, and where sh dislikes "$/".  Clean up the spacing a bit.
26137         Redirect output to $tmp just once.
26138
26139 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
26140
26141         * lib/addext.c (<errno.h>): Include.
26142         (errno): Declare if not defined.
26143         (addext): Work correctly when pathconf returns -1 and leaves
26144         errno alone because there is no limit.  Also, work even if
26145         pathconf returns a value greater than SIZE_MAX.
26146
26147 2001-08-12  Jim Meyering  <meyering@lucent.com>
26148
26149         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
26150         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
26151         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
26152         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
26153         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
26154         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
26155         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
26156         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
26157         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
26158         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
26159         utime.m4, utimes.m4, xstrtoumax.m4:
26160         Quote the first argument in each use of AC_DEFUN.
26161
26162 2001-08-12  Jim Meyering  <meyering@lucent.com>
26163
26164         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
26165         Simply `return getcwd (NULL, 0);'.
26166         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
26167         Use 1300 as initial value for length, not PATH_MAX.
26168
26169         * lib/pathmax.h: Clean up cpp syntax.
26170
26171 2001-08-12  Jim Meyering  <meyering@lucent.com>
26172
26173         * lib/gettimeofday.c: New file.
26174         * lib/gtod.h: New file.
26175         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
26176
26177 2001-08-05  Jim Meyering  <meyering@lucent.com>
26178
26179         * m4/jm-macros.m4: Require autoconf-2.52.
26180
26181 2001-08-04  Jim Meyering  <meyering@lucent.com>
26182
26183         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
26184         stmt, to get in sync with glibc.
26185
26186 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26187
26188         The following changes are from gettext 0.10.39 as maintained by
26189         Bruno Haible.
26190
26191         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
26192         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
26193         with inverted sense.  All uses changed.
26194
26195         * lib/mbswidth.c: Don't include <limits.h>.
26196         Include <stdlib.h> and <string.h> unconditionally.
26197         (iswcntrl, mbsinit, ISCNTRL): New macros.
26198         (mbsnwidth): Use K&R style function declarations.
26199         Don't bother checking for MB_LEN_MAX == 1, since the compiler
26200         can optimize it when MB_CUR_MAX == 1.
26201         The width of control characters is zero, not 1.
26202
26203 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26204
26205         The following changes are from gettext 0.10.39 as maintained by
26206         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
26207
26208         * m4/codeset.m4: Upgrade to serial AM1.
26209         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
26210         all uses changed.  Quote first arg of AC_DEFUN.
26211         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
26212
26213         * m4/iconv.m4: Upgrade to serial AM2.
26214         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
26215         Add --with-libconv-prefix.
26216         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
26217         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
26218         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
26219         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
26220         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
26221
26222         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
26223         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
26224         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
26225         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
26226         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
26227         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
26228         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
26229         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
26230         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
26231
26232         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
26233         string.h any more.
26234
26235         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
26236         not the default value.
26237
26238         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
26239         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
26240         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
26241         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
26242         Also check for iswcntrl, used for wcwidth fallback.
26243         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
26244         to Autoconf 2.13.
26245
26246 2001-08-03  Jim Meyering  <meyering@lucent.com>
26247
26248         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
26249         as it was in the original.  Reported by Paul Eggert.
26250
26251 2001-07-16  Jim Meyering  <meyering@lucent.com>
26252
26253         * m4/gettimeofday.m4: New file.
26254         Prompted by a report from Bernhard Baehr.
26255
26256 2001-07-15  Jim Meyering  <meyering@lucent.com>
26257
26258         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
26259         stuff. Now it's in ../Makefile.cfg.
26260
26261 2001-07-15  Jim Meyering  <meyering@lucent.com>
26262
26263         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
26264         (BUILT_SOURCES): Add unlocked-io.h.
26265         (io_functions): Define.
26266         (unlocked-io.h): New rule.
26267         (DISTCLEANFILES): Add unlocked-io.h.
26268         (all-local): Depend on unlocked-io.h, to ensure it is created.
26269
26270         * lib/unlocked-io.hin: New file
26271
26272         * lib/regex.c: Update from glibc.
26273
26274 2001-07-05  Jim Meyering  <meyering@lucent.com>
26275
26276         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
26277         recommendation.
26278         (libfetish_a_SOURCES): Put all .h files here instead.
26279         Remove a thus-exposed (better checks in automake) duplicate and
26280         two unnecessary .h files.
26281
26282 2001-07-04  Jim Meyering  <meyering@lucent.com>
26283
26284         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
26285         that generates jm-glibc-io.m4 so that it doesn't trigger any make
26286         distcheck failure.
26287
26288 2001-07-02  Jim Meyering  <meyering@lucent.com>
26289
26290         The following changes were prompted by suggestions from Bruno Haible.
26291
26292         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
26293         is now generated.
26294         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
26295         definition of EXTRA_DIST.
26296         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
26297         ensure that the generated file is created/updated whenever the list
26298         of $(unlocked_functions) is changed.
26299         (jm-glibc-io.m4): New rule.
26300         (unlocked-io.h): New rule -- currently unused.
26301
26302 2001-06-24  Jim Meyering  <meyering@lucent.com>
26303
26304         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
26305         unmatched right bracket, rather than kludging it with an extra,
26306         falsely-matching quote in a comment.  Patch by Akim Demaille.
26307
26308 2001-06-11  Jim Meyering  <meyering@lucent.com>
26309
26310         * lib/regex.c: Update from GNU libc.
26311
26312 2001-05-27  Jim Meyering  <meyering@lucent.com>
26313
26314         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
26315         Check for ut_type in struct utmp.
26316
26317 2001-05-27  Jim Meyering  <meyering@lucent.com>
26318
26319         * lib/readutmp.h (UT_TYPE): Define.
26320
26321 2001-05-24  Jim Meyering  <meyering@lucent.com>
26322
26323         * lib/argmatch.c: Include "quote.h".
26324         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
26325         quote function.  Reported by Göran Uddeborg.
26326
26327 2001-05-22  Jim Meyering  <meyering@lucent.com>
26328
26329         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
26330         now that we use the package-supplied version unconditionally.
26331         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
26332
26333 2001-05-21  Jim Meyering  <meyering@lucent.com>
26334
26335         * m4/regex.m4: Change a couple backticks to single quotes to avoid
26336         shell syntax errors.
26337
26338 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26339
26340         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
26341
26342 2001-05-20  Paul Eggert  <eggert@twinsun.com>
26343
26344         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
26345         Don't bother to check library strftime, since
26346         we'll be using our own my_strftime function anyway.
26347         Define my_strftime instead of strftime.
26348
26349 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
26350
26351         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
26352         which is not yet declared.
26353
26354 2001-05-15  Jim Meyering  <meyering@lucent.com>
26355
26356         * m4/regex.m4: Use proper quoting so brackets appear in the test
26357         program.
26358         Reported by, and with help from, Bruno Haible.
26359
26360 2001-05-13  Jim Meyering  <meyering@lucent.com>
26361
26362         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
26363         undefined.
26364
26365 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26366
26367         dirname code cleanup.  base_name now behaves more compatibly
26368         with POSIX basename when given file names that have trailing
26369         slashes, and similarly for dir_name.  Add new primitives
26370         base_len and dir_len.  Put the directory-name-related decls
26371         into dirname.h.
26372
26373         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
26374         * lib/backupfile.c (base_name): Likewise.
26375         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
26376         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
26377         * lib/makepath.c (strip_trailing_slashes): Likewise.
26378         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
26379         ISSLASH): Likewise.
26380         * lib/rename.c (strip_trailing_slashes): Likewise.
26381         * lib/same.c (base_name): Likewise.
26382         * lib/stripslash.c (ISSLASH): Likewise.
26383
26384         * lib/addext.c: Include <dirname.h> after size_t is defined.
26385         * lib/backupfile.c: Likewise.
26386
26387         * lib/addext.c (addext): Use base_len to trim redundant
26388         trailing slashes instead of doing it ourselves.
26389         But do not trim the last slash if it is not redundant.
26390
26391         * lib/backupfile.c (find_backup_file_name,
26392         max_backup_version): Use base_len instead of rolling it ourselves.
26393         Handle the case of "" and (on DOS) "C:" correctly.
26394
26395         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
26396         needed. Include <string.h>, <dirname.h>.
26397         (base_name): Allow file names ending in slashes, other than names
26398         that are all slashes.  In this case, return the basename followed
26399         by the slashes.  This is more general, and can be used in places
26400         where the original base_name purposely had an assertion failure.
26401         (base_len): New function.
26402
26403         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
26404         Do not include <assert.h>; no longer needed.
26405         Include xalloc.h.
26406         (memrchr): Remove decl.
26407         (dir_name_r): Remove.
26408         (dir_len): Renamed from dirlen.  All callers changed.
26409         Rewrite in terms of base_name, for simplicity and consistency.
26410         (dir_name): Never return NULL.  All callers changed.
26411         Do not include <stdlib.h> in test program; no longer needed.
26412         return 0; is fine for test program.
26413
26414         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
26415         New macros.
26416         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
26417
26418         * lib/path-concat.c (path_concat): Use base_len to compute
26419         base length, not strlen; this means we cannot rely on memcpy
26420         to null-terminate.
26421
26422         * lib/same.c (STREQ): Remove.
26423         (same_name): Handle the case where the basename ends in trailing '/'.
26424
26425         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
26426         a slash was stripped.  Do not strip the last slash after a
26427         file system prefix.
26428
26429 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26430
26431         * lib/Makefile.am (libfetish_a_SOURCES):
26432         Add strftime.c, since we now compile it on all hosts.
26433
26434         * lib/strftime.c (my_strftime):
26435         Define to nstrftime if emacs, but only if my_strftime is not defined.
26436         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
26437         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
26438         Add one more extra argument: a nanoseconds value.
26439         All uses changed.
26440         (ns): New macro.
26441         (my_strftime function): Add %N format.
26442         (emacs_strftimeu): Renamed from emacs_strftime,
26443         with extra ut argument.
26444
26445 2001-05-09  Paul Eggert  <eggert@twinsun.com>
26446
26447         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
26448
26449 2001-04-21  Jim Meyering  <meyering@lucent.com>
26450
26451         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
26452         doesn't interfere.
26453
26454 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26455
26456         * m4/ftruncate.m4: Check for chsize.
26457         Link with ftruncate.o unconditionally if ftruncate is missing.
26458         This was required when cross-compiling to i586-mingw32msvc.
26459
26460 2001-04-08  Jim Meyering  <meyering@lucent.com>
26461
26462         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
26463         recomputed; that's necessary when the offset spans a DST transition.
26464         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
26465
26466 2001-04-02  Jim Meyering  <meyering@lucent.com>
26467
26468         * lib/regex.h, regex.c: Update from GNU libc.
26469
26470 2001-03-24  Jim Meyering  <meyering@lucent.com>
26471
26472         * m4/jm-macros.m4: Require autoconf-2.49d.
26473
26474 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
26475
26476         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
26477
26478 2001-03-19  Paul Eggert  <eggert@twinsun.com>
26479
26480         * lib/version-etc.c (version_etc_copyright): Update to 2001.
26481
26482 2001-03-17  Jim Meyering  <meyering@lucent.com>
26483
26484         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
26485         now that the version in autoconf is equivalent.
26486         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
26487
26488         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
26489         Suggestion from Akim Demaille.
26490
26491         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
26492         (jm_PREREQ_TEMPNAME): New function.
26493
26494 2001-03-16  Paul Eggert  <eggert@twinsun.com>
26495
26496         * lib/tempname.c (uint64_t): Define to uintmax_t if
26497         not defined, and if UINT64_MAX is not defined.
26498         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
26499         Reported by John David Anglin.
26500
26501 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
26502
26503         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
26504         resolve alias if codeset is empty.
26505         * lib/config.charset (BeOS): Use wildcard syntax.
26506
26507 2001-03-13  Jim Meyering  <meyering@lucent.com>
26508
26509         * lib/path-concat.c (path_concat)
26510         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
26511         concatenating e.g., `C:' and `foo'.
26512         From Bruno Haible.
26513
26514 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26515
26516         * lib/localcharset.c (locale_charset): Don't use
26517         setlocale(LC_CTYPE,NULL). Don't return NULL.
26518         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
26519
26520 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26521
26522         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
26523         support for DOS/DJGPP.
26524
26525 2001-03-01  Paul Eggert  <eggert@twinsun.com>
26526
26527         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
26528         lacks mkstemp.  Compile our own tempname.c if we compile our own
26529         mkstemp.c, as mkstemp relies on tempname.
26530
26531 2001-03-01  Jim Meyering  <meyering@lucent.com>
26532
26533         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
26534         AH_VERBATIM really does output its argument verbatim.
26535
26536 2001-02-28  Paul Eggert  <eggert@twinsun.com>
26537
26538         * lib/Makefile.am (libfetish_a_SOURCES):
26539         Add dup-safer.c, fopen-safer.c.
26540         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
26541
26542         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
26543         * lib/unistd-safer.h: New files.
26544
26545 2001-02-25  Paul Eggert  <eggert@twinsun.com>
26546
26547         The mkstemp replacement is taken from glibc 2.2.2, with some
26548         portability fixes for use outside glibc, as follows:
26549
26550         * lib/tempname.c (struct_stat64): New macro.
26551         (direxists, __gen_tempname): Use it.
26552         This avoids a portability problem with Solaris 8.
26553
26554         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
26555         (<stddef.h>, <stdint.h>, <string.h>):
26556         Include only if STDC_HEADERS || _LIBC.
26557         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
26558         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
26559         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
26560         (__set_errno): Define this macro if <errno.h> doesn't.
26561         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
26562         Define these macros if <stdio.h> doesn't.
26563         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
26564         Define these macros if <sys/stat.h>
26565         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
26566         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
26567         __xstat64): Define if not _LIBC.
26568         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
26569         (__gen_tempname): Invoke gettimeofday only if
26570         HAVE_GETTIMEOFDAY || _LIBC;
26571         otherwise, fall back on plain "time".
26572         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
26573
26574         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
26575
26576         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
26577
26578 2001-02-18  Paul Eggert  <eggert@twinsun.com>
26579
26580         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
26581
26582 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26583
26584         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
26585         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
26586         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
26587         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
26588
26589 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26590
26591         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
26592         Remove workaround macros for hosts that have mbrtowc but not
26593         mbstate_t, as we now insist on proper declarations for both
26594         before using mbrtowc.
26595
26596 2001-02-17  Jim Meyering  <meyering@lucent.com>
26597
26598         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
26599         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
26600         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
26601         UnixWare 7.1.1.
26602
26603         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
26604         rather than AC_CACHE_VAL.
26605
26606 2001-02-17  Jim Meyering  <meyering@lucent.com>
26607
26608         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
26609         around included file name.
26610
26611         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
26612
26613         * lib/strftime.c: Update from GNU libc (the only changes were to
26614         comments).
26615
26616 2001-02-17  Jim Meyering  <meyering@lucent.com>
26617
26618         * lib/regex.c: Update from libc.
26619
26620 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
26621
26622         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
26623         clash.
26624
26625 2001-02-16  Paul Eggert  <eggert@twinsun.com>
26626
26627         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
26628         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
26629         Reported by Mark Hounschell via Paul Eggert.
26630
26631 2001-02-07  Jim Meyering  <meyering@lucent.com>
26632
26633         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
26634
26635 2001-02-05  Jim Meyering  <meyering@lucent.com>
26636
26637         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
26638         it includes the patch required for `large file' support with at least
26639         HP-UX's 10.20 /bin/cc.
26640
26641 2001-02-03  Jim Meyering  <meyering@lucent.com>
26642
26643         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
26644         AS_IF, now that it works once again (mysteriously).
26645         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26646
26647 2001-01-30  Jim Meyering  <meyering@lucent.com>
26648
26649         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
26650         * m4/chown.m4: Rename conftestchown to conftest.chown.
26651         * m4/rename.m4: s/conftestdir/conftest.d1/ and
26652         s/conftestdir2/conftest.d2/.
26653         * m4/utimes.m4: s/conftestdata/conftest.data/
26654         Inspired by Pavel Roskin's change in autoconf.
26655
26656 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
26657
26658         * lib/config.charset: Update for FreeBSD 4.2.
26659
26660 2001-01-27  Jim Meyering  <meyering@lucent.com>
26661
26662         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
26663         a use of AS_IF.
26664         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26665
26666 2001-01-26  Jim Meyering  <meyering@lucent.com>
26667
26668         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
26669         quotearg.c includes it.
26670
26671 2001-01-26  Jim Meyering  <meyering@lucent.com>
26672
26673         * lib/quotearg.c: Include stddef.h.
26674         * lib/quote.c: Include stddef.h.
26675         Reported by Axel Kittenberger.
26676
26677         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
26678         line in double quotes so that it evokes a better diagnostic.
26679         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
26680         Reported by Axel Kittenberger.
26681
26682 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
26683
26684         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
26685         as if it was a `charset'.
26686
26687 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26688
26689         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
26690         has const.
26691
26692 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26693
26694         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
26695         to avoid a warning.  Add back 'const' to inptr.
26696
26697 2001-01-20  Jim Meyering  <meyering@lucent.com>
26698
26699         Be sure that headers are checked before used in code compiled
26700         for the type checks.
26701         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
26702         In place of that, invoke jm_CHECK_ALL_TYPES.
26703         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
26704         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
26705         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
26706         The check for ssize_t was mistakenly run before the test for unistd.h.
26707
26708         The configure-time check for stdbool.h was missing.
26709         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
26710         (jm_PREREQ_HASH): New function.
26711
26712 2001-01-17  Jim Meyering  <meyering@lucent.com>
26713
26714         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
26715         for autoconf-2.49c.
26716         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
26717
26718 2001-01-16  Jim Meyering  <meyering@lucent.com>
26719
26720         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
26721         From Bruno Haible.
26722
26723 2001-01-14  Jim Meyering  <meyering@lucent.com>
26724
26725         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
26726         foo and bar.  Create conftestdir/ in the script, not in the C code.
26727         Remove directories in the script, not in the C code.
26728         Remove conftestdir{,2} before trying to create the directory.
26729         Make the entire configure script fail if the mkdir fails.
26730
26731 2001-01-14  Jim Meyering  <meyering@lucent.com>
26732
26733         * lib/rename.c: New file.  From Volker Borchert.
26734         Include stdlib.h, string.h or strings.h, and xalloc.h.
26735         Use strip_trailing_slashes rather than open-coding it.
26736
26737 2001-01-03  Paul Eggert  <eggert@twinsun.com>
26738
26739         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
26740
26741 2001-01-03  Jim Meyering  <meyering@lucent.com>
26742
26743         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
26744         of local `inptr' to avoid warning with some system declarations of
26745         iconv.
26746
26747 2001-01-02  Volker Borchert  <bt@teknon.de>
26748
26749         * m4/rename.m4: New file.
26750         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
26751
26752 2001-01-01  Jim Meyering  <meyering@lucent.com>
26753
26754         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
26755         even on systems with utmpx.h.  It's necessary for the declaration of
26756         utmp's ut_user member.  Reported by Andreas Jaeger.
26757
26758         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
26759         available. They are required for the declarations of getgrgid and
26760         getpwuid resp.
26761         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
26762         Reported by Andreas Jaeger.
26763
26764 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
26765
26766         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
26767         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
26768         so `make install' also works in VPATH builds.
26769
26770 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
26771
26772         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
26773         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
26774         can be used in subdirectories.
26775
26776 2000-12-29  Paul Eggert  <eggert@twinsun.com>
26777
26778         * lib/modechange.c: Do not assume that mode_t uses the
26779         traditional octal encoding.  E.g. "chmod 1 FOO" should set
26780         the other-execute bit of FOO even if S_IXOTH != 1.
26781
26782         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
26783         WOTH, XOTH, ALLM): New macros.
26784         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
26785          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
26786         Use them.
26787         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
26788         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
26789         (mode_compile):
26790         No need to use uintmax_t; unsigned long is long enough.
26791         Don't bother to get suffix since we don't use it.
26792
26793 2000-12-26  Jim Meyering  <meyering@lucent.com>
26794
26795         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
26796         better with autoheader.
26797
26798 2000-12-24  Jim Meyering  <meyering@lucent.com>
26799
26800         * lib/hash.c (is_prime): Return explicit boolean values.
26801         (hash_get_first): Return NULL to appease Irix5.6's 89.
26802         Reported by Nelson Beebe.
26803
26804 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
26805
26806         * lib/localcharset.c (locale_charset): Add support for Win32.
26807
26808 2000-12-18  Paul Eggert  <eggert@twinsun.com>
26809
26810         * lib/physmem.h, lib/physmem.c: New files.
26811
26812         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
26813         (noinst_HEADERS): Add physmem.h.
26814
26815         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
26816         't' for compatibility with Solaris 8 sort.
26817
26818 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
26819
26820         * lib/config.charset: Add support for BeOS.
26821
26822 2000-12-17  Jim Meyering  <meyering@lucent.com>
26823
26824         * m4/dos.m4 (jm_AC_DOS): New file and macro.
26825         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
26826
26827 2000-12-16  Jim Meyering  <meyering@lucent.com>
26828
26829         This bug had a serious impact on chown: `chown N:M FILE' (for integer
26830         N and M) would have treated it like `chown N:N FILE'.
26831
26832         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
26833
26834 2000-12-16  Jim Meyering  <meyering@lucent.com>
26835
26836         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
26837         SHELLS_FILE to a file name that's useful on djgpp systems.
26838         Include stdlib.h.
26839         (ADDITIONAL_DEFAULT_SHELLS): Define.
26840         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
26841         Based mostly on a patch from Prashant TR.
26842
26843 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
26844
26845         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
26846         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
26847         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
26848
26849 2000-12-08  Andreas Schwab  <schwab@suse.de>
26850
26851         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
26852         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
26853
26854 2000-12-07  Jim Meyering  <meyering@lucent.com>
26855
26856         * lib/stripslash.c (ISSLASH): Define.
26857         (strip_trailing_slashes): Use ISSLASH rather than comparing against
26858         `/'.
26859         From Prashant TR.
26860
26861         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
26862         (dir_name_r): Declare this function as static.
26863         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
26864         manifest itself on a name containing a mix of slashes and
26865         backslashes.
26866         Make this function work with names starting with a DOS-style
26867         drive letter and colon prefix.
26868         (dir_name): Append `.' if necessary.
26869         Based mostly on patches from Prashant TR and Eli Zaretskii.
26870
26871         * lib/dirname.h (dir_name_r): Remove prototype.
26872
26873 2000-12-06  Paul Eggert  <eggert@twinsun.com>
26874
26875         * m4/off_t-format.m4: Remove this file.
26876         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
26877
26878 2000-12-06  Jim Meyering  <meyering@lucent.com>
26879
26880         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
26881         replacement strtoull, we may well need the replacement strtoul, too.
26882         Check for declarations of strtoul and strtoull.
26883         Check for strtol.  Mainly as a cue to cause automake to include
26884         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
26885         Check for limits.h -- strtol.c needs it.
26886
26887 2000-12-05  Jim Meyering  <meyering@lucent.com>
26888
26889         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
26890
26891 2000-12-04  Jim Meyering  <meyering@lucent.com>
26892
26893         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
26894         Also include memory.h, stdlib.h, unistd.h if appropriate.
26895         Reported by Andreas Jaeger (conflicting declaration of malloc).
26896
26897 2000-12-02  Jim Meyering  <meyering@lucent.com>
26898
26899         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
26900         * m4/jm-macros.m4 (jm_MACROS): require it.
26901
26902 2000-12-02  Jim Meyering  <meyering@lucent.com>
26903
26904         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
26905
26906 2000-12-01  Paul Eggert  <eggert@twinsun.com>
26907
26908         * lib/memrchr.c: Include <config.h> before any system include file.
26909
26910 2000-11-30  Jim Meyering  <meyering@lucent.com>
26911
26912         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
26913
26914 2000-11-30  Jim Meyering  <meyering@lucent.com>
26915
26916         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
26917
26918 2000-11-29  Paul Eggert  <eggert@twinsun.com>
26919
26920         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
26921
26922 2000-11-26  Jim Meyering  <meyering@lucent.com>
26923
26924         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
26925
26926 2000-11-22  Paul Eggert  <eggert@twinsun.com>
26927
26928         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
26929         size of (size_t) -1; it's not portable.
26930
26931 2000-11-17  Jim Meyering  <meyering@lucent.com>
26932
26933         * lib/strstr.c: Update from GNU libc.
26934
26935 2000-11-17  Akim Demaille  <akim@epita.fr>
26936
26937         * lib/obstack.h: Formatting changes.
26938         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
26939         prevent type checking.
26940         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
26941         cast the value to (void *): assigning a `foo *' to a `void *'
26942         variable is valid.
26943         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
26944
26945 2000-11-16  Jim Meyering  <meyering@lucent.com>
26946
26947         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
26948
26949 2000-11-11  Jim Meyering  <meyering@lucent.com>
26950
26951         * lib/error.c: Add a couple #includes, merging from GNU libc version.
26952
26953 2000-11-10  Jim Meyering  <meyering@lucent.com>
26954
26955         * lib/obstack.h: Update from GNU libc.
26956         * lib/obstack.c: Likewise.
26957
26958 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
26959
26960         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
26961
26962 2000-11-06  Paul Eggert  <eggert@twinsun.com>
26963
26964         * lib/getusershell.c (setusershell): Use rewind rather than
26965         fseek/fseeko, to avoid configuration hassles with fseeko.
26966         Don't bother opening SHELLS_FILE if shellstream is NULL;
26967         it's not necessary.
26968
26969 2000-11-05  Jim Meyering  <meyering@lucent.com>
26970
26971         * lib/makepath.h (make_dir): Declare.
26972         * lib/makepath.c (make_dir): Remove `static' attribute.
26973         Tweak a comment.
26974
26975 2000-11-04  Jim Meyering  <meyering@lucent.com>
26976
26977         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
26978
26979 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
26980
26981         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
26982         last one in a bucket, advance to the next bucket.
26983
26984 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
26985
26986         * lib/fnmatch.c: Do not comment out all the code if we are using
26987         the GNU C library, because in some cases we are replacing buggy
26988         code in the GNU C library itself.
26989
26990 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
26991
26992         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
26993         (regex_compile): Catch bogus \(\1\).
26994
26995 2000-10-30  Paul Eggert  <eggert@twinsun.com>
26996
26997         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
26998         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
26999         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
27000
27001 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27002
27003         * lib/error.h, getline.h, modechange.h:
27004         Remove "2000" from Copyright line, as the file hasn't been
27005         changed this year other than in the copyright notice.
27006
27007         * lib/xalloc.h: Add "2000" to Copyright line, as this file
27008         was changed this year.
27009
27010 2000-10-29  Jim Meyering  <meyering@lucent.com>
27011
27012         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
27013         renaming.
27014         * m4/ls-mntd-fs.m4: Likewise
27015
27016 2000-10-29  Jim Meyering  <meyering@lucent.com>
27017
27018         * lib/xstat.in: Fix grammar in comment.
27019
27020 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
27021
27022         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
27023         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
27024         doesn't define __restrict_arr.
27025
27026 2000-10-28  Jim Meyering  <meyering@lucent.com>
27027
27028         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
27029         (jm_PREREQ_MEMCHR): New function.
27030
27031 2000-10-28  Jim Meyering  <meyering@lucent.com>
27032
27033         * lib/memchr.c: Update from libc.
27034         Adjust for portability:
27035         [HAVE_STDLIB_H]: Include stdlib.h.
27036         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
27037         Undef __memchr, too.
27038         [!weak_alias]: Define __memchr to memchr.
27039
27040         * lib/regex.c: Update from libc.
27041         * lib/regex.h: Likewise.
27042         * lib/getopt1.c: Likewise.
27043         * lib/memcmp.c: Likewise.
27044
27045         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
27046         Avoid using fseek, when possible -- it's broken by design.
27047         Patch by Ulrich Drepper.
27048
27049 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
27050
27051         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
27052         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
27053         Giving in to popular pressure to shut up the compiler with casts.
27054
27055 2000-10-26  Jim Meyering  <meyering@lucent.com>
27056
27057         * lib/strftime.c: Update from libc.
27058
27059 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
27060
27061         * regex.c: More `unsigned char' -> `re_char' changes.
27062         Also change several `int' into `re_wchar_t'.
27063         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
27064         (PUSH_FAILURE_POINTER): Don't cast any more.
27065         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
27066         We want GCC to complain, since this piece of code makes
27067         re_match non-reentrant, which *should* be fixed.
27068         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
27069         (EXTEND_BUFFER): Use RETALLOC.
27070         (SET_LIST_BIT): Don't cast.
27071         (re_wchar_t): New type.
27072         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
27073         that those two functions will always properly return.
27074         (IMMEDIATE_QUIT_CHECK): Cast to void.
27075         (analyse_first): Use recursion rather than an explicit stack.
27076         (re_compile_fastmap): Can't fail anymore.
27077         (re_search_2): Don't check re_compile_fastmap for failure.
27078         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
27079         Now also sets the new value (passed in a new argument).
27080         (re_match_2_internal): Use it.
27081         Also, use a new var `reg' of type size_t when looping through regs
27082         rather than reuse the inappropriate `mcnt'.
27083
27084 2000-10-25  Jim Meyering  <meyering@lucent.com>
27085
27086         * lib/obstack.c: Update from libc.
27087
27088 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
27089
27090         * regex.c (regex_compile): Change the way of handling a range from
27091         a char less than 256 to a char not less than 256.
27092
27093 2000-10-24  Andrew Innes  <andrewi@gnu.org>
27094
27095         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
27096         NT-Emacs only.
27097         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
27098         so that re_search functions only quit when callers expect them to.
27099
27100 2000-10-23  Jim Meyering  <meyering@lucent.com>
27101
27102         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
27103         wrong.  That set_locale call must not have any side effects.
27104         From Paul Eggert.
27105
27106 2000-10-22  Jim Meyering  <meyering@lucent.com>
27107
27108         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
27109         [CYCLIC]: Remove now-unused definition.
27110
27111         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
27112         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
27113         Suggestion from Ulrich Drepper.
27114
27115 2000-10-21  Jim Meyering  <meyering@lucent.com>
27116
27117         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
27118         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
27119         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
27120
27121 2000-10-21  Jim Meyering  <meyering@lucent.com>
27122
27123         * lib/dirname.c (memrchr): Declare if necessary.
27124         (dir_name): Remove the restriction that there be no
27125         trailing slashes.  Now, this code skips past them, effectively
27126         ignoring them.
27127         [TEST_DIRNAME] (main): New unit tests.
27128
27129         * lib/memrchr.c: New file from GNU libc.
27130         Undef __memrchr, too.
27131         [!weak_alias]: Define __memrchr to memrchr.
27132         Guard weak_alias use with `#ifdef weak_alias'.
27133
27134 2000-10-21  Jim Meyering  <meyering@lucent.com>
27135
27136         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
27137         (dir_name): Use dir_name_r.
27138         * lib/dirname.h (dir_name_r): Declare it.
27139
27140 2000-10-17  Jim Meyering  <meyering@lucent.com>
27141
27142         * lib/quote.h (PARAMS): Define and use.
27143         Reported by Akim Demaille.
27144
27145         * lib/getopt.c: Update from libc.
27146
27147 2000-10-16  Jim Meyering  <meyering@lucent.com>
27148
27149         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
27150         setlocale.
27151         From Jan Fedak.
27152
27153 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
27154
27155         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
27156
27157 2000-09-25  Jim Meyering  <meyering@lucent.com>
27158
27159         * lib/md5.h (rol): Define (from GnuPG).
27160
27161         * lib/sha.c: Give credit (GnuPG) where due.
27162         (M): Use rol rather than open-coding it.
27163         Add a FIXME comment.
27164
27165 2000-09-21  Jim Meyering  <meyering@lucent.com>
27166
27167         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
27168         Reported by Michael Stone.
27169
27170 2000-09-20  Jim Meyering  <meyering@lucent.com>
27171
27172         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
27173         (noinst_HEADERS): Add sha.h.
27174         Based on code from Scott G. Miller and from GnuPG.
27175
27176 2000-09-18  Jim Meyering  <meyering@lucent.com>
27177
27178         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
27179         LIBS. Otherwise, everyone ends up linking with -lelf for some
27180         configurations.
27181         Reported by Mike Stone.
27182
27183 2000-09-15  Jim Meyering  <meyering@lucent.com>
27184
27185         * lib/regex.c: Update from libc.
27186
27187 2000-09-10  Jim Meyering  <meyering@lucent.com>
27188
27189         * lib/getopt.c (_getopt_internal): Update from glibc.
27190
27191 2000-09-09  Jim Meyering  <meyering@lucent.com>
27192
27193         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
27194         think it should be used as a general replacement for isascii.
27195         * lib/fnmatch.c: Likewise.
27196         * lib/mbswidth.c: Likewise
27197         * lib/regex.c: Likewise.
27198
27199         Don't use atoi.
27200         * lib/userspec.c: Include sys/param.h and limits.h.
27201         Include xstrtol.h.
27202         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27203         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
27204         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
27205         UID, GID.  Check range.
27206
27207 2000-09-06  Jim Meyering  <meyering@lucent.com>
27208
27209         * lib/getopt.c (_getopt_internal): Update from glibc.
27210
27211 2000-08-30  Jim Meyering  <meyering@lucent.com>
27212
27213         * lib/strftime.c: Merge in changes from GNU libc.
27214
27215 2000-08-26  Jim Meyering  <meyering@lucent.com>
27216
27217         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
27218         * m4/fpending.m4: New file.
27219
27220 2000-08-26  Jim Meyering  <meyering@lucent.com>
27221
27222         * lib/closeout.c: Include "__fpending.h".
27223         (close_stdout_status): Return right away if there's nothing to flush.
27224
27225         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
27226         * lib/__fpending.c: New file.
27227         * lib/__fpending.h: New file.
27228
27229 2000-08-20  Jim Meyering  <meyering@lucent.com>
27230
27231         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
27232         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
27233         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
27234
27235 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
27236
27237         Improve fileutils installation on systems where running
27238         programs (like install) can't be unlinked.
27239         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
27240         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
27241
27242 2000-08-07  Paul Eggert  <eggert@twinsun.com>
27243
27244         Standardize on "memory exhausted" instead of "Memory exhausted"
27245         or "virtual memory exhausted".
27246         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
27247         "virtual memory exhausted".
27248         * lib/same.c (same_name): Invoke xalloc_die instead of printing
27249         our own message.
27250         * lib/userspec.c (parse_user_spec): Likewise.
27251         * lib/bumpalloc.h: comment fix
27252         * lib/same.c, userspec.c: Include xalloc.h.
27253
27254         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
27255         not char *const and pointing to a constant array.
27256         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
27257         (xrealloc): Comment fix.
27258
27259         * lib/userspec.c (parse_user_spec):
27260         Don't translate a message until just before returning,
27261         to avoid unnecessary translation.
27262
27263 2000-08-07  Jim Meyering  <meyering@lucent.com>
27264
27265         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
27266         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
27267         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
27268         getgroups.c, gethostname.c, getopt.h, group-member.c,
27269         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
27270         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
27271         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
27272         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
27273         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
27274         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
27275         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
27276         yesno.c: Back out Copyright date changes for each file with no change
27277         this year.  This eases coordination with other programs using the same
27278         source code modules.  From Paul Eggert.
27279
27280 2000-08-06  Paul Eggert  <eggert@twinsun.com>
27281
27282         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
27283         not char, for compatibility with glibc 2.1.3 strftime.c.
27284
27285 2000-08-03  Greg McGary  <greg@mcgary.org>
27286
27287         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
27288         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
27289         (EXTEND_BUFFER): Use them.
27290
27291 2000-08-01  Jim Meyering  <meyering@lucent.com>
27292
27293         * lib/dirname.c (ISSLASH): Define.
27294         (BACKSLASH_IS_PATH_SEPARATOR): Define.
27295         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
27296         both `\' and `/' may be use as path separators.
27297         Based on a patch from Prashant TR.
27298
27299 2000-07-31  Paul Eggert  <eggert@twinsun.com>
27300
27301         * lib/quotearg.c (quotearg_n_options): Don't make the initial
27302         slot vector a constant, since it might get modified.
27303
27304 2000-07-31  Jim Meyering  <meyering@lucent.com>
27305
27306         * lib/xmalloc.c: Use `virtual memory exhausted', not
27307         `Memory exhausted'.
27308         * lib/obstack.c (print_and_abort): Likewise.
27309
27310 2000-07-30  Paul Eggert  <eggert@twinsun.com>
27311
27312         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
27313         buffer, so that the caller can always quote one small
27314         component of a "memory exhausted" message in slot 0.
27315         From a suggestion by Jim Meyering.
27316
27317 2000-07-30  Jim Meyering  <meyering@lucent.com>
27318
27319         * lib/makepath.c (make_path): Quote the other instance, too.
27320
27321         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
27322         (STATIC_BUF_SIZE): Define.
27323         (quotearg_n_options): Use only statically allocated storage when
27324         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
27325         than STATIC_BUF_SIZE.
27326
27327 2000-07-29  Jim Meyering  <meyering@lucent.com>
27328
27329         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
27330         * lib/dirname.c (dir_name): Likewise.
27331
27332         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
27333         `/'.
27334
27335         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
27336         (dir_name): Assert that there are no trailing slashes.
27337
27338 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
27339
27340         * lib/mbswidth.h (mbswidth): Add a flags argument.
27341         (mbswidth): New declaration.
27342         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
27343         * lib/mbswidth.c (mbswidth): Add a flags argument.
27344         (mbsnwidth): New function.
27345
27346 2000-07-24  Jim Meyering  <meyering@lucent.com>
27347
27348         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
27349
27350 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27351
27352         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
27353
27354 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27355
27356         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
27357         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
27358         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
27359         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
27360         invoke multibyte primitives.
27361
27362 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27363
27364         * lib/quotearg.c:
27365         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
27366         so that mbstate_t is always defined.
27367
27368         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
27369         be 1 in at least one GCC installation, and this configuration
27370         error is likely to be common.  Ignoring MB_LEN_MAX hurts
27371         performance on hosts that have mbrtowc but have only unibyte
27372         locales, but I assume these hosts are rare.
27373
27374 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27375
27376         * lib/mbswidth.c (_XOPEN_SOURCE):
27377         Don't define; this causes problems on Solaris 7.
27378         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
27379
27380 2000-07-23  Jim Meyering  <meyering@lucent.com>
27381
27382         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
27383         too: getgrgid, getpwuid, getuid.
27384
27385 2000-07-23  Jim Meyering  <meyering@lucent.com>
27386
27387         * lib/basename.c (base_name): Add an assertion.
27388
27389 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
27390
27391         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
27392         shadow its mbsinit function.
27393
27394 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27395
27396         * lib/mbswidth.h: New file.
27397         * lib/mbswidth.c: New file.
27398         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
27399         (noinst_HEADERS): Add mbswidth.h.
27400
27401 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27402
27403         * lib/config.charset: Add support for FreeBSD. Improve support for
27404         HP-UX and IRIX 6.
27405
27406 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
27407
27408         * m4/mbswidth.m4: New file.
27409         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
27410
27411 2000-07-15  Jim Meyering  <meyering@lucent.com>
27412
27413         * lib/makepath.c: Include quote.h.
27414         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
27415         corresponding argument in a `quote (...)' call.
27416         Give better diagnostics.
27417
27418         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
27419         (noinst_HEADERS): Add quote.h.
27420
27421         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
27422         from tar's src/misc.c.
27423         * lib/quote.h: New file.  Prototypes for same.
27424
27425 2000-07-14  Paul Eggert  <eggert@twinsun.com>
27426
27427         From a suggestion by Bruno Haible.
27428         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
27429         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
27430         to decide whether to define the BeOS workaround macro;
27431         this adjusts to the change to AC_MBSTATE_T.
27432
27433 2000-07-14  Jim Meyering  <meyering@lucent.com>
27434
27435         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
27436         jm_AC_TYPE_UINTMAX_T.
27437
27438 2000-07-13  Paul Eggert  <eggert@twinsun.com>
27439
27440         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
27441
27442         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
27443         quotearg_buffer_restyled): Add support for
27444         clocale_quoting_style.  Undo previous change to
27445         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
27446         and "{RIGHT QUOTATION MARK}" msgids.
27447
27448 2000-07-10  Paul Eggert  <eggert@twinsun.com>
27449
27450         From a suggestion by Bruno Haible.
27451         * m4/mbstate_t.m4 (AC_MBSTATE_T):
27452         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
27453         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
27454         and mbstate_t, to a single-part test that simply defines mbstate_t.
27455         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
27456         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
27457
27458 2000-07-10  Jim Meyering  <meyering@lucent.com>
27459
27460         * m4/strerror_r.m4: Mirror the correction made in autoconf.
27461
27462         * m4/gnu-source.m4: Output to confdefs.h directly.
27463         Suggestion from Akim Demaille.
27464
27465 2000-07-09  Paul Eggert  <eggert@twinsun.com>
27466
27467         The old behavior of quoting `like this' doesn't look good with
27468         newer, ISO-style fonts.  See:
27469         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
27470
27471         Instead, quote "like this" by default.  Let the translator
27472         tailor the locale-specific quoting behavior by providing
27473         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
27474
27475         * lib/quotearg.c (N_): New macro.
27476         (gettext_default): New function.
27477         (quotearg_buffer_restyled): Use
27478         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
27479         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
27480
27481 2000-07-09  Jim Meyering  <meyering@lucent.com>
27482
27483         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
27484         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
27485
27486         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
27487         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
27488
27489 2000-07-09  Jim Meyering  <meyering@lucent.com>
27490
27491         * lib/Most files: Update copyright dates to include 2000.
27492
27493 2000-07-08  Jim Meyering  <meyering@lucent.com>
27494
27495         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
27496         if not defined.
27497         (xgethostname): Remove now-unnecessary #ifdef.
27498         Move declaration of `err' into loop where it's used.
27499
27500 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27501         and Bruno Haible  <haible@clisp.cons.org>
27502
27503         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
27504         only if the test for an object-type mbstate_t fails.  This
27505         prevents us from mistakenly reporting that mbstate_t is a
27506         system object type after we "#define mbstate_t int" to work
27507         around its lack.
27508
27509 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27510         and Bruno Haible  <haible@clisp.cons.org>
27511
27512         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
27513
27514 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27515
27516         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
27517         to strerror_r.
27518         Include <ctype.h> for use of isalpha.
27519
27520 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27521
27522         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
27523         by allocating a larger buffer. Test the gethostname return value for
27524         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
27525         returns an error and ENAMETOOLONG isn't defined.
27526
27527 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27528
27529         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
27530         dimension.
27531
27532 2000-07-04  Jim Meyering  <meyering@lucent.com>
27533
27534         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
27535         of the deprecated AC_CHECKING.
27536
27537 2000-07-04  Jim Meyering  <meyering@lucent.com>
27538
27539         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
27540         Reported by Bruno Haible.
27541
27542 2000-07-04  Jim Meyering  <meyering@lucent.com>
27543
27544         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
27545         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
27546         lacks mbrtowc.
27547
27548 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27549
27550         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
27551         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
27552
27553 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27554         and Bruno Haible  <haible@clisp.cons.org>
27555
27556         * lib/quotearg.c (mbrtowc):
27557         Assign to *pwc, and return 1 only if result is nonzero.
27558         (iswprint): Use ISPRINT when substituting our own mbrtowc.
27559
27560 2000-07-03  Jim Meyering  <meyering@lucent.com>
27561
27562         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
27563
27564 2000-07-03  Jim Meyering  <meyering@lucent.com>
27565
27566         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
27567         This is necessary to get a definition of e.g., UTMP_FILE on
27568         HP-UX 10.20.
27569         From Bob Proulx.
27570
27571 2000-07-02  Jim Meyering  <meyering@lucent.com>
27572
27573         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
27574
27575         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
27576         AC_LIBOBJ(function_name).
27577         * m4/chown.m4: Likewise.
27578         * m4/fnmatch.m4: Likewise.
27579         * m4/ftruncate.m4: Likewise.
27580         * m4/getgroups.m4: Likewise.
27581         * m4/getline.m4: Likewise.
27582         * m4/group-member.m4: Likewise.
27583         * m4/jm-macros.m4: Likewise.
27584         * m4/lstat.m4: Likewise.
27585         * m4/malloc.m4: Likewise.
27586         * m4/memcmp.m4: Likewise.
27587         * m4/nanosleep.m4: Likewise.
27588         * m4/putenv.m4: Likewise.
27589         * m4/realloc.m4: Likewise.
27590         * m4/regex.m4: Likewise.
27591         * m4/stat.m4: Likewise.
27592         * m4/strftime.m4: Likewise.
27593
27594 2000-07-02  Jim Meyering  <meyering@lucent.com>
27595
27596         * lib/quotearg.c (mbstate_t): Don't define here.
27597
27598 2000-07-02  Jim Meyering  <meyering@lucent.com>
27599
27600         * lib/nanosleep.c (SIGCONT): Define if not already defined.
27601
27602 2000-07-01  Jim Meyering  <meyering@lucent.com>
27603
27604         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
27605
27606 2000-07-01  Jim Meyering  <meyering@lucent.com>
27607
27608         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
27609         problem.
27610
27611 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27612
27613         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
27614         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
27615
27616 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27617
27618         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
27619         per change in ../m4/ls-mntd-fs.m4.
27620         (read_filesystem_list): Ignore symbolic links.
27621
27622 2000-06-29  Jim Meyering  <meyering@lucent.com>
27623
27624         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
27625         for declaration of strcmp.
27626
27627         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
27628
27629         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
27630         Avoid warning by casting result to `char *' to remove `const'.
27631
27632 2000-06-28  Jim Meyering  <meyering@lucent.com>
27633
27634         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
27635         included by quotearg.c, for which we perform this test.  From
27636         Bruno Haible.
27637
27638 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27639
27640         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
27641         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
27642         <utmpx.h> exists, put readutmp.o into LIBOBJS.
27643
27644 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27645
27646         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
27647
27648 2000-06-26  Paul Eggert  <eggert@twinsun.com>
27649
27650         savedir now sets errno on failure and invokes xmalloc to get memory.
27651         Fix a couple of other minor bugs while we're at it.
27652
27653         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
27654         (NAMLEN): Remove macro.
27655         (malloc, realloc): Remove decls.
27656         (stpcpy): Likewise.
27657         ("xalloc.h"): Include.
27658         (NAME_SIZE_DEFAULT): New macro.
27659         (savedir): Use xmalloc / xrealloc to allocate memory.
27660         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
27661         Skip "" directory entries.
27662         Use strlen to calculate directory entry length, since the old method
27663         is rarely used these days and isn't worth supporting.
27664         Don't use a pointer after freeing it.
27665         Check for integer overflow when calculating allocation size.
27666         Use memcpy to copy entries, instead of stpcpy.
27667         Set errno properly when returning NULL.
27668         Check for readdir error.
27669
27670 2000-06-26  Jim Meyering  <meyering@lucent.com>
27671
27672         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
27673
27674 2000-06-25  Jim Meyering  <meyering@lucent.com>
27675
27676         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
27677         Linux header bug when _XOPEN_SOURCE is defined to 500.
27678
27679 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27680
27681         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
27682         deficiency.
27683
27684 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27685
27686         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
27687         Include xalloc.h.
27688         Don't include <stdlib.h>.  Don't declare malloc, realloc.
27689
27690 2000-06-24  Jim Meyering  <meyering@lucent.com>
27691
27692         * m4/strerror_r.m4: Revive this file -- to try out an experimental
27693         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
27694         for which strerror does return char*, but which lacks a conveniently
27695         accessible declaration of the function.  If the compile-test says
27696         strerror_r doesn't work, then resort to a `run'-test that works on
27697         BeOS and segfaults on DEC Unix.
27698
27699 2000-06-24  Jim Meyering  <meyering@lucent.com>
27700
27701         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
27702
27703 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27704
27705         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
27706         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
27707
27708 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27709
27710         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
27711         (mbrtowc, mbstate_t): Define substitutes if
27712         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
27713         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
27714         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
27715
27716 2000-06-23  Jim Meyering  <meyering@lucent.com>
27717
27718         * m4/afs.m4: Add missing AC_MSG_RESULT.
27719         Reported by Bruno Haible.
27720
27721         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
27722         Suggestion from Bruno Haible.
27723
27724 2000-06-23  Jim Meyering  <meyering@lucent.com>
27725
27726         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
27727
27728 2000-06-21  Jim Meyering  <meyering@lucent.com>
27729
27730         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
27731
27732 2000-06-21  Jim Meyering  <meyering@lucent.com>
27733
27734         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
27735         (noinst_HEADERS): Add getstr.h.
27736
27737         * lib/getline.c (getstr): Move into a separate file.
27738         * lib/getstr.c (getstr): New file, extracted from getline.c, with
27739         the following changes: new parameter, delim2; both delim[12]
27740         parameters have type `int', not `char'.  The latter would lose
27741         with 8-bit delimiters.
27742         * lib/getstr.h: New file.
27743
27744 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27745
27746         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
27747         than 1024, return a memory chunk of least possible size, instead
27748         of size PATH_MAX + 2. In the loop, increment the size proportionally.
27749         Use free/xmalloc instead of xrealloc to avoid copying for very long
27750         paths.
27751
27752 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27753
27754         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
27755         the empty string.
27756
27757 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27758
27759         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
27760         address, not strdup.  Include <stdlib.h> and don't declare free().
27761
27762 2000-06-19  Jim Meyering  <meyering@lucent.com>
27763
27764         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
27765
27766 2000-06-18  Jim Meyering  <meyering@lucent.com>
27767
27768         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
27769
27770         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
27771         `checking whether...' message to be consistent with that of the
27772         lstat test.
27773
27774 2000-06-18  Jim Meyering  <meyering@lucent.com>
27775
27776         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
27777         Besides, these days every porting target provides a mkdir function.
27778
27779         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
27780         needed. (this snippet comes from src/system.h).
27781
27782 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
27783
27784         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
27785
27786 2000-06-15  Paul Eggert  <eggert@twinsun.com>
27787
27788         * lib/human.c (adjust_value): New function.
27789         (human_readable_inexact): Apply rounding style even when
27790         printing approximate values.
27791
27792 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27793
27794         * lib/human.c (human_readable_inexact): Allow an input block
27795         size that is not a multiple of the output block size, and vice versa.
27796         Reported by Piergiorgio Sartor.
27797
27798 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27799
27800         * lib/getdate.y (get_date): Apply relative times after time
27801         zone indicator, not before.  Reported by Todd A. Jacobs.
27802
27803 2000-06-13  Jim Meyering  <meyering@lucent.com>
27804
27805         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
27806
27807         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
27808
27809 2000-06-12  Paul Eggert  <eggert@twinsun.com>
27810
27811         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
27812
27813 2000-06-12  Jim Meyering  <meyering@lucent.com>
27814
27815         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
27816         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
27817         optional argument.
27818         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
27819         the optional argument, `lib'.
27820
27821 2000-06-08  Jim Meyering  <meyering@lucent.com>
27822
27823         * m4/largefile.m4: Remove file (now that it's part of autoconf).
27824
27825 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27826
27827         Rewrite largefile configuration so that we don't need to run
27828         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
27829         AC_CANONICAL_HOST in configure.in -- jmm]
27830
27831         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
27832         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
27833         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
27834         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
27835         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
27836         All uses changed.
27837         Instead of inspecting the output of getconf, try to compile the
27838         test program without and with the macro definition.
27839         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
27840         for getconf.  Instead, check for the needed flags by compiling
27841         test programs.
27842
27843 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27844
27845         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
27846
27847 2000-06-04  Jim Meyering  <meyering@lucent.com>
27848
27849         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
27850         SunOS 4.1.4 for which gid_t is an unsigned type.
27851
27852 2000-06-03  Jim Meyering  <meyering@lucent.com>
27853
27854         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
27855         now that autoconf requires that.
27856
27857         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
27858         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
27859         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
27860
27861 2000-06-03  Jim Meyering  <meyering@lucent.com>
27862
27863         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
27864
27865 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27866
27867         * m4/glibc21.m4: New file.
27868         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
27869
27870 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27871
27872         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
27873         newer, don't install charset.alias.
27874         * lib/config.charset: Change the Linux/glibc rules so they become empty
27875         on glibc-2.1 or newer.
27876
27877 2000-06-02  Jim Meyering  <meyering@lucent.com>
27878
27879         * lib/mountlist.c: Back out last change.  Instead, do this...
27880         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
27881         me_dummy member using the same `ignore'-testing code.
27882         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
27883         fs_type strings.
27884         From Mark D. Roth.
27885
27886 2000-05-29  Jim Meyering  <meyering@lucent.com>
27887
27888         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
27889         mounts with the `ignore' attribute.  Based on a patch from
27890         Mark D. Roth.
27891
27892 2000-05-28  Jim Meyering  <meyering@lucent.com>
27893
27894         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
27895         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27896         * m4/stat.m4: Likewise.
27897         * m4/lstat.m4: Likewise.
27898         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
27899
27900         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
27901         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
27902
27903 2000-05-26  Jim Meyering  <meyering@lucent.com>
27904
27905         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
27906
27907 2000-05-24  Jim Meyering  <meyering@lucent.com>
27908
27909         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
27910         autoconf requires that.
27911         * m4/lib-check.m4: Likewise.
27912         * m4/jm-macros.m4: Likewise.
27913         * m4/strftime.m4: Likewise.
27914
27915         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
27916         AC_CHECK_DECLS, now that autoconf requires that.
27917
27918 2000-05-22  Jim Meyering  <meyering@lucent.com>
27919
27920         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27921         * m4/lstat.m4: Likewise.
27922
27923 2000-05-22  Jim Meyering  <meyering@lucent.com>
27924
27925         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
27926
27927 2000-05-20  Jim Meyering  <meyering@lucent.com>
27928
27929         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
27930         (jm_PREREQ): Use it.
27931
27932 2000-05-18  Jim Meyering  <meyering@lucent.com>
27933
27934         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
27935         back, too, since it may have been modified by allocate_entry.
27936         (hash_delete): Rewrite to use neither the assignment operator
27937         nor the comma operator in an if-expression.
27938
27939 2000-05-15  Paul Eggert  <eggert@twinsun.com>
27940
27941         * lib/closeout.c:
27942         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
27943         Remove; no longer needed.
27944         "quotearg.h": Add include.
27945         (file_name): Do not bother to explicitly initialize to NULL; it's less
27946         efficient on some hosts.
27947         (close_stdout_status): Remove test as to whether stdout was already
27948         closed; it breaks for the case "echo x | sort >&-".
27949         Quote file name colons.
27950         Do not assume that _("write error") lacks format strings.
27951
27952 2000-05-15  Jim Meyering  <meyering@lucent.com>
27953
27954         * lib/version-etc.c (version_etc_copyright): Update the copyright
27955         string used in all --version output.
27956
27957 2000-05-14  Jim Meyering  <meyering@lucent.com>
27958
27959         * lib/closeout.c (close_stdout_set_file_name): New function.
27960         (close_stdout_status): Use new file-scoped global.
27961         Return right away if fstat says the stdout file descriptor is invalid.
27962         * lib/closeout.h (close_stdout_set_file_name): Declare.
27963
27964 2000-05-10  Jim Meyering  <meyering@lucent.com>
27965
27966         * lib/closeout.c [default_exit_status]: New file-scoped variable.
27967         (close_stdout_set_status): New function.
27968         * lib/closeout.h (close_stdout_set_status): Declare.
27969
27970 2000-05-09  Jim Meyering  <meyering@lucent.com>
27971
27972         * m4/gettext.m4: Rename this...
27973         * m4/libintl.m4: ...to this.
27974
27975 2000-05-08  Jim Meyering  <meyering@lucent.com>
27976
27977         * lib/long-options.c: Don't include closeout.h.
27978         (parse_long_options): Don't call close_stdout for --version.
27979
27980 2000-05-06  Paul Eggert  <eggert@twinsun.com>
27981
27982         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
27983         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
27984         2.1.3 bug.  This avoids a clash when files like regex.c define
27985         _GNU_SOURCE.
27986
27987 2000-05-06  Jim Meyering  <meyering@lucent.com>
27988
27989         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
27990         (AC_REPLACE_FUNCS): Add strnlen.
27991
27992         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
27993         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
27994
27995         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
27996         AC_SEARCH_LIBS call for nanosleep.
27997         (LIB_NANOSLEEP): Set and AC_SUBST.
27998
27999 2000-05-06  Jim Meyering  <meyering@lucent.com>
28000
28001         * lib/strnlen.c: Undefine __strnlen and strnlen.
28002         [!weak_alias]: Define __strnlen to strnlen.
28003
28004         * lib/atexit.c: New file, from libiberty.
28005
28006 2000-05-06  Jim Meyering  <meyering@lucent.com>
28007
28008         * lib/closeout.c (close_stdout_status): Also check for errors on the
28009         stderr stream.
28010
28011 2000-05-05  Jim Meyering  <meyering@lucent.com>
28012
28013         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
28014         AC_SEARCH_LIBS call for clock_gettime.
28015         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
28016
28017         * m4/search-libs.m4: Update from autoconf.
28018
28019         su doesn't work on Solaris 2.6.
28020         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
28021         <shadow.h>.  Reported by Dragos Harabor.
28022
28023 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
28024
28025         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
28026         memcpy instead of xmalloc, xrealloc, path_concat.
28027         (locale_charset): Treat empty environment variables as absent.
28028         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
28029
28030 2000-05-04  Jim Meyering  <meyering@lucent.com>
28031
28032         * lib/getopt.c: Update from glibc.
28033         * lib/obstack.c: Likewise.
28034         * lib/obstack.h: Likewise.
28035         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
28036         file
28037
28038         * lib/regex.h: Likewise.
28039         * lib/strndup.c: Likewise.
28040         * lib/strnlen.c: New file, from glibc.
28041
28042 2000-05-03  Jim Meyering  <meyering@lucent.com>
28043
28044         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
28045
28046 2000-05-02  Paul Eggert  <eggert@twinsun.com>
28047
28048         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
28049         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
28050         compile-time test, rather than inspecting host and OS, to
28051         decide whether to define _LARGEFILE_SOURCE.
28052
28053 2000-05-01  Jim Meyering  <meyering@lucent.com>
28054
28055         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
28056
28057         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
28058         Based on a patch from Bruno Haible.
28059
28060 2000-05-01  Jim Meyering  <meyering@lucent.com>
28061
28062         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
28063
28064 2000-04-29  Jim Meyering  <meyering@lucent.com>
28065
28066         * lib/path-concat.c: Declare strdup only if it's not defined.
28067         * lib/canon-host.c: Likewise.
28068
28069 2000-04-28  Jim Meyering  <meyering@lucent.com>
28070
28071         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
28072         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
28073         is included first, then limits.h is included by locale.h by libintl.h.
28074         From John David Anglin.
28075
28076 2000-04-25  Jim Meyering  <meyering@lucent.com>
28077
28078         * lib/makepath.c (S_IRWXUGO): Define.
28079         (make_path): Always perform explicit chmod if MODE specifies any
28080         of the `special' permission bits.  Prompted by a bug report against
28081         install from Mate Wierdl and Joost van Baal.
28082
28083 2000-04-18  Jim Meyering  <meyering@lucent.com>
28084
28085         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
28086         (jm_PREREQ): Use it.
28087
28088 2000-04-18  Jim Meyering  <meyering@lucent.com>
28089
28090         * lib/README: New file.
28091
28092         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
28093         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
28094
28095 2000-04-17  Jim Meyering  <meyering@lucent.com>
28096
28097         Get it right :-)
28098         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
28099         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
28100         Suggestion from Akim Demaille.
28101
28102 2000-04-17  Jim Meyering  <meyering@lucent.com>
28103
28104         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
28105         the definition of it to rpl_strftime also defined-away the system's
28106         declaration.
28107
28108 2000-04-15  Jim Meyering  <meyering@lucent.com>
28109
28110         Use `C' to denote so-called `contiguous' files, the same way
28111         that tar does.
28112         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
28113         (ftypelet): Use S_ISCTG.
28114         From Michael Deutschmann.
28115
28116 2000-04-14  Jim Meyering  <meyering@lucent.com>
28117
28118         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
28119         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
28120         clobbered.
28121
28122 2000-04-14  Jim Meyering  <meyering@lucent.com>
28123
28124         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
28125
28126 2000-04-13  Jim Meyering  <meyering@lucent.com>
28127
28128         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
28129         AH_VERBATIM to insert required #ifndef into config.h.in.
28130         Suggestion from Akim Demaille.
28131
28132 2000-04-12  Jim Meyering  <meyering@lucent.com>
28133
28134         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
28135         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
28136         Christian Krackowizer.
28137
28138         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
28139         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
28140         (AC_SYS_LARGEFILE): Require.
28141         (AM_C_PROTOTYPES): Require.
28142
28143 2000-04-08  Jim Meyering  <meyering@lucent.com>
28144
28145         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
28146         names don't conflict.  Reported by Eli Zaretskii.
28147
28148 2000-04-07  Jim Meyering  <meyering@lucent.com>
28149
28150         * lib/putenv.c: Move inclusion of errno.h so it follows that of
28151         sys/types.h, to work around system header problems on AIX 3.2.5.
28152         From Bruno Haible.
28153
28154 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
28155
28156         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
28157         bug.  Deal with the different error behavior of Irix iconv.
28158
28159 2000-04-05  Paul Eggert  <eggert@twinsun.com>
28160
28161         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
28162         IRIX if the installer said otherwise.
28163
28164 2000-04-05  Jim Meyering  <meyering@lucent.com>
28165
28166         Portability tweaks required for ultrix4.3.
28167         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
28168         (jm_CHECK_DECLS): Add getutent to the list of functions.
28169         (_jm_DECL_HEADERS): Add utmpx.h.
28170         From John David Anglin.
28171
28172         * m4/strftime.m4: Back out the 2000-04-02 change.
28173         Instead of that change, simply undefine putenv in the test program.
28174
28175 2000-04-05  Jim Meyering  <meyering@lucent.com>
28176
28177         Portability tweaks required for ultrix4.3.
28178         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
28179         getutent.
28180         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
28181         * lib/canon-host.c: Declare strdup.
28182         * lib/path-concat.c: Likewise.
28183         From John David Anglin.
28184
28185 2000-04-04  Jim Meyering  <meyering@lucent.com>
28186
28187         Be more DOS 8.3-friendly.
28188         * lib/ref-add.sin: Renamed from ref-add.sed.in.
28189         * lib/ref-del.sin: Renamed from ref-del.sed.in.
28190         * lib/Makefile.am: Reflect renaming.
28191         Reported by Eli Zaretskii.
28192
28193         Use a temporary file name that won't clash with `charset.alias'
28194         in the DOS 8.3 name space.
28195         * lib/Makefile.am (charset_tmp): Define.
28196         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
28197         (uninstall-local): Likewise.
28198         Reported by Eli Zaretskii.
28199
28200 2000-04-03  Jim Meyering  <meyering@lucent.com>
28201
28202         * m4/gettext.m4: Fix typo in comment.
28203
28204         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
28205         textutils/configure.in).  Suggestion from Paul Eggert.
28206         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
28207
28208 2000-04-02  Paul Eggert  <eggert@twinsun.com>
28209
28210         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
28211         variable in the shell rather than using putenv, which isn't
28212         portable.  This avoids the configure-time inter-test dependency
28213         on the potentially-renamed putenv function.
28214
28215 2000-03-30  Paul Eggert  <eggert@twinsun.com>
28216
28217         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
28218         before checking struct stat.st_blksize, so that
28219         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
28220
28221 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28222
28223         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
28224         since strftime.c uses HAVE_STRFTIME to decide whether to use
28225         the underlying strftime.
28226
28227 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28228
28229         * lib/time/strftime.c (my_strftime): Make sure we call the system
28230         strftime, not ourselves, when invoking the underlying strftime.
28231
28232 2000-03-24  Jim Meyering  <meyering@lucent.com>
28233
28234         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
28235         (charset_alias): Define.
28236         (install-exec-local): Factor out common code.
28237         (uninstall-local): Split lines longer than 80.
28238         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
28239         (SUFFIXES): Define.
28240         (.sed.in.sed): New rule.  Don't redirect directly to $@.
28241         (CLEANFILES): Add ref-add.sed and ref-del.sed.
28242
28243 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
28244
28245         * lib/config.charset: Output a line containing "Packages using this
28246         file".
28247         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
28248         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
28249         ref-del.sed): New rules.
28250
28251 2000-03-17  Jim Meyering  <meyering@lucent.com>
28252
28253         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
28254         Otherwise, include <strings.h>
28255
28256 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
28257
28258         * lib/unicodeio.c (utf8_wctomb): New function.
28259         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
28260         format instead of in UCS-4 with platform dependent endianness.
28261
28262 2000-03-10  Jim Meyering  <meyering@lucent.com>
28263
28264         * m4/lib-check.m4: Look for getspnam in -lgen, too.
28265         From Marco Franzen.
28266
28267 2000-03-07  Paul Eggert  <eggert@twinsun.com>
28268
28269         * lib/savedir.c (savedir): Work even if directory size is
28270         negative; this can happen with some screwy NFS configurations.
28271
28272 2000-03-06  Jim Meyering  <meyering@lucent.com>
28273
28274         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
28275         if it's NULL (because we ran out of memory).  From Bruno Haible.
28276
28277 2000-03-05  Jim Meyering  <meyering@lucent.com>
28278
28279         * lib/localcharset.c ("path-concat.h"): Include.
28280         (get_charset_aliases): Use path_concat instead of ANSI string
28281         concatenation.
28282
28283         * lib/unicodeio.h (PARAMS): Define.
28284         Use it to guard prototype.
28285
28286 2000-03-04  Jim Meyering  <meyering@lucent.com>
28287
28288         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
28289         for lib/localcharset.c.
28290
28291 2000-03-04  Jim Meyering  <meyering@lucent.com>
28292
28293         * lib/Makefile.am (install-exec-local): Create $(libdir) before
28294         installing into it.
28295         (uninstall-local): Uncomment this rule so `make distcheck' works
28296         once again.
28297
28298         * lib/unicodeio.c (<errno.h>): Include it.
28299         (errno): Declare if not defined.
28300
28301         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
28302
28303         * lib/config.charset: New version, incorporating remarks from a linux
28304         i18n mailing list.  From Bruno Haible.
28305
28306 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
28307
28308         * m4/codeset.m4: New file.
28309         * m4/iconv.m4: New file.
28310         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
28311
28312 2000-03-03  Jim Meyering  <meyering@lucent.com>
28313
28314         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
28315
28316 2000-03-02  Jim Meyering  <meyering@lucent.com>
28317
28318         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
28319         the messages come out on separate lines.
28320
28321         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
28322         rather than jm_CHECK_DECLARATIONS.
28323         * m4/decl.m4: Remove now-unused file.
28324
28325         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
28326         geteuid.
28327
28328 2000-03-02  Jim Meyering  <meyering@lucent.com>
28329
28330         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
28331
28332 2000-03-01  Jim Meyering  <meyering@lucent.com>
28333
28334         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
28335         * lib/unicodeio.c: Likewise.
28336
28337 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
28338
28339         * lib/config.charset: New file.
28340         * lib/localcharset.c: New file.
28341         * lib/unicodeio.h, lib/unicodeio.c: New files.
28342         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
28343         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
28344         (noinst_HEADERS): Add unicodeio.h.
28345         (all-local, install-exec-local, charset.alias): New targets.
28346
28347 2000-02-28  Paul Eggert  <eggert@twinsun.com>
28348
28349         * lib/quotearg.c (ALERT_CHAR): New macro.
28350         (quotearg_buffer_restyled): Use it.
28351
28352 2000-02-27  Jim Meyering  <meyering@lucent.com>
28353
28354         * m4/check-decl.m4: Add getenv to the list.
28355
28356 2000-02-27  Jim Meyering  <meyering@lucent.com>
28357
28358         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
28359         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
28360
28361         * lib/backupfile.c: Guard inclusion of stdlib.h with
28362         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
28363         Declare malloc if needed.
28364
28365         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
28366         `#ifndef HAVE_DECL..'
28367         now that autoconf always defines the HAVE_DECL_ symbols.
28368         * lib/human.c: Likewise.
28369         * lib/same.c: Likewise.
28370         * lib/strtoumax.c: Likewise.
28371
28372         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
28373         declaration check was not run.
28374         * lib/hash.c: Likewise.
28375         * lib/human.c: Likewise.
28376         * lib/same.c: Likewise.
28377         * lib/strtoumax.c: Likewise.
28378
28379         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
28380         `.', then first look up the entire `.'-containing string as a login
28381         name.
28382
28383 2000-02-23  Jim Meyering  <meyering@lucent.com>
28384
28385         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
28386         in place of my hack.
28387
28388 2000-02-18  Paul Eggert  <eggert@twinsun.com>
28389
28390         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
28391         (textint): New typedef.
28392         (parser_control): Member year changed from int to textint.
28393         All uses changed.
28394         (YYSTYPE): Removed; replaced by %union with int and textint members.
28395         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
28396         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
28397         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
28398         (tSNUMBER, tUNUMBER): Now of type <textintval>.
28399         (date, number, to_year): Use width of number in digits, not its value,
28400         to determine whether it's a 2-digit year, or a 2-digit time.
28401         (yylex): Store number of digits of numeric tokens.
28402         Reported by John Kendall.
28403
28404         (parser_control): Changed from struct parser_control to typedef (for
28405         consistency).  All uses changed.
28406
28407         (tID): Removed; not used.
28408         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
28409
28410 2000-02-14  Paul Eggert  <eggert@twinsun.com>
28411
28412         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
28413         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
28414
28415 2000-02-12  Jim Meyering  <meyering@lucent.com>
28416
28417         * lib/userspec.c (ISDIGIT): Define it.
28418         (isdigit): Remove definition.
28419         (is_number): Use ISDIGIT, not isdigit.
28420         <libintl.h>: Include.
28421         (_ and N_): Define.
28422         (parse_user_spec): Mark translatable strings.
28423
28424 2000-02-10  Jim Meyering  <meyering@lucent.com>
28425
28426         With these changes, nanosleep.[ch] are finally enough like the other
28427         lib/* replacement files to compile on a few more losing systems.
28428
28429         * lib/nanosleep.h: Don't include config.h.
28430         Remove prototype from declaration of nanosleep.
28431         (PARAMS): Remove now-unneeded definition.
28432         * lib/nanosleep.c: #undef nanosleep.
28433         (rpl_nanosleep): Rename from nanosleep.
28434
28435 2000-02-10  Jim Meyering  <meyering@lucent.com>
28436
28437         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
28438         gnu_nanosleep to rpl_nanosleep.
28439
28440 2000-02-09  Jim Meyering  <meyering@lucent.com>
28441
28442         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
28443         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
28444
28445 2000-02-08  Akim Demaille  <akim@epita.fr>
28446
28447         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
28448         `[' and `]' and remove uses of `changequote'.
28449         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
28450         (AC_SYS_LARGEFILE): Likewise.
28451         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
28452         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
28453         of changequote.
28454         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
28455         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
28456         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
28457         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
28458
28459 2000-02-05  Jim Meyering  <meyering@lucent.com>
28460
28461         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
28462         Remove explicit use of AC_HEADER_TIME.  It is required by
28463         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
28464         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
28465         in autoconf whereby the expansion of the latter ended up preceding
28466         the expansion of its prerequisite, AC_HEADER_TIME.
28467         Reported by Volker Borchert.
28468
28469 2000-02-03  Jim Meyering  <meyering@lucent.com>
28470
28471         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
28472
28473 2000-02-03  Jim Meyering  <meyering@lucent.com>
28474
28475         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
28476         rather than with `#if HAVE_UTMPNAME'.
28477
28478 2000-02-02  Jim Meyering  <meyering@lucent.com>
28479
28480         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
28481         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
28482         Reported by Eli Zaretskii.
28483
28484 2000-02-01  Jim Meyering  <meyering@lucent.com>
28485
28486         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
28487
28488 2000-01-31  Jim Meyering  <meyering@lucent.com>
28489
28490         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
28491         functions.  Add the time.h and sys/time.h headers along with the
28492         AC_REQUIRE'ment of AC_HEADER_TIME.
28493
28494 2000-01-31  Jim Meyering  <meyering@lucent.com>
28495
28496         * lib/nanosleep.h (nanosleep): Guard declaration with
28497         `#if ! HAVE_DECL_NANOSLEEP'.
28498         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
28499         the declaration in that vendor's sys/timers.h.
28500         Reported by Christian Krackowizer.
28501
28502         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
28503         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
28504         (ISPRINT): Likewise.
28505         Reported by Tom Tromey.
28506
28507 2000-01-30  Jim Meyering  <meyering@lucent.com>
28508
28509         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
28510
28511         * m4/prereq.m4 (utmp_includes): Define.
28512         Check for ut_user and ut_name members in both struct utmpx
28513         and struct utmp.
28514
28515 2000-01-30  Jim Meyering  <meyering@lucent.com>
28516
28517         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
28518         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
28519         header files where only utmpx.ut_user is declared.
28520
28521         * lib/readutmp.h (UT_USER): Define.
28522
28523 2000-01-29  Jim Meyering  <meyering@lucent.com>
28524
28525         * m4/lib-check.m4: New file containing library-related checks from
28526         fileutils and sh-utils (textutils had none).
28527
28528 2000-01-28  Jim Meyering  <meyering@lucent.com>
28529
28530         * m4/perl.m4: Change format of warning message to look more like that
28531         from the missing script.  Suggestion from François Pinard.
28532
28533 2000-01-25  Jim Meyering  <meyering@lucent.com>
28534
28535         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
28536         well as time.h in the compile check.
28537         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
28538         Fix typo in cross-compiling case: s/yes/no/.
28539
28540 2000-01-23  Jim Meyering  <meyering@lucent.com>
28541
28542         * m4/jm-macros.m4: Move df-related tests here from
28543         fileutils/configure.in
28544
28545         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
28546         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
28547
28548         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
28549         s/space/ac_fsusage_space/.
28550         (jm_FILE_SYSTEM_USAGE): Take two parameters.
28551
28552         * m4/ftruncate.m4: New file (derived from part of
28553         fileutils/configure.in).
28554         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
28555         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
28556
28557         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
28558         AC_SUBST these here, rather than just in sh-util/configure.in, so
28559         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
28560         all the same.
28561         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
28562         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
28563         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
28564         (AC_SUBST(POW_LIBM)): Likewise.
28565         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
28566
28567 2000-01-23  Jim Meyering  <meyering@lucent.com>
28568
28569         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
28570         obstack.c.
28571
28572 2000-01-22  Jim Meyering  <meyering@lucent.com>
28573
28574         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
28575
28576         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
28577
28578         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
28579         configure.in
28580         (AC_CHECK_HEADERS): Likewise for sh-utils.
28581         (AC_CHECK_HEADERS): Likewise for textutils.
28582         Merge the three lists of headers.
28583
28584         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
28585         from fileutils' configure.in.
28586
28587         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
28588         code. Moved tests into their own function (_jm_DECL_HEADERS) in
28589         check-decl.m4.
28590
28591         * m4/check-decl.m4: Use #if rather than #ifdef.
28592         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
28593         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
28594         (_jm_DECL_HEADERS): Define new function.
28595         (jm_CHECK_DECLARATIONS): Require it.
28596
28597 2000-01-22  Jim Meyering  <meyering@lucent.com>
28598
28599         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
28600         [! HAVE_DECL_STRTOULL]: Declare strtoull.
28601         Required for some AIX systems.  Reported by Christian Krackowizer.
28602         [TESTING] (main): New function.
28603
28604         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
28605         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
28606         letters.
28607
28608         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
28609         iswprint.
28610
28611         * lib/strverscmp.c (ISDIGIT): Define.
28612         (strverscmp): Use ISDIGIT, not isdigit.
28613
28614 2000-01-19  Jim Meyering  <meyering@lucent.com>
28615
28616         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
28617         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
28618         defines `struct timespec' in <sys/time.h>
28619
28620         * m4/c-bs-a.m4: Remove uses of changequote altogether.
28621         Thanks to Akim for explaining.
28622
28623 2000-01-17  Paul Eggert  <eggert@twinsun.com>
28624
28625         * lib/nanosleep.c (nanosleep):
28626         Don't use SA_INTERRUPT to decide whether to call sigaction, as
28627         POSIX.1 doesn't require SA_INTERRUPT and some systems
28628         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
28629         it's been part of POSIX.1 since day 1 (in 1988).
28630
28631 2000-01-17  Jim Meyering  <meyering@lucent.com>
28632
28633         * lib/interlock: Remove unused file.  Reported by François Pinard.
28634
28635 2000-01-16  Paul Eggert  <eggert@twinsun.com>
28636
28637         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
28638         alert, backslash, formfeed, and vertical tab unnecessarily in
28639         shell quoting style.
28640
28641 2000-01-16  Jim Meyering  <meyering@lucent.com>
28642
28643         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
28644         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
28645         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
28646         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
28647
28648 2000-01-16  Jim Meyering  <meyering@lucent.com>
28649
28650         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
28651         because the latter didn't work.
28652
28653 2000-01-15  Jim Meyering  <meyering@lucent.com>
28654
28655         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
28656         (AC_REPLACE_FUNCS): Add memcpy and memset.
28657         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
28658         Add strpbrk.
28659         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
28660
28661 2000-01-12  Jim Meyering  <meyering@lucent.com>
28662
28663         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
28664         (jm_PREREQ): Use it.
28665         (jm_PREREQ_READUTMP): New macro.
28666         (jm_PREREQ): Use it.
28667
28668 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28669
28670         Quote multibyte characters correctly.
28671         * m4/c-bs-a.m4: New file.
28672         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
28673         (jm_PREREQ): Use it.
28674
28675 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28676
28677         * m4/uintmax_t.m4: Port to autoconf 2.13.
28678
28679 2000-01-08  Jim Meyering  <meyering@ascend.com>
28680
28681         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
28682         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
28683
28684 2000-01-04  Jim Meyering  <meyering@ascend.com>
28685
28686         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
28687         jm_STRUCT_DIRENT_D_TYPE.
28688         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
28689         jm_STRUCT_DIRENT_D_INO.
28690         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
28691         jm_STRUCT_UTIMBUF.
28692         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
28693         renamings.
28694         * m4/utime.m4: Likewise.
28695
28696         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
28697         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
28698
28699 2000-01-03  Paul Eggert  <eggert@twinsun.com>
28700
28701         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
28702         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
28703
28704 2000-01-02  Jim Meyering  <meyering@ascend.com>
28705
28706         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
28707         remember if this is necessary.
28708
28709 1999-12-26  Jim Meyering  <meyering@ascend.com>
28710
28711         * m4/jm-macros.m4: Use it here.
28712         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
28713
28714 1999-12-23  Jim Meyering  <meyering@ascend.com>
28715
28716         * m4/jm-macros.m4: Check for clock_gettime (moved from
28717         fileutils/configure.in)
28718         Check for gettimeofday.
28719
28720 1999-12-20  Jim Meyering  <meyering@ascend.com>
28721
28722         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
28723         autoconf-2.14a-1999-12-20.
28724
28725 1999-12-19  Jim Meyering  <meyering@ascend.com>
28726
28727         * m4/lstat-slash.m4: New file.
28728         * m4/jm-macros.m4: Use the new macro:
28729         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28730
28731 1999-12-07  Jim Meyering  <meyering@ascend.com>
28732
28733         * m4/perl.m4: Require that File::Compare be available, too.
28734         Too many systems seem to lack it.
28735
28736         * m4/strftime.m4: Add checks for most of the cpp macros tested in
28737         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
28738
28739 1999-11-18  Paul Eggert  <eggert@twinsun.com>
28740
28741         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
28742         problem with the QNX 4.25 shell, which doesn't propagate exit
28743         status of failed commands inside shell assignments.
28744
28745 1999-11-17  Jim Meyering  <meyering@ascend.com>
28746
28747         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
28748
28749 1999-11-07  Jim Meyering  <meyering@ascend.com>
28750
28751         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
28752
28753 1999-11-06  Jim Meyering  <meyering@ascend.com>
28754
28755         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
28756         * m4/jm-macros.m4 (jm_MACROS): Use it here.
28757
28758 1999-11-05  Jim Meyering  <meyering@ascend.com>
28759
28760         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
28761         configure.in of textutils, fileutils, and sh-utils into this one
28762         (shared between those packages) file.
28763         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
28764         AC_STRUCT_ST_BLKSIZE.
28765
28766 1999-11-03  Jim Meyering  <meyering@ascend.com>
28767
28768         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
28769         of AC_CHECK_TYPE checks includes unistd.h.
28770         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
28771         Suggestion from Akim Demaille.
28772
28773 1999-10-30  Jim Meyering  <meyering@ascend.com>
28774
28775         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
28776         m4-quoted string.
28777         * m4/ls-mntd-fs.m4: Likewise.
28778         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
28779         * m4/jm-winsz1.m4: Likewise.
28780
28781         * m4/const.m4: Remove file, since the fix made it into the experimental
28782         version of autoconf.
28783         * m4/mktime.m4: Likewise.
28784
28785         * m4/check-type.m4: Remove file, now that the latest version of
28786         AC_CHECK_TYPE takes a third arg to specify additional #includes.
28787
28788         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
28789         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
28790         AC_CHECK_TYPE.
28791
28792 1999-10-04  Jim Meyering  <meyering@ascend.com>
28793
28794         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
28795
28796 1999-09-22  Paul Eggert  <eggert@twinsun.com>
28797
28798         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
28799         2.95.1 bug with HP-UX 10.20.
28800
28801 1999-09-17  Jim Meyering  <meyering@ascend.com>
28802
28803         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
28804         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
28805         due to missing strdup (against sh-utils-2.0).
28806
28807 1999-08-29  Jim Meyering  <meyering@ascend.com>
28808
28809         * m4/jm-macros.m4: Require jm_BISON.
28810         * m4/bison.m4: New file.
28811
28812 1999-08-17  Paul Eggert  <eggert@twinsun.com>
28813
28814         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
28815         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
28816
28817 1999-08-05  Jim Meyering  <meyering@ascend.com>
28818
28819         * m4/getline.m4: Rename test file from conftestdata to conftest.data
28820         to avoid conflicts with `conftest' on 8+3 filesystems.
28821         Suggestion from Eli Zaretskii.
28822
28823 1999-08-04  Jim Meyering  <meyering@ascend.com>
28824
28825         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
28826         fileutils and sh-utils (textutils's getline test was inadequate).
28827         (AM_FUNC_GETLINE): Run this test.
28828         (AC_CHECK_FUNCS): Check for getdelim.
28829         Reported by Bob Proulx.
28830
28831 1999-08-02  Jim Meyering  <meyering@ascend.com>
28832
28833         * m4/jm-macros.m4: Add a comment.
28834
28835 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28836
28837         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
28838         <inttypes.h> defines strtoumax as a macro (and not as a
28839         function).
28840
28841 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28842
28843         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
28844         that we can shift, multiply and divide unsigned long long
28845         values; Ultrix cc can't do it.
28846
28847 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28848
28849         * m4/mktime.m4: New file, which is a preview of what should appear
28850         in the next public autoconf release.
28851
28852 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28853
28854         * m4/lfs.m4: Remove this file.
28855         * m4/largefile.m4: New file.  It contains the old contents of
28856         lfs.m4, except that all names with prefix AC_LFS have been
28857         changed to use the prefix AC_SYS_LARGEFILE instead, to be
28858         compatible with future autoconf versions.  Also, some minor m4
28859         quoting problems have been fixed.
28860
28861 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28862
28863         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
28864         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
28865         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
28866         and simplify the shell code.
28867
28868 1999-08-01  Jim Meyering  <meyering@ascend.com>
28869
28870         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
28871         m4.
28872
28873 1999-07-20  Jim Meyering  <meyering@ascend.com>
28874
28875         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
28876
28877 1999-07-15  Jim Meyering  <meyering@ascend.com>
28878
28879         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
28880
28881 1999-05-22  Jim Meyering  <meyering@ascend.com>
28882
28883         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
28884
28885 1999-05-20  Jim Meyering  <meyering@ascend.com>
28886
28887         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
28888         Add a colon after each `then' in case $4 is empty.
28889
28890 1999-05-16  Jim Meyering  <meyering@ascend.com>
28891
28892         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
28893
28894 1999-05-10  Jim Meyering  <meyering@ascend.com>
28895
28896         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
28897
28898         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
28899         AC_FUNC_MKTIME.
28900
28901 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
28902
28903         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
28904
28905 1999-05-04  Paul Eggert  <eggert@twinsun.com>
28906
28907         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
28908         not CPPFLAGS, so that linking works correctly in IRIX.
28909
28910 1999-04-30  Paul Eggert  <eggert@twinsun.com>
28911
28912         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
28913
28914 1999-04-20  Paul Eggert  <eggert@twinsun.com>
28915
28916         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
28917         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
28918         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
28919         jm_AC_TYPE_UNSIGNED_LONG_LONG.
28920         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
28921
28922         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
28923
28924 1999-04-20  Jim Meyering  <meyering@ascend.com>
28925
28926         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
28927         AC_REPLACE xstroull if necessary.  From Paul Eggert.
28928         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
28929
28930 1999-04-18  Jim Meyering  <meyering@ascend.com>
28931
28932         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
28933         * m4/jm-macros.m4: Use it.
28934
28935 1999-04-06  Jim Meyering  <meyering@ascend.com>
28936
28937         * m4/strftime.m4: Remove test for %f.
28938
28939 1999-03-29  Jim Meyering  <meyering@ascend.com>
28940
28941         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
28942         superset of the AC_TYPE_* checks in the textutils, fileutils,
28943         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
28944         AC_TYPE_PID_T.
28945
28946 1999-03-28  Jim Meyering  <meyering@ascend.com>
28947
28948         * m4/jm-macros.m4: Define GNU_PACKAGE here.
28949         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
28950         replaced e.g., in the *.sh files of the sh-utils.
28951
28952 1999-03-20  Jim Meyering  <meyering@ascend.com>
28953
28954         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
28955         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
28956         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
28957
28958 1999-03-19  Jim Meyering  <meyering@ascend.com>
28959
28960         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
28961
28962 1999-03-12  Jim Meyering  <meyering@ascend.com>
28963
28964         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
28965
28966 1999-03-07  Jim Meyering  <meyering@ascend.com>
28967
28968         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
28969         declared.
28970
28971 1999-02-17  Jim Meyering  <meyering@ascend.com>
28972
28973         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
28974         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
28975
28976 1999-02-07  Jim Meyering  <meyering@ascend.com>
28977
28978         * m4/group-member.m4: New file -- extracted from sh-utils'
28979         configure.in.
28980
28981         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
28982         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
28983
28984 1999-02-06  Jim Meyering  <meyering@ascend.com>
28985
28986         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
28987         * m4/fnmatch.m4: Likewise.
28988         * m4/getgroups.m4: Likewise.
28989         * m4/lstat.m4: Likewise.
28990         * m4/malloc.m4: Likewise.
28991         * m4/putenv.m4: Likewise.
28992         * m4/realloc.m4: Likewise.
28993         * m4/regex.m4: Likewise.
28994         * m4/stat.m4: Likewise.
28995         * m4/strftime.m4: Likewise.
28996         Suggestion from Alain Magloire.
28997
28998         * m4/chown.m4: Use `.$ac_objext', not `.o'.
28999         * m4/fnmatch.m4: Likewise.
29000         * m4/getgroups.m4: Likewise.
29001         * m4/getline.m4: Likewise.
29002         * m4/lstat.m4: Likewise.
29003         * m4/malloc.m4: Likewise.
29004         * m4/memcmp.m4: Likewise.
29005         * m4/putenv.m4: Likewise.
29006         * m4/realloc.m4: Likewise.
29007         * m4/regex.m4: Likewise.
29008         * m4/stat.m4: Likewise.
29009         * m4/strftime.m4: Likewise.
29010         Suggestion from Alain Magloire.
29011
29012         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
29013         an argument.
29014
29015         * m4/regex.m4: Add a run-time Test for proper operation of
29016         re_compile_pattern.
29017
29018 1999-01-31  Jim Meyering  <meyering@ascend.com>
29019
29020         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
29021
29022 1999-01-30  Jim Meyering  <meyering@ascend.com>
29023
29024         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
29025
29026         * m4/jm-mktime.m4: Make this a wrapper around the official
29027         AM_FUNC_MKTIME rather than my private copy, now that the official one
29028         is up to date.
29029         * m4/mktime.m4: Remove file.
29030
29031         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
29032         * m4/uptime.m4: Likewise.
29033         * m4/uintmax_t.m4: Likewise.
29034
29035 1999-01-28  Jim Meyering  <meyering@ascend.com>
29036
29037         * m4/jm-macros.m4: Use jm_AFS.
29038         * m4/afs.m4: New file (from fileutils' configure.in).
29039
29040         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
29041         * m4/chown.m4: Likewise.
29042         * m4/d-ino.m4: Likewise.
29043         * m4/d-type.m4: Likewise.
29044         * m4/fnmatch.m4: Likewise.
29045         * m4/getgroups.m4: Likewise.
29046         * m4/gettext.m4: Likewise.
29047         * m4/jm-mktime.m4: Likewise.
29048         * m4/jm-winsz2.m4: Likewise.
29049         * m4/lcmessage.m4: Likewise.
29050         * m4/ls-mntd-fs.m4: Likewise.
29051         * m4/malloc.m4: Likewise.
29052         * m4/memcmp.m4: Likewise.
29053         * m4/putenv.m4: Likewise.
29054         * m4/realloc.m4: Likewise.
29055         * m4/st_mtim.m4: Likewise.
29056         * m4/strftime.m4: Likewise.
29057
29058 1999-01-16  Jim Meyering  <meyering@ascend.com>
29059
29060         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
29061         (ARGMATCH_DIE_DECL): Define.
29062
29063 1999-01-12  Jim Meyering  <meyering@ascend.com>
29064
29065         * m4/Makefile.am.in: Rewrite to avoid using fmt.
29066         Reported by Lars Hecking.
29067
29068 1999-01-10  Jim Meyering  <meyering@ascend.com>
29069
29070         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
29071         gross kludge.
29072         * m4/inttypes_h.m4: Likewise.
29073         * m4/lstat.m4: Likewise.
29074         * m4/malloc.m4: Likewise.
29075         * m4/readdir.m4: Likewise.
29076         * m4/realloc.m4: Likewise.
29077         * m4/st_dm_mode.m4: Likewise.
29078         * m4/stat.m4: Likewise.
29079         * m4/utimbuf.m4: Likewise.
29080         * m4/utimes.m4: Likewise.
29081
29082         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
29083         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
29084         comments in config.h.in are meaningful.
29085
29086         * m4/jm-macros.m4: Require autoconf-2.13 here.
29087
29088         * m4/regex.m4: By default, don't use the included regex.c on systems
29089         with glibc 2.  Suggestion from Uli Drepper.
29090
29091 1999-01-02  Jim Meyering  <meyering@ascend.com>
29092
29093         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
29094
29095 1998-12-18  Jim Meyering  <meyering@ascend.com>
29096
29097         * m4/Makefile.am.in (Makefile.am): Simplify rule.
29098         Based on a suggestion from Lars Hecking.
29099
29100 1998-11-16  Paul Eggert  <eggert@twinsun.com>
29101
29102         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
29103
29104 1998-11-16  Jim Meyering  <meyering@ascend.com>
29105
29106         * m4/lfs.m4: Double-quote the `uname...` expression.
29107
29108 1998-11-14  Jim Meyering  <meyering@ascend.com>
29109
29110         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
29111         * m4/stat.m4: Likewise.
29112
29113 1998-11-03  Jim Meyering  <meyering@ascend.com>
29114
29115         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
29116         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
29117
29118 1998-10-18  Jim Meyering  <meyering@ascend.com>
29119
29120         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
29121
29122 1998-10-17  Jim Meyering  <meyering@ascend.com>
29123
29124         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
29125         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
29126         calls for those previously hard-coded headers.  Instead, take a new
29127         parameter.
29128         (jm_CHECK_DECLARATIONS): Reflect interface change.
29129         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
29130         (jm_CHECK_DECL_LOCALTIME_R): New macro.
29131
29132         * m4/mktime.m4: Test for spring-forward gap before long-running test.
29133
29134 1998-10-14  Jim Meyering  <meyering@ascend.com>
29135
29136         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
29137         instead of "TZ=America/Vancouver".  From Paul Eggert.
29138
29139 1998-10-11  Jim Meyering  <meyering@ascend.com>
29140
29141         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
29142         This adds a test for a recently added compatibility fix for mktime.c.
29143         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
29144
29145 1998-09-27  Jim Meyering  <meyering@ascend.com>
29146
29147         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
29148
29149         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
29150         ../configure.in, including a change from Gordon Matzigkeit to allow
29151         cross-compiling for the Hurd.
29152
29153         * m4/glibc.m4: New file/macro to test for the GNU C Library
29154         versions 1 and 2.  From Gordon Matzigkeit.
29155         Indent.
29156
29157 1998-09-21  Jim Meyering  <meyering@ascend.com>
29158
29159         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
29160
29161 1998-08-18  Paul Eggert  <eggert@twinsun.com>
29162
29163         Port nanosecond-resolution times to UnixWare 2.1.2 and
29164         pedantic Solaris 2.6.
29165
29166         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
29167         AC_STRUCT_ST_MTIM.
29168         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
29169         Generate name of ns member, instead of just 1 or undef.
29170         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
29171
29172 1998-08-15  Jim Meyering  <meyering@ascend.com>
29173
29174         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
29175         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
29176         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
29177         instead of jm_TYPE_SSIZE_T.
29178
29179 1998-08-12  Jim Meyering  <meyering@ascend.com>
29180
29181         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
29182
29183 1998-08-02  Jim Meyering  <meyering@ascend.com>
29184
29185         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
29186         in acconfig.h manually.
29187
29188 1998-07-31  Paul Eggert  <eggert@twinsun.com>
29189
29190         * m4/st_mtim.m4: New file.
29191
29192 1998-07-28  Jim Meyering  <meyering@ascend.com>
29193
29194         * m4/utimes.m4: Undef stat.
29195
29196 1998-07-25  Jim Meyering  <meyering@ascend.com>
29197
29198         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
29199         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
29200
29201 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
29202
29203         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
29204         uid and gid actually remain unchanged.
29205
29206 1998-07-07  Jim Meyering  <meyering@ascend.com>
29207
29208         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
29209
29210 1998-07-04  Jim Meyering  <meyering@ascend.com>
29211
29212         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
29213         to prove that this macro can be used in packages without regex.c.
29214
29215 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
29216
29217         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
29218         is to be used.
29219
29220 1998-07-03  Jim Meyering  <meyering@ascend.com>
29221
29222         * m4/gettext.m4: Add -lintl if it's found to be necessary.
29223
29224         * m4/gettext.m4: New file -- from gettext-0.10.35.
29225         * m4/lcmessage.m4: Likewise.
29226         * m4/progtest.m4: Likewise.
29227
29228         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
29229         * m4/jm-macros.m4: Require the new macro.
29230
29231 1998-06-29  Jim Meyering  <meyering@ascend.com>
29232
29233         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
29234         for the definition of NGROUPS (used in a system header included
29235         by sys/mount.h).
29236
29237 1998-06-28  Jim Meyering  <meyering@ascend.com>
29238
29239         * m4/ls-mntd-fs.m4: New file.
29240         * m4/fstypename.m4: New file.
29241
29242         * m4/jm-macros.m4: Require the new macro.
29243         * m4/jm-glibc-io.m4: New file.
29244
29245 1998-05-19  Jim Meyering  <meyering@ascend.com>
29246
29247         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
29248         * m4/lchown.m4: New file.
29249
29250         * m4/Makefile.am.in: New file.
29251         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
29252
29253 1998-05-14  Jim Meyering  <meyering@ascend.com>
29254
29255         * m4/Makefile.am (EXTRA_DIST): Add them.
29256         * m4/jm-macros.m4: New file.
29257         * m4/utimbuf.m4: New file.
29258
29259 1998-05-12  Jim Meyering  <meyering@ascend.com>
29260
29261         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
29262
29263 1998-05-11  Jim Meyering  <meyering@ascend.com>
29264
29265         * m4/isc-posix.m4: New file.
29266
29267 1998-05-10  Jim Meyering  <meyering@ascend.com>
29268
29269         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
29270
29271 1998-05-09  Jim Meyering  <meyering@ascend.com>
29272
29273         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
29274         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
29275         with automake.
29276
29277         * m4/ssize_t.m4: New file.
29278         * m4/mktime.m4: Remove file -- the new automake has this now.
29279
29280 1998-04-26  Jim Meyering  <meyering@ascend.com>
29281
29282         * m4/assert.m4: New file.
29283         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
29284
29285 1998-04-05  Jim Meyering  <meyering@ascend.com>
29286
29287         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
29288         (jm_PREREQ): Use it here.
29289
29290 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
29291
29292         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
29293         in acconfig.h.
29294
29295 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
29296
29297         * m4/prereq.m4: New file.
29298         * m4/error.m4: New file.
29299         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
29300
29301 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
29302
29303         * m4/getline.m4: Don't set am_cv_func_working_getline before the
29304         cache-check for the same variable -- that defeated the purpose of
29305         the test; the test program was never run.  This was a problem only
29306         on systems with losing getline functions -- HP-UX 10.20 is one.
29307         Reported by Bjorn Helgaas.
29308
29309 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
29310
29311         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
29312
29313 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
29314
29315         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
29316
29317         * m4/const.m4: New file.  Use an initializer in this declaration
29318         typedef int charset[2]; const charset x;
29319         Reported by Bob Glickstein.
29320
29321 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
29322
29323         * m4/chown.m4: Fix reversed types on -1 args to chown.
29324         From Kaveh Ghazi.
29325
29326 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
29327
29328         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
29329         Add lseek and memchr.
29330
29331         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
29332         T.E.Dickey <dickey@clark.net> said that some older preprocessors
29333         have a 20-character limit on names.
29334
29335 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
29336
29337         * m4/inttypes_h.m4: New file.
29338         * m4/uintmax_t.m4: New file.
29339         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
29340
29341 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
29342   Free Software Foundation, Inc.
29343 Copying and distribution of this file, with or without modification,
29344 are permitted provided the copyright notice and this notice are preserved.