2c119fcb89d39b94ddee68a05e2b5afb18337a36
[gnulib.git] / ChangeLog
1 2007-04-02  Eric Blake  <ebb9@byu.net>
2
3         * lib/ldexpl.c (includes): Avoid libm.
4
5         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
6
7 2007-04-02  Bruno Haible  <bruno@clisp.org>
8
9         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
10         on IRIX.
11
12 2007-04-02  Bruno Haible  <bruno@clisp.org>
13
14         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
15         x86 or x86_64 platforms running MacOS X.
16         Reported by Ryan Schmidt <@ryandesign.com>.
17
18 2007-04-02  Bruno Haible  <bruno@clisp.org>
19
20         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
21         i386.
22
23 2007-04-01  Simon Josefsson  <simon@josefsson.org>
24
25         * modules/crypto/arcfour: Moved from ../.
26         * modules/crypto/arcfour-tests: Moved from ../.
27         * modules/crypto/arctwo: Moved from ../.
28         * modules/crypto/arctwo-tests: Moved from ../.
29         * modules/crypto/des: Moved from ../.
30         * modules/crypto/des-tests: Moved from ../.
31         * modules/crypto/gc-arcfour: Moved from ../.
32         * modules/crypto/gc-arcfour-tests: Moved from ../.
33         * modules/crypto/gc-arctwo: Moved from ../.
34         * modules/crypto/gc-arctwo-tests: Moved from ../.
35         * modules/crypto/gc-des: Moved from ../.
36         * modules/crypto/gc-des-tests: Moved from ../.
37         * modules/crypto/gc-hmac-md5: Moved from ../.
38         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
39         * modules/crypto/gc-hmac-sha1: Moved from ../.
40         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
41         * modules/crypto/gc-md2: Moved from ../.
42         * modules/crypto/gc-md2-tests: Moved from ../.
43         * modules/crypto/gc-md4: Moved from ../.
44         * modules/crypto/gc-md4-tests: Moved from ../.
45         * modules/crypto/gc-md5: Moved from ../.
46         * modules/crypto/gc-md5-tests: Moved from ../.
47         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
48         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
49         * modules/crypto/gc-random: Moved from ../.
50         * modules/crypto/gc-rijndael: Moved from ../.
51         * modules/crypto/gc-rijndael-tests: Moved from ../.
52         * modules/crypto/gc-sha1: Moved from ../.
53         * modules/crypto/gc-sha1-tests: Moved from ../.
54         * modules/crypto/gc-tests: Moved from ../.
55         * modules/crypto/hmac-md5: Moved from ../.
56         * modules/crypto/hmac-md5-tests: Moved from ../.
57         * modules/crypto/hmac-sha1: Moved from ../.
58         * modules/crypto/hmac-sha1-tests: Moved from ../.
59         * modules/crypto/md2: Moved from ../.
60         * modules/crypto/md2-tests: Moved from ../.
61         * modules/crypto/md4: Moved from ../.
62         * modules/crypto/md4-tests: Moved from ../.
63         * modules/crypto/md5: Moved from ../.
64         * modules/crypto/md5-tests: Moved from ../.
65         * modules/crypto/memxor: Moved from ../.
66         * modules/crypto/rijndael: Moved from ../.
67         * modules/crypto/rijndael-tests: Moved from ../.
68         * modules/crypto/sha1: Moved from ../.
69
70 2007-03-30  James Youngman  <jay@gnu.org>
71
72         * tests/test-stat-time.c (prepare_test): use chmod() rather than
73         rename() to change the ctime of a file (because ctime is unaffected
74         by rename on jfs2 on AIX 5.1).
75         (main): Start by doing cleanup, in case a previous run failed leaving
76         test files behind.
77
78 2007-03-31  Bruno Haible  <bruno@clisp.org>
79
80         Support old proprietary implementations of iconv.
81         * modules/iconv_open: New file.
82         * lib/iconv_.h: New file.
83         * m4/iconv_h.m4: New file.
84         * lib/iconv_open.c: New file.
85         * lib/iconv_open-aix.gperf: New file.
86         * lib/iconv_open-hpux.gperf: New file.
87         * lib/iconv_open-irix.gperf: New file.
88         * lib/iconv_open-osf.gperf: New file.
89         * m4/iconv_open.m4: New file.
90         * modules/linebreak (Depends-on): Add iconv_open.
91         * modules/striconv (Depends-on): Likewise.
92         * modules/striconveh (Depends-on): Likewise.
93         * modules/unicodeio (Depends-on): Likewise.
94         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
95         (iconv_t)(-1).
96         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
97         conversion if cd is (iconv_t)(-1).
98         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
99         is not possible.
100
101 2007-03-31  Bruno Haible  <bruno@clisp.org>
102
103         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
104         work on Solaris either. Protect also second use of "autodetect_jp".
105
106 2007-03-31  Bruno Haible  <bruno@clisp.org>
107
108         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
109         the function is not present.
110
111 2007-03-31  Bruno Haible  <bruno@clisp.org>
112
113         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
114         the function is not present.
115
116 2007-03-31  Bruno Haible  <bruno@clisp.org>
117
118         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
119         a bug in HP-UX iconv_open().
120
121 2007-03-31  Bruno Haible  <bruno@clisp.org>
122
123         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
124         (Mathematics <math.h>): New section, add fpieee.
125         (Input/output <stdio.h>): Add fseterr.
126         (Mathematics <math.h>): New section, add printf-frexp.
127         (Container data structures): Add sublist.
128         (Core language properties): Add fpucw, inline.
129         (Functions for greatest-width integer types <inttypes.h>): Add
130         imaxabs, imaxdiv, inttypes.
131         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
132         isnanl-nolibm, ldexp.
133         (Mathematics <math.h>): New section, add printf-frexpl.
134         (Support for systems lacking POSIX:2001): Add fprintf-posix,
135         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
136         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
137         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
138         (Unicode string functions): Add unistr/u*-mbtoucr.
139         (Java): Add javacomp-script, javaexec-script.
140         (C#): Add csharpcomp-script, csharpexec-script.
141         (Support for building libraries and executables): Add havelib,
142         relocatable-*.
143         (Support for maintaining and releasing projects): Renamed from
144         'Support for maintaining and release projects'. Add announce-gen.
145
146 2007-03-31  Bruno Haible  <bruno@clisp.org>
147
148         * README: Talk primarily about git.
149         (git and CVS): Renamed from CVS.
150         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
151         gnulib is available through git.
152         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
153
154 2007-03-30  Bruno Haible  <bruno@clisp.org>
155
156         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
157         * lib/poll_.h: Likewise.
158         * lib/stat_.h: Likewise.
159         * lib/sys_time_.h: Likewise.
160         * lib/sysexit_.h: Likewise.
161         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
162         * lib/stdbool_.h: Likewise.
163         * lib/byteswap_.h: Add double-inclusion guard.
164
165 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
166
167         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
168
169 2007-03-30  Karl Berry  <karl@gnu.org>
170
171         * config/srclist-update: double space after USA in the license
172         substitution, since that's how it's usually (?) written.
173
174 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
175
176         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
177         reported by Bruno Haible.
178
179 2007-03-29  Bruno Haible  <bruno@clisp.org>
180
181         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
182         a bug in AIX iconv().
183
184 2007-03-29  Bruno Haible  <bruno@clisp.org>
185
186         * modules/ldexpl-tests: New file.
187         * tests/test-ldexpl.c: New file.
188
189 2007-03-29  Bruno Haible  <bruno@clisp.org>
190
191         * lib/ldexpl.c: Include fpucw.h.
192         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
193         multiplication.
194         * modules/ldexpl (Depends-on): Add fpucw.
195
196 2007-03-29  Bruno Haible  <bruno@clisp.org>
197
198         * modules/ldexpl: New file.
199         * m4/ldexpl.m4: New file.
200         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
201         set.
202         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
203         REPLACE_LDEXPL.
204         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
205         REPLACE_LDEXPL.
206         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
207         gl_FUNC_LDEXPL_WORKS.
208         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
209         * modules/mathl (Files): Remove lib/ldexpl.c.
210         (Depends-on): Add ldexpl.
211
212 2007-03-29  Bruno Haible  <bruno@clisp.org>
213
214         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
215
216 2007-03-29  Bruno Haible  <bruno@clisp.org>
217
218         * tests/test-striconveh.c (main): Don't assume that a direct conversion
219         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
220         and possibly also HP-UX.
221         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
222         work on AIX, IRIX, HP-UX, OSF/1.
223         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
224         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
225         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
226         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
227         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
228         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
229
230 2007-03-29  Bruno Haible  <bruno@clisp.org>
231
232         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
233
234 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
235
236         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
237         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
238
239 2007-03-29  Eric Blake  <ebb9@byu.net>
240
241         * lib/acl-internal.h: Remove redundant include.
242         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
243         Cygwin when a file is locked.
244
245 2007-03-29  Bruno Haible  <bruno@clisp.org>
246
247         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
248         file.
249         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
250
251 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
252
253         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
254         try to remove a parent directory if the child couldn't be removed
255         (except for the first rmdir, which could fail because the child
256         doesn't exist).  Problem reported by Jeff Blaine in
257         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
258
259 2007-03-28  Bruno Haible  <bruno@clisp.org>
260
261         * lib/striconveh.c (utf8conv_carefully): New function.
262         (mem_cd_iconveh_internal): Invoke it.
263
264 2007-03-28  Bruno Haible  <bruno@clisp.org>
265
266         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
267         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
268         input.
269         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
270         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
271         unistr/u8-uctomb.
272
273 2007-03-28  Bruno Haible  <bruno@clisp.org>
274
275         * modules/unistr/u8-mbtoucr: New file.
276         * lib/unistr/u8-mbtoucr.c: New file.
277         * modules/unistr/u16-mbtoucr: New file.
278         * lib/unistr/u16-mbtoucr.c: New file.
279         * modules/unistr/u16-mbtoucr: New file.
280         * lib/unistr/u16-mbtoucr.c: New file.
281         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
282
283 2007-03-27  Simon Josefsson  <simon@josefsson.org>
284             Bruno Haible  <bruno@clisp.org>
285
286         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
287         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
288         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
289
290         * m4/stdio_h.m4: Add stubs for vasprintf too.
291
292         * modules/stdio: Support vasprintf in sed command.
293
294         * modules/vasprintf: Depend on stdio for prototypes.  Remove
295         vasprintf.h.  Add stdio module indicator.
296
297         * lib/stdio_.h: Declare asprintf and vasprintf, based on
298         vasprintf.h.
299
300         * lib/vasprintf.h: File removed.
301
302         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
303         * lib/vasprintf.c: Ditto.
304         * lib/xvasprintf.c: Ditto.
305         * tests/test-vasprintf-posix.c: Ditto.
306         * tests/test-vasprintf.c: Ditto.
307
308 2007-03-27  Bruno Haible  <bruno@clisp.org>
309
310         Make vasnprintf multithread-safe.
311         * lib/vasnprintf.c (decimal_point_char): New function.
312         (VASNPRINTF): Use it.
313         Suggested by Simon Josefsson.
314
315 2007-03-27  Eric Blake  <ebb9@byu.net>
316
317         Support sub-second birthtime on cygwin.
318         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
319         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
320         (get_stat_birthtime): Also work with st_birthtim.
321
322 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
323
324         * lib/stat-time.h (USE_BIRTHTIME): Remove.
325         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
326         (get_stat_birthtime_ns): Do not try to use "spare" fields.
327         (get_stat_birthtime_ns): Simplify compile-time tests.
328         (get_stat_birthtime): Change the API to look like
329         get_stat_mtime etc., except return a negative tv_nsec on error.
330         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
331         Don't check for "spare" fields.
332         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
333         or for struct stat.st_birthtime, as these tests aren't used.
334         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
335
336 2007-03-27  Bruno Haible  <bruno@clisp.org>
337
338         * lib/stat-time.h: Include <sys/stat.h>.
339
340 2007-03-27  James Youngman  <jay@gnu.org>
341
342         * lib/stat-time.h (get_stat_birthtime): New function for
343           retrieving st_birthtime as provided by UFS2 (hence *BSD).
344         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
345           and its variants.
346         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
347         * modules/stat-time-test: New file.
348         * tests/test-stat-time.c: New test, devised by Bruno Haible.
349
350 2007-03-26  Bruno Haible  <bruno@clisp.org>
351
352         Better support of signalling NaNs.
353         * lib/atanl.c: Include isnanl.h.
354         (atanl): Perform test for NaN at the beginning of the function and
355         through a call to isnanl.
356         * lib/cosl.c: Include isnanl.h.
357         (cosl): Perform test for NaN at the beginning of the function and
358         through a call to isnanl.
359         * lib/ldexpl.c: Include isnanl.h.
360         (ldexpl): Perform test for NaN through a call to isnanl.
361         * lib/logl.c: Include isnanl.h.
362         (logl): Perform test for NaN at the beginning of the function and
363         through a call to isnanl.
364         * lib/sinl.c: Include isnanl.h.
365         (sinl): Perform test for NaN at the beginning of the function and
366         through a call to isnanl.
367         * lib/sqrtl.c: Include isnanl.h.
368         (sqrtl): Perform test for NaN at the beginning of the function and
369         through a call to isnanl.
370         * lib/tanl.c: Include isnanl.h.
371         (tanl): Perform test for NaN at the beginning of the function and
372         through a call to isnanl.
373         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
374         * modules/mathl (Depends-on): Add isnanl.
375
376 2007-03-26  Eric Blake  <ebb9@byu.net>
377
378         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
379         regression in logic sense of previous patch.
380
381 2007-03-26  Bruno Haible  <bruno@clisp.org>
382
383         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
384         unportable shell command "if ! ...".
385         Reported by Ralf Wildenhues.
386
387 2007-03-25  Bruno Haible  <bruno@clisp.org>
388
389         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
390         <sysexits.h> file, and only add EX_CONFIG.
391         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
392         absolute file name and whether it is sufficient. Substitute also
393         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
394         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
395         ABSOLUTE_SYSEXITS_H into sysexits.h.
396
397 2007-03-25  Bruno Haible  <bruno@clisp.org>
398
399         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
400         hints is NULL.
401
402 2007-03-25  Bruno Haible  <bruno@clisp.org>
403
404         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
405         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
406
407 2007-03-25  Bruno Haible  <bruno@clisp.org>
408
409         * lib/vasnprintf.c: Include langinfo.h.
410         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
411         multithread-safe.
412         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
413         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
414         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
415         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
416         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
417         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
418         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
419         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
420         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
421         Reported by Simon Josefsson.
422
423 2007-03-25  Bruno Haible  <bruno@clisp.org>
424
425         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
426         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
427         * modules/vasnprintf (Depends-on): Add stdint.
428
429 2007-03-25  Bruno Haible  <bruno@clisp.org>
430
431         * modules/fpieee: New file.
432         * m4/fpieee.m4: New file.
433         * modules/isnan-nolibm (Depends-on): Add fpieee.
434         * modules/isnanl-nolibm (Depends-on): Add fpieee.
435         * modules/isnanl (Depends-on): Add fpieee.
436
437 2007-03-25  Bruno Haible  <bruno@clisp.org>
438
439         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
440
441 2007-03-25  Bruno Haible  <bruno@clisp.org>
442
443         Avoid test failures on IRIX 6.5.
444         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
445         (main): Use it.
446         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
447         macros.
448         (main): Use them.
449
450 2007-03-25  Bruno Haible  <bruno@clisp.org>
451
452         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
453         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
454         exists but doesn't work.
455         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
456         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
457         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
458         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
459
460 2007-03-25  Bruno Haible  <bruno@clisp.org>
461
462         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
463         returns inf. Needed on IRIX 6.5.
464
465 2007-03-25  Bruno Haible  <bruno@clisp.org>
466
467         * tests/test-frexpl.c: Include isnanl-nolibm.h.
468         (main): Use isnanl instead of x != x idiom.
469         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
470
471         * tests/test-frexp.c: Include isnan.h.
472         (main): Use isnan instead of x != x idiom.
473         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
474
475 2007-03-25  Bruno Haible  <bruno@clisp.org>
476
477         * tests/test-frexp.c (NaN): New function/macro.
478         (main): Use it instead of 0.0 / 0.0.
479         * tests/test-isnan.c (NaN): New function/macro.
480         (main): Use it instead of 0.0 / 0.0.
481         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
482         (test_function): Use it instead of 0.0 / 0.0.
483         * tests/test-vasprintf-posix.c (NaN): New function/macro.
484         (test_function): Use it instead of 0.0 / 0.0.
485         * tests/test-snprintf-posix.h (NaN): New function/macro.
486         (test_function): Use it instead of 0.0 / 0.0.
487         * tests/test-sprintf-posix.h (NaN): New function/macro.
488         (test_function): Use it instead of 0.0 / 0.0.
489         * tests/test-fprintf-posix.h (NaN): New function/macro.
490         (test_function): Use it instead of 0.0 / 0.0.
491         * tests/test-printf-posix.h (NaN): New function/macro.
492         (test_function): Use it instead of 0.0 / 0.0.
493
494         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
495
496 2007-03-25  Bruno Haible  <bruno@clisp.org>
497
498         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
499
500 2007-03-25  Bruno Haible  <bruno@clisp.org>
501
502         * lib/regexec.c (merge_state_with_log): Make static.
503
504 2007-03-25  Bruno Haible  <bruno@clisp.org>
505
506         * lib/trigl.c (kernel_rem_pio2): Make static.
507
508 2007-03-25  Bruno Haible  <bruno@clisp.org>
509
510         * lib/sincosl.c (sincosl_table): Make static.
511
512 2007-03-25  Bruno Haible  <bruno@clisp.org>
513
514         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
515         if the compiler does not support C99.
516
517 2007-03-25  Bruno Haible  <bruno@clisp.org>
518
519         * modules/time (Makefile.am): Ensure all rule action lines start with a
520         tab.
521
522 2007-03-24  Bruno Haible  <bruno@clisp.org>
523
524         * modules/tsearch-tests: New file.
525         * tests/test-tsearch.sh: New file.
526         * tests/test-tsearch.c: New file, mostly copied from glibc.
527
528         * modules/search-tests: New file.
529         * tests/test-search.c: New file.
530
531         * modules/search: New file.
532         * lib/search_.h: New file, incorporating lib/tsearch.h.
533         * m4/search_h.m4: New file.
534         * lib/tsearch.h: Remove file.
535         * lib/tsearch.c: Include search.h instead of tsearch.h.
536         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
537         HAVE_TSEARCH.
538         * modules/tsearch (Files): Remove lib/tsearch.h.
539         (Depends-on): Add search.
540         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
541         (Include): Change tsearch.h into search.h.
542
543 2007-03-24  Bruno Haible  <bruno@clisp.org>
544
545         * modules/fpucw: New file.
546         * lib/fpucw.h: New file.
547         * lib/frexp.c: Include fpucw.h.
548         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
549         (FUNC): Use them.
550         * lib/printf-frexp.c: Include fpucw.h.
551         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
552         (FUNC): Use them.
553         * lib/vasnprintf.c: Include fpucw.h.
554         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
555         'long double' calculations.
556         * tests/test-frexpl.c: Include fpucw.h.
557         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
558         * tests/test-printf-frexpl.c: Include fpucw.h.
559         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
560         * modules/frexpl (Depends-on): Add fpucw.
561         * modules/printf-frexpl (Depends-on): Likewise.
562         * modules/fprintf-posix (Depends-on): Likewise.
563         * modules/snprintf-posix (Depends-on): Likewise.
564         * modules/sprintf-posix (Depends-on): Likewise.
565         * modules/vasnprintf-posix (Depends-on): Likewise.
566         * modules/vasprintf-posix (Depends-on): Likewise.
567         * modules/vfprintf-posix (Depends-on): Likewise.
568         * modules/vsnprintf-posix (Depends-on): Likewise.
569         * modules/vsprintf-posix (Depends-on): Likewise.
570         * modules/frexpl-tests (Depends-on): Likewise.
571         * modules/printf-frexpl-tests (Depends-on): Likewise.
572
573 2007-03-24  Bruno Haible  <bruno@clisp.org>
574
575         * lib/float+.h: New file.
576         * lib/isnan.c: Include float+.h.
577         (SIZE): New macro.
578         (FUNC): Compare only SIZE bytes of the value.
579         * lib/vasnprintf.c: Include float+.h.
580         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
581         SIZEOF_LDBL or SIZEOF_DBL bytes.
582         * modules/isnan-nolibm (Files): Add lib/float+.h.
583         * modules/isnanl-nolibm (Files): Add lib/float+.h.
584         * modules/isnanl (Files): Add lib/float+.h.
585         * modules/vasnprintf (Files): Add lib/float+.h.
586
587 2007-03-24  Bruno Haible  <bruno@clisp.org>
588
589         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
590         include isnanl-nolibm.h.
591
592 2007-03-24  Bruno Haible  <bruno@clisp.org>
593
594         * tests/test-read-file.c (main): Don't produce spurious output for
595         expected situations. Make the test fail if it encountered unexpected
596         results.
597
598 2007-03-24  Bruno Haible  <bruno@clisp.org>
599
600         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
601         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
602
603 2007-03-24  Bruno Haible  <bruno@clisp.org>
604
605         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
606
607 2007-03-24  Bruno Haible  <bruno@clisp.org>
608
609         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
610         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
611
612         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
613         * modules/utf8-ucs4: Turn into a symbolic link to module
614         unistr/u8-mbtouc.
615
616         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
617         utf8-ucs4-unsafe.
618         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
619         unistr/u8-mbtouc-unsafe.
620
621         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
622         * modules/utf16-ucs4: Turn into a symbolic link to module
623         unistr/u16-mbtouc.
624
625         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
626         utf16-ucs4-unsafe.
627         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
628         unistr/u16-mbtouc-unsafe.
629
630         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
631         * modules/ucs4-utf8: Turn into a symbolic link to module
632         unistr/u8-ubtomb.
633
634         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
635         * modules/ucs4-utf16: Turn into a symbolic link to module
636         unistr/u16-ubtomb.
637
638 2007-03-24  Bruno Haible  <bruno@clisp.org>
639
640         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
641         Enable the function only if HAVE_INLINE.
642         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
643         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
644         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
645         Enable the function only if HAVE_INLINE.
646         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
647         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
648         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
649         Enable the function only if HAVE_INLINE.
650         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
651         Enable the function only if HAVE_INLINE.
652         * modules/utf8-ucs4: Update.
653         * modules/utf8-ucs4-unsafe: Update.
654         * modules/utf16-ucs4: Update.
655         * modules/utf16-ucs4-unsafe: Update.
656         * modules/ucs4-utf8: Update.
657         * modules/ucs4-utf16: Update.
658
659 2007-03-24  Bruno Haible  <bruno@clisp.org>
660
661         * lib/utf8-ucs4.h: Remove file.
662         * lib/utf8-ucs4-unsafe.h: Remove file.
663         * lib/utf16-ucs4.h: Remove file.
664         * lib/utf16-ucs4-unsafe.h: Remove file.
665         * lib/ucs4-utf8.h: Remove file.
666         * lib/ucs4-utf16.h: Remove file.
667         * lib/unistr.h: Include their previous contents.
668         * m4/utf-ucs4.m4: Remove file.
669         * m4/ucs4-utf.m4: Remove file.
670         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
671         (Depends-on): Add unistr/base.
672         (configure.ac): Remove gl_UTF_UCS4.
673         (Makefile.am): Update.
674         (Include): Change to unistr.h.
675         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
676         (Depends-on): Add unistr/base.
677         (configure.ac): Remove gl_UTF_UCS4.
678         (Makefile.am): Update.
679         (Include): Change to unistr.h.
680         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
681         (Depends-on): Add unistr/base.
682         (configure.ac): Remove gl_UTF_UCS4.
683         (Makefile.am): Update.
684         (Include): Change to unistr.h.
685         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
686         (Depends-on): Add unistr/base.
687         (configure.ac): Remove gl_UTF_UCS4.
688         (Makefile.am): Update.
689         (Include): Change to unistr.h.
690         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
691         (Depends-on): Add unistr/base.
692         (configure.ac): Remove gl_UCS4_UTF.
693         (Makefile.am): Update.
694         (Include): Change to unistr.h.
695         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
696         (Depends-on): Add unistr/base.
697         (configure.ac): Remove gl_UCS4_UTF.
698         (Makefile.am): Update.
699         (Include): Change to unistr.h.
700         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
701         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
702         utf8-ucs4-unsafe.h.
703         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
704         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
705         utf16-ucs4-unsafe.h.
706         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
707         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
708         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
709         * lib/unistr/u8-strchr.c: Likewise.
710         * lib/unistr/u8-strrchr.c: Likewise.
711         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
712         * lib/unistr/u16-strchr.c: Likewise.
713         * lib/unistr/u16-strrchr.c: Likewise.
714         * lib/striconveh.c: Update.
715         * lib/linebreak.c: Update.
716
717 2007-03-24  Bruno Haible  <bruno@clisp.org>
718
719         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
720         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
721
722 2007-03-22  Bruno Haible  <bruno@clisp.org>
723
724         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
725
726 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
727
728         * MODULES.html.sh (File system functions): New module write-any-file.
729         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
730         * m4/write-any-file.m4: New files.
731
732 2007-03-23  Eric Blake  <ebb9@byu.net>
733
734         * gnulib-tool: Rearrange space-tab sequences, since some editors
735         like to eat them.
736
737 2007-03-23  Eric Blake  <ebb9@byu.net>
738
739         * lib/version-etc.c (version_etc_va): Update license wording to
740         be more concise.  Recommended by Richard Stallman.
741
742 2007-03-22  Bruno Haible  <bruno@clisp.org>
743
744         * lib/poll.c (MSG_PEEK): New fallback definition.
745
746 2007-03-22  Bruno Haible  <bruno@clisp.org>
747
748         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
749         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
750         (main): Update.
751         Fixes a compilation error on BeOS.
752
753 2007-03-22  Bruno Haible  <bruno@clisp.org>
754
755         * modules/frexpl-tests: New file.
756         * tests/test-frexpl.c: New file.
757
758         * modules/frexpl: New file.
759         * m4/frexpl.m4: New file.
760         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
761         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
762         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
763         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
764         (Depends-on): Add frexpl. Remove isnanl-nolibm.
765         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
766
767 2007-03-22  Bruno Haible  <bruno@clisp.org>
768
769         * lib/frexpl.c: Share code with lib/frexp.c.
770         * modules/mathl (Files): Add lib/frexp.c.
771         (Depends-on): Add isnanl-nolibm.
772
773 2007-03-22  Bruno Haible  <bruno@clisp.org>
774
775         * modules/printf-frexp (Files): Add m4/frexp.m4.
776         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
777         only if the found frexp function actually works.
778
779 2007-03-22  Bruno Haible  <bruno@clisp.org>
780
781         * lib/frexp.c: Remove older implementation that uses divisions.
782
783 2007-03-21  Bruno Haible  <bruno@clisp.org>
784
785         * modules/frexp-tests: New file.
786         * tests/test-frexp.c: New file.
787
788         * modules/frexp: New file.
789         * lib/frexp.c: New file.
790         * m4/frexp.m4: New file.
791         * lib/math_.h (frexp): New declaration.
792         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
793         REPLACE_FREXP.
794         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
795
796 2007-03-21  Bruno Haible  <bruno@clisp.org>
797
798         * modules/isnanl-tests: New file.
799         * tests/test-isnanl.c: New file.
800
801         * modules/isnanl: New file.
802         * lib/isnanl.h: New file.
803         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
804         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
805         gl_FUNC_ISNANL_WORKS.
806         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
807         New macros.
808
809 2007-03-21  Bruno Haible  <bruno@clisp.org>
810
811         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
812         lib/isnanl.h.
813         (Include): Update.
814         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
815         * lib/vasnprintf.c: Update.
816         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
817         tests/test-isnanl.h, remove tests/test-isnanl.c.
818         (Makefile.am): Update.
819         * tests/test-isnanl-nolibm.c: New file.
820         * tests/test-isnanl.h: New file.
821         * tests/test-isnanl.c: Remove file.
822
823 2007-03-21  Jim Meyering  <jim@meyering.net>
824
825         When trying to open ".", treat ESTALE like EACCES.
826         * lib/savewd.c (savewd_save): Resort to forking not just upon
827         failure with EACCES, but also when errno is ESTALE.
828
829 2007-03-20  Bruno Haible  <bruno@clisp.org>
830
831         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
832         Needed on AIX 5.1. Reported by Matthew Woehlke.
833
834 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
835
836         Suggestions by Bruno Haible:
837         * lib/acl-internal.h: Include "gettext.h" rather than rolling
838         our own.
839         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
840         * modules/acl (Depends-on): Add gettext.
841
842 2007-03-19  Bruno Haible  <bruno@clisp.org>
843
844         * modules/iconvme: Remove file.
845         * lib/iconvme.h: Remove file.
846         * lib/iconvme.c: Remove file.
847         * m4/iconvme.m4: Remove file.
848
849 2007-03-19  Bruno Haible  <bruno@clisp.org>
850
851         * doc/relocatable-maint.texi: Break long shell script line.
852         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
853
854 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
855
856         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
857         handle file_has_acl.
858         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
859         * lib/acl.c: Move header inclusions and related macro defns into
860         lib/acl-internal.h.
861         (S_ISLNK): Remove defn, since that's now done for us.
862         (file_has_acl): Move to lib/file-has-acl.c.
863         Call acl_trivial if available.  This is the crucial part of the fix.
864         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
865         shared within the library.  Rewrite a bit, partly to make it compatible
866         with the GNU coding style.
867         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
868         Remove unnecessary double-quotes.
869         Don't test for acl_to_text; the build will catch that.
870         Replace acl_entries if it doesn't exist and it is needed.
871         Check for -lsec and acl_trivial (as used on Solaris 10).
872         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
873         lib/file-has-acl.c.
874         (Depends-on): Add sys_stat, for S_ISLNK.
875
876 2007-03-19  Ben Pfaff  <blp@gnu.org>
877
878         * doc/gnulib.texi: Fix typos.
879         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
880
881 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
882
883         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
884         If size is zero here, buf must be zero.
885
886 2007-03-19  Simon Josefsson  <simon@josefsson.org>
887
888         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
889         <bruno@clisp.org>.
890
891 2007-03-18  Bruno Haible  <bruno@clisp.org>
892
893         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
894         Suggested by Eric Blake.
895
896 2007-03-18  Ben Pfaff  <blp@gnu.org>
897
898         * doc/relocatable.texi: Recommend using as prefix a directory
899         that does not exist and will never be created.  Based on
900         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
901         and others.
902
903 2007-03-17  Bruno Haible  <bruno@clisp.org>
904
905         * lib/fchownat.c: Include lchown.h.
906
907 2007-03-17  Bruno Haible  <bruno@clisp.org>
908
909         Fix endless loop when the given allocated size was > INT_MAX.
910         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
911         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
912         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
913         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
914         * lib/sprintf.c (sprintf): Likewise.
915
916 2007-03-17  Bruno Haible  <bruno@clisp.org>
917
918         * tests/test-argp-2.sh (func_compare): Output a context diff.
919
920 2007-03-17  Bruno Haible  <bruno@clisp.org>
921
922         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
923         locale's decimal-point character.
924
925 2007-03-17  Bruno Haible  <bruno@clisp.org>
926
927         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
928         before comparing it. Needed because on some platforms (e.g. x86) a
929         'long double' occupies less bytes than sizeof (long double).
930
931 2007-03-17  Bruno Haible  <bruno@clisp.org>
932
933         * tests/test-crc.c (main): Make printf statements 64-bit clean.
934         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
935         * tests/test-getaddrinfo.c (simple): Likewise.
936         * tests/test-read-file.c (main): Likewise.
937
938 2007-03-17  Bruno Haible  <bruno@clisp.org>
939
940         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
941
942 2007-03-17  Bruno Haible  <bruno@clisp.org>
943
944         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
945         unused variable.
946
947 2007-03-17  Bruno Haible  <bruno@clisp.org>
948
949         * tests/test-c-strcasecmp.c: Include c-strcase.h.
950         * tests/test-c-strncasecmp.c: Likewise.
951
952 2007-03-17  Bruno Haible  <bruno@clisp.org>
953
954         * modules/stdlib (Depends-on): Add unistd.
955         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
956         Needed for MacOS X 10.3.
957
958 2007-03-17  Bruno Haible  <bruno@clisp.org>
959
960         * lib/unistr/u-strdup.h: Include <stdlib.h>.
961
962 2007-03-17  Bruno Haible  <bruno@clisp.org>
963
964         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
965
966 2007-03-17  Bruno Haible  <bruno@clisp.org>
967
968         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
969         to reflect files copied from gnulib (with or without modifications).
970         Suggested by Jim Meyering.
971
972 2007-03-17  Eric Blake  <ebb9@byu.net>
973
974         * NEWS: Document stdlib change from 2007-02-18.
975
976 2007-03-17  Jim Meyering  <jim@meyering.net>
977
978         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
979         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
980         someone uses a name containing shell meta-characters.
981         Reported by Alfred M. Szmidt.
982
983         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
984
985 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
986
987         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
988         and copy gettext configuration files only if configure.ac contains
989         a use of AM_GNU_GETTEXT_VERSION.
990
991 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
992
993         * build-aux/bootstrap (gnulib_name): New variable.
994         (gnulib_tool_options): Use it.
995
996 2007-03-13  Simon Josefsson  <simon@josefsson.org>
997
998         * tests/test-des.c: Use new namespace.
999
1000 2007-03-15  Bruno Haible  <bruno@clisp.org>
1001
1002         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
1003         Reported by James Youngman <jay@gnu.org>.
1004
1005 2007-03-15  Bruno Haible  <bruno@clisp.org>
1006
1007         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
1008         declared prototype. Needed with cc on OSF/1 5.1.
1009
1010 2007-03-15  Bruno Haible  <bruno@clisp.org>
1011
1012         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
1013         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
1014         (struct gl_list_implementation): Add dispose_fn argument to the
1015         'create_empty', 'create' methods.
1016         (struct gl_list_impl_base): Add field 'dispose_fn'.
1017         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
1018         argument.
1019         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
1020         dispose_fn argument.
1021         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
1022         dispose_fn on the dropped values.
1023         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
1024         dispose_fn argument.
1025         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
1026         dropped values.
1027         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
1028         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1029         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
1030         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1031         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
1032         argument.
1033         (gl_tree_list_free): Call dispose_fn on the dropped values.
1034         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
1035         the dropped values.
1036         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1037         Add dispose_fn argument.
1038         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
1039         Call dispose_fn on the dropped values.
1040         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
1041         Add dispose_fn argument.
1042         (gl_sublist_create): Initialize the 'dispose_fn' field.
1043         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
1044         * tests/test-array_list.c (main): Update.
1045         * tests/test-carray_list.c (main): Update.
1046         * tests/test-avltree_list.c (main): Update.
1047         * tests/test-rbtree_list.c (main): Update.
1048         * tests/test-avltreehash_list.c (main): Update.
1049         * tests/test-rbtreehash_list.c (main): Update.
1050         * tests/test-linked_list.c (main): Update.
1051         * tests/test-linkedhash_list.c (main): Update.
1052         * tests/test-array_oset.c (main): Update.
1053
1054 2007-03-15  Bruno Haible  <bruno@clisp.org>
1055
1056         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
1057         (gl_oset_create_empty): Add dispose_fn argument.
1058         (struct gl_oset_implementation): Add dispose_fn argument to
1059         'create_empty' method.
1060         (struct gl_oset_impl_base): Add dispose_fn field.
1061         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
1062         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
1063         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
1064         values.
1065         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
1066         (gl_tree_oset_free): Call dispose_fn on the dropped values.
1067         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1068         dropped value.
1069         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1070         dropped value.
1071         * tests/test-array_oset.c (main): Update.
1072         * tests/test-avltree_oset.c (main): Update.
1073         * tests/test-rbtree_oset.c (main): Update.
1074         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
1075
1076 2007-03-13  Bruno Haible  <bruno@clisp.org>
1077
1078         * tests/test-stdbool.c (i): Update after last patch.
1079
1080 2007-03-12  Bruno Haible  <bruno@clisp.org>
1081
1082         * lib/quotearg.c: Include <wctype.h> early, before the definition of
1083         the iswprint macro. Needed on Solaris 2.5.1.
1084
1085 2007-03-12  Bruno Haible  <bruno@clisp.org>
1086
1087         * tests/test-printf-frexp.c (main): Declare x as volatile.
1088
1089 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1090
1091         * doc/gnulib.texi (Build robot for gnulib): New section.
1092
1093 2007-03-12  Jim Meyering  <jim@meyering.net>
1094
1095         * build-aux/bootstrap: New file.
1096         * build-aux/bootstrap.conf: New file, from coreutils.
1097
1098 2007-03-11  Bruno Haible  <bruno@clisp.org>
1099
1100         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
1101
1102 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1103
1104         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
1105         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
1106         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
1107
1108 2007-03-11  Bruno Haible  <bruno@clisp.org>
1109
1110         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
1111         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
1112
1113 2007-03-11  Bruno Haible  <bruno@clisp.org>
1114
1115         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
1116         formula. Needed for SunPRO C 5.0.
1117
1118 2007-03-11  Bruno Haible  <bruno@clisp.org>
1119
1120         * modules/long-options (Depends-on): Add getopt.
1121
1122 2007-03-11  Bruno Haible  <bruno@clisp.org>
1123
1124         * modules/modechange (Depends-on): Add stdbool.
1125
1126 2007-03-11  Bruno Haible  <bruno@clisp.org>
1127
1128         * modules/i-ring (Depends-on): Add stdbool.
1129
1130 2007-03-11  Bruno Haible  <bruno@clisp.org>
1131
1132         * modules/gc-des (Depends-on): Add stdbool.
1133
1134 2007-03-11  Bruno Haible  <bruno@clisp.org>
1135
1136         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
1137
1138 2007-03-11  Bruno Haible  <bruno@clisp.org>
1139
1140         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
1141
1142 2007-03-11  Bruno Haible  <bruno@clisp.org>
1143
1144         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
1145
1146 2007-03-11  Bruno Haible  <bruno@clisp.org>
1147
1148         * lib/vasnprintf.c (sprintf): Undefine.
1149
1150 2007-03-11  Bruno Haible  <bruno@clisp.org>
1151
1152         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
1153         initializers in SunPRO C and Compaq C compilers.
1154
1155 2007-03-11  Bruno Haible  <bruno@clisp.org>
1156
1157         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
1158         decrementing code ANSI C compliant.
1159
1160 2007-03-11  Bruno Haible  <bruno@clisp.org>
1161
1162         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
1163         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
1164
1165 2007-03-11  Bruno Haible  <bruno@clisp.org>
1166
1167         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
1168         <stdbool.h> substitute doesn't pass.
1169
1170 2007-03-11  Bruno Haible  <bruno@clisp.org>
1171
1172         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
1173
1174 2007-03-11  Bruno Haible  <bruno@clisp.org>
1175
1176         * gnulib-tool (func_create_megatestdir): Create also an autobuild
1177         script, for submission to autobuild.josefsson.org.
1178
1179 2007-03-10  Bruno Haible  <bruno@clisp.org>
1180
1181         * modules/canonicalize-lgpl-tests: New file.
1182         * tests/test-canonicalize-lgpl.sh: New file.
1183         * tests/test-canonicalize-lgpl.c: New file.
1184
1185         * modules/c-strcase-tests: New file.
1186         * tests/test-c-strcase.sh: New file.
1187         * tests/test-c-strcasecmp.c: New file.
1188         * tests/test-c-strncasecmp.c: New file.
1189
1190         * modules/atexit-tests: New file.
1191         * tests/test-atexit.sh: New file.
1192         * tests/test-atexit.c: New file.
1193
1194 2007-03-10  Bruno Haible  <bruno@clisp.org>
1195
1196         * tests/test-binary-io.sh: Use temporary filenames that are not so
1197         likely to clash with those of other tests (in a parallel make).
1198         * tests/test-binary-io.c: Likewise.
1199
1200 2007-03-10  Bruno Haible  <bruno@clisp.org>
1201
1202         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
1203         fallback; use #error instead.
1204         Suggested by Simon Josefsson.
1205
1206 2007-03-10  Bruno Haible  <bruno@clisp.org>
1207
1208         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
1209         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
1210         first and the last.
1211
1212 2007-03-10  Bruno Haible  <bruno@clisp.org>
1213
1214         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
1215
1216 2007-03-10  Bruno Haible  <bruno@clisp.org>
1217
1218         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
1219         "make distcheck".
1220         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
1221         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
1222         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
1223
1224 2007-03-10  Bruno Haible  <bruno@clisp.org>
1225
1226         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
1227         variable.
1228         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
1229         variable.
1230
1231 2007-03-09  Eric Blake  <ebb9@byu.net>
1232         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
1233
1234         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
1235         types are not being provided by gnulib.
1236         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
1237         types are supported.
1238
1239 2007-03-10  Bruno Haible  <bruno@clisp.org>
1240
1241         * lib/stdio_.h (__attribute__): New macro.
1242         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
1243         vsprintf): Specify __attribute__ __format__ for GCC.
1244         Suggested by Eric Blake.
1245
1246 2007-03-09  Bruno Haible  <bruno@clisp.org>
1247
1248         * modules/printf-posix-tests: New file.
1249         * tests/test-printf-posix.sh: New file.
1250         * tests/test-printf-posix.c: New file.
1251
1252         * modules/printf-posix: New file.
1253         * lib/printf.c: New file.
1254         * m4/printf-posix-rpl.m4: New file.
1255         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
1256         REPLACE_PRINTF.
1257         * lib/stdio_.h (printf): New declaration.
1258         (format, __format__, ____printf____, ____scanf____, ____strftime____,
1259         ____strfmon____): New macros.
1260         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
1261         REPLACE_PRINTF.
1262
1263 2007-03-09  Bruno Haible  <bruno@clisp.org>
1264
1265         * tests/test-vasnprintf-posix2.sh: New file.
1266         * tests/test-vasnprintf-posix2.c: New file.
1267         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
1268         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
1269         (Makefile.am): Activate test-vasnprintf-posix2.sh.
1270
1271         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
1272         a locale dependent decimal point, rather than always '.'.
1273
1274 2007-03-09  Eric Blake  <ebb9@byu.net>
1275
1276         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
1277         spite of platforms like Tandem/NSK that define it to -1.
1278
1279 2007-03-08  Bruno Haible  <bruno@clisp.org>
1280
1281         * modules/vprintf-posix-tests: New file.
1282         * tests/test-vprintf-posix.sh: New file.
1283         * tests/test-vprintf-posix.c: New file.
1284         * tests/test-printf-posix.h: New file.
1285
1286         * modules/vprintf-posix: New file.
1287         * lib/vprintf.c: New file.
1288         * m4/vprintf-posix.m4: New file.
1289         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
1290         REPLACE_VPRINTF.
1291         * lib/stdio_.h (vprintf): New declaration.
1292         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
1293         REPLACE_VPRINTF.
1294
1295 2007-03-08  Bruno Haible  <bruno@clisp.org>
1296
1297         * modules/fprintf-posix-tests: New file.
1298         * tests/test-fprintf-posix.sh: New file.
1299         * tests/test-fprintf-posix.c: New file.
1300
1301         * modules/fprintf-posix: New file.
1302         * lib/fprintf.c: New file.
1303         * m4/fprintf-posix.m4: New file.
1304         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
1305         REPLACE_FPRINTF.
1306         * lib/stdio_.h (fprintf): New declaration.
1307         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
1308         REPLACE_FPRINTF.
1309
1310 2007-03-08  Bruno Haible  <bruno@clisp.org>
1311
1312         * modules/vfprintf-posix-tests: New file.
1313         * tests/test-vfprintf-posix.sh: New file.
1314         * tests/test-vfprintf-posix.c: New file.
1315         * tests/test-fprintf-posix.h: New file.
1316         * tests/test-fprintf-posix.out: New file.
1317
1318         * modules/vfprintf-posix: New file.
1319         * lib/vfprintf.c: New file.
1320         * m4/vfprintf-posix.m4: New file.
1321         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
1322         REPLACE_VFPRINTF.
1323         * lib/stdio_.h (vfprintf): New declaration.
1324         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
1325         REPLACE_VFPRINTF.
1326
1327 2007-03-08  Bruno Haible  <bruno@clisp.org>
1328
1329         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
1330
1331 2007-03-08  Bruno Haible  <bruno@clisp.org>
1332
1333         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
1334         instead of 'expr' invocations.
1335         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1336         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1337         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1338         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1339         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1340         Suggested by Paul Eggert.
1341
1342 2007-03-08  Bruno Haible  <bruno@clisp.org>
1343
1344         * modules/fseterr-tests: New file.
1345         * tests/test-fseterr.c: New file.
1346
1347         * modules/fseterr: New file.
1348         * lib/fseterr.h: New file.
1349         * lib/fseterr.c: New file.
1350
1351 2007-03-08  Bruno Haible  <bruno@clisp.org>
1352
1353         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
1354         * lib/getopt_.h: Likewise.
1355         * lib/mbswidth.h: Likewise.
1356         * lib/setenv.h: Likewise.
1357         * lib/vasnprintf.h: Likewise.
1358         * lib/vasprintf.h: Likewise.
1359         * lib/verror.h: Likewise.
1360         * lib/xsetenv.h: Likewise.
1361         * lib/xvasprintf.h: Likewise.
1362
1363 2007-03-08  Jim Meyering  <jim@meyering.net>
1364
1365         * users.txt: Add parted.
1366
1367         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
1368
1369 2007-03-07  Bruno Haible  <bruno@clisp.org>
1370
1371         * m4/printf.m4: Make the shell script snippets copy&pastable.
1372
1373 2007-03-02  Bruno Haible  <bruno@clisp.org>
1374
1375         * lib/netinet_in_.h: New file.
1376         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
1377         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
1378         * modules/netinet_in (Files): Add lib/netinet_in_.h.
1379         (Depends-on): Add absolute-header.
1380         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
1381         into netinet/in.h.
1382
1383 2007-03-03  Bruno Haible  <bruno@clisp.org>
1384
1385         * lib/sys_select_.h: New file.
1386         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
1387         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
1388         * modules/sys_select (Files): Add lib/sys_select_.h.
1389         (Depends-on): Add absolute-header.
1390         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
1391         into sys/select.h.
1392
1393 2007-03-02  Bruno Haible  <bruno@clisp.org>
1394
1395         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
1396         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
1397         values.
1398         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
1399         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
1400         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
1401         * modules/sys_socket (Depends-on): Add absolute-header.
1402         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
1403         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
1404         (Include): Remove requirement of inclusion of <sys/types.h>.
1405
1406 2007-03-02  Bruno Haible  <bruno@clisp.org>
1407
1408         * lib/byteswap_.h (bswap_32): Fix formula.
1409
1410 2007-03-06  Bruno Haible  <bruno@clisp.org>
1411
1412         * modules/sprintf-posix-tests: New file.
1413         * tests/test-sprintf-posix.c: New file.
1414
1415         * modules/sprintf-posix: New file.
1416         * lib/sprintf.c: New file.
1417         * m4/sprintf-posix.m4: New file.
1418         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
1419         REPLACE_SPRINTF.
1420         * lib/stdio_.h (sprintf): New declaration.
1421         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
1422         REPLACE_SPRINTF.
1423
1424 2007-03-06  Bruno Haible  <bruno@clisp.org>
1425
1426         * modules/vsprintf-posix-tests: New file.
1427         * tests/test-vsprintf-posix.c: New file.
1428         * tests/test-sprintf-posix.h: New file.
1429
1430         * modules/vsprintf-posix: New file.
1431         * lib/vsprintf.c: New file.
1432         * m4/vsprintf-posix.m4: New file.
1433         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
1434         REPLACE_VSPRINTF.
1435         * lib/stdio_.h (vsprintf): New declaration.
1436         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
1437         REPLACE_VSPRINTF.
1438
1439 2007-03-06  Bruno Haible  <bruno@clisp.org>
1440
1441         * modules/vsnprintf (Depend-on): Remove minmax.
1442
1443 2007-03-06  Bruno Haible  <bruno@clisp.org>
1444
1445         * modules/snprintf-posix-tests: New file.
1446         * tests/test-snprintf-posix.c: New file.
1447
1448         * modules/snprintf-posix: New file.
1449         * m4/snprintf-posix.m4: New file.
1450         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
1451         gl_FUNC_SNPRINTF.
1452         (gl_FUNC_SNPRINTF): Invoke it.
1453         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
1454         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
1455         is set.
1456         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
1457
1458 2007-03-06  Bruno Haible  <bruno@clisp.org>
1459
1460         * modules/vsnprintf-posix-tests: New file.
1461         * tests/test-vsnprintf-posix.c: New file.
1462         * tests/test-snprintf-posix.h: New file.
1463
1464         * modules/vsnprintf-posix: New file.
1465         * m4/vsnprintf-posix.m4: New file.
1466         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
1467         gl_FUNC_VSNPRINTF.
1468         (gl_FUNC_VSNPRINTF): Invoke it.
1469         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
1470         * lib/stdio_.h (vsnprintf): Define as a replacement if
1471         REPLACE_VSNPRINTF is set.
1472         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
1473
1474 2007-03-06  Bruno Haible  <bruno@clisp.org>
1475
1476         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
1477         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
1478
1479 2007-03-06  Bruno Haible  <bruno@clisp.org>
1480
1481         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
1482         (asinl): Declare also if HAVE_DECL_ASINL is set.
1483         (atanl): Declare also if HAVE_DECL_ATANL is set.
1484         (ceill): Declare also if HAVE_DECL_CEILL is set.
1485         (cosl): Declare also if HAVE_DECL_COSL is set.
1486         (expl): Declare also if HAVE_DECL_EXPL is set.
1487         (floorl): Declare also if HAVE_DECL_FLOORL is set.
1488         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
1489         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
1490         (logl): Declare also if HAVE_DECL_LOGL is set.
1491         (sinl): Declare also if HAVE_DECL_SINL is set.
1492         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
1493         (tanl): Declare also if HAVE_DECL_TANL is set.
1494         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
1495         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
1496         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
1497         declaration of frexpl, ldexpl.
1498         * modules/printf-frexpl (Depends-on): Add math.
1499         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
1500
1501 2007-03-05  Bruno Haible  <bruno@clisp.org>
1502
1503         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
1504         frexpl and ldexpl are declared.
1505         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
1506
1507 2007-03-05  Bruno Haible  <bruno@clisp.org>
1508
1509         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
1510         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
1511
1512 2007-03-05  Bruno Haible  <bruno@clisp.org>
1513
1514         * lib/stdio_.h: Include <stddef.h>.
1515
1516 2007-03-05  Bruno Haible  <bruno@clisp.org>
1517
1518         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
1519
1520 2007-03-05  Bruno Haible  <bruno@clisp.org>
1521
1522         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
1523         NetBSD 4, from Ralf Wildenhues.
1524
1525 2007-03-04  Bruno Haible  <bruno@clisp.org>
1526
1527         * lib/vasprintf.h: Update #if logic for the case when the functions
1528         exist but are overridden.
1529
1530 2007-03-04  Bruno Haible  <bruno@clisp.org>
1531
1532         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
1533         implementations: glibc-2.4 and MacOS X 10.3.
1534         * tests/test-vasnprintf-posix.c (test_function): Test also the case
1535         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
1536         * tests/test-vasprintf-posix.c (test_function): Likewise.
1537
1538 2007-03-04  Bruno Haible  <bruno@clisp.org>
1539
1540         * modules/vasprintf-posix-tests: New file.
1541         * tests/test-vasprintf-posix.c: New file.
1542
1543         * modules/vasprintf-posix: New file.
1544         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
1545         defined.
1546         * m4/vasprintf-posix.m4: New file.
1547         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
1548         gl_FUNC_VASPRINTF.
1549         (gl_FUNC_VASPRINTF): Invoke it.
1550         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
1551         here.
1552         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
1553
1554 2007-03-04  Bruno Haible  <bruno@clisp.org>
1555
1556         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
1557         REPLACE_GETTIMEOFDAY.
1558         * modules/sys_time (Makefile.am): Likewise.
1559         * m4/sys_time_h.m4: Likewise.
1560         * m4/gettimeofday.m4: Likewise.
1561
1562 2007-03-04  Bruno Haible  <bruno@clisp.org>
1563
1564         * modules/vasnprintf-posix-tests: New file.
1565         * tests/test-vasnprintf-posix.c: New file.
1566
1567         * modules/vasnprintf-posix: New file.
1568         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
1569         printf-frexpl.h.
1570         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
1571         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
1572         REPLACE_VASNPRINTF is defined.
1573         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
1574         gl_FUNC_VASNPRINTF.
1575         (gl_FUNC_VASNPRINTF): Invoke it.
1576         * m4/vasnprintf-posix.m4: New file.
1577         * m4/printf.m4: New file.
1578
1579 2007-03-04  Bruno Haible  <bruno@clisp.org>
1580
1581         Compile progreloc.c only if --enable-relocatable is specified.
1582         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
1583         if --enable-relocatable was specified.
1584         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
1585         lib_SOURCES.
1586
1587 2007-03-04  Jim Meyering  <jim@meyering.net>
1588
1589         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
1590         Use it consistently, rather than enumerating errno constants.
1591
1592 2007-03-04  Bruno Haible  <bruno@clisp.org>
1593
1594         * modules/xvasprintf-tests: New file.
1595         * tests/test-xvasprintf.c: New file.
1596
1597         * modules/vasprintf-tests: New file.
1598         * tests/test-vasprintf.c: New file.
1599
1600         * modules/vasnprintf-tests: New file.
1601         * tests/test-vasnprintf.c: New file.
1602
1603         * modules/vsnprintf-tests: New file.
1604         * tests/test-vsnprintf.c: New file.
1605
1606         * modules/snprintf-tests: New file.
1607         * tests/test-snprintf.c: New file.
1608
1609 2007-03-04  Bruno Haible  <bruno@clisp.org>
1610
1611         Compile relocatable.c only if --enable-relocatable is specified.
1612         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
1613         gl_RELOCATABLE_LIBRARY.
1614         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
1615         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
1616         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
1617         gl_RELOCATABLE_LIBRARY.
1618         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
1619         (Makefile.am): Remove lib_SOURCES.
1620         * modules/relocatable-lib-lgpl (configure.ac): Invoke
1621         gl_RELOCATABLE_LIBRARY.
1622         (Makefile.am): Remove lib_SOURCES.
1623         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
1624         always.
1625         * modules/relocatable-prog-wrapper (configure.ac): Invoke
1626         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
1627
1628 2007-03-04  Bruno Haible  <bruno@clisp.org>
1629
1630         * modules/argmatch-tests: New file.
1631         * tests/test-argmatch.c: New file.
1632
1633         * tests/test-allocsa.c (main): Halve the number of loop runs.
1634
1635         * modules/alloca-opt-tests: New file.
1636         * tests/test-alloca-opt.c: New file.
1637
1638 2007-03-04  Jim Meyering  <jim@meyering.net>
1639
1640         Work around difference between Linux ACLs and Solaris 10 ZFS.
1641         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
1642         for EINVAL.
1643
1644 2007-03-03  Bruno Haible  <bruno@clisp.org>
1645
1646         * modules/relocatable-prog (Depends-on): Add back progreloc's
1647         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
1648
1649 2007-03-03  Bruno Haible  <bruno@clisp.org>
1650
1651         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
1652         * modules/relocatable-lib: New file.
1653
1654 2007-03-03  Bruno Haible  <bruno@clisp.org>
1655
1656         * modules/relocatable-prog: Renamed from modules/relocatable.
1657         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
1658
1659 2007-03-03  Bruno Haible  <bruno@clisp.org>
1660
1661         * modules/relocatable-script (Files): Add doc/relocatable.texi,
1662         m4/relocatable-lib.m4.
1663         (Depends-on): Remove 'relocatable'.
1664         (configure.ac): Add gl_RELOCATABLE_NOP.
1665
1666 2007-03-03  Bruno Haible  <bruno@clisp.org>
1667
1668         * modules/relocatable-prog-wrapper: New file.
1669         * modules/relocatable (Depends-on): Add it. Remove all other
1670         dependencies except progname.
1671         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
1672
1673         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
1674         (gl_FUNC_STRERROR): Nop.
1675         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
1676
1677         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
1678         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
1679
1680         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
1681         (gl_FUNC_READLINK): Update.
1682
1683         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
1684
1685 2007-03-03  Bruno Haible  <bruno@clisp.org>
1686
1687         * lib/xreadlink.c: Include <unistd.h> unconditionally.
1688         * modules/xreadlink (Depends-on): Add unistd.
1689         * modules/xreadlink-with-size (Depends-on): Likewise.
1690
1691 2007-03-03  Bruno Haible  <bruno@clisp.org>
1692
1693         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
1694         extracted from gt_FUNC_SETENV.
1695         (gt_FUNC_SETENV): Remove macro.
1696         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
1697         remove gt_FUNC_SETENV.
1698
1699 2007-03-03  Bruno Haible  <bruno@clisp.org>
1700
1701         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
1702         ENABLE_RELOCATABLE here.
1703         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
1704
1705 2007-03-03  Bruno Haible  <bruno@clisp.org>
1706
1707         * modules/rbtreehash-list-tests (Depends-on): Add progname.
1708         * tests/test-rbtreehash_list.c: Include progname.h.
1709         (main): Call set_program_name.
1710
1711         * modules/rbtree-oset-tests (Depends-on): Add progname.
1712         * tests/test-rbtree_oset.c: Include progname.h.
1713         (main): Call set_program_name.
1714
1715         * modules/rbtree-list-tests (Depends-on): Add progname.
1716         * tests/test-rbtree_list.c: Include progname.h.
1717         (main): Call set_program_name.
1718
1719         * modules/linked-list-tests (Depends-on): Add progname.
1720         * tests/test-linked_list.c: Include progname.h.
1721         (main): Call set_program_name.
1722
1723 2007-03-03  Bruno Haible  <bruno@clisp.org>
1724
1725         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
1726         All uses of __restrict changed to _Restrict_.
1727         * lib/glob_.h (__restrict): Remove macro.
1728
1729 2007-03-02  Bruno Haible  <bruno@clisp.org>
1730
1731         * modules/gettext (configure.ac): Require gettext infrastructure
1732         from version 0.16.1.
1733
1734 2007-03-02  Bruno Haible  <bruno@clisp.org>
1735
1736         * modules/linkedhash-list-tests (Depends-on): Add progname.
1737         * tests/test-linkedhash_list.c: Include progname.h.
1738         (main): Call set_program_name.
1739
1740         * modules/carray-list-tests (Depends-on): Add progname.
1741         * tests/test-carray_list.c: Include progname.h.
1742         (main): Call set_program_name.
1743
1744         * modules/avltreehash-list-tests (Depends-on): Add progname.
1745         * tests/test-avltreehash_list.c: Include progname.h.
1746         (main): Call set_program_name.
1747
1748         * modules/avltree-oset-tests (Depends-on): Add progname.
1749         * tests/test-avltree_oset.c: Include progname.h.
1750         (main): Call set_program_name.
1751
1752         * modules/avltree-list-tests (Depends-on): Add progname.
1753         * tests/test-avltree_list.c: Include progname.h.
1754         (main): Call set_program_name.
1755
1756         * modules/array-oset-tests (Depends-on): Add progname.
1757         * tests/test-array_oset.c: Include progname.h.
1758         (main): Call set_program_name.
1759
1760         * modules/array-list-tests (Depends-on): Add progname.
1761         * tests/test-array_list.c: Include progname.h.
1762         (main): Call set_program_name.
1763
1764         * modules/argp-tests (Depends-on): Add progname.
1765         * tests/test-argp.c: Include argp.h first. Include progname.h.
1766         (main): Call set_program_name.
1767
1768 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1769
1770         * doc/gnulib-tool.texi (Initial import): Reword description of
1771         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
1772         limited effect even if defined after the first system include.
1773
1774 2007-03-01  Bruno Haible  <bruno@clisp.org>
1775
1776         * build-aux/config.libpath: Update to libtool-1.5.22.
1777         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1778
1779 2007-03-01  Bruno Haible  <bruno@clisp.org>
1780
1781         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
1782         foo_CFLAGS.
1783         Reported by Ralf Wildenhues.
1784
1785 2007-03-01  Bruno Haible  <bruno@clisp.org>
1786
1787         * build-aux/install-reloc: Remove object files left over by some
1788         compilers.
1789         Reported by Ralf Wildenhues.
1790
1791 2007-03-01  Bruno Haible  <bruno@clisp.org>
1792
1793         * build-aux/install-reloc: Break long lines.
1794
1795 2007-03-01  Bruno Haible  <bruno@clisp.org>
1796
1797         * doc/relocatable.texi: Document that it may not work on OpenBSD.
1798         Reported by Ralf Wildenhues.
1799
1800 2007-03-01  Bruno Haible  <bruno@clisp.org>
1801
1802         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
1803         include ordering constraints.
1804
1805 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1806
1807         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
1808         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
1809         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
1810         as another example.
1811         * lib/time_.h: Fix misspelling.
1812         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1813         Require gl_HEADER_TIME_H_DEFAULTS.
1814         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
1815         * m4/time_r.m4 (gl_TIME_R): Likewise.
1816         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
1817
1818 2007-03-01  Bruno Haible  <bruno@clisp.org>
1819
1820         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
1821         * m4/utimens.m4 (gl_UTIMENS): Likewise.
1822
1823 2007-03-01  Jim Meyering  <jim@meyering.net>
1824
1825         * modules/xreadlink (Maintainer): Add my name.
1826         * modules/xreadlink-with-size (Depends-on): Alphabetize.
1827
1828 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
1829             Bruno Haible  <bruno@clisp.org>
1830
1831         * build-aux/install-reloc: Compile also c-ctype.c.
1832         * build-aux/relocatable.sh.in: New file.
1833         * doc/relocatable.texi: New file.
1834         * doc/relocatable-maint.texi: New file.
1835         * doc/gnulib.texi: Include relocatable-maint.texi.
1836         * lib/progreloc.c: Include unistd.h unconditionally.
1837         * lib/relocwrapper.c: Include unistd.h unconditionally.
1838         Include c-ctype.h.
1839         (add_dotbin): Use c_tolower.
1840         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
1841         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
1842         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
1843         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
1844         to m4/relocatable-lib.m4.
1845         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
1846         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
1847         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
1848         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
1849         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
1850         * modules/relocatable: New file.
1851         * modules/relocatable-lib: New file.
1852         * modules/relocatable-script: New file.
1853
1854 2007-02-28  Bruno Haible  <bruno@clisp.org>
1855
1856         Import --enable-relocatable infrastructure.
1857         * build-aux/config.libpath: New file, from GNU gettext.
1858         * build-aux/install-reloc: New file, from GNU gettext.
1859         * build-aux/reloc-ldflags: New file, from GNU gettext.
1860         * lib/relocatable.h: New file, from GNU gettext.
1861         * lib/relocatable.c: New file, from GNU gettext.
1862         * lib/relocwrapper.c: New file, from GNU gettext.
1863         * m4/relocatable.m4: New file, from GNU gettext.
1864
1865 2007-02-28  Bruno Haible  <bruno@clisp.org>
1866
1867         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
1868
1869         * modules/xreadlink: New file, from GNU gettext with modifications.
1870         * lib/xreadlink.c: New file, from GNU gettext.
1871         * lib/xreadlink.h: Add comments.
1872         (xreadlink): New declaration.
1873
1874         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
1875         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
1876         lib/xreadlink-with-size.c.
1877         (configure.ac): Remove gl_XREADLINK invocation.
1878         (Makefile.am): Augment lib_SOURCES.
1879         * m4/xreadlink.m4: Remove file.
1880         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
1881         (xreadlink_with_size): Renamed from xreadink.
1882         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
1883         * modules/canonicalize (Depends-on): Replace xreadlink with
1884         xreadlink-with-size.
1885         * lib/canonicalize.c (canonicalize_filename_mode): Update.
1886
1887 2007-02-25  Jim Meyering  <jim@meyering.net>
1888
1889         * build-aux/announce-gen: When complaining about excess arguments,
1890         list them.
1891
1892 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
1893
1894         * README: Document signed integer overflow situation more
1895         accurately.
1896
1897 2007-02-25  Bruno Haible  <bruno@clisp.org>
1898
1899         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
1900         'a' or 'A' conversion.
1901
1902 2007-02-25  Bruno Haible  <bruno@clisp.org>
1903
1904         * modules/filename: Renamed from modules/pathname.
1905         (Files): Replace lib/pathname.h with lib/filename.h. Replace
1906         lib/concatpath.c with lib/concat-filename.c.
1907         (Makefile.am): Update.
1908         (Include): Replace pathname.h with filename.h.
1909         * lib/filename.h: Renamed from lib/pathname.h.
1910         (concatenated_filename): Renamed from concatenated_pathname.
1911         * lib/concat-filename.c: Renamed from lib/concatpath.c.
1912         (concatenated_filename): Renamed from concatenated_pathname.
1913         * lib/findprog.c: Include filename.h instead of pathname.h.
1914         (find_in_path): Update.
1915         * lib/javacomp.c: Include filename.h instead of pathname.h.
1916         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
1917         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
1918         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
1919         is_oldgcj_14_13_usable, is_javac_usable): Update.
1920         * lib/javaexec.c: Include filename.h instead of pathname.h.
1921         (execute_java_class): Update.
1922         * modules/findprog: Update.
1923         * modules/javacomp: Update.
1924         * modules/javaexec: Update.
1925         * MODULES.html.sh (File system functions): Add 'filename', remove
1926         'pathname'.
1927
1928 2007-02-25  Bruno Haible  <bruno@clisp.org>
1929
1930         * modules/printf-frexpl-tests: New file.
1931         * tests/test-printf-frexpl.c: New file.
1932
1933         * modules/printf-frexpl: New file.
1934         * lib/printf-frexpl.h: New file.
1935         * lib/printf-frexpl.c: New file.
1936         * m4/printf-frexpl.m4: New file.
1937
1938 2007-02-25  Bruno Haible  <bruno@clisp.org>
1939
1940         * modules/printf-frexp-tests: New file.
1941         * tests/test-printf-frexp.c: New file.
1942
1943         * modules/printf-frexp: New file.
1944         * lib/printf-frexp.h: New file.
1945         * lib/printf-frexp.c: New file.
1946         * m4/printf-frexp.m4: New file.
1947
1948 2007-02-25  Bruno Haible  <bruno@clisp.org>
1949
1950         Assume automake >= 1.10 for the tests.
1951         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
1952         * modules/arctwo-tests: Likewise.
1953         * modules/argp-tests: Likewise.
1954         * modules/avltree-list-tests: Likewise.
1955         * modules/avltree-oset-tests: Likewise.
1956         * modules/avltreehash-list-tests: Likewise.
1957         * modules/carray-list-tests: Likewise.
1958         * modules/crc-tests: Likewise.
1959         * modules/des-tests: Likewise.
1960         * modules/gc-arcfour-tests: Likewise.
1961         * modules/gc-arctwo-tests: Likewise.
1962         * modules/gc-des-tests: Likewise.
1963         * modules/gc-hmac-md5-tests: Likewise.
1964         * modules/gc-hmac-sha1-tests: Likewise.
1965         * modules/gc-md2-tests: Likewise.
1966         * modules/gc-md4-tests: Likewise.
1967         * modules/gc-md5-tests: Likewise.
1968         * modules/gc-pbkdf2-sha1-tests: Likewise.
1969         * modules/gc-rijndael-tests: Likewise.
1970         * modules/gc-sha1-tests: Likewise.
1971         * modules/gc-tests: Likewise.
1972         * modules/getaddrinfo-tests: Likewise.
1973         * modules/hmac-md5-tests: Likewise.
1974         * modules/hmac-sha1-tests: Likewise.
1975         * modules/linked-list-tests: Likewise.
1976         * modules/linkedhash-list-tests: Likewise.
1977         * modules/lock-tests: Likewise.
1978         * modules/md2-tests: Likewise.
1979         * modules/md4-tests: Likewise.
1980         * modules/md5-tests: Likewise.
1981         * modules/rbtree-list-tests: Likewise.
1982         * modules/rbtree-oset-tests: Likewise.
1983         * modules/rbtreehash-list-tests: Likewise.
1984         * modules/read-file-tests: Likewise.
1985         * modules/rijndael-tests: Likewise.
1986         * modules/stdint-tests: Likewise.
1987         * modules/tls-tests: Likewise.
1988
1989 2007-02-24  Bruno Haible  <bruno@clisp.org>
1990
1991         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
1992         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
1993         function; instead check whether isnan with a double argument links.
1994         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
1995         function; instead check whether isnan with a 'long double' argument
1996         links.
1997         Reported by Eric Blake <ebb9@byu.net>.
1998
1999 2007-02-24  Bruno Haible  <bruno@clisp.org>
2000
2001         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
2002         defined.
2003         * lib/isnanl.c: Remove all code. Just include isnan.c.
2004         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
2005
2006 2007-02-25  Jim Meyering  <jim@meyering.net>
2007
2008         Avoid conflicting types for 'unsetenv' on FreeBSD.
2009         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
2010         conflicting with FreeBSD's (5.0 and 6.1) function declaration
2011         in stdlib.h.
2012
2013 2007-02-24  Bruno Haible  <bruno@clisp.org>
2014
2015         * modules/isnanl-nolibm-tests: New file.
2016         * tests/test-isnanl.c: New file.
2017
2018         * modules/isnanl-nolibm: New file.
2019         * lib/isnanl.h: New file.
2020         * lib/isnanl.c: New file.
2021         * m4/isnanl.m4: New file.
2022
2023 2007-02-24  Bruno Haible  <bruno@clisp.org>
2024
2025         * modules/isnan-nolibm-tests: New file.
2026         * tests/test-isnan.c: New file.
2027
2028         * modules/isnan-nolibm: New file.
2029         * lib/isnan.h: New file.
2030         * lib/isnan.c: New file.
2031         * m4/isnan.m4: New file.
2032
2033 2007-02-24  Bruno Haible  <bruno@clisp.org>
2034
2035         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
2036         assume that an exponent fits in 20 bits.
2037
2038 2007-02-24  Jim Meyering  <jim@meyering.net>
2039
2040         * m4/regex.m4: Update the description of the configure-time option,
2041         --without-included-regex, to state accurately what the defaults are,
2042         and perhaps to give people an idea why using this option is risky.
2043
2044 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
2045
2046         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
2047         loops on small arguments.  This attempts to avoid the problem
2048         Bruno Haible reported for AIX 4.3.2 in
2049         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
2050
2051 2007-02-23  Bruno Haible  <bruno@clisp.org>
2052
2053         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
2054         Needed for help2man.
2055
2056 2007-02-23  Karl Berry  <karl@gnu.org>
2057
2058         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
2059         exists, foo.h should be cvs-ignored, not committed.
2060
2061 2007-02-23  Eric Blake  <ebb9@byu.net>
2062
2063         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
2064         * lib/stat-time.h (includes): Likewise.
2065         * lib/utimecmp.c (includes): Likewise.
2066         * lib/utimens.h (includes): Likewise.
2067         * lib/getdate.y (includes): Also include "timespec.h" for use
2068         internal to the module.
2069         * modules/utimens (Depends-on): Revert yesterday's patch.
2070         * modules/nanosleep (Depends-on): Add missing dependency.
2071
2072 2007-02-22  Bruno Haible  <bruno@clisp.org>
2073
2074         * lib/glob.c: Don't include getlogin_r.h.
2075
2076 2007-02-22  Jim Meyering  <jim@meyering.net>
2077
2078         * modules/utimens (Depends-on): Add timespec, required for
2079         utimens.h's inclusion of timespec.h.
2080
2081 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
2082
2083         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
2084         long unreadable paths in GNU/Linux.  Problem reported by Andreas
2085         Schwab in
2086         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
2087         I'll try to think of a better way to fix the Solaris problem.
2088
2089         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
2090         like glibc; on Solaris 10, it fails with errno == EINVAL.
2091         POSIX says the behavior is unspecified if the first argument is NULL,
2092         so play it safe and never pass NULL to the system getcwd.
2093
2094 2007-02-21  Jim Meyering  <jim@meyering.net>
2095
2096         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
2097         of gettimeofday.  It would conflict with the one now always
2098         provided via sys_time_.h.  Reported by Matthew Woehlke, as
2099         an IRIX 6.5 build failure.
2100
2101 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2102
2103         Minor fixups to port to Solaris 10 with Sun C 5.8.
2104         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
2105         * modules/getcwd (Depends-on): Add dirfd.
2106         * lib/putenv.c (putenv): #undef it.
2107         (rpl_putenv): New decl.
2108         (malloc, free): Include <stdlib.h> rather than prototyping separately.
2109
2110 2007-02-20  Bruno Haible  <bruno@clisp.org>
2111
2112         * modules/stdio-tests: New file.
2113         * tests/test-stdio.c: New file.
2114
2115         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
2116         (Depends-on): Add stdio.
2117         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2118         (Include): Use <stdio.h> instead of vsnprintf.h.
2119         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2120         HAVE_DECL_VSNPRINTF.
2121         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
2122
2123         * modules/snprintf (Files): Remove lib/snprintf.h.
2124         (Depends-on): Add stdio.
2125         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2126         (Include): Use <stdio.h> instead of snprintf.h.
2127         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2128         HAVE_DECL_SNPRINTF.
2129         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
2130         * lib/getaddrinfo.c: Likewise.
2131
2132         * modules/stdio: New file.
2133         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
2134         * lib/snprintf.h: Remove file.
2135         * lib/vsnprintf.h: Remove file.
2136         * lib/.cppi-disable: Remove snprintf.h.
2137         * m4/stdio_h.m4: New file.
2138         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
2139
2140 2007-02-20  Jim Meyering  <jim@meyering.net>
2141
2142         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
2143         used by e.g., mingw.  From Bruno Haible.
2144
2145 2007-02-19  Bruno Haible  <bruno@clisp.org>
2146
2147         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
2148         warnings.
2149         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2150
2151 2007-02-19  Bruno Haible  <bruno@clisp.org>
2152
2153         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
2154         from mingw users.
2155
2156 2007-02-19  Bruno Haible  <bruno@clisp.org>
2157
2158         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
2159         warnings.
2160         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
2161
2162 2007-02-19  Jim Meyering  <jim@meyering.net>
2163
2164         Don't use FD after a successful "fdopendir (fd)".
2165         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
2166         Reset it by calling dirfd on the just-obtained DIR*.
2167
2168         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
2169         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
2170
2171 2007-02-18  Bruno Haible  <bruno@clisp.org>
2172
2173         * lib/readlink.c: Include <unistd.h>.
2174         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
2175         HAVE_READLINK.
2176         * modules/readlink (Depends-on): Add unistd.
2177         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2178         (Include): Add <unistd.h>.
2179
2180         * lib/getlogin_r.h: Remove file.
2181         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
2182         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
2183         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
2184         HAVE_DECL_GETLOGIN_R.
2185         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
2186         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2187         (Include): Use <unistd.h> instead of getlogin_r.h.
2188
2189         * lib/getcwd.h: Remove file.
2190         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
2191         * lib/xgetcwd.c: Likewise.
2192         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
2193         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
2194         * modules/getcwd (Files): Remove lib/getcwd.h.
2195         (Depends-on): Add unistd.
2196         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2197         (Include): Use <unistd.h> instad of getcwd.h.
2198
2199         * lib/ftruncate.c: Include <unistd.h> first.
2200         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
2201         Set HAVE_FTRUNCATE.
2202         * modules/ftruncate (Depends-on): Add unistd.
2203         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2204
2205         * lib/fchdir.c: Include <unistd.h> first.
2206         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
2207         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
2208         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
2209         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2210         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
2211
2212         * lib/dup2.c: Include <unistd.h> first.
2213         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
2214         HAVE_DUP2.
2215         * modules/dup2 (Depends-on): Add unistd.
2216         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2217
2218         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
2219         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
2220         REPLACE_CHOWN. Don't define chown as a macro here.
2221         * modules/chown (Depends-on): Add unistd.
2222         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2223
2224         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
2225         Add definition for GL_LINK_WARNING.
2226         (chown, dup2): New declarations.
2227         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
2228         link warning.
2229         (ftruncate): New declaration.
2230         (getcwd): New declaration, taken from old getcwd.h.
2231         (getlogin_r): New declaration, taken from old getlogin_r.h.
2232         (readlink): New declaration.
2233         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
2234         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
2235         (gl_PREREQ_UNISTD): Remove macro.
2236         (gl_UNISTD_MODULE_INDICATOR): New macro.
2237         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
2238         many new variables. Don't set UNISTD_H.
2239         * modules/unistd (Description): Change.
2240         (Depends-on): Add link-warning.
2241         (configure.ac): Update.
2242         (Makefile.am): Create unistd.h always. Substitute many new variables
2243         into it.
2244
2245 2007-02-18  Bruno Haible  <bruno@clisp.org>
2246
2247         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
2248         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
2249         HAVE_GETSUBOPT.
2250         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
2251         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
2252         * lib/getsubopt.h: Remove file.
2253         * modules/getsubopt (Files): Remove lib/getsubopt.h.
2254         (Depends-on): Add stdlib.
2255         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2256         (Includes): Use <stdlib.h> instead of getsubopt.h.
2257         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
2258         Set HAVE_GETSUBOPT.
2259         * lib/getsubopt.c: Don't include getsubopt.h.
2260
2261 2007-02-18  Bruno Haible  <bruno@clisp.org>
2262
2263         * modules/fchdir (Depends-on): Add dup2.
2264
2265 2007-02-18  Bruno Haible  <bruno@clisp.org>
2266
2267         * lib/stdlib_.h: Handle glibc's special invocation convention
2268         specially.
2269
2270 2007-02-18  Bruno Haible  <bruno@clisp.org>
2271
2272         * modules/stdlib-tests: New file.
2273         * tests/test-stdlib.c: New file.
2274
2275         * modules/mkstemp (Files): Remove lib/mkstemp.h.
2276         (Depends-on): Add stdlib.
2277         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2278         (Includes): Use <stdlib.h> instead of mkstemp.h.
2279         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2280         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
2281         * lib/mkstemp.c: Don't include mkstemp.h.
2282         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
2283         * lib/stdlib--.h: Don't include mkstemp.h.
2284
2285         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
2286         (Depends-on): Add stdlib.
2287         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2288         (Includes): Use <stdlib.h> instead of mkdtemp.h.
2289         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2290         HAVE_MKDTEMP.
2291         * lib/mkdtemp.c: Don't include mkdtemp.h.
2292         * lib/clean-temp.c: Don't include mkdtemp.h.
2293
2294         * modules/exit (Files): Remove lib/exit.h.
2295         (Depends-on): Add stdlib.
2296         (Makefile.am): Remove lib_SOURCES.
2297         (Include): Use <stdlib.h> instead of exit.h.
2298         * lib/argmatch.c: Don't include exit.h.
2299         * lib/execute.c: Likewise.
2300         * lib/pagealign_alloc.c: Likewise.
2301         * lib/pipe.c: Likewise.
2302         * lib/wait-process.c: Likewise.
2303         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
2304         * lib/exitfail.c: Likewise.
2305         * lib/savewd.c: Likewise.
2306         * lib/xsetenv.c: Likewise.
2307
2308         * modules/stdlib: New file.
2309         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
2310         and extra comments about mkstemp().
2311         * lib/exit.h: Remove file.
2312         * lib/mkdtemp.h: Remove file.
2313         * lib/mkstemp.h: Remove file.
2314         * m4/stdlib_h.m4: New file.
2315         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
2316
2317 2007-02-18  Bruno Haible  <bruno@clisp.org>
2318
2319         * modules/math-tests: New file.
2320         * tests/test-math.c: New file.
2321
2322         * modules/math: New file.
2323         * modules/mathl (Files): Remove lib/mathl.h.
2324         (Depends-on): Add math.
2325         (Makefile.am): Don't mention mathl.h.
2326         (Include): Use <math.h> instead of mathl.h.
2327         * lib/math_.h: New file.
2328         * lib/mathl.h: Remove file.
2329         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
2330         mathl.h.
2331         * lib/asinl.c: Likewise.
2332         * lib/atanl.c: Likewise.
2333         * lib/ceill.c: Likewise.
2334         * lib/cosl.c: Likewise.
2335         * lib/expl.c: Likewise.
2336         * lib/floorl.c: Likewise.
2337         * lib/frexpl.c: Likewise.
2338         * lib/ldexpl.c: Likewise.
2339         * lib/logl.c: Likewise.
2340         * lib/sincosl.c: Likewise.
2341         * lib/sinl.c: Likewise.
2342         * lib/sqrtl.c: Likewise.
2343         * lib/tanl.c: Likewise.
2344         * lib/trigl.c: Likewise.
2345         * m4/math_h.m4: New file.
2346         * MODULES.html.sh (Mathematics): Add math.
2347
2348 2007-02-17  Bruno Haible  <bruno@clisp.org>
2349
2350         * modules/wctype-tests: New file.
2351         * tests/test-wctype.c: New file.
2352
2353         * modules/wchar-tests: New file.
2354         * tests/test-wchar.c: New file.
2355
2356         * modules/unistd-tests: New file.
2357         * tests/test-unistd.c: New file.
2358
2359         * modules/time-tests: New file.
2360         * tests/test-time.c: New file.
2361
2362         * modules/sysexits-tests: New file.
2363         * tests/test-sysexits.c: New file.
2364
2365         * modules/sys_time-tests: New file.
2366         * tests/test-sys_time.c: New file.
2367
2368         * modules/sys_stat-tests: New file.
2369         * tests/test-sys_stat.c: New file.
2370
2371         * modules/sys_socket-tests: New file.
2372         * tests/test-sys_socket.c: New file.
2373
2374         * modules/sys_select-tests: New file.
2375         * tests/test-sys_select.c: New file.
2376
2377         * modules/string-tests: New file.
2378         * tests/test-string.c: New file.
2379
2380         * modules/stdbool-tests: New file.
2381         * tests/test-stdbool.c: New file.
2382
2383         * modules/netinet_in-tests: New file.
2384         * tests/test-netinet_in.c: New file.
2385
2386         * modules/inttypes-tests: New file.
2387         * tests/test-inttypes.c: New file.
2388
2389         * modules/fcntl-tests: New file.
2390         * tests/test-fcntl.c: New file.
2391
2392         * modules/byteswap-tests: New file.
2393         * tests/test-byteswap.c: New file.
2394
2395         * modules/arpa_inet-tests: New file.
2396         * tests/test-arpa_inet.c: New file.
2397
2398 2007-02-17  Bruno Haible  <bruno@clisp.org>
2399
2400         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
2401         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
2402         if the corresponding module is not enabled. Emit link warnings if
2403         the function is used nevertheless.
2404         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
2405         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
2406         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
2407         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
2408         * modules/inttypes (Depends-on): Add link-warning.
2409         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2410         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
2411         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
2412         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
2413         * modules/imaxdiv (configure.ac): Likewise.
2414         * modules/strtoimax (configure.ac): Likewise.
2415         * modules/strtoumax (configure.ac): Likewise.
2416
2417 2007-02-17  Bruno Haible  <bruno@clisp.org>
2418
2419         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
2420         gl_STRING_MODULE_INDICATOR_DEFAULTS.
2421         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
2422         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
2423
2424 2007-02-17  Bruno Haible  <bruno@clisp.org>
2425
2426         * modules/link-warning: New file.
2427         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
2428         * lib/string_.h (GL_LINK_WARNING): Remove definition.
2429         * modules/string (Depends-on): Add link-warning.
2430         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2431         string.h.
2432         * MODULES.html.sh (Support for building libraries and executables): Add
2433         link-warning.
2434
2435 2007-02-17  Bruno Haible  <bruno@clisp.org>
2436
2437         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
2438         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
2439         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
2440         long lines.
2441
2442 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
2443             Bruno Haible  <bruno@clisp.org>
2444
2445         * modules/tmpfile: New file.
2446         * lib/tmpfile.c: New file.
2447         * m4/tmpfile.m4: New file.
2448         * MODULES.html.sh (func_all_modules): New section "Input/output".
2449
2450 2007-02-15  Bruno Haible  <bruno@clisp.org>
2451
2452         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
2453         (supports_delete_on_close): New function.
2454         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
2455
2456 2007-02-14  Bruno Haible  <bruno@clisp.org>
2457
2458         * modules/mbspcasecmp-tests: New file.
2459         * tests/test-mbspcasecmp.sh: New file.
2460         * tests/test-mbspcasecmp.c: New file.
2461
2462         New module mbspcasecmp.
2463         * modules/mbspcasecmp: New file.
2464         * lib/mbspcasecmp.c: New file.
2465         * lib/string_.h (strncasecmp): Change warning message.
2466         (mbspcasecmp): New declaration.
2467         * m4/mbspcasecmp.m4: New file.
2468         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2469         GNULIB_MBSPCASECMP.
2470         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
2471         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
2472
2473 2007-02-14  Bruno Haible  <bruno@clisp.org>
2474
2475         * modules/mbsncasecmp-tests: New file.
2476         * tests/test-mbsncasecmp.sh: New file.
2477         * tests/test-mbsncasecmp.c: New file.
2478
2479         New module mbsncasecmp.
2480         * modules/mbsncasecmp: New file.
2481         * lib/mbsncasecmp.c: New file.
2482         * lib/string_.h (mbsncasecmp): New declaration.
2483         * m4/mbsncasecmp.m4: New file.
2484         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2485         GNULIB_MBSNCASECMP.
2486         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
2487         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
2488
2489 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2490
2491         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
2492         Verify that it doesn't overlap with our flags.
2493         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
2494         do not have the desired effect in multibyte locales; instead, use
2495         mbscasecmp.
2496         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
2497         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
2498         we don't require GNU fnmatch ourselves (if our users require it, they
2499         should do so explicitly).
2500
2501         Fix regex code so it doesn't rely on strcasecmp.
2502         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
2503         Otherwise, include gnulib's langinfo.h.
2504         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
2505         undesirable behavior in non-C locales.  Instead, rely on localecharset.
2506         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
2507         * modules/regex (FILES): Remove m4/codeset.m4.
2508         (Depends-on): Add localcharset.  Remove strcase.
2509
2510 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2511
2512         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
2513         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
2514
2515 2007-02-13  Bruno Haible  <bruno@clisp.org>
2516
2517         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
2518         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2519
2520 2007-02-12  Bruno Haible  <bruno@clisp.org>
2521
2522         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2523         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
2524         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
2525         time warning rather than a link error.
2526
2527 2007-02-12  Bruno Haible  <bruno@clisp.org>
2528
2529         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
2530         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2531         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2532
2533 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2534
2535         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
2536         args, not 2.
2537
2538 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2539
2540         New module 'time', so that apps can include <time.h> as per
2541         POSIX and GNU instead of separate include files like time_r.h
2542         and timegm.h.  This implementation tries out a simpler approach
2543         for replacing decls in standard include files (as compared to
2544         the string module), somewhat as an experiment.
2545
2546         * config/srclist.txt: Comment out mktime.c for now.
2547         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
2548         since it doesn't apply any more.  Use generic wording instead.
2549         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
2550         'time'.
2551         * lib/time_.h, m4/time_h.m4, modules/time: New files.
2552         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
2553         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
2554         Don't include <sys/types.h>; no longer needed since we assume C89.
2555         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
2556         * lib/strftime.c: Likewise.
2557         * lib/time_r.c: Likewise.
2558         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
2559         * lib/nanosleep.c: Include <time.h> first, to check interface.
2560         * lib/strptime.c: Likewise.
2561         * lib/time_r.c: Likewise.
2562         * lib/timegm.c: Likewise.
2563         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
2564         needed.
2565         * lib/timegm.c: Don't include timegm.h; no longer needed.
2566         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
2567         time.h now handles any problems in that area.
2568         (struct timespec, nanosleep): Remove; time.h now arranges for these.
2569         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
2570         that time.h defines struct timespec.
2571         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
2572         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
2573         handles that.
2574         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
2575         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
2576         needed.  Set REPLACE_LOCALTIME.
2577         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
2578         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
2579         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
2580         nanosleep; time_h.m4 now does that.  Don't require
2581         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
2582         module handles this now.
2583         * modules/getdate (Depends-on): Remove timespec.  Add time.
2584         * modules/nanosleep (Depends-on): Likewise.
2585         * modules/stat-time (Depends-on): Likewise.
2586         * modules/nanosleep (Include): Include time.h, not timespec.h.
2587         * modules/strptime (Files): Remove lib/strptime.h.
2588         (Depends-on): Add extensions, time.
2589         (Include): Include time.h, not strptime.h.
2590         * modules/time_r (Files): Remove lib/time_r.h.
2591         (Depends-on): Add time.
2592         (Include): Include time.h, not time_r.h.
2593         * modules/timegm: Likewise.
2594         * modules/timespec (Description): Now does timespec-related decls
2595         of our own, instead of struct timespec itself.
2596         (Depends-on): Add time; remove extensions.
2597         (Maintainer): Add self.
2598         * modules/utimecmp (Depends-on): Add time; remove timespec.
2599         * modules/utimens (Depends-on): Likewise.
2600         * modules/xnanosleep (Depends-on): Likewise.
2601
2602 2007-02-11  Bruno Haible  <bruno@clisp.org>
2603
2604         * lib/c-strstr.c: Include allocsa.h.
2605         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2606         * lib/c-strcasestr.c: Include allocsa.h.
2607         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2608         * lib/strcasestr.c: Include allocsa.h.
2609         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2610         * lib/mbsstr.c: Include allocsa.h.
2611         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2612         allocsa/freesa instead of malloc/free.
2613         * lib/mbscasestr.c: Include allocsa.h.
2614         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2615         allocsa/freesa instead of malloc/free.
2616         * modules/c-strstr (Depends-on): Add allocsa.
2617         * modules/c-strcasestr (Depends-on): Likewise.
2618         * modules/strcasestr (Depends-on): Likewise.
2619         * modules/mbsstr (Depends-on): Likewise.
2620         * modules/mbscasestr (Depends-on): Likewise.
2621
2622 2007-02-11  Bruno Haible  <bruno@clisp.org>
2623
2624         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
2625
2626         * modules/mbsspn-tests: New file.
2627         * tests/test-mbsspn.sh: New file.
2628         * tests/test-mbsspn.c: New file.
2629
2630 2007-02-11  Bruno Haible  <bruno@clisp.org>
2631
2632         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
2633
2634         * modules/mbspbrk-tests: New file.
2635         * tests/test-mbspbrk.sh: New file.
2636         * tests/test-mbspbrk.c: New file.
2637
2638 2007-02-11  Bruno Haible  <bruno@clisp.org>
2639
2640         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
2641         unneeded cast.
2642
2643         * modules/mbscspn-tests: New file.
2644         * tests/test-mbscspn.sh: New file.
2645         * tests/test-mbscspn.c: New file.
2646
2647 2007-02-11  Bruno Haible  <bruno@clisp.org>
2648
2649         * modules/mbscasecmp-tests: New file.
2650         * tests/test-mbscasecmp.sh: New file.
2651         * tests/test-mbscasecmp.c: New file.
2652
2653 2007-02-11  Bruno Haible  <bruno@clisp.org>
2654
2655         Ensure O(n) worst-case complexity of mbscasestr.
2656         * lib/mbscasestr.c: Include stdbool.h.
2657         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2658         functions.
2659         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
2660         the bookkeeping indicates that it's worth it.
2661         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
2662
2663         * modules/mbscasestr-tests: New file.
2664         * tests/test-mbscasestr1.c: New file.
2665         * tests/test-mbscasestr2.sh: New file.
2666         * tests/test-mbscasestr2.c: New file.
2667         * tests/test-mbscasestr3.sh: New file.
2668         * tests/test-mbscasestr3.c: New file.
2669         * tests/test-mbscasestr4.sh: New file.
2670         * tests/test-mbscasestr4.c: New file.
2671         * m4/locale-tr.m4: New file.
2672
2673 2007-02-11  Bruno Haible  <bruno@clisp.org>
2674
2675         Ensure O(n) worst-case complexity of mbsstr.
2676         * lib/mbsstr.c: Include stdbool.h.
2677         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2678         functions.
2679         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
2680         bookkeeping indicates that it's worth it.
2681         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
2682
2683         * modules/mbsstr-tests: New file.
2684         * tests/test-mbsstr1.c: New file.
2685         * tests/test-mbsstr2.sh: New file.
2686         * tests/test-mbsstr2.c: New file.
2687         * tests/test-mbsstr3.sh: New file.
2688         * tests/test-mbsstr3.c: New file.
2689         * m4/locale-fr.m4: New file.
2690
2691 2007-02-11  Bruno Haible  <bruno@clisp.org>
2692
2693         * lib/mbsrchr.c (mbsrchr): Fix bug.
2694
2695         * modules/mbsrchr-tests: New file.
2696         * tests/test-mbsrchr.sh: New file.
2697         * tests/test-mbsrchr.c: New file.
2698
2699 2007-02-11  Bruno Haible  <bruno@clisp.org>
2700
2701         * lib/mbschr.c (mbschr): Fix bug.
2702
2703         * modules/mbschr-tests: New file.
2704         * tests/test-mbschr.sh: New file.
2705         * tests/test-mbschr.c: New file.
2706         * m4/locale-zh.m4: New file.
2707
2708 2007-02-11  Bruno Haible  <bruno@clisp.org>
2709
2710         Support for copying multibyte string iterators.
2711         * lib/mbiter.h: Include <string.h>.
2712         (mbiter_multi_copy): New function.
2713         (mbi_copy): New macro.
2714         * lib/mbuiter.h: Include <string.h>.
2715         (mbuiter_multi_copy): New function.
2716         (mbui_copy): New macro.
2717
2718 2007-02-11  Bruno Haible  <bruno@clisp.org>
2719
2720         New module mbslen.
2721         * modules/mbslen: New file.
2722         * lib/mbslen.c: New file.
2723         * lib/string_.h (mbslen): New declaration.
2724         * m4/mbslen.m4: New file.
2725         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2726         GNULIB_MBSLEN.
2727         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
2728         * MODULES.html.sh (Internationalization functions): Add mbslen.
2729
2730 2007-02-11  Bruno Haible  <bruno@clisp.org>
2731
2732         Ensure O(n) worst-case complexity of strcasestr substitute.
2733         * lib/strcasestr.c: Include stdbool.h.
2734         (knuth_morris_pratt): New function.
2735         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2736         bookkeeping indicates that it's worth it.
2737         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
2738
2739         * modules/strcasestr-tests: New file.
2740         * tests/test-strcasestr.c: New file.
2741
2742 2007-02-11  Bruno Haible  <bruno@clisp.org>
2743
2744         Ensure O(n) worst-case complexity of c_strcasestr.
2745         * lib/c-strcasestr.c: Include stdbool.h, string.h.
2746         (knuth_morris_pratt): New function.
2747         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
2748         the bookkeeping indicates that it's worth it.
2749         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
2750
2751         * modules/c-strcasestr-tests: New file.
2752         * tests/test-c-strcasestr.c: New file.
2753
2754 2007-02-11  Bruno Haible  <bruno@clisp.org>
2755
2756         Ensure O(n) worst-case complexity of c_strstr.
2757         * lib/c-strstr.c: Include stdbool.h, string.h.
2758         (knuth_morris_pratt): New function.
2759         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2760         bookkeeping indicates that it's worth it.
2761         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
2762
2763         * lib/c-strstr.c: Complete rewrite for maintainability.
2764
2765         * modules/c-strstr-tests: New file.
2766         * tests/test-c-strstr.c: New file.
2767
2768 2007-02-11  Bruno Haible  <bruno@clisp.org>
2769
2770         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
2771         5.2.1 and earlier, whereby \055 was treated just like the range
2772         delimiter '-'.
2773         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2774
2775 2007-02-08  Bruno Haible  <bruno@clisp.org>
2776
2777         * modules/regex (Depends-on): Add stdbool.
2778         Reported by Dalibor Topic <robilad@kaffe.org>.
2779
2780 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
2781
2782         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
2783         Prefer returning from main to exiting from it.
2784         Remove unnecessary parens after sizeof.
2785
2786 2007-02-05  Bruno Haible  <bruno@clisp.org>
2787
2788         New module mbssep.
2789         * modules/mbssep: New file.
2790         * lib/mbssep.c: New file.
2791         * lib/string_.h (strsep): Add a conditional link warning.
2792         (mbssep): New declaration.
2793         * m4/mbssep.m4: New file.
2794         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2795         GNULIB_MBSSEP.
2796         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
2797         * MODULES.html.sh (Internationalization functions): Add mbssep.
2798
2799 2007-02-05  Bruno Haible  <bruno@clisp.org>
2800
2801         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
2802         Optimize search in case of 1 delimiter.
2803
2804 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2805
2806         * lib/acl.h: Include sys/types.h before sys/acl.h.
2807
2808 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2809
2810         Merge upstream fix for glibc bugzilla #3957:
2811
2812         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
2813
2814         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
2815         bit for RE_HAT_LISTS_NOT_NEWLINE.
2816         (build_charclass_op): Remove bogus comment.
2817
2818 2007-02-05  Simon Josefsson  <simon@josefsson.org>
2819
2820         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
2821
2822 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2823
2824         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
2825         * lib/memmem.c [!defined _LIBC]: Include config.h.
2826
2827 2007-02-04  Bruno Haible  <bruno@clisp.org>
2828
2829         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
2830         warning message.
2831
2832 2007-02-04  Bruno Haible  <bruno@clisp.org>
2833
2834         New module mbstok_r.
2835         * modules/mbstok_r: New file.
2836         * lib/mbstok_r.c: New file.
2837         * lib/string_.h (strtok_r): Change argument names to match the
2838         comments. Add a conditional link warning.
2839         (mbstok_r): New declaration.
2840         * m4/mbstok_r.m4: New file.
2841         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2842         GNULIB_MBSTOK_R.
2843         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
2844         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
2845
2846 2007-02-04  Bruno Haible  <bruno@clisp.org>
2847
2848         New module mbsspn.
2849         * modules/mbsspn: New file.
2850         * lib/mbsspn.c: New file.
2851         * lib/string_.h (strspn): Add a conditional link warning.
2852         (mbsspn): New declaration.
2853         * m4/mbsspn.m4: New file.
2854         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2855         GNULIB_MBSSPN.
2856         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
2857         * MODULES.html.sh (Internationalization functions): Add mbsspn.
2858
2859 2007-02-04  Bruno Haible  <bruno@clisp.org>
2860
2861         New module mbspbrk.
2862         * modules/mbspbrk: New file.
2863         * lib/mbspbrk.c: New file.
2864         * lib/string_.h (strpbrk): Add a conditional link warning.
2865         (mbspbrk): New declaration.
2866         * m4/mbspbrk.m4: New file.
2867         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2868         GNULIB_MBSPBRK.
2869         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
2870         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
2871
2872 2007-02-04  Bruno Haible  <bruno@clisp.org>
2873
2874         New module mbscspn.
2875         * modules/mbscspn: New file.
2876         * lib/mbscspn.c: New file.
2877         * lib/string_.h (strcspn): Add a conditional link warning.
2878         (mbscspn): New declaration.
2879         * m4/mbscspn.m4: New file.
2880         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2881         GNULIB_MBSCSPN.
2882         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
2883         * MODULES.html.sh (Internationalization functions): Add mbscspn.
2884
2885 2007-02-04  Bruno Haible  <bruno@clisp.org>
2886
2887         New module mbscasestr, reduced goal of strcasestr.
2888         * modules/mbscasestr: New file.
2889         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
2890         (mbscasestr): Renamed from strcasestr.
2891         * lib/strcasestr.c: Don't include mbuiter.h.
2892         (strcasestr): Remove support for multibyte locales.
2893         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
2894         Change the conditional link warning.
2895         (mbscasestr): New declaration.
2896         * m4/mbscasestr.m4: New file.
2897         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
2898         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
2899         REPLACE_STRCASESTR.
2900         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
2901         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2902         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2903         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
2904         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
2905         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
2906         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
2907         (Depends-on): Remove mbuiter.
2908         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
2909
2910 2007-02-04  Bruno Haible  <bruno@clisp.org>
2911
2912         Simplify handling of strncasecmp.
2913         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
2914         the conditional link warning.
2915         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2916         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
2917         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
2918         * modules/strcase (configure.ac): Don't invoke
2919         gl_STRING_MODULE_INDICATOR.
2920         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
2921
2922 2007-02-04  Bruno Haible  <bruno@clisp.org>
2923
2924         New module mbscasecmp, reduced goal of strcasecmp.
2925         * modules/mbscasecmp: New file.
2926         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
2927         (mbscasecmp): Renamed from strcasecmp.
2928         * lib/strcasecmp.c: Don't include mbuiter.h.
2929         (strcasecmp): Remove support for multibyte locales.
2930         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
2931         Change the conditional link warning.
2932         (mbscasecmp): New declaration.
2933         * m4/mbscasecmp.m4: New file.
2934         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
2935         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
2936         REPLACE_STRCASECMP.
2937         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
2938         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2939         GNULIB_MBSCASECMP.
2940         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
2941         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
2942         * modules/strcase (Files): Remove m4/mbrtowc.m4.
2943         (Depends-on): Remove mbuiter.
2944         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
2945
2946 2007-02-04  Bruno Haible  <bruno@clisp.org>
2947
2948         New module mbsstr. Remove module strstr.
2949         * modules/mbsstr: New file.
2950         * modules/strstr: Remove file.
2951         * lib/mbsstr.c: Renamed from lib/strstr.c.
2952         (mbsstr): Renamed from strstr.
2953         * lib/string_.h (strstr): Remove declaration. Change the conditional
2954         link warning.
2955         (mbsstr): New declaration.
2956         * m4/mbsstr.m4: New file.
2957         * m4/strstr.m4: Remove file.
2958         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
2959         REPLACE_STRSTR.
2960         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
2961         Don't initialize GNULIB_STRSTR.
2962         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
2963         substitute GNULIB_STRSTR and REPLACE_STRSTR.
2964         * MODULES.html.sh (Internationalization functions): Add mbsstr.
2965         (Support for systems lacking ANSI C 89): Remove strstr.
2966
2967 2007-02-04  Bruno Haible  <bruno@clisp.org>
2968
2969         New module mbsrchr.
2970         * modules/mbsrchr: New file.
2971         * lib/mbsrchr.c: New file.
2972         * lib/string_.h (strrchr): Add a conditional link warning.
2973         (mbsrchr): New declaration.
2974         * m4/mbsrchr.m4: New file.
2975         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2976         GNULIB_MBSRCHR.
2977         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
2978         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
2979
2980 2007-02-04  Bruno Haible  <bruno@clisp.org>
2981
2982         New module mbschr.
2983         * modules/mbschr: New file.
2984         * lib/mbschr.c: New file.
2985         * lib/string_.h (strchr): Add a conditional link warning.
2986         (mbschr): New declaration.
2987         * m4/mbschr.m4: New file.
2988         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2989         GNULIB_MBSCHR.
2990         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
2991         * MODULES.html.sh (Internationalization functions): Add mbschr.
2992
2993 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2994
2995         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
2996
2997         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
2998
2999 2007-02-04  Bruno Haible  <bruno@clisp.org>
3000
3001         New module description section 'configure.ac-early'.
3002         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
3003         (func_get_autoconf_early_snippet): New function.
3004         (func_import, func_create_testdir): Use it. Remove special cases for
3005         modules 'extensions' and 'lock'.
3006         * modules/extensions (configure.ac-early): Require
3007         gl_USE_SYSTEM_EXTENSIONS.
3008         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
3009
3010 2007-02-04  Bruno Haible  <bruno@clisp.org>
3011
3012         Make use of gcj-4.3's -fsource and -ftarget option.
3013         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
3014         and if so try the options -fsource and -ftarget.
3015         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
3016         source_version, ftarget_option, target_version arguments.
3017         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
3018         (is_envjavac_oldgcj_14_14_usable): Renamed from
3019         is_envjavac_gcj_14_14_usable.
3020         (is_envjavac_oldgcj_14_13_usable): Renamed from
3021         is_envjavac_gcj_14_13_usable.
3022         (is_gcj_present): Update.
3023         (is_gcj_43, is_gcj43_usable): New functions.
3024         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
3025         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
3026         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
3027         try the options -fsource and -ftarget.
3028
3029 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3030
3031         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
3032         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
3033         larger value.
3034
3035 2007-02-03  Jim Meyering  <jim@meyering.net>
3036
3037         Give tools a better chance to allocate space for very large buffers.
3038         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
3039
3040         Make pwd and readlink work also when run with an unreadable parent dir
3041         on systems with openat support.
3042         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
3043         provided getcwd function, even when we have openat support.
3044         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
3045
3046 2007-02-02  Bruno Haible  <bruno@clisp.org>
3047
3048         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
3049         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
3050         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
3051         portability problems if one of these functions is only used on specific
3052         platforms.
3053         Reported by Paul Eggert.
3054
3055 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3056
3057         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
3058         is causing more trouble than it's curing.
3059         * lib/regex_internal.h (__mempcpy): Remove.
3060         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
3061         (and make the code a tad smaller to boot).
3062         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
3063
3064 2007-02-02  Jim Meyering  <jim@meyering.net>
3065
3066         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
3067         section, not in the Makefile.am: one.
3068
3069 2007-02-02  Eric Blake  <ebb9@byu.net>
3070
3071         * lib/strchrnul.c: Always include config.h first.
3072
3073         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
3074         gnulib strstr is not necessary here.
3075
3076 2007-02-02  Simon Josefsson  <simon@josefsson.org>
3077
3078         * m4/socklen.m4: Fix typo.
3079
3080 2007-02-02  Eric Blake  <ebb9@byu.net>
3081
3082         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
3083         * modules/netinet_in (Makefile.am): Likewise.
3084
3085 2007-02-01  Bruno Haible  <bruno@clisp.org>
3086
3087         * lib/string_.h (GL_LINK_WARNING): New macro.
3088         (strcasecmp, strstr, strcasestr): If provided by the system,
3089         conditionally define as a macro that leads to a warning instead of to
3090         an error.
3091         (strncasecmp): Conditionally define as a macro that leads to a warning.
3092
3093 2007-02-01  Karl Berry  <karl@gnu.org>
3094
3095         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
3096
3097 2007-02-01  Bruno Haible  <bruno@clisp.org>
3098
3099         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
3100         renamings.
3101
3102 2007-02-01  Eric Blake  <ebb9@byu.net>
3103
3104         * modules/regex (Depends-on): Revert dependence on mempcpy.
3105         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
3106         module's definition of mempcpy.
3107         Reported by Paul Eggert.
3108
3109 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3110
3111         * lib/string_.h: If the gnulib module XYZ is not present, undefine
3112         the symbol XYZ before redefining it.  This fixes a problem with
3113         programs that don't use XYZ, when compiled on systems that define
3114         XYZ to something else.
3115
3116 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3117
3118         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
3119         occurs when "mkdir -m foo" creates a setgid directory that is (1)
3120         writeable to group or other and (2) is intended to have a special
3121         mode bit that is set or cleared.  In such a case, the directory
3122         should be neither group- nor other-writeable until the special
3123         mode bits are right.
3124
3125 2007-01-31  Eric Blake  <ebb9@byu.net>
3126
3127         * modules/mountlist (Depends-on): Add strstr.
3128
3129         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
3130         bug.
3131         * modules/string (Makefile.am): Remove redundant replacement.
3132         * modules/regex (Depends-on): Add mempcpy.
3133
3134 2007-01-31  Bruno Haible  <bruno@clisp.org>
3135
3136         New module description field 'Link'.
3137         * gnulib-tool (func_usage): Document --extract-link-directive.
3138         (sed_extract_prog): Recognize 'Link' directive.
3139         (func_get_link_directive): New function.
3140         (func_import): Show summary of link directives.
3141         Handle --extract-link-directive option.
3142         * modules/acl (Link): New section.
3143         * modules/clock-time (Link): New section.
3144         * modules/euidaccess (Link): New section.
3145         * modules/gettext (Link): New section.
3146         * modules/iconv (Link): New section.
3147         * modules/lock (Link): New section.
3148         * modules/nanosleep (Link): New section.
3149         * modules/readline (Link): New section.
3150
3151 2007-01-27  Bruno Haible  <bruno@clisp.org>
3152
3153         Enforce the use of gnulib modules for unportable <string.h> functions.
3154         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
3155         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
3156         (gl_HEADER_STRING_H_BODY): Require it.
3157         * lib/string_.h: If the gnulib module XYZ is not present, redefine
3158         the symbol XYZ to one that gives a link error.
3159         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
3160         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
3161         * modules/mempcpy (configure.ac): Likewise.
3162         * modules/memrchr (configure.ac): Likewise.
3163         * modules/stpcpy (configure.ac): Likewise.
3164         * modules/stpncpy (configure.ac): Likewise.
3165         * modules/strcase (configure.ac): Likewise.
3166         * modules/strcasestr (configure.ac): Likewise.
3167         * modules/strchrnul (configure.ac): Likewise.
3168         * modules/strdup (configure.ac): Likewise.
3169         * modules/strndup (configure.ac): Likewise.
3170         * modules/strnlen (configure.ac): Likewise.
3171         * modules/strpbrk (configure.ac): Likewise.
3172         * modules/strsep (configure.ac): Likewise.
3173         * modules/strstr (configure.ac): Likewise.
3174         * modules/strtok_r (configure.ac): Likewise.
3175
3176 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
3177
3178         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
3179
3180 2007-01-30  Jim Meyering  <jim@meyering.net>
3181
3182         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
3183
3184 2007-01-29  Bruno Haible  <bruno@clisp.org>
3185
3186         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
3187         * lib/execute.c: Likewise.
3188         * lib/pipe.c: Likewise.
3189         * lib/printf-args.h: Likewise.
3190         * lib/printf-args.c: Likewise.
3191         * lib/printf-parse.c: Likewise.
3192         * lib/vasnprintf.c: Likewise.
3193
3194 2007-01-29  Eric Blake  <ebb9@byu.net>
3195
3196         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
3197         declaration.
3198
3199 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
3200
3201         * lib/strptime.h (strptime): Use 'restrict' for args where
3202         POSIX requires this.
3203         * lib/strptime.c (strptime): Likewise.
3204         Change license notice from LGPL to GPL, since gnulib-tool will
3205         change this as needed.
3206         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
3207         defined.
3208         Include "strptime.h" first, to check interface.
3209         Do not #undef _LIBC and _NL_CURRENT.
3210         Do not include <stdlib.h>; no longer needed.
3211         Include "time_r.h" and declare ptime_locale_status
3212         only if _LIBC is not defined.
3213         (__P): Remove unused macro.
3214         (match_string): Bring back glibc version, but use it only if _LIBC
3215         is defined.
3216         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
3217         Remove unnecessary assertion and abort() call.
3218         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
3219         * m4/strptime.m4: Fix serial number comment.
3220         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
3221         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
3222         (Depends-on): Add time_r.
3223
3224 2007-01-29  Bruno Haible  <bruno@clisp.org>
3225
3226         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3227         strptime.
3228         * modules/strptime (Depends-on): Add stdbool.
3229         * lib/strptime.h: Include <time.h> always. Add comments.
3230
3231 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
3232
3233         * modules/strptime: New file.
3234         * lib/strptime.h: New file.
3235         * lib/strptime.c: New file.
3236         * m4/strptime.m4: New file.
3237
3238 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3239
3240         * MODULES.html.sh: New module mpsort.
3241         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
3242
3243         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
3244         a circularity problem with HP-UX ia64 reported by Bob Proulx in
3245         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
3246         All uses changed.
3247         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
3248         All uses changed.
3249         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
3250         to _Restrict_.
3251         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
3252         the parameter matches the prototype.
3253
3254 2007-01-28  Jim Meyering  <jim@meyering.net>
3255
3256         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
3257         sys/time.h here, reverting that part of the previous patch:
3258         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
3259
3260 2007-01-28  Bruno Haible  <bruno@clisp.org>
3261
3262         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
3263         value of $(SYS_TIME_H).
3264         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
3265         remove it conditionally, too. [added by Jim Meyering]
3266         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
3267         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3268         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
3269         GETTIMEOFDAY_REPLACEMENT to 1.
3270
3271 2007-01-28  Bruno Haible  <bruno@clisp.org>
3272
3273         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
3274         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
3275         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
3276         Set UNISTD_H instead of UNISTD_H2.
3277         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
3278
3279 2007-01-28  Bruno Haible  <bruno@clisp.org>
3280
3281         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
3282         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
3283
3284 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3285
3286         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
3287         (func_create_testdir): Ensure C locale for `grep' and `tr'
3288         character ranges.
3289         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
3290         ACLOCAL_AMFLAGS parsing state machine.
3291
3292 2007-01-27  Bruno Haible  <bruno@clisp.org>
3293
3294         * modules/unistr/base: Update.
3295
3296 2007-01-27  Bruno Haible  <bruno@clisp.org>
3297
3298         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
3299         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
3300         * modules/unistr/u32-mbtouc-unsafe: Renamed from
3301         modules/unistr/u32-mbtouc.
3302         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
3303         * lib/unistr.h: Update.
3304         * lib/linebreak.c: Update.
3305         * modules/unistr/u32-mbtouc: Renamed from
3306         modules/unistr/u32-mbtouc-safe.
3307         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
3308         * lib/unistr.h: Update.
3309         * lib/unistr/u32-to-u8.c: Update.
3310         * lib/unistr/u32-to-u16.c: Update.
3311
3312 2007-01-27  Bruno Haible  <bruno@clisp.org>
3313
3314         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
3315         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
3316         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
3317         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
3318         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
3319         * modules/unistr/u16-mbtouc-unsafe: Renamed from
3320         modules/unistr/u16-mbtouc.
3321         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
3322         * lib/unistr.h: Update.
3323         * lib/linebreak.c: Update.
3324         * modules/linebreak: Update.
3325         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
3326         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
3327         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
3328         * modules/unistr/u16-mbtouc: Renamed from
3329         modules/unistr/u16-mbtouc-safe.
3330         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
3331         * lib/unistr.h: Update.
3332         * lib/unistr/u16-to-u8.c: Update.
3333         * modules/unistr/u16-to-u8: Update.
3334         * lib/unistr/u16-to-u32.c: Update.
3335         * modules/unistr/u16-to-u32: Update.
3336
3337 2007-01-27  Bruno Haible  <bruno@clisp.org>
3338
3339         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
3340         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
3341         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
3342         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
3343         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
3344         * modules/unistr/u8-mbtouc-unsafe: Renamed from
3345         modules/unistr/u8-mbtouc.
3346         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
3347         * lib/unistr.h: Update.
3348         * lib/striconveh.c: Update.
3349         * modules/striconveh: Update.
3350         * lib/linebreak.c: Update.
3351         * modules/linebreak: Update.
3352         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
3353         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
3354         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
3355         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
3356         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
3357         * lib/unistr.h: Update.
3358         * lib/striconveh.c: Update.
3359         * modules/striconveh: Update.
3360         * lib/unistr/u8-to-u16.c: Update.
3361         * modules/unistr/u8-to-u16: Update.
3362         * lib/unistr/u8-to-u32.c: Update.
3363         * modules/unistr/u8-to-u32: Update.
3364
3365 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3366
3367         Sync from Libtool.
3368         * lib/argz.c: Do not include strings.h nor memory.h, include
3369         string.h unconditionally.  Patch by Simon Josefsson.
3370
3371 2007-01-27  Bruno Haible  <bruno@clisp.org>
3372
3373         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
3374         from gl_HEADER_STRING_H_BODY.
3375         (gl_HEADER_STRING_H_BODY): Require it.
3376         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
3377         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
3378         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
3379         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
3380         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3381         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
3382         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3383         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
3384         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
3385         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3386         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
3387         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
3388         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
3389         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3390         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3391
3392 2007-01-27  Bruno Haible  <bruno@clisp.org>
3393
3394         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
3395         check_PROGRAMS into noinst_PROGRAMS.
3396         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
3397         check_PROGRAMS in this case.
3398         (func_import): Set for_test to false.
3399         (func_create_testdir): Set for_test to true.
3400
3401 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3402             Bruno Haible  <bruno@clisp.org>
3403
3404         * modules/strcasestr (Files): Remove lib/strcasestr.h.
3405         (Depends-on): Add string.
3406         (Includes): Use <string.h> instead of strcasestr.h.
3407         * modules/string (Makefile.am): Also substitute the value of
3408         REPLACE_STRCASESTR.
3409         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
3410         assume strcasestr is declared in <string.h> not <strings.h>. Also
3411         set REPLACE_STRCASESTR.
3412         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
3413         REPLACE_STRCASESTR.
3414         * lib/strcasestr.h: Remove file.
3415         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
3416         * lib/string_.h (strcasestr): New declaration.
3417
3418 2007-01-27  Bruno Haible  <bruno@clisp.org>
3419
3420         * lib/string_.h: Use 'extern'.
3421
3422 2007-01-27  Jim Meyering  <jim@meyering.net>
3423
3424         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
3425         of set-but-not-used local, "q".
3426
3427         * lib/mempcpy.c: Include <config.h> before <string.h>.
3428         This fixes a compilation error on HP-UX, due to the system's
3429         "restrict"-using mempcpy prototype.
3430
3431 2007-01-26  Bruno Haible  <bruno@clisp.org>
3432
3433         Small optimization.
3434         * lib/javacomp.c: Include c-strstr.h.
3435          (is_envjavac_gcj): Use c_strstr instead of strstr.
3436         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
3437
3438 2007-01-26  Bruno Haible  <bruno@clisp.org>
3439
3440         * MODULES.html.sh (Unicode string functions): Add the new modules.
3441
3442         * modules/uniconv/u32-strconv-to-locale: New file.
3443         * lib/uniconv/u32-strconv-to-locale.c: New file.
3444
3445         * modules/uniconv/u16-strconv-to-locale: New file.
3446         * lib/uniconv/u16-strconv-to-locale.c: New file.
3447
3448         * modules/uniconv/u8-strconv-to-locale: New file.
3449         * lib/uniconv/u8-strconv-to-locale.c: New file.
3450
3451         * modules/uniconv/u32-strconv-from-locale: New file.
3452         * lib/uniconv/u32-strconv-from-locale.c: New file.
3453
3454         * modules/uniconv/u16-strconv-from-locale: New file.
3455         * lib/uniconv/u16-strconv-from-locale.c: New file.
3456
3457         * modules/uniconv/u8-strconv-from-locale: New file.
3458         * lib/uniconv/u8-strconv-from-locale.c: New file.
3459
3460         * modules/uniconv/u32-strconv-to-enc: New file.
3461         * lib/uniconv/u32-strconv-to-enc.c: New file.
3462         * modules/uniconv/u32-strconv-to-enc-tests: New file.
3463         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
3464
3465         * modules/uniconv/u16-strconv-to-enc: New file.
3466         * lib/uniconv/u16-strconv-to-enc.c: New file.
3467         * lib/uniconv/u-strconv-to-enc.h: New file.
3468         * modules/uniconv/u16-strconv-to-enc-tests: New file.
3469         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
3470
3471         * modules/uniconv/u8-strconv-to-enc: New file.
3472         * lib/uniconv/u8-strconv-to-enc.c: New file.
3473         * modules/uniconv/u8-strconv-to-enc-tests: New file.
3474         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
3475
3476         * modules/uniconv/u32-strconv-from-enc: New file.
3477         * lib/uniconv/u32-strconv-from-enc.c: New file.
3478         * modules/uniconv/u32-strconv-from-enc-tests: New file.
3479         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
3480
3481         * modules/uniconv/u16-strconv-from-enc: New file.
3482         * lib/uniconv/u16-strconv-from-enc.c: New file.
3483         * modules/uniconv/u16-strconv-from-enc-tests: New file.
3484         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
3485
3486         * modules/uniconv/u8-strconv-from-enc: New file.
3487         * lib/uniconv/u8-strconv-from-enc.c: New file.
3488         * lib/uniconv/u-strconv-from-enc.h: New file.
3489         * modules/uniconv/u8-strconv-from-enc-tests: New file.
3490         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
3491
3492         * modules/uniconv/u32-conv-from-enc: New file.
3493         * lib/uniconv/u32-conv-from-enc.c: New file.
3494         * modules/uniconv/u32-conv-from-enc-tests: New file.
3495         * tests/uniconv/test-u32-conv-from-enc.c: New file.
3496
3497         * modules/uniconv/u16-conv-from-enc: New file.
3498         * lib/uniconv/u16-conv-from-enc.c: New file.
3499         * lib/uniconv/u-conv-from-enc.h: New file.
3500         * modules/uniconv/u16-conv-from-enc-tests: New file.
3501         * tests/uniconv/test-u16-conv-from-enc.c: New file.
3502
3503         * modules/uniconv/u8-conv-from-enc: New file.
3504         * lib/uniconv/u8-conv-from-enc.c: New file.
3505         * modules/uniconv/u8-conv-from-enc-tests: New file.
3506         * tests/uniconv/test-u8-conv-from-enc.c: New file.
3507
3508         * modules/uniconv/base: New file.
3509         * lib/uniconv.h: New file.
3510
3511 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
3512
3513         * doc/gnulib-tool.texi (Initial import): Update to match current
3514         behavior with strdup module.
3515         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
3516         * lib/memmem.h: Remove; all uses removed.  This is now done
3517         by <string.h>.
3518         * lib/mempcpy.h: Likewise.
3519         * lib/memrchr.h: Likewise.
3520         * lib/stpcpy.h: Likewise.
3521         * lib/stpncpy.h: Likewise.
3522         * lib/strcase.h: Likewise.
3523         * lib/strchrnul.h: Likewise.
3524         * lib/strdup.h: Likewise.
3525         * lib/strndup.h: Likewise.
3526         * lib/strnlen.h: Likewise.
3527         * lib/strpbrk.h: Likewise.
3528         * lib/strsep.h: Likewise.
3529         * lib/strstr.h: Likewise.
3530         * lib/strtok_r.h: Likewise.
3531         * lib/string_.h: New file.
3532         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
3533         Rely on <string.h> instead.
3534         * lib/canon-host.c: Likewise.
3535         * lib/chdir-long.c: Likewise.
3536         * lib/concatpath.c: Likewise.
3537         * lib/exclude.c: Likewise.
3538         * lib/fchdir.c: Likewise.
3539         * lib/getaddrinfo.c: Likewise.
3540         * lib/getcwd.c: Likewise.
3541         * lib/getsubopt.c: Likewise.
3542         * lib/glob.c: Likewise.
3543         * lib/hard-locale.c: Likewise.
3544         * lib/iconvme.c: Likewise.
3545         * lib/javacomp.c: Likewise.
3546         * lib/mempcpy.c: Likewise.
3547         * lib/memrchr.c: Likewise.
3548         * lib/regex_internal.h: Likewise.
3549         * lib/stpncpy.c: Likewise.
3550         * lib/strcasecmp.c: Likewise.
3551         * lib/strchrnul.c: Likewise.
3552         * lib/strdup.c: Likewise.
3553         * lib/striconv.c: Likewise.
3554         * lib/striconveh.c: Likewise.
3555         * lib/striconveha.c: Likewise.
3556         * lib/strncasecmp.c: Likewise.
3557         * lib/strndup.c: Likewise.
3558         * lib/strnlen.c: Likewise.
3559         * lib/strsep.c: Likewise.
3560         * lib/strstr.c: Likewise.
3561         * lib/strtok_r.c: Likewise.
3562         * lib/userspec.c: Likewise.
3563         * lib/w32spawn.h: Likewise.
3564         * lib/xstrndup.c: Likewise.
3565         * lib/mountlist.c (strstr): Remove decl.
3566         * m4/string_h.m4: New file.
3567         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
3568         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
3569         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
3570         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
3571         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
3572         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
3573         Set REPLACE_STRCASECMP if necessary.
3574         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
3575         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
3576         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
3577         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
3578         HAVE_DECL_STRDUP if necessary.
3579         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
3580         since gl_FUNC_STRNDUP does that now.
3581         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
3582         Check for decl here...
3583         (gl_PREREQ_STRNLEN): ... not here.
3584         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
3585         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
3586         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
3587         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
3588         necessary.
3589         * modules/string: New file.
3590         * modules/memmem (Files): Remove special-purpose include file.
3591         (Depends-on): Add string.
3592         (Include): Include <string.h>, not the removed file.
3593         * modules/mempcpy: Likewise.
3594         * modules/memrchr: Likewise.
3595         * modules/stpcpy: Likewise.
3596         * modules/stpncpy: Likewise.
3597         * modules/strcase: Likewise.
3598         * modules/strchrnul: Likewise.
3599         * modules/strdup: Likewise.
3600         * modules/strndup: Likewise.
3601         * modules/strnlen: Likewise.
3602         * modules/strpbrk: Likewise.
3603         * modules/strsep: Likewise.
3604         * modules/strstr: Likewise.
3605         * modules/strtok_r: Likewise.
3606         * tests/test-dirname.c: Don't include "strdup.h", since
3607         <string.h> now suffices.
3608         * tests/test-memmem.c: Don't include "memmem.h", since
3609         <string.h> now suffices.
3610
3611 2007-01-25  Bruno Haible  <bruno@clisp.org>
3612
3613         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
3614         *resultp is 0.
3615
3616         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
3617         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
3618         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
3619         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
3620
3621         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
3622         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
3623         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
3624         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
3625         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
3626         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
3627
3628 2007-01-24  Bruno Haible  <bruno@clisp.org>
3629
3630         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
3631         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
3632         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
3633         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
3634         gl_FUNC_FTS_CORE.
3635         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
3636         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
3637         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
3638         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
3639         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
3640         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
3641         gl_FUNC_FCHOWNAT.
3642         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
3643         gl_FUNC_STRFTIME.
3644         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
3645         Reported by Ralf Wildenhues.
3646
3647 2007-01-24  Bruno Haible  <bruno@clisp.org>
3648
3649         Drop AC_REQUIRE calls that are redundant with the module dependencies.
3650         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
3651         gl_GETADDRINFO.
3652         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
3653         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
3654         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
3655
3656 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
3657
3658         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
3659         Don't use 'exit'; just return from 'main'.
3660         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
3661
3662         * lib/fnmatch_.h: Readjust white space and comments to match
3663         glibc, to avoid spurious diffs.
3664
3665 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3666
3667         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
3668         2004-12-01 change by Jakub Jelinek, since this code won't compile
3669         if !LIBC.  Problem reported by Bob Proulx.
3670
3671 2007-01-23  Bruno Haible  <bruno@clisp.org>
3672
3673         * lib/striconveh.c: Include c-strcaseeq.h.
3674         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
3675         * modules/striconveh (Depends-on): Add c-strcaseeq.
3676
3677 2007-01-23  Bruno Haible  <bruno@clisp.org>
3678
3679         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
3680
3681         * modules/c-strcaseeq: New file.
3682         * lib/c-strcaseeq.h: New file.
3683
3684         * modules/streq: New file.
3685         * lib/streq.h: New file.
3686
3687 2007-01-23  Bruno Haible  <bruno@clisp.org>
3688
3689         * modules/striconveha-tests: New file.
3690         * tests/test-striconveha.c: New file.
3691
3692         * lib/striconveha.h: Include <stdbool.h>.
3693         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
3694         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
3695         (mem_iconveha_notranslit): Renamed from mem_iconveha.
3696         (mem_iconveha): New function.
3697         (str_iconveha_notranslit): Renamed from str_iconveha.
3698         (str_iconveha): New function.
3699         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
3700         c-strcase.
3701
3702 2007-01-23  Bruno Haible  <bruno@clisp.org>
3703
3704         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
3705         encodings without forgiving before trying any encoding with handler.
3706         (str_iconveha): Try all encodings without forgiving before trying any
3707         encoding with handler.
3708
3709 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3710
3711         Import the following changes from libc.
3712
3713         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
3714
3715         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
3716
3717         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
3718
3719         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
3720         normal_bracket label.
3721
3722         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
3723
3724         [BZ #361]
3725         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
3726         to normal_bracket after fetching the next character.
3727
3728 2007-01-22  Bruno Haible  <bruno@clisp.org>
3729
3730         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
3731         argument.
3732         * lib/striconveh.c (iconv_carefully_1): New function.
3733         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
3734         argument.
3735         (str_cd_iconveh): Update.
3736         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
3737         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
3738         * tests/test-striconveh.c (MAGIC): New macro.
3739         (new_offsets): New function.
3740         (main): Test call with and without offsets.
3741
3742 2007-01-22  Bruno Haible  <bruno@clisp.org>
3743
3744         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
3745         * modules/sys_select (Makefile.am): Likewise.
3746         * modules/sys_socket (Makefile.am): Likewise.
3747         * modules/sys_time (Makefile.am): Likewise.
3748
3749 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
3750
3751         * modules/gettimeofday (License): Change from GPL to LGPL, since
3752         gettimeofday is a library function.
3753
3754 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3755
3756         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
3757
3758 2007-01-21  Bruno Haible  <bruno@clisp.org>
3759
3760         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
3761
3762 2007-01-21  Bruno Haible  <bruno@clisp.org>
3763
3764         * modules/striconveha: New file.
3765         * lib/striconveha.h: New file.
3766         * lib/striconveha.c: New file.
3767         * MODULES.html.sh (Internationalization functions): Add striconveha.
3768         * lib/striconv.c (str_iconv): Optimize the case of an empty input
3769         string.
3770         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
3771
3772 2007-01-21  Bruno Haible  <bruno@clisp.org>
3773
3774         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
3775         * lib/striconveh.c (str_iconveh): Likewise.
3776
3777 2007-01-21  Bruno Haible  <bruno@clisp.org>
3778
3779         * lib/striconveh.h (mem_iconveh): New declaration.
3780         * lib/striconveh.c (mem_iconveh): New function.
3781         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
3782
3783 2007-01-21  Bruno Haible  <bruno@clisp.org>
3784
3785         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
3786
3787         * lib/striconveh.h (mem_cd_iconveh): Change specification.
3788         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
3789         original result buffer.
3790         (str_cd_iconveh): Update.
3791         * tests/test-striconveh.c (main): Update.
3792
3793         * lib/striconv.h (mem_cd_iconv): Change specification.
3794         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
3795         result buffer.
3796         (str_cd_iconv): Update.
3797         * tests/test-striconv.c (main): Update.
3798
3799 2007-01-21  Bruno Haible  <bruno@clisp.org>
3800
3801         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
3802
3803 2007-01-20  Jim Meyering  <jim@meyering.net>
3804
3805         * lib/userspec.c (parse_with_separator): If a user or group string
3806         starts with "+", skip the corresponding name-to-ID look-up, since
3807         such a look-up must fail: user and group names may not include "+".
3808
3809 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
3810
3811         * lib/poll.c: Include sys/time.h and time.h unconditionally,
3812         since we now assume the sys_time module.
3813         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
3814         check for sys/time.h; no longer needed.
3815         * modules/poll (Depends-on): Depend on sys_time.
3816
3817 2007-01-18  Bruno Haible  <bruno@clisp.org>
3818
3819         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
3820         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3821
3822         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
3823         gettimeofday.
3824
3825         * tests/test-gettimeofday.c: Include <time.h>.
3826         (dummy): Remove variable.
3827
3828         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
3829         gl_HEADER_SYS_TIME_H.
3830         (gl_HEADER_SYS_TIME_H): New macro.
3831
3832         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
3833         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3834         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
3835         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
3836         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3837         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
3838         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
3839         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3840         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
3841         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
3842         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3843
3844         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
3845         last change; it caused a compilation error when cross-compiling to
3846         Cygwin.
3847
3848 2007-01-18  Jim Meyering  <jim@meyering.net>
3849
3850         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
3851         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
3852         than the race-prone "test -d sys || mkdir sys".
3853         (configure.ac): Use AC_PROG_MKDIR_P.
3854         * modules/sys_select: Likewise.
3855         * modules/sys_socket: Likewise.
3856         * modules/sys_time: Likewise.
3857
3858 2007-01-18  Eric Blake  <ebb9@byu.net>
3859
3860         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
3861         replace gettimeofday.
3862         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
3863         name, to avoid infinite recursion.
3864
3865 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
3866
3867         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
3868         module sys_time.
3869         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
3870         assume timespec.h defines struct timeval.
3871         * lib/settime.c: Likewise.
3872         * lib/utimens.c: Likewise.
3873         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
3874         since we now assume the gettimeofday module.
3875         * lib/tempname.c (__gen_tempname): Likewise.
3876         * lib/gettimeofday.h: Remove.
3877         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
3878         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
3879         Include <time.h>, for 'time()'.
3880         (localtime_buffer_addr): Also use this workaround if
3881         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
3882         to simplify the uses.  All uses changed.
3883         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
3884         that #undef is inside {}, and 'const' follows type name consistently.
3885         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
3886         (gettimeofday): Do not use the maximum possible value for
3887         tv->tv_usec, since that might break usages other than ls.c.
3888         Instead, we'll leave ls.c alone.  This undoes today's patch
3889         by Bruno.  Add a compile-time warning for 1s-clock resolution;
3890         we've never observed the problem but might as well keep the
3891         canary.
3892         * lib/nanosleep.c: Include timespec.h first, for interface check.
3893         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
3894         now assume the sys_time module.
3895         * lib/tempname.c: Likewise.
3896         * lib/timespec.h: Likewise.
3897         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
3898         needed.
3899         * lib/strftime.c: Likewise.
3900         * lib/timespec.h: Likewise.
3901         * lib/posixtm.c: Include posixtm.h first, for interface check.
3902         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
3903         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
3904         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
3905         * lib/sys_time_.h: New file.
3906         * lib/timespec.h (struct timespec): Use long int, not long.
3907         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3908         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
3909         Remove obsolescent call to AC_HEADER_TIME.
3910         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3911         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
3912         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3913         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
3914         Likewise.
3915         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
3916         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
3917         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
3918         into the sys_time module.  Check for gettimeofday just once.
3919         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
3920         for gettimeofday signature to just check the signature.  Merely
3921         compile it, since linking doesn't test signature.  Improve test for
3922         whether gettimeofday.o is actually needed.
3923         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
3924         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
3925         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
3926         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3927         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
3928         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
3929         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
3930         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
3931         than worrying about sys/time.h.
3932         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
3933         Don't bother worrying about TIME_WITH_SYS_TIME.
3934         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
3935         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
3936         * m4/sys_time_h.m4: New file.
3937         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
3938         Don't include sys/time.h.  Return from main rather than exiting.
3939         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
3940         all uses changed.
3941         * modules/gethrxtime (Depends-on): Add sys_time.
3942         * modules/gettime (Depends-on): Likewise.
3943         * modules/gettimeofday (Depends-on): Likewise.
3944         * modules/nanosleep (Depends-on): Likewise.
3945         * modules/settime (Depends-on): Likewise.
3946         * modules/tempname (Depends-on): Likewise.
3947         * modules/utimens (Depends-on): Likewise.
3948         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
3949         (Include:) Change back to <sys/time.h>.
3950         (Maintainer:) Add self.
3951         * modules/sys_time: New file.
3952         * modules/tempname (Depends-on): Add gettimeofday.
3953         * tests/test-gettimeofday.c: Include <sys/time.h>
3954         rather than gettimeofday.h.
3955
3956 2007-01-17  Bruno Haible  <bruno@clisp.org>
3957
3958         * gnulib-tool (func_get_license): Revert last patch. Instead, let
3959         the license default to GPL.
3960         (func_create_testdir): Don't complain if a module is LGPL and its
3961         tests module depends on GPLed modules.
3962
3963 2007-01-17  Bruno Haible  <bruno@clisp.org>
3964
3965         * lib/gettimeofday.c (gettimeofday): Add code for the case
3966         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
3967         maximum possible value for tv->tv_usec, rather than the minimum one.
3968
3969 2005-10-08  Martin Lambers  <marlam@marlam.de>
3970 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3971 2007-01-16  Bruno Haible  <bruno@clisp.org>
3972
3973         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
3974         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
3975         gl_FUNC_GETTIMEOFDAY.
3976         (Include): Add gettimeofday.h.
3977         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
3978         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
3979         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
3980         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
3981         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
3982         * lib/gettimeofday.h: New file.
3983         * lib/gettimeofday.c: Include <sys/timeb.h>.
3984         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
3985         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3986         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
3987         fall back on time().
3988
3989         * tests/test-gettimeofday.c: New file.
3990         * modules/gettimeofday-tests: New file.
3991
3992 2007-01-16  Eric Blake  <ebb9@byu.net>
3993
3994         * modules/fnmatch (Depends-on): Depend on wchar.
3995         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
3996         * m4/fnmatch.m4: Likewise.
3997         * modules/mbchar (Makefile.am): Assume <wchar.h>.
3998         * m4/mbchar.m4: Likewise.
3999         * modules/mbswidth (Depends-on): Depend on wchar.
4000         * lib/mbswidth.c: Assume <wchar.h>.
4001         * m4/mbswidth.m4: Likewise.
4002         * modules/quotearg (Depends-on): Depend on wchar.
4003         * lib/quotearg.c: Assume <wchar.h>.
4004         * m4/quotearg.m4: Likewise.
4005         * modules/regex (Depends-on): Depend on wchar.
4006         * lib/regex_internal.h: Assume <wchar.h>.
4007         * m4/regex.m4: Likewise.
4008         * modules/stdint (Depends-on): Depend on wchar.
4009         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
4010         * m4/stdint.m4: Likewise.
4011         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
4012         * modules/strftime (Depends-on): Depend on wchar.
4013         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
4014         * modules/strtol (Depends-on): Depend on wchar.
4015         * lib/strtol.c: Assume <wchar.h>.
4016         * modules/wcwidth (Depends-on): Depend on wchar.
4017         * lib/wcwidth.h: Assume <wchar.h>.
4018         * m4/wcwidth.m4: Likewise.
4019
4020 2007-01-16  Bruno Haible  <bruno@clisp.org>
4021
4022         * modules/csharpexec-script: New, created from...
4023         * modules/csharpexec: ... this.
4024
4025 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
4026
4027         * modules/javaexec-script: New, created from...
4028         * modules/javaexec: ... this.
4029
4030 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4031
4032         * modules/poll (Dependencies): Add sys_select.
4033
4034 2007-01-15  Jim Meyering  <jim@meyering.net>
4035
4036         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
4037         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
4038         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
4039         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
4040
4041 2007-01-15  Bruno Haible  <bruno@clisp.org>
4042
4043         * modules/striconveh: New file.
4044         * lib/striconveh.h: New file.
4045         * lib/striconveh.c: New file.
4046         * MODULES.html.sh (Internationalization functions): Add striconveh.
4047
4048         * modules/striconveh-tests: New file.
4049         * tests/test-striconveh.c: New file.
4050
4051 2007-01-15  Bruno Haible  <bruno@clisp.org>
4052
4053         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
4054         not from GNU libiconv or GNU libc.
4055
4056 2007-01-15  Bruno Haible  <bruno@clisp.org>
4057
4058         * doc/gnulib-intro.texi (Copyright): Explain the different license
4059         terms for module descriptions, autoconf macros, tests, documentation.
4060
4061 2007-01-14  Bruno Haible  <bruno@clisp.org>
4062
4063         * modules/striconv-tests: New file.
4064         * tests/test-striconv.c: New file.
4065
4066 2007-01-14  Bruno Haible  <bruno@clisp.org>
4067
4068         * modules/iconv-tests: New file.
4069         * tests/test-iconv.c: New file.
4070
4071 2007-01-14  Bruno Haible  <bruno@clisp.org>
4072
4073         * gnulib-tool (func_get_license): For test modules, use the license of
4074         the main module.
4075
4076 2007-01-14  Bruno Haible  <bruno@clisp.org>
4077
4078         * modules/iconv (Include): Clarify that <iconv.h> can only be included
4079         if iconv is found to exist.
4080
4081 2007-01-14  Bruno Haible  <bruno@clisp.org>
4082
4083         * modules/c-ctype-tests: New file.
4084         * tests/test-c-ctype.c: New file.
4085
4086 2007-01-14  Bruno Haible  <bruno@clisp.org>
4087
4088         * modules/binary-io-tests: New file.
4089         * tests/test-binary-io.sh: New file.
4090         * tests/test-binary-io.c: New file.
4091
4092 2007-01-14  Bruno Haible  <bruno@clisp.org>
4093
4094         * modules/array-oset-tests: New file.
4095         * tests/test-array_oset.c: New file.
4096
4097 2007-01-14  Bruno Haible  <bruno@clisp.org>
4098
4099         * modules/array-list-tests: New file.
4100         * tests/test-array_list.c: New file.
4101
4102 2007-01-14  Bruno Haible  <bruno@clisp.org>
4103
4104         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
4105         and make.
4106         Reported by Simon Josefsson in
4107         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
4108
4109 2007-01-14  Bruno Haible  <bruno@clisp.org>
4110
4111         * modules/allocsa-tests: New file.
4112         * tests/test-allocsa.c: New file.
4113
4114 2007-01-14  Bruno Haible  <bruno@clisp.org>
4115
4116         * modules/fchdir (Depends-on): Add absolute-header.
4117         * modules/unistd (Depends-on): Likewise.
4118
4119 2006-12-30  Bruno Haible  <bruno@clisp.org>
4120
4121         * modules/fchdir: New file.
4122         * modules/unistd (Files): Add lib/unistd_.h.
4123         (Makefile.am): Generate unistd.h from unistd_.h.
4124         * lib/fchdir.c: New file.
4125         * lib/dirent_.h: New file.
4126         * lib/unistd_.h: New file.
4127         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
4128         * m4/fchdir.m4: New file.
4129         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
4130         (gl_HEADER_UNISTD): Invoke it.
4131         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
4132         function.
4133         * lib/backupfile.c (opendir, closedir): Undefine.
4134         * lib/chown.c (open, close): Undefine.
4135         * lib/clean-temp.c (open, close): Undefine.
4136         * lib/copy-file.c (open, close): Undefine.
4137         * lib/execute.c (open, close): Undefine.
4138         * lib/fsusage.c (open, close): Undefine.
4139         * lib/gc-gnulib.c (open, close): Undefine.
4140         * lib/getcwd.c (opendir, closedir): Undefine.
4141         * lib/glob.c (opendir, closedir): Undefine.
4142         * lib/javacomp.c (open, close): Undefine.
4143         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
4144         * lib/openat-proc.c (open, close): Undefine.
4145         * lib/pagealign_alloc.c (open, close): Undefine.
4146         * lib/pipe.c (open, close): Undefine.
4147         * lib/progreloc.c (open, close): Undefine.
4148         * lib/savedir.c (opendir, closedir): Undefine.
4149         * lib/utime.c (open, close): Undefine.
4150         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
4151
4152 2007-01-10  Bruno Haible  <bruno@clisp.org>
4153
4154         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
4155
4156 2007-01-12  Eric Blake  <ebb9@byu.net>
4157
4158         Provide a robust <wchar.h>.  Further simplifications are now
4159         possible in other modules, but not included here.
4160         * modules/wchar: New module.
4161         * m4/wchar.m4: New file.
4162         * lib/wchar_.h: Likewise.
4163         * modules/mbchar (Depends-on): Depend on wchar, as the first use
4164         of the new module.
4165         * MODULES.html.sh (Extended multibyte and wide character utilities):
4166         New section.
4167
4168 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
4169
4170         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
4171         to a reasonable default for memory allocation.
4172         (xreadlink): Don't allocate a huge buffer, to work around a buggy
4173         file system that reports garbage st_size values for symlinks.
4174         Problem reported by Liyang Hu.
4175
4176 2007-01-11  Simon Josefsson  <simon@josefsson.org>
4177
4178         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
4179         Emacs .#* auto-save files).
4180
4181 2007-01-11  Bruno Haible  <bruno@clisp.org>
4182
4183         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
4184         directory.
4185
4186 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
4187
4188         Use @...@ consistently in lib/wctype_.h.
4189         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
4190         on it being set to 1 or 0.
4191         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
4192         go back to AC_SUBSTing it.
4193         * modules/wctype (Makefile.am): Undo previous change.
4194
4195 2007-01-10  Eric Blake  <ebb9@byu.net>
4196
4197         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
4198         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
4199         * modules/wctype (Makefile.am): Likewise.
4200         Reported by Chris McGuire.
4201
4202 2007-01-10  Jim Meyering  <jim@meyering.net>
4203
4204         fts.c: a small readability/maintainability improvement
4205         * lib/fts.c (fts_read): Make this code slightly more readable and
4206         maintainable by hoisting the "sp->fts_cur = p" assignments to
4207         immediately follow the statements that set P.  Derived from
4208         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
4209
4210 2007-01-10  Eric Blake  <ebb9@byu.net>
4211
4212         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
4213         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
4214         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4215         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
4216         Reported by Chris McGuire.
4217
4218 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4219
4220         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
4221         in sed script.
4222
4223 2007-01-09  Bruno Haible  <bruno@clisp.org>
4224
4225         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
4226         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
4227         variables.
4228         (func_module): Use them.
4229
4230 2007-01-09  Bruno Haible  <bruno@clisp.org>
4231
4232         * modules/unistr/base: New file.
4233         * lib/unistr.h: New file.
4234
4235         * modules/unistr/u8-to-u16: New file.
4236         * lib/unistr/u8-to-u16.c: New file.
4237
4238         * modules/unistr/u8-to-u32: New file.
4239         * lib/unistr/u8-to-u32.c: New file.
4240
4241         * modules/unistr/u16-to-u8: New file.
4242         * lib/unistr/u16-to-u8.c: New file.
4243
4244         * modules/unistr/u16-to-u32: New file.
4245         * lib/unistr/u16-to-u32.c: New file.
4246
4247         * modules/unistr/u32-to-u8: New file.
4248         * lib/unistr/u32-to-u8.c: New file.
4249
4250         * modules/unistr/u32-to-u16: New file.
4251         * lib/unistr/u32-to-u16.c: New file.
4252
4253         * modules/unistr/u8-check: New file.
4254         * modules/unistr/u16-check: New file.
4255         * modules/unistr/u32-check: New file.
4256         * lib/unistr/u8-check.c: New file.
4257         * lib/unistr/u16-check.c: New file.
4258         * lib/unistr/u32-check.c: New file.
4259
4260         * modules/unistr/u8-chr: New file.
4261         * modules/unistr/u16-chr: New file.
4262         * modules/unistr/u32-chr: New file.
4263         * lib/unistr/u8-chr.c: New file.
4264         * lib/unistr/u16-chr.c: New file.
4265         * lib/unistr/u32-chr.c: New file.
4266
4267         * modules/unistr/u8-cmp: New file.
4268         * modules/unistr/u16-cmp: New file.
4269         * modules/unistr/u32-cmp: New file.
4270         * lib/unistr/u8-cmp.c: New file.
4271         * lib/unistr/u16-cmp.c: New file.
4272         * lib/unistr/u32-cmp.c: New file.
4273
4274         * modules/unistr/u8-cpy: New file.
4275         * modules/unistr/u16-cpy: New file.
4276         * modules/unistr/u32-cpy: New file.
4277         * lib/unistr/u8-cpy.c: New file.
4278         * lib/unistr/u16-cpy.c: New file.
4279         * lib/unistr/u32-cpy.c: New file.
4280         * lib/unistr/u-cpy.h: New file.
4281
4282         * modules/unistr/u8-cpy-alloc: New file.
4283         * modules/unistr/u16-cpy-alloc: New file.
4284         * modules/unistr/u32-cpy-alloc: New file.
4285         * lib/unistr/u8-cpy-alloc.c: New file.
4286         * lib/unistr/u16-cpy-alloc.c: New file.
4287         * lib/unistr/u32-cpy-alloc.c: New file.
4288         * lib/unistr/u-cpy-alloc.h: New file.
4289
4290         * modules/unistr/u8-endswith: New file.
4291         * modules/unistr/u16-endswith: New file.
4292         * modules/unistr/u32-endswith: New file.
4293         * lib/unistr/u8-endswith.c: New file.
4294         * lib/unistr/u16-endswith.c: New file.
4295         * lib/unistr/u32-endswith.c: New file.
4296         * lib/unistr/u-endswith.h: New file.
4297
4298         * modules/unistr/u8-mblen: New file.
4299         * modules/unistr/u16-mblen: New file.
4300         * modules/unistr/u32-mblen: New file.
4301         * lib/unistr/u8-mblen.c: New file.
4302         * lib/unistr/u16-mblen.c: New file.
4303         * lib/unistr/u32-mblen.c: New file.
4304
4305         * modules/unistr/u8-mbtouc: New file.
4306         * modules/unistr/u16-mbtouc: New file.
4307         * modules/unistr/u32-mbtouc: New file.
4308         * lib/unistr/u8-mbtouc.c: New file.
4309         * lib/unistr/u16-mbtouc.c: New file.
4310         * lib/unistr/u32-mbtouc.c: New file.
4311
4312         * modules/unistr/u8-mbtouc-safe: New file.
4313         * modules/unistr/u16-mbtouc-safe: New file.
4314         * modules/unistr/u32-mbtouc-safe: New file.
4315         * lib/unistr/u8-mbtouc-safe.c: New file.
4316         * lib/unistr/u16-mbtouc-safe.c: New file.
4317         * lib/unistr/u32-mbtouc-safe.c: New file.
4318
4319         * modules/unistr/u8-move: New file.
4320         * modules/unistr/u16-move: New file.
4321         * modules/unistr/u32-move: New file.
4322         * lib/unistr/u8-move.c: New file.
4323         * lib/unistr/u16-move.c: New file.
4324         * lib/unistr/u32-move.c: New file.
4325         * lib/unistr/u-move.h: New file.
4326
4327         * modules/unistr/u8-next: New file.
4328         * modules/unistr/u16-next: New file.
4329         * modules/unistr/u32-next: New file.
4330         * lib/unistr/u8-next.c: New file.
4331         * lib/unistr/u16-next.c: New file.
4332         * lib/unistr/u32-next.c: New file.
4333
4334         * modules/unistr/u8-prev: New file.
4335         * modules/unistr/u16-prev: New file.
4336         * modules/unistr/u32-prev: New file.
4337         * lib/unistr/u8-prev.c: New file.
4338         * lib/unistr/u16-prev.c: New file.
4339         * lib/unistr/u32-prev.c: New file.
4340
4341         * modules/unistr/u8-set: New file.
4342         * modules/unistr/u16-set: New file.
4343         * modules/unistr/u32-set: New file.
4344         * lib/unistr/u8-set.c: New file.
4345         * lib/unistr/u16-set.c: New file.
4346         * lib/unistr/u32-set.c: New file.
4347         * lib/unistr/u-set.h: New file.
4348
4349         * modules/unistr/u8-startswith: New file.
4350         * modules/unistr/u16-startswith: New file.
4351         * modules/unistr/u32-startswith: New file.
4352         * lib/unistr/u8-startswith.c: New file.
4353         * lib/unistr/u16-startswith.c: New file.
4354         * lib/unistr/u32-startswith.c: New file.
4355         * lib/unistr/u-startswith.h: New file.
4356
4357         * modules/unistr/u8-stpcpy: New file.
4358         * modules/unistr/u16-stpcpy: New file.
4359         * modules/unistr/u32-stpcpy: New file.
4360         * lib/unistr/u8-stpcpy.c: New file.
4361         * lib/unistr/u16-stpcpy.c: New file.
4362         * lib/unistr/u32-stpcpy.c: New file.
4363         * lib/unistr/u-stpcpy.h: New file.
4364
4365         * modules/unistr/u8-stpncpy: New file.
4366         * modules/unistr/u16-stpncpy: New file.
4367         * modules/unistr/u32-stpncpy: New file.
4368         * lib/unistr/u8-stpncpy.c: New file.
4369         * lib/unistr/u16-stpncpy.c: New file.
4370         * lib/unistr/u32-stpncpy.c: New file.
4371         * lib/unistr/u-stpncpy.h: New file.
4372
4373         * modules/unistr/u8-strcat: New file.
4374         * modules/unistr/u16-strcat: New file.
4375         * modules/unistr/u32-strcat: New file.
4376         * lib/unistr/u8-strcat.c: New file.
4377         * lib/unistr/u16-strcat.c: New file.
4378         * lib/unistr/u32-strcat.c: New file.
4379         * lib/unistr/u-strcat.h: New file.
4380
4381         * modules/unistr/u8-strchr: New file.
4382         * modules/unistr/u16-strchr: New file.
4383         * modules/unistr/u32-strchr: New file.
4384         * lib/unistr/u8-strchr.c: New file.
4385         * lib/unistr/u16-strchr.c: New file.
4386         * lib/unistr/u32-strchr.c: New file.
4387
4388         * modules/unistr/u8-strcmp: New file.
4389         * modules/unistr/u16-strcmp: New file.
4390         * modules/unistr/u32-strcmp: New file.
4391         * lib/unistr/u8-strcmp.c: New file.
4392         * lib/unistr/u16-strcmp.c: New file.
4393         * lib/unistr/u32-strcmp.c: New file.
4394
4395         * modules/unistr/u8-strcpy: New file.
4396         * modules/unistr/u16-strcpy: New file.
4397         * modules/unistr/u32-strcpy: New file.
4398         * lib/unistr/u8-strcpy.c: New file.
4399         * lib/unistr/u16-strcpy.c: New file.
4400         * lib/unistr/u32-strcpy.c: New file.
4401         * lib/unistr/u-strcpy.h: New file.
4402
4403         * modules/unistr/u8-strcspn: New file.
4404         * modules/unistr/u16-strcspn: New file.
4405         * modules/unistr/u32-strcspn: New file.
4406         * lib/unistr/u8-strcspn.c: New file.
4407         * lib/unistr/u16-strcspn.c: New file.
4408         * lib/unistr/u32-strcspn.c: New file.
4409         * lib/unistr/u-strcspn.h: New file.
4410
4411         * modules/unistr/u8-strdup: New file.
4412         * modules/unistr/u16-strdup: New file.
4413         * modules/unistr/u32-strdup: New file.
4414         * lib/unistr/u8-strdup.c: New file.
4415         * lib/unistr/u16-strdup.c: New file.
4416         * lib/unistr/u32-strdup.c: New file.
4417         * lib/unistr/u-strdup.h: New file.
4418
4419         * modules/unistr/u8-strlen: New file.
4420         * modules/unistr/u16-strlen: New file.
4421         * modules/unistr/u32-strlen: New file.
4422         * lib/unistr/u8-strlen.c: New file.
4423         * lib/unistr/u16-strlen.c: New file.
4424         * lib/unistr/u32-strlen.c: New file.
4425         * lib/unistr/u-strlen.h: New file.
4426
4427         * modules/unistr/u8-strmblen: New file.
4428         * modules/unistr/u16-strmblen: New file.
4429         * modules/unistr/u32-strmblen: New file.
4430         * lib/unistr/u8-strmblen.c: New file.
4431         * lib/unistr/u16-strmblen.c: New file.
4432         * lib/unistr/u32-strmblen.c: New file.
4433
4434         * modules/unistr/u8-strmbtouc: New file.
4435         * modules/unistr/u16-strmbtouc: New file.
4436         * modules/unistr/u32-strmbtouc: New file.
4437         * lib/unistr/u8-strmbtouc.c: New file.
4438         * lib/unistr/u16-strmbtouc.c: New file.
4439         * lib/unistr/u32-strmbtouc.c: New file.
4440
4441         * modules/unistr/u8-strncat: New file.
4442         * modules/unistr/u16-strncat: New file.
4443         * modules/unistr/u32-strncat: New file.
4444         * lib/unistr/u8-strncat.c: New file.
4445         * lib/unistr/u16-strncat.c: New file.
4446         * lib/unistr/u32-strncat.c: New file.
4447         * lib/unistr/u-strncat.h: New file.
4448
4449         * modules/unistr/u8-strncmp: New file.
4450         * modules/unistr/u16-strncmp: New file.
4451         * modules/unistr/u32-strncmp: New file.
4452         * lib/unistr/u8-strncmp.c: New file.
4453         * lib/unistr/u16-strncmp.c: New file.
4454         * lib/unistr/u32-strncmp.c: New file.
4455
4456         * modules/unistr/u8-strncpy: New file.
4457         * modules/unistr/u16-strncpy: New file.
4458         * modules/unistr/u32-strncpy: New file.
4459         * lib/unistr/u8-strncpy.c: New file.
4460         * lib/unistr/u16-strncpy.c: New file.
4461         * lib/unistr/u32-strncpy.c: New file.
4462         * lib/unistr/u-strncpy.h: New file.
4463
4464         * modules/unistr/u8-strnlen: New file.
4465         * modules/unistr/u16-strnlen: New file.
4466         * modules/unistr/u32-strnlen: New file.
4467         * lib/unistr/u8-strnlen.c: New file.
4468         * lib/unistr/u16-strnlen.c: New file.
4469         * lib/unistr/u32-strnlen.c: New file.
4470         * lib/unistr/u-strnlen.h: New file.
4471
4472         * modules/unistr/u8-strpbrk: New file.
4473         * modules/unistr/u16-strpbrk: New file.
4474         * modules/unistr/u32-strpbrk: New file.
4475         * lib/unistr/u8-strpbrk.c: New file.
4476         * lib/unistr/u16-strpbrk.c: New file.
4477         * lib/unistr/u32-strpbrk.c: New file.
4478         * lib/unistr/u-strpbrk.h: New file.
4479
4480         * modules/unistr/u8-strrchr: New file.
4481         * modules/unistr/u16-strrchr: New file.
4482         * modules/unistr/u32-strrchr: New file.
4483         * lib/unistr/u8-strrchr.c: New file.
4484         * lib/unistr/u16-strrchr.c: New file.
4485         * lib/unistr/u32-strrchr.c: New file.
4486
4487         * modules/unistr/u8-strspn: New file.
4488         * modules/unistr/u16-strspn: New file.
4489         * modules/unistr/u32-strspn: New file.
4490         * lib/unistr/u8-strspn.c: New file.
4491         * lib/unistr/u16-strspn.c: New file.
4492         * lib/unistr/u32-strspn.c: New file.
4493         * lib/unistr/u-strspn.h: New file.
4494
4495         * modules/unistr/u8-strstr: New file.
4496         * modules/unistr/u16-strstr: New file.
4497         * modules/unistr/u32-strstr: New file.
4498         * lib/unistr/u8-strstr.c: New file.
4499         * lib/unistr/u16-strstr.c: New file.
4500         * lib/unistr/u32-strstr.c: New file.
4501         * lib/unistr/u-strstr.h: New file.
4502
4503         * modules/unistr/u8-strtok: New file.
4504         * modules/unistr/u16-strtok: New file.
4505         * modules/unistr/u32-strtok: New file.
4506         * lib/unistr/u8-strtok.c: New file.
4507         * lib/unistr/u16-strtok.c: New file.
4508         * lib/unistr/u32-strtok.c: New file.
4509         * lib/unistr/u-strtok.h: New file.
4510
4511         * modules/unistr/u8-uctomb: New file.
4512         * modules/unistr/u16-uctomb: New file.
4513         * modules/unistr/u32-uctomb: New file.
4514         * lib/unistr/u8-uctomb.c: New file.
4515         * lib/unistr/u16-uctomb.c: New file.
4516         * lib/unistr/u32-uctomb.c: New file.
4517
4518         * MODULES.html.sh (Unicode string functions): Add the new modules.
4519
4520 2007-01-08  Bruno Haible  <bruno@clisp.org>
4521
4522         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
4523         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
4524         subdirectories.
4525
4526 2007-01-08  Karl Berry  <karl@gnu.org>
4527
4528         * doc/error.texi: mention that main() fns must set program_name
4529         when progname is used.
4530
4531 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4532
4533         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
4534         WCTYPE_H is empty, for the benefit of builds from non-distclean
4535         directories.  Problem reported by Eric Blake in
4536         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
4537
4538 2007-01-08  Bruno Haible  <bruno@clisp.org>
4539
4540         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
4541         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
4542         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
4543         PROVIDE_CANONICALIZE_FILENAME_MODE.
4544         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
4545
4546 2007-01-08  Bruno Haible  <bruno@clisp.org>
4547
4548         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
4549         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
4550         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
4551         * lib/fts.c: Likewise.
4552         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
4553
4554 2006-12-25  Bruno Haible  <bruno@clisp.org>
4555
4556         * modules/utf8-ucs4-safe: New file.
4557         * lib/utf8-ucs4-safe.h: New file.
4558         * lib/unistr/utf8-ucs4-safe.c: New file.
4559
4560         * modules/utf16-ucs4-safe: New file.
4561         * lib/utf16-ucs4-safe.h: New file.
4562         * lib/unistr/utf16-ucs4-safe.c: New file.
4563
4564         * MODULES.html.sh (Unicode string functions): Add the new modules.
4565
4566 2007-01-08  Bruno Haible  <bruno@clisp.org>
4567
4568         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
4569         (Depends-on): Add unitypes.
4570         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4571         (u8_mbtouc_aux): Move out to separate file.
4572         (u8_mbtouc): Use ucs4_t, uint8_t types.
4573         * lib/unistr/utf8-ucs4.c: New file.
4574
4575         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
4576         (Depends-on): Add unitypes.
4577         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4578         (u16_mbtouc_aux): Move out to separate file.
4579         (u16_mbtouc): Use ucs4_t, uint16_t types.
4580         * lib/unistr/utf16-ucs4.c: New file.
4581
4582         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
4583         (Depends-on): Add unitypes.
4584         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
4585         (u8_uctomb_aux): Move out to separate file.
4586         (u8_uctomb): Use ucs4_t, uint8_t types.
4587         * lib/unistr/ucs4-utf8.c: New file.
4588
4589         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
4590         (Depends-on): Add unitypes.
4591         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
4592         (u16_uctomb_aux): Move out to separate file.
4593         (u16_uctomb): Use ucs4_t, uint16_t types.
4594         * lib/unistr/ucs4-utf16.c: New file.
4595
4596 2006-12-25  Bruno Haible  <bruno@clisp.org>
4597
4598         * modules/unitypes: New file.
4599         * lib/unitypes.h: New file.
4600         * MODULES.html.sh (func_all_modules): New section "Unicode string
4601         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
4602         this section. Add unitypes.
4603
4604 2007-01-08  Bruno Haible  <bruno@clisp.org>
4605
4606         Avoid variable names that conflict with those from libtool.
4607         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
4608         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
4609         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
4610         library_names_spec to acl_library_names_spec, hardcode_* to
4611         acl_hardcode_*.
4612         Reported by Ralf Wildenhues.
4613
4614 2007-01-08  Bruno Haible  <bruno@clisp.org>
4615
4616         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
4617         definition.
4618         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
4619         definition.
4620         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
4621         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
4622         definition.
4623         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
4624         definition.
4625         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
4626         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
4627         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
4628         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
4629         definition.
4630         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
4631         definition.
4632         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
4633         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
4634         GC_USE_<algorithm>.
4635         * lib/gc-libgcrypt.c: Likewise.
4636         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
4637         * modules/gc-arctwo (configure.ac): Likewise.
4638         * modules/gc-des (configure.ac): Likewise.
4639         * modules/gc-hmac-md5 (configure.ac): Likewise.
4640         * modules/gc-hmac-sha1 (configure.ac): Likewise.
4641         * modules/gc-md2 (configure.ac): Likewise.
4642         * modules/gc-md4 (configure.ac): Likewise.
4643         * modules/gc-md5 (configure.ac): Likewise.
4644         * modules/gc-random (configure.ac): Likewise.
4645         * modules/gc-rijndael (configure.ac): Likewise.
4646         * modules/gc-sha1 (configure.ac): Likewise.
4647
4648 2007-01-08  Bruno Haible  <bruno@clisp.org>
4649
4650         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
4651         macro definition.
4652         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
4653         definition.
4654         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
4655         definition.
4656         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
4657         * modules/fcntl-safer (configure.ac): Likewise.
4658         * modules/fopen-safer (configure.ac): Likewise.
4659         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
4660         GNULIB_FWRITEERROR macro definition.
4661
4662 2007-01-08  Bruno Haible  <bruno@clisp.org>
4663
4664         * m4/gnulib-common.m4: New file.
4665         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
4666         (func_get_filelist): Add m4/gnulib-common.m4.
4667
4668 2007-01-08  Bruno Haible  <bruno@clisp.org>
4669
4670         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
4671         command.
4672
4673 2007-01-08  Jim Meyering  <jim@meyering.net>
4674
4675         Use a more robust test for a "can't happen" condition.
4676         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
4677         narrowed the st_size value.  Presuming the "can't happen" condition
4678         is true, that narrowing could conceivably convert an invalid st_size
4679         value into a valid one.  Instead, use a change based on Matthew
4680         Woehlke's original patch.
4681
4682         Slight readability improvement: use an assert-like macro
4683         in place of literal "abort ()" uses.
4684         * lib/fts.c (fts_assert): Define.
4685         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
4686         Use this macro instead of a bare 'abort'.
4687
4688 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4689
4690         Don't worry about using IRIX 5.3's wctype.h broken definitions;
4691         simply work around them.
4692         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
4693         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
4694         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
4695         declaring.
4696         Don't bother to define as macros, since the standard doesn't require it.
4697         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
4698         longer worry about IRIX 5.3.
4699         (HAVE_WCTYPE_CTMP_BUG): Remove.
4700
4701 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4702
4703         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
4704         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
4705         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
4706         Problems reported by Georg Schwarz for IRIX 5.3.
4707
4708         * gnulib-tool (autoconf_minversion): Take the maximum version number
4709         found, not the minimum.  Problem reported by James Youngman.
4710
4711 2007-01-03  Karl Berry  <karl@gnu.org>
4712
4713         * doc/error.texi: new file, explaining interaction with progname.
4714         * doc/gnulib.texi: include it.  Update copyright.
4715
4716 2007-01-03  Simon Josefsson  <simon@josefsson.org>
4717
4718         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
4719         AC_CANONICAL_HOST, to improve autobuild outputs.
4720
4721 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
4722             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4723
4724         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
4725         sockets, server sockets, and other file descriptors.  Count errors
4726         to compute the return value.  Reorder the code a bit to be easier
4727         to follow.  Don't set event bits that were not requested (except
4728         POLLERR and POLLHUP).
4729
4730 2007-01-01  Bruno Haible  <bruno@clisp.org>
4731
4732         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
4733
4734 2007-01-03  Jim Meyering  <jim@meyering.net>
4735
4736         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
4737
4738 2007-01-02  Bruno Haible  <bruno@clisp.org>
4739
4740         * modules/settime (Include): Require timespec.h.
4741         * modules/nanosleep (Include): Likewise.
4742
4743 2007-01-01  Bruno Haible  <bruno@clisp.org>
4744
4745         * gnulib-tool (func_emit_copyright_notice): Bump year.
4746         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
4747
4748 2007-01-01  Bruno Haible  <bruno@clisp.org>
4749
4750         Improve support for OpenBSD.
4751         * build-aux/config.rpath (libname_spec): Export.
4752         (library_names_spec): New variable. Export.
4753         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
4754         library_names_spec from the config.rpath output. Locate shared library
4755         through the name pattern in library_names_spec.
4756
4757 2007-01-01  Eric Blake  <ebb9@byu.net>
4758
4759         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
4760
4761 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4762
4763         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
4764         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
4765         assume the C locale, and avoid an "eval" that could cause trouble.
4766         Problem with SORT reported by Bob Proulx.
4767
4768         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
4769         Define.  Trivial patch from Henning Nielsen Lund, originally
4770         sent to bug-grep@gnu.org today.
4771
4772 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4773
4774         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
4775         struct stat.  Problem reported by Henning Nielsen Lund.
4776         * lib/acl.c: Include acl.h first, to check interface.  Don't
4777         bother to include sys/types.h and sys/stat.h again.
4778
4779 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
4780
4781         Import the following change from libc; problem reported by
4782         Sven Verdoolaege.
4783
4784         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
4785
4786         [BZ #1373]
4787         * lib/argp.h: Remove __NTH for __argp_usage inline function.
4788
4789 2006-12-28  Jim Meyering  <jim@meyering.net>
4790
4791         * build-aux/announce-gen: Do not assume that the package
4792         builds any of tar.gz, tar.bz2, and .xdelta files.
4793         Suggestion from Simon Josefsson.
4794
4795 2006-12-28  Simon Josefsson  <simon@josefsson.org>
4796
4797         * modules/announce-gen: New file.
4798
4799 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
4800
4801         * lib/mbchar.h: Just include <wctype.h>; the wctype module
4802         handles its gotchas now.
4803         * lib/mbswidth.c: Likewise.
4804         * lib/wcwidth.h: Likewise.
4805         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
4806         and iswcntrl; the wctype module does this stuff now.
4807         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4808         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4809         * modules/mbchar (Depends-on): Add wctype.
4810         * modules/mbswidth (Depends-on): Likewise.
4811         * modules/wcwidth (Depends-on): Likewise.
4812
4813 2006-12-27  Eric Blake  <ebb9@byu.net>
4814
4815         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
4816         module uses more than what <wctype.h> is required to provide.
4817
4818 2006-12-26  Eric Blake  <ebb9@byu.net>
4819
4820         * gnulib-tool (sed_extract_prog): Avoid space-tab.
4821
4822 2006-12-26  Eric Blake  <ebb9@byu.net>
4823
4824         * modules/absolute-header: New module.
4825         * modules/fcntl (Depends-on): Depend on it.
4826         * modules/inttypes (Depends-on): Likewise.
4827         * modules/stdint (Depends-on): Likewise.
4828         * modules/sys_stat (Depends-on): Likewise.
4829         * modules/wctype (Depends-on): Likewise.
4830         * MODULES.html.sh (Support for building libraries and
4831         executables): Document it.
4832
4833 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
4834
4835         * gnulib-tool (SED): Remove, undoing previous change.
4836         The problem was that it broke coreutils on Solaris, because
4837         "sed --posix" leaked into a makefile.
4838         (sed): New alias, if 'alias' and GNU sed.
4839
4840 2006-12-24  Jim Meyering  <jim@meyering.net>
4841
4842         Work around an fchownat bug in glibc-2.4:
4843         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
4844         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
4845         in spite of the -P option.
4846         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
4847         New macros.
4848         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
4849         * modules/openat (Files): Add lib/fchownat.c.
4850         * lib/openat.c (fchownat): Don't define here.  Move to...
4851         * lib/fchownat.c: ...this new file.
4852
4853 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
4854
4855         Fix bug reported by Bruno Haible in
4856         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
4857         where quotearg.c didn't compile on Mac OS X 10.2 because it
4858         lacks <wchar.h> and wint_t.
4859         * lib/wctype_.h (__wctype_wint_t): New type.
4860         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
4861         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
4862         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
4863         Arg is now of type __wctype_wint_t, not wint_t.
4864         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
4865         substitute HAVE_WINT_T.
4866         * modules/wctype (Files): Add m4/wint_t.m4.
4867         (wctype.h): Substitute HAVE_WINT_T.
4868
4869 2006-12-23  Bruno Haible  <bruno@clisp.org>
4870
4871         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
4872
4873 2006-12-23  Bruno Haible  <bruno@clisp.org>
4874
4875         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
4876         S_ISLNK.
4877         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
4878         mingw.
4879
4880 2006-12-22  Bruno Haible  <bruno@clisp.org>
4881
4882         * lib/copy-file.c: Include acl.h.
4883         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
4884         Close the file descriptors only after being done with copy_acl.
4885         * modules/copy-file (Depends-on): Add acl.
4886
4887 2006-12-22  Bruno Haible  <bruno@clisp.org>
4888
4889         * gnulib-tool (SED): New variable.
4890         Use $SED instead of sed everywhere.
4891
4892 2006-12-22  Bruno Haible  <bruno@clisp.org>
4893
4894         * modules/no-c++: New file.
4895         * m4/no-c++.m4: New file.
4896         * MODULES.html.sh (Support for building libraries and executables):
4897         Add no-c++.
4898
4899 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
4900
4901         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4902         Include <limits.h>, and use its INT_MAX to rewrite the
4903         j loop so that it does not overflow 'int'.  Problem reported by
4904         Ralf Wildenhues in
4905         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
4906         Play it safe by shifting left by 1 rather than multiplying by 2,
4907         as GCC is less likely to optimize this away when the value
4908         is signed (when it assumes overflow leads to undefined behavior).
4909         Also, don't assume time_t uses two's complement.
4910
4911 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4912
4913         * MODULES.html.sh: New module wctype.
4914         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
4915         * lib/fnmatch.c: Don't bother to include <wchar.h> before
4916         <wctype.h>, since the new wctype module should fix this.
4917         * lib/quotearg.c: Include <wctype.h> unconditionally, since
4918         the wctype module should arrange for it.
4919         * lib/regex_internal.h: Likewise.
4920         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
4921         since the wctype module should handle this now.
4922         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
4923         * modules/fnmatch (Depends-on): Add wctype.
4924         * modules/quotearg (Depends-on): Likewise.
4925         * modules/regex (Depends-on): Likewise.
4926
4927 2006-12-19  Bruno Haible  <bruno@clisp.org>
4928
4929         * lib/strdup.h [C++]: Wrap definitions in extern "C".
4930         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
4931
4932 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4933
4934         * modules/savewd (Depends-on): Fix dependency on fcntl.
4935
4936 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4937
4938         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
4939         conforms to C99, rather than relying on the user's environment
4940         setting of STDINT_H.
4941
4942 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
4943         and Eric Blake  <ebb9@byu.net>
4944
4945         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
4946         This is more consistent with the other defines here.
4947         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
4948         Port to z/OS.  Problem reported by Paul Gilmartin.
4949         Change local vars to use gl_ prefix rather than ac_.
4950         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
4951         with other defines.
4952         * modules/double-slash-root: New module.
4953         * modules/dirname (Files): Remove m4/double-slash-root.m4.
4954         (Depends-on): Add double-slash-root.
4955         * MODULES.html.sh (File system functions): Mention new module.
4956
4957 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4958
4959         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
4960         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
4961         This is for the benefit of gzip, which doesn't do i18n.
4962
4963 2006-12-12  Jim Meyering  <jim@meyering.net>
4964
4965         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
4966         Reported by Andreas Schwab <schwab@suse.de>.
4967
4968 2006-12-12  Bruno Haible  <bruno@clisp.org>
4969
4970         Merge these changes.
4971         2006-09-05  Bruno Haible  <bruno@clisp.org>
4972         * lib/iconvme.c (iconv_string): No need to save and restore errno when
4973         iconv_alloc succeeded.
4974         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
4975         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
4976         test for " && dest " at the end - dest is always != NULL there. Call
4977         iconv with 4xNULL arguments initially, to reset the state. Call iconv
4978         with 2xNULL arguments, also to flush the state storage. Handle the
4979         IRIX iconv behaviour. Realloc the final result, to throw away unused
4980         memory.
4981
4982 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
4983
4984         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
4985         and fchmodat unconditionally, since glibc 2.4 has them.
4986         Problem reported by Arkadiusz Miskiewicz.
4987
4988 2006-12-10  Bruno Haible  <bruno@clisp.org>
4989
4990         * gnulib-tool (func_import): Show the include files only for those
4991         modules that are copied and specified.
4992         Reported by Karl Berry.
4993
4994 2006-12-08  Jim Meyering  <jim@meyering.net>
4995
4996         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
4997         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
4998
4999         * build-aux/announce-gen: Add two new options, both optional:
5000         --bootstrap-tools=TOOL_LIST
5001               a comma-separated list of tools, e.g.,
5002               autoconf,automake,bison,gnulib
5003         --gnulib-snapshot-date=DATE
5004               if gnulib is in the bootstrap tool list,
5005               then report this as the snapshot date.
5006               If not specified, use the current date/time.
5007               If you specify a date here, be sure it's UTC.
5008
5009 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5010
5011         * tests/test-argp-2.sh: Fix test to match actual output.
5012         (func_compare): Fix sed script to be portable.
5013
5014 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5015
5016         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
5017         workaround for this case.  It is not autoconfigured now; offhand
5018         it's hard to see how to autoconfigure it.
5019
5020 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
5021
5022         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
5023         a directory that is about to be chowned.  Such a directory's
5024         initial file permissions should permit the owner only and this
5025         should not be changed until after the chown, since the group and
5026         other bits would be incorrect if they granted permission before
5027         the chown.
5028
5029         Fix porting problem for iswctype reported by Georg Schwarz in:
5030         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
5031         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
5032         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
5033         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
5034         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5035
5036 2006-12-03  Jim Meyering  <jim@meyering.net>
5037
5038         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
5039         p->fts_statp may not yet be defined.
5040         (fts_read): Instead, set it in the caller, once p->fts_statp is
5041         sure to be defined, and corresponds to a top-level directory.
5042         This bug made du -x fail.  Here's the coreutils test case:
5043         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
5044         Reported by Mike Frysinger.
5045
5046 2006-12-01  Jim Meyering  <jim@meyering.net>
5047
5048         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
5049         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
5050         Reported by Simon Josefsson.
5051
5052 2006-11-30  Jim Meyering  <jim@meyering.net>
5053
5054         * m4/warning.m4: Use the all-permissive copyright notice
5055         recommended by RMS (rather than LGPL).
5056         * m4/vararrays.m4: Likewise.
5057         * m4/flexmember.m4: Likewise.
5058
5059 2006-11-29  Bruno Haible  <bruno@clisp.org>
5060
5061         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5062         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
5063         using +=.
5064         Reported by Simon Josefsson <simon@josefsson.org>.
5065
5066 2006-11-28  James Youngman <jay@gnu.org>
5067
5068         * README: Advise users that they might find the bug-gnulib@gnu.org
5069         and autotools-announce@gnu.org mailing lists useful.
5070
5071 2006-11-28  Bruno Haible  <bruno@clisp.org>
5072
5073         * m4/ptrdiff_max.m4: Remove file.
5074
5075 2006-11-21  Bruno Haible  <bruno@clisp.org>
5076
5077         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
5078         _AC_COMPUTE_INT.
5079         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5080         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
5081         _AC_COMPUTE_INT.
5082         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5083         * m4/size_max.m4 (gl_SIZE_MAX): 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-28  Jim Meyering  <jim@meyering.net>
5088
5089         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
5090         warning from "gcc -Wshadow" about shadowing the builtin.
5091
5092 2006-11-27  Bruno Haible  <bruno@clisp.org>
5093
5094         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
5095         _AC_COMPUTE_INT.
5096         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5097
5098 2006-11-27  Bruno Haible  <bruno@clisp.org>
5099             Paul Eggert  <eggert@cs.ucla.edu>
5100
5101         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
5102
5103 2006-11-26  Bruno Haible  <bruno@clisp.org>
5104
5105         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5106         noinst_LTLIBRARIES.
5107
5108 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5109             Bruno Haible  <bruno@clisp.org>
5110
5111         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
5112         if compiling with "gcc -ansi".
5113
5114 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5115
5116         Fix some incompatibilities with gcc -ansi -pedantic.
5117         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
5118         if compiling pedantically with GCC, unless it's C99 or later.
5119         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
5120         it mishandles gcc -ansi -pedantic as well.
5121         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
5122         if gcc -pedantic.
5123         * lib/regexec.c (check_node_accept_bytes): Don't use auto
5124         initializers for struct if -pedantic, unless it's C99 or later.
5125
5126 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
5127
5128         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
5129         Don't close an fd more than once. Identical atimes indicate
5130         success, not failure.
5131
5132 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
5133
5134         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
5135
5136 2006-11-23  Jim Meyering  <jim@meyering.net>
5137
5138         * build-aux/announce-gen: New file.  From coreutils.
5139
5140 2006-11-22  Jim Meyering  <jim@meyering.net>
5141
5142         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
5143         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
5144         (fts_read): Use a temporary to narrow the overused st_size member
5145         before using it in a switch statement.  Reported by Matthew Woehlke.
5146
5147         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
5148         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5149
5150 2006-11-20  Bruno Haible  <bruno@clisp.org>
5151
5152         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
5153         changequote instead of pairs of brackets.
5154         Reported by Andreas Schwab <schwab@suse.de>.
5155
5156 2006-11-21  Jim Meyering  <jim@meyering.net>
5157
5158         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
5159         so as to remain compatible with older compilers.
5160         Patch from Michael Deutschmann.
5161
5162 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5163
5164         * MODULES.html.sh (File system functions): Add openat.
5165
5166         * lib/openat.h (rpl_fstatat): New macro, if
5167         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
5168         (fstatat): Define to rpl_fstatat under the same conditions,
5169         unless COMPILING_FSTATAT.
5170         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
5171         seems to have the bug.
5172         * lib/fstatat.c: New file.
5173         * modules/openat (Files): Add it.
5174
5175 2006-11-20  Bruno Haible  <bruno@clisp.org>
5176
5177         * Makefile: New file.
5178
5179 2006-11-20  Jim Meyering  <jim@meyering.net>
5180
5181         The beginnings of syntax-related checks for gnulib.
5182         * lib/Makefile: New file.
5183         * lib/t-idcache: New script.  Ensure that the two halves of
5184         idcache.c stay in sync.
5185
5186         * lib/idcache.c: Adjust comments in user- and group- portions to
5187         be more accurate, and to be consistent with one another.
5188
5189 2006-11-20  Jim Meyering  <jim@meyering.net>
5190
5191         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
5192         continue using the flexible array member (thus, this module performs
5193         half as many malloc calls), with the addition that...
5194         (getgroup, getuser): Consistently record a non-match via an empty
5195         "name" string, and map an empty string match to a NULL return value.
5196         * modules/idcache (Depends-on): Re-add flexmember.
5197
5198         * lib/idcache.c (getuser): Remove all uses of the register keyword.
5199         (getuidbyname, getgroup, getgidbyname): Likewise.
5200
5201         Use cleaner syntax: NULL rather than 0.
5202         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
5203
5204 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5205
5206         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
5207         It mishandled the case where the group was missing.
5208         Problem reported by Greg Schafer.
5209         * modules/idcache: Likewise.
5210
5211 2006-11-18  Jim Meyering  <jim@meyering.net>
5212
5213         * check-module (%exempt_header): Add exception for some
5214         conditionally-included headers.
5215
5216         * modules/i-ring (Depends-on): Add verify.
5217         (License): Change to LGPL.
5218
5219 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
5220
5221         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
5222         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
5223         and inttostr.h.  Use snprintf rather than uinttostr, so that
5224         LGPLed code doesn't depend on GPLed.
5225
5226 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5227
5228         * modules/inline (License): Change from GPL to LGPL.
5229
5230 2006-11-17  Jim Meyering  <jim@meyering.net>
5231
5232         * modules/d-type (License): Switch to LGPL.
5233
5234 2006-11-15  Bruno Haible  <bruno@clisp.org>
5235
5236         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
5237
5238 2006-11-15  Eric Blake  <ebb9@byu.net>
5239
5240         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
5241         the module dependency.
5242
5243 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5244             Bruno Haible  <bruno@clisp.org>
5245
5246         * gnulib-tool (func_create_testdir): Add license consistency check.
5247
5248 2006-11-15  Eric Blake  <ebb9@byu.net>
5249
5250         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
5251         random "(cached)" in configure output.
5252
5253 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5254
5255         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
5256         test for conforming inttypes.h is both announced and cached.
5257
5258         * MODULES.html.sh (seen_modules, seen_files): New variables.
5259         (func_module): Rewrite to use a few less gnulib-tool and sed
5260         invocations.  Avoid a couple of quadratic algorithms for ...
5261         (missed_modules, missed_files): ... these, with ...
5262         (func_append, func_tmpdir): ... these new functions, from
5263         gnulib-tool.  Analogously, install traps for cleanup.
5264
5265         * tests/test-gc.c (main): Remove unused variables.
5266         * tests/test-read-file.c: Include stdlib.h, for 'free'.
5267
5268 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5269
5270         * modules/inttostr (License): Change to LGPL.
5271
5272 2006-11-14  Eric Blake  <ebb9@byu.net>
5273
5274         * modules/tempname (License): Change to LGPL.
5275
5276 2006-11-14  Eric Blake  <ebb9@byu.net>
5277
5278         * doc/functions.texi (Function Portability): *printf functions on
5279         Cygwin now understand all POSIX size specifiers.
5280
5281 2006-11-14  Bruno Haible  <bruno@clisp.org>
5282
5283         * modules/c-ctype (License): Change to LGPL.
5284
5285 2006-11-12  Bruno Haible  <bruno@clisp.org>
5286
5287         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
5288         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
5289         for GNOME libraries, for which the include files are installed in
5290         subdirectories of $prefix/include.
5291
5292 2006-11-12  Bruno Haible  <bruno@clisp.org>
5293
5294         * m4/lib-link.m4: Require at least autoconf-2.54.
5295         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
5296         name to underscores for the --with option.
5297
5298 2006-11-13  Bruno Haible  <bruno@clisp.org>
5299
5300         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
5301         the tests directory.
5302         Reported by Ralf Wildenhues.
5303
5304 2006-11-13  Bruno Haible  <bruno@clisp.org>
5305
5306         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
5307         (func_emit_initmacro_end): Undo the override here.
5308         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
5309         Works around the famous automake error in coreutils.
5310
5311 2006-11-13  Eric Blake  <ebb9@byu.net>
5312
5313         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
5314         element, not its node.
5315
5316 2006-11-12  Bruno Haible  <bruno@clisp.org>
5317
5318         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
5319         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
5320
5321 2006-11-12  Bruno Haible  <bruno@clisp.org>
5322
5323         * gnulib-tool: New option --local-symlink.
5324         (func_usage): Document it.
5325         (lsymbolic): New variable.
5326         (func_import, func_create_testdir): If --symlink was not specified,
5327         test whether --local-symlink was specified and the file comes from
5328         the local_gnulib_dir.
5329
5330 2006-11-12  Bruno Haible  <bruno@clisp.org>
5331
5332         * gnulib-tool (func_ln): New function.
5333         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
5334
5335 2006-11-12  Bruno Haible  <bruno@clisp.org>
5336
5337         Finish support for source files in subdirectories.
5338         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
5339         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
5340         AUTOMAKE_OPTIONS.
5341         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
5342
5343 2006-11-12  Bruno Haible  <bruno@clisp.org>
5344
5345         * gnulib-tool (func_get_automake_snippet): Synthesize also an
5346         EXTRA_lib_SOURCES augmentation.
5347         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
5348
5349 2006-11-12  Jim Meyering  <jim@meyering.net>
5350
5351         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
5352         file descriptors.  This also averts a failure on systems with
5353         native openat support when a traversed directory lacks "x" access.
5354         * lib/fts_.h: Include "i-ring.h"
5355         (struct FTS) [fts_fd_ring]: New member.
5356         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
5357         (FCHDIR): Add parentheses.
5358         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
5359         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
5360         When descending, rather than simply closing the previous
5361         fts_cwd_fd value, push that file descriptor onto the ring.
5362         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
5363         (fts_open): Initialize the new fd_ring member.
5364         (fts_close): Clear the ring.
5365         (fts_safe_changedir): When possible, use our new fd_ring to skip
5366         the diropen and fstat and dev/ino comparison that would normally
5367         accompany a virtual `chdir ("..")'.
5368
5369         * modules/fts (Depends-on): Add i-ring.
5370         * modules/i-ring: New module.
5371         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
5372         * m4/i-ring.m4: New file.
5373
5374 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5375
5376         * gnulib-tool (func_create_testdir): Fix replacement of
5377         `build-aux' in configure.ac.  Run autotools in gltests
5378         subdirectory.
5379         (func_create_testdir, func_create_megatestdir, test): There is
5380         no need for '--force' in most autotool invocations in a new
5381         tree.  Actually fail the whole test if any of the tools, or the
5382         configure or make stages fail.
5383
5384         Sync from Automake.
5385         * build-aux/gnupload: Revert last change.  Add pointer to upload
5386         instructions of the GNU Maintenance Instructions.
5387         Suggestion by Karl Berry.
5388
5389 2006-11-10  Jim Meyering  <jim@meyering.net>
5390
5391         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
5392
5393 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5394
5395         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
5396         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
5397         (bind_textdomain_codeset) [! ENABLE_NLS]:
5398         Evaluate all the arguments.  That way, callers get compatible behavior
5399         if the arguments have side effects.  Also, it avoids some GCC
5400         diagnostics in some cases; Joel E. Denny reported problems when Bison
5401         was configured with --enable-gcc-warnigs.
5402
5403 2006-11-10  Jim Meyering  <jim@meyering.net>
5404
5405         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
5406         relevant options in CFLAGS (like -O, -fno-inline) are taken into
5407         account.
5408
5409 2006-11-10  Jim Meyering  <jim@meyering.net>
5410
5411         * modules/inline: New file/module.
5412         * modules/xalloc (Files): Remove m4/inline.m4.
5413         (Depends-on): Add inline, instead.
5414         * modules/oset: Likewise.
5415         * modules/list: Likewise.
5416
5417 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5418
5419         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
5420         Problem reported by Matthew Woehlke.
5421
5422 2006-11-09  Bruno Haible  <bruno@clisp.org>
5423
5424         * lib/tempname.c (gen_tempname): Remove variant that invokes
5425         __gen_tempname.
5426         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
5427         __gen_tempname.
5428
5429 2006-11-08  Bruno Haible  <bruno@clisp.org>
5430
5431         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
5432         to 'yes' instead of 'cross-compiling'.
5433
5434 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
5435
5436         * lib/quotearg.h (quotearg_free): New decl.
5437         * lib/quotearg.c (quotearg_free): New function.
5438         (slot0, nslots, slotvec0, slotvec):
5439         Now file-scope so that quotearg_free can get at them.
5440
5441 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5442
5443         Sync from Automake.
5444         * build-aux/gnupload: Add missing 'gnu' to example URL.
5445         Report by Karl Berry.
5446
5447 2006-11-08  Bruno Haible  <bruno@clisp.org>
5448
5449         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
5450         Suggested by Paul Eggert.
5451
5452 2006-11-08  Jim Meyering  <jim@meyering.net>
5453
5454         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
5455         It's already included if !_LIBC.
5456         (fts_safe_changedir): Add a comment.
5457
5458 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5459
5460         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
5461         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
5462         Matthew Woehlke.
5463
5464         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
5465         definitions up, to avoid colliding with change below.
5466         (static_inline) [HAVE_INLINE]: New macro.
5467         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
5468         Provide extern decls when !HAVE_INLINE.  Do not define unless
5469         static_inline is defined, either by us or by xmalloc.c.  Use
5470         static_inline rather than static inline.
5471         (XCALLOC): Optimize sizeof(T) = 1 case.
5472         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
5473
5474 2006-11-07  Bruno Haible  <bruno@clisp.org>
5475
5476         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
5477         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
5478         AC_C_INLINE.
5479         * modules/xalloc (Files): Add m4/inline.m4.
5480
5481 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5482
5483         * README: Fix typo.
5484         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
5485         (Miscellanous Notes): ...from this.
5486
5487 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5488
5489         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
5490         Mention that offsetof should be used instead of sizeof.
5491         From Bruno Haible.
5492
5493 2006-11-07  Bruno Haible  <bruno@clisp.org>
5494
5495         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
5496
5497 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5498
5499         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5500         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
5501         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5502         (gl_tree_add_before, gl_tree_add_after):
5503         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
5504         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
5505         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5506         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
5507         (gl_linked_add_after, gl_linked_add_at): Likewise.
5508         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
5509         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5510         (gl_tree_add_before, gl_tree_add_after): Likewise.
5511         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
5512         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
5513         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5514
5515 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5516
5517         * lib/gl_oset.h: Use C comment style, not C++ comment style.
5518
5519 2006-11-06  Bruno Haible  <bruno@clisp.org>
5520
5521         * m4/inline.m4: New file.
5522         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
5523         * modules/list (Files): Add m4/inline.m4.
5524         * modules/oset (Files): Likewise.
5525
5526 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5527
5528         * lib/idcache.c: Include <stddef.h>, for offsetof.
5529         (struct userid.name): Change from char * to a flexible array member.
5530         All uses changed.
5531         * modules/idcache (Depends-on): Add flexmember.
5532
5533         * MODULES.html.sh (Core language properties): New module flexmember.
5534         * modules/flexmember, m4/flexmember.m4: New files.
5535
5536         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
5537         inline functions that are identical with the old xnmalloc_inline,
5538         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
5539         that we can avoid some unnecessary integer multiplications and
5540         divisions in the common case where the element size is known at
5541         compile time.
5542         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
5543         needed.
5544         (xnboundedmalloc): Remove.
5545         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
5546         arguments, for consistency with rest of this header.
5547         (xcharalloc): Rewrite using XNMALLOC.
5548         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
5549         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
5550         versions have been moved to lib/xalloc.h and renamed to be the
5551         non-*_inline versions.
5552         (xmalloc, xrealloc): Implement without reference to the xnmalloc
5553         and xnrealloc functions, since those functions are now inline and
5554         now call us.
5555         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
5556         renaming described above.
5557         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
5558         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
5559         captures the dependency in AC_C_INLINE.
5560
5561         New module canonicalize-lgpl, proposed by Charles Wilson in
5562         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
5563         with a few small changes afterwards.
5564         * MODULES.html.sh (File system functions): New module
5565         canonicalize-lgpl.
5566         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
5567         and canonicalize_file_name.
5568         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
5569         * modules/canonicalize-lgpl: New files.
5570
5571 2006-11-05  Bruno Haible  <bruno@clisp.org>
5572
5573         * gnulib-tool (func_import, func_create_testdir): Create directories
5574         also for files in subdirectories of lib/.
5575
5576 2006-11-05  Bruno Haible  <bruno@clisp.org>
5577
5578         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
5579         ANSI C compliant.
5580
5581 2006-11-03  Bruno Haible  <bruno@clisp.org>
5582
5583         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5584         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
5585         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
5586         (xnboundedmalloc): New inline function.
5587         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
5588         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
5589         xmalloc.
5590         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
5591         xmalloc.
5592         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
5593         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
5594         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
5595         xmalloc.
5596         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5597         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
5598         xmalloc.
5599         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
5600         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5601         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
5602         xmalloc.
5603         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5604         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
5605         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5606         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
5607         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
5608         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
5609         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
5610
5611 2006-11-03  Bruno Haible  <bruno@clisp.org>
5612
5613         * lib/c-ctype.h [C++]: Define functions without name mangling.
5614         * lib/fwriteerror.h [C++]: Likewise.
5615         * lib/gcd.h [C++]: Likewise.
5616         * lib/linebreak.h [C++]: Likewise.
5617
5618 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
5619
5620         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
5621         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
5622         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
5623         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5624         Check for functions and headers just once.
5625         Check for declaration of canonicalize_file_name.
5626         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
5627
5628 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5629
5630         * gnulib-tool (func_import): Fix typo in actioncmd.
5631
5632 2006-11-02  Bruno Haible  <bruno@clisp.org>
5633
5634         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
5635         newline sequence in the Makefile.am snippet as a space, like "make"
5636         does.
5637         Reported by Roger Persson <perrog@gmail.com>.
5638
5639 2006-11-01  Bruno Haible  <bruno@clisp.org>
5640
5641         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
5642         already declared in <string.h>.
5643         * lib/strcase.h (strncasecmp): Don't declare it if yes.
5644
5645 2006-11-01  Bruno Haible  <bruno@clisp.org>
5646
5647         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
5648         * lib/strcase.h: Include <string.h>.
5649         (strcasecmp): Define to rpl_strcasecmp here.
5650
5651 2006-11-01  Bruno Haible  <bruno@clisp.org>
5652
5653         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
5654
5655 2006-11-01  Eric Blake  <ebb9@byu.net>
5656
5657         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
5658
5659         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
5660
5661 2006-10-29  Bruno Haible  <bruno@clisp.org>
5662
5663         Make it compile in C++ mode.
5664         * lib/full-write.c (full_rw): Add a cast.
5665
5666 2006-11-01  Bruno Haible  <bruno@clisp.org>
5667
5668         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
5669         be POSIX compliant.
5670         Reported by Roger Persson <perrog@gmail.com>.
5671
5672 2006-11-01  Eric Blake  <ebb9@byu.net>
5673
5674         * lib/getopt_.h: Fix comments.
5675
5676 2006-10-31  Eric Blake  <ebb9@byu.net>
5677
5678         * modules/tmpdir (Depends-on): Add sys_stat.
5679         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
5680         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
5681         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
5682         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
5683         tempname.
5684
5685 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
5686
5687         Avoid some C++ diagnostics reported by Bruno Haible.
5688         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
5689         xmalloc.
5690         (quotearg_alloc): Use xcharalloc rather than xmalloc.
5691         (struct slotvec): Move to top level.
5692         (quotearg_n_options): Rewrite to avoid xmalloc.
5693         * lib/xalloc.h (xcharalloc): New function.
5694         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
5695         [defined __cplusplus]: Add function template that provides result
5696         type propagation.  This part of the change is from Bruno Haible.
5697
5698 2006-10-29  Bruno Haible  <bruno@clisp.org>
5699
5700         Make it compile in C++ mode.
5701         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
5702         * lib/strnlen1.c (strnlen1): Cast memchr result.
5703         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
5704         * lib/clean-temp.c (string_equals, string_hash): Add casts.
5705         (create_temp_dir): Rename local variable 'template'.
5706         (compile_csharp_using_sscli): Add cast.
5707         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
5708         * lib/findprog.c (find_in_path): Likewise.
5709         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
5710         * lib/wait-process.c (register_slave_subprocess): Likewise.
5711
5712 2006-10-22  Bruno Haible  <bruno@clisp.org>
5713
5714         * modules/tsearch: New file.
5715         * lib/tsearch.h: New file.
5716         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
5717         * m4/tsearch.m4: New file.
5718         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
5719
5720 2006-10-29  Eric Blake  <ebb9@byu.net>
5721
5722         * lib/arcfour.c: Assume config.h.
5723         * lib/arctwo.c: Likewise.
5724         * lib/base64.c: Likewise.
5725         * lib/check-version.c: Likewise.
5726         * lib/crc.c: Likewise.
5727         * lib/des.c: Likewise.
5728         * lib/gc-gnulib.c: Likewise.
5729         * lib/gc-libgcrypt.c: Likewise.
5730         * lib/gc-pbkdf2-sha1.c: Likewise.
5731         * lib/getaddrinfo.c: Likewise.
5732         * lib/getdelim.c: Likewise.
5733         * lib/getline.c: Likewise.
5734         * lib/hmac-md5.c: Likewise.
5735         * lib/hmac-sha1.c: Likewise.
5736         * lib/iconvme.c: Likewise.
5737         * lib/md2.c: Likewise.
5738         * lib/md4.c: Likewise.
5739         * lib/memxor.c: Likewise.
5740         * lib/read-file.c: Likewise.
5741         * lib/readline.c: Likewise.
5742         * lib/rijndael-alg-fst.c: Likewise.
5743         * lib/rijndael-api-fst.c: Likewise.
5744         * lib/xgetdomainname.c: Likewise.
5745
5746 2006-10-28  Eric Blake  <ebb9@byu.net>
5747
5748         * lib/xstrndup.c: Assume config.h.
5749
5750 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
5751
5752         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
5753         stat-macros.h is now for our own macros, whereas stat_h is for
5754         macros in the <sys/stat.h> name space.
5755         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
5756         (STAT_MACROS_H): Remove.
5757         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
5758         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
5759         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
5760         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
5761         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
5762         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
5763         Move these macros to ...
5764         * lib/stat_.h: here.  Don't include stat-macros.h.
5765         * lib/canonicalize.c: Don't include stat-macros.h.
5766         * lib/chown.c: Likewise.
5767         * lib/euidaccess.c: Likewise.
5768         * lib/file-type.c: Likewise.
5769         * lib/filemode.c: Likewise.
5770         * lib/glob.c: Likewise.
5771         * lib/isapipe.c: Likewise.
5772         * lib/lchown.c: Likewise.
5773         * lib/lstat.c: Likewise.
5774         * lib/mkdir-p.c: Likewise.
5775         * lib/rmdir.c: Likewise.
5776         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
5777         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
5778         unless mkdir isn't declared, to speed up 'configure'.
5779         Always create sys/stat.h, since it's unlikely any real sys/stat.h
5780         would define all the S_* symbols.
5781         * modules/canonicalize (Depends-on):
5782         Depend on sys_stat, not stat-macros.
5783         * modules/chown: Likewise.
5784         * modules/euidaccess: Likewise.
5785         * modules/filemode: Likewise.
5786         * modules/file-type: Likewise.
5787         * modules/glob: Likewise.
5788         * modules/isapipe: Likewise.
5789         * modules/lchown: Likewise.
5790         * modules/lstat: Likewise.
5791         * modules/mkancesdirs: Likewise.
5792         * modules/rmdir: Likewise.
5793         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
5794         * modules/modechange: Likewise.
5795         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
5796         (configure.ac): Remove gl_STAT_MACROS.
5797         * modules/sys_stat (Depends-on): Remove stat-macros.
5798
5799 2006-10-27  Bruno Haible  <bruno@clisp.org>
5800
5801         * m4/signed.m4: Remove file.
5802         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
5803         invocation.
5804         * modules/vasnprintf (Files): Remove m4/signed.m4.
5805
5806 2006-10-27  Bruno Haible  <bruno@clisp.org>
5807
5808         Update to GNU gettext 0.16.
5809         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
5810         m4/inttypes-h.m4, m4/signed.m4.
5811         * m4/gettext.m4: Update to GNU gettext 0.16.
5812         * m4/intl.m4: New file, from GNU gettext.
5813         * m4/intldir.m4: New file, from GNU gettext.
5814         * config/srclist.txt: Update
5815
5816 2006-10-27  Eric Blake  <ebb9@byu.net>
5817
5818         * MODULES.html.sh: Document tempname.
5819         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
5820         dependencies.
5821         (Files): Move lib/tempname.c...
5822         * modules/tempname: ...to this new module.
5823         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
5824         (gl_PREREQ_TEMPNAME): Move...
5825         * m4/tempname.m4: ...to this new file.
5826         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
5827         * modules/sys_stat (Depends-on): Add stat-macros.
5828         * lib/stat_.h (includes): Pick up stat macros.
5829         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
5830         if stat macros are broken.
5831         * lib/tempname.c (includes): No need to include "stat-macros.h".
5832         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
5833         (direxists, __path_search) [!_LIBC]: Don't compile these in
5834         gnulib; the tmpdir module covers that.
5835         * lib/tempname.h: New file.
5836
5837 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
5838
5839         * COPYING: Explain how gnulib-tool converts licence headers.
5840         Almost all wording by Eric Blake.
5841
5842 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
5843
5844         * lib/mbchar.h (is_basic_table): Make read-only.
5845         * lib/mbchar.c (is_basic_table): Likewise.
5846         Reported by John Darrington.
5847
5848 2006-10-25  Bruno Haible  <bruno@clisp.org>
5849
5850         * lib/progname.h (set_program_name): Undefine before defining.
5851
5852 2006-10-25  Bruno Haible  <bruno@clisp.org>
5853
5854         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
5855         false for non-gcc C++ compilers.
5856         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5857
5858 2006-10-24  Bruno Haible  <bruno@clisp.org>
5859
5860         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
5861         iconv implementations like Irix iconv.
5862
5863 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5864
5865         * modules/vararrays: New file.
5866         * m4/vararrays.m4: New file, taken from diffutils.
5867         * MODULES.html.sh: New module vararrays.
5868
5869 2006-10-24  Karl Berry  <karl@gnu.org>
5870
5871         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
5872         Don't call GNU Unix.
5873
5874 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5875
5876         * users.txt: Add Libtool.
5877
5878         Sync from Libtool:
5879
5880         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5881
5882         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
5883         to gnulib's policy of including config.h unconditionally.
5884
5885 2006-10-24  Bruno Haible  <bruno@clisp.org>
5886
5887         * modules/wcwidth (Files): Add m4/wint_t.m4.
5888         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
5889         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
5890
5891 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5892
5893         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
5894         to pacify GCC with some -W flags enabled.  Problem reported by
5895         Bruno Haible.
5896
5897 2006-10-24  Jim Meyering  <jim@meyering.net>
5898
5899         * MODULES.html.sh: Remove uinttostr.  It's not a module.
5900         Reported by Karl Berry.
5901
5902 2006-10-23  Bruno Haible  <bruno@clisp.org>
5903
5904         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
5905
5906 2006-10-24  Bruno Haible  <bruno@clisp.org>
5907
5908         * lib/gl_list.h: Use C comment style, not C++ comment style.
5909
5910 2006-10-23  Eric Blake  <ebb9@byu.net>
5911
5912         * lib/getaddrinfo.c (includes): Add missing include.
5913
5914 2006-10-23  Bruno Haible  <bruno@clisp.org>
5915             Paul Eggert  <eggert@cs.ucla.edu>
5916
5917         Ability to rename obstack_free.
5918         * lib/obstack.h (__obstack_free): New macro. Declare instead of
5919         obstack_free.
5920         (obstack_free): Invoke the __obstack_free macro.
5921         * lib/obstack.c (obstack_free): Use __obstack_free macro.
5922
5923 2006-10-23  Bruno Haible  <bruno@clisp.org>
5924             Paul Eggert  <eggert@cs.ucla.edu>
5925
5926         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
5927         __argc, __argv from the declaration. (They are defined as macros on
5928         mingw.)
5929
5930 2006-10-22  Bruno Haible  <bruno@clisp.org>
5931
5932         * doc/gnulib-intro.texi: New file.
5933         * doc/gnulib.texi: Include it.
5934
5935 2006-10-21  Bruno Haible  <bruno@clisp.org>
5936
5937         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
5938         "Introduction", "Miscellanous Notes", "Particular Modules".
5939
5940 2006-10-21  Bruno Haible  <bruno@clisp.org>
5941
5942         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5943         Change mostlyclean-local rule to avoid sh syntax error from bash
5944         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
5945
5946 2006-10-23  Jim Meyering  <jim@meyering.net>
5947
5948         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
5949         in place of snprintf.
5950
5951         * modules/inttostr (Files): Add lib/uinttostr.c.
5952         * lib/uinttostr.c (inttostr): New file/function.
5953         * lib/inttostr.h (uinttostr): Declare.
5954         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
5955         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
5956         Add uinttostr.
5957         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
5958
5959 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5960
5961         * lib/canonicalize.c (ELOOP): Define if not already defined.
5962         Problem reported by Bruno Haible in
5963         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
5964
5965 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
5966
5967         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
5968         Problem reported by Perry Smith and Ville Laurikari.
5969
5970         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
5971         uses.
5972
5973 2006-10-19  Bruno Haible  <bruno@clisp.org>
5974
5975         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
5976         for mingw.
5977
5978 2006-10-19  Bruno Haible  <bruno@clisp.org>
5979
5980         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
5981         Needed for mingw.
5982
5983 2006-10-19  Bruno Haible  <bruno@clisp.org>
5984
5985         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
5986
5987 2006-10-19  Bruno Haible  <bruno@clisp.org>
5988
5989         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
5990         it.
5991
5992 2006-10-19  Bruno Haible  <bruno@clisp.org>
5993
5994         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
5995         invocation.
5996
5997 2006-10-19  Bruno Haible  <bruno@clisp.org>
5998
5999         * gnulib-tool (func_create_testdir): Don't include ftruncate and
6000         mountlist by default.
6001
6002 2006-10-16  Bruno Haible  <bruno@clisp.org>
6003
6004         * lib/c-strstr.c: Include c-strstr.h.
6005
6006 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6007
6008         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
6009         in a slash.
6010
6011 2006-10-18  Bruno Haible  <bruno@clisp.org>
6012
6013         * lib/lock.h [C++]: Wrap definitions in extern "C".
6014
6015 2006-10-18  Bruno Haible  <bruno@clisp.org>
6016
6017         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
6018         gl_LIBOBJS list.
6019
6020 2006-10-18  Bruno Haible  <bruno@clisp.org>
6021
6022         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
6023
6024 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
6025
6026         * lib/xstrtol.h: Include gettext.h.
6027         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
6028         Problem reported by Eric Blake.
6029         * modules/xstrtol (Depends-on): Add gettext-h.
6030
6031 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
6032
6033         * lib/strftime.c (advance): New macro.
6034         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
6035         incomplete type, so you can't add 0 to it.  Problem and patch
6036         reported by Eelco Dolstra for dietlibc.
6037
6038 2006-10-18  Jim Meyering  <jim@meyering.net>
6039
6040         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
6041         type for a local, and rename it: s/up/user_proc/.
6042
6043 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
6044
6045         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
6046         READ_UTMP_USER_PROCESS.
6047         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
6048
6049 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
6050
6051         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
6052         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
6053
6054 2006-10-17  Eric Blake  <ebb9@byu.net>
6055
6056         * lib/sigprocmask.c (sigprocmask): Fix typo.
6057
6058         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
6059
6060         * modules/clean-temp (Makefile.am): Don't add to make output...
6061         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
6062         config.h.
6063
6064 2006-10-17  Bruno Haible  <bruno@clisp.org>
6065
6066         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
6067         differently if DEFAULT_TEXT_DOMAIN is set.
6068
6069 2006-10-16  Bruno Haible  <bruno@clisp.org>
6070
6071         * lib/clean-temp.c: Include fwriteerror.h.
6072
6073 2006-10-16  Bruno Haible  <bruno@clisp.org>
6074
6075         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
6076
6077 2006-10-16  Bruno Haible  <bruno@clisp.org>
6078
6079         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
6080         * lib/sigprocmask.h: Include <sys/types.h>.
6081         (sigset_t): Use the system's definition if present.
6082
6083 2006-10-17  Eric Blake  <ebb9@byu.net>
6084
6085         * lib/xvasprintf.c (includes): Assume config.h.
6086         * lib/xasprintf.c (includes): Likewise.
6087
6088 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6089
6090         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
6091         at least as wide as intmax_t.
6092
6093 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
6094
6095         (Imported from Automake.)
6096         * build-aux/gnupload: Update to version 1.1 of directive file.
6097
6098 2006-10-16  Eric Blake  <ebb9@byu.net>
6099
6100         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
6101         match Automake 1.10a.
6102
6103 2006-10-14  Bruno Haible  <bruno@clisp.org>
6104
6105         * modules/sigprocmask: New file.
6106         * lib/sigprocmask.h: New file.
6107         * lib/sigprocmask.c: New file.
6108         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
6109         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
6110         request sigprocmask.o.
6111         (gl_PREREQ_SIGPROCMASK): New macro.
6112         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
6113         (Depends-on): Add sigprocmask.
6114         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
6115         gt_SIGNALBLOCKING. Test for 'raise' only once.
6116         * lib/fatal-signal.c: Include sigprocmask.h.
6117         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
6118         unblock_fatal_signals): Define always.
6119         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6120         sigprocmask.
6121
6122 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
6123
6124         Sync from Automake.
6125         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
6126         which incorrectly sets the mode of an existing destination
6127         directory.  In some cases the unpatched install-sh could do the
6128         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
6129         system.  We hope this is rare in practice, but it's clearly worth
6130         fixing.  Problem reported by Alex Unleashed in
6131         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
6132         Also, don't bother to check for -m bugs unless we're using -m;
6133         suggested by Stepan Kasal.
6134
6135 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6136
6137         Sync from Automake.
6138         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
6139         `-c' flag, so they appear at the same position as in %FASTDEP%
6140         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
6141         which ignores unknown options only after the first non-option.
6142         Bug report against M4 by Nelson H. F. Beebe.
6143
6144 2006-10-13  Jim Meyering  <jim@meyering.net>
6145
6146         Fix a bug in yesterday's change.
6147         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
6148         p->fts_statp->st_dev would be used uninitialized.
6149         Ensures that we always call fts_stat on the very first entry.
6150         Miklos Szeredi reported that find -xdev stopped working.
6151
6152 2006-10-12  Bruno Haible  <bruno@clisp.org>
6153
6154         * gnulib-tool (func_get_automake_snippet): Append an automatically
6155         computed EXTRA_DIST augmentation.
6156         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
6157         * modules/alloca-opt (Makefile.am): Likewise.
6158         * modules/allocsa (Makefile.am): Likewise.
6159         * modules/arcfour (Makefile.am): Likewise.
6160         * modules/arctwo (Makefile.am): Likewise.
6161         * modules/argmatch (Makefile.am): Likewise.
6162         * modules/argz (Makefile.am): Likewise.
6163         * modules/atexit (Makefile.am): Likewise.
6164         * modules/backupfile (Makefile.am): Likewise.
6165         * modules/byteswap (Makefile.am): Likewise.
6166         * modules/c-strtod (Makefile.am): Likewise.
6167         * modules/c-strtold (Makefile.am): Likewise.
6168         * modules/calloc (Makefile.am): Likewise.
6169         * modules/canon-host (Makefile.am): Likewise.
6170         * modules/canonicalize (Makefile.am): Likewise.
6171         * modules/chdir-long (Makefile.am): Likewise.
6172         * modules/chdir-safer (Makefile.am): Likewise.
6173         * modules/check-version (Makefile.am): Likewise.
6174         * modules/chown (Makefile.am): Likewise.
6175         * modules/cloexec (Makefile.am): Likewise.
6176         * modules/close-stream (Makefile.am): Likewise.
6177         * modules/closeout (Makefile.am): Likewise.
6178         * modules/crc (Makefile.am): Likewise.
6179         * modules/csharpexec (Makefile.am): Likewise.
6180         * modules/cycle-check (Makefile.am): Likewise.
6181         * modules/des (Makefile.am): Likewise.
6182         * modules/dev-ino (Makefile.am): Likewise.
6183         * modules/dirfd (Makefile.am): Likewise.
6184         * modules/dirname (Makefile.am): Likewise.
6185         * modules/dup2 (Makefile.am): Likewise.
6186         * modules/eealloc (Makefile.am): Likewise.
6187         * modules/error (Makefile.am): Likewise.
6188         * modules/euidaccess (Makefile.am): Likewise.
6189         * modules/exclude (Makefile.am): Likewise.
6190         * modules/exitfail (Makefile.am): Likewise.
6191         * modules/fcntl-safer (Makefile.am): Likewise.
6192         * modules/fcntl (Makefile.am): Likewise.
6193         * modules/file-type (Makefile.am): Likewise.
6194         * modules/fileblocks (Makefile.am): Likewise.
6195         * modules/filemode (Makefile.am): Likewise.
6196         * modules/filenamecat (Makefile.am): Likewise.
6197         * modules/fnmatch (Makefile.am): Likewise.
6198         * modules/fopen-safer (Makefile.am): Likewise.
6199         * modules/fpending (Makefile.am): Likewise.
6200         * modules/fprintftime (Makefile.am): Likewise.
6201         * modules/free (Makefile.am): Likewise.
6202         * modules/fsusage (Makefile.am): Likewise.
6203         * modules/ftruncate (Makefile.am): Likewise.
6204         * modules/fts (Makefile.am): Likewise.
6205         * modules/gc-arcfour (Makefile.am): Likewise.
6206         * modules/gc-des (Makefile.am): Likewise.
6207         * modules/gc-hmac-md5 (Makefile.am): Likewise.
6208         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
6209         * modules/gc-md4 (Makefile.am): Likewise.
6210         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6211         * modules/gc-sha1 (Makefile.am): Likewise.
6212         * modules/gc (Makefile.am): Likewise.
6213         * modules/getaddrinfo (Makefile.am): Likewise.
6214         * modules/getcwd (Makefile.am): Likewise.
6215         * modules/getdelim (Makefile.am): Likewise.
6216         * modules/getdomainname (Makefile.am): Likewise.
6217         * modules/getgroups (Makefile.am): Likewise.
6218         * modules/gethostname (Makefile.am): Likewise.
6219         * modules/gethrxtime (Makefile.am): Likewise.
6220         * modules/getline (Makefile.am): Likewise.
6221         * modules/getloadavg (Makefile.am): Likewise.
6222         * modules/getlogin_r (Makefile.am): Likewise.
6223         * modules/getndelim2 (Makefile.am): Likewise.
6224         * modules/getopt (Makefile.am): Likewise.
6225         * modules/getpagesize (Makefile.am): Likewise.
6226         * modules/getpass-gnu (Makefile.am): Likewise.
6227         * modules/getpass (Makefile.am): Likewise.
6228         * modules/getsubopt (Makefile.am): Likewise.
6229         * modules/gettime (Makefile.am): Likewise.
6230         * modules/gettimeofday (Makefile.am): Likewise.
6231         * modules/getugroups (Makefile.am): Likewise.
6232         * modules/getusershell (Makefile.am): Likewise.
6233         * modules/glob (Makefile.am): Likewise.
6234         * modules/group-member (Makefile.am): Likewise.
6235         * modules/hard-locale (Makefile.am): Likewise.
6236         * modules/hash (Makefile.am): Likewise.
6237         * modules/hmac-md5 (Makefile.am): Likewise.
6238         * modules/hmac-sha1 (Makefile.am): Likewise.
6239         * modules/human (Makefile.am): Likewise.
6240         * modules/idcache (Makefile.am): Likewise.
6241         * modules/imaxabs (Makefile.am): Likewise.
6242         * modules/imaxdiv (Makefile.am): Likewise.
6243         * modules/inet_ntop (Makefile.am): Likewise.
6244         * modules/inet_pton (Makefile.am): Likewise.
6245         * modules/intprops (Makefile.am): Likewise.
6246         * modules/inttostr (Makefile.am): Likewise.
6247         * modules/inttypes (Makefile.am): Likewise.
6248         * modules/isapipe (Makefile.am): Likewise.
6249         * modules/javaversion (Makefile.am): Likewise.
6250         * modules/lchmod (Makefile.am): Likewise.
6251         * modules/lchown (Makefile.am): Likewise.
6252         * modules/localcharset (Makefile.am): Likewise.
6253         * modules/long-options (Makefile.am): Likewise.
6254         * modules/lstat (Makefile.am): Likewise.
6255         * modules/malloc (Makefile.am): Likewise.
6256         * modules/mathl (Makefile.am): Likewise.
6257         * modules/mbchar (Makefile.am): Likewise.
6258         * modules/md2 (Makefile.am): Likewise.
6259         * modules/md4 (Makefile.am): Likewise.
6260         * modules/md5 (Makefile.am): Likewise.
6261         * modules/memcasecmp (Makefile.am): Likewise.
6262         * modules/memchr (Makefile.am): Likewise.
6263         * modules/memcmp (Makefile.am): Likewise.
6264         * modules/memcoll (Makefile.am): Likewise.
6265         * modules/memcpy (Makefile.am): Likewise.
6266         * modules/memmem (Makefile.am): Likewise.
6267         * modules/memmove (Makefile.am): Likewise.
6268         * modules/mempcpy (Makefile.am): Likewise.
6269         * modules/memrchr (Makefile.am): Likewise.
6270         * modules/memset (Makefile.am): Likewise.
6271         * modules/memxor (Makefile.am): Likewise.
6272         * modules/mkancesdirs (Makefile.am): Likewise.
6273         * modules/mkdir-p (Makefile.am): Likewise.
6274         * modules/mkdir (Makefile.am): Likewise.
6275         * modules/mkdtemp (Makefile.am): Likewise.
6276         * modules/mkstemp (Makefile.am): Likewise.
6277         * modules/mktime (Makefile.am): Likewise.
6278         * modules/modechange (Makefile.am): Likewise.
6279         * modules/mountlist (Makefile.am): Likewise.
6280         * modules/nanosleep (Makefile.am): Likewise.
6281         * modules/obstack (Makefile.am): Likewise.
6282         * modules/openat (Makefile.am): Likewise.
6283         * modules/pagealign_alloc (Makefile.am): Likewise.
6284         * modules/pathmax (Makefile.am): Likewise.
6285         * modules/physmem (Makefile.am): Likewise.
6286         * modules/poll (Makefile.am): Likewise.
6287         * modules/posixtm (Makefile.am): Likewise.
6288         * modules/posixver (Makefile.am): Likewise.
6289         * modules/putenv (Makefile.am): Likewise.
6290         * modules/quote (Makefile.am): Likewise.
6291         * modules/quotearg (Makefile.am): Likewise.
6292         * modules/raise (Makefile.am): Likewise.
6293         * modules/read-file (Makefile.am): Likewise.
6294         * modules/readline (Makefile.am): Likewise.
6295         * modules/readlink (Makefile.am): Likewise.
6296         * modules/readtokens (Makefile.am): Likewise.
6297         * modules/readutmp (Makefile.am): Likewise.
6298         * modules/realloc (Makefile.am): Likewise.
6299         * modules/regex (Makefile.am): Likewise.
6300         * modules/rename-dest-slash (Makefile.am): Likewise.
6301         * modules/rename (Makefile.am): Likewise.
6302         * modules/rijndael (Makefile.am): Likewise.
6303         * modules/rmdir (Makefile.am): Likewise.
6304         * modules/rpmatch (Makefile.am): Likewise.
6305         * modules/safe-read (Makefile.am): Likewise.
6306         * modules/safe-write (Makefile.am): Likewise.
6307         * modules/same-inode (Makefile.am): Likewise.
6308         * modules/same (Makefile.am): Likewise.
6309         * modules/save-cwd (Makefile.am): Likewise.
6310         * modules/savedir (Makefile.am): Likewise.
6311         * modules/setenv (Makefile.am): Likewise.
6312         * modules/settime (Makefile.am): Likewise.
6313         * modules/sha1 (Makefile.am): Likewise.
6314         * modules/sig2str (Makefile.am): Likewise.
6315         * modules/snprintf (Makefile.am): Likewise.
6316         * modules/stat-macros (Makefile.am): Likewise.
6317         * modules/stat-time (Makefile.am): Likewise.
6318         * modules/stdbool (Makefile.am): Likewise.
6319         * modules/stdint (Makefile.am): Likewise.
6320         * modules/stdlib-safer (Makefile.am): Likewise.
6321         * modules/stpcpy (Makefile.am): Likewise.
6322         * modules/stpncpy (Makefile.am): Likewise.
6323         * modules/strcase (Makefile.am): Likewise.
6324         * modules/strcasestr (Makefile.am): Likewise.
6325         * modules/strchrnul (Makefile.am): Likewise.
6326         * modules/strcspn (Makefile.am): Likewise.
6327         * modules/strdup (Makefile.am): Likewise.
6328         * modules/strerror (Makefile.am): Likewise.
6329         * modules/strftime (Makefile.am): Likewise.
6330         * modules/strndup (Makefile.am): Likewise.
6331         * modules/strnlen (Makefile.am): Likewise.
6332         * modules/strpbrk (Makefile.am): Likewise.
6333         * modules/strsep (Makefile.am): Likewise.
6334         * modules/strstr (Makefile.am): Likewise.
6335         * modules/strtod (Makefile.am): Likewise.
6336         * modules/strtoimax (Makefile.am): Likewise.
6337         * modules/strtok_r (Makefile.am): Likewise.
6338         * modules/strtol (Makefile.am): Likewise.
6339         * modules/strtoll (Makefile.am): Likewise.
6340         * modules/strtoul (Makefile.am): Likewise.
6341         * modules/strtoull (Makefile.am): Likewise.
6342         * modules/strtoumax (Makefile.am): Likewise.
6343         * modules/strverscmp (Makefile.am): Likewise.
6344         * modules/sys_socket (Makefile.am): Likewise.
6345         * modules/sys_stat (Makefile.am): Likewise.
6346         * modules/sysexits (Makefile.am): Likewise.
6347         * modules/time_r (Makefile.am): Likewise.
6348         * modules/timegm (Makefile.am): Likewise.
6349         * modules/timespec (Makefile.am): Likewise.
6350         * modules/tmpfile-safer (Makefile.am): Likewise.
6351         * modules/trim (Makefile.am): Likewise.
6352         * modules/unistd-safer (Makefile.am): Likewise.
6353         * modules/unlinkdir (Makefile.am): Likewise.
6354         * modules/unlocked-io (Makefile.am): Likewise.
6355         * modules/userspec (Makefile.am): Likewise.
6356         * modules/utime (Makefile.am): Likewise.
6357         * modules/utimecmp (Makefile.am): Likewise.
6358         * modules/utimens (Makefile.am): Likewise.
6359         * modules/vasnprintf (Makefile.am): Likewise.
6360         * modules/vasprintf (Makefile.am): Likewise.
6361         * modules/vsnprintf (Makefile.am): Likewise.
6362         * modules/xalloc (Makefile.am): Likewise.
6363         * modules/xgetcwd (Makefile.am): Likewise.
6364         * modules/xnanosleep (Makefile.am): Likewise.
6365         * modules/xreadlink (Makefile.am): Likewise.
6366         * modules/xstrtod (Makefile.am): Likewise.
6367         * modules/xstrtol (Makefile.am): Likewise.
6368         * modules/xstrtold (Makefile.am): Likewise.
6369         * modules/yesno (Makefile.am): Likewise.
6370         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
6371
6372 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6373
6374         * modules/error (Makefile.am): Distribute files through
6375         EXTRA_DIST, not lib_SOURCES.
6376
6377 2006-10-12  Eric Blake  <ebb9@byu.net>
6378
6379         * modules/error (Makefile.am): Distribute files in /lib.
6380         * modules/obstack (Makefile.am): Likewise.
6381
6382 2006-10-12  Bruno Haible  <bruno@clisp.org>
6383
6384         * modules/acl (Makefile.am): Distribute all files in lib/ through
6385         EXTRA_DIST.
6386         * modules/arcfour (Makefile.am): Likewise.
6387         * modules/arctwo (Makefile.am): Likewise.
6388         * modules/argmatch (Makefile.am): Likewise.
6389         * modules/argz (Makefile.am): Likewise.
6390         * modules/atexit (Makefile.am): Likewise.
6391         * modules/backupfile (Makefile.am): Likewise.
6392         * modules/c-strtod (Makefile.am): Likewise.
6393         * modules/c-strtold (Makefile.am): Likewise.
6394         * modules/calloc (Makefile.am): Likewise.
6395         * modules/canon-host (Makefile.am): Likewise.
6396         * modules/canonicalize (Makefile.am): Likewise.
6397         * modules/chdir-long (Makefile.am): Likewise.
6398         * modules/chdir-safer (Makefile.am): Likewise.
6399         * modules/check-version (Makefile.am): Likewise.
6400         * modules/chown (Makefile.am): Likewise.
6401         * modules/cloexec (Makefile.am): Likewise.
6402         * modules/close-stream (Makefile.am): Likewise.
6403         * modules/closeout (Makefile.am): Likewise.
6404         * modules/crc (Makefile.am): Likewise.
6405         * modules/cycle-check (Makefile.am): Likewise.
6406         * modules/des (Makefile.am): Likewise.
6407         * modules/dirfd (Makefile.am): Likewise.
6408         * modules/dirname (Makefile.am): Likewise.
6409         * modules/dup2 (Makefile.am): Likewise.
6410         * modules/euidaccess (Makefile.am): Likewise.
6411         * modules/exclude (Makefile.am): Likewise.
6412         * modules/exitfail (Makefile.am): Likewise.
6413         * modules/fcntl-safer (Makefile.am): Likewise.
6414         * modules/file-type (Makefile.am): Likewise.
6415         * modules/fileblocks (Makefile.am): Likewise.
6416         * modules/filemode (Makefile.am): Likewise.
6417         * modules/filenamecat (Makefile.am): Likewise.
6418         * modules/fnmatch (Makefile.am): Likewise.
6419         * modules/fopen-safer (Makefile.am): Likewise.
6420         * modules/fpending (Makefile.am): Likewise.
6421         * modules/fprintftime (Makefile.am): Likewise.
6422         * modules/free (Makefile.am): Likewise.
6423         * modules/fsusage (Makefile.am): Likewise.
6424         * modules/ftruncate (Makefile.am): Likewise.
6425         * modules/fts (Makefile.am): Likewise.
6426         * modules/gc (Makefile.am): Likewise.
6427         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6428         * modules/getaddrinfo (Makefile.am): Likewise.
6429         * modules/getcwd (Makefile.am): Likewise.
6430         * modules/getdelim (Makefile.am): Likewise.
6431         * modules/getdomainname (Makefile.am): Likewise.
6432         * modules/getgroups (Makefile.am): Likewise.
6433         * modules/gethostname (Makefile.am): Likewise.
6434         * modules/gethrxtime (Makefile.am): Likewise.
6435         * modules/getline (Makefile.am): Likewise.
6436         * modules/getloadavg (Makefile.am): Likewise.
6437         * modules/getlogin_r (Makefile.am): Likewise.
6438         * modules/getopt (Makefile.am): Likewise.
6439         * modules/getpass (Makefile.am): Likewise.
6440         * modules/getpass-gnu (Makefile.am): Likewise.
6441         * modules/getsubopt (Makefile.am): Likewise.
6442         * modules/gettime (Makefile.am): Likewise.
6443         * modules/gettimeofday (Makefile.am): Likewise.
6444         * modules/getugroups (Makefile.am): Likewise.
6445         * modules/getusershell (Makefile.am): Likewise.
6446         * modules/glob (Makefile.am): Likewise.
6447         * modules/group-member (Makefile.am): Likewise.
6448         * modules/hard-locale (Makefile.am): Likewise.
6449         * modules/hash (Makefile.am): Likewise.
6450         * modules/hmac-md5 (Makefile.am): Likewise.
6451         * modules/hmac-sha1 (Makefile.am): Likewise.
6452         * modules/human (Makefile.am): Likewise.
6453         * modules/idcache (Makefile.am): Likewise.
6454         * modules/imaxabs (Makefile.am): Likewise.
6455         * modules/imaxdiv (Makefile.am): Likewise.
6456         * modules/inet_ntop (Makefile.am): Likewise.
6457         * modules/inet_pton (Makefile.am): Likewise.
6458         * modules/inttostr (Makefile.am): Likewise.
6459         * modules/isapipe (Makefile.am): Likewise.
6460         * modules/lchown (Makefile.am): Likewise.
6461         * modules/long-options (Makefile.am): Likewise.
6462         * modules/lstat (Makefile.am): Likewise.
6463         * modules/malloc (Makefile.am): Likewise.
6464         * modules/mathl (Makefile.am): Likewise.
6465         * modules/mbchar (Makefile.am): Likewise.
6466         * modules/md2 (Makefile.am): Likewise.
6467         * modules/md4 (Makefile.am): Likewise.
6468         * modules/md5 (Makefile.am): Likewise.
6469         * modules/memcasecmp (Makefile.am): Likewise.
6470         * modules/memchr (Makefile.am): Likewise.
6471         * modules/memcmp (Makefile.am): Likewise.
6472         * modules/memcoll (Makefile.am): Likewise.
6473         * modules/memcpy (Makefile.am): Likewise.
6474         * modules/memmem (Makefile.am): Likewise.
6475         * modules/memmove (Makefile.am): Likewise.
6476         * modules/mempcpy (Makefile.am): Likewise.
6477         * modules/memrchr (Makefile.am): Likewise.
6478         * modules/memset (Makefile.am): Likewise.
6479         * modules/memxor (Makefile.am): Likewise.
6480         * modules/mkancesdirs (Makefile.am): Likewise.
6481         * modules/mkdir (Makefile.am): Likewise.
6482         * modules/mkdir-p (Makefile.am): Likewise.
6483         * modules/mkdtemp (Makefile.am): Likewise.
6484         * modules/mkstemp (Makefile.am): Likewise.
6485         * modules/mktime (Makefile.am): Likewise.
6486         * modules/modechange (Makefile.am): Likewise.
6487         * modules/mountlist (Makefile.am): Likewise.
6488         * modules/nanosleep (Makefile.am): Likewise.
6489         * modules/openat (Makefile.am): Likewise.
6490         * modules/pagealign_alloc (Makefile.am): Likewise.
6491         * modules/physmem (Makefile.am): Likewise.
6492         * modules/poll (Makefile.am): Likewise.
6493         * modules/posixtm (Makefile.am): Likewise.
6494         * modules/posixver (Makefile.am): Likewise.
6495         * modules/putenv (Makefile.am): Likewise.
6496         * modules/quote (Makefile.am): Likewise.
6497         * modules/quotearg (Makefile.am): Likewise.
6498         * modules/raise (Makefile.am): Likewise.
6499         * modules/read-file (Makefile.am): Likewise.
6500         * modules/readline (Makefile.am): Likewise.
6501         * modules/readlink (Makefile.am): Likewise.
6502         * modules/readtokens (Makefile.am): Likewise.
6503         * modules/readutmp (Makefile.am): Likewise.
6504         * modules/realloc (Makefile.am): Likewise.
6505         * modules/regex (Makefile.am): Likewise.
6506         * modules/rename (Makefile.am): Likewise.
6507         * modules/rename-dest-slash (Makefile.am): Likewise.
6508         * modules/rijndael (Makefile.am): Likewise.
6509         * modules/rmdir (Makefile.am): Likewise.
6510         * modules/rpmatch (Makefile.am): Likewise.
6511         * modules/safe-read (Makefile.am): Likewise.
6512         * modules/safe-write (Makefile.am): Likewise.
6513         * modules/same (Makefile.am): Likewise.
6514         * modules/save-cwd (Makefile.am): Likewise.
6515         * modules/savedir (Makefile.am): Likewise.
6516         * modules/setenv (Makefile.am): Likewise.
6517         * modules/settime (Makefile.am): Likewise.
6518         * modules/sha1 (Makefile.am): Likewise.
6519         * modules/sig2str (Makefile.am): Likewise.
6520         * modules/snprintf (Makefile.am): Likewise.
6521         * modules/stdlib-safer (Makefile.am): Likewise.
6522         * modules/stpcpy (Makefile.am): Likewise.
6523         * modules/stpncpy (Makefile.am): Likewise.
6524         * modules/strcase (Makefile.am): Likewise.
6525         * modules/strcasestr (Makefile.am): Likewise.
6526         * modules/strchrnul (Makefile.am): Likewise.
6527         * modules/strcspn (Makefile.am): Likewise.
6528         * modules/strdup (Makefile.am): Likewise.
6529         * modules/strerror (Makefile.am): Likewise.
6530         * modules/strftime (Makefile.am): Likewise.
6531         * modules/strndup (Makefile.am): Likewise.
6532         * modules/strnlen (Makefile.am): Likewise.
6533         * modules/strpbrk (Makefile.am): Likewise.
6534         * modules/strsep (Makefile.am): Likewise.
6535         * modules/strstr (Makefile.am): Likewise.
6536         * modules/strtod (Makefile.am): Likewise.
6537         * modules/strtoimax (Makefile.am): Likewise.
6538         * modules/strtok_r (Makefile.am): Likewise.
6539         * modules/strtol (Makefile.am): Likewise.
6540         * modules/strtoll (Makefile.am): Likewise.
6541         * modules/strtoul (Makefile.am): Likewise.
6542         * modules/strtoull (Makefile.am): Likewise.
6543         * modules/strtoumax (Makefile.am): Likewise.
6544         * modules/strverscmp (Makefile.am): Likewise.
6545         * modules/time_r (Makefile.am): Likewise.
6546         * modules/timegm (Makefile.am): Likewise.
6547         * modules/tmpfile-safer (Makefile.am): Likewise.
6548         * modules/unistd-safer (Makefile.am): Likewise.
6549         * modules/unlinkdir (Makefile.am): Likewise.
6550         * modules/userspec (Makefile.am): Likewise.
6551         * modules/utime (Makefile.am): Likewise.
6552         * modules/utimecmp (Makefile.am): Likewise.
6553         * modules/utimens (Makefile.am): Likewise.
6554         * modules/vasnprintf (Makefile.am): Likewise.
6555         * modules/vasprintf (Makefile.am): Likewise.
6556         * modules/vsnprintf (Makefile.am): Likewise.
6557         * modules/xalloc (Makefile.am): Likewise.
6558         * modules/xgetcwd (Makefile.am): Likewise.
6559         * modules/xnanosleep (Makefile.am): Likewise.
6560         * modules/xreadlink (Makefile.am): Likewise.
6561         * modules/xstrtod (Makefile.am): Likewise.
6562         * modules/xstrtol (Makefile.am): Likewise.
6563         * modules/xstrtold (Makefile.am): Likewise.
6564         * modules/yesno (Makefile.am): Likewise.
6565
6566 2006-10-12  Jim Meyering  <jim@meyering.net>
6567
6568         * m4/getloadavg.m4: Revert the change below.
6569
6570         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
6571         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
6572         fail with a symlink, which is what coreutils' ./bootstrap now
6573         creates by default.
6574
6575 2006-10-12  Bruno Haible  <bruno@clisp.org>
6576
6577         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
6578         mingw.
6579         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
6580         MSVC and mingw explicitly.
6581
6582 2006-10-11  Simon Josefsson  <jas@extundo.com>
6583             Bruno Haible  <bruno@clisp.org>
6584
6585         Add support for multiple gnulib-tool invocations in the scope of a
6586         single configure.ac file.
6587         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
6588         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
6589         with the same contents as the _LIBADD variable.
6590         (func_emit_initmacro_start, func_emit_initmacro_end,
6591         func_emit_initmacro_done): New functions.
6592         (func_import, func_create_testdir): Invoke them. Allow the identifiers
6593         gl_LIBOBJS and gl_LTLIBOBJS.
6594
6595 2006-10-11  Bruno Haible  <bruno@clisp.org>
6596
6597         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
6598         (func_create_testdir): Don't create po/Makefile.am, don't invoke
6599         autoreconf. Instead, invoke autopoint explicitly but move back the
6600         *.m4 files from gnulib.
6601
6602 2006-10-11  Bruno Haible  <bruno@clisp.org>
6603
6604         * gnulib-tool (func_usage): Make module names after --create-testdir
6605         optional.
6606         (func_create_testdir): If no module was specified, use nearly all
6607         modules.
6608
6609 2006-10-12  Jim Meyering  <jim@meyering.net>
6610
6611         Big performance improvement for fts-based tools that use FTS_NOSTAT.
6612         Avoid spurious inode-mismatch problems on non-POSIX file systems.
6613         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
6614         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
6615         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
6616         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
6617         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
6618         (fts_set_stat_required): New function.
6619         (fts_open): Defer the calls to fts_stat, if possible or requested.
6620         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
6621         into fts_stat itself.
6622         (fts_read): Perform any required (deferred) fts_stat call.
6623         (fts_build): Likewise, for the directory we're about to open and read.
6624         In the readdir loop, carefully decide whether each entry will require
6625         an eventual call to fts_stat, using dirent.d_type info if available.
6626         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
6627         a command line argument into this function.  Update all callers.
6628         Map a return value of FTS_DOT to FTS_D for a command line argument.
6629         * modules/fts (Depends-on): Add d-type.  Alphabetize.
6630         Thanks to Miklos Szeredi for his tenacity and for the initial
6631         bug report about "find" failing on a FUSE-based file system.
6632
6633         * lib/fts.c (fts_open): Use consistent indentation.
6634
6635 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6636
6637         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
6638         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
6639         reported by Jim Meyering.  All uses of cache variables renamed
6640         to match Autoconf's.
6641         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
6642         the other one.
6643
6644         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
6645         Fix misspelling in diagnostic.
6646
6647 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6648
6649         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
6650         defined.  Problem reported by Matthew Woehlke.
6651
6652         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
6653         Add support for Tandem NonStop R series.
6654         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
6655         Use new macro.
6656
6657         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
6658         (has_trailing_slash): Omit size arg; all callers changed.
6659         Omit 'inline', since it doesn't help performance and we'd
6660         need to configure it.
6661         Don't count //, ///, etc. as having a trailing slash.
6662         As a side effect, this removes a C99ism reported by Matthew Woehlke.
6663         (rpl_rename_dest_slash): On failure, use rename's errno rather
6664         than (in some cases) an incorrect or junk errno.
6665         Simplify code by removing need to compute length; this does
6666         cause it to make two passes instead of one over the file name,
6667         but it's worth it.
6668
6669         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
6670         change, since Autoconf's version may no longer be appropriate now
6671         that we are using CVS Autoconf's version.  Add support for Tandem.
6672
6673 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6674             Bruno Haible  <bruno@clisp.org>
6675
6676         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
6677         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
6678         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
6679         gl_AC_TYPE_LONG_LONG.
6680
6681         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
6682         instead of HAVE_LONG_LONG.
6683         * lib/printf-args.c (printf_fetchargs): Likewise.
6684         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
6685         * lib/vasnprintf.c (VASNPRINTF): Likewise.
6686         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
6687         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
6688         gl_AC_TYPE_LONG_LONG.
6689
6690 2006-10-11  Bruno Haible  <bruno@clisp.org>
6691
6692         * m4/longlong.m4: Add comments.
6693         * m4/ulonglong.m4: Likewise.
6694
6695 2006-10-10  Bruno Haible  <bruno@clisp.org>
6696
6697         Make it possible to #define stpcpy, strdup to aliases.
6698         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
6699         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
6700
6701 2006-10-10  Bruno Haible  <bruno@clisp.org>
6702
6703         Make it possible to #define gcd to an alias.
6704         * lib/gcd.c: Include config.h.
6705
6706 2006-10-10  Bruno Haible  <bruno@clisp.org>
6707
6708         Make it possible to #define c_isascii to an alias.
6709         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
6710         defined. Undefine the macros before defining them, to avoid gcc
6711         warnings.
6712         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
6713         define NO_C_CTYPE_MACROS early.
6714
6715 2006-10-10  Bruno Haible  <bruno@clisp.org>
6716
6717         Make it possible to #define set_program_name to an alias.
6718         * lib/progname.c: Don't undefine set_program_name; instead, undefine
6719         ENABLE_RELOCATABLE early.
6720
6721 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
6722
6723         Port to Tandem NSK OSS, which has 64-bit signed int but at most
6724         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
6725         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
6726         More generally, don't assume that 64-bit signed int is available
6727         if unsigned int is, and vice versa.
6728         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
6729         unsigned symbols, not on their signed counterparts.
6730         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
6731         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
6732         (UINT64_C, UINTMAX_C):
6733         Likewise.
6734         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
6735         unsigned counterparts.
6736         (Have_long_long, Unsigned): New macros.
6737         (Int): Renamed from INT.
6738         (strtoimax): Use the new macros.
6739         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
6740         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
6741         * modules/inttypes (inttypes.h): Substitute
6742         HAVE_UNSIGNED_LONG_LONG_INT.
6743         * modules/stdint (stdint.h): Likewise.
6744         (Files): Add m4/ulonglong.m4.
6745
6746 2006-10-10  Bruno Haible  <bruno@clisp.org>
6747
6748         Fix a gcc -Wshadow warning.
6749         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
6750         to 'bucket'.
6751         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
6752         gl_linked_indexof_from_to): Likewise.
6753         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
6754         Likewise.
6755         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
6756         Likewise.
6757         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
6758         Reported by Eric Blake.
6759
6760 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
6761
6762         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
6763         for NetBSD.  Problem reported by Bruno Haible.
6764
6765 2006-10-09  Jim Meyering  <jim@meyering.net>
6766
6767         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
6768         Patch from Bruno Haible.
6769
6770 2006-10-09  Jim Meyering  <jim@meyering.net>
6771
6772         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
6773         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
6774         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
6775
6776 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6777
6778         Don't include <config.h> twice; this doesn't work in some cases,
6779         e.g., when config.h has "#define intmax_t long long int" and
6780         we include <config.h>, <inttypes.h>, <config.h> in that order.
6781         Problem reported by Matthew Woehlke in:
6782         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
6783         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
6784         * lib/fts-cycle.c: Don't include config.h.
6785         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
6786         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
6787         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
6788         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
6789         inttypes.h.
6790         * lib/xstrtoumax.c: Likewise.
6791         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
6792         __strtol and the like, so that this module is more like its siblings.
6793         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
6794         Remove; no longer needed now that we assume gnulib inttypes.h.
6795
6796 2006-10-08  Bruno Haible  <bruno@clisp.org>
6797
6798         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
6799         option.
6800
6801 2006-10-07  Jim Meyering  <jim@meyering.net>
6802
6803         * modules/inttypes (inttypes.h): Revert what seems to have been
6804         an inadvertent part of today's change: use "|", not "/" in the
6805         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
6806
6807 2006-10-07  Bruno Haible  <bruno@clisp.org>
6808
6809         * modules/sublist: New file.
6810
6811 2006-10-07  Bruno Haible  <bruno@clisp.org>
6812
6813         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
6814         * modules/argz (argz.h): Likewise.
6815         * modules/arpa_inet (arpa/inet.h): Likewise.
6816         * modules/byteswap (byteswap.h): Likewise.
6817         * modules/configmake (configmake.h): Likewise.
6818         * modules/fcntl (fcntl.h): Likewise.
6819         * modules/fnmatch (fnmatch.h): Likewise.
6820         * modules/getopt (getopt.h): Likewise.
6821         * modules/glob (glob.h): Likewise.
6822         * modules/inttypes (inttypes.h): Likewise.
6823         * modules/netinet_in (netinet/in.h): Likewise.
6824         * modules/poll (poll.h): Likewise.
6825         * modules/stdbool (stdbool.h): Likewise.
6826         * modules/stdint (stdint.h): Likewise.
6827         * modules/sys_select (sys/select.h): Likewise.
6828         * modules/sys_socket (sys/socket.h): Likewise.
6829         * modules/sys_stat (sys/stat.h): Likewise.
6830         * modules/sysexits (sysexits.h): Likewise.
6831         * modules/unistd (unistd.h): Likewise.
6832         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6833         Add a "DO NOT EDIT" comment to the generated file.
6834         (func_import): Likewise for gnulib-comp.m4.
6835
6836 2006-10-07  Bruno Haible  <bruno@clisp.org>
6837
6838         * lib/gl_sublist.h: New file.
6839         * lib/gl_sublist.c: New file.
6840
6841 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
6842
6843         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
6844         name (relative to the original working directory) and the file
6845         name component (relative to the temporary working directory).  All
6846         callers changed.
6847         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
6848         * lib/mkdir-p.c (make_dir_parents): Likewise.
6849         * lib/mkdir-p.h (make_dir_parents): Likewise.
6850
6851 2006-10-06  Eric Blake  <ebb9@byu.net>
6852
6853         Define several macros for use by the clean-temp module.
6854         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
6855         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
6856         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
6857
6858         * lib/clean-temp.h (close_stream_temp): New declaration.
6859         * lib/clean-temp.c (includes): Pull in headers according to what
6860         other modules are in use.
6861         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
6862
6863 2006-10-06  Bruno Haible  <bruno@clisp.org>
6864
6865         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
6866         instead of fopen, fwriteerror.
6867
6868 2006-10-06  Bruno Haible  <bruno@clisp.org>
6869
6870         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
6871         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
6872         int.
6873         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
6874         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
6875         Return an error indicator.
6876         Suggested by Eric Blake.
6877
6878 2006-10-06  Bruno Haible  <bruno@clisp.org>
6879
6880         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
6881         Reported by Eric Blake.
6882
6883 2006-10-06  Bruno Haible  <bruno@clisp.org>
6884
6885         * modules/closeout (Description): Mention stderr too.
6886
6887 2006-10-06  Bruno Haible  <bruno@clisp.org>
6888         and Paul Eggert  <eggert@cs.ucla.edu>
6889
6890         * lib/closeout.c (close_stdout): Also close stderr.
6891         * lib/closeout.h: Update comment.
6892
6893 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
6894
6895         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
6896         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
6897         * lib/dirchownmod.c: Include lchown.h.
6898         * lib/lchown.c: Don't include files that lchown.h now includes.
6899         Don't declare chown, since lchown.h now does that.
6900         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
6901         (lchown): Define to rpl_chown if lchown is declared but
6902         does not exist.  Declare using a prototype if lchown is not
6903         declared.  Add a copyright notice.
6904         * lib/mkstemp.h: Include <unistd.h>.
6905         * lib/openat.c: Include lchown.h.
6906
6907         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
6908         we now test for that separately.
6909         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
6910         rather than O_NOFOLLOW, when testing whether it's possible to
6911         avoid a race condition reliably.
6912         * lib/savewd.c (savewd_chdir): Likewise.
6913
6914         Remove macros that are no longer needed now that stdint.h is
6915         reliable.
6916         * lib/fsusage.c (UINTMAX_MAX): Remove.
6917         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
6918         * lib/utimecmp.c (SIZE_MAX): Remove.
6919
6920         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
6921
6922         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
6923         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
6924         O_NOATIME works.
6925
6926 2006-10-05  Bruno Haible  <bruno@clisp.org>
6927
6928         * lib/gl_list.h (gl_sortedlist_search_from_to,
6929         gl_sortedlist_indexof_from_to): New declarations.
6930         (gl_list_implementation): New fields sortedlist_search_from_to,
6931         sortedlist_indexof_from_to.
6932         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
6933         inline functions.
6934         * lib/gl_list.c (gl_sortedlist_search_from_to,
6935         gl_sortedlist_indexof_from_to): New functions.
6936         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
6937         function.
6938         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
6939         (gl_array_sortedlist_search_from_to): New function.
6940         (gl_array_list_implementation): Update.
6941         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
6942         function.
6943         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
6944         (gl_carray_sortedlist_search_from_to): New function.
6945         (gl_carray_list_implementation): Update.
6946         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
6947         gl_linked_sortedlist_indexof_from_to): New functions.
6948         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6949         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6950         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
6951         gl_tree_sortedlist_indexof_from_to): New functions.
6952         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6953         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6954         Update.
6955         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6956         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
6957         Update.
6958
6959 2006-10-05  Bruno Haible  <bruno@clisp.org>
6960
6961         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
6962         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
6963         (struct gl_list_implementation): Add fields search_from_to,
6964         indexof_from_to. Remove fields search, indexof.
6965         (gl_list_search): Use the search_from_to method.
6966         (gl_list_search_from, gl_list_search_from_to): New functions.
6967         (gl_list_indexof): Use the indexof_from_to method.
6968         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6969         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
6970         (gl_list_search_from, gl_list_search_from_to): New functions.
6971         (gl_list_indexof): Use the indexof_from_to method.
6972         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
6973         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
6974         gl_array_indexof. Add start_index, end_index arguments.
6975         (gl_array_search_from_to): Renamed from gl_array_search. Add
6976         start_index, end_index arguments.
6977         (gl_array_remove, gl_array_list_implementation): Update.
6978         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
6979         gl_carray_indexof. Add start_index, end_index arguments.
6980         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
6981         start_index, end_index arguments.
6982         (gl_carray_remove, gl_carray_list_implementation): Update.
6983         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
6984         gl_linked_search. Add start_index, end_index arguments.
6985         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
6986         start_index, end_index arguments.
6987         (gl_linked_remove): Update.
6988         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6989         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6990         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
6991         field to 'size_t'.
6992         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
6993         gl_tree_search. Add start_index, end_index arguments.
6994         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
6995         start_index, end_index arguments.
6996         (gl_tree_remove): Update.
6997         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6998         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6999         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
7000         function.
7001         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
7002         gl_tree_search. Add start_index, end_index arguments.
7003         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7004         start_index, end_index arguments.
7005         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7006         Update.
7007         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
7008
7009 2006-10-05  Bruno Haible  <bruno@clisp.org>
7010
7011         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
7012
7013         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
7014         fwriteerror_temp): New declarations.
7015         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
7016         (descriptors): New variable.
7017         (cleanup): First, close the descriptors.
7018         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
7019         fclose_temp, fwriteerror_temp): New functions.
7020
7021 2006-10-04  Jim Meyering  <jim@meyering.net>
7022
7023         * lib/fts.c (fts_open): Tiny comment change.
7024
7025 2006-10-04  Bruno Haible  <bruno@clisp.org>
7026
7027         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
7028         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
7029         gl_LOCK_BODY.
7030         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
7031         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
7032         gl_LOCK_EARLY_BODY.
7033         (gl_LOCK): Require gl_LOCK_BODY.
7034
7035 2006-10-04  Bruno Haible  <bruno@clisp.org>
7036
7037         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
7038         (gl_oset_search_atleast): New declaration.
7039         (struct gl_oset_implementation): Add field 'search_atleast'.
7040         (gl_oset_search_atleast): New inline function.
7041         * lib/gl_oset.c (gl_oset_search_atleast): New function.
7042         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
7043         (gl_array_oset_implementation): Update.
7044         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
7045         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
7046         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
7047
7048 2006-10-04  Bruno Haible  <bruno@clisp.org>
7049
7050         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
7051
7052 2006-10-03  Bruno Haible  <bruno@clisp.org>
7053
7054         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
7055         from gl_avltreehash_list_implementation.
7056
7057 2006-10-03  Bruno Haible  <bruno@clisp.org>
7058
7059         * lib/gl_oset.c (gl_oset_add): Fix return type.
7060
7061 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
7062
7063         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
7064
7065 2006-10-02  Eric Blake  <ebb9@byu.net>
7066
7067         * modules/strnlen (Depends-on): Add extensions.
7068
7069 2006-10-02  Eric Blake  <ebb9@byu.net>
7070
7071         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
7072         definition in 2.60+.
7073
7074 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
7075
7076         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
7077         checks.
7078
7079 2006-10-02  Bruno Haible  <bruno@clisp.org>
7080
7081         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
7082         to the AUTOMAKE_OPTIONS.
7083         Reported by Jim Meyering.
7084
7085 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
7086
7087         Work around bug in Solaris 10 /proc file system:
7088         /proc/self/fd/NNN/.. isn't the parent directory of
7089         the directory whose file descriptor is NNN.  This needs to
7090         be worked around at run time, not compile time, since a
7091         program might be built on Solaris 8, where things work, and
7092         run on Solaris 10.
7093         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
7094         to use the following interface instead:
7095         (OPENAT_BUFFER_SIZE): New macro.
7096         (openat_proc_name): New function.
7097         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
7098         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
7099         Likewise.
7100         * lib/openat-proc.c: New file.
7101         * modules/openat (Files): Add lib/openat-proc.c.
7102         (Depends-on): Add same-inode, stdbool.
7103         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
7104
7105 2006-09-29  Bruno Haible  <bruno@clisp.org>
7106
7107         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
7108         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
7109         argument. Set stdout_closed before testing for ferror, not after.
7110         (fwriteerror, fwriteerror_no_ebadf): New functions.
7111
7112 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7113
7114         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
7115
7116 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
7117
7118         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
7119         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
7120
7121 2006-09-28  Jim Meyering  <jim@meyering.net>
7122
7123         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
7124         Include <unistd.h>.
7125
7126 2006-09-28  Bruno Haible  <bruno@clisp.org>
7127
7128         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
7129         * modules/linkedhash-list (Depends-on): Likewise.
7130         * modules/rbtreehash-list (Depends-on): Likewise.
7131
7132 2006-09-28  Bruno Haible  <bruno@clisp.org>
7133
7134         * lib/strndup.h: Simplify the redefinition of strndup.
7135         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
7136         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
7137
7138 2006-09-28  Bruno Haible  <bruno@clisp.org>
7139
7140         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
7141         * lib/gl_linkedhash_list.c: Likewise.
7142         * lib/gl_rbtreehash_list.c: Likewise.
7143
7144 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7145
7146         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
7147         getaddrinfo.
7148
7149         * lib/__fpending.h: Don't include <stdio_ext.h> unless
7150         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
7151         it causes <stdio_ext.h> to cause a compile-time error.
7152         Problem reported by Nelson H. F. Beebe.
7153         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
7154         of HAVE_DECL___PENDING.
7155
7156         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
7157         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
7158         declaration.
7159
7160 2006-09-27  Jim Meyering  <jim@meyering.net>
7161
7162         This file could end up with a definition for a function
7163         named __strndup, rather than rpl_strndup on a system with
7164         incomplete weak_alias support.
7165         * lib/strndup.c (strndup): Rename from __strndup.
7166         Remove #defines that used to map __strndup to strndup.
7167         Don't use K&R prototypes.
7168         Remove LIBC-related code, since this file is not sync'd with glibc.
7169         * lib/strndup.h: Revamp, accordingly.
7170         * m4/strndup.m4: Modernize.
7171
7172 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7173
7174         * modules/savewd (Depends-on): Add 'raise'.
7175         * lib/savewd.c: Include <signal.h>, for 'raise'.
7176
7177 2006-09-26  Jim Meyering  <jim@meyering.net>
7178
7179         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
7180         when we detect Darwin 8.7.0's acl_get_file bug.
7181         Rearrange to perform the new (below) run-test while $LIBS
7182         contains any acl-related library.  Set USE_ACL at the end.
7183         (gl_ACL_GET_FILE): New function.
7184
7185 2006-09-26  Eric Blake  <ebb9@byu.net>
7186
7187         * lib/verror.c: Include <config.h> unconditionally.
7188
7189 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
7190
7191         * modules/clock-time (Maintainer): Add self.
7192         * modules/getlogin_r (Depends-on): Add extensions.
7193
7194 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7195
7196         * modules/clock-time: New module.
7197         * modules/nanosleep (Depends-on): Add clock-time.
7198         * modules/gethrxtime (Depends-on): Likewise.
7199         * modules/gettime (Depends-on): Likewise.
7200         * modules/settime (Depends-on): Likewise.
7201
7202         * modules/fts-lgpl: Depend on openat.
7203         * modules/mkancesdirs: Depend on savewd.
7204         * modules/mkdir-p: Likewise.
7205
7206 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7207
7208         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
7209
7210         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
7211         `gl_have_arbitrary_file_name_length_limit' to
7212         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
7213         actually works between configure runs.
7214
7215 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7216             Bruno Haible  <bruno@clisp.org>
7217
7218         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
7219
7220 2006-09-25  Jim Meyering  <jim@meyering.net>
7221
7222         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
7223         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
7224
7225 2006-09-25  Eric Blake  <ebb9@byu.net>
7226
7227         * gnulib-tool (func_import, func_create_testdir): Fix typos in
7228         exec's in 2006-09-18 patch when shuffling fds.
7229
7230 2006-09-25  Bruno Haible  <bruno@clisp.org>
7231
7232         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
7233         Reported by Jim Meyering.
7234
7235 2006-09-24  Jim Meyering  <jim@meyering.net>
7236
7237         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
7238         compare a pointer against a literal "0".  That caused failures with
7239         at least HP-UX's hpcc.
7240
7241 2006-09-22  Simon Josefsson  <jas@extundo.com>
7242
7243         * modules/gc-sha1:
7244         * modules/gc-md4:
7245         * modules/gc-hmac-sha1:
7246         * modules/gc-hmac-md5:
7247         * modules/gc-des:
7248         * modules/gc-arcfour: Distribute more files.
7249
7250 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7251
7252         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
7253         (gl_linked_iterator_from_to): Initialize struct completely.
7254         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
7255         (gl_tree_iterator_from_to): Likewise
7256         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
7257         * lib/gl_array_list.c [lint] (gl_array_iterator)
7258         (gl_array_iterator_from_to): Likewise.
7259         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
7260         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
7261         (gl_carray_iterator_from_to): Likewise.
7262
7263         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
7264         * lib/md4.c (md4_process_block): Remove unused variable.
7265         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
7266         parentheses for clarity.
7267
7268 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7269
7270         * modules/bison-i18n (Depends-on): Add gettext.
7271
7272 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7273
7274         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
7275         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
7276         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
7277         also add missing comma that caused broken test.
7278         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
7279         stdlib.h, for `abort'.
7280         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
7281         variables.
7282         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
7283         include unistd.h if present, for `rmdir'.
7284         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
7285         variables.
7286         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
7287         in the process include standard headers for prototypes.
7288         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
7289         gets declared on GNU/Linux.
7290         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
7291         unistd.h, for `rmdir'.
7292         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
7293
7294         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
7295         always true.
7296         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
7297
7298         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
7299
7300 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7301
7302         * gnulib-tool (func_version): Create output all at once.  This
7303         may help avoid triggering unnecessary SIGPIPEs, and at any
7304         rate it doesn't hurt.
7305
7306 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7307             Bruno Haible  <bruno@clisp.org>
7308
7309         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
7310         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7311         * m4/signed.m4 (bh_C_SIGNED): Likewise.
7312
7313         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
7314         (gl_FUNC_VASPRINTF): Invoke it.
7315
7316 2006-09-22  Bruno Haible  <bruno@clisp.org>
7317
7318         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
7319         getloadavg.c as first argument.
7320
7321 2006-09-22  Bruno Haible  <bruno@clisp.org>
7322
7323         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
7324         at the beginning of the gl_INIT macro.
7325         * modules/getloadavg (configure.ac): Pass $gl_source_base to
7326         gl_GETLOADAVG.
7327
7328 2006-09-22  Bruno Haible  <bruno@clisp.org>
7329
7330         * gnulib-tool (func_create_megatestdir): Don't include the config-h
7331         module.
7332         Suggested by Ralf Wildenhues.
7333
7334 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
7335
7336         Import this patch from libc:
7337
7338         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
7339
7340         * lib/regex_internal.c (re_string_reconstruct): Handle
7341         offset < pstr->valid_raw_len && pstr->offsets_needed case.
7342         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
7343         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
7344         re_string_context_at.
7345
7346         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
7347         now requires it.
7348         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
7349         gl_REGEX now does it for us.
7350         (gl_REGEX): Add test taken from
7351         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
7352
7353         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
7354         Check that large offsets work.  Modernize Autoconf usages.
7355         Prefer "yes" to mean a good thing rather than a bad.
7356         Don't put "#define mkstemp" in config.h, as this might interfere
7357         with standard system headers that "#define mkstemp mkstemp64".
7358
7359         * modules/mkstemp (Depends-on): Add extensions, so that
7360         mkstemp is visible on some platforms.
7361         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
7362         (Include): Change to "mkstemp.h" from <stdlib.h>.
7363         (Files): Add mkstemp.h.
7364
7365         * lib/mkstemp.h: New file, since some standard headers
7366         #define mkstemp.
7367         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
7368         Include "mkstemp.h".
7369         Make the _LIBC code resemble glibc original more,
7370         e.g., use K&R style.
7371         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
7372         (mkstemp): Remove, since mkstemp.h does this for us.
7373         * lib/stdlib--.h: Include mkstemp.h.
7374
7375         Import this patch from libc:
7376
7377         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7378
7379         * lib/tempname.c (__gen_tempname): Change attempts_min
7380         into a macro.  Use preprocessor to decide how to initialize
7381         attempts [Coverity CID 67].
7382
7383 2006-09-20  Bruno Haible  <bruno@clisp.org>
7384
7385         * lib/mkdtemp.c: Import from libc.
7386         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7387                 * sysdeps/posix/tempname.c (__gen_tempname): Change
7388                 attempts_min into a macro.  Use preprocessor to decide how to
7389                 initialize attempts [Coverity CID 67].
7390         2001-11-27  Paul Eggert  <eggert@twinsun.com>
7391                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
7392                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
7393
7394 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7395
7396         * gnulib-tool (func_exit): New function, to allow to pass the
7397         exit status portably through the trap.  Use everywhere.
7398         (--help, --version): Signal a write error.
7399         (trap): catch SIGPIPE, for write errors.
7400         Exit at the end of the trap, with the correct exit status.
7401
7402 2006-09-19  Karl Berry  <karl@gnu.org>
7403
7404         * doc/gnulib.texi: note about the license texinfo files.
7405
7406 2006-09-19  Eric Blake  <ebb9@byu.net>
7407
7408         * gnulib-tool: Avoid space-tab.
7409
7410 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7411
7412         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
7413         that prevented coreutils 6.1 from building.  Problem reported
7414         by Petter Reinholdtsen.
7415
7416 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7417
7418         * gnulib-tool (avoidlist): Fix typo that broke options like
7419         --avoid=lock that are used by coreutils bootstrap.
7420
7421 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
7422
7423         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
7424         more systematically.
7425
7426 2006-09-18  Jim Meyering  <jim@meyering.net>
7427
7428         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
7429
7430 2006-09-18  Bruno Haible  <bruno@clisp.org>
7431
7432         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
7433
7434 2006-09-18  Bruno Haible  <bruno@clisp.org>
7435
7436         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
7437         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
7438         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
7439         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
7440         * m4/gettext.m4: Require autoconf >= 2.52.
7441         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
7442         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
7443         of gl_cv_header_inttypes_h.
7444
7445 2006-09-18  Bruno Haible  <bruno@clisp.org>
7446
7447         * lib/javaversion.c: Include configmake.h.
7448
7449 2006-09-18  Bruno Haible  <bruno@clisp.org>
7450
7451         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
7452         avoid that the while loops be executed in a subshell.
7453
7454 2006-09-18  Bruno Haible  <bruno@clisp.org>
7455
7456         * MODULES.html.sh (func_module): Break long lines.
7457         Suggested by Bruce Korb <bkorb@gnu.org>.
7458
7459 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7460
7461         Speed up by a factor of 1.12.
7462         * gnulib-tool (nl): New variable.
7463         (func_import): Rewrite include directive extraction to only read each
7464         directive once.
7465
7466 2006-09-17  Bruno Haible  <bruno@clisp.org>
7467
7468         * modules/javaversion (Makefile.am): Remove DEFS setting.
7469         (Depends-on): Add configmake, for PKGDATADIR definition.
7470
7471 2006-09-17  Bruno Haible  <bruno@clisp.org>
7472
7473         * gnulib-tool (func_create_testdir): Rewrite all files at once.
7474
7475 2006-09-17  Bruno Haible  <bruno@clisp.org>
7476
7477         * gnulib-tool (func_append): New function, stolen from libtool.m4.
7478         (func_modules_transitive_closure, func_modules_add_dummy,
7479         func_modules_to_filelist, func_import, func_create_testdir,
7480         func_create_megatestdir, ...): Use it wherever possible.
7481         Suggested by Ralf Wildenhues.
7482
7483 2006-09-16  Karl Berry  <karl@gnu.org>
7484
7485         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
7486         to avoid sectioning errors.
7487         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
7488         [ifinfo]: blank line after @center-ed titles.
7489         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
7490         Spell FSF address consistently with others.
7491         (These changes approved by rms.)
7492
7493 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7494
7495         Speed up by a factor of 1.61.
7496         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
7497         already checked module names again.
7498
7499 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7500
7501         Speed up by a factor of 1.13.
7502         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
7503         for new_files, and the input to func_add_or_update.
7504
7505 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7506
7507         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
7508         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
7509
7510 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7511
7512         * modules/mkancesdirs (Depends-on): Add fcntl.
7513         * modules/savewd: New file.
7514         * MODULES.html.sh (File system functions): Add savewd.
7515
7516         * modules/configmake (Makefile.am): Add support for the
7517         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
7518
7519 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7520
7521         * m4/savewd.m4: New file.
7522
7523 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7524
7525         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
7526         (dirchownmod): New arg FD.  All callers changed.
7527         Use FD rather than opening the directory ourself, as opening is
7528         now the caller's responsibility.
7529         * lib/dirchownmod.h: Likewise.
7530         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
7531         hosts that require <sys/types.h> before <sys/stat.h>.  Include
7532         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
7533         (test_dir): Remove.
7534         (mkancesdirs): Return length of prefix of FILE that has already
7535         been made, or -2 if there is a child doing the work.  Redo
7536         algorithm so that it is O(N) rather than O(N**2).  Optimize away
7537         ".", and treat ".." specially since it might stray back into
7538         already-created areas.  Use a subprocess if necessary.  New arg
7539         WD; all users changed.  MAKE_DIR function should now return 1
7540         if it creates a directory that is not readable.  Return -2 if
7541         a child process is spun off.
7542         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
7543         Adjust signature to match code.
7544         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
7545         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
7546         all users changed.
7547         * lib/savewd.c, lib/savewd.h: New files.
7548
7549 2006-09-15  Jim Meyering  <jim@meyering.net>
7550
7551         * modules/rename-dest-slash: New module.
7552         * MODULES.html.sh (posix_compat): Add it here.
7553
7554         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
7555
7556 2006-09-15  Jim Meyering  <jim@meyering.net>
7557
7558         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
7559         file.
7560
7561         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
7562
7563 2006-09-15  Jim Meyering  <jim@meyering.net>
7564
7565         * lib/rename-dest-slash.c (has_trailing_slash): Use
7566         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
7567         (rpl_rename_dest_slash): Perform the cheaper trailing slash
7568         test before testing whether SRC is a directory.
7569         Suggestions from Bruno Haible.
7570
7571         Avoid a warning about an unused variable.
7572         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
7573         into the #ifdef block where it's used.
7574
7575         * lib/rename-dest-slash.c: New file.
7576
7577 2006-09-14  Bruno Haible  <bruno@clisp.org>
7578
7579         * lib/allocsa.c: Include <config.h> unconditionally.
7580         * lib/asnprintf.c: Likewise.
7581         * lib/asprintf.c: Likewise.
7582         * lib/c-strcasecmp.c: Likewise.
7583         * lib/c-strcasestr.c: Likewise.
7584         * lib/c-strncasecmp.c: Likewise.
7585         * lib/c-strstr.c: Likewise.
7586         * lib/classpath.c: Likewise.
7587         * lib/clean-temp.c: Likewise.
7588         * lib/concatpath.c: Likewise.
7589         * lib/copy-file.c: Likewise.
7590         * lib/csharpcomp.c: Likewise.
7591         * lib/csharpexec.c: Likewise.
7592         * lib/execute.c: Likewise.
7593         * lib/fatal-signal.c: Likewise.
7594         * lib/findprog.c: Likewise.
7595         * lib/fwriteerror.c: Likewise.
7596         * lib/gl_array_list.c: Likewise.
7597         * lib/gl_array_oset.c: Likewise.
7598         * lib/gl_avltree_list.c: Likewise.
7599         * lib/gl_avltree_oset.c: Likewise.
7600         * lib/gl_avltreehash_list.c: Likewise.
7601         * lib/gl_carray_list.c: Likewise.
7602         * lib/gl_linked_list.c: Likewise.
7603         * lib/gl_linkedhash_list.c: Likewise.
7604         * lib/gl_list.c: Likewise.
7605         * lib/gl_oset.c: Likewise.
7606         * lib/gl_rbtree_list.c: Likewise.
7607         * lib/gl_rbtree_oset.c: Likewise.
7608         * lib/gl_rbtreehash_list.c: Likewise.
7609         * lib/imaxabs.c: Likewise.
7610         * lib/imaxdiv.c: Likewise.
7611         * lib/javacomp.c: Likewise.
7612         * lib/javaexec.c: Likewise.
7613         * lib/javaversion.c: Likewise.
7614         * lib/linebreak.c: Likewise.
7615         * lib/localcharset.c: Likewise.
7616         * lib/lock.c: Likewise.
7617         * lib/mbchar.c: Likewise.
7618         * lib/mbswidth.c: Likewise.
7619         * lib/mkdtemp.c: Likewise.
7620         * lib/pipe.c: Likewise.
7621         * lib/printf-args.c: Likewise.
7622         * lib/printf-parse.c: Likewise.
7623         * lib/progname.c: Likewise.
7624         * lib/progreloc.c: Likewise.
7625         * lib/readlink.c: Likewise.
7626         * lib/sh-quote.c: Likewise.
7627         * lib/stpcpy.c: Likewise.
7628         * lib/stpncpy.c: Likewise.
7629         * lib/strcasecmp.c: Likewise.
7630         * lib/strcasestr.c: Likewise.
7631         * lib/strcspn.c: Likewise.
7632         * lib/striconv.c: Likewise.
7633         * lib/strncasecmp.c: Likewise.
7634         * lib/strnlen1.c: Likewise.
7635         * lib/strstr.c: Likewise.
7636         * lib/strtok_r.c: Likewise.
7637         * lib/tls.c: Likewise.
7638         * lib/tmpdir.c: Likewise.
7639         * lib/unicodeio.c: Likewise.
7640         * lib/unsetenv.c: Likewise.
7641         * lib/vasnprintf.c: Likewise.
7642         * lib/vasprintf.c: Likewise.
7643         * lib/wait-process.c: Likewise.
7644         * lib/xallocsa.c: Likewise.
7645         * lib/xsetenv.c: Likewise.
7646         * lib/xstriconv.c: Likewise.
7647
7648 2006-09-13  Simon Josefsson  <jas@extundo.com>
7649
7650         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
7651         that internally, suggested by Ralf Wildenhues
7652         <Ralf.Wildenhues@gmx.de>.
7653
7654 2006-09-13  Simon Josefsson  <jas@extundo.com>
7655
7656         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
7657         @LIBOBJS@.
7658         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7659
7660 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7661
7662         * lib/_fpending.c: Include <config.h> unconditionally, since we no
7663         longer worry about uses that don't define HAVE_CONFIG_H.
7664         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
7665         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
7666         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
7667         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
7668         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
7669         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
7670         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
7671         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
7672         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
7673         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
7674         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
7675         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
7676         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
7677         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
7678         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
7679         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
7680         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
7681         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
7682         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
7683         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
7684         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
7685         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
7686         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
7687         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
7688         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
7689         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
7690         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
7691         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
7692         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
7693         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
7694         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
7695         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
7696         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
7697         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
7698         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
7699         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
7700         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
7701         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
7702         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
7703         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
7704         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
7705         Likewise.
7706
7707 2006-09-13  Eric Blake  <ebb9@byu.net>
7708
7709         * lib/getopt.c: Fix typo in last commit.
7710
7711 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7712
7713         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
7714         dgettext.
7715
7716 2006-09-12  Jim Meyering  <jim@meyering.net>
7717
7718         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
7719         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
7720         Reported by Nelson H. F. Beebe.
7721
7722 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7723
7724         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
7725         program_invocation_name and program_invocation_short_name are
7726         initialized.
7727         * lib/argp-namefrob.h: Move declarations of program_invocation_name
7728         and program_invocation_short_name to argp.h, so they are visible
7729         to user programs.
7730         * lib/argp.h: Likewise
7731
7732 2006-09-10  Bruno Haible  <bruno@clisp.org>
7733
7734         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7735         m4/inttypes_h.m4, m4/uintmax_t.m4.
7736
7737 2006-09-10  Bruno Haible  <bruno@clisp.org>
7738
7739         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
7740         gl_AC_TYPE_UINTMAX_T.
7741
7742 2006-09-10  Bruno Haible  <bruno@clisp.org>
7743
7744         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
7745
7746 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7747
7748         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
7749         convention.  Text proposed by Bruno Haible.
7750         (struct argp_option): Document the use of N_() wrappers.
7751
7752         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
7753         '\v', and translate the two parts separately, instead of feeding
7754         the whole string to gettext.  This allows to exclude
7755         '\v' from the strings visible to the translator by writing doc
7756         strings as N_("..") "\v" N_("..").
7757
7758 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
7759
7760         * config/srclist.txt: Undo latest change; the bug was fixed.
7761
7762 2006-09-09  Bruno Haible  <bruno@clisp.org>
7763
7764         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
7765         assignments if building a library without libtool.
7766         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
7767         in func_emit_lib_Makefile_am.
7768         (func_import): When building a static library libfoo.a, arrange to
7769         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
7770         (func_create_testdir): Likewise.
7771         * modules/gc (configure.ac, Makefile.am): If building statically,
7772         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
7773         * modules/iconvme (configure.ac, Makefile.am): Likewise.
7774         * modules/striconv (configure.ac, Makefile.am): Likewise.
7775         Based on a suggestion by Ralf Wildenhues.
7776
7777 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7778
7779         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7780         Check for unistd.h too, since Autoconf doesn't assume POSIX.
7781         Also:
7782
7783         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7784         Add year_2050_test to catch glibc bug 2821
7785         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7786
7787         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7788         Prefer #ifdef to #if.
7789
7790         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
7791         Return from 'main' instead of calling 'exit'.
7792
7793 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7794
7795         * lib/mktime.c (guess_time_tm): Fix bug where mktime
7796         returned the maximum time_t value rather than (time_t) -1.
7797         Problem originally reported by William Bardwell
7798         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7799
7800         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7801         Moved to here ...
7802         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7803         ... from here.
7804
7805 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7806
7807         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
7808         2821 is fixed.
7809
7810 2006-09-08  Jim Meyering  <jim@meyering.net>
7811
7812         Don't make generated files read-only.  That would bother too many
7813         people.  However, do retain the ability to work when targets are
7814         read-only: remove the destination and temporary files before writing
7815         them (when generated via sed or echo), or by using the -f option for
7816         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
7817         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7818         * modules/byteswap, modules/configmake, modules/fcntl:
7819         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7820         * modules/localcharset, modules/netinet_in, modules/poll:
7821         * modules/stdbool, modules/stdint, modules/sys_select:
7822         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7823
7824 2006-09-08  Jim Meyering  <jim@meyering.net>
7825
7826         Avoid new build failure on FreeBSD 6.0.
7827         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
7828         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
7829         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
7830
7831 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7832
7833         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
7834
7835 2006-09-07  Jim Meyering  <jim@meyering.net>
7836
7837         Fix global typo in last change: use chmod u-w, not chmod u-x.
7838         Spotted by Paul Eggert and Bruce Korb.
7839         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7840         * modules/byteswap, modules/configmake, modules/fcntl:
7841         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7842         * modules/localcharset, modules/netinet_in, modules/poll:
7843         * modules/stdbool, modules/stdint, modules/sys_select:
7844         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7845
7846 2006-09-06  Jim Meyering  <jim@meyering.net>
7847
7848         Make generated files be read-only.
7849         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
7850         Ensure that each generated file is now read-only.
7851         * modules/argz: Likewise.
7852         * modules/arpa_inet: Likewise.
7853         * modules/byteswap: Likewise.
7854         * modules/configmake: Likewise.
7855         * modules/fcntl: Likewise.
7856         * modules/fnmatch: Likewise.
7857         * modules/getopt: Likewise.
7858         * modules/glob: Likewise.
7859         * modules/inttypes: Likewise.
7860         * modules/netinet_in: Likewise.
7861         * modules/poll: Likewise.
7862         * modules/stdbool: Likewise.
7863         * modules/stdint: Likewise.
7864         * modules/sys_select: Likewise.
7865         * modules/sys_socket: Likewise.
7866         * modules/sys_stat: Likewise.
7867         * modules/sysexits: Likewise.
7868         * modules/localcharset: Same as above, but continue using temporary
7869         file named "t-$@" (why different?) rather than the "$@-t" used
7870         everywhere else.
7871
7872         * modules/sysexits (Makefile.am): Replace literal occurrences
7873         of "sysexit.h" more readable, and more consistent, "$@".
7874
7875 2006-09-06  Bruno Haible  <bruno@clisp.org>
7876
7877         * modules/striconv: New file.
7878         * modules/xstriconv: New file.
7879         * MODULES.html.sh (Internationalization functions): Add striconv,
7880         xstriconv.
7881
7882 2006-09-06  Bruno Haible  <bruno@clisp.org>
7883
7884         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
7885         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
7886         not using libtool correctly.
7887
7888 2006-09-06  Bruno Haible  <bruno@clisp.org>
7889
7890         * lib/striconv.h: New file.
7891         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
7892         iconvstring.c.
7893         * lib/xstriconv.h: New file.
7894         * lib/xstriconv.c: New file.
7895
7896 2006-09-06  Bruno Haible  <bruno@clisp.org>
7897
7898         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
7899         lib_..._LDFLAGS.
7900
7901 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7902
7903         * lib/argz_.h: Sync from Libtool.
7904
7905         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
7906                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7907
7908         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
7909
7910 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7911
7912         * modules/trim: New file.
7913
7914 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
7915
7916         * lib/trim.h: New file.
7917         * lib/trim.c: New file.
7918
7919 2006-09-05  Bruno Haible  <bruno@clisp.org>
7920
7921         * MODULES.html.sh (String handling): Add trim.
7922
7923 2006-09-04  Karl Berry  <karl@gnu.org>
7924
7925         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
7926         until next release.
7927
7928 2006-09-03  Bruno Haible  <bruno@clisp.org>
7929
7930         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
7931         correctly.
7932
7933 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7934
7935         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
7936         not gl_GETLOADAVG.  Omit unneeded semicolons.
7937         Problems reported by Ralf Wildenhues in
7938         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7939         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
7940         at the end, which is the usual gnulib style.
7941
7942         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
7943         of doing all the work ourselves.
7944         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
7945         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
7946
7947 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7948
7949         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
7950         Problem reported by Ralf Wildenhues in
7951         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
7952
7953         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
7954         HAVE_STRUCT_STATFS_F_FSTYPENAME.
7955
7956 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7957
7958         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
7959         yesterday's patch by changing test -n to test -z.
7960
7961 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7962
7963         * modules/getloadavg (Files): Add m4/getloadavg.m4.
7964         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
7965         the former is now obsolescent.
7966
7967         * modules/chdir-long (Depends-on): Add fcntl.
7968
7969 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7970
7971         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
7972         obsolescent, and programs should use gnulib instead.
7973         * m4/getloadavg.m4: New file, with contents taken from Autoconf
7974         but with prefixes changed.
7975
7976 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7977
7978         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
7979         or stdbool.h, because they might not exist while configuring.
7980
7981         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
7982         Don't include unistd.h or limits.h; not needed, since chdir-long.h
7983         does that for us.
7984         (O_DIRECTORY): Remove.
7985
7986 2006-08-31  Eric Blake  <ebb9@byu.net>
7987
7988         * gnulib-tool: Don't let emacs change spaces to TAB.
7989
7990 2006-08-31  Bruno Haible  <bruno@clisp.org>
7991
7992         * gnulib-tool: When calling func_import more than once, do it in a
7993         subshell.
7994         Reported by Eric Blake <ebb9@byu.net>.
7995
7996 2006-08-31  Bruno Haible  <bruno@clisp.org>
7997
7998         * gnulib-tool (nl): Remove variable.
7999         (sed_transform_lib_file): Use more robust test for config-h module.
8000         (func_import): Fix typo in 2006-08-25 patch.
8001
8002 2006-08-31  Bruno Haible  <bruno@clisp.org>
8003
8004         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
8005         specified, augment Makefile.am variables instead of assigning them.
8006
8007 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8008
8009         Work around a bug in both the Linux and SunOS 64-bit kernels:
8010         nanosleep mishandles sleeps for longer than 2**31 seconds.
8011         Problem reported by Frank v Waveren in
8012         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8013         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
8014         Check for nanosleep bug.
8015         (LIB_NANOSLEEP): Append clock_gettime library if needed.
8016
8017 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8018
8019         Work around a bug in both the Linux and SunOS 64-bit kernels:
8020         nanosleep mishandles sleeps for longer than 2**31 seconds.
8021         Problem reported by Frank v Waveren in
8022         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8023         * lib/nanosleep.c (BILLION): New constant.
8024         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
8025         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
8026         implementation.
8027
8028 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8029
8030         * modules/nanosleep (Depends-on): Add gettime.
8031
8032 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8033         and Simon Josefsson  <jas@extundo.com>
8034         and Oskar Liljeblad  <oskar@osk.mine.nu>
8035
8036         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
8037         * gnulib-tool (func_import): New license type 'unmodifiable license
8038         text'.
8039         * modules/fdl: Use it.  Longer description.
8040         * module/gpl, module/lgpl: New files.
8041
8042 2006-08-30  Jim Meyering  <jim@meyering.net>
8043
8044         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
8045         shadowing the parameter.
8046
8047 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8048
8049         Sync from Libtool:
8050
8051         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8052
8053         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
8054         sharing with gnulib.  Report by Eric Blake.
8055
8056 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8057
8058         * modules/isapipe: New file.
8059         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
8060
8061 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8062
8063         * modules/configmake (Makefile.am): Add a comment, and omit
8064         the CONFIGMAKE_ prefix from generated macro names.  Suggested
8065         by Bruno Haible.
8066
8067 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8068
8069         * m4/isapipe.m4: New file.
8070
8071 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8072
8073         * lib/isapipe.c, lib/isapipe.h: New files.
8074
8075 2006-08-29  Jim Meyering  <jim@meyering.net>
8076
8077         * modules/configmake (Makefile.am): Make configmake.h depend on
8078         Makefile.  Otherwise, a stale configmake.h could hang around.
8079
8080 2006-08-29  Eric Blake  <ebb9@byu.net>
8081
8082         * lib/error.c (error_at_line, print_errno_message): Match libc, after
8083         resolution of upstream bug 3044.
8084
8085 2006-08-29  Bruno Haible  <bruno@clisp.org>
8086
8087         * modules/localcharset (Depends-on): Add configmake.
8088         (Makefile.am): Remove setting of LIBDIR through DEFS.
8089
8090 2006-08-29  Bruno Haible  <bruno@clisp.org>
8091
8092         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
8093         defined.
8094
8095 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8096
8097         * modules/fcntl: New file.
8098         * modules/chdir-safer (Depends-on): Add fcntl.
8099         * modules/fts: Likewise.
8100         * modules/mkdir-p: Likewise.
8101
8102         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
8103         This undoes the most recent change, since we're now addressing the
8104         problem in a different way.
8105
8106         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
8107         into output, since the output might be called Makefile.am even
8108         if $makefile_name is something different.
8109         (func_import): Use $makefile_am rather than
8110         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
8111         empty.
8112
8113         * modules/inttypes (Files): Add m4/inttypes-h.m4.
8114
8115 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8116
8117         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
8118         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
8119         recent change to stdint.m4, since we're now addressing the problem in a
8120         different way.
8121
8122 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8123
8124         * m4/fcntl_h.m4: New file.
8125
8126 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8127
8128         * lib/fcntl_.h: New file.
8129         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
8130         the fcntl module.
8131         * lib/dirchownmod.c: Likewise.
8132         * lib/fts.c: Likewise.
8133
8134         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
8135         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
8136         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
8137         just before including <inttypes.h>, to avoid circular inclusion.
8138
8139 2006-08-28  Jim Meyering  <jim@meyering.net>
8140
8141         * doc/visibility.texi: Actually read and correct the grammar of the
8142         sentence affected by yesterday's change.
8143
8144 2006-08-28  Eric Blake  <ebb9@byu.net>
8145
8146         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
8147         needs wrapper.
8148
8149 2006-08-28  Eric Blake  <ebb9@byu.net>
8150
8151         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
8152
8153 2006-08-28  Eric Blake  <ebb9@byu.net>
8154
8155         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
8156
8157 2006-08-28  Bruno Haible  <bruno@clisp.org>
8158
8159         * modules/c-strstr: New file, from GNU gettext.
8160         * MODULES.html.sh (String handling): Add c-strstr.
8161
8162 2006-08-28  Bruno Haible  <bruno@clisp.org>
8163
8164         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
8165         macros.
8166         Reported by Eric Blake.
8167
8168 2006-08-28  Bruno Haible  <bruno@clisp.org>
8169
8170         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
8171         (VASNPRINTF): Return a string of length > INT_MAX without failing.
8172         * lib/vasprintf.c: Include errno.h, limits.h.
8173         (EOVERFLOW): New fallback definition.
8174         (vasprintf): Test here whether the string length is > INT_MAX.
8175         * lib/vsnprintf.c: Include errno.h, limits.h.
8176         (EOVERFLOW): New fallback definition.
8177         (vsnprintf): Fix bug when generated string was too long for the buffer.
8178         Test here whether the string length is > INT_MAX.
8179
8180 2006-08-28  Bruno Haible  <bruno@clisp.org>
8181
8182         * lib/inttypes_.h (SCNX*): Remove definitions.
8183         Reported by Eric Blake.
8184
8185 2006-08-28  Bruno Haible  <bruno@clisp.org>
8186
8187         * lib/c-strstr.h: New file, from GNU gettext.
8188         * lib/c-strstr.c: New file, from GNU gettext.
8189
8190 2006-08-28  Bruno Haible  <bruno@clisp.org>
8191
8192         * gnulib-tool: Reorder some statements.
8193
8194 2006-08-28  Bruno Haible  <bruno@clisp.org>
8195
8196         * gnulib-tool: New option --makefile-name.
8197         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
8198         $makefile_name.
8199         (func_import): Write $makefile_name to the cache file, and read it from
8200         there unless explicitly specified. Use $makefile_name as file name
8201         instead of Makefile.am. Adjust the recommendations accordingly.
8202
8203 2006-08-28  Bruno Haible  <bruno@clisp.org>
8204
8205         * gnulib-tool (func_verify_module): Check against misapplying patch.
8206
8207 2006-08-28  Bruno Haible  <bruno@clisp.org>
8208
8209         * gnulib-tool (func_relativize, func_relconcat): New functions.
8210         Give an error if --local-dir is given with --update.
8211         Remove trailing slashes from $local_gnulib_dir.
8212         (func_import): Store the relativized $local_gnulib_dir in
8213         gnulib-cache.m4, and read it from there if not specified explicitly.
8214
8215 2006-08-28  Bruno Haible  <bruno@clisp.org>
8216
8217         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
8218         is the current directory. Respect also $local_gnulib_dir.
8219
8220 2006-08-28  Bruno Haible  <bruno@clisp.org>
8221             Simon Josefsson  <jas@extundo.com>
8222
8223         BeOS portability.
8224         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
8225
8226 2006-08-27  Jim Meyering  <jim@meyering.net>
8227
8228         * doc/visibility.texi: Remove duplicate word: "pointer".
8229
8230 2006-08-26  Bruno Haible  <bruno@clisp.org>
8231
8232         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
8233         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
8234         (Makefile.am): Create inttypes.h from inttypes_.h.
8235         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
8236
8237         * modules/imaxabs: New file.
8238
8239         * modules/imaxdiv: New file.
8240
8241 2006-08-26  Bruno Haible  <bruno@clisp.org>
8242
8243         * m4/inttypes.m4: New file.
8244         * m4/_inttypes_h.m4: Remove file.
8245         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
8246         PRI_MACROS_BROKEN.
8247         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
8248
8249         * m4/imaxabs.m4: New file.
8250
8251         * m4/imaxdiv.m4: New file.
8252
8253 2006-08-26  Bruno Haible  <bruno@clisp.org>
8254
8255         * lib/inttypes_.h: New file.
8256         * lib/inttypes.h: Remove file.
8257         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
8258
8259         * lib/imaxabs.c: New file.
8260
8261         * lib/imaxdiv.c: New file.
8262
8263 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8264
8265         New config-h module, so that "make" output needn't be cluttered
8266         by -DHAVE_CONFIG_H.
8267         * MODULES.html.sh (Support for building libraries and executables):
8268         Add config-h.
8269         * modules/config-h: New file.
8270         * gnulib-tool (nl, sed_transform_lib_file): New vars.
8271         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
8272         the config-h module is used.
8273
8274         New configmake module, so that "make" output needn't be cluttered
8275         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
8276         * MODULES.html.sh (Support for building libraries and executables):
8277         Add configmake.
8278         * modules/configmake: New file.
8279
8280 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8281
8282         * m4/config-h.m4: New file.
8283
8284 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8285
8286         * config/srclist.txt: Add elisp-comp.
8287
8288 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8289
8290         * MODULES.html.sh (Support for building libraries and executables):
8291         Add elisp-comp.
8292         * build-aux/elisp-comp: New file.
8293         * modules/elisp-comp: New file.
8294
8295 2006-08-24  Bruno Haible  <bruno@clisp.org>
8296
8297         * gnulib-tool (func_create_testdir): Use non-default values of
8298         sourcebase and m4base.
8299
8300 2006-08-24  Bruno Haible  <bruno@clisp.org>
8301
8302         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
8303         HTML structure.
8304
8305 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
8306
8307         * modules/openat (Depends-on): Add lchown.
8308
8309 2006-08-23  Bruno Haible  <bruno@clisp.org>
8310
8311         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
8312         of gl_LOCK_EARLY instead of gl_LOCK.
8313
8314 2006-08-23  Bruno Haible  <bruno@clisp.org>
8315
8316         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
8317         on OSF/1 to no.
8318         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
8319
8320 2006-08-23  Bruno Haible  <bruno@clisp.org>
8321
8322         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
8323         as unusable.
8324
8325         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
8326         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
8327         (gl_LOCK): New macro.
8328
8329 2006-08-22  Simon Josefsson  <jas@extundo.com>
8330
8331         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
8332         to md5 module.
8333
8334 2006-08-22  Simon Josefsson  <jas@extundo.com>
8335
8336         * MODULES.html.sh: Add "Support for maintaining and release
8337         projects".
8338
8339         * build-aux/gnupload: New file, from coreutils.
8340
8341 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8342
8343         Avoid the need for AC_LIBSOURCES in m4 macros.
8344         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
8345         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
8346         * modules/check-version (EXTRA_DIST): Add check-version.h.
8347         * modules/crc (EXTRA_DIST): Add crc.h.
8348         * modules/des (EXTRA_DIST): Add des.h.
8349         * modules/gc (EXTRA_DIST): Add gc.h.
8350         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
8351         * modules/getline (EXTRA_DIST): Add getline.h.
8352         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
8353         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
8354         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
8355         * modules/md2 (EXTRA_DIST): Add md2.h.
8356         * modules/md4 (EXTRA_DIST): Add md4.h.
8357         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
8358         * modules/read-file (EXTRA_DIST): Add read-file.h.
8359         * modules/readline (EXTRA_DIST): Add readline.h.
8360         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
8361         rijndael-api-fst.h.
8362
8363 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8364
8365         * m4/rijndael.m4 (gl_ARCFOUR):
8366         * m4/arctwo.m4 (gl_ARCTWO):
8367         * m4/check-version.m4 (gl_CHECK_VERSION):
8368         * m4/crc.m4 (gl_CRC):
8369         * m4/des.m4 (gl_DES):
8370         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
8371         * m4/gc.m4 (gl_GC):
8372         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
8373         * m4/getline.m4 (gl_FUNC_GETLINE):
8374         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
8375         * m4/hmac-md5.m4 (gl_HMAC_MD5):
8376         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
8377         * m4/md2.m4 (gl_MD2):
8378         * m4/md4.m4 (gl_MD4):
8379         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
8380         * m4/read-file.m4 (gl_FUNC_READ_FILE):
8381         * m4/readline.m4 (gl_FUNC_READLINE):
8382         * m4/rijndael.m4 (gl_RIJNDAEL):
8383         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8384         to get the necessary .h files and whatnot.
8385
8386 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8387
8388         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
8389         gnulib rather than the other way around.
8390         * config/srclistvars.sh (COREUTILS): Remove.
8391
8392 2006-08-22  Jim Meyering  <jim@meyering.net>
8393
8394         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
8395
8396         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
8397
8398 2006-08-22  Eric Blake  <ebb9@byu.net>
8399
8400         * modules/regexprops-generic: New file.
8401         * MODULES.html.sh (Support for building documentation): List it.
8402
8403 2006-08-22  Eric Blake  <ebb9@byu.net>
8404
8405         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
8406         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
8407         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
8408         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
8409
8410 2006-08-22  Bruno Haible  <bruno@clisp.org>
8411
8412         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
8413         and lib_LTLIBRARIES like the other lib_* variables.
8414
8415 2006-08-22  Bruno Haible  <bruno@clisp.org>
8416
8417         * build-aux/x-to-1.in: New file, from GNU gettext.
8418
8419 2006-08-22  Bruno Haible  <bruno@clisp.org>
8420
8421         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
8422         <utmpx.h> exists.
8423
8424 2006-08-22  Bruno Haible  <bruno@clisp.org>
8425
8426         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
8427         <utmpx.h> exists.
8428
8429 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8430
8431         BeOS portability.
8432         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
8433         exist.
8434         Problem reported by Bruno Haible.
8435
8436 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8437
8438         Avoid the need for AC_LIBSOURCES in m4 macros.
8439         * modules/acl (EXTRA_DIST): Add acl.h.
8440         * modules/argmatch (Files): Add m4/argmatch.m4.
8441         (configure.ac): Add gl_ARGMATCH.
8442         (EXTRA_DIST): Renamed from lib_SOURCES, for
8443         consistency with the other modules.  Remove argmatch.c.
8444         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
8445         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
8446         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
8447         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
8448         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
8449         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
8450         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
8451         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
8452         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
8453         * modules/closeout (EXTRA_DIST): Add closeout.h.
8454         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
8455         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
8456         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
8457         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
8458         dirname.h; remove basename.c and stripslash.c.
8459         * modules/exclude (EXTRA_DIST): Add exclude.h.
8460         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
8461         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
8462         * modules/file-type (EXTRA_DIST): Add file-type.h.
8463         * modules/filemode (EXTRA_DIST): Add filemode.h.
8464         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
8465         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8466         * modules/fpending (EXTRA_DIST): Add __fpending.h.
8467         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
8468         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
8469         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
8470         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
8471         * modules/getdate (EXTRA_DIST): Add getdate.c.
8472         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
8473         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
8474         * modules/getpass (EXTRA_DIST): Add getpass.h.
8475         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
8476         * modules/group-member (EXTRA_DIST): Add group-member.h.
8477         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
8478         * modules/hash (EXTRA_DIST): Add hash.h.
8479         * modules/human (EXTRA_DIST): Add human.h.
8480         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
8481         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
8482         * modules/lchown (EXTRA_DIST): Add lchown.h.
8483         * modules/long-options (EXTRA_DIST): Add long-options.h.
8484         * modules/lstat (EXTRA_DIST): Add lstat.h.
8485         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
8486         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
8487         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
8488         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
8489         * modules/memxor (EXTRA_DIST): Add memxor.h.
8490         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
8491         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
8492         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
8493         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
8494         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
8495         * modules/physmem (EXTRA_DIST): Add physmem.h.
8496         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
8497         * modules/posixver (EXTRA_DIST): Add posixver.h.
8498         * modules/quote (EXTRA_DIST): Add quote.h.
8499         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
8500         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
8501         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
8502         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
8503         regex_internal.h regexec.c.
8504         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
8505         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
8506         * modules/same (EXTRA_DIST): Add same.h.
8507         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
8508         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
8509         * modules/savedir (EXTRA_DIST): Add savedir.h.
8510         * modules/sha1 (EXTRA_DIST): Add sha1.h.
8511         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
8512         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
8513         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
8514         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
8515         * modules/strdup (EXTRA_DIST): Add strdup.h.
8516         * modules/strftime (EXTRA_DIST): Add strftime.h.
8517         * modules/strndup (EXTRA_DIST): Add strndup.h.
8518         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
8519         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
8520         * modules/time_r (EXTRA_DIST): Add time_r.h.
8521         * modules/timespec (EXTRA_DIST): Add timespec.h.
8522         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8523         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
8524         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
8525         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
8526         * modules/userspec (EXTRA_DIST): Add userspec.h.
8527         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
8528         * modules/utimens (EXTRA_DIST): Add utimens.h.
8529         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
8530         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
8531         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
8532         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
8533         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
8534         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
8535         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
8536         * modules/yesno (EXTRA_DIST): Add yesno.h.
8537
8538 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8539
8540         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
8541
8542         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
8543         * m4/dev-ino.m4, same-inode.m4: Remove.
8544
8545         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
8546         * m4/acl.m4 (AC_FUNC_ACL):
8547         * m4/backupfile.m4 (gl_BACKUPFILE):
8548         * m4/c-strtod.m4 (gl_C99_STRTOLD):
8549         * m4/canon-host.m4 (gl_CANON_HOST):
8550         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8551         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
8552         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
8553         * m4/cloexec.m4 (gl_CLOEXEC):
8554         * m4/close-stream.m4 (gl_CLOSE_STREAM):
8555         * m4/closeout.m4 (gl_CLOSEOUT):
8556         * m4/dirfd.m4 (gl_FUNC_DIRFD):
8557         * m4/dirname.m4 (gl_DIRNAME):
8558         * m4/exclude.m4 (gl_EXCLUDE):
8559         * m4/exitfail.m4 (gl_EXITFAIL):
8560         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
8561         * m4/file-type.m4 (gl_FILE_TYPE):
8562         * m4/filemode.m4 (gl_FILEMODE):
8563         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
8564         * m4/fpending.m4 (gl_FUNC_FPENDING):
8565         * m4/fprintftime.m4 (gl_FPRINTFTIME):
8566         * m4/fts.m4 (gl_FUNC_FTS):
8567         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
8568         * m4/getdate.m4 (gl_GETDATE):
8569         * m4/gethrxtime.m4 (gl_GETHRXTIME):
8570         * m4/getpagesize.m4 (gl_GETPAGESIZE):
8571         * m4/getpass.m4 (gl_FUNC_GETPASS):
8572         * m4/gettime.m4 (gl_GETTIME):
8573         * m4/getugroups.m4 (gl_GETUGROUPS):
8574         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
8575         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
8576         * m4/hard-locale.m4 (gl_HARD_LOCALE):
8577         * m4/hash.m4 (gl_HASH):
8578         * m4/idcache.m4 (gl_IDCACHE):
8579         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
8580         * m4/lchown.m4 (gl_FUNC_LCHOWN):
8581         * m4/long-options.m4 (gl_LONG_OPTIONS):
8582         * m4/lstat.m4 (gl_FUNC_LSTAT):
8583         * m4/md5.m4 (gl_MD5):
8584         * m4/memcasecmp.m4 (gl_MEMCASECMP):
8585         * m4/memcoll.m4 (gl_MEMCOLL):
8586         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
8587         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
8588         * m4/memxor.m4 (gl_MEMXOR):
8589         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
8590         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
8591         * m4/modechange.m4 (gl_MODECHANGE):
8592         * m4/mountlist.m4 (gl_MOUNTLIST):
8593         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8594         * m4/openat.m4 (gl_FUNC_OPENAT):
8595         * m4/pathmax.m4 (gl_PATHMAX):
8596         * m4/physmem.m4 (gl_PHYSMEM):
8597         * m4/posixtm.m4 (gl_POSIXTM):
8598         * m4/posixver.m4 (gl_POSIXVER):
8599         * m4/quote.m4 (gl_QUOTE):
8600         * m4/quotearg.m4 (gl_QUOTEARG):
8601         * m4/readtokens.m4 (gl_READTOKENS):
8602         * m4/readutmp.m4 (gl_READUTMP):
8603         * m4/regex.m4 (gl_REGEX):
8604         * m4/safe-read.m4 (gl_SAFE_READ):
8605         * m4/safe-write.m4 (gl_SAFE_WRITE):
8606         * m4/same.m4 (gl_SAME):
8607         * m4/save-cwd.m4 (gl_SAVE_CWD):
8608         * m4/savedir.m4 (gl_SAVEDIR):
8609         * m4/settime.m4 (gl_SETTIME):
8610         * m4/sha1.m4 (gl_SHA1):
8611         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
8612         * m4/stat-macros.m4 (gl_STAT_MACROS):
8613         * m4/stat-time.m4 (gl_STAT_TIME):
8614         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
8615         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
8616         * m4/strdup.m4 (gl_FUNC_STRDUP):
8617         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
8618         * m4/strndup.m4 (gl_FUNC_STRNDUP):
8619         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
8620         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
8621         * m4/time_r.m4 (gl_TIME_R):
8622         * m4/timespec.m4 (gl_TIMESPEC):
8623         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
8624         * m4/unlinkdir.m4 (gl_UNLINKDIR):
8625         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
8626         * m4/userspec.m4 (gl_USERSPEC):
8627         * m4/utimecmp.m4 (gl_UTIMECMP):
8628         * m4/utimens.m4 (gl_UTIMENS):
8629         * m4/xalloc.m4 (gl_XALLOC):
8630         * m4/xgetcwd.m4 (gl_XGETCWD):
8631         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
8632         * m4/xreadlink.m4 (gl_XREADLINK):
8633         * m4/xstrtod.m4 (gl_XSTRTOD):
8634         * m4/yesno.m4 (gl_YESNO):
8635         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8636         to get the necessary .h files and whatnot.
8637
8638 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
8639             Bruno Haible  <bruno@clisp.org>
8640
8641         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
8642         /bin/sh understanding of '!' conditional negation.
8643
8644 2006-08-21  Jim Meyering  <jim@meyering.net>
8645
8646         * modules/openat (Depends-on): Really alphabetize.
8647
8648         * modules/acl (Depends-on): Add error and quote.
8649
8650         * check-module (find_included_lib_files): Add at-func.c to the
8651         ok-to-include-more-than-once white list.
8652
8653         * modules/openat (Depends-on): Add lstat.  Alphabetize.
8654
8655 2006-08-21  Bruno Haible  <bruno@clisp.org>
8656
8657         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8658         Emit a pkgdata_DATA variable only if some snippets add contents to it.
8659         Reported by Martin Lambers <marlam@marlam.de>.
8660
8661 2006-08-21  Bruno Haible  <bruno@clisp.org>
8662
8663         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
8664         specify an installation location, don't emit a noinst_LIBRARIES or
8665         noinst_LTLIBRARIES assignment.
8666
8667 2006-08-21  Bruno Haible  <bruno@clisp.org>
8668
8669         BeOS portability.
8670         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
8671         BeOS has mbrtowc() but no <wctype.h>.
8672
8673 2006-08-21  Bruno Haible  <bruno@clisp.org>
8674
8675         BeOS portability.
8676         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
8677         exist.
8678
8679 2006-08-21  Bruno Haible  <bruno@clisp.org>
8680
8681         BeOS portability.
8682         * lib/mbchar.h: Include <wctype.h> only if it exists.
8683
8684 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8685
8686         Remove files that are no longer needed by their respective modules.
8687         * m4/obstack.m4: Remove.
8688         * m4/strerror_r.m4: Remove.
8689         * m4/uint32_t.m4: Remove.
8690         * m4/uintptr_t.m4: Remove.
8691         * m4/ullong_max.m4: Remove.
8692         * m4/xstrtoimax.m4: Remove.
8693         * m4/xstrtoumax.m4: Remove.
8694
8695         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
8696         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
8697         dependencies now capture this.
8698
8699         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
8700         Do not use AC_LIBSOURCES, since gnulib modules now do this.
8701         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
8702         * m4/human.m4 (gl_HUMAN): Likewise.
8703         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
8704         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
8705
8706         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
8707
8708         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
8709         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
8710         stdint.
8711         * m4/human.m4 (gl_HUMAN): Likewise.
8712         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
8713         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
8714         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8715         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8716         * m4/xstrtol (gl_XSTRTOL): Likewise.
8717
8718         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
8719         AC_TYPE_LONG_LONG_INT.
8720         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8721         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
8722         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
8723         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8724
8725         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
8726         on stdbool.
8727
8728         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
8729         (gl_PREREQ_XSTRTOUL): Remove.
8730
8731         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
8732
8733         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
8734         mode.
8735
8736 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8737
8738         Add and change modules to make it easier for coreutils to use
8739         gnulib-tool.
8740         * modules/backupfile (Files): Remove m4/d-ino.m4.
8741         (Depends-on): Add d-ino.
8742         * modules/cycle-check (Depends-on): Add stdint.
8743         (lib_SOURCES): Add cycle-check.h.
8744         * modules/d-ino: New module.
8745         * modules/d-type: New module.
8746         * modules/error (Files): Remove m4/strerror_r.m4.
8747         * modules/filemode (Files): Add m4/st_dm_mode.m4.
8748         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8749         m4/inttypes_h.m4, m4/uintmax_t.m4.
8750         (Depends-on): Add stdint.
8751         (lib_SOURCES): Add fsusage.h.
8752         * modules/getcwd (Files): Remove d-ino.m4.
8753         (Depends-on): Add d-ino.
8754         * modules/getndelim2 (Depends-on): Add stdint.
8755         * modules/glob (Files): Remove m4/d-type.m4.
8756         (Depends-on): Add d-type.
8757         * modules/host-os: New module.
8758         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
8759         m4/inttypes_h.m4, m4/uintmax_t.m4.
8760         * Depends-on: Add stdint.
8761         (lib_SOURCES): Add human.h.
8762         * modules/inttostr (Files): Remove m4/intmax_t.m4,
8763         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
8764         m4/uintmax_t.m4, m4/ulonglong.m4.
8765         (Depends-on): Add stdint.
8766         (EXTRA_DIST): Add inttostr.h.
8767         * modules/lchmod: New module.
8768         * modules/link-follow: New module.
8769         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
8770         (Depends-on): Add lchmod.
8771         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
8772         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
8773         (Depends-on): Add stdint.
8774         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
8775         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
8776         (Depends-on): Add stdint.
8777         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
8778         * modules/perl: New module.
8779         * modules/regex (Depends-on): Add stdint.
8780         * modules/rmdir-errno: New module.
8781         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8782         m4/intmax_t.m4.
8783         (Depends-on): Add stdint.
8784         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8785         m4/uintmax_t.m4.
8786         (Depends-on): Add stdint.
8787         * modules/unlink-busy: New module.
8788         * modules/utimecmp (Depends-on): Add stdint.
8789         * modules/uptime: New module.
8790         * modules/winsz-ioctl: New module.
8791         * modules/winsz-termios: New module.
8792         * modules/xnanosleep (Depends-on): Add nanosleep.
8793         * modules/ullong_max: Remove.
8794         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
8795         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
8796         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
8797         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
8798         (Depends-on): Add inttypes.
8799         (lib_SOURCES): Add xstrtol.h.
8800         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
8801         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
8802         * MODULES.html.sh: Move 'assert' into the assert section.
8803         Move 'dummy' into the linking section.
8804         Remove ullong_max.
8805         Add section for compatibility checks for POSIX:2001 functions,
8806         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
8807         winsz-ioctl, and winsz-termios into it.
8808         Add lchmod.
8809         Add top-level Misc section and put host-os, perl, and uptime
8810         into it.
8811
8812 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8813
8814         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
8815         now assume the stdint module.  Do not include inttypes.h.
8816         * lib/fsusage.h: Likewise.
8817         * lib/getndelim2.c: Likewise.
8818         * lib/human.h: Likewise.
8819         * lib/inttostr.h: Likewise.
8820         * lib/obstack.c: Likewise.
8821         * lib/regex_internal.h: Likewise.
8822         * lib/tempname.c: Likewise.
8823         * lib/utimecmp.c: Likewise.
8824         * lib/xstrtol.h: Likewise.
8825
8826         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
8827
8828         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
8829         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
8830         * lib/xtime.h: Likewise.
8831
8832 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8833
8834         * modules/openat (Files): Add lib/fchmodat.c.
8835         Fixes problem reported by Jay Youngman.
8836
8837 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8838
8839         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
8840         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
8841
8842 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
8843             Bruno Haible  <bruno@clisp.org>
8844
8845         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
8846         and is a script that invokes bison. Tighten the code. Add comments.
8847
8848 2006-08-18  Jim Meyering  <jim@meyering.net>
8849
8850         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
8851         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
8852         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
8853         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
8854
8855 2006-08-18  Bruno Haible  <bruno@clisp.org>
8856
8857         * modules/bison-i18n: New file.
8858         * MODULES.html.sh (Internationalization functions): Add it.
8859
8860 2006-08-18  Bruno Haible  <bruno@clisp.org>
8861
8862         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
8863         sys/statvfs.h. When getmntinfo was found, check its declaration and
8864         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
8865
8866 2006-08-18  Bruno Haible  <bruno@clisp.org>
8867
8868         * m4/bison-i18n.m4: New file, from bison.
8869
8870 2006-08-18  Bruno Haible  <bruno@clisp.org>
8871
8872         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
8873         (ME_DUMMY): Treat "kernfs" as a dummy.
8874         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
8875
8876 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8877
8878         Update from coreutils.
8879
8880         2006-08-15  Jim Meyering  <jim@meyering.net>
8881
8882         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
8883
8884         2006-01-17  Jim Meyering  <jim@meyering.net>
8885
8886         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
8887
8888         2006-01-11  Jim Meyering  <jim@meyering.net>
8889
8890         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
8891         Check for the lchmod function.
8892
8893 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8894
8895         Update from coreutils.
8896
8897         * lib/__fpending.h: Add copyright notice.
8898         * lib/fprintftime.h: Likewise.
8899         * lib/savedir.c: Use (C) in copyright notice.
8900         * lib/savedir.h: Likewise.
8901
8902         2006-08-15  Jim Meyering  <jim@meyering.net>
8903
8904         * lib/at-func.c: New file, with the logic of all emulated at-functions.
8905         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
8906         in support of the EXPECTED_ERRNO macro.
8907         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
8908         definitions.  Instead, define the appropriate symbols and include
8909         "at-func.c".
8910         * lib/mkdirat.c (mkdirat): Likewise.
8911         * lib/fchmodat.c (fchmodat): Likewise.
8912         (ENOSYS): Remove definition.
8913         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
8914         it.  Don't include "unistd--.h" -- it wasn't ever used.
8915
8916         2006-01-17  Jim Meyering  <jim@meyering.net>
8917
8918         Rewrite fts.c not to change the current working directory,
8919         by using openat, fstatat, fdopendir, etc..
8920
8921         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
8922         (HAVE_OPENAT_SUPPORT): Define.
8923         [_LIBC] (fchdir): Don't undef or define; no longer used.
8924         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
8925         Now, this `function' always succeeds, and consumes its file descriptor
8926         parameter -- so callers must not close such FDs.  Update callers.
8927         (diropen_fd, opendirat, cwd_advance_fd): New functions.
8928         (diropen): Add parameter, SP.  Adjust all callers.
8929         Implement using diropen_fd, rather than open.
8930         (fts_open): Initialize new member, fts_cwd_fd.
8931         Remove fts_rft-setting code.
8932         (fts_close): Close fts_cwd_fd, if necessary.
8933         (__opendir2): Define in terms of opendir or opendirat,
8934         depending on whether the FST_NOCHDIR flag is set.
8935         (fts_build): Since fts_safe_changedir consumes its FD, and since
8936         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
8937         and close the dup'd file descriptor upon failure.
8938         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
8939         (fts_safe_changedir): Tweak semantics to reflect that this function
8940         now calls cwd_advance_fd and hence consumes its FD argument.
8941         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
8942         [struct FTS] (fts_rft): Remove now-unused member.
8943         [struct FTS] (fts_cycle.state): Improve comment.
8944
8945         * lib/openat.c (openat_needs_fchdir): New function.
8946         * lib/openat.h (openat_needs_fchdir): Declare it.
8947
8948 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
8949
8950         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
8951         Problem and fix reported by Pádraig Brady in
8952         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
8953
8954 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8955
8956         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
8957
8958 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8959
8960         * lib/memcoll.c (memcoll): Optimize for the common case where the
8961         arguments are bytewise equal.
8962
8963 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8964
8965         * doc/regexprops-generic.texi: Add a copyright notice.
8966
8967 2006-08-15  Bruno Haible  <bruno@clisp.org>
8968
8969         * modules/tmpdir (License): Change to LGPL.
8970
8971 2006-08-15  Bruno Haible  <bruno@clisp.org>
8972
8973         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
8974         module.
8975
8976 2006-08-14  Simon Josefsson  <jas@extundo.com>
8977
8978         * config/srclist.txt: Add gnupload.
8979
8980 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8981
8982         Change copyright notice from LGPL 2 to GPL 2, since that's the
8983         standard form used in the gnulib repository.
8984         * tests/test-lock.c: Likewise.
8985         * tests/test-stdint.c: Likewise.
8986         * tests/test-tls.c: Likewise.
8987
8988         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
8989         prelude-manager.  User shorter URLs for GNU projects, without '?'.
8990         Add copyright notice.
8991
8992         * check-module: Add copyright notice.  Output a copyright
8993         notice if "--version" is specified.
8994         * modules/COPYING: New file.
8995         * tests/test-getaddrinfo.c: Add copyright notice.
8996         * tests/test-verify.c: Likewise.
8997
8998 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
8999
9000         Change copyright notice from LGPL 2 to GPL 2, since that's the
9001         standard form used in the gnulib repository.
9002         * lib/lock.c: LGPL -> GPL.
9003         * lib/lock.h: Likewise.
9004         * lib/strnlen1.c: Likewise.
9005         * lib/strnlen1.h: Likewise.
9006         * lib/tls.c: Likewise.
9007         * lib/tls.h: Likewise.
9008         * lib/tmpdir.c: Likewise.
9009
9010         * lib/TODO: Remove; this belongs only in coreutils.
9011
9012 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9013
9014         Add copyright notices to long-enough files that lack them, since
9015         otherwise the files aren't clearly free.  Use the same notice that
9016         getdate.texi already uses.
9017         * doc/alloca-opt.texi: Add copyright notice.
9018         * doc/alloca.texi: Likewise.
9019         * doc/ctime.texi: Likewise.
9020         * doc/functions.texi: Likewise.
9021         * doc/gcd.texi: Likewise.
9022         * doc/gnulib-tool.texi: Likewise.
9023         * doc/inet_ntoa.texi: Likewise.
9024         * doc/visibility.texi: Likewise.
9025
9026         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
9027         * doc/quote.texi: Add copyright notice.
9028
9029         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
9030         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
9031         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
9032         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
9033         is now obsolete, and give a pointer to the Sun list.
9034         Add copyright notice.
9035
9036 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9037
9038         * config/srclistvars.sh: Add copyright notice.
9039
9040 2006-08-14  Eric Blake  <ebb9@byu.net>
9041
9042         Import the following change from libc:
9043
9044         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9045
9046         Upstream bug 2997.
9047         * lib/misc/error.c: Add space between program name and message if file
9048         name is missing.
9049
9050 2006-08-12  Karl Berry  <karl@gnu.org>
9051
9052         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
9053         remove, these originate in gnulib now.
9054
9055 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9056
9057         * doc/Makefile (standards.info standards.html standards.dvi):
9058         Also depend on make-stds.texi.
9059
9060 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9061
9062         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
9063         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
9064
9065         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
9066         in wchar_t.  Problem reported by Eric Blake.
9067
9068         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
9069         LEN is smaller than SIZE.  Suggested by Bruno Haible.
9070         Also, help the compiler to keep LEN in a register.
9071
9072 2006-08-11  Eric Blake  <ebb9@byu.net>
9073
9074         * users.txt: Sort.  Add tar.
9075
9076 2006-08-11  Bruno Haible  <bruno@clisp.org>
9077
9078         * users.txt: New file.
9079
9080 2006-08-11  Bruno Haible  <bruno@clisp.org>
9081
9082         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
9083         before <wchar.h>. Needed for OSF/1 and BSD/OS.
9084
9085 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9086
9087         * modules/snprintf (Depends-on): Remove minmax.
9088         (Maintainer): Add self and Bruno.
9089
9090 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9091
9092         * lib/.cppi-disable: Add snprintf.h, socket_.h.
9093         * lib/snprintf.c: Include <errno.h> and <limits.h>.
9094         (EOVERFLOW): Define if the system does not.
9095         Do not include "minmax.h"; it wasn't used.
9096         (snprintf): Don't assume size_t promotes to an unsigned type.
9097         Fix bug when generated string was too long for the buffer: the
9098         buffer's contents are supposed to be the initial prefix of the
9099         output.  Don't assume vasnprintf returns EOVERFLOW if the size
9100         exceeds INT_MAX; do the check ourselves.
9101
9102         Import the following changes from libc:
9103
9104         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9105
9106         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
9107         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
9108         set wc to the byte which couldn't be converted.
9109         (re_string_reconstruct): Don't clear valid_raw_len before calling
9110         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9111         tip_context using re_string_context_at.
9112
9113         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
9114
9115         * lib/posix/regex.h: g++ still cannot handled [restrict].
9116
9117         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
9118
9119         * lib/posix/regex.h: Remove special handling for VMS.
9120
9121 2006-08-10  Jim Meyering  <jim@meyering.net>
9122
9123         * modules/same-inode: New module.
9124         * modules/dev-ino: New module.
9125         * modules/cycle-check: Depend on these modules, rather than simply
9126         including their .h files.
9127         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
9128         required via m4/cycle-check.m4.
9129         * modules/same: Depend on new same-inode module, rather than
9130         including same-inode.h.
9131         * modules/chdir-safer: New file.
9132
9133         * modules/chown (Depends-on): Add stat-macros.
9134
9135 2006-08-10  Jim Meyering  <jim@meyering.net>
9136
9137         * m4/cycle-check.m4: New file.
9138         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
9139         * m4/dev-ino.m4, m4/same-inode.m4: New files.
9140
9141 2006-08-10  Eric Blake  <ebb9@byu.net>
9142
9143         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
9144         in from original proposal.
9145
9146 2006-08-10  Eric Blake  <ebb9@byu.net>
9147         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9148
9149         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
9150         namespace.
9151
9152 2006-08-10  Bruno Haible  <bruno@clisp.org>
9153
9154         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
9155         as well.
9156
9157 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9158
9159         Sync from coreutils.
9160
9161         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
9162
9163         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
9164         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
9165
9166 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9167
9168         * modules/restrict: Remove; no longer needed now that we assume
9169         Autoconf 2.59 or later.
9170         * MODULES.html.sh: Remove 'restrict'.
9171         * modules/argp (Depends-on): Remove 'restrict'.
9172         * modules/base64 (Depends-on): Likewise.
9173         * modules/gc (Depends-on): Likewise.
9174         * modules/getaddrinfo (Depends-on): Likewise.
9175         * modules/glob (Depends-on): Likewise.
9176         * modules/inet_ntop (Depends-on): Likewise.
9177         * modules/inet_pton (Depends-on): Likewise.
9178         * modules/memxor (Depends-on): Likewise.
9179         * modules/regex (Depends-on): Likewise.
9180         * modules/strtok_r (Depends-on): Likewise.
9181         * modules/time_r (Depends-on): Likewise.
9182
9183 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9184
9185         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
9186         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
9187         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9188         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
9189         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
9190         * m4/memxor.m4 (gl_MEMXOR): Likewise.
9191         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
9192         gl_C_RESTRICT replaced by AC_C_RESTRICT.
9193
9194         Merge from coreutils.
9195         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
9196         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
9197         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9198         * m4/time_r.m4 (gl_TIME_R): Likewise.
9199
9200 2006-08-09  Karl Berry  <karl@gnu.org>
9201
9202         * config/srclist.txt: no more gettext-tools, per Bruno.
9203
9204 2006-08-08  Eric Blake  <ebb9@byu.net>
9205
9206         * modules/verror: New module.
9207         * MODULES.html.sh: Document it.
9208
9209 2006-08-08  Eric Blake  <ebb9@byu.net>
9210
9211         * lib/verror.h, lib/verror.c: New files.
9212
9213 2006-08-08  Eric Blake  <ebb9@byu.net>
9214
9215         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
9216         verror_at_line output complies with GNU Coding Standards even when
9217         file is NULL.
9218
9219 2006-08-07  Bruno Haible  <bruno@clisp.org>
9220
9221         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
9222         versions of AIX.
9223         Reported by Ralf Wildenhues.
9224
9225 2006-08-07  Bruno Haible  <bruno@clisp.org>
9226
9227         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
9228         in an AC_DEFUN. Needed so that the autoconf snippets can use
9229         AC_REQUIRE.
9230
9231 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9232
9233         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9234         Initialize pkgdata_DATA.
9235         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
9236         overriding it.
9237
9238 2006-08-06  Eric Blake  <ebb9@byu.net>
9239
9240         * lib/error.h: Fold in some upstream changes from glibc.
9241         * lib/error.c: Likewise.
9242
9243 2006-08-04  Bruno Haible  <bruno@clisp.org>
9244
9245         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9246         Make the mostlyclean-local rule depend on mostlyclean-generic.
9247         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
9248
9249 2006-07-31  Bruno Haible  <bruno@clisp.org>
9250
9251         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
9252         <stdlib.h>, <string.h>.
9253
9254 2006-07-30  Bruno Haible  <bruno@clisp.org>
9255
9256         * modules/readlink (License): Change to LGPL.
9257
9258 2006-07-30  Bruno Haible  <bruno@clisp.org>
9259
9260         * modules/javaversion (Makefile.am): Distribute javaversion.java and
9261         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
9262         set PKGDATADIR to point to it.
9263
9264 2006-07-30  Bruno Haible  <bruno@clisp.org>
9265
9266         * modules/csharpexec (configure.ac): Comment out macro invocation.
9267         * modules/javaexec (configure.ac): Likewise.
9268         * modules/javacomp-script (configure.ac): Likewise.
9269
9270         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
9271
9272 2006-07-30  Bruno Haible  <bruno@clisp.org>
9273
9274         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
9275         linked-list.
9276
9277 2006-07-30  Bruno Haible  <bruno@clisp.org>
9278
9279         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
9280
9281 2006-07-30  Bruno Haible  <bruno@clisp.org>
9282
9283         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9284         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
9285         get removed.
9286
9287 2006-07-29  Bruno Haible  <bruno@clisp.org>
9288
9289         Make it possible for gnulib-tool to work with locally modified or
9290         augmented gnulib repositories.
9291         * gnulib-tool (func_usage): Document --local-dir option.
9292         (local_gnulib_dir): New variable.
9293         Handle --local-dir option.
9294         (func_lookup_file): New function.
9295         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
9296         (func_get_description, func_get_filelist, func_get_description,
9297         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
9298         func_get_automake_snippet, func_get_include_directive,
9299         func_get_license, func_get_maintainer): Use func_lookup_file.
9300         (func_import, func_create_testdir): Use func_lookup_file.
9301
9302 2006-07-29  Bruno Haible  <bruno@clisp.org>
9303
9304         * modules/setenv (Depends-on): Add unistd.
9305
9306 2006-07-29  Bruno Haible  <bruno@clisp.org>
9307
9308         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
9309
9310 2006-07-29  Bruno Haible  <bruno@clisp.org>
9311
9312         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
9313
9314 2006-07-29  Bruno Haible  <bruno@clisp.org>
9315
9316         * gnulib-tool (import, update): If there is no Makefile.am, look at
9317         aclocal.m4, instead of bailing out.
9318
9319 2006-07-29  Bruno Haible  <bruno@clisp.org>
9320
9321         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
9322         Categorize the options by when they are useful.
9323
9324 2006-07-29  Bruno Haible  <bruno@clisp.org>
9325
9326         * gnulib-tool (func_usage): Document option --no-libtool.
9327         Handle option --no-libtool.
9328         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
9329         for changed semantics of $libtool variable.
9330         (func_import): Likewise. If libtool is not used, show this through
9331         an option --no-libtool.
9332         (func_create_testdir): Update.
9333
9334 2006-07-29  Bruno Haible  <bruno@clisp.org>
9335
9336         * gnulib-tool (func_import): Extend error message about missing
9337         --doc-base.
9338
9339 2006-07-29  Bruno Haible  <bruno@clisp.org>
9340
9341         * gnulib-tool (func_import): Don't create the $docbase directory if
9342         there is no file to store there.
9343
9344 2006-07-29  Bruno Haible  <bruno@clisp.org>
9345
9346         * gnulib-tool (autoconf_minversion): If a --dir option is given and
9347         relevant, look for configure.ac there, not in the current directory.
9348         Also use a simple search for AC_PREREQ, not "autoconf --trace".
9349
9350 2006-07-29  Bruno Haible  <bruno@clisp.org>
9351
9352         * gnulib-tool (SORT): New variable.
9353         (func_usage): Undocument --assume-autoconf option.
9354         Remove --assume-autoconf option handling.
9355         (autoconf_minversion): Determine from the contents of configure.ac.
9356         (func_import): Remove autoconf_minversion handling.
9357         Suggested by Eric Blake.
9358
9359 2006-07-29  Bruno Haible  <bruno@clisp.org>
9360
9361         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
9362
9363 2006-07-29  Bruno Haible  <bruno@clisp.org>
9364
9365         * config/srclist.txt (*setenv.[ch]): Remove rules.
9366
9367 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9368
9369         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
9370
9371 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9372
9373         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
9374         arpa/inet.h.
9375
9376 2006-07-28  Simon Josefsson  <jas@extundo.com>
9377
9378         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
9379         * modules/inet_pton (Depends-on): Likewise.
9380
9381 2006-07-28  Simon Josefsson  <jas@extundo.com>
9382
9383         * m4/netinet_in_h.m4: New file.
9384
9385 2006-07-28  Simon Josefsson  <jas@extundo.com>
9386
9387         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
9388         #include's.
9389
9390 2006-07-28  Simon Josefsson  <jas@extundo.com>
9391
9392         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
9393         #include's.
9394
9395 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
9396
9397         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
9398         setgid on directories only if they set these bits.
9399         * lib/modechange.h: Remove obsolete comment about masks.
9400
9401 2006-07-28  Eric Blake  <ebb9@byu.net>
9402
9403         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
9404         macro expansion.
9405
9406 2006-07-28  Bruno Haible  <bruno@clisp.org>
9407
9408         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
9409
9410 2006-07-28  Bruno Haible  <bruno@clisp.org>
9411
9412         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
9413
9414 2006-07-28  Bruno Haible  <bruno@clisp.org>
9415
9416         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
9417         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
9418         Define fallbacks.
9419         Avoids link error on FreeBSD 4.x.
9420         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9421
9422         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
9423         encoding.
9424         * lib/mbswidth.c (iswcntrl): Likewise.
9425
9426 2006-07-27  Bruno Haible  <bruno@clisp.org>
9427
9428         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
9429         test.
9430
9431 2006-07-27  Bruno Haible  <bruno@clisp.org>
9432
9433         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
9434         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
9435         defined.
9436
9437 2006-07-26  Eric Blake  <ebb9@byu.net>
9438
9439         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
9440
9441 2006-07-26  Eric Blake  <ebb9@byu.net>
9442
9443         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
9444         like mingw that lack mkstemp.
9445         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
9446         avoid compilation warning on mingw.
9447
9448 2006-07-26  Bruno Haible  <bruno@clisp.org>
9449
9450         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
9451         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
9452         INT_FAST*_MIN, INTPTR_MIN.
9453
9454 2006-07-25  Bruno Haible  <bruno@clisp.org>
9455
9456         * modules/version-etc (Depends-on): Add stdarg.
9457
9458 2006-07-25  Bruno Haible  <bruno@clisp.org>
9459
9460         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
9461         complex commands.
9462
9463 2006-07-25  Bruno Haible  <bruno@clisp.org>
9464
9465         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
9466         defined in <stdarg.h> or config.h.
9467
9468 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9469
9470         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
9471         (gl_STDIO_SAFER): Remove.
9472
9473 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9474
9475         * MODULES.html.sh (File stream based Input/Output):
9476         Add fopen-safer, tmpfile-safer; remove stdio-safer.
9477         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
9478         * modules/fopen-safer, modules/tmpfile-safer: New files.
9479         * modules/stdio-safer: Remove.
9480
9481 2006-07-24  Bruno Haible  <bruno@clisp.org>
9482
9483         * modules/tmpdir: New file.
9484         * MODULES.html.sh (File system functions): Add it.
9485
9486 2006-07-24  Bruno Haible  <bruno@clisp.org>
9487
9488         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
9489         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
9490
9491 2006-07-24  Bruno Haible  <bruno@clisp.org>
9492
9493         * modules/clean-temp: New file.
9494
9495 2006-07-24  Bruno Haible  <bruno@clisp.org>
9496
9497         * m4/tmpdir.m4: New file, from GNU gettext.
9498
9499 2006-07-24  Bruno Haible  <bruno@clisp.org>
9500
9501         * lib/tmpdir.h: New file, from GNU gettext.
9502         * lib/tmpdir.c: New file, from GNU gettext.
9503
9504 2006-07-24  Bruno Haible  <bruno@clisp.org>
9505
9506         * lib/clean-temp.h: New file, from GNU gettext.
9507         * lib/clean-temp.c: New file, from GNU gettext.
9508
9509 2006-07-23  Eric Blake  <ebb9@byu.net>
9510
9511         * modules/stdio-safer (Files): Add tmpfile-safer.c.
9512         (Depends-on): Add binary-io.
9513
9514 2006-07-23  Eric Blake  <ebb9@byu.net>
9515
9516         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
9517
9518 2006-07-23  Eric Blake  <ebb9@byu.net>
9519
9520         * lib/tmpfile-safer.c: New file.
9521         * lib/stdio-safer.h (fopen_safer): Add prototype.
9522         * lib/stdio--.h (tmpfile): Make safer.
9523
9524 2006-07-23  Bruno Haible  <bruno@clisp.org>
9525
9526         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
9527         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
9528         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
9529         gl_linked_remove_at): Use it.
9530
9531 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9532         and Simon Josefsson <jas@extundo.com>
9533
9534         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
9535
9536         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
9537
9538 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9539
9540         * modules/close-stream: New file.
9541         * modules/closeout (Description): Make it clear that it exits
9542         with a diagnostic on error.
9543         (Depends-on): Add close-stream.  Remove fpending, stdbool.
9544         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
9545
9546 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9547
9548         * m4/close-stream.m4: New file.
9549
9550 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9551
9552         * lib/close-stream.c, lib/close-stream.h: New files.
9553
9554 2006-07-22  Bruno Haible  <bruno@clisp.org>
9555
9556         Merge from GNU gettext 0.15.
9557
9558         2006-05-01  Bruno Haible  <bruno@clisp.org>
9559
9560                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
9561
9562         2006-07-22  Bruno Haible  <bruno@clisp.org>
9563
9564                 * modules/javaversion: New file.
9565                 * MODULES.html.sh (Java): Add javaversion.
9566
9567         2006-03-12  Bruno Haible  <bruno@clisp.org>
9568
9569                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
9570
9571         2005-12-04  Bruno Haible  <bruno@clisp.org>
9572
9573                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
9574                 (untested).
9575
9576         2006-06-21  Bruno Haible  <bruno@clisp.org>
9577
9578                 Avoid warnings from recent versions of mcs.
9579                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
9580                 -o, -L, -r any more. Use options documented since mcs-1.0
9581                 instead. Similarly for -g.
9582
9583         2005-12-04  Bruno Haible  <bruno@clisp.org>
9584
9585                 * build-aux/csharpcomp.sh.in: Suffix for resources is
9586                 .resources, not .resource.
9587
9588         2005-07-09  Bruno Haible  <bruno@clisp.org>
9589
9590                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
9591                 add a .dll suffix.
9592                 Reported by Mark Junker <mjscod@gmx.de>.
9593
9594         2006-07-22  Bruno Haible  <bruno@clisp.org>
9595
9596                 * modules/gettext: Upgrade to gettext-0.15.
9597                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
9598                 m4/visibility.m4.
9599                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
9600
9601 2006-07-22  Bruno Haible  <bruno@clisp.org>
9602
9603         Merge from GNU gettext 0.15.
9604
9605         2006-03-25  Bruno Haible  <bruno@clisp.org>
9606
9607                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
9608
9609         2006-07-21  Bruno Haible  <bruno@clisp.org>
9610
9611                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
9612                 "1.1".
9613
9614         2006-05-09  Bruno Haible  <bruno@clisp.org>
9615
9616                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
9617                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
9618                 for the conftestver execution.
9619
9620         2006-05-01  Bruno Haible  <bruno@clisp.org>
9621
9622                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
9623                 optional target-version argument. Verify that the compiler
9624                 groks source of the specified source-version, or add -source
9625                 option as necessary. Verify that the compiler produces
9626                 bytecode in the specified target-version, or add -target and
9627                 -source options as necessary. Make the result of the test
9628                 available as variable CONF_JAVAC. Also log error output in
9629                 config.log.
9630
9631         2006-03-11  Bruno Haible  <bruno@clisp.org>
9632
9633                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
9634
9635         2006-05-09  Bruno Haible  <bruno@clisp.org>
9636
9637                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
9638                 CLASSPATH_SEPARATOR to a semicolon.
9639
9640         2006-03-12  Bruno Haible  <bruno@clisp.org>
9641
9642                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
9643                 available as variable CONF_JAVA, for subsequent autoconf
9644                 tests. Also log error output in config.log.
9645
9646         2006-07-19  Bruno Haible  <bruno@clisp.org>
9647
9648                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
9649                 that getline works on glibc2 systems. Needed to avoid trouble
9650                 in relocatable.c.
9651                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
9652
9653         2005-12-04  Bruno Haible  <bruno@clisp.org>
9654
9655                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
9656                 launcher (untested).
9657
9658         2005-12-04  Bruno Haible  <bruno@clisp.org>
9659
9660                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
9661
9662         2006-07-22  Bruno Haible  <bruno@clisp.org>
9663
9664                 * gettext.m4: Update from GNU gettext-0.15.
9665                 * nls.m4: Likewise.
9666                 * po.m4: Likewise.
9667                 * inttypes-pri.m4: Likewise.
9668                 * inttypes-h.m4: Renamed from inttypes.m4.
9669                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
9670
9671 2006-07-22  Bruno Haible  <bruno@clisp.org>
9672
9673         Merge from GNU gettext 0.15.
9674
9675         2005-07-05  Bruno Haible  <bruno@clisp.org>
9676
9677                 * printf-args.c (printf_fetchargs): Work around broken
9678                 definition of wint_t on mingw.
9679
9680         2005-02-12  Bruno Haible  <bruno@clisp.org>
9681
9682                 * xallocsa.h: Add extern "C" for C++.
9683
9684         2006-05-17  Bruno Haible  <bruno@clisp.org>
9685
9686                 Cygwin portability.
9687                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
9688
9689         2006-04-30  Bruno Haible  <bruno@clisp.org>
9690
9691                 * progreloc.c: Include <mach-o/dyld.h> if available.
9692                 (find_executable): Use _NSGetExecutablePath when possible.
9693
9694         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9695
9696                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
9697                 function.
9698
9699         2005-12-29  Bruno Haible  <bruno@clisp.org>
9700
9701                 * progreloc.c (set_program_name_and_installdir): Fix
9702                 compilation error.
9703
9704         2005-12-04  Bruno Haible  <bruno@clisp.org>
9705
9706                 Cygwin portability.
9707                 * progreloc.c: Include <windows.h> also on Cygwin.
9708                 (find_executable): Add support for Cygwin.
9709                 (set_program_name_and_installdir): Handle also platforms with
9710                 nonempty EXEEXT.
9711
9712         2006-07-11  Bruno Haible  <bruno@clisp.org>
9713
9714                 * javacomp.c: Fix a comment.
9715                 Reported by Jim Meyering.
9716
9717         2006-04-30  Bruno Haible  <bruno@clisp.org>
9718
9719                 * javacomp.h (compile_java_class): Add source_version,
9720                 target_version arguments.
9721                 * javacomp.c: Rewritten to choose only a compiler that
9722                 respects the specified source_version and target_version.
9723
9724         2006-06-27  Bruno Haible  <bruno@clisp.org>
9725
9726                 Assume correct S_ISDIR macro.
9727                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
9728
9729         2006-07-22  Bruno Haible  <bruno@clisp.org>
9730
9731                 * javaversion.h: New file, from GNU gettext.
9732                 * javaversion.c: New file, from GNU gettext.
9733                 * javaversion.java: New file, from GNU gettext.
9734                 * javaversion.class: New file, from GNU gettext.
9735
9736         2006-05-17  Bruno Haible  <bruno@clisp.org>
9737
9738                 Cygwin portability.
9739                 * javaexec.c (execute_java_class): Test for jview program
9740                 also on Cygwin.
9741
9742         2006-04-09  Bruno Haible  <bruno@clisp.org>
9743
9744                 * fatal-signal.c: Don't include string.h.
9745                 (at_fatal_signal): Use a copying loop instead of memcpy.
9746
9747         2005-12-04  Bruno Haible  <bruno@clisp.org>
9748
9749                 * csharpexec.c: Add support for 'clix' launcher (untested).
9750                 (execute_csharp_using_sscli): New function.
9751                 (execute_csharp_program): Call it.
9752
9753         2006-06-21  Bruno Haible  <bruno@clisp.org>
9754
9755                 Avoid warnings from recent versions of mcs.
9756                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
9757                 -o, -L, -r any more. Use options documented since mcs-1.0
9758                 instead. Similarly for -g.
9759
9760         2005-07-09  Bruno Haible  <bruno@clisp.org>
9761
9762                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
9763                 add a .dll suffix.
9764                 Reported by Mark Junker <mjscod@gmx.de>.
9765
9766         2006-06-17  Bruno Haible  <bruno@clisp.org>
9767
9768                 * config.charset: Update for NetBSD 3.0.
9769
9770         2006-05-17  Bruno Haible  <bruno@clisp.org>
9771
9772                 Cygwin portability.
9773                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
9774
9775         2006-05-16  Bruno Haible  <bruno@clisp.org>
9776
9777                 * localcharset.c [CYGWIN]: Include <windows.h>.
9778                 (get_charset_aliases): For Cygwin, return the same CPxxx
9779                 aliases list as under WIN32.
9780                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
9781                 the environment variables. Fall back to GetACP().
9782
9783         2006-04-05  Bruno Haible  <bruno@clisp.org>
9784
9785                 * config.charset: Update Juan Manuel Guerrero's address.
9786
9787         2005-02-12  Bruno Haible  <bruno@clisp.org>
9788
9789                 * allocsa.h: Add extern "C" for C++.
9790
9791         2005-02-10  Bruno Haible  <bruno@clisp.org>
9792
9793                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
9794                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
9795
9796         2006-07-22  Bruno Haible  <bruno@clisp.org>
9797
9798                 * gettext.h: Update to GNU gettext-0.15.
9799
9800 2006-07-22  Bruno Haible  <bruno@clisp.org>
9801
9802         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
9803         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
9804         lib-prefix.m4, longdouble.m4, ssize_t.m4.
9805
9806 2006-07-21  Eric Blake  <ebb9@byu.net>
9807
9808         * modules/stdlib-safer: New file.
9809         * MODULES.html.sh (File stream based Input/Output): Add
9810         stdlib-safer.
9811
9812 2006-07-21  Eric Blake  <ebb9@byu.net>
9813
9814         * lib/stdlib-safer.h: New file from coreutils, required by
9815         stdlib--.h.
9816
9817 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
9818
9819         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
9820
9821 2006-07-20  Bruno Haible  <bruno@clisp.org>
9822
9823         * gnulib-tool: Recognize new option --assume-autoconf.
9824         (autoconf_minversion): New variable.
9825         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
9826
9827 2006-07-20  Bruno Haible  <bruno@clisp.org>
9828
9829         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
9830
9831 2006-07-19  Derek R. Price  <derek@ximbiot.com>
9832
9833         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
9834         Reindent and repaginate.
9835
9836 2006-07-19  Derek Price  <derek@ximbiot.com>
9837
9838         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
9839         Correct grammar.
9840
9841 2006-07-17  Bruno Haible  <bruno@clisp.org>
9842
9843         * modules/list: New file.
9844         * modules/array-list: New file.
9845         * modules/carray-list, modules/carray-list-tests: New files.
9846         * modules/linked-list, modules/linked-list-tests: New files.
9847         * modules/avltree-list, modules/avltree-list-tests: New files.
9848         * modules/rbtree-list, modules/rbtree-list-tests: New files.
9849         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
9850         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
9851         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
9852         * modules/oset: New file.
9853         * modules/array-oset: New file.
9854         * modules/avltree-oset, modules/avltree-oset-tests: New files.
9855         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
9856         * tests/test-carray_list.c: New file.
9857         * tests/test-linked_list.c: New file.
9858         * tests/test-avltree_list.c: New file.
9859         * tests/test-rbtree_list.c: New file.
9860         * tests/test-linkedhash_list.c: New file.
9861         * tests/test-avltreehash_list.c: New file.
9862         * tests/test-rbtreehash_list.c: New file.
9863         * tests/test-avltree_oset.c: New file.
9864         * tests/test-rbtree_oset.c: New file.
9865         * MODULES.html.sh (Container data structures): New section.
9866
9867 2006-07-17  Bruno Haible  <bruno@clisp.org>
9868
9869         * m4/gl_list.m4: New file.
9870
9871 2006-07-17  Bruno Haible  <bruno@clisp.org>
9872
9873         * lib/gl_list.h: New file.
9874         * lib/gl_list.c: New file.
9875         * lib/gl_array_list.h: New file.
9876         * lib/gl_array_list.c: New file.
9877         * lib/gl_carray_list.h: New file.
9878         * lib/gl_carray_list.c: New file.
9879         * lib/gl_linked_list.h: New file.
9880         * lib/gl_linked_list.c: New file.
9881         * lib/gl_anylinked_list1.h: New file.
9882         * lib/gl_anylinked_list2.h: New file.
9883         * lib/gl_avltree_list.h: New file.
9884         * lib/gl_avltree_list.c: New file.
9885         * lib/gl_anyavltree_list1.h: New file.
9886         * lib/gl_anyavltree_list2.h: New file.
9887         * lib/gl_rbtree_list.h: New file.
9888         * lib/gl_rbtree_list.c: New file.
9889         * lib/gl_anyrbtree_list1.h: New file.
9890         * lib/gl_anyrbtree_list2.h: New file.
9891         * lib/gl_anytree_list1.h: New file.
9892         * lib/gl_anytree_list2.h: New file.
9893         * lib/gl_linkedhash_list.h: New file.
9894         * lib/gl_linkedhash_list.c: New file.
9895         * lib/gl_anyhash_list1.h: New file.
9896         * lib/gl_anyhash_list2.h: New file.
9897         * lib/gl_avltreehash_list.h: New file.
9898         * lib/gl_avltreehash_list.c: New file.
9899         * lib/gl_rbtreehash_list.h: New file.
9900         * lib/gl_rbtreehash_list.c: New file.
9901         * lib/gl_anytreehash_list1.h: New file.
9902         * lib/gl_anytreehash_list2.h: New file.
9903
9904         * lib/gl_oset.h: New file.
9905         * lib/gl_oset.c: New file.
9906         * lib/gl_array_oset.h: New file.
9907         * lib/gl_array_oset.c: New file.
9908         * lib/gl_avltree_oset.h: New file.
9909         * lib/gl_avltree_oset.c: New file.
9910         * lib/gl_rbtree_oset.h: New file.
9911         * lib/gl_rbtree_oset.c: New file.
9912         * lib/gl_anytree_oset.h: New file.
9913
9914 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9915
9916         * m4/mkancesdirs.m4: New file.
9917         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
9918         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
9919         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
9920         it.
9921
9922 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9923
9924         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
9925         * lib/mkancesdirs.h: New files.
9926         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
9927         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
9928         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
9929         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
9930         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
9931         callers changed.  Revamp internals significantly, by not
9932         attempting to create directories that are temporarily more
9933         permissive than the final results.  Do not attempt to use
9934         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
9935         This removes some race conditions, fixes some bugs, and simplifies
9936         things.  Use new dirchownmod function to do owner and mode changes.
9937         * lib/mkdir-p.h: Likewise.
9938         * lib/modechange.c (octal_to_mode): New function.
9939         (struct mode_change): New member mentioned.
9940         (make_node_op_equals): New arg mentioned.  All callers changed.
9941         (mode_compile): Keep track of which mode bits the user has explicitly
9942         mentioned.
9943         (mode_adjust): New arg DIR, so that we implement the X op correctly.
9944         New arg PMODE_BITS, to keep track of which mode bits the user
9945         mentioned; it treats S_ISUID and S_ISGID speciall.
9946         All callers changed.
9947         * lib/modechange.h: Likewise.
9948
9949 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
9950
9951         * MODULES.html.sh: Add mkancestors.
9952         * modules/mkancesdirs: New module.
9953         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
9954         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
9955         The chdir-safer and afs files are now orphans; I'll remove them
9956         unless someone speaks up.
9957         Add lib/dirchownmod.c, lib/dirchownmod.h.
9958         (Depends-on): Remove alloca, chown, save-cwd, dirname.
9959         Add lchown, mkancesdirs.
9960         (Maintainer): Add self.
9961
9962 2006-07-15  Karl Berry  <karl@gnu.org>
9963
9964         * gnulib-tool: help message wording/arrangement.
9965
9966 2006-07-14  Simon Josefsson  <jas@extundo.com>
9967
9968         * doc/gnulib.texi (Libtool and Windows): New section.
9969
9970 2006-07-12  Simon Josefsson  <jas@extundo.com>
9971
9972         * modules/gendocs (License): Fix license, approved by Karl.
9973
9974 2006-07-12  Eric Blake  <ebb9@byu.net>
9975
9976         * MODULES.html.sh: Add gendocs.
9977
9978 2006-07-11  Eric Blake  <ebb9@byu.net>
9979
9980         * modules/fdl: New module, to install doc/fdl.texi.
9981         * MODULES.html.sh: Add new section for documentation modules.
9982         * gnulib-tool: Avoid space-tab.
9983         (--doc-base): New option, to manage files from doc.
9984
9985 2006-07-11  Eric Blake  <ebb9@byu.net>
9986
9987         * m4/absolute-header.m4: Fix comments to match recent change.
9988
9989 2006-07-11  Eric Blake  <ebb9@byu.net>
9990
9991         * gnulib-tool: List --doc-base before --tests-base.
9992
9993 2006-07-11  Derek R. Price  <derek@ximbiot.com>
9994
9995         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
9996
9997 2006-07-11  Bruno Haible  <bruno@clisp.org>
9998
9999         * README: Mention where to put documentation.
10000
10001 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10002
10003         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
10004
10005 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10006
10007         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
10008         to stdint.m4.
10009
10010 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10011
10012         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
10013         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
10014         "no/such/file/stdint.h" when there is no such file, so that
10015         the resulting C code can be parsed by dodgy compilers.
10016         Problems reported by Bob Proulx.
10017
10018 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10019
10020         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
10021         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10022         macros into the GNU _D_EXACT_NAMLEN.
10023         * lib/savedir.c:  Likewise.
10024         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
10025
10026 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10027         and Paul Eggert  <eggert@cs.ucla.edu>
10028
10029         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
10030         * m4/savedir.m4:
10031         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10032         macros into the GNU _D_EXACT_NAMLEN.
10033
10034 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10035
10036         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
10037         around the absolute name, to work around a problem with the HP-UX
10038         11.23 native C compiler, reported by Bob Proulx.
10039
10040 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10041
10042         * doc/maintain.texi, make-stds.texi: Sync from
10043         <http://savannah.gnu.org/projects/gnustandards>.
10044
10045 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10046
10047         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
10048
10049 2006-07-09  Jim Meyering  <jim@meyering.net>
10050
10051         * m4/glob.m4: Remove a doubled word in a comment.
10052
10053 2006-07-09  Jim Meyering  <jim@meyering.net>
10054
10055         * lib/argp-pv.c: Remove a doubled word in a comment.
10056         * lib/check-version.c (check_version): Likewise.
10057         * lib/javacomp.c (compile_java_class): Likewise.
10058
10059 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
10060
10061         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
10062         for the benefit of people using Autoconf 2.60.  If you want to
10063         support older Autoconf versions you can copy m4/onceonly_2_57.m4
10064         (or m4/onceonly.m4, if pre-2.57) manually.
10065
10066 2006-07-08  Jim Meyering  <jim@meyering.net>
10067
10068         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
10069         comment.
10070         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
10071         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
10072         comment.
10073
10074 2006-07-08  Jim Meyering  <jim@meyering.net>
10075
10076         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
10077
10078 2006-07-07  Simon Josefsson  <jas@extundo.com>
10079
10080         * tests/test-crc.c: Change expected crc value, the test vector
10081         were probably computed using the old broken crc.c?
10082
10083 2006-07-06  Simon Josefsson  <jas@extundo.com>
10084
10085         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
10086         now the canonical place for the M4 file).
10087
10088         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
10089         from the sys_socket dependency now.
10090
10091         * modules/inet_pton (Files): Ditto.
10092
10093         * modules/inet_ntop (Files): Ditto.
10094
10095 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10096
10097         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
10098         not gl_PREREQ_GETUSERSHELL.
10099
10100 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10101
10102         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
10103         with only one argument, for Autoconf 2.60.
10104         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
10105         expand to nothing, so add a shell command to avoid syntax error.
10106         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10107
10108 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10109
10110         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
10111
10112 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10113
10114         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
10115         no longer needed.  Check for isblank decl.
10116         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
10117         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
10118         of existence.
10119
10120 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10121
10122         * lib/getloadavg.c: Use __VMS, not VMS.
10123         * lib/getopt.c: Likewise.
10124         * lib/getpagesize.h: Likewise.
10125         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
10126         and probably does not work.
10127
10128 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10129
10130         * lib/.cppi-disable: Add wcwidth.
10131         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
10132         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
10133         (ISGRAPH): Remove.  All uses changed to isgraph.
10134         (FOLD) [!defined _LIBC]: Remove special case.
10135         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
10136         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
10137         HAVE_ISBLANK.
10138         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
10139         case.
10140
10141 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10142
10143         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
10144         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
10145         brackets.  Other minor changes to suppress some compiler
10146         warnings.
10147
10148 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10149         and Paul Eggert  <eggert@cs.ucla.edu>
10150
10151         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
10152         of invoking obsolescent AC_HEADER_DIRENT macro.
10153         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
10154         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
10155         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10156         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
10157         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
10158         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10159         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
10160         * m4/readdir.m4: Remove; no longer needed.
10161
10162 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10163         and Paul Eggert  <eggert@cs.ucla.edu>
10164
10165         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
10166         Don't worry about this obsolete case any more.
10167         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
10168         directories.
10169         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
10170         worry about this obsolete case any more.
10171         * lib/fts.c: Likewise.
10172         * lib/getcwd.c: Likewise.
10173         * lib/glob.h: Likewise.
10174         * lib/savedir.c: Likewise.
10175
10176 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10177
10178         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
10179         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
10180         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
10181         needed.
10182         All uses removed.
10183         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10184         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10185         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
10186         needed.
10187         * m4/getdate.m4 (gl_GETDATE): Likewise.
10188         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10189         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10190         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10191         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10192         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10193         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10194         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
10195         needed.
10196
10197 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10198
10199         * lib/memcasecmp.c: Include <limits.h>.
10200         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
10201         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
10202         Don't assume isdigit succeeds only on '0' through '9'.
10203
10204 2006-07-05  Eric Blake  <ebb9@byu.net>
10205
10206         * modules/getaddrinfo (Depends-on): Add snprintf.
10207
10208 2006-07-05  Eric Blake  <ebb9@byu.net>
10209
10210         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
10211         to avoid 'header present but could not be compiled' on cygwin.
10212
10213 2006-07-05  Eric Blake  <ebb9@byu.net>
10214
10215         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
10216         missing from netdb.h.
10217         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
10218
10219 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10220
10221         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
10222         no longer needed.
10223         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
10224         * m4/getdate.m4 (gl_GETDATE): Likewise.
10225         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10226         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10227         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10228         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10229         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10230
10231 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10232
10233         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
10234         All uses of is_space replaced by isspace.
10235         * lib/exit.h: Don't talk about STDC_HEADERS.
10236         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
10237         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
10238         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
10239         replaced by isprint etc.
10240         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
10241         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10242         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
10243         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
10244         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
10245         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10246
10247 2006-07-05  Bruno Haible  <bruno@clisp.org>
10248
10249         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
10250         the function exists, before testing against AIX.
10251         Reported by Martin Lambers <marlam@marlam.de>.
10252
10253 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10254
10255         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
10256         From Mark D. Baushke.
10257
10258 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10259
10260         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
10261         to the absolute name, not just one, to bypass Sun C 5.8's
10262         "warning: #include of /usr/include/... may be non-portable".
10263
10264 2006-07-04  Eric Blake  <ebb9@byu.net>
10265
10266         * modules/dirname-tests: New test module.
10267         * tests/test-dirname.c: New file, replacing dirname.c
10268         TEST_DIRNAME section that was recently deleted.
10269
10270 2006-07-04  Bruno Haible  <bruno@clisp.org>
10271
10272         Assume ANSI C header files and <ctype.h> functions.
10273         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
10274         (mbsnwidth): Use isprint, iscntrl instead.
10275
10276 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10277
10278         Merge from coreutils.
10279         * MODULES.html.sh: Add xstrtold.
10280         * modules/xstrtold: New file.
10281         * modules/cycle-check (Files): Add lib/same-inode.h.
10282         * modules/dirname (Files): Add m4/double-slash-root.m4.
10283         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
10284         * modules/mkdir-p (Files): Add lib/same-inode.h.
10285         * modules/same (Files): Add lib/same-inode.h.
10286
10287 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10288
10289         * m4/absolute-header.m4: Renamed from full-header-path.m4.
10290         This is to keep the terminology clean; POSIX talks about
10291         "absolute pathnames", not "full pathnames", but the GNU
10292         Coding Standards say to use "path" for something else;
10293         so use "absolute" to keep both sides happy.
10294         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
10295         Set gl_absolute_header, not gl_full_header_path.
10296         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
10297         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
10298         All uses changed.
10299
10300         Merge from coreutils.
10301
10302         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10303
10304         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
10305         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
10306         want to require the building of c-strtod.o.
10307         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
10308         needs -lm directly.
10309         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
10310
10311         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10312
10313         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
10314         --as-needed option if available.  Problem reported by Albert Chin in
10315         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
10316         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
10317         cc merely issues a bunch of annoying warnings for --as-needed
10318         (this problem was reported by Bob Proulx).  Also, try linking with
10319         -lm to detect a bug in binutils 2.16 (this problem was reported
10320         by Ralf Wildenhues).
10321
10322         2006-06-18  Jim Meyering  <jim@meyering.net>
10323
10324         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
10325         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
10326         macro.
10327         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
10328         also check for glibc-2.4's abort-inducing bug.
10329
10330         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
10331         Low-probability clean-up should be to use rmdir to get rid of
10332         the just-created directory, not unlink.
10333
10334         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
10335         configure fail, and request a bug report to inform us about it.
10336         Add a comment that, barring reports to the contrary, in 2007 we'll
10337         assume ftruncate is universally available.
10338
10339         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10340
10341         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
10342
10343         2006-03-12  Jim Meyering  <jim@meyering.net>
10344
10345         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
10346         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
10347         * m4/same.m4 (gl_SAME): Likewise.
10348         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
10349
10350         2006-03-11  Eric Blake  <ebb9@byu.net>
10351
10352         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
10353         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
10354         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
10355         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
10356
10357 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10358
10359         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
10360         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
10361         reported by Mark D. Baushke, one in
10362         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
10363
10364         Merge from coreutils.
10365
10366         * lib/.cppi-disable: Add stdint_.h.
10367         * lib/.cvsignore: Add stdint.h.
10368
10369         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10370
10371         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
10372         both double and long double versions.
10373         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
10374         * lib/xstrtold.c: New file.
10375         * lib/xstrtod.h (xstrtold): New decl.
10376
10377         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10378
10379         * lib/filemode.c (setst): Remove.
10380         (strmode): Rewrite to avoid setst.  This makes the code shorter,
10381         (arguably) clearer, and the generated code is a bit smaller on my
10382         Debian GNU/Linux stable x86 host.
10383
10384         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10385
10386         * lib/filemode.c: Include "filemode.h" first, to test the interface.
10387         Assume that filemode.h includes sys/types.h and sys/stat.h.
10388         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
10389         (ftypelet): Reorder to put common cases first, for efficiency.
10390         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
10391         to do 'M'.
10392         (strmode): Renamed from mode_string, and now stores 12 bytes instead
10393         of 10, for compatibility with FreeBSD.  All callers changed.
10394         (filemodestring): Now stores 12 bytes instead of 10, and sets file
10395         types that can't be deduced solely from st_mode.  First arg is now a
10396         const pointer.
10397         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
10398         (strmode): Renamed from mode_string.
10399         (filemodestring): New decl.
10400         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
10401         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
10402         needed.
10403         (S_ISPORT, S_ISWHT): New macros, if not already defined.
10404
10405         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10406
10407         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
10408         fsusage.h now does that.  Include fsusage.h first, to test interface.
10409         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
10410         at most one method (the old code could have generated decls that
10411         didn't conform to C89, not that this was ever exercised).
10412         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
10413
10414         2006-03-19  Jim Meyering  <jim@meyering.net>
10415
10416         Work even in a chroot where d_ino values for entries in "/"
10417         don't match the stat.st_ino values for the same names.
10418         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
10419         number, iterate through all entries again, using lstat instead.
10420         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
10421         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
10422
10423         * lib/getcwd.c (__getcwd): Clarify a comment.
10424         Use memcpy in place of a call to strcpy.
10425
10426         2006-03-12  Jim Meyering  <jim@meyering.net>
10427
10428         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
10429         matches that of the current directory (which we're about to chdir ".."
10430         out of), then save the dev-ino of the parent, instead.
10431
10432         * lib/same-inode.h (SAME_INODE): New file/macro.
10433         * lib/chdir-safer.c (SAME_INODE): Remove definition.
10434         Include "same-inode.h", instead.
10435         * lib/same.c: Likewise.
10436         * lib/cycle-check.h: Include "same-inode.h".
10437         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
10438         * lib/cycle-check.c (SAME_INODE): Remove definition.
10439         * lib/root-dev-ino.h: Include "same-inode.h".
10440
10441         2006-03-11  Eric Blake  <ebb9@byu.net>
10442
10443         * lib/same.c (same_name): s/base_name/last_component/
10444         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
10445         * lib/filenamecat.c (file_name_concat): Likewise.
10446
10447         2006-03-11  Eric Blake  <ebb9@byu.net>,
10448                     Paul Eggert  <eggert@cs.ucla.edu>
10449
10450         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
10451         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
10452         drive prefix.
10453         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
10454         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
10455         (last_component): New method.
10456         * lib/dirname.c (dir_len): Determine when drive letters need a
10457         subsequent slash.  Preserve // when it is special.
10458         (dir_name): Don't append dot when drive letter is absolute.
10459         [TEST_DIRNAME]: Move into a full-blown gnulib test.
10460         * lib/basename.c (base_name): New semantics - malloc the result.
10461         Preserve // when it is special.  Preserve relative files that look
10462         like drive letters.
10463         (base_len): Preserve // when it is special.
10464         (last_component): New method, similar to old base_name semantics.
10465         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
10466         base_name.  Strip redundant slashes from ///.
10467
10468 2006-07-03  Jim Meyering  <jim@meyering.net>
10469
10470         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
10471         macro is used before the first cycle_check call.
10472
10473 2006-07-03  Eric Blake  <ebb9@byu.net>
10474
10475         * modules/dirname (Depends-on): Add xstrndup.
10476
10477 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10478
10479         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
10480         test cases, so that config.log is a bit easier to follow.
10481
10482 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10483
10484         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
10485         both are 64 bits, since this seems to be the tradition, and this
10486         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
10487         we ever run into a host that prefers long long to long in this
10488         case, we'll need another configure-time test.  Problem reported by
10489         Jim Meyering.
10490
10491 2006-07-02  Eric Blake  <ebb9@byu.net>
10492
10493         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
10494
10495 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10496
10497         * modules/inttypes (Depends-on): No longer depends on stdint.
10498         * modules/stdint (Description): Say more about assumptions.
10499         Say that the fast types might differ.  Say macros are used.
10500         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
10501         (Makefile.am): Revise list of substituted symbols to match
10502         new stdint.m4.
10503         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
10504         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
10505         * tests/test-stdint.c (verify_same_types)
10506         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
10507         the code conforms to C99/C89.
10508         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
10509         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
10510
10511 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10512
10513         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
10514         but fix a bug, by requiring at least 64 bits.
10515         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10516         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
10517         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
10518         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
10519
10520         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
10521         changes.  Make 2.59 a prerequisite.  Check and substitute for
10522         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
10523         inttypes.h.  Do not use special include files; just use the
10524         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
10525         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
10526         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
10527         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
10528         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
10529         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
10530         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
10531         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
10532         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
10533         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
10534         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
10535         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
10536         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
10537         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
10538         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
10539         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
10540         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
10541         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
10542         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
10543         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
10544         WINT_MAX.  Check for C99 conformance more strictly, by detecting
10545         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
10546         not check for things that C99 does not require, e.g., int8_t.  If
10547         a test isn't needed unless <stdint.h> isn't working, and is
10548         unlikely to be needed for any other reason, then don't do it
10549         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
10550         size_t, since we assume C89 freestanding at least.  Do not check
10551         for sig_atomic_t, wchar_t, or wint_t, since the code now does
10552         the right thing even if the types are not defined.  Instead use:
10553         (gl_STDINT_TYPE_PROPERTIES): New macro.
10554         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
10555         testing whether <sys/types.h> clashes, as Autoconf does this for
10556         us now.  All uses removed.
10557         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
10558         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
10559         (gl_CHECK_TYPE_SAME):
10560         Remove; no longer needed.
10561         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
10562         exists, since we'll return 0 anyway in that case.
10563         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
10564
10565 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10566
10567         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
10568         possible collision with system files.
10569         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
10570         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
10571         WCHAR_MIN and WCHAR_MAX in this case.
10572         (<stddef.h>): Do not include; no longer needed.
10573         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
10574         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
10575         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
10576         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
10577         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
10578         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
10579         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
10580         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
10581         !defined(__c99))]: Include in this case too, since it's harmless
10582         now.
10583         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
10584         dangerous to do so.
10585         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
10586         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
10587         (_STDINT_MIN, _STDINT_MAX): New macros.
10588         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
10589         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
10590         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
10591         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
10592         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
10593         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
10594         macros, not typedefs; this simplifies things quite a bit.
10595         Use long int for all types narrower than int64_t.
10596         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
10597         Define in terms of long long int or int64_t or long int,
10598         not int64_t or int32_t.  This saves some compile-time testing.
10599         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
10600         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
10601         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
10602         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
10603         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
10604         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
10605         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
10606         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
10607         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
10608         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
10609         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10610         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10611         undef any previous version and define our own version, for
10612         simplicity and consistency with the new macros for types.
10613         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10614         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10615         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
10616         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
10617         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
10618         @WINT_T_SUFFIX@ to keep things simple here.
10619         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
10620         Simplify by assuming typical 8/16/32/64 host, since we're
10621         already doing that elsewhere anyway.
10622         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
10623         and assume long long int is 64 bits if available.  This
10624         speeds up 'configure'.
10625
10626 2006-07-01  Eric Blake  <ebb9@byu.net>
10627
10628         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
10629         Reported by Andreas Buening.
10630
10631 2006-07-01  Eric Blake  <ebb9@byu.net>
10632
10633         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
10634
10635 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10636
10637         * lib/getaddrinfo.c: fixed typo
10638
10639 2006-06-29  Jim Meyering  <jim@meyering.net>
10640
10641         * modules/strftime (Maintainer): Add my name, since with the
10642         FPRINTFTIME changes strftime.c has forked from glibc.
10643
10644 2006-06-29  Eric Blake  <ebb9@byu.net>
10645
10646         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
10647
10648 2006-06-29  Eric Blake  <ebb9@byu.net>
10649
10650         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
10651
10652 2006-06-29  Eric Blake  <ebb9@byu.net>
10653
10654         * lib/stat_.h: New file.
10655
10656 2006-06-29  Eric Blake  <ebb9@byu.net>
10657
10658         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
10659         unused static function.
10660
10661 2006-06-29  Eric Blake  <ebb9@byu.net>
10662
10663         * doc/functions.texi (Function Portability): Document missing lstat
10664         on mingw.
10665
10666 2006-06-29  Eric Blake  <ebb9@byu.net>
10667
10668         * MODULES.html.sh: Add sys_stat.
10669         * modules/sys_stat: New module.
10670         * modules/mkstemp (Depends-on): Add sys_stat.
10671
10672 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10673
10674         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
10675
10676 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10677
10678         * m4/c-bs-a.m4: Removed.
10679
10680 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10681
10682         * lib/strftime.c: Assume strftime() exists.
10683
10684 2006-06-29  Derek Price  <derek@ximbiot.com>
10685
10686         * modules/c-bs-a: Removed - \a is C89.
10687         * MODULES.html.sh: Remove c-bs-a.
10688
10689 2006-06-29  Bruno Haible  <bruno@clisp.org>
10690
10691         * modules/wcwidth (License): Change to LGPL.
10692
10693 2006-06-28  Simon Josefsson  <jas@extundo.com>
10694
10695         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
10696         on _WIN32.
10697
10698         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
10699         getnameinfo.
10700
10701 2006-06-28  Simon Josefsson  <jas@extundo.com>
10702
10703         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
10704
10705 2006-06-28  Simon Josefsson  <jas@extundo.com>
10706
10707         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
10708         functions there.  It will succeed on Windows XP, but on Windows
10709         2000 and (presumably) earlier, it will fail, and use the internal
10710         re-implementation.
10711         (use_win32_p): New function.
10712         (getaddrinfo): Use strtoul on servname, to support numeric ports.
10713         Support AI_NUMERICSERV to disable getservbyname.
10714         (getnameinfo): New function, only supports
10715         NI_NUMERICHOST|NI_NUMERICSERV for now.
10716
10717         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
10718         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
10719         getnameinfo.
10720
10721 2006-06-28  Eric Blake  <ebb9@byu.net>
10722
10723         * modules/wcwidth: New file.
10724         * modules/mbchar (Depends-on): Add wcwidth.
10725         * modules/mbswidth (Depends-on): Add wcwidth.
10726         * MODULES.html.sh: Add wcwidth.
10727
10728 2006-06-28  Eric Blake  <ebb9@byu.net>
10729
10730         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
10731         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
10732
10733 2006-06-28  Eric Blake  <ebb9@byu.net>
10734
10735         * lib/xvasprintf.h: Fix comments.
10736
10737 2006-06-28  Eric Blake  <ebb9@byu.net>
10738
10739         * lib/mbchar.h (wcwidth): Include wcwidth.h.
10740         * lib/mbswidth.c (wcwidth): Move from here...
10741         * lib/wcwidth.h: ...to this new file.
10742
10743 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10744
10745         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
10746
10747         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
10748         it's obsolete.
10749         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
10750
10751 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10752
10753         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
10754         Autoconf 2.60 says this stuff was obsolete.
10755
10756 2006-06-28  Bruno Haible  <bruno@clisp.org>
10757
10758         * modules/wcwidth (Files): Add m4/wchar_t.m4.
10759
10760 2006-06-28  Bruno Haible  <bruno@clisp.org>
10761
10762         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
10763         gt_TYPE_WCHAR_T.
10764
10765 2006-06-28  Bruno Haible  <bruno@clisp.org>
10766
10767         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
10768         declaration for wcwidth.
10769         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
10770
10771 2006-06-28  Bruno Haible  <bruno@clisp.org>
10772
10773         * lib/mkdtemp.c [MINGW]: Include <io.h>.
10774         (mkdir): Define using _mkdir.
10775
10776 2006-06-28  Bruno Haible  <bruno@clisp.org>
10777
10778         * lib/getaddrinfo.h: Fix POSIX URL.
10779         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
10780         _WIN32.
10781         (use_win32_p): Make static.
10782         (getaddrinfo): Reject service name if it is empty or does not consist
10783         solely of decimal digits, or if its value is > 65535.
10784         (getnameinfo): Remove useless casts.
10785
10786 2006-06-27  Simon Josefsson  <jas@extundo.com>
10787
10788         * modules/sys_select: New file, suggested by Bruno Haible, Paul
10789         Eggert and Martin Lambers.
10790
10791 2006-06-27  Simon Josefsson  <jas@extundo.com>
10792
10793         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
10794         Eggert and Martin Lambers.
10795
10796 2006-06-27  Bruno Haible  <bruno@clisp.org>
10797
10798         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
10799         result to 0, not to empty.
10800         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
10801
10802 2006-06-27  Bruno Haible  <bruno@clisp.org>
10803
10804         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
10805
10806 2006-06-26  Simon Josefsson  <jas@extundo.com>
10807
10808         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
10809         present.
10810
10811 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10812
10813         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
10814         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
10815         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
10816
10817 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
10818
10819         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
10820
10821 2006-06-26  Bruno Haible  <bruno@clisp.org>
10822
10823         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
10824
10825 2006-06-26  Bruno Haible  <bruno@clisp.org>
10826
10827         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
10828
10829 2006-06-26  Bruno Haible  <bruno@clisp.org>
10830
10831         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
10832         SGI C compiler in pre-C99 mode.
10833         Suggested by Mark D. Baushke and Larry Jones.
10834
10835 2006-06-26  Bruno Haible  <bruno@clisp.org>
10836
10837         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
10838         WCHAR_MAX.
10839         Reported by Mark D. Baushke and Larry Jones.
10840
10841 2006-06-26  Bruno Haible  <bruno@clisp.org>
10842
10843         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
10844         in pre-C99 mode.
10845         Suggested by Mark D. Baushke and Larry Jones.
10846
10847 2006-06-23  Simon Josefsson  <jas@extundo.com>
10848             Bruno Haible  <bruno@clisp.org>
10849
10850         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
10851         Emit mostlyclean-local rule.
10852         (func_emit_tests_Makefile_am): Likewise.
10853         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
10854
10855 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
10856
10857         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
10858
10859 2006-06-23  Bruno Haible  <bruno@clisp.org>
10860
10861         * tests/test-stdint.c: Update to match ISO C 99 Technical
10862         Corrigendum 1.
10863
10864 2006-06-23  Bruno Haible  <bruno@clisp.org>
10865
10866         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
10867
10868 2006-06-23  Bruno Haible  <bruno@clisp.org>
10869
10870         * lib/stdint_.h: Treat IRIX like OpenBSD.
10871
10872 2006-06-23  Bruno Haible  <bruno@clisp.org>
10873
10874         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
10875         ISO C 99 Technical Corrigendum 1.
10876
10877 2006-06-22  Simon Josefsson  <jas@extundo.com>
10878
10879         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
10880         MinGW.
10881
10882 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10883
10884         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
10885         needed.  Some compiler complained about some of them.  Problem reported
10886         by Larry Jones in
10887         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
10888
10889 2006-06-21  Simon Josefsson  <jas@extundo.com>
10890
10891         * tests/test-getaddrinfo.c: New file.
10892
10893         * modules/getaddrinfo-tests: New file.
10894
10895         * MODULES.html.sh: Add inet_pton.
10896
10897         * modules/inet_pton: New file.
10898
10899 2006-06-21  Simon Josefsson  <jas@extundo.com>
10900
10901         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
10902         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
10903         of using the (limited) gnulib implementation on Windows XP.
10904
10905         * m4/inet_pton.m4: New file.
10906
10907 2006-06-21  Simon Josefsson  <jas@extundo.com>
10908
10909         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
10910         variable.
10911
10912         * lib/socket_.h: Don't define WINVER.
10913
10914         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
10915         slightly modified to work in gnulib.
10916
10917 2006-06-21  Simon Josefsson  <jas@extundo.com>
10918
10919         * doc/gnulib.texi (Windows sockets): Add.
10920
10921 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
10922
10923         * lib/read-file.c (fread_file): Start with buffer allocation of
10924         0 bytes rather than 1 byte; this simplifies the code.
10925         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
10926         code to free buffer and save/restore errno.
10927         (internal_read_file): Remove unused local.
10928
10929 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
10930
10931         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
10932         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
10933         Problem reported by Denis Excoffier in
10934         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
10935
10936 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10937
10938         * modules/sys_socket, modules/socklen: Include sys/types since
10939         FreeBSD 4.x's sys/socket.h needs it.
10940
10941 2006-06-19  Simon Josefsson  <jas@extundo.com>
10942
10943         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
10944
10945 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10946
10947         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
10948
10949 2006-06-19  Bruno Haible  <bruno@clisp.org>
10950
10951         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
10952         and FULL_PATH_INTTYPES_H in angle brackets.
10953         Reported by Mark D. Baushke <mdb@gnu.org>.
10954
10955 2006-06-17  Eric Blake  <ebb9@byu.net>
10956
10957         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
10958         errno.
10959
10960 2006-06-17  Bruno Haible  <bruno@clisp.org>
10961
10962         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
10963         <sys/inttypes.h>.
10964
10965 2006-06-17  Bruno Haible  <bruno@clisp.org>
10966
10967         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
10968         whether errno is declared. Assume <errno.h> declares errno.
10969
10970 2006-06-17  Bruno Haible  <bruno@clisp.org>
10971
10972         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
10973
10974 2006-06-17  Bruno Haible  <bruno@clisp.org>
10975
10976         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
10977         problem on Solaris 2.5.1.
10978
10979 2006-06-16  Eric Blake  <ebb9@byu.net>
10980
10981         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
10982         * lib/unicodeio.c [!defined errno]: Likewise.
10983         * lib/strtol.c [!defined errno]: Likewise.
10984         * lib/strtod.c [!defined errno]: Likewise.
10985
10986 2006-06-15  Eric Blake  <ebb9@byu.net>
10987
10988         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
10989
10990 2006-06-15  Eric Blake  <ebb9@byu.net>
10991
10992         * config/srclist.txt (ssize_t.m4): Lose sync.
10993
10994 2006-06-15  Bruno Haible  <bruno@clisp.org>
10995
10996         * modules/stdint (Files): Include m4/full-header-path.m4,
10997         m4/size_max.m4, m4/wchar_t.m4.
10998         (Makefile.am): Many more substitutions.
10999         * modules/stdint-tests: New file.
11000         * tests/test-stdint.c: New file.
11001
11002 2006-06-15  Bruno Haible  <bruno@clisp.org>
11003
11004         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
11005         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
11006         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
11007         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
11008         gl_CHECK_TYPE_SAME): New macros.
11009
11010 2006-06-15  Bruno Haible  <bruno@clisp.org>
11011
11012         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
11013
11014 2006-06-15  Bruno Haible  <bruno@clisp.org>
11015
11016         * lib/stdint_.h: Rewritten to be fully auto-configured.
11017         Fixes bug on HP-UX/IA64.
11018
11019 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
11020
11021         * lib/getdate.y (__attribute__): Don't define if already defined.
11022         Problem reported by Larry Jones.
11023         * lib/utimens.c (__attribute__): Likewise.
11024
11025 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
11026
11027         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
11028         reported by Andreas Schwab.
11029
11030 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11031             Bruno Haible  <bruno@clisp.org>
11032
11033         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
11034         check for the declaration of strnlen and a run test that exposes the
11035         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
11036         rpl_strndup.
11037
11038 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11039             Bruno Haible  <bruno@clisp.org>
11040
11041         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
11042
11043 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11044
11045         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
11046         compile test, for Tru64 4.0D.
11047
11048 2006-05-28  Karl Berry  <karl@gnu.org>
11049
11050         * config/srclist.txt (printf-args.c): lose sync.
11051
11052 2006-05-26  Martin Lambers  <marlam@marlam.de>
11053
11054         * lib/getpass.c: Updates the test for the native W32 API, and adds
11055         missing includes, thus fixing compilation warnings.
11056
11057 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11058
11059         * lib/exclude.c (exclude_fnmatch): New function.
11060         (excluded_file_name): Call exclude_fnmatch.
11061         * lib/exclude.h (excluded_file_name): New prototype
11062
11063 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
11064
11065         * lib/tempname.c (small_open, large_open): New macros.
11066         (__open, __open64) [!_LIBC]: Remove.
11067         (__gen_tempname): Use small_open and large_open instead of __open
11068         and __open64.  This fixes a portability bug on HP-UX 11.11i
11069         reported by Simon Wing-Tang in
11070         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
11071
11072 2006-05-24  Bruno Haible  <bruno@clisp.org>
11073
11074         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
11075         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
11076         Reported by Thorsten Maerz <torte@netztorte.de> via
11077         Aaron Stone <aaron@serendipity.cx>.
11078
11079 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11080
11081         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
11082         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
11083         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
11084         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
11085         not really conditional on the cache.
11086         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
11087
11088 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11089
11090         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
11091         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
11092         (my_usleep): Don't mishandle maximum value.
11093
11094 2006-05-19  Jim Meyering  <jim@meyering.net>
11095
11096         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
11097
11098 2006-05-17  Bruno Haible  <bruno@clisp.org>
11099
11100         Cygwin portability.
11101         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
11102
11103 2006-05-17  Bruno Haible  <bruno@clisp.org>
11104
11105         * lib/stdint_.h: Fix recognition of Cygwin.
11106
11107 2006-05-15  Bruno Haible  <bruno@clisp.org>
11108
11109         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
11110         on libtool patch by Ralf Wildenhues.
11111
11112 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11113
11114         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
11115         test for C99 conformance; (bool) 0.5 is an integer constant
11116         expression, but (bool) -0.5 is not.  Problem reported by Fedor
11117         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
11118
11119 2006-05-11  Simon Josefsson  <jas@extundo.com>
11120
11121         * m4/xvasprintf.m4: Fix obvious typo.
11122
11123 2006-05-11  Jim Meyering  <jim@meyering.net>
11124
11125         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
11126         James Lemley.
11127
11128 2006-05-10  Simon Josefsson  <jas@extundo.com>
11129
11130         * lib/md4.c: Typo fix, update copyright years.
11131         (K1, K2): Don't use L because it turn computations into 64-bit on
11132         64-bit platforms.
11133
11134 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11135
11136         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
11137         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
11138         unwanted sign propagation, e.g., on hosts with 64-bit int.
11139         There still are some problems with reeelly weird theoretical hosts
11140         (e.g., 33-bit int) but it's not worth worrying about now.
11141         * lib/sha1.c (rol): Likewise.
11142         (K1, K2, K3, K4): Remove unnecessary L suffix.
11143
11144 2006-05-10  Bruno Haible  <bruno@clisp.org>
11145
11146         * lib/des.c: Cast to avoid warnings.
11147
11148 2006-05-09  Bruno Haible  <bruno@clisp.org>
11149
11150         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
11151         (Depends-on): Depend also on xsize, stdarg.
11152         (configure.ac): Add gl_XVASPRINTF.
11153
11154 2006-05-09  Bruno Haible  <bruno@clisp.org>
11155
11156         * m4/xvasprintf.m4: New file.
11157
11158 2006-05-09  Bruno Haible  <bruno@clisp.org>
11159
11160         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
11161         (EOVERFLOW): Define fallback value.
11162         (xstrcat): New function.
11163         (xvasprintf): Recognize the special case of a string concatenation.
11164
11165 2006-05-08  Eric Blake  <ebb9@byu.net>
11166
11167         * gnulib-tool (func_version): Base copyright year on CVS date.
11168         (func_emit_copyright_notice): New function.
11169         (func_emit_lib_Makefile_am): Use it.
11170         (func_emit_tests_Makefile_am): Likewise.
11171         (func_import): Likewise.
11172
11173 2006-05-08  Bruno Haible  <bruno@clisp.org>
11174
11175         * modules/stdarg: New file.
11176         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
11177
11178 2006-05-08  Bruno Haible  <bruno@clisp.org>
11179
11180         * m4/stdarg.m4: New file, from GNU gettext.
11181
11182 2006-05-08  Bruno Haible  <bruno@clisp.org>
11183
11184         * config/srclist.txt (build-aux/config.rpath): different from latest
11185         release.
11186
11187 2006-05-08  Bruno Haible  <bruno@clisp.org>
11188
11189         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
11190
11191 2006-05-05  Jim Meyering  <jim@meyering.net>
11192
11193         * m4/warning.m4: New file, derived from bison's file by the same name.
11194
11195 2006-05-03  Bruno Haible  <bruno@clisp.org>
11196
11197         * lib/stdint_.h: Shorter URL.
11198         * lib/inttypes.h: Likewise.
11199
11200 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11201
11202         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
11203
11204 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11205
11206         * lib/verify.h: Document the internals better.  Most of this change
11207         was written by Bruno Haible.
11208
11209 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11210
11211         * doc/verify.texi: New file, partly based on a proposal by
11212         Bruno Haible.
11213
11214 2006-05-02  Bruno Haible  <bruno@clisp.org>
11215
11216         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
11217         test from here...
11218         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
11219
11220 2006-04-29  Bruno Haible  <bruno@clisp.org>
11221
11222         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
11223         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
11224
11225 2006-04-29  Bruno Haible  <bruno@clisp.org>
11226
11227         * gnulib-tool: Make --update option actually work.
11228
11229 2006-04-29  Bruno Haible  <bruno@clisp.org>
11230
11231         * doc/gcd.texi: New file.
11232         * doc/gnulib.texi: Include it.
11233
11234 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11235
11236         * lib/getdate.y (get_date): When adding relative date, start with the
11237         initial time, not with the result of the first mktime call.
11238
11239 2006-04-25  Bruno Haible  <bruno@clisp.org>
11240
11241         * gnulib-tool (func_import): Output the include directives in three
11242         blocks, sorted separately.
11243         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11244
11245 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11246
11247         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
11248         to define main with arguments, for C++.  Reported by Eric Blake.
11249         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
11250         Prefer 'int main ()' to 'int main (void)', for C++.
11251         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
11252         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
11253         for 'main', for C99 and C++.
11254
11255 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11256
11257         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
11258         Don't assume that exit status -1 is valid.
11259         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11260         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
11261         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11262         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
11263         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
11264         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
11265         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
11266         functions can be used without declaring them, or that you can
11267         exit with status -1.
11268         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11269
11270 2006-04-24  Karl Berry  <karl@gnu.org>
11271
11272         * config/srclist.txt (longdouble.m4): sync lost.
11273
11274 2006-04-24  Eric Blake  <ebb9@byu.net>
11275
11276         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
11277
11278 2006-04-24  Bruno Haible  <bruno@clisp.org>
11279
11280         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
11281         poll() implementation in AIX.
11282         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11283
11284 2006-04-24  Bruno Haible  <bruno@clisp.org>
11285
11286         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
11287         assigned exactly once.
11288
11289 2006-04-23  Claudio Fontana  <claudio@gnu.org>
11290             Bruno Haible  <bruno@clisp.org>
11291
11292         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
11293         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
11294         for AM_CPPFLAGS.
11295
11296 2006-04-23  Bruno Haible  <bruno@clisp.org>
11297
11298         * modules/copy-file: Depend on unistd.
11299         * modules/execute: Likewise.
11300         * modules/fatal-signal: Likewise.
11301         * modules/findprog: Likewise.
11302         * modules/mkdtemp : Likewise.
11303         * modules/pipe: Likewise.
11304         * modules/wait-process: Likewise.
11305
11306 2006-04-23  Bruno Haible  <bruno@clisp.org>
11307
11308         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
11309         condition was already detected.
11310         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11311
11312 2006-04-23  Bruno Haible  <bruno@clisp.org>
11313
11314         * lib/copy-file.c: Include <unistd.h> unconditionally.
11315         * lib/execute.c: Likewise.
11316         * lib/fatal-signal.c: Likewise.
11317         * lib/findprog.c: Likewise.
11318         * lib/mkdtemp.c: Likewise.
11319         * lib/pipe.h: Likewise.
11320         * lib/pipe.c: Likewise.
11321         * lib/wait-process.h: Likewise.
11322
11323 2006-04-23  Bruno Haible  <bruno@clisp.org>
11324
11325         * gnulib-tool (func_usage): Fix --import description. Document
11326         --update.
11327         (func_import): Create temporary file in a temporary directory, if
11328         --dry-run is specified. Silence errors from 'grep' when there are no
11329         m4 files in $m4dir.
11330         (func_create_testdir): Silence errors from 'grep' when there are no
11331         m4 files in $m4dir.
11332         Reported by Karl Berry <karl@freefriends.org>.
11333
11334 2006-04-20  Bruno Haible  <bruno@clisp.org>
11335
11336         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
11337         one argument, so that the code will be portable to Autoconf 2.60.
11338         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
11339         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11340         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
11341
11342 2006-04-19  Derek Price  <derek@ximbiot.com>
11343             Eric Blake  <ebb9@byu.net>
11344
11345         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
11346         rather than "/full/path.h".  Update comment to match.  Shorten &
11347         generalize m4_translit call via AS_TR_CPP.
11348
11349 2006-04-19  Derek Price  <derek@ximbiot.com>
11350             Eric Blake  <ebb9@byu.net>
11351
11352         * lib/inttypes.h: Correct grammar in comment.
11353
11354 2006-04-18  Derek Price  <derek@ximbiot.com>
11355             Paul Eggert  <eggert@cs.ucla.edu>
11356
11357         * modules/inttypes: New file.
11358         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
11359
11360 2006-04-18  Derek Price  <derek@ximbiot.com>
11361             Paul Eggert  <eggert@cs.ucla.edu>
11362
11363         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
11364         New files.
11365
11366 2006-04-18  Derek Price  <derek@ximbiot.com>
11367             Paul Eggert  <eggert@cs.ucla.edu>
11368
11369         * lib/inttypes.h: New file.
11370         * lib/strtoimax.c: Assume <inttypes.h>.
11371
11372 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
11373
11374         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
11375         isn't mounted.  Problem reported by Kir Kolyshkin.
11376
11377 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11378
11379         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
11380         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
11381         Derek R. Price.
11382         * lib/regex.h (RE_DUP_MAX): Update comment to match current
11383         implementation.
11384
11385 2006-04-12  Eric Blake  <ebb9@byu.net>
11386
11387         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
11388         is now done automatically by the corresponding Autoconf macro.
11389
11390 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
11391
11392         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
11393         time_r.h.
11394
11395 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11396
11397         Merge regex changes from libc, removing some of our
11398         POSIX-conformance changes that were rejected and redoing them in a
11399         less-intrusive way.
11400
11401         * lib/regcomp.c (re_compile_internal, init_dfa):
11402         Length arg is now size_t, not Idx.  All uses changed.
11403         (peek_token): Forward decl now says internal_function.
11404         (__re_error_msgid, __re_error_msgid_idx):
11405         Now static rather than extern with attribute_hidden.
11406         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
11407         For some reason libc prefers K&R style defns for external functions.
11408         (regerror) [!defined _LIBC]: Likewise.
11409         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
11410         (seek_collating_symbol_entry, lookup_collation_sequence_value):
11411         (build_range_exp, build_collating_symbol):
11412         Use K&R-style defn.
11413         (re_compile_fastmap): Use '\0' to memset, not 0.
11414         (utf8_sb_map): Make the calculations more obvious.
11415         (init_dfa, parse_bracket_exp, build_charclass_op):
11416         Call calloc and cast result, as glibc does.
11417         (init_word_char, fetch_token, peek_token, peek_token_bracket):
11418         (build_range_exp, build_collating_symbol):
11419         Now internal functions.
11420
11421         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
11422
11423         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
11424         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
11425         Don't depend on VMS; depend on __VMS instead, for POSIX
11426         namespace cleanness.
11427         (regoff_t): Define to ssize_t, not long int.
11428
11429         Remove the REG_ macros named below.  Instead, make the old names
11430         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
11431         __USE_GNU_REGEX.
11432         (REG_BACKSLASH_ESCAPE_IN_LISTS):
11433         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
11434         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
11435         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
11436         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
11437         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
11438         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
11439         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
11440         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
11441         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
11442         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
11443         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
11444         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
11445         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
11446         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
11447         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
11448         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
11449         (REG_NREGS):
11450         Remove.  All uses replaced by the old RE_* names.
11451         (RE_BACKSLASH_ESCAPE_IN_LISTS):
11452         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
11453         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
11454         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
11455         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
11456         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
11457         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
11458         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
11459         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
11460         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
11461         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
11462         Don't bother having these macros be independent of each others'
11463         values, since they no longer exist in the POSIX name space.
11464
11465         Rename the following member names back to their old names,
11466         unless !__USE_GNU_REGEX.  All uses changed back.
11467         (buffer): Renamed from re_buffer.
11468         (allocated): Renamed from re_allocated.
11469         (used): Renamed from re_used.
11470         (syntax): Renamed from re_syntax.
11471         (fastmap): Renamed from re_fastmap.
11472         (translate): Renamed from re_translate.
11473         (can_be_null): Renamed from re_can_be_null.
11474         (regs_allocated): Renamed from re_regs_allocated.
11475         (fastmap_accurate): Renamed from re_fastmap_accurate.
11476         (no_sub): Renamed from re_no_sub.
11477         (not_bol): Renamed from re_not_bol.
11478         (not_eol): Renamed from re_not_eol.
11479         (newline_anchor): Renamed from re_newline_anchor.
11480         (num_regs): Renamed from rm_num_regs.
11481         (start): Renamed from rm_start.
11482         (end): Renamed from rm_end.
11483
11484         (free_state): Move up a bit.
11485
11486         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
11487         #define to be empty.
11488         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
11489         when that is what is intended.
11490         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
11491         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
11492         (MAX): New macro.
11493         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
11494         All uses changed back to re_malloc, etc.  It's now the caller's
11495         responsibility to check for overflow; all callers changed.
11496         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
11497         (re_x2nrealloc): Remove.
11498         (free_state): Remove decl.
11499
11500         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
11501         (re_set_registers, re_exec):
11502         Use K&R-style defn.
11503
11504         2006-01-31  Roland McGrath  <roland@redhat.com>
11505
11506         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
11507         Reported by Mike Frysinger <vapier@gentoo.org>.
11508
11509         2006-01-15  Andreas Jaeger  <aj@suse.de>
11510
11511         [BZ #1950]
11512         * lib/regex_internal.c (re_string_reconstruct): Adjust for
11513         build_wcs_upper_buffer change.
11514         (build_wcs_upper_buffer): Change return type.
11515
11516         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
11517
11518         * lib/regex_internal.h: Include <stdint.h> if available.
11519
11520         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
11521
11522         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
11523
11524         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11525
11526         * lib/regcomp.c: Adjust for changed secondary hash function.
11527
11528         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
11529
11530         * lib/regex.h: Pretty printing.
11531         Clean up namespace a bit.
11532
11533         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
11534
11535         * lib/regexec.c (update_cur_sifted_state, check_arrival,
11536         check_arrival_add_next_nodes): Avoid using uninitialized variable.
11537
11538         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11539                     Ulrich Drepper  <drepper@redhat.com>
11540
11541         [BZ #1302]
11542         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
11543         changed.
11544         (bitset_word_t): Renamed from bitset_word.  All uses changed.
11545
11546         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
11547
11548         [BZ #281]
11549         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
11550         * lib/regcomp.c: Remove unnecessary uses of
11551         unsigned RE_TRANSLATE_TYPE.
11552         * lib/regex_internal.h: Likewise.
11553         * lib/regex_internal.c: Likewise.
11554         * lib/regexec.c: Likewise.
11555         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
11556
11557         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
11558
11559         * lib/regexec.c (find_recover_state): Remove unnecessary
11560         initialization.
11561         (transit_state_bkref): Make DFA a const pointer.
11562         (get_subexp): Likewise.
11563         (check_arrival): Likewise.
11564         (update_cur_sifted_state): Likewise.
11565         (re_search_internal): Likewise.
11566         (prune_impossible_nodes): Likewise.
11567         (acquire_init_state_context): Likewise.
11568         (proceed_next_node): Likewise.
11569         (set_regs): Likewise.
11570         (free_fail_stack_return): Likewise.
11571         (check_arrival_expand_ecl): Mark DFA parameter as const.
11572         (check_arrival_expand_ecl_sub): Likewise.
11573         (check_subexp_limits): Likewise.
11574         (sub_epsilon_src_nodes):  Likewise.
11575         (add_epsilon_src_nodes):  Likewise.
11576         (merge_state_array): Likewise.
11577         (update_regs): Likewise.
11578         (build_trtable): Likewise.
11579         (sift_states_backward): Mark MCTX parameter as const.
11580         (build_sifted_states): Likewise.
11581         (update_cur_sifted_state): Likewise.
11582         (sift_states_mkref): Likewise.
11583         (check_arrival_expand_ecl): Mark eclosure as const.
11584         (check_dst_limits_calc_pos_1): Likewise.
11585         * lib/regex_internal.h (re_match_context_t): Make dfa a const
11586         pointer.
11587
11588         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
11589
11590         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
11591         (transit_state_sb): Likewise.
11592         (transit_state_mb): Likewise.
11593         (sift_states_iter_mb): Likewise.
11594         (check_arrival_add_next_nodes): Likewise.
11595         (check_node_accept_bytes): Change first parameter to pointer-to-const.
11596         [_LIBC] (re_search_2_stub): Use mempcpy.
11597
11598         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
11599         mbrtowc for very simple UTF-8 case.
11600
11601         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
11602         a pointer-to-const.
11603         (re_acquire_state_context): Likewise.
11604         * lib/regex_internal.h: Adjust prototypes.
11605
11606         * lib/regex.c: Prevent using C++ compilers.
11607
11608         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
11609         (re_acquire_state_context): Likewise.
11610
11611 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11612
11613         * modules/regex (Depends-on): Add ssize_t.
11614
11615 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11616
11617         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
11618         translation table.
11619
11620 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11621
11622         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
11623
11624 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
11625             Bruno Haible  <bruno@clisp.org>
11626
11627         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
11628         <sys/types.h> and <inttypes.h>.
11629
11630 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11631
11632         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
11633         `__error_t_defined', so argp.h will not typedef the former.
11634
11635 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
11636
11637         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
11638         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
11639         glibc names.  Even if glibc is changed to conform to POSIX, the
11640         traditional names will be available anyway, since regex depends on
11641         the extensions module.  Also, fix a longstanding typo in the
11642         implementation of Spencer ERE test #75 from grep 2.3.  Problems
11643         reported by Emanuele Giaquinta.  Also, change sense of cached
11644         variable, so that the message makes sense.
11645
11646 2006-03-24  Simon Josefsson  <jas@extundo.com>
11647
11648         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
11649         including some doc fixes.
11650         (base64_encode_alloc): Fix +1 bug on allocation failures.
11651
11652 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11653
11654         * lib/base64.c (base64_encode): Do not read past end of array with
11655         unsanitized input on systems with CHAR_BIT > 8.
11656
11657 2006-03-24  Eric Blake  <ebb9@byu.net>
11658
11659         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
11660
11661 2006-03-22  Karl Berry  <karl@gnu.org>
11662
11663         * config/srclist.txt (*setenv.[ch]): get from coreutils.
11664         * config/srclistvars.sh (COREUTILS): new var.
11665
11666 2006-03-17  Jim Meyering  <jim@meyering.net>
11667
11668         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
11669         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
11670
11671 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11672
11673         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
11674         no longer needs it.  Instead, check that regoff_t is as least
11675         as wide as ptrdiff_t.
11676
11677         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
11678         so that our regex.h stays compatible with the installed regex.
11679         This is helpful for installers who configure --without-included-regex.
11680         Problem reported by Emanuele Giaquinta.
11681
11682 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11683
11684         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
11685         Typedef to long int, not to off_, as POSIX will likely change
11686         in that direction.
11687
11688 2006-03-15  Eric Blake  <ebb9@byu.net>
11689
11690         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
11691
11692 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11693
11694         * lib/argp-help.c (validate_uparams): Fix typo
11695         * lib/argp-parse.c (argp_default_options): Consistently begin help
11696         messages with a lowercase letter.
11697
11698 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
11699
11700         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
11701         overrun buffers and shouldn't be used (much as gets shouldn't be
11702         used).
11703         * lib/time_r.c (asctime_r, ctime_r): Likewise.
11704
11705 2006-03-08  Simon Josefsson  <jas@extundo.com>
11706
11707         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
11708         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11709
11710 2006-03-08  Simon Josefsson  <jas@extundo.com>
11711
11712         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
11713         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11714
11715 2006-03-08  Simon Josefsson  <jas@extundo.com>
11716
11717         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
11718         signal that configure disabled the device.
11719
11720 2006-03-08  Simon Josefsson  <jas@extundo.com>
11721
11722         * build-aux/maint.mk: Fix refresh-po, to handle no translated
11723         languages.
11724
11725 2006-03-07  Simon Josefsson  <jas@extundo.com>
11726
11727         * modules/getopt (Depends-on): Add unistd.
11728
11729         * modules/unistd: New file.
11730
11731 2006-03-07  Simon Josefsson  <jas@extundo.com>
11732
11733         * modules/gc-random: New file.
11734
11735 2006-03-07  Simon Josefsson  <jas@extundo.com>
11736
11737         * m4/unistd_h.m4: New file.
11738
11739 2006-03-07  Simon Josefsson  <jas@extundo.com>
11740
11741         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
11742         test to be side-effect free by storing the result in the cache
11743         variable gl_cv_lib_readline, and moving the assignment of
11744         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
11745         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11746
11747 2006-03-07  Simon Josefsson  <jas@extundo.com>
11748
11749         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
11750         error on missing devices (the functions will return an error).
11751
11752         * m4/gc.m4: Move random stuff to gc-random.m4
11753
11754 2006-03-07  Simon Josefsson  <jas@extundo.com>
11755
11756         * lib/unistd_.h: New file.
11757
11758 2006-03-07  Simon Josefsson  <jas@extundo.com>
11759
11760         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
11761
11762 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11763
11764         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
11765         Problem reported by Juan Manuel Guerrero.
11766
11767 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11768
11769         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
11770         the unistd module.
11771         * lib/getlogin_r.c: Likewise.
11772         * lib/getlogin_r.h: Likewise.
11773         * lib/glob.c: Likewise.
11774         * lib/pagealign_alloc.c: Likewise.
11775         * lib/unistd_.h: Remove; no longer needed.
11776
11777 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11778
11779         * MODULES.html.sh (Support for systems lacking POSIX:2001):
11780         Add unistd.
11781         * modules/c-stack (Depends-on): Add unistd.
11782         * modules/getlogin_r: Likewise.
11783         * modules/glob: Likewise.
11784         * modules/pagealign_alloc: Likewise.
11785         * modules/unistd (Files): Remove lib/unistd_.h.
11786         (EXTRA_DIST): Remove.
11787         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
11788         need unistd_.h.
11789         (MOSTLYCLEANFILES): Remove unistd.h-t.
11790
11791 2006-03-03  Simon Josefsson  <jas@extundo.com>
11792
11793         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
11794
11795 2006-03-03  Simon Josefsson  <jas@extundo.com>
11796
11797         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
11798         libidn and bison.
11799
11800 2006-03-03  Simon Josefsson  <jas@extundo.com>
11801
11802         * build-aux/maint.mk: Add indent target.
11803
11804 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
11805
11806         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
11807         our replacement poll.h in any case, to avoid a differing
11808         declaration from a system header.  Seen on AIX.
11809
11810 2006-03-01  Simon Josefsson  <jas@extundo.com>
11811
11812         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
11813         <kasal@ucw.cz>.
11814
11815 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11816
11817         * modules/gettime (Depends-on): Add extensions module.
11818         * modules/nanosleep (Depends-on): Likewise.
11819         * modules/settime (Depends-on): Likewise.
11820
11821 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11822
11823         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
11824         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
11825         pedantically.
11826         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11827         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
11828
11829         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
11830         not "==".  Reported by Ralf Wildenhues.
11831
11832 2006-03-01  Karl Berry  <karl@gnu.org>
11833
11834         * doc/Copyright/request-*: new files, synced from gnuorg.
11835
11836 2006-03-01  Karl Berry  <karl@gnu.org>
11837
11838         * config/srclist.txt (Copyright/*): new entries.
11839
11840 2006-02-28  Simon Josefsson  <jas@extundo.com>
11841
11842         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
11843
11844 2006-02-27  Simon Josefsson  <jas@extundo.com>
11845
11846         * lib/base64.h: Indent #define's.  From Jim Meyering
11847         <jim@meyering.net>.
11848
11849 2006-02-27  Jim Meyering  <jim@meyering.net>
11850
11851         Revert the change of 2006-02-24, so these files can continue
11852         to be sync'd from gettext.
11853         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
11854         of `config.h'.
11855
11856 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
11857
11858         * modules/intprops: New file.
11859         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11860         Add intprops.
11861         * modules/getloadavg (Files): Remove lib/intprops.h.
11862         (Depends-on): Add intprops.
11863         * modules/human: Likewise.
11864         * modules/inttostr: Likewise.
11865         * modules/openat: Likewise.
11866         * modules/sig2str: Likewise.
11867         * modules/userspec: Likewise.
11868         * modules/utimecmp: Likewise.
11869         * modules/xnanosleep: Likewise.
11870         * modules/xstrtol: Likewise.
11871
11872 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
11873
11874         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
11875         * modules/lock-tests (TESTS): Use $(EXEEXT).
11876         * modules/tls-tests: Likewise.
11877         * modules/argp-tests: Likewise.
11878         (check_PROGRAMS): New var, replacing...
11879         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
11880
11881 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11882
11883         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
11884         `config.h'.
11885
11886 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
11887
11888         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
11889
11890 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11891
11892         Sync from coreutils.
11893         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
11894         gl_CHDIR_SAFER.
11895
11896 2006-02-22  Jim Meyering  <jim@meyering.net>
11897
11898         Sync from coreutils.
11899         * m4/chdir-safer.m4: New file.
11900
11901 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
11902
11903         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
11904         AT_FDCWD exceeds INT_MAX.
11905         * lib/openat.h (AT_FDCWD): Likewise.
11906
11907 2006-02-17  Eric Blake  <address@hidden>
11908
11909         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
11910
11911 2006-02-16  Simon Josefsson  <jas@extundo.com>
11912
11913         * modules/getaddrinfo (Depends-on): Add sys_socket.
11914
11915 2006-02-15  Simon Josefsson  <jas@extundo.com>
11916
11917         * build-aux/maint.mk: Add dsyntax-check rule.
11918
11919 2006-02-15  Eric Blake  <ebb9@byu.net>
11920
11921         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
11922         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
11923         'present but cannot compile' warnings on cygwin.
11924         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
11925         use ws2tcpip.h if sys/socket.h works.
11926         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
11927         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
11928
11929 2006-02-14  Simon Josefsson  <jas@extundo.com>
11930
11931         * modules/maintainer-makefile (Files): Rename.
11932
11933         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
11934         and (the local) Makefile.cfg to maint-cfg.mk.
11935
11936         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
11937         to the latter.
11938
11939         * modules/maintainer-makefile: New module.
11940
11941         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
11942         severaly stripped to make it possible to build it up from scratch
11943         with reliable tests.
11944
11945         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
11946         fixes to permit overriding the default actions when configure and
11947         makefile are not available.
11948
11949 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
11950
11951         Sync from coreutils.
11952         * modules/lstat (Depends-on): Don't depend on xalloc.
11953         (License): Change from GPL to LGPL, since this is now simply a
11954         replacement for a libc function.
11955
11956 2006-02-14  Jim Meyering  <jim@meyering.net>
11957
11958         Sync from coreutils.
11959
11960         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
11961         failure on deficient systems, and simplify gnulib lgpl dependencies.
11962         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
11963         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
11964
11965         * lib/xalloc-die.c: Remove unused definition of N_.
11966
11967 2006-02-14  Jim Meyering  <jim@meyering.net>
11968
11969         Sync from coreutils.
11970         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
11971         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
11972         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
11973         double-quote uses of that variable, to accommodate the rare case in
11974         which getmntent is available in none of the libraries checked.  This
11975         happens at least on FreeBSD 5.0.
11976
11977 2006-02-13  Simon Josefsson  <jas@extundo.com>
11978
11979         * gnulib-tool (Usage): Fix --import, from
11980         karl@freefriends.org (Karl Berry).
11981
11982 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11983
11984         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
11985
11986 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
11987
11988         * lib/argp-namefrob.h: Restore changes accidentally lost during the
11989         "autoupdate" on 2005-12-12.
11990
11991 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11992
11993         * modules/closeout (Depends-on): Remove atexit.
11994
11995 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
11996
11997         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
11998         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
11999
12000 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
12001
12002         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
12003         __EXTENSIONS__ if this causes compilation to fail.  Problem
12004         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
12005         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
12006
12007 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
12008
12009         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
12010         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
12011         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
12012         All uses changed.
12013
12014 2006-01-26  Simon Josefsson  <jas@extundo.com>
12015
12016         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
12017         prototype is visible on mingw32.
12018
12019         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
12020         for mingw32.
12021
12022         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
12023         mingw32).
12024
12025 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
12026
12027         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
12028         attempt to open for write; this always fails, at least on POSIX
12029         hosts.  This reinstates the 2006-01-09 change, which was
12030         inadvertently removed.
12031
12032 2006-01-26  Bruno Haible  <bruno@clisp.org>
12033
12034         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
12035         Reported by Paul Eggert.
12036
12037 2006-01-26  Bruno Haible  <bruno@clisp.org>
12038             Paul Eggert  <eggert@cs.ucla.edu>
12039
12040         * lib/stdbool_.h (_Bool)
12041         [(! (defined __cplusplus || defined __BEOS__)
12042           && !defined __GNUC__
12043           && !(defined __HP_cc || defined __xlc__
12044                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
12045                || defined __sgi))]:
12046         #define to signed char in these cases too; this simplifies
12047         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
12048         etc., separately) and makes it more conservative.
12049
12050 2006-01-25  Simon Josefsson  <jas@extundo.com>
12051
12052         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
12053         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
12054         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
12055
12056 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12057
12058         * lib/argp-namefrob.h: Bugfix. Remove stray #
12059
12060 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12061
12062         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
12063         so that we test the test.
12064         Check for yet another HP-UX cc bug involving *bool |= bool.
12065
12066 2006-01-25  Karl Berry  <karl@gnu.org>
12067
12068         * config/srclist.txt (vasnprintf.c): sync lost.
12069
12070 2006-01-25  Jim Meyering  <jim@meyering.net>
12071
12072         Sync from the stable (b5) branch of coreutils:
12073
12074         * lib/fts.c (fts_children): Don't let close() clobber errno from
12075         failed fchdir().
12076
12077         * lib/fts.c (fts_stat): When following a symlink-to-directory,
12078         don't necessarily interpret stat-fails+lstat-succeeds as indicating
12079         a dangling symlink.  That can also happen at least for ELOOP.
12080         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
12081         FYI, this bug predates the inclusion of fts.c in coreutils.
12082
12083         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
12084         in their own block, so pre-c99 compilers don't object.
12085
12086         Avoid the double-free (first in fts_read, second in fts_close) that
12087         would occur when an `active' directory is made inaccessible (e.g.,
12088         via chmod a-x) during a traversal.
12089         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12090         before returning.  Reproduce this failure by
12091         mkdir -p a/b; cd a; chmod a-x . b
12092         Reported by Stavros Passas.
12093
12094 2006-01-25  Jim Meyering  <jim@meyering.net>
12095
12096         * lib/fileblocks.c: Remove more useless parentheses.
12097         * lib/readutmp.h: Likewise.
12098
12099 2006-01-25  Bruno Haible  <bruno@clisp.org>
12100
12101         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
12102         warnings.
12103         Reported by Paul Eggert.
12104
12105 2006-01-25  Bruno Haible  <bruno@clisp.org>
12106
12107         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
12108         rid of a trap command. For Solaris sh.
12109         Reported by Mark D. Baushke <mdb@gnu.org>.
12110
12111 2006-01-24  Simon Josefsson  <jas@extundo.com>
12112
12113         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
12114         Bruno.
12115
12116 2006-01-24  Karl Berry  <karl@gnu.org>
12117
12118         * config/srclist.txt (argp-namefrob.h): sync lost.
12119
12120 2006-01-24  Jim Meyering  <jim@meyering.net>
12121
12122         * modules/openat (Files): Add lib/intprops.h.
12123         From Mark D. Baushke.
12124
12125 2006-01-24  Jim Meyering  <jim@meyering.net>
12126
12127         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
12128         Reported by Mark D. Baushke.
12129
12130 2006-01-24  Jim Meyering  <jim@meyering.net>
12131
12132         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
12133
12134 2006-01-24  Bruno Haible  <bruno@clisp.org>
12135
12136         * modules/strnlen (Maintainer): Change from glibc to all.
12137
12138 2006-01-24  Bruno Haible  <bruno@clisp.org>
12139
12140         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
12141         Patch by Paul Eggert.
12142
12143 2006-01-24  Bruno Haible  <bruno@clisp.org>
12144
12145         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
12146         already has it.
12147         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
12148         2005-11-26.
12149
12150         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
12151         'signed char' to avoid problems with the built-in _Bool type.
12152         Reported by Paul Eggert on 2005-11-26.
12153
12154 2006-01-24  Bruno Haible  <bruno@clisp.org>
12155
12156         * gnulib-tool (func_import): Avoid constructing complicated sed
12157         expressions inside backquote.
12158         Report and solution by Mark D. Baushke <mdb@gnu.org>.
12159
12160 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
12161
12162         These changes imported from libc.
12163         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
12164         test and two separate function calls.
12165         * lib/strndup.c (__strndup): Add libc_hidden_def.
12166
12167 2006-01-23  Simon Josefsson  <jas@extundo.com>
12168
12169         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
12170         Remove the test_*_SOURCES variable: automake infers it by default.
12171         * modules/tls-tests: Likewise.
12172
12173 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12174
12175         Work around porting bugs reported by Dieter in
12176         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
12177         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
12178         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
12179         Include "getopt.h" first, to check interface.
12180         (getenv): Declare only if defined HAVE_DECL_GETENV &&
12181         !HAVE_DECL_GETENV.
12182         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
12183         (__strndup): Revert to K&R-style function dfns, the glibc style.
12184         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
12185         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
12186         Include strnlen.h first, to get prototype properly.
12187         (strnlen): Renamed from __strnlen.
12188         Remove weak alias.
12189
12190 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12191
12192         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
12193
12194 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12195
12196         * config/srclist.txt: Adjust to reflect glibc reorganization.
12197         This affects only comments.
12198
12199 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12200
12201          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
12202          Reported by Bruce Korb <bkorb@gnu.org>.
12203
12204 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
12205
12206         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
12207         to pacify gcc -Wswitch-default.
12208
12209 2006-01-22  Bruno Haible  <bruno@clisp.org>
12210
12211         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
12212         temporary buffer for sprintf, take into account the precision also
12213         for 'd', 'i', 'u', 'o', 'x', 'X'.
12214
12215 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12216
12217         * modules/argp-tests: New module
12218         * tests/test-argp.c: New file
12219         * tests/test-argp-2.sh: New file
12220
12221 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12222
12223         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
12224         (__argp_base_name): Removed
12225         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
12226         typo.
12227         (__argp_base_name): Provide macro definition or extern declaration
12228         depending on the configuration
12229
12230 2006-01-20  Simon Josefsson  <jas@extundo.com>
12231
12232         * modules/inet_ntop (Depends-on): Depend on sys_socket.
12233
12234 2006-01-20  Simon Josefsson  <jas@extundo.com>
12235
12236         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
12237
12238 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12239
12240         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
12241         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
12242         Suggested by Bruno Haible.
12243
12244 2006-01-20  Karl Berry  <karl@gnu.org>
12245
12246         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
12247         until changes propagate, I guess.
12248
12249 2006-01-19  Simon Josefsson  <jas@extundo.com>
12250
12251         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
12252
12253 2006-01-19  Simon Josefsson  <jas@extundo.com>
12254
12255         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
12256
12257 2006-01-19  Simon Josefsson  <jas@extundo.com>
12258
12259         * gnulib-tool: Set check_PROGRAMS.
12260
12261         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12262         modules/des-tests, modules/gc-arcfour-tests,
12263         modules/gc-arctwo-tests, modules/gc-des-tests,
12264         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12265         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12266         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12267         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12268         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12269         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
12270         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
12271         test_*_SOURCES.
12272
12273 2006-01-18  Simon Josefsson  <jas@extundo.com>
12274
12275         * modules/socklen (Depends-on): Depend on sys_socket.
12276
12277 2006-01-18  Simon Josefsson  <jas@extundo.com>
12278
12279         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12280         modules/des-tests, modules/gc-arcfour-tests,
12281         modules/gc-arctwo-tests, modules/gc-des-tests,
12282         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12283         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12284         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12285         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12286         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12287         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
12288         $(EXEEXT) to automake TESTS variable, for mingw32.
12289
12290 2006-01-17  Simon Josefsson  <jas@extundo.com>
12291
12292         * modules/socklen (Include): Need sys/socket.h.
12293
12294 2006-01-17  Bruno Haible  <bruno@clisp.org>
12295
12296         * modules/ssize_t (Include): Add <sys/types.h>.
12297
12298 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
12299
12300         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
12301         it's not portable and it doesn't work with cross-compiles.
12302         Problem reported by Bruno Haible.  Fix missing-$ typo in
12303         'test "gl_cv_ignore_unused_libraries" ...' that prevented
12304         -zignore from being used with Sun's C compiler.
12305
12306 2006-01-12  Simon Josefsson  <jas@extundo.com>
12307
12308         * lib/base64.c: Fix warning, reported by Bruno Haible
12309         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
12310
12311 2006-01-12  Bruno Haible  <bruno@clisp.org>
12312
12313         * modules/ldd: New file.
12314         * build-aux/ldd.sh.in: New file.
12315         * MODULES.html.sh (Support for building libraries and executables): Add
12316         ldd.
12317
12318 2006-01-12  Bruno Haible  <bruno@clisp.org>
12319
12320         * m4/ldd.m4: New file.
12321
12322 2006-01-12  Bruno Haible  <bruno@clisp.org>
12323
12324         * gnulib-tool (func_import, func_create_testdir): Don't go into an
12325         endless loop while replacing $auxdir with build-aux.
12326
12327 2006-01-11  Simon Josefsson  <jas@extundo.com>
12328
12329         * lib/stdint_.h (SIZE_MAX): Add missing (.
12330
12331 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
12332
12333         Sync from coreutils.
12334         * lib/md5.c: Fix commentary typos.
12335         (alignof, UNALIGNED_P): No need for a GCC-specific version.
12336         * lib/md5.h (__attribute__): Remove; unused.
12337         * lib/sha1.c: Fix commentary to match md5 better.
12338         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
12339         so that we don't need to worry about alignment.  All uses changed.
12340         This merges the 2005-10-28 md5 change into sha1.
12341
12342 2006-01-11  Jim Meyering  <jim@meyering.net>
12343
12344         Sync from coreutils.
12345         * lib/md5.c (OP): Fix spacing.
12346
12347 2006-01-11  Bruno Haible  <bruno@clisp.org>
12348
12349         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12350         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
12351         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
12352
12353 2006-01-11  Bruno Haible  <bruno@clisp.org>
12354
12355         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12356         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
12357         the "early" section as well.
12358
12359 2006-01-11  Bruno Haible  <bruno@clisp.org>
12360
12361         Avoid "ar: no archive members specified" error on MacOS X.
12362         * gnulib-tool (func_modules_add_dummy): New function.
12363         (func_import, func_create_testdir): Invoke it.
12364
12365 2006-01-11  Bruno Haible  <bruno@clisp.org>
12366
12367         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
12368         with $auxdir in AC_CONFIG_FILES statements.
12369
12370 2006-01-11  Bruno Haible  <bruno@clisp.org>
12371
12372         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12373         Initialize also noinst_HEADERS to empty.
12374
12375 2006-01-11  Bruno Haible  <bruno@clisp.org>
12376
12377         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
12378         variables.
12379         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
12380         autoreconf.
12381
12382 2006-01-11  Bruno Haible  <bruno@clisp.org>
12383
12384         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
12385         overridable by the user.
12386         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12387
12388 2006-01-10  Simon Josefsson  <jas@extundo.com>
12389
12390         * modules/sys_socket: New file.
12391
12392 2006-01-10  Simon Josefsson  <jas@extundo.com>
12393
12394         * m4/sys_socket_h.m4: New file.
12395
12396 2006-01-10  Simon Josefsson  <jas@extundo.com>
12397
12398         * lib/socket_.h: New file.
12399
12400 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12401
12402         * modules/readutmp (Maintainer): Add myself.
12403
12404 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12405
12406         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
12407         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
12408         People who are still concerned with buggy memcmp implementations
12409         can invoke gl_FUNC_MEMCMP themselves.
12410
12411 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12412
12413         * lib/regex_internal.h (BITSET_WORD_BITS):
12414         Work around a bug in 64-bit PGC (before version 6.1-2), where the
12415         preprocessor mishandles large unsigned values as if they were signed.
12416         Problem reported by Claudio Fontana in
12417         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
12418
12419 2006-01-10  Jim Meyering  <jim@meyering.net>
12420
12421         Avoid the double-free (first in fts_read, second in fts_close) that
12422         would occur when an `active' directory is made inaccessible (e.g.,
12423         via chmod a-x) during a traversal.
12424         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12425         before returning.  Reproduce this failure by
12426         mkdir -p a/b; cd a; chmod a-x . b
12427         Reported by Stavros Passas.
12428
12429         Sync from coreutils.
12430         * lib/sha1.c: Tweak grammar in a comment.
12431
12432 2006-01-10  Jim Meyering  <jim@meyering.net>
12433
12434         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
12435         Patch by Joerg Sonnenberger.
12436
12437 2006-01-10  Bruno Haible  <bruno@clisp.org>
12438
12439         * modules/readutmp: Depend on module free.
12440         * modules/strtok_r: Depend on module restrict.
12441
12442 2006-01-10  Bruno Haible  <bruno@clisp.org>
12443
12444         * modules/gettext (configure.ac): Add an invocation of
12445         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
12446
12447 2006-01-10  Bruno Haible  <bruno@clisp.org>
12448
12449         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
12450         Reported by Werner Lemberg <wl@gnu.org>.
12451
12452 2006-01-10  Bruno Haible  <bruno@clisp.org>
12453
12454         * lib/localcharset.c: Update from GNU gettext.
12455
12456 2006-01-10  Bruno Haible  <bruno@clisp.org>
12457
12458         * lib/argp.h (__const): Remove macro. Use const instead.
12459         * lib/argp-fmtstream.h (__const): Likewise.
12460         * lib/glob_.h (__const): Remove macro.
12461         * lib/glob-libc.h: Use const instead of __const.
12462
12463 2006-01-10  Bruno Haible  <bruno@clisp.org>
12464
12465         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
12466         variable.
12467         Needed to avoid an automake error regarding the 'gettext' module.
12468
12469 2006-01-09  Simon Josefsson  <jas@extundo.com>
12470
12471         * modules/inet_ntop (Depends-on): Add restrict.
12472
12473 2006-01-09  Simon Josefsson  <jas@extundo.com>
12474
12475         * modules/gc-rijndael-tests (License): Put under LGPL.
12476
12477         * modules/gc-des-tests (License): Likewise.
12478
12479         * modules/gc-arcfour-tests (License): Likewise.
12480
12481         * modules/gc-arctwo-tests (License): Likewise.
12482
12483         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
12484
12485         * modules/gc-hmac-sha1-tests (Files): Likewise.
12486
12487         * modules/gc-hmac-md5-tests (License): Likewise.
12488
12489         * modules/gc-sha1-tests (License): Likewise.
12490
12491         * modules/gc-md5-tests (License): Likewise.
12492
12493         * modules/gc-md4-tests (License): Likewise.
12494
12495         * modules/gc-md2-tests (License): Likewise.
12496
12497         * modules/gc-tests (License): Likewise.
12498
12499         * modules/des-tests (License): Likewise.
12500
12501         * modules/md4-tests (License): Likewise.
12502
12503         * modules/md2-tests (License): Likewise.
12504
12505 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12506
12507         Sync from coreutils:
12508
12509         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
12510         * modules/lib-ignore: New file.
12511         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
12512         chdir-safer.m4, lchmod.m4.
12513         * modules/openat: Add mkdirat.c, openat-priv.h.
12514
12515 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12516
12517         Sync from coreutils.
12518         * m4/lib-ignore.m4: New file.
12519         * m4/lchmod.m4: New file.
12520
12521 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12522
12523         Sync from coreutils.
12524         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
12525         for write access: POSIX says that must fail.
12526         * lib/fts.c (diropen): Likewise.
12527         * lib/save-cwd.c (save_cwd): Likewise.
12528         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
12529         well, for minor improvements on hosts that lack O_DIRECTORY.
12530         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
12531         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
12532         Fall back on chown if open failed with EACCES.
12533
12534         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
12535         Report an error at compile-time if only a 1-second nominal clock
12536         resolution is found.
12537
12538         * lib/lchmod.h: New file.
12539         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
12540         (make_dir_parents): Use lchown rather than chown, and
12541         lchmod rather than chmod.
12542
12543         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
12544         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
12545         "proc" reported by n0dalus.
12546
12547         * lib/mountlist.c: Include <limits.h>.
12548         (dev_from_mount_options)
12549         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
12550         New function.  It no longer assumes "dev=" has the System V meaning
12551         on Linux (since it doesn't).  It also parses "dev=" more carefully.
12552         (read_file_system_list)
12553         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
12554         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
12555         dev= in that case.
12556
12557         * lib/posixtm.h (PDS_PRE_2000): New macro.
12558         * lib/posixtm.c (year): Arg is now syntax_bits rather than
12559         allow_century.  All usages changed.  Reject dates outside the range
12560         1969-1999 if PDS_PRE_2000 is used.
12561
12562 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12563
12564         Sync from coreutils.
12565         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
12566         (Time of day items): Mention the possibility of leap seconds.
12567         Problem reported by Dr. David Alan Gilbert.
12568
12569 2006-01-09  Jim Meyering  <jim@meyering.net>
12570
12571         Sync from coreutils.
12572
12573         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
12574
12575         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
12576
12577         * lib/modechange.c (mode_compile): Reject an invalid mode string
12578         that starts with an octal digit.  From Andreas Gruenbacher.
12579
12580         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
12581         and dup to open_safer and dup_safer, respectively.
12582         (openat_permissive): Fix typo in comment.
12583
12584         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
12585         "gettext.h"; either no longer needed or are guaranteed by openat.h.
12586         (_): Remove; no longer needed.
12587         (openat): Renamed from rpl_openat; no need for rpl_openat
12588         since openat.h renames openat for us.
12589         Replace most of the body with a call to openat_permissive,
12590         to avoid duplicate code.
12591         Port to (probably hypothetical) environments were mode_t is
12592         wider than int.
12593         (openat_permissive): Require mode arg, so that we can check
12594         types better.  Put it just after flags.  Change cwd failure
12595         indicator from pointer-to-bool to pointer-to-errno-value.
12596         All callers changed.
12597         Invoke openat_save_fail and/or openat_restore_fail if
12598         cwd_errno is null, so that openat can call us.
12599         (openat_permissive, fdopendir, fstatat, unlinkat):
12600         Simplify errno handling to avoid some duplicate code,
12601         as it's OK to set errno on success.
12602         * lib/openat.h: Revamp code so that function macros depend on
12603         __OPENAT_PREFIX only, not also on AT_FDCWD.
12604         (openat_ro): Remove.  Caller changed to use openat_permissive.
12605         (openat_permissive): Now a macro, if not a function.
12606         (openat_restore_fail, openat_save_fail): Now always functions,
12607         since mkdirat needs them even if __OPENAT_PREFIX is defined.
12608
12609         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
12610         and openat.c.
12611         * lib/mkdirat.c: Include openat-priv.h.
12612         Remove definitions of macros defined therein.
12613         * lib/openat.c: Likewise.
12614
12615         * lib/mkdirat.c (mkdirat): New file and function.
12616         * lib/openat.h (mkdirat): Declare.
12617
12618         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
12619
12620         * lib/openat.h (openat_permissive): Declare.
12621         (openat_ro): Define.
12622
12623         * lib/openat.c (EXPECTED_ERRNO): New macro.
12624         (openat_permissive): New function -- used in remove.c rewrite.
12625         (all functions): Set errno just before returning, only if there
12626         was an actual failure.
12627         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
12628
12629         Emulate openat-family functions using Linux's procfs, if possible.
12630         Idea and some code based on Ulrich Drepper's glibc changes.
12631
12632         * lib/openat.c: (BUILD_PROC_NAME): New macro.
12633         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
12634         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
12635         before falling back on save_cwd and restore_cwd.
12636         (fdopendir, fstatat, unlinkat): Likewise.
12637
12638         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
12639         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
12640
12641         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
12642         as second argument to va_arg.  Otherwise, some versions of gcc
12643         warn that `if this code is reached, the program will abort'.
12644
12645 2006-01-09  Jim Meyering  <jim@meyering.net>
12646
12647         Sync from coreutils.
12648         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
12649         Require openat-priv.h.
12650
12651 2006-01-09  Bruno Haible  <bruno@clisp.org>
12652
12653         * modules/strnlen (Include): Use strnlen.h.
12654
12655 2006-01-09  Bruno Haible  <bruno@clisp.org>
12656
12657         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
12658
12659 2006-01-09  Bruno Haible  <bruno@clisp.org>
12660
12661         * lib/sysexit_.h (EX_OK): New macro.
12662         Suggested by Martin Lambers <marlam@marlam.de>.
12663
12664 2006-01-09  Bruno Haible  <bruno@clisp.org>
12665
12666         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
12667         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
12668
12669 2006-01-09  Bruno Haible  <bruno@clisp.org>
12670
12671         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
12672         numbers.
12673
12674 2006-01-09  Bruno Haible  <bruno@clisp.org>
12675
12676         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
12677         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
12678         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
12679         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
12680
12681 2006-01-09  Bruno Haible  <bruno@clisp.org>
12682
12683         * build-aux/javacomp.sh.in: New file, moved from lib/.
12684         * modules/javacomp-script (Files): Update.
12685         (configure.ac): Add AC_CONFIG_FILES invocation.
12686         (EXTRA_DIST): Remove variable.
12687
12688         * build-aux/javaexec.sh.in: New file, moved from lib/.
12689         * modules/javaexec (Files): Update.
12690         (configure.ac): Add AC_CONFIG_FILES invocation.
12691         (EXTRA_DIST): Remove javaexec.sh.in.
12692
12693         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
12694         * modules/csharpcomp-script (Files): Update.
12695         (configure.ac): Add AC_CONFIG_FILES invocation.
12696         (EXTRA_DIST): Remove variable.
12697
12698         * build-aux/csharpexec.sh.in: New file, moved from lib/.
12699         * modules/csharpexec (Files): Update.
12700         (configure.ac): Add AC_CONFIG_FILES invocation.
12701         (EXTRA_DIST): Remove csharpexec.sh.in.
12702
12703 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12704
12705         Sync from coreutils.
12706
12707         Add POSIX ACL support
12708         * lib/acl.h (copy_acl, set_acl): Add declarations.
12709         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
12710         systems other than Linux.
12711         (chmod_or_fchmod): New function: use fchmod when possible,
12712         and chmod otherwise.
12713         (file_has_acl): Add a POSIX ACL implementation, with a
12714         Linux-specific subcase.
12715         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
12716         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
12717         acls are unsupported.
12718         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
12719         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
12720         are unsupported.
12721
12722 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12723
12724         Sync from coreutils.
12725         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
12726
12727 2006-01-07  Bruno Haible  <bruno@clisp.org>
12728
12729         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
12730         gl_EARLY.
12731
12732 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12733
12734         * lib/strftime.c (tzname): Don't declare if it is already #defined.
12735         Problem reported for Mingw by Mark Junker.
12736
12737 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12738
12739         * README: Gnulib normally doesn't generate a tarball.
12740
12741 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
12742
12743         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
12744         long int, not int, for nanosecond counts, so that people who are
12745         used to POSIX struct timespec won't be surprised.  Reported by Jim
12746         Meyering.
12747
12748 2005-12-28  Bruno Haible  <bruno@clisp.org>
12749
12750         * build-aux/config.rpath: Update from GNU gettext.
12751
12752 2005-12-16  Jim Meyering  <jim@meyering.net>
12753
12754         * modules/fprintftime: New module.
12755         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
12756
12757 2005-12-16  Jim Meyering  <jim@meyering.net>
12758
12759         * m4/fprintftime.m4: New file.
12760
12761 2005-12-16  Jim Meyering  <jim@meyering.net>
12762
12763         * lib/fprintftime.c, lib/fprintftime.h: New files.
12764
12765 2005-12-15  Simon Josefsson  <jas@extundo.com>
12766
12767         * modules/socklen (configure.ac): Fix M4 macro name, to align with
12768         new m4/socklen.m4.
12769
12770 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12771
12772         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
12773         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
12774
12775 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12776
12777         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
12778         * lib/argp-help.c (fill_in_uparams): Check if the constructed
12779         struct uparams is valid. Fall back to the default values if it is
12780         not.
12781
12782 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12783
12784         * modules/argp (Files): Add argp-pin.c
12785         (Depends-on): dirname
12786         (lib_SOURCES): Add argp-pin.c
12787
12788 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12789
12790         * m4/argp.m4:  Check if program_invocation_name and
12791         program_invocation_short_name are declared and define appropriate
12792         macros if they are not.
12793
12794 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12795
12796         * lib/argp-help.c (__argp_base_name): New function
12797         (__argp_short_program_name): Rewrite using __argp_base_name
12798         * lib/argp-namefrob.h: Define program_invocation_name and
12799         program_invocation_short_name if requested
12800         (__argp_base_name): Add prototype
12801         * lib/argp-parse.c (argp_def): Use gettext wrappers
12802         (argp_default_parser): Use __argp_base_name
12803         * lib/argp-pin.c: New file. Defines program_invocation_name and
12804         program_invocation_short_name on systems that lack them.
12805
12806 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12807
12808         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
12809         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12810         porting problem reported by Georg Schwarz in
12811         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12812
12813 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12814
12815         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
12816         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12817         porting problem reported by Georg Schwarz in
12818         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12819
12820 2005-12-05  Bruno Haible  <bruno@clisp.org>
12821
12822         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
12823         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
12824         Reported by Mark Junker <mjscod@gmx.de>.
12825
12826 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
12827
12828         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
12829         Use implementation from Albert Chin, with some
12830         comments/corrections by Stepan Kasal and myself.
12831
12832 2005-12-02  Bruno Haible  <bruno@clisp.org>
12833
12834         * gnulib-tool (func_import): Accept GPLed build tool modules when
12835         --lgpl is given.
12836         * modules/csharpcomp-script: New file.
12837         * modules/csharpcomp: Depend on it.
12838         * modules/javacomp-script: New file.
12839         * modules/javacomp: Depend on it.
12840         Suggested by Simon Josefsson.
12841
12842 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
12843
12844         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
12845         statement, to work around an HP-UX 10.20 compiler bug reported by
12846         Peter O'Gorman.
12847
12848 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12849
12850         * modules/savedir (Depends-on): Add openat.
12851
12852 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12853
12854         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
12855         (uintmax_t) [defined uintmax_t]: Do not declare.
12856         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
12857         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
12858         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
12859         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
12860         sake of portability to weird hosts that C allows (though we don't
12861         know of any practical examples).
12862
12863         * lib/savedir.h (fdsavedir): New decl.
12864         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
12865         contains most of the former guts of savedir.
12866         (savedir): Use savedirstream.
12867         Include "openat.h".
12868
12869 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
12870
12871         * modules/obstack (Files): Add m4/ulonglong.m4.
12872         Problem reported by Davide Angelocola.
12873
12874 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
12875
12876         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
12877         coreutils no longer futzes with rounding modes.
12878
12879 2005-11-14  Jim Meyering  <jim@meyering.net>
12880
12881         * lib/mkstemp-safer.c: Include <config.h>, required for possible
12882         replacement of mkstemp.
12883
12884 2005-11-10  Simon Josefsson  <jas@extundo.com>
12885
12886         * lib/readline.c: Remove EOL.
12887
12888 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12889
12890         * modules/gethrxtime (Depends-on): Add gettime.
12891
12892 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12893
12894         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
12895         or gettimeofday; no longer needed.
12896
12897 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12898
12899         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
12900         time business.
12901         (gethrxtime) [! (HAVE_NANOUPTIME
12902         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
12903         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
12904         our own approximation.
12905
12906 2005-11-08  Eric Blake  <ebb9@byu.net>
12907
12908         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12909
12910 2005-11-08  Eric Blake  <ebb9@byu.net>
12911
12912         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
12913
12914 2005-11-04  Bruno Haible  <bruno@clisp.org>
12915
12916         * gnulib-tool: Implement --update mode.
12917
12918 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12919
12920         Fix porting problem reported by Theodoros V. Kalamatianos.
12921         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
12922         Don't assume that futimes failing means we must fail.
12923
12924 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
12925
12926         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
12927         variables to suggest the intended function of the PATH_MAX check.
12928
12929 2005-10-30  Kean Johnston  <jkj@sco.com>
12930
12931         Trivial changes to support SCO systems.
12932         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
12933         as PATH_MAX.
12934         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
12935         where __ptr is null when no I/O is pending.
12936
12937 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12938
12939         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
12940         leave errno alone.  Problem reported by Dmitry V. Levin.
12941
12942 2005-10-28  Simon Josefsson  <jas@extundo.com>
12943
12944         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
12945         Test more.
12946
12947         * tests/test-gc-md2.c, tests/test-md2.c: New files.
12948
12949         * modules/md2, modules/md2-tests: New files.
12950
12951 2005-10-28  Simon Josefsson  <jas@extundo.com>
12952
12953         * m4/inet_ntop.m4: More tests.
12954
12955         * m4/gc-md2.m4, md2.m4: New file.
12956
12957 2005-10-28  Simon Josefsson  <jas@extundo.com>
12958
12959         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
12960         "restrict" keywords, as per POSIX.  Protect the function
12961         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
12962         Don't use K&R prototypes.  Check the sprintf return values.
12963         Re-define EAFNOSUPPORT if not present.  Indent.
12964
12965         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
12966         suggested by Bruno Haible <bruno@clisp.org>.
12967
12968         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
12969
12970         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
12971
12972         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
12973         libgcrypt).
12974
12975         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
12976
12977         * lib/md2.h, lib/md2.c: New files.
12978
12979 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
12980
12981         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
12982         errno alone.  Problem reported by Frederic Jolliton.
12983
12984 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
12985
12986         * modules/verify (License): Change from GPL to LGPL.  This is a
12987         tiny module and there are apparently near-equivalents that are
12988         under the BSD license.
12989
12990 2005-10-24  Simon Josefsson  <jas@extundo.com>
12991
12992         * modules/sha1: Relicense to LGPL.
12993
12994 2005-10-24  Simon Josefsson  <jas@extundo.com>
12995
12996         * lib/md4.h: Shrink buffer size, now that we changed the type.
12997
12998 2005-10-23  Simon Josefsson  <jas@extundo.com>
12999
13000         * gnulib-tool (func_import): Fix --tests-base.
13001
13002 2005-10-22  Simon Josefsson  <jas@extundo.com>
13003
13004         * modules/arcfour (Depends-on): Need stdint.
13005
13006 2005-10-22  Simon Josefsson  <jas@extundo.com>
13007
13008         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
13009         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
13010
13011 2005-10-22  Simon Josefsson  <jas@extundo.com>
13012
13013         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
13014         suggested by Bruno Haible <bruno@clisp.org>.
13015
13016 2005-10-22  Simon Josefsson  <jas@extundo.com>
13017
13018         * lib/crc.h: Include stddef.h, for size_t.
13019
13020 2005-10-22  Simon Josefsson  <jas@extundo.com>
13021
13022         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
13023         arcfour_context struct (simplify test vector testing in GNU
13024         Shishi).
13025
13026 2005-10-21  Simon Josefsson  <jas@extundo.com>
13027
13028         * modules/des, modules/des-tests: New files.
13029
13030         * modules/gc-des, modules/gc-des-tests: New files.
13031
13032         * tests/test-des.c, tests/test-gc-des.c: New file.
13033
13034 2005-10-21  Simon Josefsson  <jas@extundo.com>
13035
13036         * modules/arctwo, modules/arctwo-tests: New files.
13037
13038         * tests/test-arctwo.c: New file.
13039
13040         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
13041
13042         * tests/test-gc-arctwo.c: New file.
13043
13044 2005-10-21  Simon Josefsson  <jas@extundo.com>
13045
13046         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
13047         Bruno Haible <bruno@clisp.org>.
13048
13049         * m4/gc-des.m4: New file.
13050
13051 2005-10-21  Simon Josefsson  <jas@extundo.com>
13052
13053         * m4/arctwo.m4: New file.
13054
13055         * m4/gc-arctwo.m4: New file.
13056
13057 2005-10-21  Simon Josefsson  <jas@extundo.com>
13058
13059         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
13060         block.
13061
13062 2005-10-21  Simon Josefsson  <jas@extundo.com>
13063
13064         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
13065         <bruno@clisp.org>.
13066
13067         * lib/hmac-sha1.c (hmac_sha1): Likewise.
13068
13069         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
13070         Bruno Haible <bruno@clisp.org>.
13071
13072         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
13073         <bruno@clisp.org>.
13074
13075 2005-10-21  Simon Josefsson  <jas@extundo.com>
13076
13077         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
13078
13079 2005-10-21  Simon Josefsson  <jas@extundo.com>
13080
13081         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
13082
13083 2005-10-21  Simon Josefsson  <jas@extundo.com>
13084
13085         * lib/des.h, lib/des.c: New files.
13086
13087         * lib/gc-gnulib.c: Support DES.c
13088
13089 2005-10-21  Simon Josefsson  <jas@extundo.com>
13090
13091         * lib/arctwo.h, lib/arctwo.c: New files.
13092
13093         * lib/gc-gnulib.c: Support ARCTWO.
13094
13095 2005-10-21  Simon Josefsson  <jas@extundo.com>
13096
13097         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
13098         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13099
13100 2005-10-21  Simon Josefsson  <jas@extundo.com>
13101
13102         * gnulib-tool (func_import, func_create_testdir): Define automake
13103         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
13104         Makefile.am snippet),
13105         suggested by Bruno Haible <bruno@clisp.org>.
13106
13107         * modules/gc (Makefile.am): Use it.
13108
13109 2005-10-21  Bruno Haible  <bruno@clisp.org>
13110
13111         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
13112         patch.
13113
13114 2005-10-19  Simon Josefsson  <jas@extundo.com>
13115
13116         * tests/test-gc-rijndael.c: New file.
13117
13118         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
13119
13120 2005-10-19  Simon Josefsson  <jas@extundo.com>
13121
13122         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
13123         interface too.
13124
13125 2005-10-19  Simon Josefsson  <jas@extundo.com>
13126
13127         * tests/test-gc-arcfour.c: New file.
13128
13129         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
13130
13131 2005-10-19  Simon Josefsson  <jas@extundo.com>
13132
13133         * modules/gc-md4, modules/gc-md4-tests: New file.
13134
13135         * tests/test-gc-md4.c: New file.
13136
13137 2005-10-19  Simon Josefsson  <jas@extundo.com>
13138
13139         * m4/gc-md4.m4: New file.
13140
13141 2005-10-19  Simon Josefsson  <jas@extundo.com>
13142
13143         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
13144         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
13145         <kasal@ucw.cz>.
13146
13147 2005-10-19  Simon Josefsson  <jas@extundo.com>
13148
13149         * m4/gc-arcfour.m4: New file.
13150
13151         * m4/gc-rijndael.m4: New file.
13152
13153 2005-10-19  Simon Josefsson  <jas@extundo.com>
13154
13155         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
13156
13157 2005-10-19  Simon Josefsson  <jas@extundo.com>
13158
13159         * lib/gc-gnulib.c: Support ARCFOUR.
13160
13161 2005-10-19  Simon Josefsson  <jas@extundo.com>
13162
13163         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
13164         support.
13165
13166         * lib/gc.h: Add ECB enum type.
13167
13168         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
13169
13170 2005-10-18  Simon Josefsson  <jas@extundo.com>
13171
13172         * tests/test-md5.c: New file.
13173
13174         * modules/md5-tests: New file.
13175
13176 2005-10-18  Simon Josefsson  <jas@extundo.com>
13177
13178         * tests/test-md4.c: New file.
13179
13180         * modules/md4, modules/md4-tests: New files.
13181
13182 2005-10-18  Simon Josefsson  <jas@extundo.com>
13183
13184         * m4/md4.m4: New file.
13185
13186 2005-10-18  Simon Josefsson  <jas@extundo.com>
13187
13188         * lib/md4.h, lib/md4.c: New files, based on md5.?.
13189
13190 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
13191
13192         * gnulib-tool (func_create_testdir): Omit the second check whether
13193         BUILT_SOURCES in nonempty.
13194
13195 2005-10-17  Simon Josefsson  <jas@extundo.com>
13196
13197         * tests/test-rijndael.c: New file.
13198
13199 2005-10-17  Simon Josefsson  <jas@extundo.com>
13200
13201         * modules/sha1: Depend on stdint instead of md5.
13202
13203         * modules/md5: Depend on stdint, remove uint32_t.
13204
13205 2005-10-17  Simon Josefsson  <jas@extundo.com>
13206
13207         * modules/gc-sha1-tests: New file.
13208
13209         * tests/test-gc-sha1.c: New file.
13210
13211 2005-10-17  Simon Josefsson  <jas@extundo.com>
13212
13213         * m4/md5.m4: Remove call to uint32_t.m4.
13214
13215 2005-10-17  Simon Josefsson  <jas@extundo.com>
13216
13217         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
13218
13219         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
13220         md5.h.
13221
13222         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
13223
13224         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
13225
13226 2005-10-17  Simon Josefsson  <jas@extundo.com>
13227
13228         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
13229
13230 2005-10-17  Simon Josefsson  <jas@extundo.com>
13231
13232         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
13233
13234 2005-10-17  Simon Josefsson  <jas@extundo.com>
13235
13236         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
13237
13238         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
13239
13240 2005-10-17  Bruno Haible  <bruno@clisp.org>
13241
13242         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
13243         that it can also be used in a test.
13244
13245 2005-10-16  Bruno Haible  <bruno@clisp.org>
13246
13247         * gnulib-tool (func_emit_tests_Makefile_am): Also define
13248         TESTS_ENVIRONMENT, so that individual tests can augment it.
13249
13250         * gnulib-tool (func_create_testdir): Use an intermediate target for
13251         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
13252         macros, like $(ALLOCA_H), which cannot be passed through the command
13253         line.
13254
13255 2005-10-15  Simon Josefsson  <jas@extundo.com>
13256
13257         * modules/rijndael-tests: New file.
13258
13259         * modules/rijndael: New file.
13260
13261 2005-10-15  Simon Josefsson  <jas@extundo.com>
13262
13263         * m4/rijndael.m4: New file.
13264
13265 2005-10-15  Simon Josefsson  <jas@extundo.com>
13266
13267         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
13268
13269         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
13270
13271 2005-10-14  Simon Josefsson  <jas@extundo.com>
13272
13273         * tests/test-arcfour.c: New file.
13274
13275         * modules/arcfour, modules/arcfour-tests: New files.
13276
13277 2005-10-14  Simon Josefsson  <jas@extundo.com>
13278
13279         * m4/arcfour.m4: New file.
13280
13281 2005-10-14  Simon Josefsson  <jas@extundo.com>
13282
13283         * lib/arcfour.h, lib/arcfour.c: New files.
13284
13285 2005-10-14  Roland McGrath  <roland@redhat.com>
13286
13287         Import from libc.  [BZ #1331]
13288         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
13289         macro argument.
13290         Reported by Matej Vela <vela@debian.org>.
13291
13292 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13293
13294         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
13295         include <wchar.h>; no longer needed.
13296
13297 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13298
13299         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
13300
13301 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
13302         and  Ulrich Drepper  <drepper@redhat.com>
13303
13304         Import from libc.
13305         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
13306         instead of inline stream orientation test and two separate
13307         function calls.  Pay no attention to USE_IN_LIBIO.
13308
13309 2005-10-13  Simon Josefsson  <jas@extundo.com>
13310
13311         * modules/gc-hmac-md5-tests: New file.
13312
13313         * tests/test-gc-hmac-sha1.c: New file.
13314
13315         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
13316
13317         * modules/gc-hmac-md5-tests: New file.
13318
13319         * tests/test-gc-md5.c: New file.
13320
13321         * modules/gc-md5-tests: New file.
13322
13323 2005-10-13  Simon Josefsson  <jas@extundo.com>
13324
13325         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
13326         Move memory allocation outside of loop.
13327
13328 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
13329
13330         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
13331         intermediate directory is in a read-only file system.  Problem
13332         reported by Eric Blake.
13333
13334 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
13335
13336         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
13337
13338 2005-10-12  Simon Josefsson  <jas@extundo.com>
13339
13340         * tests/test-hmac-sha1.c: New file.
13341
13342         * modules/hmac-sha1-tests: New file.
13343
13344         * modules/hmac-sha1: New file.
13345
13346 2005-10-12  Simon Josefsson  <jas@extundo.com>
13347
13348         * modules/gc-sha1: New file.
13349
13350 2005-10-12  Simon Josefsson  <jas@extundo.com>
13351
13352         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
13353
13354         * tests/test-gc-pbkdf2-sha1.c: New file.
13355
13356 2005-10-12  Simon Josefsson  <jas@extundo.com>
13357
13358         * modules/gc-md5, modules/gc-hmac-md5: New files.
13359
13360         * modules/gc (Files): Remove md5, memxor and hmac files.
13361
13362 2005-10-12  Simon Josefsson  <jas@extundo.com>
13363
13364         * m4/gc-pbkdf2-sha1.m4: New file.
13365
13366         * m4/gc-hmac-sha1.m4: New file.
13367
13368         * m4/gc-sha1: New file.
13369
13370         * m4/hmac-sha1.m4: New file.
13371
13372 2005-10-12  Simon Josefsson  <jas@extundo.com>
13373
13374         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
13375
13376         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
13377
13378 2005-10-12  Simon Josefsson  <jas@extundo.com>
13379
13380         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
13381         suggested by Bruno Haible <bruno@clisp.org>.
13382
13383 2005-10-12  Simon Josefsson  <jas@extundo.com>
13384
13385         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
13386
13387 2005-10-12  Simon Josefsson  <jas@extundo.com>
13388
13389         * lib/gc-pbkdf2-sha1.c: New file.
13390
13391         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
13392
13393 2005-10-12  Simon Josefsson  <jas@extundo.com>
13394
13395         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
13396
13397         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
13398
13399 2005-10-12  Simon Josefsson  <jas@extundo.com>
13400
13401         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
13402         GC_USE_HMAC_MD5, respectively.
13403
13404         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
13405         (gc_md5): Fix typo.
13406
13407         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
13408
13409         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
13410
13411         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
13412
13413 2005-10-12  Bruno Haible  <bruno@clisp.org>
13414
13415         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
13416         Reported by Stepan Kasal <kasal@ucw.cz>.
13417
13418 2005-10-11  Simon Josefsson  <jas@extundo.com>
13419
13420         * tests/test-crc.c: New file.
13421
13422         * modules/crc, modules/crc-tests: New files.
13423
13424 2005-10-11  Simon Josefsson  <jas@extundo.com>
13425
13426         * m4/crc.m4: New file.
13427
13428 2005-10-11  Simon Josefsson  <jas@extundo.com>
13429
13430         * lib/gc.h: Add gc_hash and gc_hash_buffer.
13431
13432         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
13433
13434         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
13435
13436 2005-10-11  Simon Josefsson  <jas@extundo.com>
13437
13438         * lib/crc.h, lib/crc.c: New files.
13439
13440         * lib/gc.h (gc_hash_buffer): Add doc.
13441
13442 2005-10-11  Bruno Haible  <bruno@clisp.org>
13443
13444         * modules/c-strcasestr: New file.
13445         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
13446
13447 2005-10-11  Bruno Haible  <bruno@clisp.org>
13448
13449         * modules/c-strcase: New file.
13450         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
13451
13452 2005-10-11  Bruno Haible  <bruno@clisp.org>
13453
13454         * lib/strcasecmp.c: Include limits.h.
13455         (strcasecmp): Avoid integer overflow on exotic platforms.
13456         * lib/strncasecmp.c: Include limits.h.
13457         (strncasecmp): Avoid integer overflow on exotic platforms.
13458         Reported by Paul Eggert.
13459
13460 2005-10-11  Bruno Haible  <bruno@clisp.org>
13461
13462         * lib/c-strcasestr.h: New file, from GNU gettext.
13463         * lib/c-strcasestr.c: New file, from GNU gettext.
13464
13465 2005-10-11  Bruno Haible  <bruno@clisp.org>
13466
13467         * lib/c-strcase.h: New file, from GNU gettext.
13468         * lib/c-strcasecmp.c: New file, from GNU gettext.
13469         * lib/c-strncasecmp.c: New file, from GNU gettext.
13470
13471 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13472
13473         * modules/mempcpy (License): GPL -> LGPL.
13474         * modules/strchrnul (License): Likewise.
13475         * modules/sysexits (License): Likewise.
13476
13477 2005-10-08  Simon Josefsson  <jas@extundo.com>
13478
13479         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
13480
13481 2005-10-07  Simon Josefsson  <jas@extundo.com>
13482
13483         * m4/memxor.m4: Remove gl_C_RESTRICT call.
13484
13485 2005-10-06  Simon Josefsson  <jas@extundo.com>
13486
13487         * tests/test-hmac-md5.c: New file.
13488
13489         * modules/hmac-md5-tests: New file.
13490
13491         * modules/hmac-md5: New file.
13492
13493 2005-10-06  Simon Josefsson  <jas@extundo.com>
13494
13495         * m4/hmac-md5.m4: New file.
13496
13497         * m4/memxor.m4: Require gl_C_RESTRICT.
13498
13499 2005-10-06  Simon Josefsson  <jas@extundo.com>
13500
13501         * lib/memxor.c (memxor): Avoid casts and warnings.
13502
13503 2005-10-06  Simon Josefsson  <jas@extundo.com>
13504
13505         * lib/hmac-md5.c: New file.
13506
13507         * lib/hmac.h: New file.
13508
13509 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13510
13511         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
13512         promotes to int, not unsigned int, to catch the AIX 5.3
13513         compiler bug.
13514
13515 2005-10-05  Simon Josefsson  <jas@extundo.com>
13516
13517         * modules/memxor: New file.
13518
13519         * modules/iconv (Files): Move config.rpath to havelib, it is used
13520         there.
13521
13522         * modules/havelib (Files): Add config.rpath.
13523
13524 2005-10-05  Simon Josefsson  <jas@extundo.com>
13525
13526         * m4/memxor.m4: New file.
13527
13528 2005-10-05  Simon Josefsson  <jas@extundo.com>
13529
13530         * lib/memxor.c (memxor): Fix compiler error.
13531
13532         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
13533         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
13534
13535         * lib/memxor.h, lib/memxor.c: New files.
13536
13537         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
13538         we assume all systems have it, suggested by Jim Meyering
13539         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
13540         any systems lack sys/socket.h; mingw32 is known to lack it, but we
13541         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
13542         same reasons.
13543
13544 2005-10-05  Simon Josefsson  <jas@extundo.com>
13545
13546         * config/srclist.txt: Add glibc bug 1423 for md5.h.
13547
13548 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13549
13550         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
13551         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
13552         needed, since the source code now assumes these .h files.
13553
13554 2005-10-05  Derek Price  <derek@ximbiot.com>
13555
13556         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
13557
13558 2005-10-05  Bruno Haible  <bruno@clisp.org>
13559
13560         * modules/stdint (License): Change to LGPL.
13561
13562 2005-10-04  Simon Josefsson  <jas@extundo.com>
13563
13564         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
13565         D. Baushke" <mdb@gnu.org>.
13566
13567 2005-10-04  Bruno Haible  <bruno@clisp.org>
13568
13569         * lib/verify.h (verify_true): Provide alternative definition for C++.
13570
13571 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
13572
13573         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
13574         (SSIZE_MAX): New macro, if not already defined.
13575         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
13576         than 2 GiB.
13577
13578 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13579
13580         Sync from coreutils.
13581         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
13582         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
13583         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
13584         ULLONG_MAX doesn't work with 2.7.2.1.
13585
13586 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13587
13588         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
13589         From Ben Pfaff.
13590
13591         * modules/exclude (Depends-on): Depend on verify.
13592         * modules/strtoimax (Depends-on): Likewise.
13593         * modules/utimecmp (Depends-on): Likewise.
13594
13595 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13596
13597         * lib/exclude.c: Include verify.h.
13598         (verify): Remove.  All callers changed to use verify.h's version.
13599         * lib/strtoimax.c: Likewise.
13600         * lib/utimecmp.c: Likewis.e
13601
13602         Sync from coreutils.
13603         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
13604         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
13605         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
13606         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
13607         bother returning ENOSYS if settimeofday or stime fails; just let
13608         them return whatever errno they want to return.
13609         * lib/utimens.c: Include unistd.h, for dup2.
13610         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
13611         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
13612
13613 2005-10-02  Jim Meyering  <jim@meyering.net>
13614
13615         Sync from coreutils.
13616         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
13617         from glibc-2.2.5 that fails for read-only files.
13618
13619 2005-10-02  Jim Meyering  <jim@meyering.net>
13620
13621         Sync from coreutils.
13622         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
13623         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
13624         `#if HAVE_CONFIG_H'.
13625         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
13626         Remove AT_FDCWD test.
13627         Do not consume the fd unless successful.
13628         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
13629         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
13630         block, so that we don't even try to compile it if settimeofday is
13631         available.  This works around a compilation failure on OSF1 V5.1,
13632         due to stime requiring a `long int*' while tv_sec is `int'.
13633
13634 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
13635
13636         Sync from coreutils.
13637         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
13638         against `yes', rather than just testing for nonempty.
13639
13640 2005-10-01  Simon Josefsson  <jas@extundo.com>
13641
13642         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
13643         and Darwin.
13644
13645         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
13646         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
13647         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
13648         freeaddrinfo and gai_strerror are declared by the POSIX headers.
13649         Check if struct addrinfo is declared.
13650
13651 2005-10-01  Simon Josefsson  <jas@extundo.com>
13652
13653         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
13654         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
13655         AI_* and EAI_* definitions.  Protect function declarations.
13656
13657 2005-10-01  Jim Meyering  <jim@meyering.net>
13658
13659         Sync from coreutils.
13660
13661         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
13662         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
13663         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
13664         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13665         in the inet and nsl libraries.  Required on Solaris 5.7.
13666
13667 2005-10-01  Jim Meyering  <jim@meyering.net>
13668
13669         Sync from coreutils.
13670         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13671         in the inet and nsl libraries.  Required on Solaris 5.7.
13672
13673 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
13674
13675         * lib/getdelim.c (getdelim): Remove unused variables.
13676
13677 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13678
13679         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
13680         so that the code works even with ancient cpp.  Portability problem
13681         with GCC 2.7.2.1 reported by Thomas M.Ott.
13682
13683 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13684
13685         * modules/regex (Depends-on): Add strcase.
13686
13687         * modules/gethostname (Licence): Change from GPL to LGPL, since
13688         gethostname.c is a trivial implementation of a standard library
13689         function.
13690         * modules/poll (License): Change from GPL to LGPL, since it's
13691         derived from LGPL code.
13692
13693 2005-09-27  Jim Meyering  <jim@meyering.net>
13694
13695         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
13696         HAVE_CONFIG_H.
13697
13698         * lib/intprops.h (signed_type_or_expr__): Define.
13699         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
13700         for unsigned types.
13701
13702 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13703
13704         * lib/verify.h (verify_expr): Remove, replacing with:
13705         (verify_true): New macro that returns true instead of void.
13706         (verify_type__): Remove.
13707         (verify): Use verify_true rather than verify_type__.
13708
13709 2005-09-26  Bruno Haible  <bruno@clisp.org>
13710
13711         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
13712         is necessary.
13713         (lib_SOURCES): Remove mbchar.c.
13714         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
13715         (Files): Add m4/mbrtowc.m4.
13716         * modules/mbiter: Likewise.
13717         * modules/mbuiter: Likewise.
13718
13719 2005-09-26  Bruno Haible  <bruno@clisp.org>
13720
13721         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
13722         compile mbchar.c if they are not both present.
13723         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
13724         * m4/mbiter.m4 (gl_MBITER): Likewise.
13725         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
13726         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
13727         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
13728
13729 2005-09-25  Jim Meyering  <jim@meyering.net>
13730
13731         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
13732         also uses socklen_t.
13733
13734 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
13735
13736         * lib/utimens.c (ENOSYS): Define if not already defined.
13737         (futimens): Support having a null PATH if the file descriptor
13738         is nonnegative.
13739
13740         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
13741         Remove.
13742         (__attribute): Define to empty unless GCC 3.1 or later.
13743         This works around a core dump on OpenBSD 3.4, which has GCC
13744         2.95.3, which dumps core when given __attribute__(()).  It also
13745         simplifies other tests, since we really don't want to bother with
13746         worrying about which ancient version of GCC supported what.
13747         Original problem reported by Yoann Vandoorselaere, with part of
13748         the fix suggested by Derek Price.
13749
13750 2005-09-24  Jim Meyering  <jim@meyering.net>
13751
13752         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
13753         so we can once again use a positive bitfield width of 1 -- now we
13754         don't have to explain why we were using a bitfield width of 2.
13755
13756 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13757
13758         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
13759         and similarly for the other external symbols.  Problem reported
13760         by James Gallager.
13761
13762         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
13763         bug reported by Jim Meyering.
13764
13765         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
13766         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
13767         not needed, since socklen is a prerequisite module.
13768
13769 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13770
13771         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
13772         Problem reported by Eric Blake.
13773         (getaddrinfo): Initialize se so that it's not garbage.
13774         Redo internal storage allocation so that it doesn't make unportable
13775         assumptions about alignment.
13776         Fix a memory leak.
13777
13778         * lib/utimens.c (futimens): Use futimesat if available.
13779         Prefer it to futimes since it doesn't have the futimes bug.
13780
13781         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
13782         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
13783         Instead, declare a function that returns a pointer to an array,
13784         and use verify_type__ to declare the size of the array.
13785         Problem and germ of a solution reported by Bruno Haible.
13786         (verify_type__): Use 2, not 1, for bitfield size, to avoid
13787         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
13788
13789 2005-09-23  Jim Meyering  <jim@meyering.net>
13790
13791         Sync from coreutils.
13792         Correct build failure (socklen_t not defined) on at least
13793         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
13794         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
13795
13796 2005-09-23  Jim Meyering  <jim@meyering.net>
13797
13798         * modules/getaddrinfo (Depends-on): Add socklen.
13799
13800 2005-09-23  Bruno Haible  <bruno@clisp.org>
13801
13802         * tests/test-verify.c: New file.
13803
13804 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13805
13806         Sync from coreutils.
13807
13808         * modules/argmatch (Depends-on): Add verify.
13809         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
13810         unistd-safer.
13811         * modules/save-cwd (Depends-on): Likewise.
13812
13813         * modules/openat (Files): Add lib/openat-die.c.
13814         (Depends-on): Remove error, exitfail.
13815         Add dirname.
13816
13817         * modules/verify: New file.
13818         * MODULES.html.sh (Diagnostics <assert.h>): New section,
13819         with "verify" module.
13820
13821 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13822
13823         Sync from coreutils.
13824
13825         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
13826         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
13827         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
13828         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
13829         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
13830         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
13831         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
13832         Don't bother checking for string.h, stdlib.h, unistd.h.
13833         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
13834         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
13835         module's job.
13836         * m4/jm-macros.m4 (gl_MACROS): Likewise.
13837         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
13838
13839         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
13840         (gl_GETDATE): Use it.
13841
13842         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
13843
13844 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13845
13846         Sync from coreutils.
13847
13848         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
13849         stat-time.h.
13850         * lib/argmatch.h: Include verify.h
13851         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
13852         (ARGMATCH_ASSERT): Remove; unused.
13853         * lib/canonicalize.c: Assume STDC_HEADERS.
13854         * lib/exclude.c: Include "strcase.h".
13855         * lib/regex_internal.h [!defined _LIBC]: Likewise.
13856         * lib/getusershell.c: Include stdio--.h rather than stdio.h
13857         and stdio-safer.h.
13858         (getusershell): Call fopen, not fopen_safer.
13859         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
13860         Do not include unistd-safer.h.
13861         (save_cwd): Don't call fd_safer; no longer needed
13862         now that we include fcntl--.h.
13863
13864         * lib/getdate.y (relative_time): New type.
13865         (RELATIVE_TIME_0): New constant.
13866         (parser_control): Use relative_time instead of doing it ourselves.
13867         (%union): Add new relative_time rel member.
13868         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
13869         Now typeless.
13870         (relunit, relunit_snumber): Now of type rel.
13871         (zone, rel, relunit, get_date): Adjust to above changes.
13872
13873         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
13874         Do not include unistd-safer.h.
13875         (getloadavg): Don't call fd_safer; no longer needed
13876         now that we include fcntl--.h.
13877
13878         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
13879         (make_dir_parents): Treat ENOSYS like EEXIST.
13880
13881         Improve quality of diagnostics on restore_cwd failure.
13882         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
13883         (make_dir_parents): Last arg is now int * (for errno), not bool *.
13884         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
13885         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
13886         each time through the loop.  Do not diagnose restore_cwd failure;
13887         that is the caller's job (and perhaps the caller does not care).
13888
13889         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
13890         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
13891         If the file already exists but is not a directory, don't bother
13892         to try to make its parents.
13893         Close potential file descriptor leak if we can't chdir("/") (!).
13894         Don't always return true if chdir($PWD) fails; return true only
13895         if the requested action was done successfully (except for the
13896         chdir($PWD)).
13897         Don't log final directory unless we actually made it.
13898         Refactor to avoid duplicate code to fix up permissions.
13899         Don't attempt to fix up parent permissions if chdir($PWD) fails.
13900
13901         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
13902         to make it a bit faster and (I hope) clearer.
13903         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
13904         Fix bug in formats like %2N.
13905
13906         * lib/verify.h: New file.
13907
13908 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13909
13910         Sync from coreutils.
13911         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
13912
13913 2005-09-22  Jim Meyering  <jim@meyering.net>
13914
13915         Sync from coreutils.
13916
13917         * m4/lstat.m4 (gl_FUNC_LSTAT):
13918         Use AC_LIBSOURCES to require lstat.c and lstat.h.
13919         Remove obsolete comment.
13920         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
13921         * m4/xstrtod.m4: Likewise.
13922
13923         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
13924
13925 2005-09-22  Jim Meyering  <jim@meyering.net>
13926
13927         Sync from coreutils.
13928
13929         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
13930
13931         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
13932         the .tm_year member, since otherwise gcc-4.0 would now warn about
13933         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
13934
13935         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
13936         order to avoid an unsuppressible warning from gcc on 64-bit systems.
13937
13938         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
13939         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
13940         when run in a time zone for which daylight savings time is in effect
13941         for the starting date.
13942
13943         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
13944         stop us from restricting permissions of just-created absolute-named
13945         directories.
13946         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
13947         to restore initial working directory.
13948         * lib/mkdir-p.c (make_dir_parents): New parameter:
13949         different_working_dir, to tell caller if/when we change the working
13950         directory and are unable to return to the initial one.
13951         * lib/mkdir-p.h (make_dir_parents): Update prototype.
13952         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
13953         `return false'.  This fixes a bug introduced on 2004-07-30.
13954
13955         * lib/openat.c (fdopendir): Be sure to close the supplied
13956         file descriptor before returning.  This makes our replacement
13957         implementation a little closer to Solaris's, where fdopendir
13958         ties the file descriptor to the returned DIR* pointer.
13959         * lib/openat.c (unlinkat): New function.
13960         * lib/openat.h (unlinkat): Add prototype.
13961         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
13962         (openat_restore_fail): Rename from openat_restore_die.
13963         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
13964
13965         Provide an alternative to exiting immediately upon save_cwd or
13966         restore_cwd failure.  Now, an application can arrange e.g.,
13967         to perform a longjump in that case.
13968         * lib/openat.c: Include dirname.h.
13969         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
13970         (rpl_openat, fdopendir, fstatat): Call openat_save_die
13971         and openat_restore_die rather than calling error directly.
13972         Don't include "error.h" or "exitfail.h"; they're no longer needed.
13973
13974         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
13975         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
13976         define.
13977
13978         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
13979         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
13980                             int utc, int nanoseconds);
13981         Background:
13982         date should not have to allocate a megabyte of virtual memory to
13983         handle a format argument like +%1048575T.  When implemented with
13984         strftime, it must allocate such a buffer, use strftime to fill it
13985         in, print it, then free it.
13986         With fprintftime, it simply prints everything and exits.
13987         With no need for memory allocation, that's one fewer way to fail.
13988         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
13989         optional field width, not before, so we accept %9:z, not %:9z.
13990         (my_strftime): Be sure to use L_('x') for literals.
13991
13992         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
13993         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
13994         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
13995         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
13996         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
13997         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
13998         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
13999         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
14000         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
14001         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
14002         * lib/xgethostname.c, lib/xreadlink.c:
14003         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
14004
14005         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
14006         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
14007         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
14008         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14009         and don't include <sys/file.h>).
14010
14011 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
14012
14013         Sync from coreutils.
14014
14015         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
14016         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
14017         [!LDAV_DONE]: Avoid unused variable warning.
14018
14019 2005-09-21  Bruno Haible  <bruno@clisp.org>
14020
14021         * lib/unicodeio.h (unicode_to_mb): New declaration.
14022
14023 2005-09-20  Derek Price  <derek@ximbiot.com>
14024
14025         * lib/getaddrinfo.c: Don't include <netdb.h> included from
14026         getaddrinfo.h.
14027
14028 2005-09-20  Bruno Haible  <bruno@clisp.org>
14029
14030         * gnulib-tool: Remove trailing slashes from the values specified for
14031         --source-base, --m4-base, --tests-base, --aux-dir.
14032         Suggested by Simon Josefsson <jas@extundo.com>.
14033
14034 2005-09-20  Bruno Haible  <bruno@clisp.org>
14035
14036         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
14037         func_modules_to_filelist, func_import, func_create_testdir): Make all
14038         sorting results locale-independent, so that gnulib-cache.m4 doesn't
14039         change when gnulib-tool is invoked in a different locale.
14040
14041 2005-09-19  Simon Josefsson  <jas@extundo.com>
14042
14043         * m4/socklen.m4: Fix typo.
14044
14045 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14046
14047         Use a consistent style for including <config.h>.
14048         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
14049         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
14050         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
14051         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
14052         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
14053         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
14054         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
14055         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
14056         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
14057         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
14058         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
14059         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
14060         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
14061         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
14062         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
14063         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
14064         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
14065         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
14066         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
14067         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
14068         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
14069         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
14070         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
14071         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
14072         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
14073         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
14074         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
14075         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
14076         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
14077         lib/xstrtoumax.c, lib/yesno.c:
14078         Standardize inclusion of config.h.
14079         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
14080         lib/inttostr.h:  Removed inclusion of config.h from header files.
14081         * lib/inttostr.c:  Adjusted in-tree users.
14082         * lib/timespec.h: Remove superfluous warning to include config.h.
14083         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
14084         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
14085         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
14086         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
14087         config.h with HAVE_CONFIG_H.
14088
14089 2005-09-19  Jim Meyering  <jim@meyering.net>
14090
14091         * modules/pathmax (License): Change to LGPL.
14092
14093 2005-09-19  Derek Price  <derek@ximbiot.com>
14094
14095         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
14096
14097 2005-09-19  Bruno Haible  <bruno@clisp.org>
14098
14099         * gnulib-tool (import): Provide default for --tests-base.
14100
14101 2005-09-19  Bruno Haible  <bruno@clisp.org>
14102
14103         * doc/quote.texi: New file, extracted from gnulib.texi.
14104         * doc/ctime.texi: New file, extracted from gnulib.texi.
14105         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
14106         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
14107         * doc/gnulib.texi: Include them.
14108
14109 2005-09-18  Bruno Haible  <bruno@clisp.org>
14110
14111         Portability fix.
14112         * gnulib-tool (func_readlink): New function.
14113         (func_ln_if_changed): Use it.
14114
14115 2005-09-18  Bruno Haible  <bruno@clisp.org>
14116
14117         * gnulib-tool: Support --with-tests also with --import.
14118         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
14119         (func_import): Use variables $testsbase and $inctests. Emit a
14120         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
14121         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
14122         SUBDIRS += $testsdir.
14123         (func_create_testdir): Update.
14124
14125 2005-09-18  Bruno Haible  <bruno@clisp.org>
14126
14127         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
14128         instead of $dry_run.
14129         (func_cp_if_changed, func_mv_if_changed): Remove functions.
14130         (func_ln_if_changed): Don't handle dry-run here.
14131         (func_import): In dry-run mode, detect more precisely which actions
14132         would be performed, and don't use "...ing" verbs.
14133
14134 2005-09-18  Bruno Haible  <bruno@clisp.org>
14135
14136         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
14137         (func_import): Use join on two temporary files instead of three nested
14138         loops, in order to determine which files are new or old.
14139
14140 2005-09-18  Bruno Haible  <bruno@clisp.org>
14141
14142         * gnulib-tool (func_import): Comment out code that spits out the
14143         new files with --dry-run.
14144
14145 2005-09-18  Bruno Haible  <bruno@clisp.org>
14146
14147         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
14148
14149 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14150
14151         * lib/stat-time.h: New file.
14152         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
14153         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
14154         in a different way.
14155         (timespec_cmp): New function.
14156         * lib/utimecmp.c: Include stat-time.h.
14157         (SYSCALL_RESOLUTION): Depend on whether various struct stat
14158         members exist, not on the obsolescent ST_MTIM_NSEC.
14159         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
14160
14161 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14162
14163         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
14164
14165 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14166
14167         * MODULES.html.sh (File system functions): Add stat-time.
14168         * modules/stat-time: New file.
14169         * modules/timespec (Files): Remove m4/st_mtim.m4; this
14170         is now done in a different way, by the stat-time module.
14171         * modules/utimecmp (Depends-on): Add stat-time.
14172
14173 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
14174
14175         * m4/st_mtim.m4: Remove.  Superseded by...
14176         * m4/stat-time.m4: New file.
14177         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
14178         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
14179
14180 2005-09-15  Derek Price  <derek@ximbiot.com>
14181
14182         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
14183
14184 2005-09-15  Derek Price  <derek@ximbiot.com>
14185
14186         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
14187         * lib/regex_internal.c: Ditto, using this...
14188         (__GNUC_PREREQ): ...new macro.
14189         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
14190         using...
14191         (__GNUC_PREREQ): ...this new macro.
14192
14193         * lib/strstr.h: Include string.h. Define strstr as a macro here.
14194
14195 2005-09-15  Derek Price  <derek@ximbiot.com>
14196             Paul Eggert  <eggert@cs.ucla.edu>
14197
14198         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
14199         changes, consolidating in...
14200         * lib/regex_internal.h: ...this file.
14201
14202 2005-09-13  Jim Meyering  <jim@meyering.net>
14203
14204         * lib/canon-host.c: Filter through gnu indent and reword comments
14205         slightly.
14206         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
14207
14208 2005-09-13  Derek Price  <derek@ximbiot.com>
14209
14210         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
14211         failure.
14212         Reported by Jim Meyering  <jim@meyering.net>.
14213
14214 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14215
14216         * lib/base64.c: Typo.
14217         (base64_encode): Put b64str in initialized data section.
14218
14219 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
14220
14221         Merge glibc and coreutils changes into gnulib, plus a few
14222         extra fixes.
14223         * lib/md5.c: Use #error rather than a string.
14224         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
14225         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
14226         (__attribute__): Define to empty for non recent-GCC.
14227         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
14228         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
14229         Renamed from their non-__ counterparts, with new macros replacing
14230         them if not _LIBC.  Add __THROW attribute.
14231         (rol): Remove.
14232         (struct md5_ctx): Align buffer if using GCC.
14233         * lib/sha1.h (struct sha1_ctx): Likewise.
14234         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
14235         The old name was backwards.
14236         (NOTSWAP): Remove; not used.
14237         (rol): New macro, moved here from md5.h.
14238         (sha1_process_block): Remove a FIXME that doesn't make sense.
14239
14240 2005-09-12  Derek Price  <derek@ximbiot.com>
14241
14242         Return usable errors from canon-host.
14243         * lib/canon-host.h: New file.
14244         * lib/canon-host.c (canon_host): Wrap...
14245         (canon_host_r): ...this new function, which now relies exclusively on
14246         getaddrinfo.
14247         (ch_strerror): New function.
14248         (last_cherror): New global.
14249         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
14250         interface.
14251         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
14252         void *.
14253         (freeaddrinfo): Free ai->ai_canonname when set.
14254
14255 2005-09-12  Derek Price  <derek@ximbiot.com>
14256
14257         Make canon-host require getaddrinfo.
14258         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
14259         AC_LIBSOURCE canon-host.h.  Call...
14260         (gl_PREREQ_CANON_HOST): ...this new function, which requires
14261         gl_GETADDRINFO.
14262         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
14263
14264 2005-09-12  Derek Price  <derek@ximbiot.com>
14265
14266         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
14267         LGPL.
14268         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
14269
14270 2005-09-12  Derek Price  <derek@ximbiot.com>
14271
14272         * lib/gai_strerror.c: Include config.h when available.  Include
14273         getaddrinfo.h before other headers to test interface.
14274         Reported by Larry Jones <lawrence.jones@ugs.com>.
14275
14276 2005-09-12  Derek Price  <derek@ximbiot.com>
14277             Paul Eggert  <eggert@cs.ucla.edu>
14278
14279         * modules/glob (Files): Add glob-libc.h.
14280
14281 2005-09-12  Derek Price  <derek@ximbiot.com>
14282             Paul Eggert  <eggert@cs.ucla.edu>
14283
14284         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
14285         glob_.h, glob-libc.h.
14286         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
14287
14288 2005-09-12  Derek Price  <derek@ximbiot.com>
14289             Paul Eggert  <eggert@cs.ucla.edu>
14290
14291         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
14292         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
14293         protecting things that should be done only in gnulib contexts.
14294         * lib/glob_.h: New file, containing only the glob things needed for
14295         gnulib.
14296         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
14297         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
14298         (glob, globfree, glob_pattern_p): Now defined simply in terms of
14299         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
14300         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
14301         and to respect the namespace rules better.
14302
14303 2005-09-08  Simon Josefsson  <jas@extundo.com>
14304
14305         * modules/socklen: New file.
14306
14307 2005-09-08  Simon Josefsson  <jas@extundo.com>
14308
14309         * m4/socklen.m4: New file.
14310
14311 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14312
14313         * modules/utimens (Files): Add m4/utimbuf.m4, since
14314         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
14315         Reported by Sergey Poznyakoff.
14316
14317 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14318
14319         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
14320         definitions, since that's the preferred style in glibc.
14321         Fix a minor spacing issue, and update copyright notice to match
14322         glibc's.
14323
14324 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14325
14326         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
14327
14328 2005-09-06  Simon Josefsson  <jas@extundo.com>
14329
14330         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
14331         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
14332
14333 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14334
14335         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
14336         warning.
14337
14338 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14339
14340         * config/srclist.txt: Add glibc bug 1302.
14341
14342 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
14343
14344         Change bitset word type from unsigned int to unsigned long int,
14345         as this has better performance on typical 64-bit hosts.
14346         Port bitset code to hosts with unusual word sizes.
14347         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
14348         (build_collating_symbol):
14349         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
14350         argument is a bitset.  This is merely a style issue, but it makes
14351         it clearer that an entire array is expected.
14352         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
14353         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
14354         Port to the case where bitset_word is not the same as unsigned int.
14355         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14356         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
14357         Likewise.
14358         * lib/regexec.c (check_dst_limits_calc_pos_1,
14359         check_subexp_matching_top):
14360         (build_trtable, group_nodes_into_DFAstates):
14361         Likewise.
14362         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
14363         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
14364         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
14365         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
14366         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
14367         * lib/regcomp.c (optimize_subexps, lower_subexp):
14368         Work even if bitset_word has holes in its bitwise representation.
14369         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
14370         * lib/regexec.c (check_dst_limits_calc_pos_1,
14371         check_subexp_matching_top):
14372         Likewise.
14373         * lib/regex_internal.c (re_string_reconstruct):
14374         Don't assume UCHAR_MAX == 255.
14375         * lib/regex_internal.h (bitset_set_all): Likewise.
14376         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
14377         All uses changed.
14378         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
14379         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
14380         All uses changed.
14381         (BITSET_WORD_MAX): New macro.
14382         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
14383         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
14384         (bitset_empty, bitset_copy):
14385         Prefer sizeof (bitset) to multiplying it out ourselves.
14386         (bitset_not_merge): Remove; unused.
14387         (bitset_contain): Return bool, not unsigned int with one bit on.
14388         All callers changed.
14389         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
14390         alignment than re_node_set; do this by defining a new internal
14391         type struct dests_alloc and using it to allocate memory.
14392
14393 2005-09-05  Bruno Haible  <bruno@clisp.org>
14394
14395         * gnulib-tool (func_import): Fix comparison in handling of symbolic
14396         links.
14397
14398 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
14399
14400         * modules/size_max (Makefile.am): Add size_max.h
14401
14402 2005-09-04  Derek Price  <derek@ximbiot.com>
14403
14404         * gnulib-tool (func_import): Fix reversed $symbolic logic.
14405
14406 2005-09-03  Simon Josefsson  <jas@extundo.com>
14407
14408         * gnulib-tool: Fix typo.
14409
14410 2005-09-03  Simon Josefsson  <jas@extundo.com>
14411
14412         * config/srclist.txt: Add glibc bug 1293.
14413
14414 2005-09-03  Derek Price  <derek@ximbiot.com>
14415
14416         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
14417         From Larry Jones <lawrence.jones@ugs.com>.
14418
14419 2005-09-02  Simon Josefsson  <jas@extundo.com>
14420
14421         * modules/socklen: New file.
14422
14423 2005-09-02  Simon Josefsson  <jas@extundo.com>
14424
14425         * modules/havelib: New module.
14426
14427         * modules/gettext, modules/iconv, modules/lock, modules/readline:
14428         Use havelib.
14429
14430 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14431
14432         Check for arithmetic overflow when calculating sizes, to prevent
14433         some buffer-overflow issues.  These patches are conservative, in the
14434         sense that when I couldn't determine whether an overflow was possible,
14435         I inserted a run-time check.
14436         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
14437         macros.
14438         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
14439         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
14440         (re_xnrealloc, re_x2nrealloc): New inline functions.
14441         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
14442         parse_bracket_exp):
14443         (build_equiv_class, build_charclass): Check for arithmetic overflow
14444         in size expression calculations.
14445         * lib/regex_internal.c (re_string_realloc_buffers):
14446         (build_wcs_upper_buffer, re_node_set_add_intersect):
14447         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
14448         (re_dfa_add_node, register_state): Likewise.
14449         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
14450         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
14451         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
14452         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
14453
14454 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14455
14456         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14457         m4/ulonglong.m4.  Problem reported by Martin Lambers.
14458
14459 2005-09-02  Bruno Haible  <bruno@clisp.org>
14460
14461         Support for lib vs. lib64 distinction on biarch platforms.
14462         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
14463         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
14464         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
14465
14466 2005-09-02  Bruno Haible  <bruno@clisp.org>
14467
14468         * gnulib-tool (import): In the other first-use case, provide defaults
14469         as well.
14470
14471 2005-09-02  Bruno Haible  <bruno@clisp.org>
14472
14473         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
14474         patches not yet found in the latest gettext release.
14475
14476 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14477
14478         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
14479         to avoid a collision with bits/local_lim.h in glibc.
14480         All uses changed.  Problem reported by Dmitry V. Levin in
14481         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
14482
14483         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
14484         bugs in int versus size_t comparisons.
14485         (re_string_context_at): Fix bug where the code assumed that
14486         Idx is signed.
14487
14488         Use bool where appropriate.
14489         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
14490         All callers changed.
14491         (calc_eclosure_iter): Likewise, for ROOT arg.
14492         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
14493         (build_charclass_op): Likewise, for NON_MATCH arg.
14494         * lib/regex_internal.c (re_string_allocate, re_string_construct):
14495         (re_string_construct_common): Likewise, for ICASE arg.
14496         * lib/regexec.c (re_search_2_stub, re_search_stub):
14497         Likewise, for RET_LEN arg.
14498         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
14499         (set_regs): Likewise, for FL_BACKTRACK arg.
14500         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
14501         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
14502         (calc_eclosure_iter, parse_bracket_exp):
14503         Use bool for internal variables that are booleans.
14504         * lib/regexec.c (re_search_internal, check_matching,
14505         proceed_next_node):
14506         (set_regs, build_sifted_states, sift_states_bkref):
14507         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
14508         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14509         (find_collation_sequence_value):
14510         Likewise.
14511         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
14512         (re_node_set_compare):
14513         Return bool, not int. All callers changed.
14514         * lib/regexec.c (check_halt_node_context, check_dst_limits):
14515         (build_trtable, check_node_accept): Likewise.
14516         * lib/regex_internal.h: Include stdbool.h.
14517
14518         Fix bugs uncovered when converting to bool.
14519         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
14520         failure instead of charging ahead blindly.
14521         * lib/regex_internal.c (register_state): Likewise.
14522         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
14523         for freeing internal storage.
14524         (group_nodes_into_DFA_states): Use unsigned int, not int, for
14525         bitset pieces used as boolean, to avoid undefined behavior
14526         on hosts that do int overflow checking.
14527
14528 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14529
14530         * config/srclist.txt: Add glibc bugs 1285-1287.
14531
14532 2005-09-01  Jim Meyering  <jim@meyering.net>
14533
14534         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
14535         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
14536         Require gl_STAT_MACROS, too.
14537
14538 2005-09-01  Bruno Haible  <bruno@clisp.org>
14539
14540         * gnulib-tool (import): In the first-use case, provide defaults.
14541
14542 2005-09-01  Bruno Haible  <bruno@clisp.org>
14543
14544         * gnulib-tool (func_import): Remove the .tmp files.
14545
14546 2005-09-01  Bruno Haible  <bruno@clisp.org>
14547
14548         * gnulib-tool (func_import): Fix handling of symbolic links.
14549
14550 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14551
14552         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
14553         old glibc regex code mishandles strings longer than 2**31 bytes.
14554         This patch fixes this when the regex code is used in gnulib
14555         (i.e., outside glibc).
14556
14557         This patch should not affect the use of the regex code inside
14558         glibc.  No doubt this problem also needs to be handled for glibc
14559         as well, but the result will be an incompatible change to the
14560         glibc ABI, and the old ABI will have to be supported too.  That
14561         can be the the subject for another patch.
14562
14563         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
14564         governing whether the rest of this patch is active.  By default,
14565         the macro is disabled and the patch has no effect.
14566         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
14567         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
14568         (struct re_pattern_buffer, re_search, re_search_2, re_match):
14569         (re_match_2, re_set_registers): Use the new types.
14570         * lib/regex_internal.h (Idx, re_hashval_t): New types.
14571         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
14572         New macros.
14573         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
14574         (re_string_context_at, bin_tree_t, re_dfastate_t):
14575         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
14576         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
14577         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
14578         (re_string_char_size_at, re_string_wchar_at):
14579         (re_string_elem_size_at):
14580         Use the new types and macros to port to 64-bit hosts.
14581         Use unsigned types for internal values, so that the code
14582         mostly works even for arrays larger than SSIZE_MAX.
14583         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
14584         (search_duplicated_node, calc_eclosure_iter, fetch_number):
14585         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
14586         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
14587         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
14588         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
14589         (calc_inveclosure, parse_dup_op, build_range_exp):
14590         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
14591         (fetch_number, create_token_tree, mark_opt_subexp):
14592         Likewise.
14593         * lib/regex_internal.c (re_string_construct_common,
14594         create_ci_newstate):
14595         (create_cd_newstate, re_string_allocate, re_string_construct):
14596         (re_string_realloc_buffers, build_wcs_upper_buffer):
14597         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14598         (re_string_reconstruct, re_string_peek_byte_case):
14599         (re_string_fetch_byte_case, re_string_context_at):
14600         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14601         (re_node_set_init_copy, re_node_set_add_intersect):
14602         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14603         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14604         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14605         (re_acquire_state, re_acquire_state_context, register_state):
14606         Likewise.
14607         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
14608         search_cur_bkref_entry):
14609         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
14610         (re_search_internal, re_search_2_stub, re_search_stub)
14611         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
14612         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
14613         (update_cur_sifted_state, check_dst_limits):
14614         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14615         (check_subexp_limits, sift_states_bkref, merge_state_array):
14616         (check_subexp_matching_top, get_subexp, get_subexp_sub):
14617         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
14618         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14619         (expand_bkref_cache, check_node_accept_bytes):
14620         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
14621         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
14622         (acquire_init_state_context, check_halt_node_context):
14623         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
14624         (sift_states_backward, clean_state_log_if_needed):
14625         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
14626         (find_recover_state, transit_state_sb, transit_state_mb):
14627         (transit_state_bkref, build_trtable, match_ctx_clean):
14628         Likewise.
14629         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
14630         to work around an assumption that REG_MISSING is negative.
14631
14632         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
14633         (seek_collating_symbol_entry) [defined _LIBC]:
14634         (lookup_collation_sequence_value) [defined _LIBC]:
14635         (build_range_exp, build_collating_symbol) [defined _LIBC]:
14636         Use prototypes rather than old-style function definitions.
14637         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
14638         (transit_state_sb) [0]:
14639         (find_collation_sequence_value) [defined _LIBC]: Likewise.
14640
14641         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
14642         rm_eo.
14643
14644         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
14645         (optimize_subexps, lower_subexp):
14646         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
14647         since the signed shift might overflow.  Use 1u<<31 instead.
14648         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14649         Likewise.
14650         * lib/regexec.c (check_dst_limits_calc_pos_1,
14651         check_subexp_matching_top): Likewise.
14652
14653         * lib/regcomp.c (optimize_subexps, lower_subexp):
14654         Use CHAR_BIT rather than 8, for clarity.
14655         * lib/regexec.c (check_dst_limits_calc_pos_1):
14656         (check_subexp_matching_top): Likewise.
14657         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
14658         have to worry about portability issues when shifting it left.
14659         Remove no-longer-needed test for table_size > 0.
14660         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
14661         in a word, as the resulting behavior is undefined.
14662         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
14663         in one case, a <= should have been an <, and in another case the
14664         whole test was missing.
14665         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
14666         the standard name CHAR_BIT.
14667         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
14668         this is not true on one's complement and signed-magnitude hosts.
14669
14670         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
14671         next_last_offset.
14672         (struct re_dfa_t): Remove unused member states_alloc.
14673         * lib/regcomp.c (init_dfa): Don't initialize unused members.
14674
14675 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14676
14677         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
14678         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
14679         and large-file glibc and in 32-bit large-file Solaris.
14680
14681 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14682
14683         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
14684         lengths fit in regoff_t; this isn't true if regoff_t is the same
14685         width as size_t.
14686         * lib/regex.c (re_search_internal): 5th arg is LAST_START
14687         (= START + RANGE) instead of RANGE.  This avoids overflow
14688         problems when regoff_t is the same width as size_t.
14689         All callers changed.
14690         (re_search_2_stub): Check for overflow when adding the
14691         sizes of the two strings.
14692         (re_search_stub): Check for overflow when adding START
14693         to RANGE; if it occurs, substitute the extreme value.
14694
14695 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14696
14697         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
14698
14699 2005-08-31  Jim Meyering  <jim@meyering.net>
14700
14701         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
14702         a pointer-to-const.
14703         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
14704         (register_state): Likewise.
14705         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
14706         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14707         (group_nodes_into_DFAstates): Likewise.
14708
14709 2005-08-31  Jim Meyering  <jim@meyering.net>
14710
14711         * check-module: Add a FIXME comment.
14712
14713 2005-08-31  Eric Blake  <ebb9@byu.net>
14714
14715         * modules/unistd-safer (Files): Add unistd--.h.
14716         * modules/stdio-safer (Files): Add stdio--.h.
14717
14718 2005-08-31  Derek Price  <derek@ximbiot.com>
14719
14720         * lib/getdelim.c (getdelim): Return EOF on EOF.
14721         Reported by Larry Jones <lawrence.jones@ugs.com>.
14722
14723 2005-08-31  Bruno Haible  <bruno@clisp.org>
14724
14725         Avoid unnecessary diffs in the generated lib/Makefile.am.
14726         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
14727         the generated files.
14728         (func_import): Don't set cmd.
14729
14730 2005-08-31  Bruno Haible  <bruno@clisp.org>
14731
14732         * lib/strstr.c: Include <stddef.h>, for NULL.
14733         * lib/strcasestr.c: Likewise.
14734         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14735
14736 2005-08-31  Bruno Haible  <bruno@clisp.org>
14737
14738         * gnulib-tool: New option --macro-prefix.
14739         (func_import): Use macro_prefix.
14740         (import): Handle option --macro-prefix.
14741
14742 2005-08-31  Bruno Haible  <bruno@clisp.org>
14743
14744         * gnulib-tool (import): Rename most ac_* variables to cached_*.
14745         Also use new variables cached_lgpl, cached_libtool.
14746
14747 2005-08-31  Bruno Haible  <bruno@clisp.org>
14748
14749         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
14750         always instantiating them.
14751
14752 2005-08-31  Bruno Haible  <bruno@clisp.org>
14753
14754         * gnulib-tool (func_import): Read the previous cached settings
14755         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
14756         earlier added by gnulib but are now dropped. Warn when a gnulib file
14757         overwrites a non-gnulib file.
14758
14759 2005-08-31  Bruno Haible  <bruno@clisp.org>
14760
14761         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
14762         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
14763         projects that don't keep autogenerated files in CVS. Put into
14764         actioncmd only the specified modules, not the transitive closure.
14765
14766 2005-08-31  Bruno Haible  <bruno@clisp.org>
14767
14768         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
14769         Create directories that shall be filled.
14770         (import): Don't look for gl_* macros in configure.ac. Recurse across
14771         all directories containing a gnulib-cache.m4 files, if meaningful.
14772
14773 2005-08-31  Bruno Haible  <bruno@clisp.org>
14774
14775         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
14776         (import): Set seen_libtool when we see gl_LIBTOOL.
14777
14778 2005-08-31  Bruno Haible  <bruno@clisp.org>
14779
14780         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
14781         declaration macro definitions from generated gnulib.m4.
14782
14783 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
14784
14785         * lib/iconvme.h: Add prototype for iconv_alloc.
14786
14787 2005-08-29  Simon Josefsson  <jas@extundo.com>
14788
14789         * lib/iconvme.c: Fix errno.
14790
14791 2005-08-29  Bruno Haible  <bruno@clisp.org>
14792
14793         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
14794         that it works when the directory contains spaces.
14795
14796 2005-08-29  Bruno Haible  <bruno@clisp.org>
14797
14798         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
14799
14800 2005-08-29  Bruno Haible  <bruno@clisp.org>
14801
14802         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
14803         Emit more advice.
14804
14805 2005-08-29  Bruno Haible  <bruno@clisp.org>
14806         and Stepan Kasal  <kasal@ucw.cz>
14807
14808         * check-module: If more parameters are given, check each of them
14809         separately; add more exceptions, as noted by Jim Meyering.
14810         (check_module): New procedure.
14811         (%exempt_header): Now contains all exceptions.
14812
14813 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
14814
14815         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
14816
14817 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14818
14819         * lib/iconvme.c: Split iconv_string into iconv_alloc.
14820
14821 2005-08-28  Bruno Haible  <bruno@clisp.org>
14822
14823         * m4/gnulib-tool.m4: New file.
14824
14825 2005-08-27  Jim Meyering  <jim@meyering.net>
14826
14827         * modules/unistd-safer (Files): Add pipe-safer.c.
14828         * modules/fcntl-safer (Files): Add creat-safer.c.
14829
14830 2005-08-27  Jim Meyering  <jim@meyering.net>
14831
14832         * m4/stdlib-safer.m4: New file.  From coreutils.
14833         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
14834         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
14835         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
14836         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
14837         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
14838
14839 2005-08-27  Jim Meyering  <jim@meyering.net>
14840
14841         * lib/fopen-safer.c: Merge minor changes from coreutils.
14842         * lib/dup-safer.c: Likewise.
14843         * lib/fd-safer.c: Likewise.
14844
14845         Merge from coreutils.
14846         * lib/stdio--.h: New file.
14847         * lib/stdlib--.h: New file.
14848         * lib/mkstemp-safer.c: New file.
14849
14850         GNU tar needs these.
14851         * lib/pipe-safer.c: New file.
14852         * lib/creat-safer.c: New file.
14853         * lib/fcntl--.h (creat): Define to creat_safer.
14854         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
14855         * lib/unistd--.h (pipe): Define to pipe_safer.
14856         * lib/unistd-safer.h: Declare pipe_safer.
14857
14858 2005-08-26  Simon Josefsson  <jas@extundo.com>
14859
14860         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
14861         Haible <bruno@clisp.org>.
14862
14863 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
14864
14865         * lib/regex_internal.h: Remove all references to
14866         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
14867         or better.
14868         (bitset_not, bitset_merge, bitset_not_merge):
14869         (bitset_mask, re_string_allocate, re_string_construct):
14870         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
14871         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
14872         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
14873         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
14874         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14875         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14876         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
14877         (re_acquire_state_context):
14878         Remove unnecessary forward decls.
14879         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
14880         Put __attribute at function definition,
14881         now that the function decl has been removed.
14882         * lib/regex_internal.c (re_string_peek_byte_case):
14883         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
14884         Likewise.
14885
14886 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
14887
14888         * m4/regex.m4: Add AC_PREREQ(2.50).
14889         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
14890
14891 2005-08-25  Simon Josefsson  <jas@extundo.com>
14892
14893         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
14894         __fsetlocking.
14895
14896 2005-08-25  Simon Josefsson  <jas@extundo.com>
14897
14898         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
14899         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
14900         GLIBC specific code.
14901
14902 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14903
14904         Make regex safe for g++.  This fixes one real bug (an "err"
14905         that should have been "*err").  g++ problem reported by
14906         Sam Steingold.
14907         * lib/regex_internal.h (re_calloc): New macro, consistent with
14908         re_malloc etc.  All callers of calloc changed to use re_calloc.
14909         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
14910         not int.  All callers changed.
14911         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
14912         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
14913         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
14914         (find_recover_state): Change "err" to "*err"; this fixes what
14915         appears to be a real bug.
14916         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
14917         versus int.
14918
14919 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14920
14921         * modules/regex (Depends-on): Add malloc, since the code
14922         assumes that !malloc(0) means failure.
14923
14924 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14925
14926         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
14927
14928         alloca modernization/simplification for regex.
14929         * lib/regex.c: Remove portability cruft for alloca.  This no longer
14930         needs to be at the start of the file, and can be moved into
14931         regex_internal.h and simplified.
14932         * lib/regex_internal.h: Include <alloca.h>.
14933         (__libc_use_alloca) [!defined _LIBC]: New macro.
14934         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
14935         now works outside glibc.
14936
14937 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14938
14939         * config/srclist.txt: Add glibc bugs 1241, 1245.
14940
14941 2005-08-25  Jim Meyering  <jim@meyering.net>
14942
14943         * lib/open-safer.c: Include <config.h>.
14944         Otherwise, we'd lose LARGEFILE support in any file using
14945         e.g. "fcntl--.h"
14946
14947 2005-08-25  Bruno Haible  <bruno@clisp.org>
14948
14949         * m4/minmax.m4: Require autoconf 2.52.
14950         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
14951         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
14952         alternatives of translit over the alphabet.
14953         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
14954
14955 2005-08-24  Simon Josefsson  <jas@extundo.com>
14956
14957         * tests/test-getpass.c: New file.
14958
14959 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14960
14961         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
14962         for GNU regex features.
14963
14964 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14965
14966         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
14967         * lib/regex.h (regerror): Likewise.
14968
14969         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
14970         requires this.  (The code never needed it.)
14971
14972         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
14973         All uses of recently-renamed identifiers changed to use the new,
14974         POSIX-compliant names.  The code will build and run just fine
14975         without these changes, but it's better to eat our own dog food
14976         and use the standard-conforming names.
14977
14978         * lib/regex.h: Fix a multitude of POSIX name space violations.
14979         These changes have an effect only for programs that define
14980         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
14981         do not change anything for programs compiled in the normal way.
14982         Also, there is no effect on the ABI.
14983
14984         (_REGEX_SOURCE): New macro.
14985         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
14986         defined and _GNU_SOURCE is not; this fixes a name space violation.
14987
14988         Rename the following macros to obey POSIX requirements.
14989         The old names are still visible as macros if _REGEX_SOURCE is defined.
14990         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
14991         RE_BACKSLASH_ESCAPE_IN_LISTS.
14992         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
14993         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
14994         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
14995         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
14996         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
14997         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
14998         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
14999         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
15000         (REG_INTERVALS): renamed from RE_INTERVALS.
15001         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
15002         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
15003         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
15004         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
15005         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
15006         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
15007         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
15008         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
15009         RE_UNMATCHED_RIGHT_PAREN_ORD.
15010         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
15011         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
15012         (REG_DEBUG): renamed from RE_DEBUG.
15013         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
15014         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
15015         unusual, since we can't clash with the POSIX REG_ICASE.
15016         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
15017         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
15018         (REG_NO_SUB): renamed from RE_NO_SUB.
15019         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
15020         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
15021         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
15022         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
15023         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
15024         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
15025         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
15026         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
15027         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
15028         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
15029         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
15030         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
15031         RE_SYNTAX_POSIX_MINIMAL_BASIC.
15032         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
15033         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
15034         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
15035         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
15036         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
15037         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
15038         (REG_FIXED): Renamed from REGS_FIXED.
15039         (REG_NREGS): Renamed from RE_NREGS.
15040
15041         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
15042         of other REG_* macros, since POSIX says the user is allowed to
15043         #undef these macros selectively.
15044
15045         (reg_errcode_t): Update comment stating what other tables need
15046         to be consistent.
15047
15048         Rename the following enum values to obey POSIX requirements.
15049         The old names are still visible as macros.
15050         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
15051         is not defined, since GNU is supposed to be a superset of POSIX as
15052         much as possible, and since we want reg_errcode_t to be a signed
15053         type for implementation consistency.
15054         (_REG_NOERROR): Renamed from REG_NOERROR.
15055         (_REG_NOMATCH): Renamed from REG_NOMATCH.
15056         (_REG_BADPAT): Renamed from REG_BADPAT.
15057         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
15058         (_REG_ECTYPE): Renamed from REG_ECTYPE.
15059         (_REG_EESCAPE): Renamed from REG_EESCAPE.
15060         (_REG_ESUBREG): Renamed from REG_ESUBREG.
15061         (_REG_EBRACK): Renamed from REG_EBRACK.
15062         (_REG_EPAREN): Renamed from REG_EPAREN.
15063         (_REG_EBRACE): Renamed from REG_EBRACE.
15064         (_REG_BADBR): Renamed from REG_BADBR.
15065         (_REG_ERANGE): Renamed from REG_ERANGE.
15066         (_REG_ESPACE): Renamed from REG_ESPACE.
15067         (_REG_BADRPT): Renamed from REG_BADRPT.
15068         (_REG_EEND): Renamed from REG_EEND.
15069         (_REG_ESIZE): Renamed from REG_ESIZE.
15070         (_REG_ERPAREN): Renamed from REG_ERPAREN.
15071         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
15072         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
15073         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
15074         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
15075
15076         (_REG_RE_NAME, _REG_RM_NAME): New macros.
15077         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
15078         changed.  But support the old name if the new one is not defined
15079         and if _REGEX_SOURCE.
15080
15081         Change the following member names in struct re_pattern_buffer.
15082         The old names are still supported if !_REGEX_SOURCE.
15083         The new names are always supported, regardless of _REGEX_SOURCE.
15084         (re_buffer): Renamed from buffer.
15085         (re_allocated): Renamed from allocated.
15086         (re_used): Renamed from used.
15087         (re_syntax): Renamed from syntax.
15088         (re_fastmap): Renamed from fastmap.
15089         (re_translate): Renamed from translate.
15090         (re_can_be_null): Renamed from can_be_null.
15091         (re_regs_allocated): Renamed from regs_allocated.
15092         (re_fastmap_accurate): Renamed from fastmap_accurate.
15093         (re_no_sub): Renamed from no_sub.
15094         (re_not_bol): Renamed from not_bol.
15095         (re_not_eol): Renamed from not_eol.
15096         (re_newline_anchor): Renamed from newline_anchor.
15097
15098         Change the following member names in struct re_registers.
15099         The old names are still supported if !_REGEX_SOURCE.
15100         The new names are always supported, regardless of _REGEX_SOURCE.
15101         (rm_num_regs): Renamed from num_regs.
15102         (rm_start): Renamed from start.
15103         (rm_end): Renamed from end.
15104
15105         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
15106         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
15107         Prepend __ to parameter names.
15108
15109         Undo yesterday's changes.
15110
15111 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15112
15113         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
15114         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
15115         lib/regex.c.
15116
15117 2005-08-24  Jim Meyering  <jim@meyering.net>
15118
15119         Sync from coreutils.
15120         * m4/fcntl-safer.m4: New file.
15121
15122         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
15123         and object files for this module.
15124
15125 2005-08-24  Jim Meyering  <jim@meyering.net>
15126
15127         Sync from coreutils.
15128         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
15129
15130 2005-08-24  Jim Meyering  <jim@meyering.net>
15131
15132         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
15133         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
15134
15135 2005-08-24  Jim Meyering  <jim@meyering.net>
15136
15137         * modules/fcntl-safer: New module.
15138         * modules/fts (Depends-on): Add fcntl-safer.
15139         * MODULES.html.sh (File descriptor based Input/Output):
15140         Add fcntl-safer.
15141
15142 2005-08-24  Bruno Haible  <bruno@clisp.org>
15143
15144         Support for unit test modules.
15145         * modules/README: Mention tests modules.
15146         * modules/TEMPLATE-TESTS: New file.
15147         * gnulib-tool: New options --extract-tests-module, --with-tests and
15148         --tests-base (unused for the moment).
15149         (testsbase, inctests): New variables.
15150         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
15151         (func_verify_module): Exclude TEMPLATE-TESTS.
15152         (func_verify_nontests_module, func_verify_tests_module): New functions.
15153         (func_get_dependencies): Add implicit dependency for tests modules.
15154         (func_get_tests_module): New function.
15155         (func_modules_transitive_closure): When --with-tests was specified,
15156         include the unit tests as well, unless explicitly avoided.
15157         (func_emit_lib_Makefile_am): Ignore the tests modules here.
15158         (func_emit_tests_Makefile_am): New function.
15159         (func_create_testdir): When --with-tests was specified, emit a
15160         tests/ directory.
15161         * MODULES.html.sh (Future developments): Update.
15162
15163 2005-08-24  Bruno Haible  <bruno@clisp.org>
15164
15165         * modules/tls-tests: New file.
15166         * tests/test-tls.c: New file, from GNU gettext.
15167
15168 2005-08-24  Bruno Haible  <bruno@clisp.org>
15169
15170         * modules/lock-tests: New file.
15171         * tests/test-lock.c: New file, from GNU gettext.
15172
15173 2005-08-24  Bruno Haible  <bruno@clisp.org>
15174
15175         * lib/lock.h: Add multiple inclusion guard.
15176         * lib/tls.h: Add multiple inclusion guard.
15177
15178 2005-08-24  Bruno Haible  <bruno@clisp.org>
15179
15180         * gnulib-tool: Add support for the --aux-dir option to
15181         --create-testdir, --create-megatestdir, --test, --megatest.
15182         (func_create_testdir, func_create_megatestdir): Optionally emit a
15183         AC_CONFIG_AUX_DIR directive.
15184         (create-testdir, create-megatestdir, test, megatest): Provide a
15185         default value for $auxdir.
15186
15187 2005-08-24  Bruno Haible  <bruno@clisp.org>
15188
15189         * gnulib-tool (import): Use compound statement instead of subshell
15190         where possible.
15191
15192 2005-08-24  Bruno Haible  <bruno@clisp.org>
15193
15194         * gnulib-tool (import): Change --aux-dir default to "build-aux".
15195
15196 2005-08-24  Bruno Haible  <bruno@clisp.org>
15197
15198         * gnulib-tool (func_version): Update.
15199
15200 2005-08-24  Bruno Haible  <bruno@clisp.org>
15201
15202         * gnulib-tool (func_import, func_create_testdir,
15203         func_create_megatestdir): Quote all autoconf macro arguments.
15204
15205 2005-08-24  Bruno Haible  <bruno@clisp.org>
15206
15207         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
15208         option --force, because --force causes the aclocal.m4 of each
15209         subdirectory to be newer than the corresponding config.h.in.
15210
15211 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15212
15213         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
15214         All contents moved to gl_REGEX.
15215         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
15216         assume that it does.
15217
15218 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15219
15220         * lib/regex.h (REG_NOSYS)
15221         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
15222         Define, since POSIX requires it as of 2001.
15223         (_REG_ENOSYS)
15224         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
15225         New private symbol, used to keep the enum signed in all cases.
15226         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
15227         Youngman in
15228         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
15229
15230         * lib/regex_internal.c (re_string_skip_chars, register_state):
15231         (calc_state_hash):
15232         Remove forward decls; no longer needed now that we use prototypes.
15233         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
15234         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
15235         (clean_state_log_if_needed): Likewise.
15236
15237 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15238
15239         * config/srclist.txt: Add glibc bugs 1231-1233.
15240
15241 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15242
15243         Fix problems reported by Sam Steingold in
15244         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
15245         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
15246         assumed that reg_errcode_t is a signed type, which is not
15247         necessarily true if _XOPEN_SOURCE is not defined.
15248         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
15249         since some compilers warn about it otherwise.
15250
15251 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15252
15253         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
15254         (init_word_char, create_initial_state, duplicate_node_closure):
15255         (fetch_token, peek_token_bracket, build_range_exp):
15256         (build_collating_symbol): Remove forward decls; no longer needed
15257         now that we use prototypes.
15258
15259         * lib/regcomp.c:
15260         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
15261         (re_compile_fastmap_iter, regcomp, regerror, regfree):
15262         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
15263         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
15264         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
15265         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
15266         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
15267         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
15268         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
15269         (build_range_exp, build_collating_symbol, parse_bracket_exp):
15270         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
15271         (build_charclass, build_charclass_op, fetch_number, create_tree):
15272         (create_token_tree, mark_opt_subexp, duplicate_tree):
15273         Use prototypes rather than old-style definitions.
15274
15275         * lib/regex_internal.c:
15276         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
15277         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
15278         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15279         (re_string_reconstruct, re_string_peek_byte_case):
15280         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
15281         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15282         (re_node_set_init_copy, re_node_set_add_intersect):
15283         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15284         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15285         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15286         (re_acquire_state, re_acquire_state_context, register_state):
15287         (create_ci_newstate, create_cd_newstate, free_state):
15288         Likewise.
15289         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
15290         re_search_2):
15291         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
15292         (re_search_internal, prune_impossible_nodes):
15293         (acquire_init_state_context, check_matching, static):
15294         (check_halt_node_context, check_halt_state_context, proceed_next_node):
15295         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
15296         (update_regs, sift_states_backward, build_sifted_states):
15297         (clean_state_log_if_needed, merge_state_array):
15298         (update_cur_sifted_state, add_epsilon_src_nodes):
15299         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
15300         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
15301         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
15302         (find_recover_state, check_subexp_matching_top, transit_state_mb):
15303         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
15304         (check_arrival, check_arrival_add_next_nodes):
15305         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15306         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15307         (check_node_accept_bytes, check_node_accept, extend_buffers):
15308         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
15309         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
15310         (sift_ctx_init):
15311         Likewise.
15312
15313         * lib/regex_internal.h:
15314         (re_string_allocate, re_string_construct, re_string_reconstruct):
15315         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
15316         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
15317         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
15318         (re_string_context_at, re_string_peek_byte_case):
15319         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
15320         is defined, since we now use prototypes always.
15321
15322         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
15323         C89 or better.  All uses removed.
15324
15325 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15326
15327         * config/srclist.txt: Add glibc bugs 1220-1227.
15328
15329 2005-08-20  Jim Meyering  <jim@meyering.net>
15330
15331         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
15332         of unused local, dfa.
15333
15334 2005-08-20  Bruno Haible  <bruno@clisp.org>
15335
15336         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
15337
15338 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15339
15340         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
15341         (re_node_set_insert_last, re_dfa_add_node):
15342         Rename local variables to avoid GCC shadowing warnings.
15343
15344 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15345
15346         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
15347         [defined lint]: Suppress bogus uninitialized-variable warnings.
15348
15349         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
15350         and let the caller return REG_ESPACE if out of space.  This
15351         removes an uninitialied-variable warning with GCC 4.0.1, and also
15352         avoids taking the address of a local variable.  All callers
15353         changed.
15354
15355 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15356
15357         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
15358         $LIBCSRC/posix/regexec.c.
15359         Add glibc bug 1217 for regcomp.c.
15360
15361 2005-08-19  Jim Meyering  <jim@meyering.net>
15362
15363         * lib/regexec.c (proceed_next_node): Redo local variables to
15364         avoid GCC shadowing warnings.
15365
15366 2005-08-18  Bruno Haible  <bruno@clisp.org>
15367
15368         * lib/strstr.c (strstr): Fix return value in multibyte case.
15369         * lib/strcasestr.c (strcasestr): Likewise.
15370
15371 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15372
15373         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
15374
15375 2005-08-17  Jim Meyering  <jim@meyering.net>
15376
15377         Make the %s format (seconds since the epoch) work for a negative
15378         number and when used with a zero-padded field width, e.g. %015s.
15379
15380         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
15381         label so that it precedes the code to set `digits'.  Otherwise,
15382         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
15383         print `00-22'.  Now, it prints `-0022', as it should.
15384
15385 2005-08-17  Bruno Haible  <bruno@clisp.org>
15386
15387         * modules/strstr (Files): Add m4/mbrtowc.m4.
15388         (Depends-on): Add mbuiter.
15389
15390 2005-08-17  Bruno Haible  <bruno@clisp.org>
15391
15392         * modules/strcasestr: New file.
15393         * MODULES.html.sh (String handling, based on ANSI C 89): Add
15394         strcasestr.
15395
15396 2005-08-17  Bruno Haible  <bruno@clisp.org>
15397
15398         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
15399
15400 2005-08-17  Bruno Haible  <bruno@clisp.org>
15401
15402         * modules/mbuiter: New file.
15403         * MODULES.html.sh (Extended multibyte and wide character utilities):
15404         Add mbuiter.
15405
15406 2005-08-17  Bruno Haible  <bruno@clisp.org>
15407
15408         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
15409         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
15410
15411 2005-08-17  Bruno Haible  <bruno@clisp.org>
15412
15413         * m4/strcasestr.m4: New file.
15414
15415 2005-08-17  Bruno Haible  <bruno@clisp.org>
15416
15417         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
15418         * lib/strstr.c: Completely rewritten, with multibyte locale support.
15419
15420 2005-08-17  Bruno Haible  <bruno@clisp.org>
15421
15422         * lib/strcasestr.h: New file.
15423         * lib/strcasestr.c: New file.
15424
15425 2005-08-17  Bruno Haible  <bruno@clisp.org>
15426
15427         * lib/strcasecmp.c: Use mbuiter.h.
15428
15429 2005-08-17  Bruno Haible  <bruno@clisp.org>
15430
15431         * lib/mbuiter.h: New file.
15432
15433 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15434
15435         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
15436         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
15437         and gl_GETOPT are both invoked via different paths (as happens
15438         with GNU tar CVS because it uses both argp and getopt), the former
15439         wins.
15440
15441 2005-08-16  Bruno Haible  <bruno@clisp.org>
15442
15443         * modules/tls: New file.
15444         * MODULES.html.sh (Multithreading): Add tls.
15445
15446 2005-08-16  Bruno Haible  <bruno@clisp.org>
15447
15448         * modules/strnlen1: New file.
15449         * MODULES.html.sh (String handling): Add strnlen1.
15450
15451 2005-08-16  Bruno Haible  <bruno@clisp.org>
15452
15453         * modules/strcase (Files): Add m4/mbrtowc.m4.
15454         (Depends-on): Add strnlen1, mbchar.
15455
15456 2005-08-16  Bruno Haible  <bruno@clisp.org>
15457
15458         * modules/mbiter: New file.
15459         * MODULES.html.sh (Extended multibyte and wide character utilities):
15460         Add mbiter.
15461
15462 2005-08-16  Bruno Haible  <bruno@clisp.org>
15463
15464         * modules/mbfile: New file.
15465         * MODULES.html.sh (Extended multibyte and wide character utilities):
15466         Add mbfile.
15467
15468 2005-08-16  Bruno Haible  <bruno@clisp.org>
15469
15470         * modules/mbchar: New file.
15471         * MODULES.html.sh (Extended multibyte and wide character utilities):
15472         New section.
15473
15474 2005-08-16  Bruno Haible  <bruno@clisp.org>
15475
15476         * m4/tls.m4: New file, from GNU gettext.
15477
15478 2005-08-16  Bruno Haible  <bruno@clisp.org>
15479
15480         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
15481         always.
15482         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
15483
15484 2005-08-16  Bruno Haible  <bruno@clisp.org>
15485
15486         * m4/mbiter.m4: New file.
15487
15488 2005-08-16  Bruno Haible  <bruno@clisp.org>
15489
15490         * m4/mbfile.m4: New file.
15491
15492 2005-08-16  Bruno Haible  <bruno@clisp.org>
15493
15494         * m4/mbchar.m4: New file.
15495
15496 2005-08-16  Bruno Haible  <bruno@clisp.org>
15497
15498         * lib/tls.h: New file, from GNU gettext.
15499         * lib/tls.c: New file, from GNU gettext.
15500
15501 2005-08-16  Bruno Haible  <bruno@clisp.org>
15502
15503         * lib/strnlen1.h: New file.
15504         * lib/strnlen1.c: New file.
15505
15506 2005-08-16  Bruno Haible  <bruno@clisp.org>
15507
15508         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
15509         (mbi_init): Update.
15510         (mbi_avail, mbi_advance): Let the iteration end before the terminating
15511         NUL byte, not after it.
15512
15513 2005-08-16  Bruno Haible  <bruno@clisp.org>
15514
15515         * lib/strcase.h (strcasecmp): Add note in comments.
15516         * lib/strncasecmp.c: Use code from strcasecmp.c.
15517         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
15518         (strcasecmp): Work correctly in multibyte locales.
15519
15520 2005-08-16  Bruno Haible  <bruno@clisp.org>
15521
15522         * lib/mbiter.h: New file.
15523
15524 2005-08-16  Bruno Haible  <bruno@clisp.org>
15525
15526         * lib/mbfile.h: New file.
15527
15528 2005-08-16  Bruno Haible  <bruno@clisp.org>
15529
15530         * lib/mbchar.h: New file.
15531         * lib/mbchar.c: New file.
15532
15533 2005-08-16  Bruno Haible  <bruno@clisp.org>
15534
15535         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
15536         the valid ones. Makes the comparison operations transitive:
15537         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
15538         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
15539
15540 2005-08-15  Simon Josefsson  <jas@extundo.com>
15541
15542         * modules/ssize_t (License): Change to 'unlimited'.
15543
15544         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
15545
15546 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15547
15548         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
15549         Add comments for each pending glibc patch.
15550
15551 2005-08-15  Bruno Haible  <bruno@clisp.org>
15552
15553         * lib/regex.h (__restrict_arr): Don't define to __restrict if
15554         __cplusplus is defined.
15555
15556 2005-08-14  Jim Meyering  <jim@meyering.net>
15557
15558         Sync from coreutils.
15559
15560         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
15561         Use the hash-table-based cycle-detection code not just when
15562         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
15563         Reported by James Youngman in
15564         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
15565         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
15566         FTS_TIGHT_CYCLE_CHECK.
15567         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
15568         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
15569         once again.
15570         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
15571         * lib/fts.c (fd_safer): Remove decl.
15572         Include fcntl--.h rather than unistd-safer.h
15573         (fts_safe_changedir): Don't call fd_safer; no longer needed
15574         now that we include fcntl--.h.
15575
15576 2005-08-12  Simon Josefsson  <jas@extundo.com>
15577
15578         * modules/getndelim2: Use ssize_t module.
15579         * modules/getnline: Likewise.
15580         * modules/safe-read: Likewise.
15581         * modules/xreadlink: Likewise.
15582
15583         * modules/ssize_t: New file.
15584
15585 2005-08-12  Simon Josefsson  <jas@extundo.com>
15586
15587         * m4/readline.m4: Look for termcap, curses or ncurses if required.
15588
15589 2005-08-12  Simon Josefsson  <jas@extundo.com>
15590
15591         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15592         ssize_t.
15593
15594 2005-08-12  Simon Josefsson  <jas@extundo.com>
15595
15596         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
15597         readline, getdelim and check_version.
15598         (Support for systems lacking ISO C 99: Sizes of integer types):
15599         Add size_max.
15600
15601 2005-08-12  Bruno Haible  <bruno@clisp.org>
15602
15603         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
15604
15605 2005-08-11  Simon Josefsson  <jas@extundo.com>
15606
15607         * modules/readline: New file.
15608
15609         * modules/strnlen (Files): Add strnlen.h.
15610
15611 2005-08-11  Simon Josefsson  <jas@extundo.com>
15612
15613         * m4/readline.m4: New file.
15614
15615 2005-08-11  Simon Josefsson  <jas@extundo.com>
15616
15617         * lib/readline.h, readline.c: New file.
15618
15619 2005-08-11  Simon Josefsson  <jas@extundo.com>
15620
15621         * doc/gnulib.texi (Initial import, Finishing touches): Mention
15622         gl_AVOID.
15623
15624 2005-08-11  Bruno Haible  <bruno@clisp.org>
15625
15626         * lib/strnlen.h (strnlen): Change parameter name to match comment.
15627
15628 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
15629
15630         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
15631
15632 2005-08-10  Simon Josefsson  <jas@extundo.com>
15633
15634         * tests/test-iconvme.c: New file.
15635
15636 2005-08-10  Simon Josefsson  <jas@extundo.com>
15637
15638         * m4/strnlen.m4: New file.
15639
15640         * m4/strndup.m4: Don't check for strnlen declaration, done in
15641         strnlen.m4.
15642
15643 2005-08-10  Simon Josefsson  <jas@extundo.com>
15644
15645         * lib/strndup.c: Use strnlen.h.
15646
15647         * lib/strnlen.h: New file.
15648
15649 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15650
15651         * README: Typos.
15652
15653 2005-08-02  Simon Josefsson  <jas@extundo.com>
15654
15655         * modules/readline: New file.
15656
15657 2005-08-02  Simon Josefsson  <jas@extundo.com>
15658
15659         * modules/getdelim: New file.
15660
15661         * modules/getline: Rewrite, don't use getndelim2.
15662
15663 2005-08-02  Simon Josefsson  <jas@extundo.com>
15664
15665         * m4/getline.m4: Separate out getdelim stuff into separate module.
15666
15667         * m4/getdelim.m4: New file.
15668
15669 2005-08-02  Simon Josefsson  <jas@extundo.com>
15670
15671         * lib/getline.h, getline.c: Rewrite.
15672
15673         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
15674
15675 2005-07-31  Bruno Haible  <bruno@clisp.org>
15676
15677         * lib/lock.h (gl_lock_initializer): New macro.
15678         (gl_lock_define_initialized): Use it.
15679         (gl_rwlock_initializer): New macro.
15680         (gl_rwlock_define_initialized): Use it.
15681         (gl_recursive_lock_initializer): New macro.
15682         (gl_recursive_lock_define_initialized): Use it.
15683
15684 2005-07-30  Karl Berry  <karl@gnu.org>
15685
15686         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
15687         Report from Ben Pfaff, regarding getopt.
15688
15689 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
15690
15691         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
15692         normal way.
15693         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
15694         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
15695         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
15696         (gl_GETOPT): Use the new macros.  Most of the implementation
15697         is moved to the new macros.  This is for programs like Emacs
15698         that don't want all the functionality of gl_GETOPT.
15699
15700 2005-07-26  Bruno Haible  <bruno@clisp.org>
15701
15702         * m4/lock.m4: Update from GNU gettext.
15703
15704 2005-07-26  Bruno Haible  <bruno@clisp.org>
15705
15706         * lib/lock.h: Update from GNU gettext.
15707         * lib/lock.c: Update from GNU gettext.
15708
15709 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
15710
15711         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
15712         obsolescent AC_TRY_RUN.  Include the default includes files, for
15713         'exit'.
15714
15715 2005-07-24  Bruno Haible  <bruno@clisp.org>
15716
15717         * modules/visibility: New file.
15718         * MODULES.html.sh (Misc): Add visibility.
15719
15720 2005-07-24  Bruno Haible  <bruno@clisp.org>
15721
15722         * m4/visibility.m4: New file.
15723
15724 2005-07-24  Bruno Haible  <bruno@clisp.org>
15725
15726         * doc/visibility.texi: New file.
15727
15728 2005-07-22  Bruno Haible  <bruno@clisp.org>
15729
15730         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
15731         $(ALLOCA_H), redundant through BUILT_SOURCES.
15732         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
15733         redundant through BUILT_SOURCES.
15734         * modules/byteswap (Makefile.am): Remove explicit dependency on
15735         $(BYTESWAP_H), redundant through BUILT_SOURCES.
15736         * modules/fnmatch (Makefile.am): Remove explicit dependency on
15737         $(FNMATCH_H), redundant through BUILT_SOURCES.
15738         * modules/getopt (Makefile.am): Remove explicit dependency on
15739         $(GETOPT_H), redundant through BUILT_SOURCES.
15740         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
15741         redundant through BUILT_SOURCES.
15742         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
15743         redundant through BUILT_SOURCES.
15744         * modules/stdbool (Makefile.am): Remove explicit dependency on
15745         $(STDBOOL_H), redundant through BUILT_SOURCES.
15746         * modules/stdint (Makefile.am): Remove explicit dependency on
15747         $(STDINT_H), redundant through BUILT_SOURCES.
15748         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
15749         Remove explicit dependency on $(SYSEXITS_H).
15750         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
15751
15752 2005-07-18  Simon Josefsson  <jas@extundo.com>
15753
15754         * lib/check-version.c (check_version): Accept identical versions too.
15755
15756 2005-07-18  Bruno Haible  <bruno@clisp.org>
15757
15758         * modules/lock: New file.
15759         * MODULES.html.sh (Multithreading): New section.
15760
15761 2005-07-18  Bruno Haible  <bruno@clisp.org>
15762
15763         * m4/lock.m4: New file, from GNU gettext.
15764
15765 2005-07-18  Bruno Haible  <bruno@clisp.org>
15766
15767         * lib/lock.h: New file, from GNU gettext.
15768         * lib/lock.c: New file, from GNU gettext.
15769
15770 2005-07-18  Bruno Haible  <bruno@clisp.org>
15771
15772         * lib/lock.h (gl_once_t): New type.
15773         (gl_once_define, gl_once): New macros.
15774         * lib/lock.c (fresh_once): New variable.
15775         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
15776         functions.
15777
15778 2005-07-16  Simon Josefsson  <jas@extundo.com>
15779
15780         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
15781         workaround, suggested by Bruno.
15782
15783 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15784
15785         * modules/xalloc (Depends-on): Add xalloc-die.
15786         * modules/xvasprintf (Depends-on): Add xalloc-die.
15787
15788 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15789
15790         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
15791         with a minor change.
15792
15793 2005-07-15  Bruno Haible  <bruno@clisp.org>
15794
15795         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
15796         When using lib/poll.c, define poll as rpl_poll.
15797
15798 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
15799
15800         * modules/argp (Depends-on): Remove unlocked-io.
15801
15802 2005-07-14  Derek Price  <derek@ximbiot.com>
15803
15804         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
15805         for glob symlink bug.
15806
15807 2005-07-14  Bruno Haible  <bruno@clisp.org>
15808
15809         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
15810         Instead, test for *_unlocked function declarations directly.
15811
15812 2005-07-11  Simon Josefsson  <jas@extundo.com>
15813
15814         * modules/size_max: New file.
15815
15816         * modules/xsize: Depend on size_max module for size_max.m4.
15817
15818 2005-07-11  Simon Josefsson  <jas@extundo.com>
15819
15820         * lib/size_max.h: New file.
15821
15822 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
15823
15824         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
15825         copyright symbol and the year.
15826         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
15827         (version_etc_va): Use parameterized copyright notice.
15828         Reword to conform to the current GNU coding standards.
15829
15830 2005-07-11  Karl Berry  <karl@gnu.org>
15831
15832         * doc/gnulib.texi (Quoting): new node.
15833         (Initial import): more info, from Patrice.
15834
15835 2005-07-11  Bruno Haible  <bruno@clisp.org>
15836
15837         * gnulib-tool (func_usage): Document option --avoid.
15838         (Command line options): Handle --avoid.
15839         (func_acceptable): New function.
15840         (func_modules_transitive_closure): Use it.
15841
15842 2005-07-11  Bruno Haible  <bruno@clisp.org>
15843
15844         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
15845         Reported by Jim Meyering.
15846
15847 2005-07-10  Bruno Haible  <bruno@clisp.org>
15848
15849         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
15850         Needed when size_t is smaller than 'unsigned int'.
15851         Reported by Paul Eggert.
15852
15853 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15854
15855         * modules/argp (Depends-on): Add unlocked-io
15856
15857 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15858
15859         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
15860         block of defines.
15861
15862 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15863
15864         * config/srclist.txt: Comment out regcomp.c, since we have a porting
15865         fix now.
15866
15867 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
15868         and Paul Eggert  <eggert@cs.ucla.edu>
15869
15870         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
15871         in wint_t, not wchar_t.  Remove now-unnecessary cast.
15872
15873 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15874
15875         * modules/regex (Files): Add lib/regex_internal.c,
15876         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
15877         (Depends-on): Add extensions.
15878         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
15879
15880 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15881
15882         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
15883         pathconf.
15884         * m4/same.m4 (gl_SAME): Likewise.
15885         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
15886
15887         * m4/regex.m4: Adjust to new libc regex implementation.
15888         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
15889         all the .c and .h parts of (the new) regex.
15890         Quote the m4 stuff better.
15891         Check for RE_ICASE bug of old gnulib.
15892         Check for REG_STARTEND of recent libc.
15893         Rename local variables from jm_* to gl_*.
15894         Quote operand of "test -f".
15895         Say "recent enough" version of libc, not "version 2".
15896         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
15897         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
15898         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
15899         Remove check for btowc, isascii.
15900         Require AM_LANGINFO_CODESET.
15901
15902 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15903
15904         * lib/regex.c, regex.h: Sync from libc.
15905         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
15906         * lib/regexec.c:
15907         New files, synced from libc, except that regex_internal.h
15908         currently has a small porting fix.
15909
15910 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15911
15912         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
15913         regex_internal.c, regexec.c.
15914         Add regex_internal.h too, but as a comment, since the libc version
15915         is currently broken in gnulib mode.
15916
15917 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15918
15919         Support programs like Emacs that use gnulib but not gettext.
15920         * MODULES.html.sh (Internationalization functions): Add gettext-h.
15921         * modules/gettext-h: New file.
15922         * modules/gettext (Files): Remove lib/gettext.h.
15923         (Depends-on): Add gettext-h.
15924         (Makefile.am): Remove lib_SOURCES.
15925         * modules/argmatch, modules/c-stack, modules/closeout:
15926         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
15927         * modules/execute, modules/file-type, modules/getaddrinfo:
15928         * modules/getopt, modules/human, modules/javacomp:
15929         * modules/javaexec, modules/mkdir-p, modules/obstack:
15930         * modules/openat, modules/pagealign_alloc, modules/pipe:
15931         * modules/quotearg, modules/regex, modules/rpmatch:
15932         * modules/unicodeio, modules/userspec, modules/version-etc:
15933         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
15934         * modules/xsetenv:
15935         Depend on gettext-h, not gettext.
15936
15937 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15938
15939         * gnulib-tool (func_import): Add support for 'public domain' license.
15940         * modules/alloca, modules/atexit, modules/memmove:
15941         Now public domain, not GPL.
15942         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
15943         * modules/realloc, modules/strerror, modules/strtod:
15944         Now LGPL, not GPL.
15945
15946 2005-07-05  Bruno Haible  <bruno@clisp.org>
15947
15948         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
15949         autoconf CVS. Needed for mingw.
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         * modules/strftime (Depends-on): Remove dependency on tzset.
15955
15956 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15957
15958         Remove the dependency of the strftime module on the tzset module.
15959         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
15960         gl_FUNC_TZSET_CLOBBER.
15961
15962 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15963
15964         Remove the dependency of the strftime module on the tzset module.
15965         * lib/strftime.c (my_strftime)
15966         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
15967         Copy the input structure, to work around some of the bug with
15968         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
15969         Solaris releases, you should also use the tzset module, but we won't
15970         require it as a dependency any more since we don't want LGPLed code
15971         to depend on GPLed code.
15972
15973 2005-07-02  Jim Meyering  <jim@meyering.net>
15974
15975         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
15976         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
15977         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
15978         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
15979
15980 2005-07-02  Jim Meyering  <jim@meyering.net>
15981
15982         * lib/backupfile.c (backup_args): Change a `0' to NULL.
15983
15984 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15985
15986         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
15987         declares only 'struct timespec;' (!).
15988
15989 2005-07-01  Jim Meyering  <jim@meyering.net>
15990
15991         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
15992         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
15993         * lib/save-cwd.c, tempname.c:
15994         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
15995         and don't include <sys/file.h>).
15996
15997 2005-06-29  Jim Meyering  <jim@meyering.net>
15998
15999         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
16000         type name.  Use the variable name instead.
16001         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
16002         Likewise.
16003
16004 2005-06-28  Simon Josefsson  <jas@extundo.com>
16005
16006         * modules/check-version (Files): Add check-version.m4.
16007
16008 2005-06-28  Simon Josefsson  <jas@extundo.com>
16009
16010         * m4/check-version.m4: New file, suggested by Jim Meyering
16011         <jim@meyering.net>.
16012
16013 2005-06-28  Simon Josefsson  <jas@extundo.com>
16014
16015         * lib/check-version.h, lib/check-version.c: New files.
16016
16017 2005-06-28  Simon Josefsson  <jas@extundo.com>
16018
16019         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
16020         collision with global variable.  Better indentation.  Don't
16021         increment buffer pointer beyond buffer end.  Based on comments
16022         from Paul Eggert <eggert@cs.ucla.edu>.
16023
16024         * lib/base64.h: Indent.
16025
16026 2005-06-28  Simon Josefsson  <jas@extundo.com>
16027
16028         * doc/gnulib.texi (Library version handling): New section.
16029
16030 2005-06-28  Jim Meyering  <jim@meyering.net>
16031
16032         * check-module (find_included_lib_files): Hard-code another
16033         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
16034         but modules/fts-lgpl (correctly) does not list those files.
16035
16036         * modules/canonicalize (Files): Add lib/pathmax.h.
16037
16038 2005-06-25  Simon Josefsson  <jas@extundo.com>
16039
16040         * modules/check-version: New file.
16041
16042 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
16043
16044         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
16045         initializer of struct addrinfo, as an indication that we don't
16046         care how many members the structure has.
16047
16048 2005-06-24  Derek Price  <derek@ximbiot.com>
16049         and Bruno Haible  <bruno@clisp.org>
16050
16051         Remove stat module & update lstat.
16052         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
16053         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
16054         * m4/stat.m4: Remove this file.
16055
16056 2005-06-24  Derek Price  <derek@ximbiot.com>
16057         and Bruno Haible  <bruno@clisp.org>
16058
16059         Remove stat module & update lstat.
16060         * lib/stat.c: Remove this file...
16061         (slash_aware_lstat): ...moving this content and its support...
16062         * lib/lstat.c (rpl_lstat): ...into here.
16063         * lib/lstat.h: New file.
16064
16065 2005-06-24  Derek Price  <derek@ximbiot.com>
16066         and Bruno Haible  <bruno@clisp.org>
16067
16068         Remove stat module & update lstat.
16069         * config/srclist.txt (libc sources): Remove stat.
16070
16071 2005-06-24  Derek Price  <derek@ximbiot.com>
16072         and Bruno Haible  <bruno@clisp.org>
16073
16074         Remove stat module & update lstat.
16075         * MODULES.html.sh (stat): Remove.
16076         * MODULES.html: Regenerated.
16077         * modules/lstat (Description): Correct function name.
16078         (Files): Add "lstat.h".
16079         (Depends-on): Remove stat, add xalloc, stat-macros.
16080         * modules/stat: Remove this file.
16081         (Include): Add "lstat.h", remove <sys/stat.h>.
16082
16083 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16084
16085         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
16086         (ranged_convert): Don't save conversion in a temporary struct.
16087         This causes a warning with GCC 4.0.0, and anyway in the typical
16088         case it's not worth the extra 100 bytes or so of code.
16089         (ranged_convert, __mktime_internal): When calling a function via a
16090         pointer P, use P () rather than (*P) (), as we now assume C89 or
16091         better.
16092
16093 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16094
16095         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
16096         "who -r" failed to give output.  Problem reported by Tim Waugh.
16097
16098         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
16099         (xcalloc): Use it to avoid needless tests.
16100         Problem reported by Jim Meyering.
16101
16102 2005-06-20  Derek Price  <derek@ximbiot.com>
16103
16104         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
16105         unnecessary for Autoconfs > 2.59c.
16106
16107 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16108
16109         * lib/argp.h (__option_is_short): Check upper limit of
16110         __key. Isprint() requires its argument to have the value
16111         of an unsigned char or EOF.
16112
16113 2005-06-16  Jim Meyering  <jim@meyering.net>
16114
16115         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
16116         when either N or S is zero.
16117
16118 2005-06-16  Derek Price  <derek@ximbiot.com>
16119
16120         * m4/bison.m4: Declare YACC & YFLAGS precious.
16121
16122 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
16123
16124         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
16125         multibyte string or pattern, fall back on unibyte matching.
16126         Problem reported by James Youngman.
16127
16128 2005-06-08  Bruno Haible  <bruno@clisp.org>
16129
16130         * modules/csharpcomp: New file.
16131         * MODULES.html.sh (C#): Add csharpcomp.
16132
16133 2005-06-08  Bruno Haible  <bruno@clisp.org>
16134
16135         * m4/csharpcomp.m4: New file, from GNU gettext.
16136
16137 2005-06-08  Bruno Haible  <bruno@clisp.org>
16138
16139         * lib/csharpcomp.h: New file, from GNU gettext.
16140         * lib/csharpcomp.c: New file, from GNU gettext.
16141         * lib/csharpcomp.sh.in: New file, from GNU gettext.
16142
16143 2005-06-08  Bruno Haible  <bruno@clisp.org>
16144
16145         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
16146         warning on mingw.
16147
16148 2005-06-07  Derek Price  <derek@ximbiot.com>
16149
16150         Sync from CVS.
16151         * lib/glob_.h: Indent nested #ifdef.
16152
16153 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16154
16155         Sync from coreutils.
16156         Use "file name" when talking about file names, instead of "filename"
16157         or "path", as per the GNU coding standards.
16158         * lib/mkdir-p.c: Renamed from makepath.c.
16159         (make_dir_parents): Renamed from make_path.  All callers changed.
16160         * lib/mkdir-p.h: Likewise.  All includers changed.
16161         * lib/filenamecat.c: Renamed from path-concat.c.
16162         (file_name_concat): Renamed from path_concat.  All callers changed.
16163         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
16164         * lib/filenamecat.h: Likewise.  All includers changed.
16165         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
16166         in comments or local variable names.
16167         * lib/basename.c: Likewise.
16168         * lib/canonicalize.c, canonicalize.h: Likewise.
16169         * lib/dirname.c, dirname.h: Likewise.
16170         * lib/euidaccess.c: Likewise.
16171         * lib/exclude.c: Likewise
16172         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
16173         * lib/fsusage.c, fsuage.h: Likewise.
16174         * lib/fts.c, fts_.h: Likewise.
16175         * lib/getcwd.c: Likewise.
16176         * lib/getloadavg.c: Likewise.
16177         * lib/mkstemp.c: Likewise.
16178         * lib/mountlist.c, mountlist.h: Likewise.
16179         * lib/openat.c, openat.h: Likewise.
16180         * lib/readlink-stub.c: Likewise.
16181         * lib/readutmp.c, readutmp.h: Likewise.
16182         * lib/rename.c: Likewise.
16183         * lib/rmdir.c: Likewise.
16184         * lib/same.c: Likewise.
16185         * lib/savedir.c: Likewise.
16186         * lib/stripslash.c: Likewise.
16187         * lib/tempname.c: Likewise.
16188         * lib/xreadlink.c: Likewise.
16189         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
16190         All uses changed.
16191         * lib/exclude.h: Likewise.
16192
16193         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
16194         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16195         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
16196         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16197         * lib/pathmax.h: Include <limits.h> unconditionally, since other
16198         files have been getting away with it for years (MORE/BSD 4.3
16199         is extinct now).
16200         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
16201         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16202
16203         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
16204         Define to 256, not 255, as per modern POSIX.
16205
16206 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16207
16208         Sync from coreutils.
16209         Use "file name" when talking about file names, instead of "filename"
16210         or "path", as per the GNU coding standards.
16211         * MODULES.html.sh: mkdir-p renamed from makepath.
16212         filenamecat renamed from path-concat.
16213         * modules/filenamecat: Renamed from modules/path-concat.
16214         (Files): filenamecat.h and filenamecat.c renamed from
16215         path-concat.h and path-concat.c.
16216         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
16217         (Include): filenamecat.h, not path-concat.h.
16218         * modules/mkdir-p: Renamed from modules/makepath.
16219         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
16220         makepath.c.
16221         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
16222         (Include): mkdir-p.h, not makepath.h.
16223
16224 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16225
16226         Sync from coreutils.
16227         * m4/mkdir-p.m4: Renamed from makepath.m4.
16228         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
16229         Rename files from makepath.c to mkdir-p.c, and from
16230         makepath.h to mkdir-p.h.
16231         * m4/filenamecat.m4: Renamed from path-concat.m4.
16232         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
16233         Rename files from path-concat.c to filenamecat.c,
16234         and from path-concat.h to filenamecat.h.
16235         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
16236         "file name" in local variables or comments.
16237         * m4/rename.m4: Likewise.
16238
16239 2005-06-01  Bruno Haible  <bruno@clisp.org>
16240
16241         * modules/csharpexec: New file.
16242         * MODULES.html.sh (C#): New section.
16243
16244 2005-06-01  Bruno Haible  <bruno@clisp.org>
16245
16246         * m4/csharp.m4: New file, from GNU gettext.
16247         * m4/csharpexec.m4: New file, from GNU gettext.
16248
16249 2005-06-01  Bruno Haible  <bruno@clisp.org>
16250
16251         * lib/csharpexec.h: New file, from GNU gettext.
16252         * lib/csharpexec.c: New file, from GNU gettext.
16253         * lib/csharpexec.sh.in: New file, from GNU gettext.
16254
16255 2005-05-31  Derek Price  <derek@ximbiot.com>
16256             Paul Eggert  <eggert@cs.ucla.edu>
16257
16258         Sync from cvs.
16259         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16260
16261 2005-05-31  Derek Price  <derek@ximbiot.com>
16262             Paul Eggert  <eggert@cs.ucla.edu>
16263
16264         Sync from cvs.
16265         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16266
16267 2005-05-29  Derek Price  <derek@ximbiot.com>
16268
16269         * config/srclist.txt (glob_.h, glob.c): Add these files.
16270
16271 2005-05-29  Derek Price  <derek@ximbiot.com>
16272
16273         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
16274         * modules/glob: New file.
16275         * modules/getlogin_r: Add link to POSIX spec in description.
16276
16277 2005-05-29  Derek Price  <derek@ximbiot.com>
16278             Paul Eggert  <eggert@cs.ucla.edu>
16279
16280         * m4/glob.m4: New file.
16281
16282 2005-05-29  Derek Price  <derek@ximbiot.com>
16283             Paul Eggert  <eggert@cs.ucla.edu>
16284
16285         * lib/glob_.h, lib/glob.c: New files.
16286
16287 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16288
16289         * modules/fts (Files): Remove m4/inttypes-pri.m4.
16290         * modules/fts-lgpl (Depends-on): Remove gettext.
16291
16292 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16293
16294         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
16295         and don't require gt_INTTYPES_PRI.
16296
16297 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16298
16299         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
16300
16301         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
16302         the configuration hassle isn't worth it.
16303         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
16304         (LONGEST_MODIFIER, PRIuMAX): Remove.
16305
16306 2005-05-27  Bruno Haible  <bruno@clisp.org>
16307
16308         * lib/getlogin_r.h: Remove second include of <stddef.h>.
16309
16310 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
16311
16312         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
16313         _POSIX_PTHREAD_SEMANTICS for Solaris.
16314
16315 2005-05-25  Derek Price  <derek@ximbiot.com>
16316
16317         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
16318
16319 2005-05-25  Derek Price  <derek@ximbiot.com>
16320             Paul Eggert  <eggert@cs.ucla.edu>
16321
16322         * modules/getlogin_r, m4/getlogin_r.m4: New files.
16323         * lib/getlogin_r.c, getlogin_r.h: New files.
16324
16325 2005-05-25  Bruno Haible  <bruno@clisp.org>
16326             Derek Price  <derek@ximbiot.com>
16327
16328         * lib/getlogin_r.h: Simplify API documentation.
16329
16330 2005-05-23  Derek Price  <derek@ximbiot.com>
16331
16332         * modules/minmax (Files): Add m4/minmax.m4.
16333         (configure.ac): Add gl_MINMAX.
16334
16335 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16336
16337         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
16338         so that unistd-safer.h (GPL'ed code) need not be included.
16339
16340 2005-05-22  Bruno Haible  <bruno@clisp.org>
16341
16342         * m4/minmax.m4: New file.
16343         Based on a patch by Derek Price <derek@ximbiot.com>.
16344
16345 2005-05-22  Bruno Haible  <bruno@clisp.org>
16346
16347         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
16348         (INT64_MIN): Fix definition.
16349         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
16350
16351         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
16352         NEED_SIGNED_INT_TYPES.
16353
16354         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
16355         HAVE_SYSTEM_INTTYPES.
16356
16357 2005-05-22  Bruno Haible  <bruno@clisp.org>
16358
16359         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
16360         Also include <sys/param.h> if it defines MIN, MAX.
16361         Based on a patch by Derek Price <derek@ximbiot.com>.
16362
16363 2005-05-21  Jim Meyering  <jim@meyering.net>
16364
16365         * modules/fts (Files): Add m4/inttypes-pri.m4.
16366         (Depends-on): Add lstat and remove gettext.  Alphabetize.
16367
16368 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16369
16370         New fts module.
16371         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
16372         (setup_dir, free_dir): New functions.
16373         (enter_dir, leave_dir): Define trivial
16374         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
16375         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
16376         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
16377         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
16378         Move to fts-cycle.c.
16379         (fts_open): Use setup_dir.
16380         (fts_close): Use free_dir.
16381         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
16382         This adds a label and some gotos, but the alternatives were messier.
16383         Check for memory allocation failure when entering a dir.
16384         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
16385         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
16386         (FTS): New member fts_cycle, that is a union that contains the
16387         old active_dir_ht and cycle_state.  All uses changed to mention
16388         fts_cycle.ht and fts_cycle.state.
16389         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
16390         fts.c, with the following changes:
16391         (setup_dir, free_dir): New functions.
16392         (enter_dir): Now returns bool.  Return true if successful, false
16393         if memory exhausted.  All callers changed.
16394         Do not bother partly cleaning up on
16395         memory allocation failure; that is free_dir's job.
16396         However, free ad if hash_insert fails, to avoid memory leak.
16397         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
16398         fts->fts_options to see which union member to use.
16399
16400 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16401
16402         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
16403         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
16404
16405 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16406
16407         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
16408
16409 2005-05-20  Jim Meyering  <jim@meyering.net>
16410
16411         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
16412         Now a macro, to pacify GCC.
16413
16414 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16415
16416         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
16417         of -1.
16418
16419 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16420
16421         * lib/chown.c (rpl_chown): Return -1 on failure.
16422
16423 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16424
16425         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
16426         Don't check for stddef.h.
16427         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
16428         don't use its results.
16429         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
16430         since we include them unconditionally.  Don't require
16431         AM_STDBOOL_H, since stdbool is a prerequisite.
16432         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
16433         since we assume C89 or better.
16434         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
16435         as we don't use their results.
16436         Don't check for fchdir, memmove, memset, strrchr, as we use
16437         them unconditionally.
16438         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
16439         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
16440
16441 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16442
16443         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
16444         Include <stddef.h> unconditionally, since we assume C89 now.
16445         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
16446         * lib/fts.c: Include fts_.h first, to check interface.
16447         Do not include intprops.h; no longer needed.
16448         Include cycle-check.h and hash.h, since fts_.h no longer does.
16449         Remove unnecessary casts of closedir to void.
16450         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
16451         decide whether to decrement nlinks.
16452         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
16453         (FTS): Use struct hash_table * instead of Hash_table, so that
16454         we no longer need to include hash.h here.
16455
16456 2005-05-18  Jim Meyering  <jim@meyering.net>
16457
16458         * modules/dirfd (License): Change to LGPL.  Most of the code
16459         is already in the public domain.
16460
16461 2005-05-18  Jim Meyering  <jim@meyering.net>
16462
16463         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
16464         Reported by Yoann Vandoorselaere.
16465
16466 2005-05-17  Jim Meyering  <jim@meyering.net>
16467
16468         * m4/fts.m4: New file, from coreutils.
16469
16470 2005-05-17  Jim Meyering  <jim@meyering.net>
16471
16472         * lib/fts.c, lib/fts_.h: New files, from coreutils.
16473
16474 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16475
16476         Sync from coreutils.
16477         * m4/unlinkdir.m4: New file.
16478
16479 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16480
16481         Sync from coreutils.
16482         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
16483         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
16484         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
16485         White space changes only.
16486         * lib/makepath.c (make_path): Port to hosts where leading "//" is
16487         special.
16488         * lib/yesno.c: Include getline.h, not ctype.h.
16489         (yesno): Don't remove leading white space; POSIX doesn't allow it.
16490         Use getline to remove arbitrary restriction on response length.
16491
16492 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16493
16494         * config/srclist-update: Spell out "Street" in FSF postal
16495         mail address; this is the style the FSF seems to prefer.
16496
16497         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
16498         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
16499         this updates FSF postal mail address.
16500
16501         Sync from coreutils.
16502         * modules/unlinkdir: New file.
16503         * modules/yesno (Depends-on): Add getline.
16504         * MODULES.html.sh (File system functions): Add unlinkdir.
16505
16506 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16507
16508         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
16509         lib/strsep.h:
16510         Change the initial comment to refer to GPL, not LGPL.
16511         gnulib-tool will change it to LGPL as needed.
16512
16513         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
16514         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
16515         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
16516         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
16517         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
16518         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
16519         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
16520         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
16521         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
16522         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
16523         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
16524         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
16525         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
16526         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
16527         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
16528         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
16529         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
16530         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
16531         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
16532         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
16533         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
16534         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
16535         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
16536         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
16537         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
16538         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
16539         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
16540         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
16541         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
16542         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
16543         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
16544         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
16545         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
16546         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
16547         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
16548         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
16549         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
16550         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
16551         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
16552         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
16553         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
16554         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
16555         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
16556         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
16557         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
16558         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
16559         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
16560         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
16561         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
16562         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
16563         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16564         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
16565         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
16566         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
16567         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
16568         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
16569         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
16570         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
16571         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
16572         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
16573         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
16574         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
16575         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
16576         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
16577         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
16578         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
16579         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
16580         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
16581         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
16582         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
16583         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
16584         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
16585         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
16586         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
16587         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
16588         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
16589         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
16590         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
16591         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
16592         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
16593         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
16594         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
16595         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
16596         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
16597         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
16598         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
16599         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
16600         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
16601         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
16602         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
16603         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
16604         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
16605         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
16606         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
16607         lib/yesno.c, lib/yesno.h:
16608         Update FSF postal mail address.
16609
16610 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16611
16612         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
16613         tests/test-memmem.c, tests/test-stpncpy.c:
16614         Update FSF postal mail address.
16615
16616 2005-05-13  Bruno Haible  <bruno@clisp.org>
16617
16618         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
16619         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
16620         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
16621         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
16622         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
16623         Add support for 64-bit integers in the MSVC compiler.
16624
16625 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16626
16627         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
16628
16629 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
16630
16631         * gnulib-tool (func_import): Sort and uniquify recommended includes.
16632
16633 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
16634
16635         * doc/getdate.texi (General date syntax): Don't say that date
16636         date --iso-8601=ns generates acceptable dates; it doesn't yet.
16637         Problem reported by Nic Ferrier.
16638
16639 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16640
16641         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
16642         specified in ai_socktype. Fix invalid ai_protocol
16643         check. ai_protocol is usually set to 0 or depending on
16644         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
16645         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
16646         ai_socktype / ai_protocol in the returned addrinfo structure.
16647
16648 2005-05-10  Simon Josefsson  <jas@extundo.com>
16649
16650         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
16651         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16652
16653 2005-05-10  Karl Berry  <karl@gnu.org>
16654
16655         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
16656         (from http://www.gnu.org/licenses).
16657         * doc/COPYING.LIB: also rename to COPYING.LESSER.
16658         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
16659         fdl.texi suffices.
16660
16661 2005-05-10  Karl Berry  <karl@gnu.org>
16662
16663         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
16664         (COPYING.DOC): remove.
16665
16666         * config/srclist-update: new FSF address.
16667
16668 2005-05-10  Derek Price  <derek@ximbiot.com>
16669
16670         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
16671         possible.
16672
16673 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16674             Bruno Haible  <bruno@clisp.org>
16675
16676         * modules/inet_ntop: New file.
16677         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16678         inet_ntop.
16679
16680 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16681             Bruno Haible  <bruno@clisp.org>
16682
16683         * m4/inet_ntop.m4: New file.
16684
16685 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16686             Bruno Haible  <bruno@clisp.org>
16687
16688         * lib/inet_ntop.h: New file.
16689         * lib/inet_ntop.c: New file, from glibc with modifications.
16690
16691 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
16692
16693         * modules/time_r (License): Change to LGPL.
16694         * modules/extensions (License): Change to LGPL.  Actually,
16695         the license is more permissive than that, but currently gnulib-tool
16696         doesn't know how to handle more-permissive licenses.
16697
16698         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
16699         Problem reported by Dave Love.
16700
16701 2005-05-08  Jim Meyering  <jim@meyering.net>
16702
16703         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
16704         blank.
16705
16706 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16707
16708         * modules/argmatch (Depends-on): Add stdbool.
16709         * modules/backupfile (Depends-on): Likewise.
16710         * modules/chdir-long (Depends-on): Likewise.
16711         * modules/closeout (Depends-on): Likewise.
16712         * modules/cycle-check (Depends-on): Likewise.
16713         * modules/dirname (Depends-on): Likewise.
16714         * modules/fnmatch (Depends-on): Likewise.
16715         * modules/fsusage (Depends-on): Likewise.
16716         * modules/fwriteerror (Depends-on): Likewise.
16717         * modules/getcwd (Depends-on): Likewise.
16718         * modules/getloadavg (Depends-on): Likewise.
16719         * modules/hard-locale (Depends-on): Likewise.
16720         * modules/makepath (Depends-on): Likewise.
16721         * modules/mountlist (Depends-on): Likewise.
16722         * modules/nanosleep (Depends-on): Likewise.
16723         * modules/posixtm (Depends-on): Likewise.
16724         * modules/quotearg (Depends-on): Likewise.
16725         * modules/readtokens (Depends-on): Likewise.
16726         * modules/readtokens0 (Depends-on): Likewise.
16727         * modules/readutmp (Depends-on): Likewise.
16728         * modules/save-cwd (Depends-on): Likewise.
16729         * modules/strftime (Depends-on): Likewise.
16730         * modules/userspec (Depends-on): Likewise.
16731         * modules/utimecmp (Depends-on): Likewise.
16732         * modules/xgetcwd (Depends-on): Likewise.
16733         * modules/xnanosleep (Depends-on): Likewise.
16734         * modules/xstrtod (Depends-on): Likewise.
16735         * modules/yesno (Depends-on): Likewise.
16736
16737 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
16738
16739         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
16740         needless checks.
16741
16742 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16743
16744         Merge from coreutils.  Among other things,
16745         add bulletproofing for cases where stdin, stdout, or stderr are closed.
16746         * lib/fd-safer.c: New file.
16747         * lib/fcntl-safer.h, open-safer.c: Remove.
16748         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
16749         * lib/dup-safer.c: Include unistd-safer.h first.
16750         Don't include errno.h.
16751         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
16752         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
16753         * lib/file-type.c: Rely on file-type.h change.
16754         * lib/getloadavg.c: Include unistd-safer.h.
16755         (getloadavg): Use safer open.
16756         * lib/getusershell.c: Include "stdio-safer.h".
16757         (getusershell): Use safer fopen.
16758         * lib/long-options.c (long_options): Use NULL rather than 0.
16759         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
16760         'free'.
16761         * lib/modechange.c: Likewise.
16762         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
16763         (MODE_DONE): New constant.
16764         (struct mode_change): Remove 'next' member.
16765         (make_node_op_equals): New function; like the old one of the
16766         same name, except it allocates an array.
16767         (mode_compile, mode_create_from_ref): Use it.
16768         (mode_compile): Allocate result as an array, not a linked list.
16769         Parse octal string ourself, so that we catch mistakes like "+0".
16770         (mode_adjust): Arg is an array, not a linked list.
16771         * lib/modechange.c: Include stat-macros.h, xalloc.h.
16772         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
16773         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
16774         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
16775         Remove.  This is now stat-macros.h's job.
16776         (talloc): Remove.  All callers replaced by xalloc, so that
16777         our invokers don't have to worry about reporting memory failures.
16778         (make_node_op_equals): Remove.
16779         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16780         New constants.
16781         (struct mode_change): Moved here from modechange.h.
16782         (mode_append_entry): Remove.
16783         (mode_compile): Remove MASKED_OPS arg, since it encouraged
16784         apps to have incorrect behavior.  Use simpler algorithm for head
16785         and tail.  Don't futz with umask; that's now the job of mode_adjust.
16786         Detect more invalid usages rather than having somewhat-random behavior.
16787         Don't insert an "a=" action, as that leads to incorrect behavior.
16788         (mode_compile, mode_create_from_ref): Return NULL on error instead
16789         of an enum, since now there's only one way to have an error.  All
16790         callers changed.
16791         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
16792         at the correct time.  Simplify calculation of "+u" and its ilk.
16793         Don't mishandle "+X".
16794         (mode_free): Remove "register" and localize decls.
16795         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16796         (struct mode_change): Move to modechange.c; callers don't
16797         need to see this stuff.
16798         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
16799         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
16800         (mode_change, mode_adjust): Reflect the new signatures noted above.
16801         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
16802         that might redefine system include files.
16803         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
16804         (my_usleep): Use NULL rather than (void *) 0.
16805         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
16806         Use siginterrupt to specify that system calls should be interrupted.
16807         (rpl_nanosleep): Move initialization of suspended closer to call of
16808         my_usleep.
16809         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
16810         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
16811         (desirable_utmp_entry): New function.
16812         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
16813         using x2nrealloc, to simplify logic.
16814         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
16815         size calculation.  Do not assume utmp file is a regular file.
16816         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
16817         (READ_UTMP_CHECK_PIDS): New constant.
16818         * lib/save-cwd.c: Include unistd-safer.h.
16819         (save_cwd): Use fd_safer.
16820         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
16821         [!_LIBC] Include "stat-macros.h" instead.
16822         * lib/unistd-safer.h (fd_safer): New decl.
16823
16824 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16825
16826         * modules/getloadavg (Depends-on): Add unistd-safer.
16827         * modules/getusershell (Depends-on): Add stdio-safer.
16828         * modules/lstat (Depends-on): Remove xalloc.
16829         * modules/mkstemp (Depends-on): Add stat-macros.
16830         * modules/modechange (Depends-on): Remove xstrtol.
16831         Add stat-macros, xalloc.
16832         * modules/save-cwd (Depends-on): Add unistd-safer.
16833         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
16834         * modules/unistd-safer (Files): Add lib/fd-safer.c
16835         (Makefile.am): Remove lib_SOURCES.
16836
16837         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
16838         Remove fcntl-safer; unistd-safer supersedes it.
16839
16840 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16841
16842         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
16843         AC_HEADER_STAT.
16844         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
16845         (gl_PREREQ_CHOWN): Remove.
16846         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
16847         it.  Don't require AC_HEADER_STAT.
16848         (gl_PREREQ_LSTAT): Remove.
16849         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
16850         Don't require AC_HEADER_STAT.
16851         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
16852         (gl_PREREQ_RMDIR): Remove.
16853         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
16854         mention stat-macros.h or AC_HEADER_STAT, since we'll make
16855         the stat-macros module a prerequisite.
16856         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
16857         * m4/filemode.m4 (gl_FILEMODE): Likewise.
16858         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
16859         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
16860         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
16861         variable names.
16862         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
16863         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
16864         variable prefixes.
16865         * m4/fcntl-safer.m4: Remove.
16866         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
16867         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
16868         Invoke gl_PREREQ_FD_SAFER.
16869         (gl_PREREQ_FD_SAFER): New macro.
16870         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
16871         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
16872         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
16873         Remove duplicate call to AC_LIBOBJ(readutmp).
16874         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
16875
16876         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
16877         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
16878
16879 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16880
16881         * MODULES.html.sh (Misc): Add byteswap.
16882
16883 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16884
16885         * modules/getcwd (Depends-on): Add extensions.
16886         * modules/openat (Depends-on): Likewise.
16887
16888 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16889
16890         * modules/byteswap: New file.
16891
16892 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16893
16894         * m4/byteswap.m4: New file.
16895
16896 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16897
16898         * lib/byteswap_.h: New file.
16899
16900 2005-04-25  Karl Berry  <karl@gnu.org>
16901
16902         * m4/gettext.m4: Update from GNU gettext 0.14.4.
16903
16904 2005-04-25  Albert Chin  <china@thewrittenword.com>
16905
16906         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
16907         Toolkit C bug.
16908
16909 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
16910
16911         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
16912         (func_ln_if_changed) Remove forcibly for no error message
16913         in case file does not exist.
16914
16915 2005-04-19  Simon Josefsson  <jas@extundo.com>
16916
16917         * gnulib-tool (Options): Make --symlink mean --symbolic.
16918
16919 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
16920
16921         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
16922
16923 2005-04-16  Simon Josefsson  <jas@extundo.com>
16924
16925         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
16926
16927 2005-04-15  Simon Josefsson  <jas@extundo.com>
16928
16929         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
16930
16931 2005-04-15  Simon Josefsson  <jas@extundo.com>
16932
16933         * gnulib-tool: Rename --symlink to --symbolic.
16934
16935 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
16936
16937         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
16938         symbolic links to files instead of copying/moving.  Add --aux-dir,
16939         specifying directory relative --dir where auxiliary build tools
16940         are placed.
16941
16942 2005-04-14  Bruno Haible  <bruno@clisp.org>
16943
16944         * modules/allocsa (License): Change to LGPL.
16945         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16946
16947 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16948
16949         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
16950         that "UTC +1 second" continues to work.  Problem reported
16951         by Dmitry V. Levin.
16952         (relunit_snumber): New rule.
16953         (relunit): Use it.
16954
16955 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
16956
16957         * lib/getdate.y (universal_time_zone_table): New constant.
16958         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
16959         universal_time_zone_table.
16960         (lookup_zone): Prefer universal_time_zone_table to
16961         local_time_zone_table, so that "GMT" time stamps are allowed in
16962         London during the summer.  Problem reported by Ian Abbott.
16963
16964 2005-04-12  Jim Meyering  <jim@meyering.net>
16965
16966         * lib/human.c (humblock): Set *options even when returning due to
16967         xstrtoumax conversion failure.  Thanks to a used-uninitialized
16968         warning from gcc-4.
16969
16970 2005-04-09  Jim Meyering  <jim@meyering.net>
16971
16972         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
16973         -Wuninitialized: initialize tm0.tm_year.
16974
16975 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
16976
16977         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
16978         count, since there's no maximum.  All uses changed.
16979         Add member dsts_seen.
16980         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
16981         not being INT_MAX.
16982         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
16983         Use pc_rels_seen to decide whther a date is absolute.
16984
16985         * lib/getdate.y (number): Don't overwrite year.
16986         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
16987         check.
16988
16989 2005-04-02  Simon Josefsson  <jas@extundo.com>
16990
16991         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
16992         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
16993
16994 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
16995
16996         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
16997         where no absolute path name can be longer than PATH_MAX.
16998
16999 2005-03-27  Jim Meyering  <jim@meyering.net>
17000
17001         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
17002
17003 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
17004
17005         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
17006         "one's complement" -> "ones' complement" in comment, as per Knuth.
17007         "value of type" -> "type or expression" in comment.
17008         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
17009
17010 2005-03-26  Jim Meyering  <jim@meyering.net>
17011
17012         Comment nits.
17013         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
17014         Correct typos: s/or/of/.
17015
17016 2005-03-26  Jim Meyering  <jim@meyering.net>
17017
17018         * modules/check-include-files: Move to ../ and rename to...
17019         * check-module: ...this.
17020
17021 2005-03-25  Jim Meyering  <jim@meyering.net>
17022
17023         * modules/xvasprintf (Files): Add xalloc.h.
17024
17025 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17026
17027         * modules/gettext (Files): config/config.rpath ->
17028         build-aux/config.rpath
17029         * modules/iconv (Files): Likewise.
17030         Problem reported by Oskar Liljeblad.
17031
17032 2005-03-23  Jim Meyering  <jim@meyering.net>
17033
17034         * modules/check-include-files: New script to check for
17035         missing dependencies, multiple includes, etc.
17036
17037         * modules/c-strtold (Depends-on): Add xalloc.
17038         * modules/c-strtod (Depends-on): Add xalloc.
17039         * modules/hash (Depends-on): Add xalloc.
17040         (Files): Remove lib/xalloc.h.
17041
17042         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
17043         * modules/userspec (Files): Add lib/inttostr.h.
17044
17045 2005-03-23  Jim Meyering  <jim@meyering.net>
17046
17047         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
17048
17049 2005-03-22  Jim Meyering  <jim@meyering.net>
17050
17051         * modules/stat-macros: New module.
17052         * modules/canonicalize, modules/euidaccess, modules/file-type,
17053         * modules/filemode, modules/lchown, modules/makepath,
17054         * modules/rmdir, modules/stat: Depend on new stat-macros module
17055         rather than listing lib/stat-macros.h manually.
17056         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
17057
17058 2005-03-22  Jim Meyering  <jim@meyering.net>
17059
17060         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
17061
17062 2005-03-22  Bruno Haible  <bruno@clisp.org>
17063
17064         * config/srclist.txt: Replace target directory 'config' with
17065         'build-aux'.
17066         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
17067         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
17068         ../build-aux/.
17069
17070 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
17071
17072         * modules/chdir-long (Depends-on): Add mempcpy.
17073
17074         * modules/acl, modules/backupfile, modules/c-strtod,
17075         modules/c-strtold, modules/canon-host, modules/canonicalize,
17076         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
17077         modules/exclude, modules/exitfail, modules/file-type,
17078         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
17079         modules/getdate, modules/getline, modules/getpagesize,
17080         modules/getpass, modules/getugroups, modules/group-member,
17081         modules/hard-locale, modules/hash, modules/human, modules/idcache,
17082         modules/inttostr, modules/long-options, modules/makepath,
17083         modules/md5, modules/memcasecmp, modules/memcoll,
17084         modules/modechange, modules/mountlist, modules/path-concat,
17085         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
17086         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
17087         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
17088         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
17089         modules/strftime, modules/strndup, modules/strverscmp,
17090         modules/timespec, modules/unlocked-io, modules/userspec,
17091         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
17092         modules/yesno:
17093         Remove lib_SOURCES line from Makefile.am section, as this is now
17094         done automatically by the corresponding Autoconf macro.
17095
17096 2005-03-21  Jim Meyering  <jim@meyering.net>
17097
17098         Changes imported from coreutils.
17099
17100         * lib/cycle-check.c: Don't include xalloc.h.
17101
17102         * lib/path-concat.c: Don't include assert.h.
17103         (path_concat): Remove assertion that would have triggered
17104         for ABASE starting with more than one slash.
17105         Reported by Andreas Schwab.
17106
17107         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
17108         properly when ABASE is an absolute file name.
17109         Correct the description of this function.
17110         Include <assert.h>.
17111         Add an assertion and a test driver.
17112         This fixes a bug introduced on 2004-07-02.
17113         Andreas Schwab reported the resulting failure of cp --parents:
17114         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
17115
17116 2005-03-21  Jim Meyering  <jim@meyering.net>
17117
17118         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
17119         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
17120
17121 2005-03-21  Jim Meyering  <jim@meyering.net>
17122         and  Paul Eggert  <eggert@cs.ucla.edu>
17123
17124         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
17125         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
17126         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
17127         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
17128         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
17129         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
17130         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
17131         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
17132         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
17133         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
17134         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
17135         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
17136         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
17137         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
17138         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
17139         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
17140         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
17141         for these modules.
17142
17143 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17144
17145         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
17146         (which shouldn't happen), generate nothing instead of returning 0
17147         immediately, so that nstrftime (NULL, ...) doesn't return 0.
17148
17149 2005-03-16  Bruno Haible  <bruno@clisp.org>
17150
17151         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
17152         HAVE_LONGLONG_64BIT.
17153
17154 2005-03-16  Bruno Haible  <bruno@clisp.org>
17155
17156         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
17157         HAVE_LONGLONG_64BIT.
17158
17159 2005-03-16  Bruno Haible  <bruno@clisp.org>
17160
17161         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
17162         HAVE_LONGLONG_64BIT.
17163
17164 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17165
17166         * lib/strftime.c (my_strftime): Prepend space to format so that we can
17167         reliably distinguish strftime failure from empty output on POSIX
17168         hosts.
17169
17170 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17171
17172         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
17173         (iconv_string): Don't guess a size-zero buffer, as that might cause
17174         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
17175         result would be 'too large', where 'too large' is (heuristically)
17176         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
17177         overflow concerns.  This will prevent some unwanted malloc failures
17178         when the inputs are very large.
17179
17180 2005-03-15  Karl Berry  <karl@gnu.org>
17181
17182         * config/srclist.txt (config.rpath): from gettext.
17183         * config/config.rpath: update.
17184
17185 2005-03-15  Bruno Haible  <bruno@clisp.org>
17186
17187         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
17188         to 'negate'.
17189
17190         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
17191         variable.
17192
17193         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
17194         results.
17195
17196 2005-03-14  Simon Josefsson  <jas@extundo.com>
17197
17198         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
17199         <fx@gnu.org>.
17200
17201 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
17202
17203         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
17204         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
17205         intprops.h.
17206         * lib/strtol.c: Likewise.
17207
17208 2005-03-14  Jim Meyering  <jim@meyering.net>
17209
17210         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
17211         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
17212         to be nonzero so that we (and caller) can detect the difference
17213         between a valid zero-length expansion and an error return, even
17214         when the underlying strftime fails before writing anything into
17215         that location.
17216
17217 2005-03-14  Bruno Haible  <bruno@clisp.org>
17218
17219         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
17220         Update from GNU gettext 0.14.3.
17221
17222 2005-03-10  Jim Meyering  <jim@meyering.net>
17223
17224         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
17225
17226 2005-03-10  Jim Meyering  <jim@meyering.net>
17227
17228         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
17229         so that this module works on systems without fchdir.
17230
17231 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
17232
17233         Factor int-properties macros into a single file, except for
17234         glibc-related files.
17235         * lib/intprops.h: New file.
17236         * lib/getloadavg.c: Include it instead of limits.h.
17237         (INT_STRLEN_BOUND): Remove.
17238         * lib/human.c: Include intprops.h.
17239         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
17240         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
17241         302/1000.
17242         * lib/inttostr.h: Include intprops.h instead of limits.h.
17243         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
17244         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
17245         for consistency with intprops.h.
17246         (time_t_is_integer, twos_complement_arithmetic): Use them.
17247         * lib/sig2str.h: Include <signal.h>, intprops.h.
17248         (INT_STRLEN_BOUND): Remove.
17249         * lib/strftime.c (TYPE_SIGNED): Remove.
17250         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
17251         * lib/strtol.c: Adjust comments to match intprops.h.
17252         * lib/userspec.c: Include intprops.h.
17253         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
17254         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
17255         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
17256         instead of rolling our own expressions.
17257         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
17258
17259         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
17260         instead of int.
17261         (my_strftime): Do not mishandle years close to INT_MAX, by doing
17262         the right thing even if adding 1900 would overflow.  Similarly
17263         for tm_mon + 1 and tm_yday + 1.
17264         Make %Y always equivalent to %C%y, and similarly for %G and %g.
17265         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
17266         (DO_SIGNED_NUMBER): New macro.
17267         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
17268
17269 2005-03-07  Bruno Haible  <bruno@clisp.org>
17270
17271         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
17272
17273 2005-03-07  Bruno Haible  <bruno@clisp.org>
17274
17275         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
17276
17277 2005-03-04  Derek R. Price  <derek@ximbiot.com>
17278
17279         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
17280         (func_import): Only replace files via --import when they have actually
17281         changed.
17282
17283 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17284
17285         * m4/mmap-anon.m4: New file.
17286         * m4/pagealign_alloc.m4: New file.
17287
17288 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17289             Bruno Haible  <bruno@clisp.org>
17290
17291         * modules/pagealign_alloc: New file.
17292         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
17293
17294 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17295             Bruno Haible  <bruno@clisp.org>
17296
17297         * lib/pagealign_alloc.h: New file.
17298         * lib/pagealign_alloc.c: New file.
17299
17300 2005-03-03  Bruno Haible  <bruno@clisp.org>
17301
17302         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
17303         Use an all-permissive copyright notice, recommended by RMS.
17304
17305 2005-03-02  Bruno Haible  <bruno@clisp.org>
17306
17307         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
17308         of AIX, the replacement has to be done only after <string.h> is
17309         included, therefore not in config.h. stpncpy.h does the replacement,
17310         and stpncpy.c uses it.
17311
17312 2005-03-02  Bruno Haible  <bruno@clisp.org>
17313
17314         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
17315         stpncpy.c uses it.
17316
17317 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17318
17319         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
17320         The workaround isn't strictly needed for POSIX conformance, and
17321         it's too much of a pain to configure and maintain.  We'll ask
17322         people to fix their kernels instead.
17323         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
17324         (NANOSLEEP_BUG_WORKAROUND): Remove.
17325         (xnanosleep): Remove the workaround.
17326
17327 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17328
17329         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
17330         Reported by Derek Price.
17331         (Include): Add "timespec.h".
17332
17333         * modules/xnanosleep (Depends-on): Remove gethrxtime.
17334
17335 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17336
17337         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
17338         to detect nanosleep bug.
17339
17340 2005-03-01  Bruno Haible  <bruno@clisp.org>
17341
17342         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
17343
17344 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17345
17346         * modules/gethrxtime: New file.
17347         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
17348         (Depends-on): Add gethrxtime.
17349         (configure.ac): Add gl_XNANOSLEEP.
17350         (Makefile.am): Remove lib_SOURCES line.
17351
17352 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17353
17354         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
17355         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
17356
17357 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17358
17359         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
17360         * lib/timespec.h (gettime): Return void, since it always
17361         succeeds now.  All uses changed.
17362         * lib/gettime.c (gettime) Likewise.
17363         [HAVE_NANOTIME]: Prefer nanotime.
17364         Assume gettimeofday succeeds, as POSIX requires.
17365         Assime time () succeeds, since other code already does.
17366         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
17367         (timespec_subtract): Remove.
17368         (NANOSLEEP_BUG_WORKAROUND): New constant.
17369         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
17370         things considerably.  Use it only on GNU/Linux hosts, since the
17371         workaround shouldn't be needed elsewhere.
17372
17373 2005-02-24  Bruno Haible  <bruno@clisp.org>
17374
17375         * modules/gettext (Files): Add m4/glibc2.m4.
17376
17377 2005-02-24  Bruno Haible  <bruno@clisp.org>
17378
17379         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
17380         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
17381         * m4/progtest.m4:
17382         Update from GNU gettext 0.14.2.
17383         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
17384
17385 2005-02-24  Bruno Haible  <bruno@clisp.org>
17386
17387         * lib/localcharset.c: Update from GNU gettext 0.14.2.
17388         * lib/config.charset: Update from GNU gettext 0.14.2.
17389
17390 2005-02-24  Bruno Haible  <bruno@clisp.org>
17391
17392         * lib/gettext.h: Update from GNU gettext 0.14.2.
17393
17394 2005-02-23  Simon Josefsson  <jas@extundo.com>
17395
17396         * m4/iconvme.m4: New file.
17397
17398 2005-02-23  Jim Meyering  <jim@meyering.net>
17399
17400         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
17401         change.
17402         Thanks to Bruno Haible for catching it.
17403
17404 2005-02-22  Simon Josefsson  <jas@extundo.com>
17405
17406         * modules/iconvme: New file.
17407
17408         * MODULES.html.sh: Add iconvme.
17409
17410 2005-02-22  Simon Josefsson  <jas@extundo.com>
17411
17412         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
17413
17414 2005-02-22  Simon Josefsson  <jas@extundo.com>
17415
17416         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
17417
17418 2005-02-22  Jim Meyering  <jim@meyering.net>
17419
17420         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
17421         s/ifndef/ifdef/.
17422
17423 2005-02-20  Neil Conway  <neilc@samurai.com>
17424
17425         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
17426         returned by OSX/Darwin if the specified buffer is not large
17427         enough for the hostname.
17428
17429 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17430
17431         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
17432         pass it to _help, otherwise the latter coredumps trying to
17433         dereference state.root_argp.
17434
17435 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17436
17437         * modules/chdir-long (Depends-on): Add memrchr.
17438         * modules/memrchr (Files): Add lib/memrchr.h.
17439         (Include): "memrchr.h".
17440
17441 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17442
17443         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
17444
17445 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17446
17447         * lib/memrchr.h: New file.
17448         * lib/chdir-long.c: Include it.
17449         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
17450         Don't bother including stddef.h.
17451
17452 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17453
17454         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
17455         inclusion.
17456         Include <sys/types.h>, for dev_t.
17457         (ME_DUMMY, ME_REMOTE): Move from here....
17458         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
17459         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
17460         Dmitry V. Levin.
17461         Include mountlist.h first, to test the interface.
17462
17463 2005-01-29  Bruno Haible  <bruno@clisp.org>
17464
17465         * lib/progname.c (program_name): Initialize.
17466         Needed when linking statically on MacOS X.
17467
17468 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17469
17470         Sync from coreutils.
17471         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
17472         (Depends-on): Add c-strtod.
17473         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
17474
17475 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17476
17477         Sync from coreutils.
17478         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
17479
17480         Remove files that are specific to coreutils.
17481         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
17482
17483 2005-01-28  Bruno Haible  <bruno@clisp.org>
17484
17485         * modules/javacomp: New file.
17486         * MODULES.html.sh (Java): Add javacomp.
17487
17488 2005-01-28  Bruno Haible  <bruno@clisp.org>
17489
17490         * m4/javacomp.m4: New file, from GNU gettext.
17491
17492 2005-01-28  Bruno Haible  <bruno@clisp.org>
17493
17494         * lib/javacomp.sh.in: New file, from GNU gettext.
17495         * lib/javacomp.h: New file, from GNU gettext.
17496         * lib/javacomp.c: New file, from GNU gettext.
17497
17498 2005-01-26  Simon Josefsson  <jas@extundo.com>
17499
17500         * lib/gai_strerror.c: Use GPL in header.
17501
17502 2005-01-26  Bruno Haible  <bruno@clisp.org>
17503
17504         * modules/javaexec: New file.
17505         * MODULES.html.sh (Java): Add javaexec.
17506
17507 2005-01-26  Bruno Haible  <bruno@clisp.org>
17508
17509         * m4/javaexec.m4: New file, from GNU gettext.
17510
17511 2005-01-26  Bruno Haible  <bruno@clisp.org>
17512
17513         * lib/javaexec.sh.in: New file, from GNU gettext.
17514         * lib/javaexec.h: New file, from GNU gettext.
17515         * lib/javaexec.c: New file, from GNU gettext.
17516
17517 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17518
17519         * modules/lchown (Depends-on): Remove lchown.h
17520
17521 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17522
17523         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
17524         must be defined if the header file was not found, in order
17525         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
17526
17527 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17528
17529         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
17530         initializers for struct pentry_state.
17531         (__argp_error): Check return value of __asprintf
17532         (__argp_failure): Translate error message
17533
17534         * lib/argp-parse.c: Removed braces around the expansion of N_()
17535
17536 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17537
17538         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
17539         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
17540         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
17541         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
17542         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
17543         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
17544         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
17545         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
17546         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
17547         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
17548         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
17549         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
17550         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
17551         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
17552         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
17553         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
17554         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
17555         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
17556         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
17557         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
17558         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
17559         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
17560         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
17561         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
17562         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
17563         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
17564         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
17565         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
17566         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
17567         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
17568         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
17569         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
17570         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
17571         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
17572         xstrtol.m4, xstrtoumax.m4, yesno.m4:
17573         Use an all-permissive copyright notice, recommended by RMS.
17574
17575 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
17576
17577         * modules/chdir-long (Depends-on): Remove mempcpy.
17578
17579 2005-01-21  Jim Meyering  <jim@meyering.net>
17580
17581         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
17582         same value as for Solaris 9.
17583
17584         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
17585         component length.  This included changing the parameter to be
17586         of type `char *' rather than `char const *'.
17587         * lib/chdir-long.h (chdir_long): Update prototype.
17588
17589         * lib/openat.c (fdopendir, fstatat): New functions.
17590         * lib/openat.h: Include headers required for use of DIR and struct
17591         stat.
17592         [AT_SYMLINK_NOFOLLOW]: Define.
17593         (fdopendir, fstatat): Add prototypes.
17594
17595 2005-01-21  Bruno Haible  <bruno@clisp.org>
17596
17597         * modules/classpath: New file.
17598         * MODULES.html.sh (Java): Add classpath.
17599
17600 2005-01-21  Bruno Haible  <bruno@clisp.org>
17601
17602         * lib/classpath.h: New file, from GNU gettext.
17603         * lib/classpath.c: New file, from GNU gettext.
17604
17605 2005-01-20  Simon Josefsson  <jas@extundo.com>
17606
17607         * modules/version-etc-fsf: New file.
17608
17609 2005-01-20  Simon Josefsson  <jas@extundo.com>
17610
17611         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
17612         * lib/version-etc.c: Remove version_etc_copyright.
17613         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
17614         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
17615
17616 2005-01-20  Simon Josefsson  <jas@extundo.com>
17617
17618         * lib/base64.h (isbase64): Add.
17619
17620         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
17621         using a unsigned prototype, don't inline.
17622         (base64_decode): Use it.
17623
17624 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17625
17626         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
17627         it.
17628
17629 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17630
17631         * lib/save-cwd.c (save_cwd): Remove code to support the case
17632         where fchdir is missing or flaky.
17633
17634 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17635
17636         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
17637
17638 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
17639
17640         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
17641         AC_LIBSOURCES now does this.
17642         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
17643         with new ullong_max module.
17644
17645 2005-01-19  Bruno Haible  <bruno@clisp.org>
17646
17647         * modules/sh-quote: New file.
17648         * MODULES.html.sh (Executing programs): Add sh-quote.
17649
17650 2005-01-19  Bruno Haible  <bruno@clisp.org>
17651
17652         * lib/sh-quote.h: New file, from GNU gettext.
17653         * lib/sh-quote.c: New file, from GNU gettext.
17654
17655 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17656
17657         Merge from coreutils.
17658         * m4/ullong_max.m4: New file.
17659         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
17660         (gl_MACROS): Assume localeconv exists.
17661
17662 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17663
17664         Merge changes from coreutils, as described below in several
17665         changelogs dated today.
17666
17667         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
17668         (O_DIRECTORY): Remove; not needed here, since "." must be
17669         a directory.  All uses removed.
17670         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
17671         universal on Suns, and we also need to test for IRIX.
17672         Revamp code to use 'if' rather than '#if'.
17673         Avoid unnecessary comparison of cwd->desc to 0.
17674
17675         * lib/utimens.c (futimens): Robustify the previous patch, by checking
17676         for known valid error numbers rather than observed invalid ones.
17677
17678 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17679
17680         * modules/ullong_max: New file.
17681
17682         * modules/chdir-long, modules/openat: New files.
17683         * modules/save-cwd (Depends-on): Depend on chdir-long.
17684         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
17685
17686 2005-01-18  Jim Meyering  <jim@meyering.net>
17687
17688         Merge from coreutils.
17689         * m4/chdir-long.m4, m4/openat.m4: New files.
17690         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
17691         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
17692         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
17693         is sane and DOES follow symlinks.  Besides, testing 20 different
17694         systems found no broken chown implementations.
17695         Prompted by a change in rsync's copy of this macro.
17696         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
17697
17698         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
17699
17700         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
17701         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
17702         NULL-means-set-to-current-time semantics.
17703         Remove temporary file immediately, rather than waiting
17704         for configure's at-exit trap code to do it.
17705
17706 2005-01-18  Jim Meyering  <jim@meyering.net>
17707
17708         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17709
17710         * lib/utimens.c (futimens): Account for the fact that futimes
17711         can also fail with errno == ENOSYS or errno == ENOENT.
17712         Patch from Dmitry V. Levin.
17713
17714         Change the name of the robust chdir function from chdir to chdir_long.
17715         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
17716         (restore_cwd): Use chdir_long, not chdir.
17717         * lib/chdir-long.c: Renamed from chdir.c.
17718         * lib/chdir-long.h: Renamed from chdir.h.
17719         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
17720         Hurd.
17721
17722 2005-01-18  Bruno Haible  <bruno@clisp.org>
17723
17724         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
17725         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
17726         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
17727         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
17728         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
17729         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
17730         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
17731         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
17732         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
17733         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
17734         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
17735         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
17736         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
17737         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
17738         Use an all-permissive copyright notice, recommended by RMS.
17739
17740 2005-01-18  Bob Proulx  <bob@proulx.com>
17741
17742         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
17743         simplify offsetof() macro construct to avoid compile failure with
17744         native HP-UX 11.0 ANSI C compiler.
17745
17746 2005-01-17  Bruno Haible  <bruno@clisp.org>
17747
17748         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
17749         redundant because stpncpy.m4 takes care of it.
17750
17751 2005-01-17  Bruno Haible  <bruno@clisp.org>
17752
17753         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
17754
17755 2005-01-17  Bruno Haible  <bruno@clisp.org>
17756
17757         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
17758         used.
17759
17760 2005-01-17  Bruno Haible  <bruno@clisp.org>
17761
17762         * lib/fwriteerror.h (fwriteerror): Change specification to include
17763         fclose.
17764         * lib/fwriteerror.c: Include <stdbool.h>.
17765         (fwriteerror): At the end, close the file stream. Record whether
17766         stdout was already closed.
17767
17768 2005-01-17  Bruno Haible  <bruno@clisp.org>
17769
17770         * lib/execute.c (environ): Declare if needed.
17771         * lib/pipe.c (environ): Likewise.
17772         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
17773
17774 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17775
17776         * modules/argp: Depend on vsnprintf
17777
17778 2005-01-10  Jim Meyering  <jim@meyering.net>
17779
17780         * modules/closeout (Depends-on): Add atexit.
17781
17782 2005-01-06  Bruno Haible  <bruno@clisp.org>
17783
17784         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
17785
17786 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
17787
17788         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
17789         definitions to be after all include files, to avoid collisions.
17790         Problem reported by Bob Proulx.
17791
17792 2005-01-04  Jim Meyering  <jim@meyering.net>
17793
17794         Changes imported from coreutils.
17795         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
17796         as the mkstemp template, use a temporary directory and an
17797         8.3-friendly template to avoid trouble on systems like DJGPP.
17798         Reported by Juan M. Guerrero via Stepan Kasal.
17799         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
17800         close. Remove the temporary directory right away, rather than waiting
17801         for configure's at-exit trap code to do it.
17802         Suggestion from Stepan Kasal.
17803
17804 2005-01-01  Simon Josefsson  <jas@extundo.com>
17805
17806         * gnulib-tool: Print #include directives when --import'ing.
17807
17808 2004-12-28  Simon Josefsson  <jas@extundo.com>
17809
17810         * tests/test-base64.c: Include required header files.  Remove
17811         unused variables.
17812
17813 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17814
17815         * modules/error (Depends-on): Remove gettext.
17816
17817 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17818
17819         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
17820         not needed.  This removes a dependency on the gettext module.
17821         [defined _LIBC]: Do not include <libintl.h>; not needed.
17822
17823 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17824
17825         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
17826         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
17827
17828 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17829
17830         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
17831         HAVE_DECL_STRTOLD.
17832
17833 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17834
17835         * modules/getdate (Depends-on): Remove alloca-opt.
17836
17837 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17838
17839         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
17840
17841 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17842
17843         * lib/argp-parse.c: Include <stddef.h>.
17844         (alignof, alignto): New macros.
17845         (parser_init): Don't assume that void * is aligned sufficiently
17846         for struct option.
17847
17848         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
17849         need to extend the stack.
17850         (YYINITDEPTH): New macro, so that the initial stack isn't overly
17851         large.
17852
17853 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17854
17855         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
17856
17857 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17858
17859         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
17860         (2004-10-24) change.  Apparently this was a false alarm.
17861
17862         * modules/getdate: Depend on alloca-opt, not alloca.
17863
17864 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17865
17866         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
17867         Remove now-obsolete comment about AIX.
17868         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
17869         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
17870         (YYMAXDEPTH): New macro.
17871
17872 2004-12-18  Simon Josefsson  <jas@extundo.com>
17873
17874         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
17875
17876 2004-12-18  Bruno Haible  <bruno@clisp.org>
17877
17878         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
17879
17880 2004-12-18  Bruno Haible  <bruno@clisp.org>
17881
17882         * lib/fatal-signal.c (fatal_signals): Make non-const.
17883         (init_fatal_signals): New function.
17884         (uninstall_handlers, install_handlers): Ignore signals that were set to
17885         SIG_IGN.
17886         (at_fatal_signal): Call init_fatal_signals.
17887         (init_fatal_signal_set): Likewise. Ignore signals that were set to
17888         SIG_IGN.
17889         Reported by Paul Eggert.
17890
17891 2004-12-18  Bruno Haible  <bruno@clisp.org>
17892
17893         * doc/alloca.texi: New file.
17894         * doc/alloca-opt.texi: New file.
17895
17896 2004-12-17  Jim Meyering  <jim@meyering.net>
17897
17898         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
17899         Otherwise, install-sh could exit with improper exit status when
17900         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
17901
17902 2004-12-16  Simon Josefsson  <jas@extundo.com>
17903
17904         * tests/test-base64.c: Add license.
17905
17906 2004-12-15  Stepan Kasal  <address@hidden>
17907
17908         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
17909
17910 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
17911
17912         * modules/getcwd (Files): Add m4/d-ino.m4.
17913         Suggested by Mark D. Baushke.
17914
17915 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17916
17917         * lib/getdate.y (textint): New member "negative".
17918         (time_zone_hhmm): New function.
17919         Expect 14 shift-reduce conflicts, not 13.
17920         (o_colon_minutes): New rule.
17921         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
17922         (yylex): Set the "negative" member of signed numbers.
17923
17924 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
17925
17926         * doc/getdate.texi (Time of day items, Time zone items):
17927         Describe new formats +00:00, UTC+00:00.
17928
17929 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
17930
17931         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
17932         spurious "-l"s.  Problem reported by Stepan Kasal.
17933
17934 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
17935
17936         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
17937         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
17938
17939 2004-12-04  Simon Josefsson  <jas@extundo.com>
17940
17941         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
17942         Vandoorselaere <yoann@prelude-ids.org>.
17943
17944 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17945
17946         Changes imported from coreutils.
17947         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
17948         exist.
17949         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
17950
17951 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17952
17953         Changes imported from coreutils.
17954         * lib/hard-locale.c: Assume <locale.h> exists.
17955         Include "strdup.h".
17956         (GLIBC_VERSION): New macro.
17957         (hard_locale): Assume setlocale exists.
17958         Rewrite to avoid #ifdef.
17959         Use strdup rather than malloc + strcpy.
17960         * lib/human.c: Assume <locale.h> exists.
17961         (human_readable): Assume localeconv exists.
17962
17963 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17964
17965         * modules/hard-locale (Depends-on): Add strdup.
17966
17967 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
17968
17969         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
17970         convert T2, not T.  (Imported from libc.)
17971
17972 2004-11-30  Simon Josefsson  <jas@extundo.com>
17973
17974         * modules/restrict (License): Change to LGPL.
17975
17976 2004-11-30  Simon Josefsson  <jas@extundo.com>
17977
17978         * m4/restrict.m4: Add copyright and copying conditions.
17979
17980 2004-11-30  Simon Josefsson  <jas@extundo.com>
17981
17982         * m4/base64.m4: New file.
17983
17984 2004-11-30  Simon Josefsson  <jas@extundo.com>
17985
17986         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
17987         base64.
17988
17989         * tests/test-base64.c: New file.
17990
17991         * modules/base64: New file.
17992
17993 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
17994
17995         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
17996         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
17997
17998         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
17999
18000 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18001
18002         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
18003         (__getcwd.c): Don't restore errno; glibc doesn't.
18004         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
18005         first, falling back to our code only if its results look suspicious.
18006         Ensure that the resulting buffer is only as large as necessary.
18007
18008         * lib/readutmp.c: Include readutmp.h first.
18009         Include <errno.h>, since readutmp.h no longer does that.
18010         * lib/readutmp.h: Don't include <errno.h>,
18011         <sys/param.h>, <time.h>; not needed to establish interface.
18012         (errno): Remove decl.
18013         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
18014         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
18015         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
18016
18017 2004-11-28  Simon Josefsson  <jas@extundo.com>
18018
18019         * lib/base64.h, base64.c: New file.
18020
18021 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
18022
18023         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
18024
18025 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
18026
18027         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
18028         (Depends-on): Remove pathmax, same.  Add mempcpy.
18029         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
18030         (Makefile.am): Append getcwd.h to lib_SOURCES.
18031         (Include): Add getcwd.h.
18032         (Maintainer): Change from Jim Meyering to "all, glibc",
18033         since getdate now uses intended-for-glibc code.
18034         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
18035         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
18036
18037 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18038
18039         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
18040         HP's ANSI C compiler.
18041         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
18042         Declaring int functions causes warnings on some modern systems and
18043         shouldn't be needed to compile on ancient ones.
18044         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
18045         defined.
18046
18047         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
18048         with the following changes.
18049         (__set_errno): Parenthesize properly.
18050         Include <stdbool.h>.
18051         (MIN, MAX, MATCHING_INO): New macros.
18052         (__getcwd): Define with prototype, not K&R form.
18053         Use heuristics to allocate default buffer on stack if possible.
18054         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
18055         behavior, and to avoid the PATH_MAX limit when computing
18056         ../../../../...
18057         Use MATCHING_INO to compare inode number to file.
18058         Check for arithmetic overflow in size calculations.
18059         Fix bug in reallocation of dot array that caused getcwd to fail
18060         on directories nested deeper than 75.
18061         Be more careful about saving errno on error.
18062         Do not use realloc; use only free+malloc, as this is a bit
18063         more flexible and avoids a needless copy operation.
18064         Do not inspect st_dev and st_ino for symbolic links; POSIX
18065         doesn't specify the latter.
18066         Check for closedir errors.
18067         Avoid needless casts.
18068         Use "#ifdef weak_alias" around weak_alias, to be like other
18069         glibc code.
18070         The following changes to getcwd.c have effect only when used in
18071         gnulib; they have no effect inside glibc proper.
18072         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
18073         as alloca isn't used.
18074         (alloca, __alloca): Likewise.
18075         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
18076         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18077         unconditionally, as gnulib assumes C89 or better.
18078         Do not include <sys/param.h>.
18079         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
18080         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
18081         better.
18082         (NULL) [!defined NULL]: Remove; we assume C89 or better.
18083         Include <dirent.h> in a way that is compatible with modern Autoconf.
18084         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
18085         New macros, if not already defined.
18086         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
18087         Use "_LIBC", not "defined _LIBC", for consistency.
18088         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
18089         a mempcpy module.
18090         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
18091         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
18092         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
18093         credit only to Jim Meyering and adjust the copyright dates.
18094         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
18095         <stdlib.h>, <unistd.h>, "pathmax.h".
18096         Instead, include "xgetcwd.h" (first) and "getcwd.h".
18097         (INITIAL_BUFFER_SIZE): Remove.
18098         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
18099
18100 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18101
18102         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
18103         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
18104         Use the _ONCE methods, for efficiency.
18105         Check for fcntl.h.  In test program, include <errno.h>
18106         and <fcntl.h> if available.  Remove old K&R cruft from
18107         test program.  Check for common errors in GNU/Linux,
18108         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
18109         don't do AC_LIBOBJ, as that's getcwd.m4's job.
18110         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
18111         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
18112         name accordingly.
18113         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
18114         accommodate new getcwd.c.
18115         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
18116         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
18117         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
18118         that's all we need now.
18119
18120 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18121
18122         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
18123         argp-parse.c depends on getopt internals, that means we should
18124         always use our getopt, to be on the safe side.
18125         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
18126         order not to spoil the result of an eventual previous invocation
18127         of gl_GETOPT_SUBSTITUTE.
18128
18129 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18130
18131         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
18132         redefinition warnings. To avoid them, include the defines
18133         in `#if !defined __need_getopt ... #endif'. The only place
18134         where __getopt_argv_const is used is in definitions
18135         of getopt_long and getopt_long_only below, which are as well
18136         protected by `#ifndef __need_getopt'.
18137         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
18138         __need_getopt after including <stdio.h> and <unistd.h> These
18139         headers might have defined it.
18140
18141 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18142
18143         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
18144
18145 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18146
18147         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
18148         (futimens): New function, which uses futimes if available.
18149         (futimens, utimens): Support timespec==NULL, with same semantics
18150         as utime and utimens.
18151         * lib/utimens.h (futimens): New decl.
18152
18153 2004-11-23  Jim Meyering  <jim@meyering.net>
18154
18155         * lib/getopt_.h: Remove trailing blanks.
18156
18157 2004-11-23  Jim Meyering  <jim@meyering.net>
18158
18159         * lib/__fpending.c: Add comment.
18160
18161 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
18162
18163         * modules/canonicalize (Depends-on): Add xreadlink.
18164         Problem reported by James Youngman.
18165
18166 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18167
18168         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
18169         New macros.
18170         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
18171         optopt): Use them instead of invoking ## directly; otherwise, the
18172         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
18173
18174 2004-11-19  Bruno Haible  <bruno@clisp.org>
18175
18176         * lib/strtok_r.c: Move comments from here...
18177         * lib/strtok_r.h: ... to here.
18178
18179 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18180
18181         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
18182         implementations that mishandle size_t overflow.
18183
18184 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18185
18186         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
18187         might fail.  Problem reported by Yoann Vandoorselaere.
18188         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
18189         implementations that mishandle size_t overflow.
18190
18191 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18192
18193         * modules/canon-host (Depends-on): Add strdup.
18194
18195 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18196
18197         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
18198
18199 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18200
18201         * lib/canon-host.c: Include "strdup.h".
18202         (canon_host): Use getaddrinfo if available, so that IPv6 works.
18203         Use strdup instead of malloc/strcpy to duplicate strings.
18204
18205         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
18206         (human_space_before_unit): New constant.
18207         * lib/human.c (human_readable): Support it.
18208
18209         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
18210         (xgetcwd): Set errno correctly when failing.
18211         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
18212         the failure is actually due to a PATH_MAX problem.
18213
18214         Further getopt changes to make it more likely that glibc will
18215         buy the changes back.
18216         * lib/getopt.c (POSIXLY_CORRECT): New constant.
18217         (getopt): Use it, so to preserve glibc semantic
18218         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
18219         when compiling for libc.
18220         * lib/getopt_.h (__getopt_argv_const): Bring it back.
18221         (getopt_long, getopt_long_only): Use it.
18222
18223         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18224         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
18225         (getopt): Argv is now char * const *, as per standard.
18226         (_getopt_internal_r, _getopt_internal): Argv is now char **,
18227         not char *__getopt_argv_const *.
18228         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18229         _getopt_long_only_r): Likewise.
18230         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
18231         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18232         _getopt_long_r, _getopt_long_only_r): Likewise.
18233         * lib/getopt_.h (__getopt_argv_const): Remove.
18234         (getopt): Argv is now char * const *, as per standard.
18235
18236         * lib/getdate.y (tORDINAL): New token.
18237         (day, relunit): Allow it for relative times.
18238         (relative_time_table): Use tORDINAL for ordinals.
18239
18240 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18241
18242         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
18243         Document that "second" isn't allowed as an ordinal number.
18244
18245 2004-11-16  Jim Meyering  <jim@meyering.net>
18246
18247         * modules/closeout (Depends-on): Add fpending.
18248
18249 2004-11-15  Jim Meyering  <jim@meyering.net>
18250
18251         * lib/closeout.c: Include "__fpending.h" once again.
18252         Include <stdbool.h>.
18253         (close_stdout): Don't fail just because stdout was closed initially,
18254         since some programs don't write to stdout in the normal course of
18255         operation (other than --version and --help), and we don't want this
18256         function to make e.g. `touch file >&-' fail.
18257         But do fail if it was closed and someone has tried to write to it.
18258         E.g., `printf foo >&-' must fail.
18259
18260 2004-11-13  Jim Meyering  <jim@meyering.net>
18261
18262         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
18263
18264 2004-11-12  Simon Josefsson  <jas@extundo.com>
18265
18266         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
18267         small doc fix is still pending.
18268
18269 2004-11-11  Simon Josefsson  <jas@extundo.com>
18270
18271         * modules/strtok_r: New file.
18272
18273         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18274         strtok_r.
18275
18276 2004-11-11  Simon Josefsson  <jas@extundo.com>
18277
18278         * m4/strtok_r.m4: New file.
18279
18280         * m4/getopt.m4: Replace opterr.
18281
18282 2004-11-11  Simon Josefsson  <jas@extundo.com>
18283
18284         * lib/strtok_r.h, strtok_r.c: New file.
18285
18286 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18287
18288         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
18289         of replacing opterr, getopt, etc.  This should handle the
18290         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
18291
18292 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18293
18294         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
18295         we can stop lying to compilers about the constness of argv when we
18296         are compiled outside glibc.
18297         (getopt, getopt_long, getopt_long_only): Use it.
18298         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18299         _getopt_internal, getopt): Likewise.
18300         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18301         _getopt_long_only_r): Likewise.
18302         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18303         _getopt_long_r, _getopt_long_only_r): Likewise.
18304
18305         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
18306         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
18307         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
18308         the other external symbols.
18309         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
18310         declaration, since the above renaming now works around collisions.
18311
18312 2004-11-11  Jim Meyering  <jim@meyering.net>
18313
18314         * lib/linebreak.c: Remove trailing blanks.
18315         * lib/alloca_.h: Likewise.
18316         * lib/acosl.c: Likewise.
18317         * lib/euidaccess.c: Likewise.
18318         * lib/allocsa.h: Likewise.
18319
18320 2004-11-10  Simon Josefsson  <jas@extundo.com>
18321
18322         * m4/getaddrinfo.m4: New file.
18323
18324 2004-11-10  Simon Josefsson  <jas@extundo.com>
18325
18326         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
18327
18328 2004-11-10  Simon Josefsson  <jas@extundo.com>
18329
18330         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18331         getaddrinfo.
18332
18333         * modules/getaddrinfo: New file.
18334
18335 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18336
18337         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
18338
18339 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18340
18341         * lib/mktime.c (SHR): New macro, which is a portable
18342         substitute for >> that should work even on Crays.
18343         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
18344         Problem reported by Mark D. Baushke in
18345         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
18346         * lib/getdate.y (SHR): Likewise.
18347         (tm_diff): Use it.
18348         * lib/strftime.c (SHR): Likewise.
18349         (tm_diff): Use it.
18350         * lib/quotearg.c (struct quoting_options): Use unsigned int for
18351         quote_these_too, so that right shifts are well defined.  All uses
18352         changed.
18353
18354 2004-11-10  Jim Meyering  <jim@meyering.net>
18355
18356         Ensure that no close failure goes unreported.
18357         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
18358         return early when it seems there's nothing to flush.
18359         Don't include __fpending.h.
18360
18361 2004-11-10  Jim Meyering  <jim@meyering.net>
18362
18363         * modules/closeout (Depends-on): Remove fpending.
18364
18365 2004-11-10  Jim Meyering  <jim@meyering.net>
18366
18367         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
18368
18369 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18370
18371         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
18372         gl_FUNC_STRFTIME.
18373         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
18374         and AC_REQUIRE when possible, to avoid duplicate checks.
18375         Check for <wchar.h>.
18376
18377 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18378
18379         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
18380
18381 2004-11-09  Bruno Haible  <bruno@clisp.org>
18382
18383         * m4/sockpfaf.m4: New file.
18384
18385 2004-11-05  Bruno Haible  <bruno@clisp.org>
18386
18387         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
18388         Reported by Mark D. Baushke <mdb@cvshome.org>.
18389
18390 2004-11-04  Bruno Haible  <bruno@clisp.org>
18391
18392         2004-09-11  Bruno Haible  <bruno@clisp.org>
18393                 * allocsa.valgrind: New file.
18394         2004-02-06  Bruno Haible  <bruno@clisp.org>
18395                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
18396                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
18397                 Reported by Christopher Seip <chris.seip@hp.com>.
18398
18399 2004-11-04  Bruno Haible  <bruno@clisp.org>
18400
18401         * modules/allocsa (Files): Add lib/allocsa.valgrind.
18402         (Makefile.am): Distribute it.
18403
18404 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
18405
18406         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
18407         with errno == ERANGE if the buffer is too small.
18408         Problem reported by Mark D. Baushke.
18409
18410 2004-11-03  Albert Chin  <china@thewrittenword.com>
18411             Paul Eggert  <eggert@cs.ucla.edu>
18412
18413         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
18414         equivalent, substitute $ac_type for equivalent type rather than
18415         blindly using uint32_t *always* which won't work if uint32_t is not
18416         available.  Define _UINT32_T to work around typedef of uint32_t if
18417         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
18418         2.5.1.
18419
18420 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18421
18422         * m4/jm-macros.m4: Sync from coreutils.
18423         (gl_MACROS): Check for mbrlen, for pathchk.
18424         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
18425
18426 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18427
18428         * lib/xreadlink.c (MAXSIZE): New macro.
18429         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
18430         size does not exceed MAXSIZE.  Avoid cast.
18431         As suggested by Mark D. Baushke in
18432         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
18433         if readlink fails with buffer size just under MAXSIZE, try again
18434         with MAXSIZE.
18435
18436 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18437
18438         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
18439
18440 2004-11-02  Derek R. Price  <derek@ximbiot.com>
18441         and  Paul Eggert  <eggert@cs.ucla.edu>
18442
18443         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
18444         (get_date): Overparenthesize to avoid GCC warning.
18445
18446 2004-11-02  Bruno Haible  <bruno@clisp.org>
18447
18448         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
18449         returns void.
18450
18451 2004-11-02  Bruno Haible  <bruno@clisp.org>
18452
18453         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
18454         function returns void.
18455
18456 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18457
18458         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
18459         fflush_unlocked, flockfile, funlockfile, funlockfile,
18460         fputs_unlocked, putc_unlocked.
18461
18462 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18463
18464         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18465         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
18466         already declared.
18467
18468 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18469
18470         * modules/getdate (Files): Add doc/getdate.texi.
18471         (Depends-on): Add setenv, xalloc.
18472
18473 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18474
18475         * lib/getdate.y: Add support for TZ="foo" within a date string.
18476         Fix some bugs near time_t boundaries.  Reject dates with
18477         out-of-range components, e.g., "Sept 31".
18478         Include <stdlib.h>, "setenv.h", "xalloc.h".
18479         (ISDIGIT_LOCALE): Remove; unused.
18480         Note that the TZ and time functions used here are not reentrant.
18481         (mktime_ok, get_tz): New functions.
18482         (TZBUFSIZE): New constant.
18483         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
18484         This requires that we sometimes generate our own TZ="XXX..." setting.
18485
18486 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18487
18488         * doc/getdate.texi: New file, from coreutils with modifications for
18489         the new TZ parsing.
18490
18491 2004-10-27  Derek R. Price  <derek@ximbiot.com>
18492
18493         * lib/mktime.c (not_equal_tm): Remove redundant check.
18494
18495 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18496
18497         * modules/regex (lib_SOURCES): Add regex.c.
18498         Reported by James Youngman in
18499         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
18500
18501 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18502
18503         * lib/getdate.y: Use Bison 1.875 features, and some minor
18504         code cleanups.  This change does not affect semantics.
18505         Don't include <stdlib.h>; no longer needed.
18506         Don't include unlocked-io.h; only the "#if TEST" code uses
18507         stdio, and performance isn't crucial there.
18508         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
18509         Bison 1.875 features as described below.
18510         All uses of "PC." replaced by "pc->".
18511         (YYSTYPE): Add a forward declaration.
18512         (yylex, yyerror): Use full prototypes in forward decls.
18513         Use "%pure-parser" rather than obsolescent "%pure_parser".
18514         Use %parse-param and %lex-param instead of obsolescent
18515         YYPARSE_PARAM and YYLEX_PARAM.
18516         (meridian_table, month_and_day_table, time_units_table,
18517         relative_time_table, time_zone_table, military_table,
18518         lookup_zone, lookup_word, get_date):
18519         Use NULL instead of 0 where appropriate.
18520         (to_hour): Avoid abort (), to avoid a dependency on
18521         stdlib.h.
18522         (yyerror, yylex): Now accepts parser_control * arg.
18523         (main) [TEST]: Use '\0' rather than 0 for char.
18524
18525 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18526
18527         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
18528
18529 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18530
18531         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
18532         It's now the caller's responsibility to handle the case where
18533         !HAVE_GETPAGESIZE && !defined getpagesize.
18534
18535         * lib/mktime.c (leapyear): Arg is long int, not int.
18536
18537 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
18538
18539         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
18540
18541 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18542
18543         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
18544         missing.  Problem reported by James Youngman.
18545
18546 2004-10-16  Simon Josefsson  <jas@extundo.com>
18547
18548         * gnulib-tool: Fix comments.  Fix parse problem.
18549         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
18550
18551 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
18552
18553         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
18554         implementation of getopt_long.  Problem reported by Alexander Taler in:
18555         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
18556
18557 2004-10-15  Bruno Haible  <bruno@clisp.org>
18558
18559         * gnulib-tool: Untabify. Initialize supplied_libname.
18560         (func_usage): More homogenous output.
18561         (func_modules_transitive_closure, func_modules_to_filelist,
18562         func_emit_lib_Makefile_am): New functions.
18563         (func_import): New function, extracted from big case statement. Use
18564         func_get_license, func_modules_transitive_closure,
18565         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
18566         opt_lgpl. Don't use test -a, as it's not portable.
18567         (func_create_testdir): Use func_modules_transitive_closure,
18568         func_modules_to_filelist, func_emit_lib_Makefile_am.
18569
18570 2004-10-15  Bruno Haible  <bruno@clisp.org>
18571
18572         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
18573
18574 2004-10-15  Bruno Haible  <bruno@clisp.org>
18575
18576         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
18577         the portions belonging to each module.
18578         Suggested by Derek Robert Price <derek@ximbiot.com>.
18579
18580 2004-10-12  Simon Josefsson  <jas@extundo.com>
18581
18582         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18583         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
18584         to real functions.
18585
18586 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18587
18588         * modules/vsnprintf: New file.
18589
18590 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18591
18592         * m4/vsnprintf.m4: New file.
18593
18594 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18595
18596         * lib/vsnprintf.h: New file.
18597         * lib/vsnprintf.c: New file.
18598
18599 2004-10-11  Bruno Haible  <bruno@clisp.org>
18600
18601         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
18602         vsnprintf.
18603
18604 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18605
18606         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
18607
18608 2004-10-07  Bruno Haible  <bruno@clisp.org>
18609
18610         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
18611         fits into the provided buffer.
18612
18613 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18614
18615         * lib/diacrit.c, diacrit.h: Add GPL notice.
18616
18617         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
18618         notice.
18619         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
18620         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
18621         This avoids a potential constant-folding bug.
18622
18623 2004-10-05  Bruno Haible  <bruno@clisp.org>
18624
18625         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
18626         for the declaration of strsep.
18627
18628 2004-10-05  Bruno Haible  <bruno@clisp.org>
18629
18630         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
18631
18632 2004-10-04  Simon Josefsson  <jas@extundo.com>
18633
18634         * modules/memmem: New file.
18635         * tests/test-memmem.c: New file.
18636         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
18637
18638 2004-10-04  Simon Josefsson  <jas@extundo.com>
18639
18640         * m4/memmem.m4: New file.
18641
18642 2004-10-04  Simon Josefsson  <jas@extundo.com>
18643
18644         * lib/memmem.h: New file.
18645         * lib/memmem.c: New file, taken from glibc.
18646
18647 2004-10-04  Simon Josefsson  <jas@extundo.com>
18648
18649         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
18650         '#ifdef USE_UNLOCKED_IO'.
18651
18652 2004-10-04  Simon Josefsson  <jas@extundo.com>
18653
18654         * config/srclist.txt: Add memmem from glibc.
18655
18656 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18657
18658         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
18659
18660         * modules/argmatch, modules/argp, modules/closeout, modules/error,
18661         modules/exclude, modules/getdate, modules/getline,
18662         modules/getndelim2, modules/getpass, modules/getpass-gnu,
18663         modules/getusershell, modules/linebuffer, modules/md5,
18664         modules/mountlist, modules/posixtm, modules/readtokens,
18665         modules/readutmp, modules/regex, modules/sha1,
18666         modules/version-etc, modules/yesno:
18667         Remove dependency on unlocked-io.
18668
18669 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18670
18671         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
18672
18673         * m4/unlocked-io.m4: Add copyright notice.
18674         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
18675
18676 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18677
18678         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
18679         * lib/xmalloc.c (xmemdup): Likewise.
18680         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
18681         XFREE): Remove these long-obsolescent macros.
18682         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
18683         * lib/xstrdup.c: Remove.
18684
18685         * lib/regex.c (re_comp): Cast gettext return value to char *,
18686         Problem reported by Martin Neitzel via Mark D. Baushke.
18687
18688 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18689
18690         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
18691         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
18692         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
18693         regex.c, sha1.c, version-etc.c, yesno.c:
18694         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
18695         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
18696         the includer's responsibility.
18697
18698         Sync from coreutils.
18699
18700         * lib/modechange.c (mode_compile): Don't decrement a pointer that
18701         points to the start of a string, as the C Standard says the
18702         resulting behavior is undefined.
18703
18704         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
18705         simple -> simple_backups, numbered_existing ->
18706         numbered_existing_backups, numbered -> numbered_backups
18707         to avoid shadowing problems.  All uses changed.
18708         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
18709         * lib/backupfile.c (check_extension, numbered_backup):
18710         Rename locals to avoid shadowing 'basename'.
18711         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
18712         once.
18713
18714         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
18715         * lib/.cvsignore: Add getopt.h.
18716
18717 2004-10-04  Bruno Haible  <bruno@clisp.org>
18718
18719         * modules/README: New file.
18720         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
18721         not a module.
18722
18723 2004-10-02  Jim Meyering  <jim@meyering.net>
18724
18725         * lib/dirfd.h, getpagesize.h: Add copyright notice.
18726
18727 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18728
18729         * modules/strsep: New file.
18730
18731 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18732
18733         * m4/strsep.m4: New file.
18734
18735 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18736
18737         * lib/strsep.h: New file.
18738         * lib/strsep.c: New file.
18739
18740 2004-10-01  Simon Josefsson  <jas@extundo.com>
18741
18742         * lib/snprintf.c (snprintf): Handle size==0.
18743
18744 2004-10-01  Simon Josefsson  <jas@extundo.com>
18745             Bruno Haible  <bruno@clisp.org>
18746
18747         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
18748         (snprintf): Declare 'args'.
18749
18750 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
18751
18752         * lib/snprintf.c: Remove comments as to why each header is needed.
18753
18754 2004-10-01  Bruno Haible  <bruno@clisp.org>
18755
18756         * MODULES.html.sh: Add strsep.
18757
18758 2004-09-30  Simon Josefsson  <jas@extundo.com>
18759
18760         * modules/snprintf: New file.
18761
18762 2004-09-30  Simon Josefsson  <jas@extundo.com>
18763
18764         * m4/snprintf.m4: New file.
18765
18766 2004-09-30  Simon Josefsson  <jas@extundo.com>
18767
18768         * lib/snprintf.h, lib/snprintf.c: New files.
18769
18770 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18771
18772         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
18773         (hol_entry_help): Never translate an empty string.
18774         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
18775         * lib/argp.h (OPTION_NO_TRANS): New option.
18776
18777 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18778
18779         * modules/argp (Maintainer): Replace Simon Josefsson
18780         by Sergey Poznyakoff.
18781
18782 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18783
18784         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
18785         changes merged back into glibc.
18786
18787 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18788
18789         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
18790
18791 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18792
18793         * lib/xvasprintf.c: Include xalloc.h.
18794         (xvasprintf): Use xalloc_die, not xmalloc_die.
18795
18796 2004-09-29  Bruno Haible  <bruno@clisp.org>
18797
18798         * modules/alloca-opt: New file, derived from modules/alloca.
18799         * modules/allocsa: Depend on alloca-opt instead of alloca.
18800         * modules/setenv: Likewise.
18801         * modules/vasnprintf: Likewise.
18802         * MODULES.html.sh: Add alloca-opt.
18803
18804 2004-09-28  Simon Josefsson  <jas@extundo.com>
18805
18806         * gnulib-tool: New parameter --lgpl, to asseert that modules are
18807         LGPL, and to replace license template from GPL to LGPL.
18808
18809 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18810
18811         * modules/dummy: Change license to LGPL.
18812
18813 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18814
18815         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
18816
18817 2004-09-24  Simon Josefsson  <jas@extundo.com>
18818
18819         * modules/minmax (License): Change from GPL to LGPL.
18820
18821 2004-09-23  Simon Josefsson  <jas@extundo.com>
18822
18823         * gnulib-tool (--import): Typo.
18824
18825 2004-09-23  Simon Josefsson  <jas@extundo.com>
18826
18827         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
18828
18829 2004-09-22  Bruno Haible  <bruno@clisp.org>
18830
18831         * modules/*: Add 'License' field.
18832         * gnulib-tool: Accept --extract-license option.
18833         (func_get_license): New function.
18834
18835 2004-09-21  Bruno Haible  <bruno@clisp.org>
18836
18837         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
18838         Reported by Simon Josefsson.
18839
18840 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18841
18842         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
18843         gl_AC_TYPE_LONG_LONG.
18844
18845 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18846
18847         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
18848
18849 2004-09-18  Simon Josefsson  <jas@extundo.com>
18850         and  Paul Eggert  <eggert@cs.ucla.edu>
18851
18852         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
18853         calls with autoreconf.  Define GL_LIB.
18854
18855 2004-09-14  Karl Berry  <karl@gnu.org>
18856
18857         * config/srclist.txt: unsync setenv.c, sigh.
18858
18859 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18860
18861         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
18862         Problem reported by Bruno Haible in:
18863         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
18864
18865 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18866
18867         * config/srclist.txt: Comment out argp-pvh.c.
18868
18869 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
18870
18871         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
18872         in case some system header has #define'd it.  Problem reported by
18873         Soeren D. Schulze in
18874         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
18875
18876 2004-09-09  Karl Berry  <karl@gnu.org>
18877
18878         * regex.[ch]: delete from the root.  These were supposed to be
18879                 synced with emacs cvs, but this has not happened for about
18880                 a year, and anyway nothing else uses emacs regex.[ch].
18881                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
18882                 lib/regex[.ch] is untouched.
18883
18884 2004-09-09  Bruno Haible  <bruno@clisp.org>
18885
18886         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
18887
18888 2004-09-09  Bruno Haible  <bruno@clisp.org>
18889
18890         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
18891         modifications.
18892         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
18893
18894 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18895
18896         * modules/xvasprintf: New file.
18897         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
18898
18899 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18900
18901         * lib/xvasprintf.h: New file.
18902         * lib/xvasprintf.c: New file.
18903         * lib/xasprintf.c: New file.
18904
18905 2004-09-08  Bruno Haible  <bruno@clisp.org>
18906
18907         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
18908
18909 2004-09-08  Bruno Haible  <bruno@clisp.org>
18910
18911         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
18912         length is > INT_MAX.
18913         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
18914         more.
18915
18916 2004-09-08  Bruno Haible  <bruno@clisp.org>
18917
18918         * lib/stdint_.h: New file, taken from GNU clisp.
18919
18920 2004-09-08  Bruno Haible  <bruno@clisp.org>
18921             Oskar Liljeblad  <oskar@osk.mine.nu>
18922
18923         * modules/stdint: New file.
18924         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
18925
18926 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18927
18928         Import from coreutils.
18929         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
18930         strings on unbounded length.  alloca's performance benefits aren't
18931         that important here.
18932         (V_STRDUP): Remove.
18933         (parse_with_separator): New function, with most of the internals
18934         of the old parse_user_spec.  Allow user to omit both user and group,
18935         for compatibility with FreeBSD.
18936         Clone only the user name, not the entire spec.
18937         Do not set *uid, *gid unless entirely successful.
18938         Avoid memory leak in some failing cases.
18939         Fix regression for USER.GROUP reported by Dmitry V. Levin in
18940         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
18941         (parse_user_spec): Rewrite to use parse_with_separator.
18942
18943 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18944
18945         * modules/userspec: Don't depend on alloca.
18946
18947 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18948
18949         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
18950
18951 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18952
18953         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
18954         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
18955         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
18956
18957 2004-08-16  Simon Josefsson  <jas@extundo.com>
18958
18959         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
18960         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
18961         Add --dry-run for --import.
18962         Let user provided command line parameters override configure.ac
18963         settings.
18964
18965 2004-08-12  Simon Josefsson  <jas@extundo.com>
18966
18967         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
18968         as discussed with Paul Eggert in threads rooted at
18969         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
18970         and
18971         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
18972         Before, the test was empty, and relied on ELIDE_CODE in source
18973         code.)
18974         (gl_PREREQ_GETOPT): New macro.
18975         (gl_GETOPT): Use them.
18976
18977 2004-08-12  Simon Josefsson  <jas@extundo.com>
18978
18979         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
18980         * lib/getopt_.h: Renamed from getopt.h.
18981
18982 2004-08-12  Simon Josefsson  <jas@extundo.com>
18983
18984         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
18985         Change default library name from libfoo to libgnu.
18986         Now, if you have a configure.ac that says:
18987                 gl_SOURCE_BASE(gl)
18988                 gl_M4_BASE(gl/m4)
18989                 gl_MODULES(error getopt etcetera)
18990                 gl_INIT
18991         you can import all you need by running:
18992                 ../gnulib/gnulib-tool --import
18993
18994         * modules/getopt (Files): Rename getopt.h to getopt_.h.
18995         (Makefile.am): Rewrite, use logic from argz.
18996         (Include): Use <getopt.h> instead of "getopt.h".
18997
18998 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
18999
19000         * modules/argp (Files): Add m4/unlocked-io.m4.
19001         (Depends-on): Add extensions.
19002
19003 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19004
19005         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
19006         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
19007         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
19008         Check for program_invocation_name, program_invocation_short_name,
19009         flockfile, funlockfile, features.h, _getopt_long_only_r.
19010
19011 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19012
19013         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
19014         its complicated substitute.
19015         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
19016         and program_invocation_name.
19017         (__argp_basename) [!_LIBC]: Remove; the only use was
19018         replaced by its body.
19019         (__argp_short_program_name): Change condition from
19020         !defined __argp_short_program_name to
19021         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
19022         to match argp-namefrob.h.
19023         (__argp_failure): Don't assume strerror_r returns char *.
19024         * lib/argp-parse.c (N_): Define unconditionally.
19025         (argp_default_options): Fill out initializers with 0 to avoid
19026         gcc warnings.
19027
19028 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19029
19030         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
19031         getopt1.c.
19032
19033 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19034
19035         Merge from coreutils.
19036
19037         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
19038
19039         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
19040         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
19041
19042 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19043
19044         Merge from coreutils.
19045
19046         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
19047         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
19048         for Reliant Unix 5.43.
19049
19050         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
19051         (union fooround): Use uintmax_t, not long int.
19052         The rest is a merge from libc:
19053         [defined _LIBC]: Include <shlib-compat.h>.
19054         (_obstack) [defined _LIBC]: Remove after 2.3.4.
19055
19056         * lib/settime.c (settime): Recode to avoid warning with
19057         Sun Forte C 6U2.
19058
19059         * lib/strverscmp.c: Convert to UTF-8.
19060
19061 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19062
19063         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
19064         m4/uintmax_t.m4.
19065
19066 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19067
19068         * modules/xalloc-die: New file.
19069         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
19070
19071         * modules/md5 (Files): Add m4/uint32_t.m4.
19072         * modules/sha1: Renamed from modules/sha.
19073         (Files):
19074         Rename lib/sha.h to lib/sha1.h.
19075         Rename lib/sha.c to lib/sha1.c.
19076         Rename m4/sha.m4 to m4/sha1.m4.
19077         (lib_SOURCES): Likewise.
19078         (configure.ac): Rename gl_SHA to gl_SHA1.
19079         (Include): sha.h -> sha1.h.
19080
19081 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19082
19083         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
19084         * m4/sha1.m4: Renamed from sha.m4.
19085         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
19086
19087 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19088
19089         * lib/obstack.h (obstack_empty_p):
19090         Don't assume that chunk->contents is suitably aligned.
19091         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
19092         Likewise. Problem reported by Benno in
19093         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
19094
19095         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
19096         readable.  This could be improved further but it'd take some work.
19097
19098 2004-08-08  Simon Josefsson  <jas@extundo.com>
19099
19100         * modules/xgethostname (Depends-on): Remove exit and error (not
19101         used).
19102
19103         * modules/getpass-gnu: Add getpass.h.
19104         (Depends-on): Add stdbool.
19105         * modules/getpass: Add getpass.h.
19106
19107 2004-08-08  Simon Josefsson  <jas@extundo.com>
19108
19109         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
19110         Check getpass declaration.
19111
19112 2004-08-08  Simon Josefsson  <jas@extundo.com>
19113
19114         * lib/xgethostname.c: Don't include error.h (not used).
19115
19116         * lib/getpass.h: Add.
19117         * lib/getpass.c: Include getpass.h first.
19118
19119 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
19120
19121         * lib/xalloc-die.c: New file.
19122         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
19123         All uses removed.
19124         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
19125         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
19126         xalloc-die.c.
19127         (_, N_, xalloc_die): Move to xalloc-die.c.
19128         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
19129         so that we needn't mess with xalloc_msg_memory_exhausted.
19130
19131         * lib/sha1.h: Renamed from sha.h.
19132         (SHA1_H): Renamed from _SHA_H.
19133         (sha1_ctx): Renamed from sha_ctx.
19134         (sha1_init_ctx): Renamed from sha_init_ctx.
19135         (sha1_process_block): Renamed from sha_process_block.
19136         (sha1_process_bytes): Renamed from sha_process_bytes.
19137         (sha1_finish_ctx): Renamed from sha_finish_ctx.
19138         (sha1_read_ctx): Renamed from sha_read_ctx.
19139         (sha1_stream): Renamed from sha_stream.
19140         (sha1_buffer): Renamed from sha_buffer.
19141         * lib/sha1.c: Likewise; renamed from sha.c.
19142         Do not include <sys/types.h>.
19143         Include <stddef.h> rather than <stdlib.h>.
19144
19145 2004-08-08  Bruno Haible  <bruno@clisp.org>
19146
19147         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
19148         FILESYSTEM_PREFIX_LEN.
19149         * lib/progreloc.c: Likewise.
19150         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
19151
19152 2004-08-06  Simon Josefsson  <jas@extundo.com>
19153
19154         * modules/progname (Depends-on): Don't depend on stdbool.
19155
19156 2004-08-06  Simon Josefsson  <jas@extundo.com>
19157
19158         * modules/getsubopt: New file.
19159         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19160         getsubopt.
19161
19162 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19163
19164         More merge from coreutils.
19165
19166         * m4/utimens.m4, m4/utimecmp.m4: New files.
19167         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
19168         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
19169         prereq.m4, sha.m4: Import changes from coreutils.
19170
19171 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19172
19173         More merge from coreutils.
19174         * modules/raise, modules/readtokens0, modules/utimens:
19175         * modules/utimecmp, module/xnanosleep: New files.
19176         * modules/strftime: Add lib/strftime.h.
19177         Change include from <time.h> to "strftime.h".
19178         * modules/yesno: Add lib/yesno.h.
19179         * modules/backupfile: Remove lib/addext.c.
19180         * modules/euidaccess: Add stat-macros.h.
19181         * modules/canonicalize, modules/euidaccess,
19182         modules/filemode, modules/lchown, modules/makepath,
19183         modules/rmdir, modules/stat: Likewise.
19184
19185 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19186
19187         Merge from tar.
19188         * lib/argp-help.c (make_hol, hol_append): Don't assume that
19189         SIZE_MAX is a valid preprocessor constant.
19190         (__argp_basename): Change from "#ifndef _LIBC"
19191         to "#ifndef __argp_short_program_name", so that
19192         we don't compile these functions for tar.
19193
19194         More merges from coreutils.
19195         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
19196         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
19197         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
19198         * lib/addext.c: Remove; no longer needed.
19199         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
19200         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
19201         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
19202         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
19203         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
19204         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
19205         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
19206         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
19207         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
19208         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19209         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
19210         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
19211         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
19212         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
19213         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
19214         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
19215         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
19216         Import changes from coreutils.
19217
19218 2004-08-05  Simon Josefsson  <jas@extundo.com>
19219
19220         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
19221
19222 2004-08-05  Simon Josefsson  <jas@extundo.com>
19223
19224         * m4/getsubopt.m4: New file.
19225
19226 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19227
19228         Merge from coreutils.
19229
19230         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
19231         * m4/getcwd-path-max.m4: New files.
19232
19233         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
19234         FILESYSTEM_PREFIX_LEN ->
19235         FILE_SYSTEM_PREFIX_LEN.
19236         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
19237         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
19238         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
19239         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
19240
19241         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
19242         prerequisite modules now handle the DOS stuff.
19243         Don't check for unistd.h.
19244
19245 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19246
19247         Merge from coreutils.
19248
19249         * lib/.gdb-history: Remove; this doesn't belong here.
19250
19251         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
19252         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
19253         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
19254         * lib/getcwd.c: New files.
19255
19256         * lib/dirname.h: Include <stdbool.h>.
19257         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
19258         for consistency with POSIX terminology.  All uses changed.
19259         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
19260         (strip_trailing_slashes): Use bool for booleans.
19261         * lib/stripslash.c (strip_trailing_slashes): Likewise.
19262
19263         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
19264         sometimes returns a positive errno value even when it succeeds.
19265         (print_errno_message) [!LIBC]: Fall back on strerror if
19266         __strerror_r fails.
19267
19268         * lib/path-concat.c (mempcpy): Don't define if a system header defines
19269         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
19270         (longest_relative_suffix): New function.
19271         (path_concat): Use it.  Assume first argument is not NULL.
19272         Port to DOS.  Omit redundant separators.
19273         Report an error instead of returning NULL.
19274         Use mempcpy instead of memcpy.
19275         (xpath_concat): Remove: not declared or used.
19276
19277         * lib/same.h: Include <stdbool.h>
19278         (same_name): Return bool, not int.
19279         * lib/same.c (same_name): Likewise.
19280         (errno): Don't declare; we assume C89 or better now.
19281
19282         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
19283         if not already defined.
19284
19285         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
19286         * lib/dup-safer.c (errno): Likewise.
19287
19288 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19289
19290         Merge from coreutils.
19291         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
19292         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
19293         * modules/path-concat: Don't depend on strdup.
19294
19295 2004-08-03  Simon Josefsson  <jas@extundo.com>
19296
19297         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
19298         * lib/progname.h: Don't include stdbool.h.
19299
19300 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19301
19302         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
19303         * MODULES.html.sh (func_all_modules): Remove fatal.
19304
19305 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19306
19307         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
19308
19309 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19310
19311         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
19312         working.
19313
19314 2004-08-02  Simon Josefsson  <jas@extundo.com>
19315
19316         * lib/getsubopt.h: New file, with comments from Bruno Haible.
19317         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
19318         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
19319
19320 2004-08-01  Simon Josefsson  <jas@extundo.com>
19321
19322         * lib/xgetdomainname.c: Include stdlib.h, for free().
19323
19324 2004-07-19  Bruno Haible  <bruno@clisp.org>
19325
19326         * MODULES.html.sh (func_all_modules): Add dummy.
19327
19328 2004-07-16  Simon Josefsson  <jas@extundo.com>
19329
19330         * modules/dummy: New file.
19331
19332 2004-07-16  Simon Josefsson  <jas@extundo.com>
19333
19334         * lib/dummy.c: New file.
19335
19336 2004-07-16  Bruno Haible  <bruno@clisp.org>
19337
19338         * lib/backupfile.h: Add extern "C" for C++.
19339         * lib/closeout.h: Likewise.
19340         * lib/copy-file.h: Likewise.
19341         * lib/findprog.h: Likewise.
19342         * lib/full-write.h: Likewise.
19343         * lib/pathname.h: Likewise.
19344         * lib/progname.h: Likewise.
19345         * lib/stpcpy.h: Likewise.
19346         * lib/stpncpy.h: Likewise.
19347         * lib/strcase.h: Likewise.
19348         * lib/strstr.h: Likewise.
19349         * lib/xalloc.h: Likewise.
19350
19351         * lib/mbswidth.h: Add extern "C" for C++.
19352         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
19353
19354 2004-07-13  Robert Millan  <robertmh@gnu.org>
19355
19356         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
19357
19358 2004-07-09  Simon Josefsson  <jas@extundo.com>
19359
19360         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
19361         failed without this.)
19362
19363 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19364
19365         * modules/chown (Files): Add lib/fchown-stub.c, since
19366         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
19367
19368 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19369
19370         * lib/fchown-stub.c: New file.
19371
19372 2004-06-24  Jim Meyering  <jim@meyering.net>
19373
19374         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
19375
19376 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19377
19378         * modules/argz: Omit "#include".
19379
19380         * MODULES.html.sh (func_all_modules): Add calloc, to match
19381         2004-06-01 addition of calloc module.
19382
19383 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19384
19385         * m4/argz.m4: New file, which is autoupdated from libtool.
19386
19387 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19388
19389         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
19390         libtool.
19391
19392 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19393
19394         * config/srclist-update: Don't insist on "USA." before the
19395         close-comment, as libtool omits the period and puts the */ on a
19396         separate line.
19397         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
19398         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
19399
19400 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
19401
19402         * modules/argz: New file.
19403         * MODULES.html.sh (func_all_modules): Add argz.
19404
19405 2004-06-12  Jim Meyering  <jim@meyering.net>
19406         and  Paul Eggert  <eggert@cs.ucla.edu>
19407
19408         * modules/hash (Files): Add lib/xalloc.h.
19409         * modules/pipe (Depends-on): Add wait-process.
19410         * modules/stat (Depends-on): Add xalloc.
19411         * modules/userspec (Files): Add lib/userspec.h.
19412         * modules/xstrto
19413
19414         Upgrade from gettext-0.13.
19415         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
19416         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
19417         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
19418
19419 2004-06-10  Jim Meyering  <jim@meyering.net>
19420
19421         * lib/calloc.c: New file.
19422
19423 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19424
19425         * lib/getdate.y (yylex): Allow space between sign and number.
19426         Problem reported by Dan Jacobson.
19427
19428 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19429
19430         Merge from coreutils CVS.
19431
19432         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
19433         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
19434         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
19435         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
19436         xstrtol.m4: Fix copyright date and/or serial number.
19437
19438         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
19439         See if we need an fchown replacement.
19440         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
19441         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
19442         and use the replacement function if we detect either defect.
19443
19444         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
19445         gl_UTIMECMP.
19446
19447 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19448         and  Jim Meyering  <jim@meyering.net>
19449
19450         Merge from coreutils CVS.
19451
19452         * lib/stat-macros.h: New file, with contents from file-type.h
19453         and coreutils' system.h.
19454         * lib/file-type.c: Include "stat-macros.h".
19455         * lib/file-type.h (file_type): Move all macro definitions to new file,
19456         stat-macros.h.
19457
19458         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
19459         Wrap old code with this conditional.
19460         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
19461         function that does not dereference symlinks.
19462         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
19463
19464         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
19465         dependency problems.
19466         (xreadlink): Accept new arg SIZE, for efficiency.
19467         All decls and uses changed.
19468         * lib/xreadlink.h: Include <stddef.h>, for size_t.
19469
19470         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
19471         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
19472
19473         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
19474         sysexits.h.
19475
19476 2004-06-01  Jim Meyering  <jim@meyering.net>
19477
19478         * m4/calloc.m4: New file.
19479
19480 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
19481
19482         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
19483         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
19484         Also, fix a typo in a diagnostic.
19485
19486 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19487
19488         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
19489         or AC_FUNC_REALLOC.
19490
19491 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19492
19493         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
19494         macros to be defined.
19495         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
19496         the allocator returns NULL because the requested size is zero.
19497
19498 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19499
19500         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
19501         var.  Add comment explaining why libc still defines it.  This
19502         merges the following patch from glibc:
19503         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
19504
19505 2004-05-20  Andreas Schwab  <schwab@suse.de>
19506
19507         * m4/free.m4: Replace free if it not known to work, not the other
19508         way round.
19509
19510 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
19511
19512         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
19513         present in glibc since revision 1.1 of this file.
19514         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
19515         obstack_alignment_mask, obstack_alloc, obstack_base,
19516         obstack_blank, obstack_blank_fast, obstack_chunk_size,
19517         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
19518         obstack_grow0, obstack_init, obstack_int_grow,
19519         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
19520         obstack_next_free, obstack_object_size, obstack_ptr_grow,
19521         obstack_ptr_grow_fast, obstack_room): Remove declarations of
19522         nonexistent functions.
19523
19524 2004-05-18  Karl Berry  <karl@gnu.org>
19525
19526         * config/srclist.txt: break link for vasnprintf.c.
19527
19528 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19529
19530         Port obstack to the AS/400, where pointers are 16 bytes wide and
19531         you cannot cast an integer to a valid pointer.  This patch is
19532         currently waiting to be integrated into glibc; see
19533         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
19534
19535         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
19536         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
19537         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
19538         (struct obstack): temp member is now a union of a pointer and
19539         an integer, instead of an integer.  All integer uses changed.
19540         This does not affect the physical layout of struct obstack,
19541         except on hosts (like the AS/400) where the size or alignment of
19542         void * is greater than that of ptrdiff_t.
19543         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
19544         __STDC__)]: Store temporary in pointer member of union, not
19545         integer member.
19546         * lib/obstack.c: Include <stddef.h>, for offsetof.
19547         (struct fooalign): Remove; it doesn't need a name.
19548         (union fooround): Change double to long double, and add void *.
19549         (DEFAULT_ALIGNMENT): Use offsetof to compute.
19550         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
19551         not a macro.  Hence the values are always int; so remove all
19552         casts-to-int in uses.
19553
19554 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19555
19556         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
19557         we can get this patch merged into glibc.
19558
19559 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19560             Paul Eggert  <eggert@cs.ucla.edu>
19561
19562         * m4/argp: Depend on alloca.
19563
19564 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19565             Paul Eggert  <eggert@cs.ucla.edu>
19566
19567         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
19568         freecoding.
19569
19570 2004-05-17  Bruno Haible  <bruno@clisp.org>
19571
19572         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
19573         precision that consists of a '.' followed by an empty digit string.
19574         Patch by Tor Lillqvist <tml@iki.fi>.
19575
19576 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19577
19578         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
19579         for backward compatibility with older code.  We need our own
19580         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
19581         it under some other name, and our alloca.h will define it.
19582
19583 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19584             Derek Price  <derek@ximbiot.com>
19585
19586         * lib/alloca.c: Include <alloca.h>, to get our interface.
19587         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
19588         include <alloca.h> first.  Use C89 prototype for alloca; this
19589         requires including <stddef.h> for size_t.  Use extern "C" if C++.
19590         Use #elif for simplicity, since we can assume C89 now.
19591         Don't try to source the system alloca.h since it will not be found
19592         and to prevent recursively including its replacement.
19593         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
19594         * lib/regex.c: Likewise.
19595
19596 2004-05-16  Derek Price  <derek@ximbiot.com>
19597             Paul Eggert  <eggert@cs.ucla.edu>
19598
19599         getline cleanup.  This changes the getndelim2 API: both order of
19600         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
19601         no delimiter).
19602
19603         * lib/getline.c: Don't include stddef.h or stdio.h, since our
19604         interface does that.
19605         (getline): Always use getdelim, so that we don't have two
19606         copies of this code.
19607         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
19608         if available.
19609         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
19610         (GETNDELIM2_MAXIMUM): New macro.
19611         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
19612         instead of the old practice of delim2==0.  All callers changed.
19613         Return -1 on overflow, instead of returning junk.
19614         Do not set *linesize unless allocation succeeds.
19615         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
19616         that we include sys/types.h.
19617         * lib/getnline.h: Likewise.
19618         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
19619         (getndelim2): Reorder arguments.
19620         * lib/getnline.c (getnline, getndelim):
19621         Don't discard the NMAX argument.
19622         (getnline): Invoke getndelim, to avoid code duplication.
19623         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
19624         of (size_t) -1 by callers of the getnline family.
19625
19626 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19627
19628         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
19629         Check for gettimeofday.
19630         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
19631         Check for settimeofday, stime.
19632
19633 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19634
19635         * lib/nanosleep.c (suspended): Change its type from int to
19636         sig_atomic_t volatile.
19637         (first_call): Make it private to rpl_nanosleep, and have it
19638         be zero initially as that's a bit faster.
19639         (my_usleep): Round up fractional times instead of truncating them,
19640         as this is the usual meaning for 'sleep'.
19641
19642         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
19643         doesn't work.
19644         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
19645         (ENOSYS): Define if not defined.
19646         (settime): Fall back on stime if it exists and settimeofday fails.
19647         But don't bother with fallbacks if a method fails with errno == EPERM.
19648
19649 2004-05-11  Jim Meyering  <jim@meyering.net>
19650
19651         Prior to this change, the save_cwd caller required read access to the
19652         current directory on most systems (ones with the fchdir function).
19653
19654         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
19655         fails, try write-only, and finally, resort to using xgetcwd.
19656
19657 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19658
19659         * lib/obstack.c, obstack.h: Import changes from libc.
19660
19661 2004-04-28  Bruno Haible  <bruno@clisp.org>
19662
19663         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
19664         also implicitly appends .exe to executables.
19665         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
19666         accepts Windows pathnames.
19667         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19668         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19669         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19670         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19671         Reported by Derek Robert Price <derek@ximbiot.com>.
19672
19673 2004-04-21  Karl Berry  <karl@gnu.org>
19674
19675         * config/srclist.txt (localcharset.c): break sync.
19676
19677 2004-04-20  Paul Eggert  <eggert@twinsun.com>
19678
19679         * m4/host-os.m4: Add a copyright notice.
19680
19681 2004-04-20  Jim Meyering  <jim@meyering.net>
19682
19683         Change UTILS_ to gl_ in AC_DEFINE'd names.
19684         Change utils_- and jm_-prefixed variables, too.
19685         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
19686         UTILS_FUNC_MKDIR_TRAILING_SLASH.
19687         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
19688
19689         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
19690         Don't emit trailing blanks.
19691         Also rename jm_-prefixed variables to have gl_ prefix.
19692
19693         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
19694         Also rename jm_-prefixed variables to have gl_ prefix.
19695
19696         * m4/jm-macros.m4: Reflect the renamings.
19697         * m4/prereq.m4: Likewise.
19698
19699 2004-04-20  Jim Meyering  <jim@meyering.net>
19700
19701         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
19702         memory.
19703
19704 2004-04-20  Jim Meyering  <jim@meyering.net>
19705             Bruno Haible  <bruno@clisp.org>
19706
19707         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
19708         memory when realloc fails.
19709
19710 2004-04-19  Jim Meyering  <jim@meyering.net>
19711
19712         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
19713         now that readutmp.c may call `free (0)'.
19714
19715 2004-04-19  Bruno Haible  <bruno@clisp.org>
19716
19717         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
19718         * m4/inttypes_h.m4: Likewise.
19719         * m4/stdint_h.m4: Likewise.
19720         * m4/intmax_t.m4: Likewise.
19721         * m4/uintmax_t.m4: Likewise.
19722
19723 2004-04-18  Jim Meyering  <jim@meyering.net>
19724
19725         * m4/prereq.m4: Don't forbid jm_ prefix.
19726
19727         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
19728         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
19729         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
19730         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
19731         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
19732         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
19733         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
19734         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
19735         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
19736         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
19737         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
19738         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
19739         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
19740         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
19741         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
19742         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
19743         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
19744         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
19745         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
19746
19747 2004-04-18  Jim Meyering  <jim@meyering.net>
19748
19749         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
19750         failure, don't leak memory and do call END_UTMP_ENT.
19751
19752 2004-04-16  Jim Meyering  <jim@meyering.net>
19753
19754         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
19755         coreutils' stat program.
19756         (gl_PREREQ): Don't require jm_PREREQ_STAT.
19757
19758 2004-04-11  Paul Eggert  <eggert@twinsun.com>
19759
19760         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
19761         C89.
19762         (CHAR_BIT): Remove, since we assume C89.
19763         Include <stdint.h> if available, as per current Autoconf CVS advice.
19764
19765 2004-03-31  Jim Meyering  <jim@meyering.net>
19766
19767         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
19768         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
19769         * m4/xalloc.m4: Likewise.
19770
19771 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19772
19773         Merge from coreutils.
19774
19775         * m4/inttostr.m4: New file.
19776         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
19777         Require AM_STDBOOL_H and gl_TIMESPEC instead.
19778         Require gl_CLOCK_TIME.
19779         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
19780
19781 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19782
19783         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
19784         not bool, to be more consistent with Unix conventions.
19785         Suggested by Bruno Haible.
19786
19787         Merge from coreutils.
19788
19789         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
19790         * lib/umaxtostr.c: New files.
19791
19792         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
19793         the usual <time.h> dance.
19794         (get_date): Change signature to support fractional time stamps.
19795         All callers changed.
19796         * lib/getdate.y: Include "getdate.h" first, as we can now
19797         assume C89 and don't need to worry about 'const'.
19798         Similarly, include "unlocked-io.h" near start, not in middle.
19799         Include <limits.h>.
19800         (textint.value): Use long int rather than int.
19801         (textint.digits): Use size_t rather than int.
19802         (BILLION, LOG10_BILLION): New constants.
19803         (parser_control): New member rel_ns.  Members day_ordinal,
19804         time_zone, month, day, hour, minutes, rel_year, rel_month,
19805         rel_day, rel_hour, rel_minutes, rel_seconds
19806         are now long int, not int.  Member seconds is now struct timespec,
19807         not int.  New member timespec_seen.  Members dates_seen, days_seen,
19808         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
19809         not int.
19810         (%union.intval): Now long int, not int.
19811         New member timespec.
19812         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
19813         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
19814         (spec): Now is a timespec or an item list.
19815         (timespec, items): New nonterminals.
19816         (time, rel, relunit, number, get_date):
19817         Add support for fractional seconds.
19818         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
19819         (gmtime, localtime, mktime): Remove decls; not needed with C89.
19820         (to_hour): First arg is now long int, not int.
19821         (to_year): Returns long int, not int.
19822         Don't treat year -70 like 70.
19823         (tm_diff): Returns long int, not int.
19824         (lookup_word): Use bool instead of int when appropriate.
19825         (yylex): Use size_t for count, not int.
19826         Detect overflow when parsing large integer constants.
19827         Add support for fractions.
19828         (get_date): Make pointers 'const' if possible.
19829         Use more-portable code to detect integer overflow.
19830         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
19831         Don't use ctime; it's not reliable if the year has >4 digits.
19832
19833         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
19834         This is for compatibility with BSD.
19835
19836         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
19837         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
19838         From coreutils' system.h.
19839
19840         * lib/userspec.c: Don't include "posixver.h".
19841         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
19842         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
19843         compatible extension.  Simplify code by removing a boolean int
19844         that was always nonzero if a string was nonnull.
19845
19846 2004-03-30  Jim Meyering  <jim@meyering.net>
19847
19848         Merge from coreutils.
19849
19850         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
19851         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
19852         on some systems one must include <grp.h> before it.
19853         Reported by Christian Krackowizer.
19854
19855 2004-03-30  Jim Meyering  <jim@meyering.net>
19856
19857         Merge from coreutils.
19858
19859         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
19860
19861         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
19862         an empty input stream.
19863
19864         * lib/readtokens.c: Include <stdbool.h>.
19865         (readtoken): Use `size_t' rather than int/long.
19866         All callers adjusted.
19867         Use `bool' rather than `int' where appropriate.
19868         Use memset rather than an explicit loop.
19869         Use x2nrealloc rather than xrealloc.
19870         Allow the use of `\0' as a delimiter.
19871         (readtokens): Likewise.
19872         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
19873
19874 2004-03-30  Jim Meyering  <jim@meyering.net>
19875
19876         * m4/realloc.m4: Remove file, since now it does no more than
19877         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
19878         the `configure.ac' section of module/realloc.
19879         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
19880
19881 2004-03-30  Bruno Haible  <bruno@clisp.org>
19882
19883         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
19884         nonnull.
19885
19886 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19887
19888         Merge changes to getloadavg.c from coreutils and Emacs.
19889
19890         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
19891         Define to an expression, not to the empty string.
19892         Include cloexec.h and xalloc.h.
19893         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
19894         Use set_cloexec_flag rather than rolling our own.
19895         * lib/cloexec.c, lib/cloexec.h: New files.
19896
19897 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19898
19899         * m4/cloexec.m4: New file.
19900
19901 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19902
19903         * lib/getopt.h: Sync with libc CVS.
19904
19905 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19906             Bruno Haible  <bruno@clisp.org>
19907
19908         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
19909         mbswidth.
19910
19911 2004-03-18  Paul Eggert  <eggert@twinsun.com>
19912             Bruno Haible  <bruno@clisp.org>
19913
19914         * lib/mbswidth.h: Include <wchar.h> only if
19915         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
19916         <wchar.h>.
19917         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
19918
19919 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19920
19921         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
19922         Sync with libc CVS.
19923         * lib/getopt_int.h: New file, also synced from libc.
19924
19925 2004-03-09  Paul Eggert  <eggert@twinsun.com>
19926
19927         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
19928         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
19929         Bring back getopt.c, getopt.h, getopt1.c.
19930
19931 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19932
19933         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
19934         All uses changed.  Check for sa_sigaction member; this fixes
19935         a bug first reported by Jason Andrade in
19936         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19937
19938 2004-03-07  Paul Eggert  <eggert@twinsun.com>
19939
19940         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
19941         '#if' expressions.  Unlike the code it replaces, it does not
19942         depend on (defined _SC_PAGESIZE).  However, it does depend on
19943         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
19944         first reported by Jason Andrade in
19945         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
19946
19947 2004-02-25  Simon Josefsson  <jas@extundo.com>
19948
19949         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
19950
19951 2004-02-25  Simon Josefsson  <jas@extundo.com>
19952
19953         * lib/strdup.h: New file.
19954         * lib/strdup.c: Include it.
19955         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
19956         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
19957
19958 2004-02-23  Karl Berry  <karl@gnu.org>
19959
19960         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
19961         (from fencepost.gnu.org:/gd/gnuorg).
19962
19963 2004-02-23  Karl Berry  <karl@gnu.org>
19964
19965         * config/srclistvars.sh (GNUORG) [karl]: redefine.
19966         * config/srclist.txt: add maintain/standards documents.
19967
19968 2004-02-18  Bruno Haible  <bruno@clisp.org>
19969
19970         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
19971         Reported by Derek Robert Price <derek@ximbiot.com>.
19972
19973 2004-02-16  Karl Berry  <karl@gnu.org>
19974
19975         * config/mkinstalldirs, install-sh: update from automake.
19976
19977 2004-02-06  Karl Berry  <karl@gnu.org>
19978
19979         * m4/po.m4: update from gettext 0.14.1.
19980
19981 2004-02-06  Karl Berry  <karl@gnu.org>
19982
19983         * lib/config.charset: update from gettext 0.14.1.
19984
19985 2004-02-05  Paul Eggert  <eggert@twinsun.com>
19986
19987         Add comments and code, prompted by suggestions from Bruno Haible
19988         for sh-quote.
19989         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
19990         describing the enum quoting_style values.
19991         * lib/quotearg.c (quotearg_alloc): New function.
19992         (quotearg_buffer_restyled): Treat lone { and } as special.
19993         Treat = as special.  Work around bug with older shells
19994         that "see" a '\' that is really the 2nd byte of a multibyte char.
19995         Quote empty string with shell_quoting_style.
19996
19997 2004-02-03  Bruno Haible  <bruno@clisp.org>
19998
19999         * m4/pipe.m4: New file, from GNU gettext.
20000
20001 2004-02-03  Bruno Haible  <bruno@clisp.org>
20002
20003         * lib/pipe.h: New file, from GNU gettext.
20004         * lib/pipe.c: New file, from GNU gettext.
20005
20006 2004-01-27  Bruno Haible  <bruno@clisp.org>
20007
20008         * m4/execute.m4: New file, from GNU gettext.
20009
20010 2004-01-27  Bruno Haible  <bruno@clisp.org>
20011
20012         * lib/execute.h: New file, from GNU gettext.
20013         * lib/execute.c: New file, from GNU gettext.
20014         * lib/w32spawn.h: New file, from GNU gettext.
20015
20016 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20017
20018         Merge from diffutils.
20019
20020         * lib/file-type.c (file_type): Add typed memory objects.
20021         * lib/file-type.h (S_TYPEISTMO): New macro.
20022
20023         * lib/c-stack.h (c_stack_action): Remove argv argument.
20024         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
20025         (die): Don't calculate message unless segv_action returns.
20026         (get_stack_location, min_address_from_argv, max_address_from_argv,
20027         volatile stack_base, volatile_stack_size): Remove.
20028         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
20029         that every segmentation violation is a stack overflow.  (Ouch!)
20030         See Debian bug 136249 (still outstanding) for more info about why
20031         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
20032
20033 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20034
20035         Exit-status fix from coreutils.
20036
20037         Use exit_failure consistently in place of EXIT_FAILURE,
20038         so that program exit statuses are consistent on failure.
20039
20040         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
20041         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
20042         * lib/argmatch.h: Comment fix to match the above.
20043         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
20044         Now a macro referring to exit_failure, instead of a separate
20045         variable.  Include "exitfail.h" to get it.
20046         * lib/xstrtol.h: Include "exitfail.h".
20047         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
20048
20049         * lib/long-options.c (parse_long_options): Use prototype
20050         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
20051         for clarity.
20052
20053 2004-01-21  Jim Meyering  <jim@meyering.net>
20054
20055         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
20056         so as not to conflict with a different-sized __mktime_internal
20057         function in GNU libc.
20058         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
20059         Problem building statically-linked `ls' reported by Michael Brunnbauer.
20060
20061 2004-01-20  Karl Berry  <karl@gnu.org>
20062
20063         * config/config.guess: update from config.
20064
20065         * config/srclistvars.sh: GNUWWWLICENSES for karl.
20066
20067 2004-01-20  Bruno Haible  <bruno@clisp.org>
20068
20069         Safer stack allocation.
20070         * lib/setenv.c: Include allocsa.h.
20071         (alloca): Remove fallback definition.
20072         (freea): Remove macro.
20073         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
20074         instead of freea.
20075
20076 2004-01-20  Bruno Haible  <bruno@clisp.org>
20077
20078         * m4/eealloc.m4: New file, from GNU gettext.
20079
20080 2004-01-20  Bruno Haible  <bruno@clisp.org>
20081
20082         * m4/allocsa.m4: New file, from GNU gettext.
20083
20084 2004-01-20  Bruno Haible  <bruno@clisp.org>
20085
20086         * lib/xallocsa.h: New file, from GNU gettext.
20087         * lib/xallocsa.c: New file, from GNU gettext.
20088
20089 2004-01-20  Bruno Haible  <bruno@clisp.org>
20090
20091         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
20092
20093 2004-01-20  Bruno Haible  <bruno@clisp.org>
20094
20095         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
20096         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
20097         specially.
20098
20099 2004-01-20  Bruno Haible  <bruno@clisp.org>
20100
20101         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
20102         patch.
20103
20104 2004-01-20  Bruno Haible  <bruno@clisp.org>
20105
20106         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
20107
20108 2004-01-20  Bruno Haible  <bruno@clisp.org>
20109
20110         * lib/eealloc.h: New file.
20111
20112 2004-01-20  Bruno Haible  <bruno@clisp.org>
20113
20114         * lib/binary-io.h: Avoid warnings on Cygwin.
20115
20116 2004-01-20  Bruno Haible  <bruno@clisp.org>
20117
20118         * lib/allocsa.h: New file, from GNU gettext.
20119         * lib/allocsa.c: New file, from GNU gettext.
20120
20121 2004-01-18  Karl Berry  <karl@gnu.org>
20122
20123         * doc/gpl.texi, doc/lgpl.texi: new files.
20124
20125 2004-01-18  Karl Berry  <karl@gnu.org>
20126
20127         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
20128         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
20129
20130 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20131
20132         Merge from coreutils.
20133
20134         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
20135         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
20136         (gl_DEFAULT_POSIX2_VERSION): Move
20137         the documentation from 'configure' into 'config.hin',
20138         so that 'configure --help' isn't burdened by it and
20139         we don't have to worry about its formatting there.
20140         Reword the documentation so that it's more succinct
20141         and can be run together into a single paragraph.
20142         * m4/same.m4 (gl_SAME): Check for pathconf.
20143
20144 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20145
20146         Merge from coreutils.
20147
20148         * lib/posixver.c: Include posixver.h.
20149
20150         * lib/same.c: Include <stdbool.h>, <limits.h>.
20151         (_POSIX_NAME_MAX): Define if not defined.
20152         (MIN): New macro.
20153         (same_name): If file names are silently truncated, report
20154         that the file names are the same if they are the same after
20155         the silent truncation.
20156
20157         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
20158         conversion function.
20159         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
20160         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
20161         longer needed.
20162
20163 2004-01-15  Jim Meyering  <jim@meyering.net>
20164
20165         Merge from coreutils.
20166
20167         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
20168         if no library is required.
20169         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
20170         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
20171         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
20172         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
20173         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
20174         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
20175         value, $ac_cv_search_crypt, if it's "none required".
20176         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
20177         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
20178         not gl_FUNC_GETLOADAVG.
20179         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
20180         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
20181
20182 2004-01-15  Jim Meyering  <jim@meyering.net>
20183
20184         Merge from coreutils.
20185
20186         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
20187         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
20188         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
20189
20190         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
20191         optional configure-time default.
20192
20193         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20194
20195         * lib/xreadlink.c (xreadlink): Correct outdated comment.
20196
20197 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
20198
20199         Merge from coreutils.
20200
20201         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
20202         value, $ac_cv_search_nanosleep, if it's "none required".
20203
20204 2004-01-14  Paul Eggert  <eggert@twinsun.com>
20205
20206         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
20207         with like-named macro in fnmatch.c.
20208         (EXT): Use an internal constant instead.
20209
20210         Merge fnmatch patches from glibc.
20211         * lib/fnmatch.c (mbsinit): Remove define.
20212         Add libc_hidden_ver (__fnmatch, fnmatch).
20213         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
20214         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
20215
20216 2004-01-14  Karl Berry  <karl@gnu.org>
20217
20218         * config/install-sh: update from automake.
20219
20220 2004-01-13  Karl Berry  <karl@gnu.org>
20221
20222         * config/install-sh: update from automake.
20223
20224 2004-01-09  Karl Berry  <karl@gnu.org>
20225
20226         * config/install-sh: update from automake.
20227
20228 2004-01-05  Karl Berry  <karl@gnu.org>
20229
20230         * config/config.{sub,guess}: update from config.
20231
20232 2003-12-31  Karl Berry  <karl@gnu.org>
20233
20234         * config/depcomp: update from automake.
20235
20236 2003-12-14  Karl Berry  <karl@gnu.org>
20237
20238         * lib/config.charset: update from gettext-runtime.
20239
20240 2003-12-03  Paul Eggert  <eggert@twinsun.com>
20241
20242         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
20243         Bug reported by Alfred M. Szmidt.
20244
20245 2003-12-03  Bruno Haible  <bruno@clisp.org>
20246
20247         * m4/gettext.m4: Upgrade from gettext-0.13.
20248         * m4/po.m4: Upgrade from gettext-0.13.
20249         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
20250         * m4/intmax.m4: New file, from gettext-0.13.
20251         * m4/printf-posix.m4: New file, from gettext-0.13.
20252
20253 2003-11-29  Karl Berry  <karl@gnu.org>
20254
20255         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
20256
20257 2003-11-25  Paul Eggert  <eggert@twinsun.com>
20258             Bruno Haible  <bruno@clisp.org>
20259
20260         * lib/printf-parse.h: Don't include sys/types.h.
20261         (ARG_NONE): New macro.
20262         (char_directive): Change type of *arg_index fields to size_t.
20263         * lib/printf-parse.c: Don't include sys/types.h.
20264         (SSIZE_MAX): Remove macro.
20265         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
20266         Remove unnecessary overflow check.
20267         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
20268         fields.
20269
20270 2003-11-25  Bruno Haible  <bruno@clisp.org>
20271
20272         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
20273
20274 2003-11-25  Bruno Haible  <bruno@clisp.org>
20275
20276         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
20277         gt_TYPE_SSIZE_T.
20278
20279 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20280
20281         * modules/alloca: Remove dependency on xalloc.
20282
20283 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20284
20285         * lib/alloca.c: Remove dependency on xalloc module.
20286         (xalloc_die): Remove.
20287         (memory_full) [!defined emacs]: New macro.
20288         [!defined emacs]: Don't include xalloc.h.
20289         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
20290         address arithmetic overflows.  Change datatypes a bit to avoid
20291         unnecessary casts.
20292
20293 2003-11-22  Jim Meyering  <jim@meyering.net>
20294
20295         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
20296         s/size/size_t/.
20297
20298 2003-11-21  Karl Berry  <karl@gnu.org>
20299
20300         * config/config.{sub,guess}: update from config.
20301
20302 2003-11-18  Karl Berry  <karl@gnu.org>
20303
20304         * config/config.{sub,guess}: update from config.
20305
20306         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
20307
20308 2003-11-17  Paul Eggert  <eggert@twinsun.com>
20309
20310         * README: Mention that S+T cannot overflow if S is the size of
20311         an existing object and T is sufficiently small.
20312
20313 2003-11-17  Jim Meyering  <jim@meyering.net>
20314
20315         On systems without utime and without a utimes function capable of
20316         dealing with a NULL struct utimbuf* argument, this utime replacement
20317         could -- in unusual circumstances -- leak a file descriptor.
20318         * lib/utime.c: Include <unistd.h> and <errno.h>.
20319         (utime_null): Be sure to close `fd' and to preserve errno.
20320         Reported by Geoff Collyer via Arnold Robbins.
20321
20322 2003-11-17  Bruno Haible  <bruno@clisp.org>
20323
20324         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
20325         (Depends-on): Add xsize.
20326
20327 2003-11-17  Bruno Haible  <bruno@clisp.org>
20328
20329         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
20330
20331 2003-11-17  Bruno Haible  <bruno@clisp.org>
20332
20333         * lib/vasnprintf.c (alloca): Remove fallback definition.
20334         (freea): Remove definition.
20335         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
20336         Reported by Paul Eggert.
20337
20338 2003-11-16  Paul Eggert  <eggert@twinsun.com>
20339             Bruno Haible  <bruno@clisp.org>
20340
20341         Protect against address arithmetic overflow.
20342         * lib/printf-args.h: Include stddef.h.
20343         (arguments): Change type of field 'count' to size_t.
20344         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
20345         'unsigned int' where appropriate.
20346         * lib/printf-parse.h: Include sys/types.h.
20347         (char_directive): Change type of *arg_index fields to ssize_t.
20348         (char_directives): Change type of fields 'count', max_*_length to
20349         size_t.
20350         * lib/printf-parse.c: Include sys/types.h and xsize.h.
20351         (SSIZE_MAX): Define fallback value.
20352         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
20353         instead of 'int' where appropriate. Check a_allocated, d_allocated
20354         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
20355         * lib/vasnprintf.c: Include xsize.h.
20356         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
20357         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
20358         overflow. Avoid wraparound when converting a width or precision from
20359         decimal to binary.
20360
20361 2003-11-16  Bruno Haible  <bruno@clisp.org>
20362
20363         Update from GNU gettext.
20364         * lib/printf-parse.c: Generalize to it can be compiled for wide
20365         strings.
20366         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
20367         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
20368         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
20369         SNPRINTF): New macros.
20370         Don't include <alloca.h> if the file is used inside libintl.
20371         (local_wcslen): New function, for Solaris 2.5.1.
20372         (VASNPRINTF): Use it instead of wcslen.
20373
20374 2003-11-16  Bruno Haible  <bruno@clisp.org>
20375
20376         * lib/xsize.h (xmax): New function.
20377         (xsum, xsum3, xsum4): Declare as "pure" functions.
20378
20379 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20380
20381         * modules/xalloc (Files): Undo latest change, since xalloc.h
20382         no longer needs SIZE_MAX or PTRDIFF_MAX.
20383
20384 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20385
20386         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
20387         gl_PTRDIFF_MAX.
20388
20389 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20390
20391         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
20392         "return", to pacify some unknown compiler.  Problem reported
20393         by Joerg Schilling.
20394
20395 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20396
20397         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
20398         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
20399         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
20400         heuristic is just as accurate as far as we know, and it removes a
20401         dependency on size_max.m4 and ptrdiff_max.m4.
20402
20403 2003-11-11  Bruno Haible  <bruno@clisp.org>
20404
20405         * modules/xsize (Files): Add m4/size_max.m4.
20406         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
20407
20408 2003-11-11  Bruno Haible  <bruno@clisp.org>
20409
20410         * m4/size_max.m4: New file.
20411         * m4/ptrdiff_max.m4: New file.
20412         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
20413         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
20414         (gl_XALLOC): Invoke it.
20415
20416 2003-11-11  Bruno Haible  <bruno@clisp.org>
20417
20418         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
20419         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
20420         defined.
20421
20422 2003-11-10  Paul Eggert  <eggert@twinsun.com>
20423
20424         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
20425         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
20426         rejected some allocations of exactly SIZE_MAX - 2 bytes.
20427         From Bruno Haible.
20428         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
20429         not (size_t) -1, since it's defined here.
20430
20431 2003-11-09  Karl Berry  <karl@gnu.org>
20432
20433         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
20434
20435 2003-11-06  Paul Eggert  <eggert@twinsun.com>
20436
20437         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
20438         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
20439         Reject sizes of exactly SIZE_MAX bytes.
20440         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
20441         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
20442
20443 2003-11-05  Bruno Haible  <bruno@clisp.org>
20444
20445         * lib/xsize.h: Include limits.h, to avoid a possible collision with
20446         SIZE_MAX defined in <limits.h> on Solaris.
20447
20448 2003-11-04  Jim Meyering  <jim@meyering.net>
20449
20450         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
20451         variable names, rather than @VAR@.
20452         * modules/poll: Likewise.
20453
20454 2003-11-04  Bruno Haible  <bruno@clisp.org>
20455
20456         * modules/xsize: New file.
20457         * modules/linebreak: Depend on xsize.
20458         * MODULES.html.sh (func_all_modules): Add xsize.
20459
20460 2003-11-04  Bruno Haible  <bruno@clisp.org>
20461
20462         * m4/xsize.m4: New file.
20463
20464 2003-11-04  Bruno Haible  <bruno@clisp.org>
20465
20466         * lib/xsize.h: New file.
20467         * lib/linebreak.c: Include xsize.h.
20468         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
20469         argument for overflow.
20470         Suggested by Paul Eggert.
20471
20472 2003-11-03  Karl Berry  <karl@gnu.org>
20473
20474         * config/config.{guess,sub}: update from config.
20475
20476 2003-11-03  Jim Meyering  <jim@meyering.net>
20477
20478         * modules/userspec (lib_SOURCES): Add userspec.h.
20479         (Include): Add "userspec.h".
20480         Improve description.
20481
20482 2003-11-03  Jim Meyering  <jim@meyering.net>
20483
20484         * lib/userspec.c: Include "userspec.h".
20485         * lib/userspec.h: New file.
20486
20487 2003-11-03  Bruno Haible  <bruno@clisp.org>
20488
20489         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
20490
20491 2003-11-03  Bruno Haible  <bruno@clisp.org>
20492
20493         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
20494         available, to avoid (extremely rare) race condition.
20495         Suggested by Paul Eggert.
20496
20497 2003-11-02  Karl Berry  <karl@gnu.org>
20498
20499         * config/srclist.txt (vasprintf.c): sync broken, sigh.
20500
20501 2003-10-31  Paul Eggert  <eggert@twinsun.com>
20502
20503         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
20504         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
20505         (read_filesystem_list): Set and use me_type_malloced.
20506         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
20507         whatever the type happens to be), for brevity and consistency.
20508         Check for size calculation overflow on Alphas running OSF/1.
20509
20510 2003-10-31  Jim Meyering  <jim@meyering.net>
20511
20512         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
20513
20514         * lib/linebuffer.c: Include <string.h> for declaration of memset.
20515
20516 2003-10-30  Paul Eggert  <eggert@twinsun.com>
20517             Bruno Haible  <bruno@clisp.org>
20518
20519         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
20520         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
20521
20522 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20523
20524         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
20525         netbsd*-gnu*.  Suggested by Robert Millan.
20526
20527 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20528
20529         * modules/group-member: Depend on stdbool.
20530
20531 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20532
20533         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
20534
20535 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20536
20537         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
20538         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
20539         after the 'gnu' in these cases.  This fixes some bugs in the
20540         previous change, and is based on suggestions by Robert Millan.
20541
20542 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20543
20544         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
20545         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
20546         no longer needed.
20547         * lib/quotearg.c (quotearg_n_options): Use it.
20548         * lib/group-member.c: Include <stdbool.h>.
20549         (free_group_info): Arg is now const *; don't free arg.
20550         (get_group_info): Now returns bool and accepts struct group_info *,
20551         rather than returning a malloc'ed struct group_info *.
20552         All uses changed.  Check for overflow in internal size calculation.
20553
20554         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
20555         rather than xmalloc/xrealloc.
20556         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
20557         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
20558         conformance bug: the old code used a pointer after freeing the
20559         storage that it addressed.
20560         * lib/hash.c (hash_initialize): Simplify the code by using
20561         xalloc_oversized rather than doing it by hand.
20562         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
20563         the buffer preserved.  Use free and xmalloc instead.
20564         * lib/quotearg.c (quotearg_n_options): Likewise.
20565         Use a simpler test for size overflow.  Don't use xalloc_oversized
20566         because unsigned int might be wider than size_t (!); this suggests
20567         that we should switch from unsigned int to size_t for slot numbers.
20568
20569 2003-10-28  Paul Eggert  <eggert@twinsun.com>
20570
20571         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
20572         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
20573         NetBSD kernels.  Requested by Richard Stallman.
20574
20575 2003-10-27  Paul Eggert  <eggert@twinsun.com>
20576
20577         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
20578         to allocate the returned structure.  Do not allocate a subarray,
20579         as x2nrealloc will do that.
20580         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
20581         instead of xnrealloc.
20582         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
20583
20584 2003-10-27  Bruno Haible  <bruno@clisp.org>
20585
20586         * lib/stdbool_.h: Better support for BeOS.
20587
20588 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20589
20590         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
20591         now uses inline.
20592
20593 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20594
20595         * lib/xalloc.h (xalloc_oversized): New static inline function, for
20596         callers that want to do their own size-overflow checking.  Include
20597         <stdbool.h>, since xalloc_oversized returns bool.
20598         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
20599         to use xalloc_oversized.
20600
20601         Add two functions x2realloc, x2nrealloc, for programs that grow
20602         arrays dynamically by doubling their sizes.
20603         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
20604         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
20605         New functions.
20606
20607         Port to C99 semantics for 'inline' of external functions.
20608         Bug reported by Bruno Haible.
20609         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
20610         with the old contents of xnmalloc.
20611         (xnmalloc, xmalloc): Use it.
20612         (xnrealloc_inline): New static inline function,
20613         with the old contents of xnrealloc.
20614         (xnrealloc, xrealloc): Use it.
20615
20616         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
20617         that.
20618
20619 2003-10-26  Karl Berry  <karl@gnu.org>
20620
20621         * config/srclist.txt (COPYING.DOC): no longer available from
20622         /gd/gnuorg; don't know where the ultimate source is.
20623
20624 2003-10-25  Paul Eggert  <eggert@twinsun.com>
20625
20626         Fix several address-calculation bugs in the hash modules,
20627         plus some minor code cleanup.
20628
20629         * lib/hash.h: Include <stdbool.h>, for bool.
20630         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
20631         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
20632         hash_get_n_entries, hash_get_max_bucket_length,
20633         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
20634         hash_rehash): Use size_t rather than unsigned.
20635         * lib/hash.c (struct hash_table, hash_get_n_buckets,
20636         hash_get_n_buckets_used, hash_get_n_entries,
20637         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
20638         hash_get_entries, hash_do_for_each, hash_string, is_prime,
20639         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
20640         Likewise.
20641         (SIZE_MAX): Define if not defined.
20642         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
20643         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
20644         hash_print):
20645         Use const * when possible.
20646         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
20647         (check_tuning): Fix bug: if tuning parameters were very close to
20648         0 or 1, rounding errors could have caused subscript violations.
20649         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
20650         (hash_initialize): Add 'fail:' label
20651         to free table and return NULL, and use it to simplify code.
20652         Use calloc rather than clearing the storage ourself.
20653         (hash_initialize, hash_rehash): Check for arithmetic overflow in
20654         buffer size calculations.
20655         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
20656         Include <stddef.h>, for size_t.
20657         * lib/hash-pjw.c (hash_pjw): Likewise.
20658         Switch to method described by Bruno Haible.
20659         Include <limits.h>, for CHAR_BIT.
20660         (SIZE_BITS): New macro.
20661
20662 2003-10-23  Paul Eggert  <eggert@twinsun.com>
20663
20664         * m4/getline.m4 (AM_FUNC_GETLINE):
20665         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
20666         hosts.  Problem reported by Derek Robert Price in
20667         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
20668         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
20669         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
20670
20671 2003-10-21  Paul Eggert  <eggert@twinsun.com>
20672
20673         * lib/getndelim2.c (getndelim2): When size calculation overflows,
20674         ceiling the allocation at NMAX bytes rather than silently
20675         discarding input bytes before NMAX is reached.  This makes
20676         a difference only if NMAX exceeds SIZE_MAX / 2.
20677
20678         * lib/obstack.c: Merge from glibc.
20679         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
20680         Add libc_hidden_def (_obstack_newchunk).
20681         (_obstack_free) [! defined _LIBC]: Remove.
20682         [defined _LIBC]: Make a strong alias from obstack_free, rather than
20683         a clone of the function body.
20684         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
20685         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
20686
20687         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
20688         glibc.
20689         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
20690         arg to memcpy.
20691
20692         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
20693         (obstack_ptr_grow_fast, obstack_int_grow_fast):
20694         Don't use lvalue casts, as GCC plans to remove support for them
20695         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
20696         was also present in the non-GCC version, indicating that this
20697         code had always been buggy and had never been widely used.
20698         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
20699         Use the fast variant of each macro, rather than copying the
20700         definiens of the fast variant; that way, we'll be more likely to
20701         catch future bugs in the fast variants.
20702
20703 2003-10-20  Bruno Haible  <bruno@clisp.org>
20704
20705         * modules/wait-process: New file.
20706         * MODULES.html.sh (func_all_modules): Add wait-process.
20707
20708 2003-10-20  Bruno Haible  <bruno@clisp.org>
20709
20710         * m4/wait-process.m4: New file.
20711
20712 2003-10-20  Bruno Haible  <bruno@clisp.org>
20713
20714         * lib/wait-process.h: New file, from GNU gettext.
20715         * lib/wait-process.c: New file, from GNU gettext.
20716
20717 2003-10-19  Jim Meyering  <jim@meyering.net>
20718
20719         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
20720         HPUX 10.20.
20721
20722 2003-10-18  Karl Berry  <karl@gnu.org>
20723
20724         * config/config.guess: update from config.
20725
20726 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20727
20728         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
20729         (getgroups): First arg is int, not size_t.
20730         Don't let 'free' mangle errno.
20731
20732 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20733
20734         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
20735
20736 2003-10-16  Karl Berry  <karl@gnu.org>
20737
20738         * config/config.{guess,sub}: update from config.
20739
20740 2003-10-16  Jim Meyering  <jim@meyering.net>
20741
20742         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
20743         memcpy.
20744
20745 2003-10-15  Paul Eggert  <eggert@twinsun.com>
20746
20747         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
20748         (SIZE_MAX): Remove.
20749         (new_exclude, add_exclude_file): Initial size no longer needs to
20750         be a power of 2.
20751         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
20752         our own address arithmetic overflow checking.
20753
20754         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
20755         (fnmatch): Do not alloca more than 2000 wide characters;
20756         instead, use malloc for large buffers.
20757         Check for address arithmetic overflow, and return -1
20758         with errno set to ENOMEM in that case.
20759         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
20760         (NEW_PATTERN): Do not alloca more than 8000 bytes;
20761         instead, return -1.  Check for address arithmetic overflow.
20762
20763 2003-10-14  Paul Eggert  <eggert@twinsun.com>
20764
20765         Handle invalid suffixes and overflow independently, so that
20766         callers can treat them independently as needed.  Fix some bugs in
20767         suffix handling, e.g., "100k@" was not diagnosed as an invalid
20768         suffix for a human-readable blocksize.  The major caller-visible
20769         change is the addition of a new
20770         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
20771         that both overflow and suffix chars were found.
20772
20773         * lib/human.c (humblock): Don't check separately for invalid suffix
20774         char; that is xstrtoumax's job (now that its bug is fixed).
20775         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
20776         INTMAX_MAX]: New macros.
20777         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
20778         TYPE_MAXIMUM): New macros.
20779         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
20780         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
20781         if overflow occurs, as it's what __strtol does and it's more useful
20782         in practice.
20783         (__xstrtol): If __strtol reports some error other than ERANGE,
20784         reflect it to the caller as LONGINT_INVALID.  If it reports
20785         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
20786         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
20787         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
20788         value.
20789         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
20790         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
20791         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
20792         [defined UINTMAX_MAX]: New macros.
20793
20794 2003-10-14  Bruno Haible  <bruno@clisp.org>
20795
20796         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
20797
20798 2003-10-14  Bruno Haible  <bruno@clisp.org>
20799
20800         * m4/sig_atomic_t: New file, from GNU gettext.
20801         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
20802
20803 2003-10-14  Bruno Haible  <bruno@clisp.org>
20804
20805         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
20806         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
20807         Also use volatile where needed.
20808
20809 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20810
20811         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
20812         Change maintainer from Bruno Haible to 'all'.
20813
20814 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20815
20816         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
20817
20818 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20819
20820         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
20821         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
20822         and define in terms of the other primitives.
20823         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
20824         (SIZE_MAX): Define if not already defined.
20825         (array_size_overflow): New function.
20826         (xalloc_die): Abort instead of exiting if 'error' returns.
20827         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
20828         (xmalloc, xrealloc): Use them.
20829         (xcalloc): Check for address arithmetic overflow.
20830         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
20831         a bit faster than strcpy.
20832
20833 2003-10-10  Simon Josefsson  <jas@extundo.com>
20834
20835         * modules/argp (Depends-on): Add restrict and strcase.
20836
20837 2003-10-10  Simon Josefsson  <jas@extundo.com>
20838
20839         * m4/argp.m4: Add AC_C_INLINE.
20840
20841 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20842
20843         Merge getpass from libc, plus a few fixes.
20844
20845         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
20846         Include <stdbool.h>.
20847         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
20848         __fsetlocking to empty.
20849         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
20850         do include <bits/libc-lock.h>.
20851         Do not include <fcntl.h>; not needed.
20852         [_LIBC]: Include <wchar.h>.
20853         (NOTCANCEL_MODE): New macro.
20854         (flockfile, funlockfile) [_LIBC]: New macros.
20855         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
20856         [!_LIBC]: New macros.
20857         (call_fclose): New function.
20858         (getpass): Use it.  Save tty stream separately; this simplifies the
20859         code and makes it more reliable if stdin happens to equal stdout.
20860         Invoke __fsetlocking on tty.
20861         Handle thread cancellation if needed.
20862         Namespace cleanup (use __tcgetattr, __getline).
20863         Use bool for Booleans.
20864         [USE_IN_LIBIO]: Handle wide streams.
20865         [!_LIBC]: Unconditionally do the fseek, since we don't know what
20866         stream might go where.
20867
20868         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
20869         doesn't have to include <stdio.h> before us.
20870         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
20871         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
20872         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
20873         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
20874         if not declared, so that we can use getpass.c code from libc without
20875         rewriting it.
20876         (flockfile, ftrylockfile, funlockfile): New macros.
20877
20878 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20879
20880         * modules/getpass: Depend on stdbool.
20881
20882 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20883
20884         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
20885
20886 2003-10-07  Karl Berry  <karl@gnu.org>
20887
20888         * config/config.{guess,sub}: update from config.
20889
20890 2003-10-06  Jim Meyering  <jim@meyering.net>
20891             Bruno Haible  <bruno@clisp.org>
20892
20893         This lets translators provide better translations for the
20894         "Written by ..." part of --version output.
20895         * lib/version-etc.h: Include stdarg.h.
20896         (version_etc_copyright): Declare as readonly.
20897         (version_etc): Make this function variadic with a NULL-terminated list
20898         of author name strings.
20899         (version_etc_va): New declaration.
20900         * lib/version-etc.c: Include stdarg.h, stdlib.h.
20901         (version_etc_copyright): Declare as readonly.
20902         (version_etc_va): New function. Provide a different translatable string
20903         for each possible number of authors < 10. Abbreviate when there are 10
20904         authors or more.
20905         (version_etc): Make this function variadic. Call version_etc_va.
20906         Suggestion from Gary V. Vaughan.
20907
20908         * lib/long-options.h (parse_long_options): Change prototype: the
20909         authors string is moved to the end and becomes variadic.
20910         * lib/long-options.c: Include stdarg.h.
20911         (parse_long_options): Make this function variadic, too.
20912         Call version_etc_va, not version_etc.
20913
20914 2003-10-06  Bruno Haible  <bruno@clisp.org>
20915
20916         * modules/version-etc-2: Remove file.
20917         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
20918
20919 2003-10-06  Bruno Haible  <bruno@clisp.org>
20920
20921         * modules/fatal-signal: New file.
20922         * MODULES.html.sh (func_all_modules): Add fatal-signal.
20923
20924 2003-10-06  Bruno Haible  <bruno@clisp.org>
20925
20926         * m4/fatal-signal.m4: New file.
20927         * m4/signalblocking.m4: New file, from GNU gettext.
20928
20929 2003-10-06  Bruno Haible  <bruno@clisp.org>
20930
20931         * lib/version-etc-2.h: Remove file.
20932         * lib/version-etc-2.c: Remove file.
20933
20934 2003-10-06  Bruno Haible  <bruno@clisp.org>
20935
20936         * lib/fatal-signal.h: New file, from GNU gettext.
20937         * lib/fatal-signal.c: New file, from GNU gettext.
20938
20939 2003-10-05  Paul Eggert  <eggert@twinsun.com>
20940
20941         * README: Rework advice for preventing empty .o files.
20942         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
20943         not <sys/types.h>.
20944
20945 2003-10-04  Karl Berry  <karl@gnu.org>
20946
20947         * lib/argp*: update from libc.
20948
20949 2003-10-04  Karl Berry  <karl@gnu.org>
20950
20951         * config/config.{guess,sub}: update from config.
20952
20953 2003-10-02  Bruno Haible  <bruno@clisp.org>
20954
20955         * modules/lchown (Include): Add lchown.h.
20956         * modules/time_r (Include): Use "..." syntax.
20957         * modules/xgetdomainname (Include): Add xgetdomainname.h.
20958
20959 2003-10-01  Simon Josefsson  <jas@extundo.com>
20960
20961         * MODULES.html.sh (func_all_modules): Move gethostname from section
20962         'based on' to section 'lacking' POSIX:2001.
20963
20964 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
20965
20966         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
20967         to output mode on the same stream.
20968
20969 2003-09-29  Paul Eggert  <eggert@twinsun.com>
20970
20971         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
20972         Fix arg typo in previous patch.
20973
20974 2003-09-28  Jim Meyering  <jim@meyering.net>
20975
20976         * lib/error.c: Correct cpp indentation.
20977
20978 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20979
20980         * modules/free: New file.
20981
20982 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20983
20984         * m4/free.m4: New file.
20985
20986 2003-09-27  Paul Eggert  <eggert@twinsun.com>
20987
20988         * lib/minmax.h (MIN, MAX)
20989         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
20990         Omit the special code that used __typeof__, since we worry that
20991         it could be more trouble than it's worth.  See:
20992         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
20993         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
20994
20995         * lib/free.c: New file.
20996
20997 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
20998
20999         Trivial fixes to Makefile.am parts of module listings.
21000         * modules/strstr: Append strstr.h to lib_SOURCES.
21001         * modules/strcase: Likewise, for strcase.h.
21002
21003 2003-09-27  Karl Berry  <karl@gnu.org>
21004
21005         * config/mkinstalldirs: update from automake.
21006
21007 2003-09-26  Paul Eggert  <eggert@twinsun.com>
21008
21009         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
21010         (error_tail): Do not loop, reallocating temporary buffer, since
21011         the output cannot contain more wide characters than the input
21012         contains bytes, the size must be big enough already.  This avoids
21013         one potential size overflow calculation.  Check for size overflow
21014         when calculating temporary buffer size.  Free temporary buffer
21015         when done, if it was allocated with malloc; this plugs a memory
21016         leak.  Remove casts from void * to pointers, that are no longer
21017         needed now that we're assuming C89 or better.
21018
21019         Merge error changes from glibc.
21020
21021         * lib/error.c, error.h: Update copyright notice header to match glibc.
21022         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
21023         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
21024         Disable cancellation while printing error.
21025         * lib/error.h: Prepend __ to parameter names.
21026
21027 2003-09-26  Jim Meyering  <jim@meyering.net>
21028
21029         * lib/error.c (error_tail): Move some declarations
21030         into inner scope where the local variables are used.
21031
21032 2003-09-26  Bruno Haible  <bruno@clisp.org>
21033
21034         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
21035         stpncpy().
21036         Don't define stpncpy through config.h; it's now done through stpncpy.h.
21037
21038 2003-09-26  Bruno Haible  <bruno@clisp.org>
21039
21040         * lib/stpncpy.h (gnu_stpncpy): New declaration.
21041         (stpncpy): Define as alias for gnu_stpncpy.
21042         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
21043
21044 2003-09-25  Simon Josefsson  <jas@extundo.com>
21045
21046         * lib/xgetdomainname.h: New file.
21047         * lib/xgetdomainname.c: New file.
21048
21049 2003-09-25  Simon Josefsson  <jas@extundo.com>
21050             Bruno Haible  <bruno@clisp.org>
21051
21052         * modules/getdomainname: New file.
21053         * modules/xgetdomainname: New file.
21054         * MODULES.html.sh (func_all_modules): Add getdomainname,
21055         xgetdomainname.
21056
21057 2003-09-25  Simon Josefsson  <jas@extundo.com>
21058             Bruno Haible  <bruno@clisp.org>
21059
21060         * m4/getdomainname.m4: New file.
21061
21062 2003-09-25  Simon Josefsson  <jas@extundo.com>
21063             Bruno Haible  <bruno@clisp.org>
21064
21065         * lib/getdomainname.h: New file.
21066         * lib/getdomainname.c: New file.
21067
21068 2003-09-25  Karl Berry  <karl@gnu.org>
21069
21070         * lib/argp-fmtstream.c, argp-help.c: update from libc.
21071
21072 2003-09-25  Karl Berry  <karl@gnu.org>
21073
21074         * config/install-sh: update from automake.
21075
21076 2003-09-25  Bruno Haible  <bruno@clisp.org>
21077
21078         * modules/version-etc-2: New file, from modules/version-etc with
21079         modifications.
21080         * MODULES.html.sh (func_all_modules): Add version-etc-2.
21081
21082 2003-09-25  Bruno Haible  <bruno@clisp.org>
21083
21084         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
21085         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
21086
21087 2003-09-24  Simon Josefsson  <jas@extundo.com>
21088
21089         * modules/xgethostname: Add xgethostname.h.
21090
21091 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21092
21093         * lib/linebuffer.c (freebuffer): Don't free the argument, just
21094         the buffer associated with the argument.  Bug reported by
21095         Simon Josefsson.
21096
21097 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21098
21099         * README: Document assumptions that 'int' is at least 32 bits
21100         wide, that integer arithmetic is 2's complement without overflow,
21101         that there are no holes in integer values, that adding sizes of
21102         two nonoverlapping objects can't overflow, and that all-bits-zero
21103         yields scalar zero.  Fix spelling and capitalization typos.
21104
21105 2003-09-19  Karl Berry  <karl@gnu.org>
21106
21107         * lib/argp.h: update from libc.
21108
21109 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21110
21111         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
21112         to avoid spurious warnings like "AC_RUN_IFELSE was called before
21113         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
21114
21115 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21116
21117         * gnulib-tool: Use "test -h", not "test -L", for portability
21118         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
21119         (tags_regexp): Remove, since \| doesn't conform to POSIX.
21120         (sed_extract_prog): Issue s commands one-by-one, rather than
21121         using \| in one s command.
21122
21123 2003-09-16  Paul Eggert  <eggert@twinsun.com>
21124
21125         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
21126         input error, instead of returning NULL the next time we are called
21127         (and therefore losing track of errno).
21128
21129 2003-09-16  Bruno Haible  <bruno@clisp.org>
21130
21131         * gnulib-tool (func_create_testdir): Warn about duplicated
21132         dependencies.
21133
21134 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21135
21136         * modules/argmatch, modules/fatal, modules/obstack,
21137         modules/xalloc, modules/xgethostname: Sort dependencies by
21138         importance, not alphabetically.
21139
21140 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21141
21142         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
21143         fails, so that the caller gets the proper errno.
21144
21145         * lib/readutmp.c (read_utmp): Likewise.
21146         Check for fstat error.  Close stream and free storage
21147         when failing.
21148
21149 2003-09-14  Karl Berry  <karl@gnu.org>
21150
21151         * config/srclist.txt (strdup.c): disable for c89 changes.
21152
21153 2003-09-14  Jim Meyering  <jim@meyering.net>
21154
21155         * lib/getloadavg.c: Correct cpp indentation.
21156         * lib/strdup.c: Likewise.
21157         * lib/vasnprintf.c: Likewise.
21158
21159 2003-09-14  Bruno Haible  <bruno@clisp.org>
21160
21161         * modules/fwriteerror: New file.
21162         * MODULES.html.sh (func_all_modules): Add fwriteerror.
21163
21164 2003-09-14  Bruno Haible  <bruno@clisp.org>
21165
21166         * lib/fwriteerror.h: New file.
21167         * lib/fwriteerror.c: New file.
21168
21169 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21170
21171         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
21172         modules/xgethostname, modules/xalloc: Depend on exit.
21173
21174 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21175
21176         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
21177
21178         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
21179         and AC_MINIX, too, so that their extensions are available.
21180
21181         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
21182         This macro has been superseded by gl_BACKUPFILE.
21183
21184         More patches to assume C89 or better.
21185
21186         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
21187
21188         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
21189         unconditionally.
21190         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
21191         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
21192         Include <string.h>, <stdlib.h> unconditionally.
21193         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
21194         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
21195         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
21196         headers or for string.h.
21197         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
21198         or strtoul.
21199
21200         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
21201         headers.
21202         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
21203         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21204         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
21205         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
21206         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21207         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
21208         memcpy, memset.
21209         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
21210         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
21211         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
21212         strtol.
21213         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
21214         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
21215         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
21216         strtoul.
21217
21218 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21219
21220         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
21221         * lib/obstack.c [!defined _LIBC]: Likewise.
21222         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
21223         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
21224         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
21225
21226         More changes to assume C89 or better.
21227
21228         * lib/error.c (error_tail): Assume vprintf.
21229
21230         * lib/argmatch.c (getenv): Remove decl.
21231         * lib/progreloc.c (get_full_program_name): Define via prototype.
21232         * lib/setenv.c (clearenv): Likewise.
21233         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
21234         needed.
21235         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
21236         (malloc, memcpy): Remove decls.
21237         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
21238         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
21239         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21240         (memcpy): Remove macro.
21241         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
21242         (__P): Remove.  All uses removed.
21243         (PTR): Remove.  All uses changed to void *.
21244         (CHAR_BIT, NULL): Remove.
21245         (spaces, zeros, memset_space, memset_zero)
21246         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
21247         Remove.
21248         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
21249         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
21250         Define with prototype.
21251         Remove now-unnecessary prototype decl.
21252         (extra_args_spec): Assume ANSI C.  All uses changed.
21253         (extra_args_spec_iso): Remove.
21254         (my_strftime, emacs_strftimeu): Define via prototype.
21255         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
21256         unconditionally.
21257         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
21258         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
21259         (strtoul, strtol): Remove decls.
21260         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
21261         LONG_MAX): Remove.
21262         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21263         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
21264         (LOCALE_PARAM_PROTO): New macro.
21265         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
21266         (INTERNAL (strtol), strtol): Define with a prototype.
21267         (PARAMS): Remove.  All uses removed.
21268         * lib/tempname.c: Include <string.h> unconditionally.
21269         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
21270         * lib/xgethostname.c (main): Define with a prototype.
21271         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
21272         Include <stdlib.h> unconditionally.
21273         (calloc, malloc, realloc, free): Remove decls.
21274         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
21275         Include <stdlib.h> unconditionally.  Sort include file names.
21276         (strtod): Remove.
21277         (xstrtod): Define with a prototype.
21278         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
21279         (strtol, strtoul): Remove decls.
21280
21281 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21282
21283         More patches to assume C89 or better.
21284         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
21285         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
21286         string.h, memchr, STDC_HEADERS.
21287
21288 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21289
21290         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
21291         Include <stdlib.h>, <string.h> unconditionally.
21292         Remove now-unnecessary cast to char *.
21293         * lib/strnlen.c: Include <string.h> unconditionally.
21294         * lib/yesno.c (yesno): Define with a prototype.
21295
21296 2003-09-11  Bruno Haible  <bruno@clisp.org>
21297
21298         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
21299
21300 2003-09-10  Jim Meyering  <jim@meyering.net>
21301
21302         * lib/error.c: Correct indentation of cpp directives.
21303
21304 2003-09-10  Bruno Haible  <bruno@clisp.org>
21305
21306         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
21307         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
21308         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
21309         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
21310         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
21311         <stdlib.h> and <string.h> checks.
21312         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
21313         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
21314
21315 2003-09-10  Bruno Haible  <bruno@clisp.org>
21316
21317         * lib/strcspn.c: Include <string.h> unconditionally.
21318         * lib/strpbrk.c: Include <string.h> unconditionally.
21319         * lib/strstr.c: Include <string.h> unconditionally.
21320         * lib/unicodeio.c: Include <string.h> unconditionally.
21321         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
21322         * lib/unsetenv.c: Likewise.
21323         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
21324         * lib/yesno.c: Include <stdlib.h> unconditionally.
21325         (rpmatch): Add prototype.
21326
21327 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21328
21329         More patches to assume C89 or better.
21330         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
21331         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
21332         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
21333         or for string.h.
21334         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
21335         stdlib.h.
21336         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
21337         C headers.
21338         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
21339         string.h.
21340         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
21341         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
21342         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
21343         or for string.h.
21344         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
21345         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
21346         C headers.
21347         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
21348         memcpy.
21349         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
21350         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
21351         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
21352         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
21353         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
21354         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
21355         string.h, free.
21356         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
21357         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
21358         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
21359         C headers, or for string.h.
21360         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
21361         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
21362         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
21363         headers, memory.h, stdlib.h, string.h, strings.h.
21364         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
21365         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
21366         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
21367         strchr.
21368         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
21369         headers, memory.h, string.h.
21370         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
21371         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
21372         free.
21373         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
21374         headers.
21375         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
21376         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
21377         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
21378         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
21379         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
21380
21381 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21382
21383         More K&R removal.
21384
21385         * lib/acosl.c (main): Use a prototype.
21386         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
21387         tanl.c: Likewise.
21388
21389         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
21390
21391         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
21392         (getopt, etopt_long, getopt_long_only, _getopt_internal)
21393         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
21394         with a prototype.
21395         * lib/getopt.c (const): Remove macro.
21396         Include <string.h> unconditionally.
21397         (my_index): Remove; all uses changed to strchr.
21398         (strlen): Remove decl.
21399         (exchange): Remove forward decl; no longer needed.
21400         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
21401         Define with prototype.
21402         * lib/getopt1.c (const): Remove macro.
21403         (getopt_long, getopt_long_only, main): Define with prototype.
21404
21405         * lib/getugroups.c: Include <string.h> unconditionally.
21406
21407         * lib/getusershell.c: Include <stdlib.h> unconditionally.
21408         (getusershell, setusershell, endusershell, readname, main):
21409         Define with prototypes.
21410
21411         * lib/group-member.c: Include group-member.h first.
21412         Include <stdlib.h> unconditionally.
21413
21414         * lib/hard-locale.c: Include hard-locale.h first.
21415         Include <stdlib.h>, <string.h> unconditionally.
21416
21417         * lib/hash.c (free, malloc): Remove decls.
21418         Include <stdlib.h> unconditionally.
21419
21420         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
21421         (getenv): Do not declare.
21422
21423         * lib/idcache.c: Include <string.h> unconditionally.
21424
21425         * lib/long-options.c: Include long-options.h first, to test interface.
21426         Include <stdlib.h> unconditionally.
21427
21428         * lib/makepath.c: Include makepath.h first, to test interface.
21429         Include <stdlib.h> and <string.h> unconditionally.
21430
21431         * lib/linebuffer.c: Include <stdlib.h>.
21432         (free): Remove decl.
21433
21434         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
21435         stddef.h. rpl_malloc returns void *, not char *.
21436         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
21437         prototype.
21438
21439         * lib/md5.h: Include <limits.h> unconditionally.
21440         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
21441         (__P): Remove; all uses removed.
21442         * lib/md5.c: Include "md5.h" first.
21443         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
21444         md5_buffer, md5_process_bytes, md5_process_block):
21445         Define with prototypes.
21446         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
21447         * lib/sha.c: Include "sha.h" first.
21448         Include <stdlib.h>, <string.h> unconditionally.
21449
21450         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
21451         * lib/memcmp.c (__ptr_t): Likewise.
21452         * lib/memrchr.c (__ptr_t): Likewise.
21453         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
21454         Include <string.h> unconditionally.
21455         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
21456         * lib/memchr.c: Include <stdlib.h> unconditionally.
21457         * lib/memchr.c (LONG_MAX): Remove.
21458         * lib/memrchr.c (LONG_MAX): Likewise.
21459         * lib/memchr.c (__memchr): Define via a prototype.
21460         * lib/memrchr.c (__memrchr): Likewise.
21461         * lib/memcmp.c (__P): Remove, and remove all uses.
21462         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
21463         Remove forward decls; no longer needed.
21464         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
21465         Use types required by C89 in prototype.
21466
21467         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
21468         * lib/savedir.c: Likewise.
21469         * lib/mkdir.c (free): Remove decl.
21470         * lib/rmdir.c (rmdir): Define with a prototype.
21471         * lib/savedir.c: Include savedir.h first, to test interface.
21472
21473         * lib/mktime.c (STDC_HEADERS): Remove.
21474         Include <stdlib.h>, <string.h> unconditionally.
21475
21476         * lib/modechange.c: Include <stdlib.h> unconditionally.
21477         (malloc): Remove decl.
21478
21479         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
21480         (free): Remove decl.
21481
21482         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
21483         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
21484         (This type really should be intptr_t, but that's a C99ism.)
21485         (_obstack_memcpy): Remove: all uses changed to memcpy.
21486         Include <string.h> unconditionally.
21487         (struct obstack): Assume __STDC__ for types of members
21488         chunkfun, freefun, extra_arg.
21489         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
21490         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
21491         obstack_begin, obstack_specify_allocation,
21492         obstack_specify_allocation_with_arg, obstack_chunkfun,
21493         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
21494         Remove unprototyped decls and the macros that use them.
21495         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
21496         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
21497         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
21498         (defined __STDC__ && __STDC__)]:
21499         Remove nonprototyped code.
21500         Include <stdlib.h> unconditionally.
21501         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
21502         _obstack_allocated_p, _obstack_free, obstack_free,
21503         _obstack_memory_used, print_and_abort):
21504         Define using prototypes.
21505         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
21506         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
21507         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
21508         obstack_next_free, obstack_object_size, obstack_room) [0]:
21509         Remove unused, unprototyped code.
21510
21511         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
21512
21513         * lib/physmem.c (physmem_total, physmem_available, main): Define
21514         with prototypes.
21515
21516         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
21517         (main): Define with a prototype.
21518
21519         * lib/posixver.c (getenv): Remove decl.
21520
21521         * lib/putenv.c (malloc): Returns void *, not char *.
21522         Include <string.h> unconditionally.
21523         (strchr, memcpy, NULL): Do not define.
21524
21525         * lib/readtokens.c: Include readtokens.h first, to test interface.
21526         Include <stdlib.h>, <string.h> unconditionally.
21527         (init_tokenbuffer): Define with a prototype.
21528
21529         * lib/regex.c (PARAMS): Remove.  All uses removed.
21530         All uses of _RE_ARGS removed, too.
21531         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21532         unconditionally.
21533         (bzero): Assume memset exists.
21534         (memcmp, memcpy, NULL): Remove.
21535         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
21536         char, or assignments to local vars of type signed char.
21537         (init_syntax_once, PREFIX(extract_number_and_incr),
21538         PREFIX(print_partial_compiled_pattern),
21539         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
21540         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
21541         PREFIX(regex_grow_registers), PREFIX(regex_compile),
21542         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
21543         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
21544         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
21545         wcs_compile_range, byte_compile_range, truncate_wchar,
21546         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
21547         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
21548         count_mbs_length, wcs_re_match_2_internal,
21549         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
21550         PREFIX(alt_match_null_string_p),
21551         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
21552         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
21553         regfree, PREFIX(extract_number)): Define with prototype.  Remove
21554         now-unnecessary declaration, if any.
21555         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
21556         regcomp, regexec):
21557         Remove now-unnecessary casts among pointer types.
21558         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
21559
21560         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
21561         (free): Remove decl.
21562
21563         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
21564
21565         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
21566         (free): Remove decl.
21567
21568         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
21569         * lib/xgetcwd.c: Likewise.
21570
21571         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
21572         (free): Remove decl.
21573
21574         * lib/strchrnul.c (strchrnul): Define with a prototype.
21575         Fix bug: c_in was not converted to char before searching.
21576
21577         The following changes are not K&R related:
21578
21579         * lib/group-member.h: Include <sys/types.h>, so that this file is
21580         self-contained.
21581         * lib/makepath.h: Likewise.
21582
21583         * lib/getusershell.c (readname, default_index, line_size, readname):
21584         Use size_t, not int, for sizes.
21585         (readname): If the size overflows, report an error instead of
21586         looping forever.
21587
21588 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21589
21590         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
21591         libc.
21592
21593 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21594
21595         * README: New section: portability guidelines.
21596
21597 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21598
21599         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
21600         C89 spec.
21601
21602 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21603
21604         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
21605
21606 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21607
21608         Assume C89 or better; remove K&R cruft.
21609         A few of these changes were first proposed by Derek Robert Price
21610         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
21611
21612         * lib/addext.c: Include <string.h> unconditionally.
21613         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
21614         Don't declare getenv or malloc.
21615
21616         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
21617         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
21618         (NULL): Remove.
21619         (find_stack_direction, alloca): Use prototypes.
21620
21621         * lib/atexit.c (atexit): Define using a prototype.
21622
21623         * lib/basename.c, dirname.c, stripslash.c:
21624         Include <string.h> unconditionally.
21625
21626         * lib/bcopy.c: Include <stddef.h>.
21627         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
21628
21629         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
21630
21631         * lib/error.h (error, error_at_line, error_print_progname)
21632         [! (defined (__STDC__) && __STDC__)]: Remove decls.
21633         * lib/error.c: Include error.h first, to check interface.
21634         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21635         (VA_START): Remove; all uses changeed to va_start.
21636         (exit, strerror): Remove decls.
21637         (error_print_progname): Prototype uncondionally.
21638         Don't include <errno.h>; no longer needed.
21639         (private_strerror): Remove.
21640         (error_tail): Always define.
21641         (error, error_at_line): Assume C89 or better; always use prototypes.
21642         * lib/fatal.c: Include "fatal.h" first, to test interface.
21643         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21644         (VA_START): Remove; all uses changed to va_start.
21645         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
21646         this case.
21647         (exit): Remove decl.
21648         (fatal): Prototype unconditionally.  Assume va_start works.
21649         Abort at end, to pacify gcc.
21650
21651         * lib/euidaccess.c (main): Define with a prototype.
21652
21653         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
21654
21655         * lib/exitfail.c: Include <stdlib.h> unconditionally.
21656
21657         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
21658         prototypes.
21659         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
21660         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
21661         (getenv): Remove decl.
21662         (fnmatch): Define using a prototype.
21663         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
21664         (FCT): Define using a prototype.
21665
21666         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
21667
21668         * lib/gethostname.c: Include <stddef.h>.
21669         (gethostname): Define with prototype.  Length is size_t, not int.
21670
21671 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21672
21673         Assume C89 or better; remove K&R cruft.
21674         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
21675         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
21676         string.h, getenv, malloc.
21677         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
21678         headers.
21679         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
21680         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
21681         do not check for strerror.
21682         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
21683         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
21684         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
21685         do not check for doprnt or vprintf.
21686         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
21687         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
21688
21689 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21690
21691         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
21692         getversion.c should have been removed then, but was accidentally
21693         preserved.
21694
21695         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
21696         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
21697
21698 2003-09-08  Karl Berry  <karl@gnu.org>
21699
21700         * config/config.sub, config.guess, srclistvars.sh: update from savannah
21701                 config, forget about prep.
21702
21703         * config/depcomp, missing: update from automake.
21704
21705 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21706
21707         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
21708         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21709
21710 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21711
21712         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
21713         copy_tm_result.  Bug reported by Simon Josefsson in
21714         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21715
21716 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21717
21718         * m4/time_r.m4: New file.
21719         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
21720         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
21721         is. Check for timegm declaration.
21722         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
21723         Do not check for gmtime_r.
21724         Replace mktime if __mktime_internal does not exist and if mktime
21725         hasn't been replaced already.
21726
21727 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21728
21729         * lib/time_r.c, lib/time_r.h: New files.
21730
21731         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
21732         __localtime_r.
21733         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
21734         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
21735
21736         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
21737         __gmtime_r.
21738         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
21739         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
21740         Include <time_r.h>.
21741
21742         * lib/timegm.c: Switch to glibc implementation, with the following
21743         changes:
21744         [defined HAVE_CONFIG_H]: Include <config.h>.
21745         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
21746         (__mktime_internal) [!defined _LIBC]: New decl.
21747         (__gmtime_r) [!defined _LIBC]: New macro and function.
21748         (timegm): Use a prototype, since gnulib assumes C89.
21749         Do not bother declaring tmp to be const, as it's not really usefu.
21750         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
21751         (timegm): Declare only if HAVE_DECL_TIMEGM.
21752
21753 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21754
21755         * MODULES.html.sh (func_all_modules): Add time_r.
21756         * modules/time_r: New file.
21757         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
21758         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
21759
21760 2003-09-03  Paul Eggert  <eggert@twinsun.com>
21761
21762         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
21763         Bug reported by Lute Kamstra in
21764         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
21765
21766         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
21767         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
21768         course with correspondingly smaller numbers for tomorrow and
21769         yesterday.  From Tadayoshi Funaba.  Originally installed into
21770         sh-utils on 1999-08-07, but the patch got lost (I guess during the
21771         coreutils merge?).
21772
21773 2003-08-31  Simon Josefsson  <jas@extundo.com>
21774
21775         * modules/timegm: New file.
21776         * MODULES.html.sh (func_all_modules): Add timegm.
21777
21778 2003-08-31  Simon Josefsson  <jas@extundo.com>
21779
21780         * m4/timegm.m4: New file.
21781
21782 2003-08-31  Simon Josefsson  <jas@extundo.com>
21783
21784         * lib/timegm.h: New file.
21785         * lib/timegm.c: New file.  Based on
21786         wget-1.8.2/src/http.c:mktime_from_utc.
21787
21788 2003-08-31  Karl Berry  <karl@gnu.org>
21789
21790         * lib/argp.h: update from libc.
21791
21792 2003-08-28  Bruno Haible  <bruno@clisp.org>
21793
21794         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
21795         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
21796         followed by '#define fnmatch fnmatch_posix' gives an error.
21797
21798 2003-08-28  Bruno Haible  <bruno@clisp.org>
21799
21800         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
21801         warning on QNX, which defines O_BINARY to 000000.
21802
21803 2003-08-27  Jim Meyering  <jim@meyering.net>
21804
21805         * m4/mkstemp.m4: Require that the system mkstemp be able to create
21806         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
21807         would fail after 32.  Reported by Danny Levinson.  Details here:
21808         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
21809
21810 2003-08-24  Bruno Haible  <bruno@clisp.org>
21811
21812         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
21813         MSVC7 <stdio.h> is included later.
21814
21815 2003-08-22  Simon Josefsson  <jas@extundo.com>
21816
21817         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
21818
21819 2003-08-20  Karl Berry  <karl@gnu.org>
21820
21821         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
21822
21823 2003-08-20  Bruno Haible  <bruno@clisp.org>
21824
21825         * modules/progname: New file.
21826         * MODULES.html.sh (func_all_modules): Add progname.
21827
21828 2003-08-20  Bruno Haible  <bruno@clisp.org>
21829
21830         * lib/progname.h: New file, from GNU gettext.
21831         * lib/progname.c: New file, from GNU gettext.
21832         * lib/progreloc.c: New file, from GNU gettext.
21833
21834 2003-08-19  Jim Meyering  <jim@meyering.net>
21835
21836         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
21837         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
21838
21839 2003-08-19  Bruno Haible  <bruno@clisp.org>
21840
21841         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
21842         more.
21843
21844 2003-08-19  Bruno Haible  <bruno@clisp.org>
21845
21846         * lib/xstrdup.c: Assume <string.h> exists.
21847
21848 2003-08-18  Paul Eggert  <eggert@twinsun.com>
21849
21850         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
21851         in makefile rules.
21852
21853 2003-08-18  Jim Meyering  <jim@meyering.net>
21854
21855         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
21856         * m4/lib-ld.m4: Likewise.
21857
21858 2003-08-18  Jim Meyering  <jim@meyering.net>
21859
21860         * lib/setenv.h: Indent nested cpp directive.
21861         * lib/vasnprintf.c: Remove trailing blanks.
21862
21863 2003-08-17  Simon Josefsson  <jas@extundo.com>
21864
21865         * modules/xstrndup: New file.
21866         * MODULES.html.sh (func_all_modules): Add xstrndup.
21867
21868 2003-08-17  Simon Josefsson  <jas@extundo.com>
21869
21870         * modules/argp: Fix autoconf macro name. Add more dependencies.
21871
21872 2003-08-17  Simon Josefsson  <jas@extundo.com>
21873
21874         * m4/xstrndup.m4: New file.
21875
21876 2003-08-17  Simon Josefsson  <jas@extundo.com>
21877
21878         * m4/argp.m4: New file.
21879
21880 2003-08-17  Simon Josefsson  <jas@extundo.com>
21881             Bruno Haible  <bruno@clisp.org>
21882
21883         * lib/xstrndup.h: New file.
21884         * lib/xstrndup.c: New file.
21885
21886 2003-08-17  Bruno Haible  <bruno@clisp.org>
21887
21888         * modules/strndup (Files, Include): Add lib/strndup.h.
21889
21890 2003-08-17  Bruno Haible  <bruno@clisp.org>
21891
21892         * modules/euidaccess (Files): Add lib/euidaccess.h.
21893
21894 2003-08-17  Bruno Haible  <bruno@clisp.org>
21895
21896         * lib/strndup.h: New file.
21897
21898 2003-08-17  Bruno Haible  <bruno@clisp.org>
21899
21900         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
21901         like AC_GNU_SOURCE.
21902         * modules/extensions (configure.ac): Comment out the invocation of
21903         gl_USE_SYSTEM_EXTENSIONS.
21904
21905 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21906
21907         Merges from coreutils, etc.
21908         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
21909         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
21910         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
21911         fixing a typo.
21912         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
21913         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
21914
21915 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21916
21917         Document merge from coreutils.
21918         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
21919         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
21920         * modules/utime: Add m4/utimes-null.m4.
21921
21922 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21923
21924         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
21925         space, undoing this 2003-08-12 change:
21926         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21927
21928 2003-08-16  Paul Eggert  <eggert@twinsun.com>
21929
21930         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
21931         strtoul.c from libc, undoing this 2003-08-12 change:
21932         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
21933
21934 2003-08-16  Jim Meyering  <jim@meyering.net>
21935
21936         Merges from coreutils.
21937         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
21938         prefix.  Adjust cache variables similarly.  Create 500 rather than
21939         just 300 files, to exercise bug on Darwin6.5, too.
21940         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
21941         $missing_dir.
21942         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
21943         AM_SYS_POSIX_TERMIOS.
21944         Reported by mkc@mathdogs.com.
21945         Also change use of $am_cv_sys_posix_termios
21946         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
21947         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
21948         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
21949         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
21950         in /proc/mounts until it finds one with matching device number.  This
21951         is unnecessary when the FILE argument *is* a mount point.  No stat call
21952         is necessary in that case.  So, disable the statvfs-testing code on
21953         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
21954         as RedHat bug# 84846.
21955         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21956         to 1MB, so as not to render systems with no stack size limit (e.g.,
21957         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21958         Include <unistd.h>.  On some systems,
21959         it is required for the definition of _SC_PAGESIZE.
21960
21961 2003-08-16  Jim Meyering  <jim@meyering.net>
21962
21963         Merge from coreutils.
21964         * lib/xstrtoimax.c: #else #if -> #elif.
21965         * lib/xstrtoumax.c: Likewise.
21966
21967 2003-08-16  Jim Meyering  <jim@meyering.net>
21968
21969         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
21970         * m4/utimes.m4: Removed.
21971         * m4/utimes-null.m4: Renamed from utimes.m4.
21972
21973         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
21974         to 1MB, so as not to render systems with no stack size limit (e.g.,
21975         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
21976         Include <unistd.h>.  On some systems,
21977         it is required for the definition of _SC_PAGESIZE.
21978
21979 2003-08-16  Jim Meyering  <jim@meyering.net>
21980         and Paul Eggert  <eggert@cs.ucla.edu>
21981
21982         Merges from coreutils, etc.
21983
21984         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
21985         using the latest version from cvs.  This avoids problems with #line
21986         directives using a vendor (Sun) compiler.
21987         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
21988         Don't set GETGROUPS_LIB here; now it's
21989         done via getgroups.m4's wrapper function.
21990         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
21991         rather than just in sh-util/configure.in, so that the
21992         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
21993         same.
21994         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
21995         AC_FUNC_GETLOADAVG where to find getloadavg.c.
21996         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
21997         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
21998         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
21999         Remove code that is now done by the newly-required macros.
22000         Append $(EXEEXT) to DF_PROG.
22001         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
22002         Do not invoke or require the following here,
22003         since prereq.m4 or some gnulib .m4 now does this for us:
22004         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
22005         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
22006         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
22007         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
22008         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
22009         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
22010         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
22011         AC_FUNC_OBSTACK.
22012         Do not replace the following functions, as this is now the job
22013         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
22014         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
22015         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
22016         atexit getpass, strdup, getpagesize.
22017         Replace 'raise'.
22018         Do not check for the following functions, as this is now the job
22019         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
22020         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
22021         setregid.
22022         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
22023         Check for sys/sysctl.h.
22024         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
22025         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
22026         of checking for ssize_t ourselves.
22027
22028         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
22029         Require every macro that gnulib/modules/* suggests for us.
22030         (jm_PREREQ_ADDEXT): New macro.
22031         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
22032         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
22033
22034         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
22035         (gl_PHYSMEM): Use it.
22036         Also check for `table' function.
22037         Check for new headers and functions.
22038         Add check for sys/sysmp.h.
22039         With suggestions from Kaveh Ghazi.
22040         Ignore headers that are present but cannot be compiled.  This
22041         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
22042         C 5.4.
22043
22044 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22045
22046         Document merge from coreutils.
22047         * modules/userspec: Depend on posixver.
22048         * modules/strftime: Depend on tzset.
22049
22050 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22051
22052         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
22053         rather than tab, after '#' in shell-script copyright notices.
22054         Suggested by Bruno Haible.
22055
22056 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22057
22058         * config/srclist-update: Use three spaces, rather than tab, after '#'
22059         in shell-script copyright notices.  Suggested by Bruno Haible.
22060         Remove unnecessary parenthesization in regular expression.
22061
22062 2003-08-15  Jim Meyering  <jim@meyering.net>
22063
22064         Merge from coreutils.
22065         * lib/xgethostname.c: Include <stdlib.h>.
22066         (xghostname): Don't exit for anything other than memory-related
22067         failure; just return NULL.
22068         * lib/userspec.c: Include "posixver.h".
22069         (parse_user_spec): Accept `.' as a separator only
22070         in pre-POSIX-200112 mode.
22071         * lib/strtoimax.c: Use #elif rather than #else #if.
22072         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
22073         Remove function, now that we can rely on a working tzset function.
22074         [!_LIBC]: Ensure that the required autoconf test has been run.
22075         [!defined _NL_CURRENT && HAVE_STRFTIME]:
22076         Use underlying_strftime for %r.
22077         * lib/sha.c: Merge in some clean-up and optimization changes from
22078         glibc.
22079         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
22080         Ensure that it is a multiple of 64.
22081         Rearrange loop exit tests so as to avoid performing an
22082         additional fread after encountering an error or EOF.
22083         * lib/realloc.c: Update copyright date.
22084
22085 2003-08-15  Jim Meyering  <jim@meyering.net>
22086         and Paul Eggert  <eggert@twinsun.com>
22087
22088         Merge from coreutils.
22089         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
22090         member but strut utmpx does not.  Needed for AIX 4.3.3.
22091         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
22092
22093 2003-08-15  Jim Meyering  <jim@meyering.net>
22094         and Paul Eggert  <eggert@cs.ucla.edu>
22095
22096         Merges from coreutils, etc.
22097         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
22098         Require gl_FUNC_TZSET_CLOBBER.
22099         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
22100         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
22101         members.
22102
22103 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22104
22105         Help the merge from coreutils.
22106         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
22107         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
22108         * m4/tzset.m4: Use it too.
22109
22110 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22111
22112         * modules/tzset: New file.
22113
22114 2003-08-14  Jim Meyering  <jim@meyering.net>
22115
22116         Merges from coreutils.
22117         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
22118         variable names, rather than @FNMATCH_H@.
22119         * modules/alloca: Likewise for $(ALLOCA_H).
22120
22121         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
22122         the three copies of the literal target, `fnmatch.h'.
22123         * modules/alloca (alloca.h): Likewise.
22124
22125 2003-08-14  Jim Meyering  <jim@meyering.net>
22126
22127         Merge from coreutils.
22128         * m4/tzset.m4: New file.
22129         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
22130         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
22131         otherwise, AIX 5.1 systems would end up using the latter.
22132         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
22133         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
22134         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
22135         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
22136
22137 2003-08-14  Jim Meyering  <jim@meyering.net>
22138
22139         Merge from coreutils.
22140         * lib/obstack.h: Whitespace changes.
22141         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
22142         and xcalloc return values.
22143         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
22144         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
22145         hang on OSF/1 5.1 for DIR on both local and remote file systems.
22146         Reported by (and fix confirmed by) Nelson H. F. Beebe.
22147         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22148         error from mntctl.
22149         Use mntctl's return value to drive the entry-processing loop, since
22150         we can't rely on the value of the vmt_length member in the last
22151         entry.  On some systems doing so could result in exhausting
22152         virtual memory.  Based in part on a patch from Mike Jetzer.
22153
22154 2003-08-14  Jim Meyering  <jim@meyering.net>
22155         and Paul Eggert  <eggert@twinsun.com>
22156
22157         Merges from coreutils, plus other fixes.
22158         * lib/physmem.c: Merge in portability changes from gcc/libiberty
22159         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
22160         for credits and details.  Thanks to Kaveh Ghazi for helping
22161         to keep these files in sync.
22162         (ARRAY_SIZE): Define it.
22163         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
22164         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
22165         (memcasecmp): Don't assume size_t fits in unsigned int.
22166         Remove casts and duplicate code.
22167         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
22168         (memcpy): Remove definition.
22169         Merge in some clean-up and optimization changes from glibc.
22170         [BLOCKSIZE]: Move definition to top of file.
22171         Ensure that it is a multiple of 64.
22172         Rearrange loop exit tests so as to avoid performing an
22173         additional fread after encountering an error or EOF.
22174         * lib/md5.h (md5_uintptr): Define.
22175         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
22176         return to the initial working directory.  Preserve errno
22177         for caller.
22178         * lib/idcache.c: Include "xalloc.h".
22179         (xmalloc, xrealloc): Remove decls.
22180         (getuser): Remove casts no longer required in C89.
22181         * lib/human.c: Include stdio.h, for sprintf.
22182         * lib/group-member.c: Include "xalloc.h".
22183         (xmalloc, xrealloc): Remove decls.
22184         (get_group_info): Remove casts no longer required in C89.
22185         * lib/getusershell.c (readname): Remove casts no longer required in
22186         C89.
22187         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
22188         * lib/getline.c: Whitespace fix, from coreutils.
22189
22190 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22191
22192         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
22193         Check for isascii.
22194
22195         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22196         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22197         Undo previous (whitespace-only) change.
22198
22199 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22200
22201         * lib/exclude.c: Include <ctype.h>
22202         (IN_CTYPE_DOMAIN): New macro.
22203         (is_space): New fn.
22204         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
22205         and empty lines.
22206
22207         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22208         Undo previous (whitespace-only) change.
22209
22210 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22211
22212         * config/srclist-update: Change update back to the old behavior,
22213         leaving whitespace alone.  Use one 'sed' command rather than a
22214         pipeline.
22215         (fixlicense): Now a variable, not a function.
22216         (remove_trailing_blanks): Remove.
22217         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
22218         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22219         Undo previous (whitespace-only) change.
22220
22221 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22222
22223         Merge from coreutils.
22224         * modules/euidaccess: Add lib_SOURCES, include for new
22225         file euidaccess.h
22226
22227 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22228
22229         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22230         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22231         Normalize leading white space and remove trailing white space.
22232
22233         Merge from coreutils
22234         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
22235
22236         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
22237         0.12.1.  These files are now being upgraded automatically by
22238         ../config/srclist-update.
22239
22240 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22241
22242         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22243         Normalize leading white space and remove trailing white space.
22244         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
22245         notice, as per ../config/srclist-update.
22246
22247         Merge from coreutils.
22248         * lib/euidaccess.h: New file.
22249         * lib/euidaccess.c: Include it.
22250         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
22251         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
22252         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
22253
22254 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22255
22256         * config/srclist-update: Add copyright notice.
22257         (remove_id_lines, remove_trailing_blanks): New constants.
22258         (fixfile): Use them to normalize spacing a bit in copied files.
22259         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22260         Normalize leading white space and remove trailing white space.
22261
22262         * config/texinfo.tex: Sync with texinfo.
22263
22264         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
22265         strtoul.c from libc, to merge coreutils whitespace changes.
22266
22267         * config/srclist.txt: Get the following m4 files from gettext:
22268         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
22269         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
22270         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
22271         wint_t.m4.
22272
22273 2003-08-12  Karl Berry  <karl@gnu.org>
22274
22275         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
22276         been made.
22277
22278 2003-08-11  Paul Eggert  <eggert@twinsun.com>
22279
22280         * modules/gnu-source, m4/gnu-source.m4:
22281         Remove; we're assuming Autoconf 2.54 or later now.
22282         Suggested by Bruno Haible.
22283         * MODULES.html.sh (func_all_modules): Remove gnu-source.
22284
22285 2003-08-11  Bruno Haible  <bruno@clisp.org>
22286
22287         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
22288
22289 2003-08-11  Bruno Haible  <bruno@clisp.org>
22290
22291         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
22292         (vasnprintf): Use it instead of wcslen.
22293
22294 2003-08-11  Bruno Haible  <bruno@clisp.org>
22295
22296         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
22297         value to ensure that _Bool promotes to int. Use #define for _Bool when
22298         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
22299
22300 2003-08-10  Karl Berry  <karl@gnu.org>
22301
22302         * lib/regex.h: update from libc (whitespace fix).
22303
22304 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22305
22306         Merge some files from coreutils.  These changes were
22307         originally made by Jim Meyering.
22308         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
22309         many older Unixes require this.
22310         * lib/alloca.c (alloca): Remove cast to argument of free;
22311         no longer needed in C89.
22312         * lib/alloca_.h, regex.h: Fix white space to match
22313         what GNU indent does.
22314
22315 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22316
22317         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
22318         apparently Emacs's Unicode mode got confused before my 2003-08-05
22319         checkin.
22320
22321 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22322
22323         * m4/extensions.m4: New file.
22324         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
22325         Require gl_USE_SYSTEM_EXTENSIONS.
22326         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
22327         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
22328
22329 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22330
22331         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
22332         * modules/extensions, modules/gnu-source: New files.
22333         * modules/timespec, modules/unlocked-io: Depend on extensions.
22334
22335 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22336
22337         * modules/restrict: New file.
22338         * MODULES.html.sh (func_all_modules): Add restrict.
22339         * modules/regex: Depend on restrict.
22340
22341 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22342
22343         * m4/restrict.m4: New file.
22344         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
22345
22346 2003-08-07  Bruno Haible  <bruno@clisp.org>
22347
22348         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
22349         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
22350
22351 2003-08-07  Bruno Haible  <bruno@clisp.org>
22352
22353         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
22354         makes the module 'getndelim2' compatible with the module 'getline'.
22355
22356 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22357
22358         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
22359         byte with "\201" to avoid glitches when editing that source file
22360         with multi-gnome-terminal.
22361
22362 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22363
22364         * lib/bumpalloc.h: Remove.
22365
22366 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22367
22368         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
22369         * modules/bumpalloc: Remove.
22370
22371 2003-08-04  Paul Eggert  <eggert@twinsun.com>
22372
22373         * lib/getloadavg.c: Change copyright notice and spacing to conform to
22374         GNU coding style.
22375
22376         Merge from coreutils.
22377         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
22378         1. From glibc.
22379         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
22380         from Karl Berry, implemented by Jim Meyering.
22381         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
22382         from Dmitry V. Levin.
22383         Remove anachronistic cast of xrealloc.
22384         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
22385         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
22386         type. Otherwise, it wouldn't compile with at least /bin/cc on
22387         ymp-cray-unicos9.0.2.X.
22388         Combine two mostly-identical uses of alloca into one.
22389         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
22390
22391 2003-08-04  Dave Love  <d.love@dl.ac.uk>
22392
22393         [From Emacs.]
22394
22395         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
22396         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
22397         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
22398         obsolete NLIST_NAME_UNION.
22399         [__GNU__]: Undef BSD and FSCALE.
22400         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
22401
22402 2003-08-03  Paul Eggert  <eggert@twinsun.com>
22403
22404         * lib/stdbool_.h (_Bool): Make it signed char, instead of
22405         an enum type, so that it's guaranteed to promote to int.  See:
22406         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
22407
22408 2003-08-03  Karl Berry  <karl@gnu.org>
22409
22410         * config/depcomp: update from automake.
22411
22412 2003-07-31  Paul Eggert  <eggert@twinsun.com>
22413
22414         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
22415         (strerror): Don't assume that a printable int fits in 14 bytes.
22416
22417 2003-07-31  Bruno Haible  <bruno@clisp.org>
22418
22419         * modules/getpass-gnu: New file.
22420         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
22421
22422 2003-07-31  Bruno Haible  <bruno@clisp.org>
22423
22424         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
22425
22426 2003-07-24  Karl Berry  <karl@gnu.org>
22427
22428         * config/missing: update from automake.
22429
22430 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
22431             Bruno Haible  <bruno@clisp.org>
22432
22433         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
22434         * lib/getline.c (getline, getdelim): Likewise.
22435         Remove _GNU_SOURCE define; now it's defined in config.h through
22436         m4/getline.m4.
22437
22438 2003-07-23  Karl Berry  <karl@gnu.org>
22439
22440         * config/config.sub: update from prep.
22441
22442 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22443
22444         * modules/xalloc (Depends-on): Add exitfail.
22445         * modules/xmemcoll: Likewise.
22446
22447 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22448
22449         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
22450         over-parenthesization in macros.
22451
22452         Sync with coreutils.
22453
22454         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
22455         required by C99.
22456
22457         Use `exit_failure' for xalloc and xmemcoll instead of their own
22458         private exit-failure variables.
22459         * lib/xalloc.h (xalloc_exit_failure): Remove.
22460         * lib/xmalloc.c: Likewise.  Include exitfail.h.
22461         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
22462         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
22463         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
22464         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
22465
22466 2003-07-20  Jim Meyering  <jim@meyering.net>
22467
22468         * modules/closeout (Depends-on): Add exitfail.
22469         Suggestion from Bruno Haible.
22470
22471 2003-07-19  Karl Berry  <karl@gnu.org>
22472
22473         * config/config.sub: update from prep.
22474
22475 2003-07-18  Paul Eggert  <eggert@twinsun.com>
22476
22477         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
22478         Remove.
22479         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
22480         to test that it can stand by itself.  Include "exitfail.h".
22481         Clients should set exit_failure instead.
22482         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
22483
22484 2003-07-18  Bruno Haible  <bruno@clisp.org>
22485
22486         * modules/getndelim2: New file.
22487         * modules/getline: Share files with module getndelim2.
22488         * modules/getnline: Depend on getndelim2 instead of sharing files with
22489         it. Add getnline.c to lib_SOURCES.
22490         * MODULES.html.sh (func_all_modules): Add getndelim2.
22491
22492 2003-07-18  Bruno Haible  <bruno@clisp.org>
22493
22494         * m4/getndelim2.m4: New file.
22495         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
22496         invoke gl_PREREQ_GETNDELIM2.
22497         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
22498         gl_PREREQ_GETNDELIM2.
22499         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
22500         gl_GETNDELIM2.
22501
22502 2003-07-18  Bruno Haible  <bruno@clisp.org>
22503
22504         * lib/getndelim2.h: New file.
22505         * lib/getndelim2.c: Make into a module of its own. Include config.h,
22506         getndelim2.h.
22507         (getndelim2): Make non-static. Change return type to ssize_t.
22508         * lib/getline.h: Change argument names.
22509         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
22510         * lib/getnline.c: Include getndelim2.h.
22511
22512 2003-07-18  Andreas Schwab  <schwab@suse.de>
22513
22514         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
22515
22516 2003-07-17  Karl Berry  <karl@gnu.org>
22517
22518         * config/config.sub: update from prep.
22519
22520 2003-07-17  Bruno Haible  <bruno@clisp.org>
22521
22522         * modules/getnline: New file.
22523         * modules/getline: Add lib/getndelim2.c to source file list.
22524         * MODULES.html.sh (func_all_modules): Add getnline.
22525
22526 2003-07-17  Bruno Haible  <bruno@clisp.org>
22527
22528         * m4/getnline.m4: New file.
22529
22530 2003-07-17  Bruno Haible  <bruno@clisp.org>
22531
22532         * m4/Makefile.am.in: Remove file.
22533         * m4/Makefile.am: Remove file.
22534         * m4/Makefile.in: Remove file.
22535
22536 2003-07-17  Bruno Haible  <bruno@clisp.org>
22537
22538         * lib/getnline.h: New file.
22539         * lib/getnline.c: New file.
22540         * lib/getndelim2.c: New file, extracted from getline.c.
22541         (getndelim2): Renamed from getdelim2, with added nmax argument.
22542         * lib/getline.c: Include getndelim2.c.
22543         (getdelim2): Moved out to getndelim2.c.
22544         (getline, getdelim): Update.
22545
22546 2003-07-17  Bruno Haible  <bruno@clisp.org>
22547
22548         * lib/Makefile.am: Remove file.
22549         * lib/Makefile.in: Remove file.
22550
22551 2003-07-17  Bruno Haible  <bruno@clisp.org>
22552
22553         * configure.in: Remove file.
22554         * Makefile.in: Remove file.
22555
22556 2003-07-17  Bruno Haible  <bruno@clisp.org>
22557
22558         * MODULES.html.sh: Put the </BODY> right before </HTML>.
22559
22560 2003-07-16  Karl Berry  <karl@gnu.org>
22561
22562         * config/srclist-update: was running fixlicense twice, which caused
22563                 texinfo.tex to be nullified for some reason.  Simplify,
22564                 $gplsrc is no longer needed as far as I can see?
22565
22566 2003-07-16  Jim Meyering  <jim@meyering.net>
22567
22568         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
22569
22570 2003-07-15  Paul Eggert  <eggert@twinsun.com>
22571
22572         * config/srclist.txt: Get the following files from gettext-runtime/intl
22573         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
22574         ref-del.sin.  From Bruno Haible.
22575         * config/srclist-update (fixfile): Change grep pattern again, since the
22576         previous fix didn't work (there was another trailing $).  Use
22577         '[$]' to escape the $s.
22578
22579 2003-07-15  Karl Berry  <karl@gnu.org>
22580
22581         * lib/vasnprintf.c: update from gettext.
22582
22583 2003-07-15  Karl Berry  <karl@gnu.org>
22584
22585         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
22586         gets expanded when surrounded by '$'.
22587
22588 2003-07-15  Jim Meyering  <jim@meyering.net>
22589
22590         * modules/save-cwd: Don't depend on error.  From Derek Price.
22591
22592 2003-07-15  Jim Meyering  <jim@meyering.net>
22593
22594         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
22595
22596 2003-07-14  Simon Josefsson  <jas@extundo.com>
22597
22598         * modules/mempcpy: New file.
22599         * MODULES.html.sh (func_all_modules): Add mempcpy.
22600
22601 2003-07-14  Simon Josefsson  <jas@extundo.com>
22602
22603         * m4/mempcpy.m4: New file.
22604
22605 2003-07-14  Simon Josefsson  <jas@extundo.com>
22606
22607         * lib/mempcpy.h: New file.
22608         * lib/mempcpy.c: New file.
22609
22610 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22611
22612         * modules/getdate, modules/posixtm: Depend on mktime.
22613
22614 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22615
22616         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
22617         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
22618         unicodeio.c, unicodeio.h, unlocked-io.h:
22619         Switch from LGPL to GPL.
22620
22621 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22622
22623         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
22624         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
22625         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
22626         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
22627         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
22628         updated automatically by ../config/srclist-update.  This changes
22629         their license from LPGL to GPL.
22630
22631 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22632
22633         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
22634         assumed to refer to the root of the most recent stable gettext version.
22635         * config/srclistvars.sh: Add defaults for eggert.
22636         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
22637         Match "This program" as well as "The program".  This is needed
22638         for gettext.
22639
22640 2003-07-14  Jim Meyering  <jim@meyering.net>
22641
22642         Don't emit diagnostics.  Let callers do that.
22643         * lib/save-cwd.c: Don't include "error.h".
22644         (save_cwd): Don't call error.  Ensure that errno is valid
22645         when returning nonzero.
22646
22647         * lib/save-cwd.h (restore_cwd): Update prototype.
22648         * lib/save-cwd.c (restore_cwd): Remove two parameters.
22649         Simplify.  Don't call error upon failure.  Let callers do that.
22650         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
22651         when auditing is enabled.  But don't bother updating the #if.
22652
22653 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
22654
22655         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
22656         it breaks C++ compilation.
22657         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
22658
22659 2003-07-10  Simon Josefsson  <jas@extundo.com>
22660
22661         * modules/strchrnul (Makefile.am): Add strchrnul.h.
22662
22663 2003-07-10  Jim Meyering  <jim@meyering.net>
22664
22665         * m4/clock_time.m4: Remove trailing blank.
22666         * m4/intmax_t.m4: Likewise.
22667
22668 2003-07-10  Jim Meyering  <jim@meyering.net>
22669
22670         * lib/vasnprintf.c: Remove trailing blanks.
22671         Make cpp indentation consistent.
22672
22673 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22674
22675         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
22676         posixver.c, strftime.c, strnlen.c, strverscmp.c:
22677         Switch from LGPL to GPL.
22678
22679 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22680
22681         * config/srclist.txt: Sort sublists.  Add
22682         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
22683         that differ from gnulib for one reason or another; we'd like this list
22684         to be smaller but for now let's document what we have.
22685
22686 2003-07-08  Paul Eggert  <eggert@twinsun.com>
22687
22688         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
22689         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
22690         and sweeter "eval x=$x".
22691         * config/srclist.txt: Get lib/argp* from glibc.
22692
22693 2003-07-07  Paul Eggert  <eggert@twinsun.com>
22694
22695         * lib/mktime.c: Fix some boundary cases and remove need for floating
22696         point.
22697
22698         Issue a compile-time diagnostic if time_t is floating point, or if
22699         two's complement arithmetic is not in effect, or if arithmetic
22700         right shift does not propagate the sign.  These assumptions were
22701         all in the original code but they weren't checked.
22702
22703         (TIME_T_MIDPOINT, verify): New macros.
22704         (__isleap): Remove; it has integer overflow problems.
22705         (leapyear): New function, without those problems.
22706         (ydhms_tm_diff): Remove; splitting into two parts.
22707         (ydhms_diff): New function, containing the arithmetic part of
22708         the old ydhms_tm_diff function.  Issue a compile-time
22709         diagnostic if we are not using C99 integer division.
22710         Avoid casts when possible.
22711         (guess_time_tm): New function, containing the checking part of
22712         the old ydhms_tm_diff function.  Return the new value, rather than
22713         the difference between it and the old.  Accept a new argument T
22714         so that *T specifies the old value.  Check for overflow in the result.
22715
22716         (__mktime_internal): Use a time_t offset, not a long int offset.
22717         This undoes the 2003-06-04 change, which is no longer needed now
22718         that we have better overflow checking.
22719         (localtime_offset): Likewise.
22720
22721         (__mktime_internal): Avoid harmful overflow on hosts where time_t
22722         and long are 64-bit but int is only 32-bit.
22723         (ydhms_diff): Use long int to store year1 and yday1.
22724         Issue a compile-time diagnostic if long int is not wide enough.
22725
22726         (__mktime_internal): Use long int to store adjusted year and yday.
22727         Use plain C rather than preprocessor commands, if that doesn't
22728         affect efficiency.
22729         Check for overflow (and try to repair) after each probe
22730         rather than checking only at the very end.  This avoids some bugs
22731         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
22732         does not equal GMT offset at maximum time).
22733         Use integer to check for overflow rather than floating point; this
22734         is more portable to non-IEEE hosts, and is a tad faster.
22735         When we detect that we are oscillating between two values,
22736         don't check whether tm_isdst has the requested value, since
22737         we already know the answer.  When tm_isdst has the wrong value,
22738         use a different heuristic to find the right one, based on the
22739         extreme values actually observed in practice in tz2003a,
22740         rather than the (overly optimistic) "previous 3 calendar quarters".
22741
22742         (not_equal_tm, print_tm, check_result): Use "const T" rather than
22743         "T const" to accommodate glibc style.
22744         (check_result): Use less-confusing report format.  "long" -> "long int.
22745         (main): Likewise.
22746         Don't loop if the iteration overflows time_t.
22747         Allow a negative step in the iteration.
22748
22749 2003-07-06  Karl Berry  <karl@gnu.org>
22750
22751         * config/depcomp: update from automake.
22752         * config/config.sub: update from prep.
22753
22754 2003-07-03  Karl Berry  <karl@gnu.org>
22755
22756         * config/config.guess: update from prep.
22757
22758 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22759
22760         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
22761         xreadlink.c now includes it unconditionally.
22762
22763 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22764
22765         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
22766         having it depend on HAVE_SYS_TYPES_H.
22767
22768 2003-07-01  Bruno Haible  <bruno@clisp.org>
22769
22770         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
22771         <sys/types.h> should be sufficient.
22772         Reported by Paul Eggert.
22773
22774 2003-06-26  Karl Berry  <karl@gnu.org>
22775
22776         * config/depcomp: update from automake.
22777
22778 2003-06-26  Bruno Haible  <bruno@clisp.org>
22779
22780         * modules/human: Depend on module stdbool.
22781
22782 2003-06-25  Bruno Haible  <bruno@clisp.org>
22783
22784         * modules/readlink: New file.
22785         * modules/xreadlink: Depend on it.
22786         * MODULES.html.sh (func_all_modules): Add readlink.
22787
22788 2003-06-25  Bruno Haible  <bruno@clisp.org>
22789
22790         * m4/readlink.m4: New file.
22791
22792 2003-06-25  Bruno Haible  <bruno@clisp.org>
22793
22794         * lib/readlink.c: New file.
22795
22796 2003-06-22  Karl Berry  <karl@gnu.org>
22797
22798         * config/srclist.txt: update mkinstalldirs from automake.
22799         * config/mkinstalldirs: update.
22800
22801 2003-06-22  Bruno Haible  <bruno@clisp.org>
22802
22803         Portability to mingw32.
22804         * m4/ssize_t.m4: New file, from GNU gettext.
22805         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
22806         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
22807
22808 2003-06-22  Bruno Haible  <bruno@clisp.org>
22809
22810         * modules/safe-read: Add m4/ssize_t.m4.
22811         * modules/xreadlink: Add m4/ssize_t.m4.
22812
22813 2003-06-20  Bruno Haible  <bruno@clisp.org>
22814
22815         Assume C89, so PARAMS isn't needed.
22816         * lib/unicodeio.h (PARAMS): Remove.
22817         * lib/unicodeio.c: Don't use PARAMS.
22818
22819 2003-06-18  Karl Berry  <karl@gnu.org>
22820
22821         * config/config.{guess,sub}: update from prep.
22822
22823 2003-06-18  Jim Meyering  <jim@meyering.net>
22824
22825         Merge changes from coreutils.
22826         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
22827         Remove explicit declarations of xmalloc and realloc.
22828         Include xalloc.h.
22829         (read_utmp): Remove anachronistic cast of xmalloc.
22830
22831 2003-06-17  Paul Eggert  <eggert@twinsun.com>
22832
22833         Assume C89, so PARAMS isn't needed.
22834         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
22835         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
22836         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
22837         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
22838         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
22839         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
22840         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
22841         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
22842         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
22843         lib/xstrtod.h, lib/xstrtol.h: Likewise.
22844         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
22845         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
22846         no longer needed. Anyway, config.h should always be included before any
22847         other file.
22848
22849 2003-06-11  Simon Josefsson  <jas@extundo.com>
22850
22851         * modules/sysexits: New file.
22852         * MODULES.html.sh (func_all_modules): Add sysexits.
22853
22854 2003-06-11  Simon Josefsson  <jas@extundo.com>
22855
22856         * lib/sysexit_.h: New file.
22857
22858 2003-06-11  Derek Price  <derek@ximbiot.com>
22859
22860         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
22861         necessary.
22862
22863 2003-06-11  Bruno Haible  <bruno@clisp.org>
22864
22865         * m4/sysexits.m4: New file.
22866
22867 2003-06-10  Simon Josefsson  <jas@extundo.com>
22868
22869         * lib/argp.h: New file, from glibc.
22870         * lib/argp-ba.c: New file, from glibc.
22871         * lib/argp-eexst.c: New file, from glibc.
22872         * lib/argp-fmtstream.c: New file, from glibc.
22873         * lib/argp-fmtstream.h: New file, from glibc.
22874         * lib/argp-fs-xinl.c: New file, from glibc.
22875         * lib/argp-help.c: New file, from glibc.
22876         * lib/argp-namefrob.h: New file, from glibc.
22877         * lib/argp-parse.c: New file, from glibc.
22878         * lib/argp-pv.c: New file, from glibc.
22879         * lib/argp-pvh.c: New file, from glibc.
22880         * lib/argp-xinl.c: New file, from glibc.
22881
22882 2003-06-10  Simon Josefsson  <jas@extundo.com>
22883
22884         * modules/strchrnul: New file.
22885
22886 2003-06-10  Simon Josefsson  <jas@extundo.com>
22887
22888         * modules/argp: New file.
22889
22890 2003-06-10  Simon Josefsson  <jas@extundo.com>
22891
22892         * m4/strchrnul.m4: New file.
22893
22894 2003-06-10  Simon Josefsson  <jas@extundo.com>
22895
22896         * lib/strchrnul.h: New file.
22897         * lib/strchrnul.c: New file.
22898
22899 2003-06-10  Bruno Haible  <bruno@clisp.org>
22900
22901         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
22902
22903 2003-06-07  Karl Berry  <karl@gnu.org>
22904
22905         * config/config.{guess,sub}: update from prep.
22906
22907 2003-06-07  Jim Meyering  <jim@meyering.net>
22908
22909         * modules/strtod: Use $(...) notation, not @...@ for
22910         AC_REPLACE'd variables.
22911         * modules/localcharset: Likewise.
22912
22913 2003-06-07  Jim Meyering  <jim@meyering.net>
22914
22915         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
22916         in place of my name in the copyright comment.
22917         Remove definition and uses of __P.
22918
22919         From coreutils.
22920         * lib/stat.c: Don't declare xmalloc explicitly.
22921         Instead, include "xalloc.h".
22922         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
22923         xrealloc, and xcalloc return values.
22924         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
22925         Improve comment.
22926         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
22927
22928 2003-06-07  Bruno Haible  <bruno@clisp.org>
22929
22930         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
22931         avoid AC_CONFIG_LINKS.
22932         * modules/fnmatch (Makefile.am): Use explicit creation rule for
22933         fnmatch.h, to avoid AC_CONFIG_LINKS.
22934         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
22935
22936 2003-06-07  Bruno Haible  <bruno@clisp.org>
22937
22938         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
22939         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
22940         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22941         directory.
22942         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
22943         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
22944         directory.
22945
22946 2003-06-06  Jim Meyering  <jim@meyering.net>
22947
22948         Merge from coreutils.
22949         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
22950         Consolidate declarations and initializations of *_base* locals.
22951
22952         Merge from coreutils.
22953         This avoids a core dump on systems without GNU putenv,
22954         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
22955         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
22956         (unsetenv): New static function, from GNU libc.
22957         (rpl_putenv): Use it.
22958
22959         * lib/modechange.c: Remove trailing blanks.
22960
22961         Merge from coreutils.
22962         * lib/fsusage.c: Remove declaration of statfs.
22963         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
22964
22965         * lib/posixtm.c: Include <stdbool.h> unconditionally.
22966
22967 2003-06-06  Jim Meyering  <jim@meyering.net>
22968
22969         * lib/stdbool_.h: Renamed from stdbool.h.in.
22970
22971 2003-06-06  Jim Meyering  <jim@meyering.net>
22972             Bruno Haible  <bruno@clisp.org>
22973
22974         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
22975         Adjust Makefile.am snippet not to redirect directly to target.
22976         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
22977
22978 2003-06-05  Paul Eggert  <eggert@twinsun.com>
22979
22980         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
22981         mismatch, look in future quarters as well as past.  This fixes a
22982         bug when processing fall-backwards gaps immediately after a long
22983         period of daylight-saving time.
22984
22985         * lib/mktime.c: Assume freestanding C89 or better.
22986         (HAVE_LIMITS_H): Remove.  Assume it's 1.
22987         (__P): Remove; not used.
22988         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
22989         (mktime, not_equal_tm, print_tm, check_result,
22990         main): Use prototypes.  Use const * where appropriate.
22991         (main): Fix typo in testing code that uncovered by above changes.
22992         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
22993
22994 2003-06-04  Paul Eggert  <eggert@twinsun.com>
22995
22996         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
22997         locale.h, localeconv.  This merges changes from coreutils.
22998
22999         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
23000         It can be removed after the next Autoconf is released.
23001         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
23002         needed.
23003
23004 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23005
23006         * lib/mktime.c: Fix Debian bug 177940
23007         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
23008         (localtime_offset): Now long int, not time_t, because we want it
23009         to be guaranteed to be signed.  All uses changed.
23010         (__mktime_internal): If overflow would occur when adding offset,
23011         don't add it.
23012
23013         Merge 'human' changes from coreutils.  Rewrite to support
23014         locale-specific notations like thousands separators.
23015         * lib/human.c: Simplify authorship notice.
23016         Include human.h immediately after config.h.
23017         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
23018         <limits.h>: Do not include, since human.h does.
23019         (SIZE_MAX, UINTMAX_MAX): New macros.
23020         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
23021         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
23022         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
23023         (power_letter): Renamed from suffixes.
23024         (generate_suffix_backwards): Remove.
23025         (adjust_value): Now takes int style (because of human.h changes)
23026         and long double value (for greater precision on some platforms).
23027         (group_number): New function.
23028         (human_readable): Use it.  Use integer options, not enum.
23029         Put the options before the sizes in the arg list.
23030         Support all the new options.
23031         The old human_readable function has been removed;
23032         use inttostr.h instead.
23033         (human_readable, default_block_size, humblock):
23034         Use uintmax_t, not int, for block sizes.
23035         (human_readable_inexact, block_size_types): Remove.
23036         (block_size_opts): New constant.
23037         (human_options): Renamed from human_block_size, with new signature
23038         that allows block sizes up to UINTMAX_MAX.  All callers changed.
23039         * lib/human.h: Add copyright and authorship notice.
23040         Include <limits.h> and <stdbool.h> unconditionally.
23041         (PARAMS): Remove.  All uses removed.
23042         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
23043         (enum human_inexact_style): Remove tag; now a nameless enum.
23044         (human_floor, human_ceiling, human_round_to_even): Now have
23045         values 2, 0, 1 rather than -1, 1, 0.
23046         (human_group_digits, human_suppress_point_zero, human_autoscale,
23047         human_base_1024, human_SI, human_B): New constants.
23048         (human_readable_inexact, human_block_size): Remove.
23049         (human_readable): Size args are now uintmax_t, not int.
23050         (human_options): New decl.
23051
23052         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
23053         unnecessary now that we assume C89 or better.  This change
23054         imported from coreutils.
23055
23056         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23057         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
23058         in the 2003-05-30 sync from glibc.
23059
23060         .h files should stand alone, but we shouldn't include <sys/types.h>
23061         if we can get away with just <stddef.h>.
23062
23063         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
23064         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
23065         rather than <sys/types.h>, as we merely need size_t.
23066         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
23067         to get size_t.
23068         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
23069         Include <stdio.h>, to get FILE.
23070         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
23071         memcasecmp.h has included <stddef.h> and all we need is size_t.
23072         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
23073         our interface, instead of including <sys/types.h>
23074
23075 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23076
23077         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
23078         now, as glibc mktime is buggy on non-glibc systems.
23079
23080 2003-06-03  Karl Berry  <karl@gnu.org>
23081
23082         * config/config.sub: update from prep.
23083
23084 2003-06-02  Paul Eggert  <eggert@twinsun.com>
23085
23086         [from coreutils]
23087         Fix some minor time-related bugs with POSIX time arguments.
23088         Some valid time stamps were being rejected (notably -1, and
23089         time stamps before 1900 on 64-bit hosts).  And some invalid
23090         time stamps were being accepted, e.g. September 31.
23091
23092         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
23093         that we can return (time_t) -1 successfully.
23094         * lib/posixtm.c: Likewise.
23095         [HAVE_STDBOOL_H]: Include <stdbool.h>.
23096         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
23097         (t): Remove static var.
23098         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
23099         of static var.  All uses changed.
23100         (year): Do not reject years before 1900; they can occur with
23101         64-bit time_t.
23102         (posix_time_parse): Do not check for out-of-range components;
23103         that is now the caller's responsibility, since our checks were
23104         only approximations.
23105         (posixtime): Use mktime to check for out-of-range components,
23106         since it knows them exactly.
23107         If mktime returns (time_t) -1, check whether an error actually occurred
23108         by invoking localtime on -1.
23109         (main) [TEST_POSIXTIME]: Check for input data errors, and report
23110         posixtime failures better.
23111         Improve the test data (in comments only).
23112
23113 2003-06-02  Karl Berry  <karl@gnu.org>
23114
23115         * config/mkinstalldirs (version): new variable.
23116         (--version): new option.
23117         (usage): improve message.
23118
23119 2003-05-30  Karl Berry  <karl@gnu.org>
23120
23121         * lib/mktime.c: update from libc.
23122
23123 2003-05-30  Bruno Haible  <bruno@clisp.org>
23124
23125         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
23126         * config/config.rpath: Upgrade to gettext-0.12.1.
23127
23128 2003-05-30  Bruno Haible  <bruno@clisp.org>
23129
23130         * m4/gettext.m4: Upgrade to gettext-0.12.1.
23131         * m4/nls.m4: New file, from gettext-0.12.1.
23132         * m4/po.m4: New file, from gettext-0.12.1.
23133         * m4/progtest.m4: Upgrade to gettext-0.12.1.
23134
23135 2003-05-30  Bruno Haible  <bruno@clisp.org>
23136
23137         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
23138         * lib/localcharset.h: Likewise.
23139         * lib/localcharset.c: Likewise.
23140
23141 2003-05-29  Karl Berry  <karl@gnu.org>
23142
23143         * config/config.rpath: update from gettext.
23144
23145 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23146
23147         Assume the headers required for C89 freestanding compilers.
23148         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
23149         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
23150         * m4/human.m4 (gl_HUMAN): Likewise.
23151         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
23152         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
23153         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23154         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
23155         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23156         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
23157
23158 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23159
23160         Assume the headers required for C89 freestanding compilers.
23161         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
23162         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
23163         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
23164         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
23165         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
23166         define, since <limits.h> is guaranteed to do that.
23167         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
23168         * lib/exclude.c: Include <stdbool.h> unconditionally.
23169         * lib/tempname.c: Include <stddef.h> unconditionally.
23170         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
23171         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
23172         <stddef.h> does that.
23173         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
23174         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
23175         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
23176         needed.
23177         * lib/xstrtol.c: Likewise.
23178         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
23179         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
23180
23181         * lib/addext.c (addext): Use assignment rather than cast, to avoid
23182         warnings on some platforms.
23183
23184         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23185         arbitrarily.
23186
23187 2003-05-26  Jim Meyering  <jim@meyering.net>
23188
23189         Merge in a change from coreutils:
23190         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
23191         that is guaranteed to be `no'.  Use `no_such_member' to indicate
23192         that condition, rather than `-1' which is slightly misleading.
23193         Change the name of the cache variable to have the gl_ prefix.
23194         Prompted by a patch from Richard Dawe for DJGPP.
23195
23196 2003-05-24  Karl Berry  <karl@gnu.org>
23197
23198         * config/config.guess: update from prep.
23199
23200 2003-05-22  Karl Berry  <karl@gnu.org>
23201
23202         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
23203
23204 2003-05-20  Karl Berry  <karl@gnu.org>
23205
23206         * config/config.guess: update from prep.
23207
23208 2003-05-18  Karl Berry  <karl@gnu.org>
23209
23210         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
23211         might actually be set by the user.
23212
23213         * config/depcomp, install-sh, mdate-sh: update from automake.
23214
23215 2003-05-17  Bruno Haible  <bruno@clisp.org>
23216
23217         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
23218         invalid expansion for AC_EGREP_CPP.
23219         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
23220         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
23221         Suggested by Akim Demaille <akim@epita.fr> in
23222         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
23223
23224 2003-05-12  Jim Meyering  <jim@meyering.net>
23225
23226         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
23227         the space-padded-by-default conversion specifiers, %e, %k, %l.
23228
23229 2003-05-12  Bruno Haible  <bruno@clisp.org>
23230
23231         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
23232         the string is longer than 4 KB.
23233
23234 2003-05-11  Karl Berry  <karl@gnu.org>
23235
23236         * config/config.{guess,sub}: update from prep.
23237
23238 2003-05-09  Bruno Haible  <bruno@clisp.org>
23239
23240         * modules/error: Add m4/strerror_r.m4 to file list.
23241
23242 2003-05-03  Bruno Haible  <bruno@clisp.org>
23243
23244         Upgrade to Unicode-4.0.
23245         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
23246         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
23247         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
23248         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
23249         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
23250         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
23251         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
23252         Change width of U+E0100..U+E01EF from 1 to 0.
23253
23254 2003-04-25  Jim Meyering  <jim@meyering.net>
23255
23256         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
23257         of type size_t, not int.
23258
23259 2003-04-25  Bruno Haible  <bruno@clisp.org>
23260
23261         * lib/copy-file.c: Include <stddef.h>, for size_t.
23262
23263 2003-04-21  Paul Eggert  <eggert@twinsun.com>
23264
23265         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
23266         code which expansion is under static control.  Patch imported from
23267         Akim Demaille's patch to Bison; see
23268         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
23269
23270 2003-04-14  Bruno Haible  <bruno@clisp.org>
23271
23272         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
23273
23274 2003-04-11  Jim Meyering  <jim@meyering.net>
23275
23276         Merge changes from Coreutils.
23277
23278         2003-03-22  Jim Meyering  <jim@meyering.net>
23279
23280         * lib/strftime.c (widen): Cast alloca return value to proper type.
23281
23282         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
23283
23284         From GNU libc.
23285         * lib/strftime.c (my_strftime): Handle very large width
23286         specifications for numeric values correctly.  Improve checks for
23287         overflow.
23288
23289         2003-01-19  Jim Meyering  <jim@meyering.net>
23290
23291         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
23292         definitions.
23293         (nl_get_alt_digit) [! defined my_strftime]: Define.
23294         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
23295         _nl_get_alt_digit and _nl_get_walt_digit.
23296
23297         * lib/strftime.c (my_strftime): Merge in locale-related changes from
23298         libc. These changes have no effect outside of _LIBC.
23299
23300 2003-04-10  Bruno Haible  <bruno@clisp.org>
23301
23302         * modules/findprog: New file.
23303         * MODULES.html.sh (func_all_modules): Add it.
23304
23305 2003-04-10  Bruno Haible  <bruno@clisp.org>
23306
23307         * m4/findprog.m4: New file.
23308         * m4/eaccess.m4: New file.
23309
23310 2003-04-10  Bruno Haible  <bruno@clisp.org>
23311
23312         * lib/findprog.h: New file, from GNU gettext.
23313         * lib/findprog.c: New file, from GNU gettext.
23314
23315 2003-04-05  Jim Meyering  <jim@meyering.net>
23316
23317         Merge changes from Coreutils.
23318
23319         * lib/exclude.h (PARAMS): Remove definition and uses.
23320         * lib/exclude.c: Remove uses of `PARAMS'.
23321
23322         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
23323         Add test-cases for DOS filenames. Declare program_name.
23324         (main): Set up program_name.  Patch by Rich Dawe.
23325
23326         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23327         error from mntctl.
23328         Use mntctl's return value to drive the entry-processing loop, since
23329         we can't rely on the value of the vmt_length member in the last
23330         entry.  On some systems doing so could result in exhausting
23331         virtual memory.  Based in part on a patch from Mike Jetzer.
23332
23333 2003-04-04  Bruno Haible  <bruno@clisp.org>
23334
23335         * modules/linebreak: New file.
23336         * MODULES.html.sh (func_all_modules): Add it.
23337
23338 2003-04-04  Bruno Haible  <bruno@clisp.org>
23339
23340         * m4/linebreak.m4: New file.
23341
23342 2003-04-04  Bruno Haible  <bruno@clisp.org>
23343
23344         * lib/linebreak.h: New file, from GNU gettext.
23345         * lib/linebreak.c: New file, from GNU gettext with slight
23346         modifications.
23347         * lib/lbrkprop.h: New file, from GNU gettext.
23348
23349 2003-04-03  Bruno Haible  <bruno@clisp.org>
23350
23351         * modules/utf8-ucs4: New file.
23352         * modules/utf16-ucs4: New file.
23353         * modules/ucs4-utf8: New file.
23354         * modules/ucs4-utf16: New file.
23355         * MODULES.html.sh (func_all_modules): Add them.
23356
23357 2003-04-03  Bruno Haible  <bruno@clisp.org>
23358
23359         * m4/utf-ucs4.m4: New file.
23360         * m4/ucs4-utf.m4: New file.
23361
23362 2003-04-03  Bruno Haible  <bruno@clisp.org>
23363
23364         * lib/utf8-ucs4.h: New file, from GNU gettext.
23365         * lib/utf16-ucs4.h: New file, from GNU gettext.
23366         * lib/ucs4-utf8.h: New file, from GNU gettext.
23367         * lib/ucs4-utf16.h: New file, from GNU gettext.
23368
23369 2003-04-02  Bruno Haible  <bruno@clisp.org>
23370
23371         * modules/binary-io: New file.
23372         * MODULES.html.sh (func_all_modules): Add it.
23373
23374 2003-04-02  Bruno Haible  <bruno@clisp.org>
23375
23376         * lib/binary-io.h: New file, from GNU gettext.
23377
23378 2003-04-01  Bruno Haible  <bruno@clisp.org>
23379
23380         * modules/pathname: New file.
23381         * MODULES.html.sh (func_all_modules): Add it.
23382
23383 2003-04-01  Bruno Haible  <bruno@clisp.org>
23384
23385         * lib/pathname.h: New file, from GNU gettext.
23386         * lib/concatpath.c: New file, from GNU gettext.
23387
23388 2003-03-30  Bruno Haible  <bruno@clisp.org>
23389
23390         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
23391
23392 2003-03-30  Bruno Haible  <bruno@clisp.org>
23393
23394         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
23395         function chown() doesn't exist.
23396
23397 2003-03-28  Bruno Haible  <bruno@clisp.org>
23398
23399         * modules/copy-file: New file.
23400         * MODULES.html.sh (func_all_modules): Add it.
23401
23402 2003-03-28  Bruno Haible  <bruno@clisp.org>
23403
23404         * m4/copy-file.m4: New file.
23405
23406 2003-03-28  Bruno Haible  <bruno@clisp.org>
23407
23408         * lib/copy-file.h: New file, from GNU gettext.
23409         * lib/copy-file.c: New file, from GNU gettext.
23410
23411 2003-03-18  Jim Meyering  <jim@meyering.net>
23412
23413         * lib/quote.c (quote_n): Fix typo in comment.
23414
23415 2003-03-18  Bruno Haible  <bruno@clisp.org>
23416
23417         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
23418         checking.
23419         * m4/onceonly_2_57.m4: Likewise.
23420
23421 2003-03-17  Bruno Haible  <bruno@clisp.org>
23422
23423         * m4/onceonly.m4: Require autoconf 2.54 or newer.
23424         (m4_quote): Remove macro.
23425         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
23426
23427 2003-03-14  Jim Meyering  <jim@meyering.net>
23428
23429         Merge changes from Coreutils.
23430         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
23431         to be const, in order to avoid warnings.
23432         (obstack_room): Likewise.
23433         (obstack_empty_p): Likewise.
23434
23435 2003-03-14  Bruno Haible  <bruno@clisp.org>
23436
23437         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
23438         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
23439
23440 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23441
23442         Merge changes from Bison.
23443         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
23444         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
23445         when compiling Bison 1.875's `bitset bset = obstack_alloc
23446         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
23447         * lib/hash.c: Include <stdbool.h> unconditionally.
23448
23449 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23450
23451         * m4/onceonly.m4 (m4_quote): New macro.
23452         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
23453         Quote AC_FOREACH variable-expansions properly.
23454
23455 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23456
23457         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
23458
23459 2003-03-09  Paul Eggert  <eggert@twinsun.com>
23460
23461         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
23462         Reported by Bruce Becker; see:
23463         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
23464
23465 2003-03-03  Paul Eggert  <eggert@twinsun.com>
23466             Bruno Haible  <bruno@clisp.org>
23467
23468         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
23469         Reported by John Hughes, see
23470         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
23471
23472 2003-02-20  Bruno Haible  <bruno@clisp.org>
23473
23474         * MODULES.html.sh (func_all_modules): Add poll.
23475
23476 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23477
23478         * modules/poll: New file.
23479
23480 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23481
23482         * lib/poll_.h: New file.
23483         * lib/poll.c: New file.
23484
23485 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23486
23487         * m4/poll.m4: New file.
23488
23489 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23490
23491         * modules/mathl: New file.
23492
23493 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23494
23495         * lib/mathl.h: New file.
23496         * lib/acosl.c: New file.
23497         * lib/asinl.c: New file.
23498         * lib/atanl.c: New file.
23499         * lib/ceill.c: New file.
23500         * lib/cosl.c: New file.
23501         * lib/expl.c: New file.
23502         * lib/floorl.c: New file.
23503         * lib/frexpl.c: New file.
23504         * lib/ldexpl.c: New file.
23505         * lib/logl.c: New file.
23506         * lib/sincosl.c: New file.
23507         * lib/sinl.c: New file.
23508         * lib/sqrtl.c: New file.
23509         * lib/tanl.c: New file.
23510         * lib/trigl.c: New file.
23511         * lib/trigl.h: New file.
23512
23513 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23514
23515         * m4/mathl.m4: New file.
23516
23517 2003-02-18  Bruno Haible  <bruno@clisp.org>
23518
23519         * MODULES.html.sh (func_all_modules): Add mathl.
23520
23521 2003-02-17  Bruno Haible  <bruno@clisp.org>
23522
23523         * modules/mkdtemp: New module.
23524         * MODULES.html.sh (func_all_modules): Add it.
23525
23526 2003-02-17  Bruno Haible  <bruno@clisp.org>
23527
23528         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
23529
23530 2003-02-17  Bruno Haible  <bruno@clisp.org>
23531
23532         * lib/mkdtemp.h: New file, from GNU gettext.
23533         * lib/mkdtemp.c: New file, from GNU gettext.
23534
23535 2003-02-02  Jim Meyering  <jim@meyering.net>
23536
23537         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
23538         e.g. glibc-2.2.93.
23539
23540 2003-01-31  Bruno Haible  <bruno@clisp.org>
23541
23542         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
23543         'rpl_rename'.
23544         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
23545         'rpl_strnlen'.
23546         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
23547         'rpl_strtod'.
23548         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
23549         'rpl_utime'.
23550
23551 2003-01-31  Bruno Haible  <bruno@clisp.org>
23552
23553         * lib/rename.c: #undef rename before defining rpl_rename.
23554         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
23555
23556 2003-01-30  Bruno Haible  <bruno@clisp.org>
23557
23558         * modules/vasnprintf, modules/vasprintf: New modules.
23559         * MODULES.html.sh (func_all_modules): Add them.
23560
23561 2003-01-30  Bruno Haible  <bruno@clisp.org>
23562
23563         * m4/signed.m4: New file, from GNU gettext.
23564         * m4/longdouble.m4: New file, from GNU gettext.
23565         * m4/wchar_t.m4: New file, from GNU gettext.
23566         * m4/wint_t.m4: New file, from GNU gettext.
23567         * m4/vasnprintf.m4: New file.
23568         * m4/vasprintf.m4: New file.
23569
23570 2003-01-30  Bruno Haible  <bruno@clisp.org>
23571
23572         * lib/printf-args.h: New file, from GNU gettext.
23573         * lib/printf-args.c: New file, from GNU gettext.
23574         * lib/printf-parse.h: New file, from GNU gettext.
23575         * lib/printf-parse.c: New file, from GNU gettext.
23576         * lib/vasnprintf.h: New file, from GNU gettext.
23577         * lib/vasnprintf.c: New file, from GNU gettext.
23578         * lib/asnprintf.c: New file, from GNU gettext.
23579         * lib/vasprintf.h: New file, from GNU gettext with modifications.
23580         * lib/vasprintf.c: New file, from GNU gettext.
23581         * lib/asprintf.c: New file, from GNU gettext.
23582
23583 2003-01-29  Bruno Haible  <bruno@clisp.org>
23584
23585         * modules/stpncpy: New module.
23586         * MODULES.html.sh (func_all_modules): Add it.
23587
23588 2003-01-29  Bruno Haible  <bruno@clisp.org>
23589
23590         * m4/stpncpy.m4: New file.
23591
23592 2003-01-29  Bruno Haible  <bruno@clisp.org>
23593
23594         * lib/stpncpy.h: New file, from GNU gettext with modifications.
23595         * lib/stpncpy.c: New file, from GNU gettext with modifications.
23596
23597 2003-01-28  Bruno Haible  <bruno@clisp.org>
23598
23599         * modules/c-ctype: New module.
23600         * MODULES.html.sh (func_all_modules): Add it.
23601
23602 2003-01-28  Bruno Haible  <bruno@clisp.org>
23603
23604         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
23605         Paul Eggert.
23606         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
23607         Paul Eggert.
23608
23609 2003-01-27  Bruno Haible  <bruno@clisp.org>
23610
23611         * modules/xsetenv: New module.
23612         * MODULES.html.sh (func_all_modules): Add it.
23613
23614 2003-01-27  Bruno Haible  <bruno@clisp.org>
23615
23616         * lib/xsetenv.h: New file, from GNU gettext.
23617         * lib/xsetenv.c: New file, from GNU gettext.
23618
23619 2003-01-23  Jim Meyering  <jim@meyering.net>
23620
23621         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
23622         from working on systems without dirfd (at least Irix and OSF1/Tru64).
23623
23624 2003-01-23  Bruno Haible  <bruno@clisp.org>
23625
23626         * modules/minmax: New module.
23627         * MODULES.html.sh (func_all_modules): Add it.
23628
23629 2003-01-23  Bruno Haible  <bruno@clisp.org>
23630
23631         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
23632         Eggert.
23633
23634 2003-01-22  Bruno Haible  <bruno@clisp.org>
23635
23636         * modules/exit: New module.
23637         * MODULES.html.sh (func_all_modules): Add it.
23638
23639 2003-01-22  Bruno Haible  <bruno@clisp.org>
23640
23641         * lib/exit.h: New file, from GNU gettext.
23642
23643 2003-01-19  Bruno Haible  <bruno@clisp.org>
23644
23645         * gnulib-tool: Recognize option --extract-maintainer.
23646         (func_get_maintainer): New function.
23647         * modules/*: Add Maintainer entry.
23648
23649 2003-01-16  Jim Meyering  <jim@meyering.net>
23650
23651         * m4/regex.m4: The `regex' struct is both input and output.
23652         Initialize it before each use.  Patch by Tim Waugh.
23653
23654 2003-01-16  Bruno Haible  <bruno@clisp.org>
23655
23656         * MODULES.html.sh: Add a table of contents. Add the module name as
23657         leftmost column. Add hyperlinks.
23658
23659 2003-01-15  Bruno Haible  <bruno@clisp.org>
23660
23661         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
23662
23663 2003-01-15  Bruno Haible  <bruno@clisp.org>
23664
23665         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
23666         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
23667         suffix.
23668
23669 2003-01-15  Bruno Haible  <bruno@clisp.org>
23670
23671         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
23672
23673 2003-01-15  Bruno Haible  <bruno@clisp.org>
23674
23675         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
23676         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
23677
23678 2003-01-14  Jim Meyering  <jim@meyering.net>
23679
23680         * lib/same.c (same_name): Tweak a comment.
23681
23682 2003-01-14  Bruno Haible  <bruno@clisp.org>
23683
23684         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
23685         when a string comparison is sufficient.
23686
23687 2003-01-14  Bruno Haible  <bruno@clisp.org>
23688
23689         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
23690         'unsigned int'.
23691
23692 2003-01-14  Bruno Haible  <bruno@clisp.org>
23693
23694         * lib/hash-pjw.c: Add comment about low quality of this function.
23695
23696 2003-01-13  Bruno Haible  <bruno@clisp.org>
23697
23698         * modules/stpcpy: Distribute lib/stpcpy.h.
23699         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
23700
23701 2003-01-13  Bruno Haible  <bruno@clisp.org>
23702
23703         * modules/*: Add a description.
23704         * modules/strpbrk: Fix Makefile.am snippet.
23705         * modules/strtoimax: Fix dependencies.
23706         * modules/strtoumax: Likewise.
23707
23708 2003-01-13  Bruno Haible  <bruno@clisp.org>
23709
23710         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
23711         * modules/alloca (Makefile.am): All object files depend on alloca.h.
23712         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
23713
23714 2003-01-13  Bruno Haible  <bruno@clisp.org>
23715
23716         * gnulib-tool (func_create_testdir): Store config/* files in the main
23717         directory.
23718         * config.rpath: Move to ...
23719         * config/config.rpath: ... here.
23720         * modules/gettext: Contains config/config.rpath, not config.rpath.
23721         * modules/iconv: Likewise.
23722
23723 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23724
23725         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23726         to avoid collisions with libcurses and libreadline.
23727
23728         * m4/getstr.m4: Remove.
23729         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
23730
23731 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23732
23733         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23734         to avoid collisions with libcurses and libreadline.
23735
23736         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
23737         * lib/getstr.h, getstr.c: Remove.
23738         * lib/getline.c: Include "getline.h", to check interface.
23739         Move body of old getstr.c here: this defines MIN_CHUNK and
23740         declares getdelim2, which is renamed from getstr.
23741         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
23742
23743         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
23744         All uses changed.
23745         * lib/linebuffer.h: Likewise.
23746         (readline): Remove backward-compatibility macro.
23747
23748 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23749
23750         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23751         to avoid collisions with libcurses and libreadline.
23752         * getstr: Remove.
23753         * MODULES.html.sh: Remove getstr.
23754         * modules/getline: Depend on unlocked-io, not getstr.
23755
23756 2003-01-12  Jim Meyering  <jim@meyering.net>
23757
23758         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
23759
23760 2003-01-10  Bruno Haible  <bruno@clisp.org>
23761
23762         * modules/alloca: Change Makefile.am requirements. Simplify Include
23763         requirements. Add lib/alloca_.h to file list.
23764
23765 2003-01-10  Bruno Haible  <bruno@clisp.org>
23766
23767         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
23768
23769 2003-01-10  Bruno Haible  <bruno@clisp.org>
23770
23771         * lib/alloca_.h: New file.
23772         * lib/getdate.y: Unconditionally include alloca.h.
23773         * lib/makepath.c: Likewise.
23774         * lib/setenv.c: Likewise.
23775         * lib/userspec.c: Likewise.
23776
23777 2003-01-09  Karl Berry  <karl@gnu.org>
23778
23779         * MODULES.html.sh: include `dirname $0` in PATH, to find
23780         gnulib-tool.
23781
23782 2003-01-09  Bruno Haible  <bruno@clisp.org>
23783
23784         * modules/stdbool: Change configure.ac, Makefile.am requirements.
23785         Simplify Include requirements. Add lib/stdbool.h.in to file list.
23786
23787 2003-01-09  Bruno Haible  <bruno@clisp.org>
23788
23789         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
23790
23791 2003-01-09  Bruno Haible  <bruno@clisp.org>
23792
23793         * lib/stdbool.h.in: New file.
23794
23795 2003-01-09  Bruno Haible  <bruno@clisp.org>
23796
23797         * gnulib-tool (func_all_modules): Ignore files ending in ~.
23798         * MODULES.html.sh: Likewise.
23799
23800 2003-01-08  Jim Meyering  <jim@meyering.net>
23801
23802         * lib/full-write.c: Undefine and define-away `const' after inclusion
23803         of errno.h, not before.  Suggestion from Bruno Haible.
23804
23805 2003-01-08  Bruno Haible  <bruno@clisp.org>
23806
23807         * modules/full-read: Depend on full-write.
23808
23809 2003-01-08  Bruno Haible  <bruno@clisp.org>
23810
23811         * lib/safe-read.c: Include specification header first, to ensure its
23812         selfcontainedness.
23813         * lib/full-write.c: Likewise.
23814
23815 2003-01-07  Jim Meyering  <jim@meyering.net>
23816
23817         * lib/full-write.c: Rework so that it may serve to define full_read,
23818         too.
23819         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
23820
23821 2003-01-07  Bruno Haible  <bruno@clisp.org>
23822
23823         * lib/strtoimax.c: Include <stdint.h> as an alternative to
23824         <inttypes.h>.
23825         * lib/xstrtol.h: Likewise.
23826         * lib/xstrtoimax.c: Likewise.
23827         * lib/xstrtoumax.c: Likewise.
23828         * lib/human.h: Likewise.
23829
23830         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
23831         on systems that have <inttypes.h> but not <stdint.h>.
23832
23833 2003-01-07  Bruno Haible  <bruno@clisp.org>
23834
23835         * MODULES.html.sh: Add copyright notice.
23836         (missed_files): Omit CVS directory entries.
23837         (func_module): Make it work with sed-3.02.
23838         * MODULES.txt: Remove file.
23839
23840 2003-01-06  Jim Meyering  <jim@meyering.net>
23841
23842         * lib/version-etc.c: Update year in translatable copyright string.
23843
23844 2003-01-03  Karl Berry  <karl@gnu.org>
23845
23846         * config/config.{guess,sub}: update from prep.
23847
23848 2003-01-02  Karl Berry  <karl@gnu.org>
23849
23850         * doc/COPYING.DOC: belatedly updated to 1.2.
23851
23852 2003-01-01  Karl Berry  <karl@gnu.org>
23853
23854         * gnulib-tool (func_verify_module): report module name $module in
23855         error message, not $1.
23856         * gnulib-tool (create-testdir): don't complain if destdir couldn't
23857         be created, only if it doesn't exist.
23858         * gnulib-tool (last_checkin_date): don't expand the $Date here.
23859
23860 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23861
23862         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
23863
23864 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23865
23866         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
23867         memcmp if strcoll doesn't work.
23868
23869 2002-12-31  Bruno Haible  <bruno@clisp.org>
23870
23871         * lib/utime.c (utime_null): No need to call ftruncate if the file was
23872         nonempty.
23873
23874 2002-12-31  Bruno Haible  <bruno@clisp.org>
23875
23876         * lib/memcoll.c (STRCOLL): New macro.
23877         (memcoll): Use it.
23878
23879 2002-12-31  Bruno Haible  <bruno@clisp.org>
23880
23881         * lib/localcharset.h: New file.
23882         * lib/localcharset.c: Include it.
23883         * lib/unicodeio.c: Likewise.
23884
23885 2002-12-31  Bruno Haible  <bruno@clisp.org>
23886
23887         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
23888         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
23889
23890 2002-12-31  Bruno Haible  <bruno@clisp.org>
23891
23892         * lib/getline.h: Include <stddef.h>, for size_t.
23893
23894         * lib/unicodeio.h: Include <stddef.h>, for size_t.
23895         * lib/unicodeio.c: Don't include <stddef.h>.
23896
23897 2002-12-31  Bruno Haible  <bruno@clisp.org>
23898
23899         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
23900         HAVE_TM_ZONE.
23901
23902 2002-12-24  Karl Berry  <karl@gnu.org>
23903
23904         * config/config.guess: update from prep.
23905
23906 2002-12-24  Bruno Haible  <bruno@clisp.org>
23907
23908         General infrasructure.
23909         * m4/README: Rewritten.
23910         * m4/onceonly.m4: New file.
23911         * m4/onceonly_2_57.m4: New file.
23912
23913         Module atexit.
23914         * m4/atexit.m4: New file.
23915
23916         Module strtod.
23917         * m4/strtod.m4: New file.
23918
23919         Module strtol.
23920         * m4/strtol.m4: New file.
23921
23922         Module strtoul.
23923         * m4/strtoul.m4: New file.
23924
23925         Module memchr.
23926         * m4/memchr.m4: New file.
23927
23928         Module memcmp.
23929         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
23930         (jm_FUNC_MEMCMP): Invoke it.
23931
23932         Module memcpy.
23933         * m4/memcpy.m4: New file.
23934
23935         Module memmove.
23936         * m4/memmove.m4: New file.
23937
23938         Module memset.
23939         * m4/memset.m4: New file.
23940
23941         Module strcspn.
23942         * m4/strcspn.m4: New file.
23943
23944         Module strpbrk.
23945         * m4/strpbrk.m4: New file.
23946
23947         Module strstr.
23948         * m4/strstr.m4: New file.
23949
23950         Module strerror.
23951         * m4/strerror.m4: New file.
23952
23953         Module mktime.
23954         * m4/mktime.m4: Renamed from jm-mktime.m4.
23955         (gl_PREREQ_MKTIME): New macro.
23956         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
23957
23958         Module malloc.
23959         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
23960         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
23961         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
23962
23963         Module realloc.
23964         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
23965         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
23966         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
23967
23968         Module strftime.
23969         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
23970         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
23971         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
23972         gl_TM_GMTOFF.
23973         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
23974
23975         Module xalloc.
23976         * m4/xalloc.m4: New file.
23977
23978         Module alloca.
23979         * m4/alloca.m4: New file.
23980
23981         Module putenv.
23982         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
23983         (jm_FUNC_PUTENV): Invoke it.
23984
23985         Module setenv.
23986         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
23987         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
23988         when invoked twice.
23989         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
23990         gt_FUNC_SETENV.
23991
23992         Module memrchr.
23993         * m4/memrchr.m4: New file.
23994
23995         Module stpcpy.
23996         * m4/stpcpy.m4: New file.
23997
23998         Module strcase.
23999         * m4/strcase.m4: New file.
24000
24001         Module strdup.
24002         * m4/strdup.m4: New file.
24003
24004         Module strnlen.
24005         * m4/strnlen.m4: New file.
24006
24007         Module strndup.
24008         * m4/strndup.m4: New file.
24009
24010         Module xstrtod.
24011         * m4/xstrtod.m4: New file.
24012
24013         Module xstrtol.
24014         * m4/xstrtol.m4: New file.
24015
24016         Module getdate.
24017         * m4/getdate.m4: New file.
24018
24019         Module unlocked-io.
24020         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
24021         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
24022         * m4/jm-glibc-io.m4n: Remove file.
24023
24024         Module long-options.
24025         * m4/long-options.m4: New file.
24026
24027         Module md5.
24028         * m4/md5.m4: New file.
24029
24030         Module sha.
24031         * m4/sha.m4: New file.
24032
24033         Module getstr.
24034         * m4/getstr.m4: New file.
24035
24036         Module getline.
24037         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
24038         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
24039         <sys/types.h>, for size_t. Use the function name gnu_getline, not
24040         simply getline. Infoke gl_PREREQ_GETLINE.
24041
24042         Module obstack.
24043         * m4/obstack.m4: New file.
24044
24045         Module hash.
24046         * m4/hash.m4: New file.
24047
24048         Module readtokens.
24049         * m4/readtokens.m4: New file.
24050
24051         Module strverscmp.
24052         * m4/strverscmp.m4: New file.
24053
24054         Module stdbool.
24055         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
24056         OSF/1.
24057
24058         Module strtoll.
24059         * m4/strtoll.m4: New file.
24060
24061         Module strtoull.
24062         * m4/strtoull.m4: New file.
24063
24064         Module strtoimax.
24065         * m4/strtoimax.m4: New file.
24066
24067         Module strtoumax.
24068         * m4/strtoumax.m4: New file.
24069
24070         Module xstrtoimax.
24071         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
24072         jm_AC_PREREQ_XSTRTOIMAX.
24073         Moved the strtol prerequisites to strtol.m4.
24074         Moved the strtoll prerequisites to strtoll.m4.
24075         Moved the strtoimax prerequisites to strtoimax.m4.
24076
24077         Module xstrtoumax.
24078         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
24079         jm_AC_PREREQ_XSTRTOUMAX.
24080         Moved the strtoul prerequisites to strtoul.m4.
24081         Moved the strtoull prerequisites to strtoull.m4.
24082         Moved the strtoumax prerequisites to strtoumax.m4.
24083
24084         Module chown.
24085         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
24086         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
24087
24088         Module dup2.
24089         * m4/dup2.m4: New file.
24090
24091         Module ftruncate.
24092         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
24093         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
24094
24095         Module getgroups.
24096         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
24097         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
24098
24099         Module gettimeofday.
24100         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
24101         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
24102         gl_PREREQ_GETTIMEOFDAY.
24103
24104         Module mkdir.
24105         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
24106         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
24107
24108         Module mkstemp.
24109         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
24110         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
24111         jm_AC_TYPE_UINTMAX_T.
24112         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
24113
24114         Module stat.
24115         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
24116         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
24117
24118         Module lstat.
24119         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
24120         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
24121
24122         Module timespec.
24123         * m4/timespec.m4 (gl_TIMESPEC): New macro.
24124         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
24125         * m4/st_mtim.m4: Indentation.
24126
24127         Module nanosleep.
24128         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
24129         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
24130         gl_PREREQ_NANOSLEEP.
24131
24132         Module regex.
24133         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
24134         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
24135         (gl_REGEX): New macro.
24136
24137         Module rename.
24138         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
24139         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
24140
24141         Module rmdir.
24142         * m4/rmdir.m4: New file.
24143
24144         Module utime.
24145         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
24146         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
24147         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
24148
24149         Module dirname.
24150         * m4/dirname.m4: New file.
24151
24152         Module getopt.
24153         * m4/getopt.m4: New file.
24154
24155         Module unistd-safer.
24156         * m4/unistd-safer.m4: New file.
24157
24158         Module fnmatch.
24159         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
24160         declaration.
24161         (gl_PREREQ_FNMATCH_EXTRA): New macro.
24162         (gl_FUNC_FNMATCH_POSIX): New macro.
24163         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
24164         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
24165         simply fnmatch.
24166
24167         Module exclude.
24168         * m4/exclude.m4: New file.
24169
24170         Module human.
24171         * m4/human.m4: New file.
24172
24173         Module acl.
24174         * m4/acl.m4: Nop.
24175
24176         Module backupfile.
24177         * m4/backupfile.m4: New file.
24178         * m4/d-ino.m4: Indentation.
24179
24180         Module fsusage.
24181         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
24182         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
24183         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
24184
24185         Module dirfd.
24186         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
24187         requirements.
24188
24189         Module euidaccess.
24190         * m4/euidaccess.m4: New file.
24191
24192         Module file-type.
24193         * m4/file-type.m4: New file.
24194
24195         Module fileblocks.
24196         * m4/fileblocks.m4: New file.
24197
24198         Module filemode.
24199         * m4/filemode.m4: New file.
24200
24201         Module isdir.
24202         * m4/isdir.m4: New file.
24203
24204         Module lchown.
24205         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
24206         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
24207
24208         Module makepath.
24209         * m4/makepath.m4: New file.
24210
24211         Module modechange.
24212         * m4/modechange.m4: New file.
24213
24214         Module mountlist.
24215         * m4/mountlist.m4: New file.
24216         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
24217         Indentation.
24218
24219         Module path-concat.
24220         * m4/path-concat.m4: New file.
24221
24222         Module pathmax.
24223         * m4/pathmax.m4: New file.
24224
24225         Module same.
24226         * m4/same.m4: New file.
24227
24228         Module save-cwd.
24229         * m4/save-cwd.m4: New file.
24230
24231         Module savedir.
24232         * m4/savedir.m4: New file.
24233
24234         Module xgetcwd.
24235         * m4/xgetcwd.m4: New file.
24236         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
24237
24238         Module xreadlink.
24239         * m4/xreadlink.m4: New file.
24240
24241         Module safe-read.
24242         * m4/safe-read.m4: New file.
24243
24244         Module safe-write.
24245         * m4/safe-write.m4: New file.
24246
24247         Module closeout.
24248         * m4/closeout.m4: New file.
24249
24250         Module stdio-safer.
24251         * m4/stdio-safer.m4: New file.
24252
24253         Module getpass.
24254         * m4/getpass.m4: New file.
24255
24256         Module getugroups.
24257         * m4/getugroups.m4: New file.
24258
24259         Module group-member.
24260         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
24261         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
24262
24263         Module idcache.
24264         * m4/idcache.m4: New file.
24265
24266         Module userspec.
24267         * m4/userspec.m4: New file.
24268
24269         Module gettime.
24270         * m4/clock_time.m4: New file.
24271         * m4/gettime.m4: New file.
24272
24273         Module settime.
24274         * m4/settime.m4: New file.
24275
24276         Module posixtm.
24277         * m4/posixtm.m4: New file.
24278
24279         Module gethostname.
24280         * m4/gethostname.m4: New file.
24281
24282         Module canon-host.
24283         * m4/canon-host.m4: New file.
24284
24285         Module gettext.
24286         * m4/codeset.m4: New file, from gettext-0.11.5.
24287         * m4/gettext.m4: New file, from gettext-0.11.5.
24288         * m4/glibc21.m4: New file, from gettext-0.11.5.
24289         * m4/iconv.m4: New file, from gettext-0.11.5.
24290         * m4/intdiv0.m4: New file, from gettext-0.11.5.
24291         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
24292         * m4/inttypes.m4: New file, from gettext-0.11.5.
24293         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
24294         * m4/isc-posix.m4: New file, from gettext-0.11.5.
24295         * m4/lcmessage.m4: New file, from gettext-0.11.5.
24296         * m4/lib-ld.m4: New file, from gettext-0.11.5.
24297         * m4/lib-link.m4: New file, from gettext-0.11.5.
24298         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
24299         * m4/progtest.m4: New file, from gettext-0.11.5.
24300         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
24301         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
24302         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
24303
24304         Module localcharset.
24305         * m4/localcharset.m4: New file.
24306
24307         Module hard-locale.
24308         * m4/hard-locale.m4: New file.
24309
24310         Module mbswidth.
24311         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
24312         onceonly macros.
24313         * m4/mbrtowc.m4: Add comment.
24314
24315         Module memcasecmp.
24316         * m4/memcasecmp.m4: New file.
24317
24318         Module memcoll.
24319         * m4/memcoll.m4: New file.
24320
24321         Module unicodeio.
24322         * m4/unicodeio.m4: New file.
24323
24324         Module rpmatch.
24325         * m4/rpmatch.m4: New file.
24326
24327         Module yesno.
24328         * m4/yesno.m4: New file.
24329
24330         Module exitfail.
24331         * m4/exitfail.m4: New file.
24332
24333         Module c-stack.
24334         * m4/c-stack.m4 (gl_C_STACK): New macro.
24335         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
24336
24337         Module error.
24338         * m4/error.m4 (gl_ERROR): New macro.
24339         (jm_PREREQ_ERROR): Use onceonly macros.
24340
24341         Module fatal.
24342         * m4/fatal.m4: New file.
24343
24344         Module getloadavg.
24345         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
24346         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
24347
24348         Module getpagesize.
24349         * m4/getpagesize.m4: New file.
24350
24351         Module getusershell.
24352         * m4/getusershell.m4: New file.
24353
24354         Module physmem.
24355         * m4/physmem.m4: New file.
24356
24357         Module posixver.
24358         * m4/posixver.m4: New file.
24359
24360         Module quotearg.
24361         * m4/quotearg.m4: New file.
24362
24363         Module quote.
24364         * m4/quote.m4: New file.
24365
24366         Module readutmp.
24367         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
24368
24369         Module sig2str.
24370         * m4/sig2str.m4: New file.
24371
24372         Other.
24373         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
24374         ulonglong.m4.
24375         * m4/intmax_t.m4: New file.
24376         * m4/d-type.m4: Indentation.
24377         * m4/jm-macros.m4: Update.
24378         * m4/prereq.m4 (jm_PREREQ): Update.
24379         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
24380         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
24381         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
24382         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
24383         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
24384         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
24385         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
24386         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
24387         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
24388         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
24389         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
24390         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
24391         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
24392         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
24393         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
24394         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
24395         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
24396         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
24397         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
24398
24399 2002-12-24  Bruno Haible  <bruno@clisp.org>
24400
24401         * MODULES.txt: Update according to m4/ changes.
24402
24403         Module gettext.
24404         * config.rpath: New file, from gettext-0.11.5.
24405
24406         * modules/*: New module descriptions.
24407         * gnulib-tool: New file.
24408         * MODULES.html.sh: New file.
24409
24410 2002-12-21  Karl Berry  <karl@gnu.org>
24411
24412         * doc/fdl.texi: update to version 1.2.
24413
24414 2002-12-19  Karl Berry  <karl@gnu.org>
24415
24416         * config/config.guess: update from prep.
24417
24418 2002-12-18  Bruno Haible  <bruno@clisp.org>
24419
24420         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
24421         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
24422
24423 2002-12-17  Bruno Haible  <bruno@clisp.org>
24424
24425         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
24426         stdlib.h, string.h.
24427
24428 2002-12-17  Bruno Haible  <bruno@clisp.org>
24429
24430         * lib/canon-host.c (strdup): Remove unused declaration.
24431
24432         * lib/fsusage.c: Include full_read.h.
24433         (get_fs_usage): Use full_read instead of safe_read.
24434
24435         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
24436
24437 2002-12-12  Karl Berry  <karl@gnu.org>
24438
24439         * config/config.guess: update from prep.
24440
24441 2002-12-11  Bruno Haible  <bruno@clisp.org>
24442
24443         * m4/setenv.m4: New file, from gettext-0.11.5.
24444
24445 2002-12-11  Bruno Haible  <bruno@clisp.org>
24446
24447         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
24448         not unsetenv().
24449         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
24450         modifications:
24451
24452         2002-12-11  Bruno Haible  <bruno@clisp.org>
24453
24454                 * setenv.c (alloca): Fall back to malloc.
24455                 (freea): New macro.
24456                 (setenv): Use freea() to free memory allocated with alloca().
24457
24458         2002-11-13  Bruno Haible  <bruno@clisp.org>
24459
24460                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
24461                 function declarations.
24462                 * unsetenv.c (unsetenv): Likewise.
24463
24464         2002-03-04  Bruno Haible  <bruno@clisp.org>
24465
24466                 Portability to AIX 4.3.3.
24467                 * unsetenv.c: New file, extracted from setenv.c.
24468                 * setenv.c: Move the unsetenv() function to unsetenv.c.
24469
24470         2001-12-20  Bruno Haible  <bruno@clisp.org>
24471
24472                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
24473                 use malloc instead. For SunOS 4.
24474
24475         2001-12-11  Bruno Haible  <bruno@clisp.org>
24476
24477                 * setenv.c: Declare alloca.
24478                 (compar_fn_t): New typedef.
24479                 (KNOWN_VALUE, STORE_VALUE): Use it.
24480
24481         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
24482         setenv.h.
24483
24484 2002-12-10  Paul Eggert  <eggert@twinsun.com>
24485
24486         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
24487         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
24488         Choose values that are less likely to collide with system fnmatch
24489         options.
24490         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
24491         defined (e.g., a pure POSIX system).
24492         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
24493         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
24494
24495 2002-12-06  Paul Eggert  <eggert@twinsun.com>
24496
24497         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
24498         a pain in practice to deal with generated m4 files.  This change
24499         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
24500
24501         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
24502         and jm-glibc-io.m4, as they are no longer a special case.
24503         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
24504         kludge and the auto-generation stuff.  Check only whether the
24505         functions are declared, not whether they exist, since older hosts
24506         that don't declare the functions can't use the optimization anyway.
24507
24508 2002-12-06  Jim Meyering  <jim@meyering.net>
24509
24510         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
24511
24512         Merge in changes from libc's misc/error.c, in preparation
24513         for the merge of gnulib's changes back into libc.
24514
24515         * lib/error.c (_): Define only if not already defined.
24516         Move definition to follow all #include directives.
24517         Include unlocked-io.h only if !_LIBC.
24518         [_LIBC]: Include <libio/libioP.h>.
24519         [USE_IN_LIBIO]: Include <libio/iolibio.h>
24520         (fflush): Tweak definition to use INTUSE.
24521         (putc): Define.
24522
24523 2002-12-05  Paul Eggert  <eggert@twinsun.com>
24524
24525         * lib/alloca.c [defined emacs]: Include "lisp.h".
24526         (xalloc_die) [defined emacs]: New macro.
24527         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
24528         [! defined emacs]: Include <xalloc.h>.
24529         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
24530         (pointer): Typedef to POINTER_TYPE *.
24531         (malloc): Remove decl; we now always use xmalloc.
24532         (alloca): Use old-style definition, since Emacs needs this.
24533         Check for arithmetic overflow when computing combined size.
24534
24535 2002-12-04  Paul Eggert  <eggert@twinsun.com>
24536
24537         Do not generate unlocked-io.h automatically, since it's easier to
24538         maintain it by hand.
24539
24540         * lib/unlocked-io.h: New file, from GNU diffutils,
24541         but with proper copyright notice and attribution.
24542         * lib/gen-uio: Remove.
24543         * lib/Makefile.am: Add copyright notice.
24544         (libfetish_a_SOURCES): Add unlocked-io.h.
24545         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
24546         (DISTCLEANFILES, io_functions): Remove macros.
24547         (EXTRA_DIST): Remove gen_uio.
24548         (unlocked-io.h): Remove rule.
24549
24550 2002-12-04  Jim Meyering  <jim@meyering.net>
24551
24552         Reflect the fact that stat.c and lstat.c are no longer generated.
24553         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
24554         (DISTCLEANFILES): Likewise.
24555         (EXTRA_DIST): Likewise.
24556         (all_local): Don't depend on stat.c or lstat.c.
24557         (stat.c, lstat.c): Remove rules.
24558         (EXTRA_DIST): Remove xstat.in.
24559
24560         * lib/xstat.in: Remove file.  Contents moved into stat.c.
24561         * lib/stat.c: New file.  Contents mostly from xstat.in.
24562         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
24563         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
24564
24565         * lib/safe-read.c: Rework so that it may serve to define safe_write,
24566         too.
24567         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
24568
24569 2002-12-03  Jim Meyering  <jim@meyering.net>
24570
24571         * lib/safe-read.c, safe-write.c: Change variable names and comments,
24572         but not semantics, to minimize the differences between these two files.
24573         (safe_read): Change comment to mention SAFE_READ_ERROR.
24574
24575         * lib/safe-read.c (IS_EINTR): Define.
24576         (safe_read): Use IS_EINTR in place of in-function cpp directives.
24577
24578 2002-12-02  Jim Meyering  <jim@meyering.net>
24579
24580         * lib/safe-read.c (EINTR): Define.
24581         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24582         (INT_MAX): Provide fallback.
24583         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
24584
24585         * lib/safe-read.h (SAFE_READ_ERROR): Define.
24586
24587 2002-12-02  Bruno Haible  <bruno@clisp.org>
24588
24589         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
24590         Define, taken from safe-read.c.
24591         (INT_MAX): Provide fallback.
24592         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
24593         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
24594
24595         * lib/safe-read.c (EINTR): Remove definition.
24596         (safe_read): Don't use EINTR if it is absent.
24597
24598 2002-12-01  Jim Meyering  <jim@meyering.net>
24599
24600         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
24601         zero.
24602         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
24603
24604 2002-11-27  Paul Eggert  <eggert@twinsun.com>
24605
24606         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
24607         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
24608         with `if (! (value < limit)) abort ();', for readability.
24609
24610 2002-11-26  Karl Berry  <karl@gnu.org>
24611
24612         * lib/strdup.c: copy from libc again, with jim's ok.
24613         * lib/.cppi-disable: re-add strdup.c
24614
24615 2002-11-25  Karl Berry  <karl@gnu.org>
24616
24617         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
24618         instead of "strtol.c".
24619
24620 2002-11-25  Karl Berry  <karl@gnu.org>
24621
24622         * config/install-sh: update from automake for variable quoting, $0 in
24623         error msgs, etc.
24624
24625         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
24626         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
24627         entry.
24628
24629 2002-11-25  Jim Meyering  <jim@meyering.net>
24630
24631         * lib/mktime.c: Sync from libc, now that it has the latest fix.
24632
24633 2002-11-24  Karl Berry  <karl@gnu.org>
24634
24635         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
24636         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
24637
24638 2002-11-24  Jim Meyering  <jim@meyering.net>
24639
24640         Update from coreutils:
24641
24642         * lib/mktime.c: Merge in changes from libc.
24643
24644         Avoid a link-time failure on some Linux systems.
24645         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
24646         (otherwise).
24647         (__mon_yday): Declare with the STATIC attribute.
24648         (__mktime_internal): Likewise.
24649         Based on a report from Greg Schafer.
24650
24651 2002-11-23  Jim Meyering  <jim@meyering.net>
24652
24653         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
24654         Use `unsigned', not `int', as type of index.
24655
24656         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
24657
24658         * lib/fsusage.c: Remove unneeded parentheses around operands of
24659         `defined'.
24660
24661 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24662
24663         * lib/quotearg.h: Allow multiple inclusion by surrounding with
24664         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
24665         so that we can be included first.
24666         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
24667         * lib/quotearg.c: Include quotearg.h immediately after config.h.
24668         No need to include stddef.h or sys/types.h any more.
24669         Surround local include files with "", not "<>".
24670         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
24671         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
24672         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
24673         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
24674         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
24675         (ISPRINT): Remove; no longer needed now that we assume C89.
24676
24677         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
24678         Preserve errno.
24679
24680         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
24681         quotearg_char): Use SIZE_MAX rather than
24682         (size_t) -1 when we are talking about "infinity".
24683
24684         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
24685
24686 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24687
24688         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
24689         hint that one should use `if (! x) abort ();' rather than `assert
24690         (x);', and anyway it's one less thing to worry about configuring.
24691         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
24692         hash_rehash, hash_insert): Use abort rather than assert.
24693
24694 2002-11-22  Bruno Haible  <bruno@clisp.org>
24695
24696         * lib/safe-read.h: Assume C89. Add comments.
24697         (safe_read): Change return type to size_t.
24698         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
24699         byte counts > SSIZE_MAX correctly.
24700         * lib/safe-write.h: New file.
24701         * lib/safe-write.c: New file.
24702         * lib/full-read.h: New file.
24703         * lib/full-read.c: New file.
24704         * lib/full-write.h: Assume C89. Add comments.
24705         * lib/full-write.c: Include safe-write.h.
24706         (full_write): Rewritten to use safe_write.
24707         Suggested by Jim Meyering and Paul Eggert.
24708
24709 2002-11-21  Jim Meyering  <jim@meyering.net>
24710
24711         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
24712
24713         Merge in changes from the coreutils.
24714
24715         2002-09-25  Paul Eggert  <eggert@twinsun.com>
24716         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
24717         <stdint.h>.
24718         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
24719         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
24720         int.  Work more efficiently if X is the same width as uintmax_t.
24721         Do not compare X to -1, to avoid bogus compiler warning.
24722         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
24723         Don't assume that f_frsize and f_bsize are the same type.
24724
24725         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
24726         warning on FreeBSD.
24727
24728         * lib/makepath.c (make_path): Restore umask *before* creating the final
24729         component.
24730         (make_path): Minor reformatting.
24731
24732         * lib/xmalloc.c: Adjust to work with new autoconf macros,
24733         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
24734         HAVE_MALLOC/HAVE_REALLOC.
24735
24736         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
24737         dummy ones.  At least on GNU/Linux systems, `auto' means something
24738         else.
24739         From Michael Stone.
24740
24741 2002-11-21  Bruno Haible  <bruno@clisp.org>
24742
24743         Remove case insensitive option matching.
24744         * lib/argmatch.h (argcasematch): Remove declaration.
24745         (ARGCASEMATCH): Remove macro.
24746         (__xargmatch_internal): Remove case_sensitive argument.
24747         (XARGMATCH): Update.
24748         (XARGCASEMATCH): Remove macro.
24749         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
24750         case_sensitive argument.
24751         (argcasematch): Remove function.
24752         (__xargmatch_internal): Remove case_sensitive argument.
24753         (main): Use XARGMATCH instead of XARGCASEMATCH.
24754
24755         * lib/xmalloc.c: Change compile-time error message. Add comment about
24756         required autoconf version.
24757
24758 2002-11-20  Paul Eggert  <eggert@twinsun.com>
24759
24760         Merge argmatch cleanups from Bison.  Assume C89.
24761
24762         * lib/argmatch.c: Include config.h here, not in argmatch.h.
24763         Include stdlib.h, for EXIT_FAILURE.
24764         Always include <string.h>, since we assume C89.
24765         (EXIT_FAILURE): Remove pre-C89 bug workaround.
24766         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
24767         Include <stddef.h> instead, since it's all we need for size_t.
24768         (PARAMS): Remove.  All uses removed.
24769         (ARRAY_CARDINALITY): Do not bother to #undef.
24770         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
24771         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24772         Remove unnecessary parentheses.
24773         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24774         Insert necessary parentheses.
24775         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
24776         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
24777
24778 2002-11-19  Bruno Haible  <bruno@clisp.org>
24779
24780         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
24781         * lib/mbswidth.h: Include <stddef.h>, for size_t.
24782
24783         * lib/mbswidth.h (PARAMS): Remove macro.
24784         (mbswidth, mbsnwidth): Use ANSI C function declarations.
24785         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
24786
24787         * lib/gcd.h (PARAMS): Remove macro.
24788         (gcd): Use ANSI C function declarations.
24789         * lib/gcd.c (gcd): Likewise.
24790
24791 2002-11-15  Bruno Haible  <bruno@clisp.org>
24792
24793         * lib/strcspn.c: Include <stddef.h>.
24794         (strcspn): Use ANSI C function declaration. Change return type to
24795         size_t. Use NULL.
24796         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
24797         (strpbrk): Use NULL.
24798         * lib/strpbrk.h (PARAMS): Remove macro.
24799         (strpbrk): Use ANSI C function declaration.
24800         * lib/strstr.c: Don't include <sys/types.h>.
24801         * lib/strstr.h (PARAMS): Remove macro.
24802         (strstr): Use ANSI C function declarations.
24803
24804 2002-11-14  Karl Berry  <karl@gnu.org>
24805
24806         * config/mkinstalldirs: `do' on separate line, instead of
24807         `for var; do'.
24808
24809 2002-11-06  Bruno Haible  <bruno@clisp.org>
24810
24811         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
24812         * lib/gcd.c (gcd): Likewise.
24813
24814 2002-11-05  Bruno Haible  <bruno@clisp.org>
24815
24816         * lib/gcd.h: New file, from gettext-0.11.5.
24817         * lib/gcd.c: New file, from gettext-0.11.5.
24818
24819 2002-11-05  Bruno Haible  <bruno@clisp.org>
24820
24821         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24822         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24823         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24824         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24825
24826         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
24827         <libintl.h>.
24828         * lib/makepath.c: Include gettext.h instead of <locale.h> and
24829         <libintl.h>.
24830
24831         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
24832         * lib/human.c: Include gettext.h instead of <libintl.h>.
24833         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
24834         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
24835         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
24836         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
24837         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
24838         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
24839         (textdomain): Remove definition.
24840         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
24841
24842         * lib/long-options.c: Remove include of <libintl.h> and definition of
24843         _.
24844         * lib/same.c: Remove include of <libintl.h> and definition of _.
24845
24846 2002-11-04  Owen Taylor  <otaylor@redhat.com>
24847
24848         * lib/config.charset: A few additions for Solaris.
24849
24850 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24851
24852         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
24853         * lib/localcharset.c (locale_charset): Declare as extern "C".
24854
24855 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24856
24857         * lib/config.charset: msdos in uk_UA uses CP1125.
24858
24859 2002-11-04  Bruno Haible  <bruno@clisp.org>
24860
24861         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
24862         * lib/strcase.h: New file, from GNU gettext-0.11.5.
24863         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
24864         * lib/strstr.h: New file, from GNU gettext-0.11.5.
24865         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
24866
24867 2002-11-04  Bruno Haible  <bruno@clisp.org>
24868
24869         * lib/localcharset.c (locale_charset): Don't return an empty string.
24870
24871 2002-11-04  Bruno Haible  <bruno@clisp.org>
24872
24873         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
24874         aliases.
24875
24876 2002-11-04  Bruno Haible  <bruno@clisp.org>
24877
24878         * lib/config.charset: Update for newest glibc. Add canonical names
24879         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
24880
24881 2002-11-04  Bruno Haible  <bruno@clisp.org>
24882
24883         * lib/config.charset: Add support for NetBSD.
24884
24885 2002-11-04  Bruno Haible  <bruno@clisp.org>
24886
24887         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
24888
24889 2002-11-01  Bruno Haible  <bruno@clisp.org>
24890
24891         * configure.in: Add AC_CONFIG_AUX_DIR call.
24892         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
24893         test/Makefile.
24894         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
24895
24896 2002-09-28  Karl Berry  <karl@gnu.org>
24897
24898         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
24899         installed automake until the next release, since changes have been
24900         made.
24901
24902 2002-09-25  Karl Berry  <karl@gnu.org>
24903
24904         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
24905         * lib/getopt*: copy from libc/posix.
24906         * lib/gettext.h: copy from gettext.
24907         * lib/.cppi-disable: add strdup.c, gettext.h.
24908
24909 2002-09-25  Karl Berry  <karl@gnu.org>
24910
24911         * config/srclist.txt: enable gettext.h check.
24912         * config/config.{guess,sub}: update from prep.
24913         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
24914                 from automake 1.6.3.
24915         See srclist*.
24916
24917 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
24918
24919         * regex.c (PATFETCH): Remove the translating fetch.
24920         (PATFETCH_RAW): Rename to PATFETCH.
24921         (set_image_of_range): New fun.
24922         (SET_RANGE_TABLE_WORK_AREA): Use it.
24923         (regex_compile): Don't translate the pattern chars so eagerly.
24924         Only do it when inserting an `exactn' bytecode or when handling
24925         a char-range.
24926         (mutually_exclusive_p): Avoid empty statement.
24927
24928 2002-07-06  Jim Meyering  <meyering@lucent.com>
24929
24930         * m4/README: Don't mention Makefile.am.in.
24931         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
24932
24933 2002-07-01  Jim Meyering  <meyering@lucent.com>
24934
24935         * lib/c-stack.c: Include sys/time.h.
24936         From Volker Borchert.
24937
24938 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24939
24940         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
24941
24942 2002-06-26  Paul Eggert  <eggert@twinsun.com>
24943
24944         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
24945         New macro.  Use it uniformly instead of
24946         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
24947         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
24948         reported by Vin Shelton.
24949
24950 2002-06-22  Paul Eggert  <eggert@twinsun.com>
24951
24952         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
24953         Do not assume SA_SIGINFO behavior.
24954         Bug reported by Jim Meyering on NetBSD 1.5.2.
24955
24956 2002-06-22  Jim Meyering  <meyering@lucent.com>
24957
24958         * m4/c-stack.m4: New file, from diffutils-2.8.2.
24959         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
24960
24961         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
24962         now that configure.ac uses AC_GNU_SOURCE.
24963         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
24964         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
24965
24966         Update to latest tools.  Suggestions from Paul Eggert.
24967         * m4/stdbool.m4: New file, from diffutils-2.8.2.
24968         * m4/gnu-source.m4: Update from diffutils-2.8.2.
24969         * m4/fnmatch.m4: Likewise.
24970         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
24971         to AC_HEADER_STDBOOL
24972
24973 2002-06-22  Jim Meyering  <meyering@lucent.com>
24974
24975         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
24976         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
24977
24978 2002-06-22  Jim Meyering  <meyering@lucent.com>
24979
24980         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
24981
24982         * lib/exitfail.c, exitfail.h: Likewise.
24983         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
24984
24985         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
24986         of fnmatch.h.
24987         (EXTRA_DIST): Add fnmatch_loop.c.
24988         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
24989
24990         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
24991         * lib/fnmatch.c: Update from diffutils-2.8.2.
24992         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
24993         * lib/fnmatch.h: Remove file.
24994
24995 2002-06-21  Jim Meyering  <meyering@lucent.com>
24996
24997         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
24998         * m4/mbrtowc.m4: Likewise.
24999
25000         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
25001         * m4/mbswidth.m4: Reflect name change:
25002         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
25003         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
25004
25005         * m4/lib-link.m4: Update from gettext-0.11.2.
25006         * m4/gettext.m4: Likewise.
25007
25008         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
25009         From Alfred M. Szmidt.
25010
25011 2002-06-18  Paul Eggert  <eggert@twinsun.com>
25012
25013         * lib/file-type.h: Report an error if neither S_ISREG nor
25014         S_IFREG is defined, instead of using a test specific to glibc
25015         2.2.  This should be safe, since POSIX requires S_ISREG and
25016         Unix Version 7 had S_IFREG.  We don't need to check for
25017         <sys/types.h> since we don't use any symbols that it defines.
25018
25019 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
25020
25021         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
25022         $@-t, so that each temporary file name is unique and valid in the first
25023         8 characters, for operation under DOS.
25024
25025 2002-06-15  Paul Eggert  <eggert@twinsun.com>
25026
25027         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
25028
25029 2002-06-15  Jim Meyering  <meyering@lucent.com>
25030
25031         Work even with DJGPP 2.03, which lacks support for symlinks.
25032         From Richard Dawe.
25033         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
25034         is defined.
25035         * lib/lchown.c (S_ISLNK): Likewise.
25036
25037 2002-06-15  Jim Meyering  <meyering@lucent.com>
25038
25039         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
25040         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
25041         have been included before this file.
25042
25043 2002-06-14  Jim Meyering  <meyering@lucent.com>
25044
25045         * lib/file-type.h: Use the version from diffutils-2.8.2.
25046         * lib/file-type.c: Likewise.
25047
25048 2002-06-07  Jim Meyering  <meyering@lucent.com>
25049
25050         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
25051         They're needed at least for NetBSD 1.5.2.
25052         ($statxfs_includes): Include those same headers.
25053         ($statxfs_includes): Include sys/vfs.h if available.
25054         ($statxfs_includes): Likewise for sys/statvfs.h.
25055         Check for the following members in both structs statfs and statvfs:
25056         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
25057
25058 2002-06-01  Jim Meyering  <meyering@lucent.com>
25059
25060         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
25061         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
25062
25063 2002-05-28  Jim Meyering  <meyering@lucent.com>
25064
25065         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
25066         Reported by Volker Borchert.
25067
25068 2002-05-27  Jim Meyering  <meyering@lucent.com>
25069
25070         Fix a problem seen only on nonconforming systems whereby ls.c's
25071         use of localtime, and then of gettimeofday would cause trouble:
25072         the localtime call used to initialize rpl_gettimeofday's save
25073         mechanism would clobber ls's current local time information so
25074         that in any long listing the first file would always be listed
25075         with date 1970-01-01.  Analysis by Volker Borchert.
25076
25077         * lib/gettimeofday.c (localtime): Undefine.
25078         (rpl_localtime): New function.
25079
25080 2002-05-27  Jim Meyering  <meyering@lucent.com>
25081
25082         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
25083         localtime.
25084
25085         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
25086         use the replacement function; it wouldn't resolve at link time.
25087         Reported by Volker Borchert.
25088
25089 2002-05-22  Jim Meyering  <meyering@lucent.com>
25090
25091         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
25092         file-type.h.
25093         * lib/file-type.h: New file.
25094         * lib/file-type.c (file_type): New file/function.  Extracted from
25095         diffutils.
25096
25097 2002-04-30  Jim Meyering  <meyering@lucent.com>
25098
25099         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
25100
25101 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25102
25103         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
25104
25105 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25106
25107         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
25108         Do not check for alloca.h (no longer used) or stdbool.h (was never
25109         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
25110
25111 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25112
25113         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
25114
25115 2002-04-29  Jim Meyering  <meyering@lucent.com>
25116
25117         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
25118         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
25119         Use AC_FUNC_STRNLEN here instead.
25120
25121         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
25122         With autoconf-2.53a, it's part of AC_PROG_CC.
25123
25124 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25125
25126         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
25127         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
25128
25129 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25130
25131         * lib/sig2str.h, lib/sig2str.c: New files.
25132         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
25133
25134 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25135
25136         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
25137         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
25138         of 127, since 64 is the largest conceivable number for ancient
25139         nonstandard hosts.
25140         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
25141
25142 2002-04-28  Jim Meyering  <meyering@lucent.com>
25143
25144         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
25145
25146 2002-04-24  Jim Meyering  <meyering@lucent.com>
25147
25148         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
25149         (jm_PREREQ): Use it.
25150
25151         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
25152         mach/mach.h fcntl.h.
25153         Check for this function: setlocale.
25154
25155 2002-04-24  Jim Meyering  <meyering@lucent.com>
25156
25157         * lib/gettext.h: New file, from Gettext.
25158         * lib/Makefile.am (INCLUDES): Remove -I../intl.
25159         (libfetish_a_SOURCES): Add gettext.h.
25160
25161 2002-04-16  Jim Meyering  <meyering@lucent.com>
25162
25163         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
25164         ut_pid, ut_id, ut_exit.
25165
25166 2002-04-16  Jim Meyering  <meyering@lucent.com>
25167
25168         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
25169         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
25170         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
25171
25172 2002-04-12  Jim Meyering  <meyering@lucent.com>
25173
25174         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
25175         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
25176         existence of the getmntinfo function.  Needed for Darwin 5.3.
25177
25178         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
25179         This is necessary at least on Darwin 5.3.
25180
25181         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
25182         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
25183         strnlen.o in the library, and that makes some versions of ranlib
25184         object.
25185
25186 2002-04-12  Jim Meyering  <meyering@lucent.com>
25187
25188         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
25189
25190 2002-04-09  Jim Meyering  <meyering@lucent.com>
25191
25192         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
25193         to be more precise.  Rather than saying we're checking whether the
25194         function `works', say what we're testing.
25195         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
25196         Reported by Bruno Haible.
25197
25198 2002-03-10  Jim Meyering  <meyering@lucent.com>
25199
25200         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
25201         Suggestion from Santiago Vila.
25202
25203 2002-03-08  Jim Meyering  <meyering@lucent.com>
25204
25205         * lib/rename.c: Mention that this wrapper is needed also on
25206         mips-dec-ultrix4.4 systems.
25207
25208 2002-03-02  Jim Meyering  <meyering@lucent.com>
25209
25210         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
25211         not HAVE_CLOCK_SETTIME.
25212
25213 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25214
25215         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
25216         Check for clock_settime.
25217
25218 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25219
25220         * lib/nanosleep.h: Rename to....
25221         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
25222
25223         * lib/gettime.c: New file.
25224         * lib/settime.c: New file.
25225         * lib/stime.c: Remove.
25226
25227         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
25228         timespec.h.  Remove nanosleep.h.
25229
25230 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25231
25232         * m4/acl.m4: New file.
25233         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
25234         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
25235
25236 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25237
25238         * lib/acl.c, lib/acl.h: New files.
25239         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
25240
25241 2002-02-24  Jim Meyering  <meyering@lucent.com>
25242
25243         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
25244         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
25245         cause trouble.  Reported by Nelson Beebe.
25246
25247 2002-02-23  Paul Eggert  <eggert@twinsun.com>
25248
25249         * lib/path-concat.c (xpath_concat): Reorder code to pacify
25250         compilers that don't know that xalloc_die never returns.
25251
25252 2002-02-20  Jim Meyering  <meyering@lucent.com>
25253
25254         * lib/getdate.c: Regenerate using bison-1.33.
25255
25256 2002-02-17  Jim Meyering  <meyering@lucent.com>
25257
25258         * config/config.guess (main): Don't use `head -1'; it's no longer
25259         portable. Use `sed 1q' instead.
25260
25261 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
25262
25263         * m4/codeset.m4: Upgrade to gettext-0.11.
25264         * m4/gettext.m4: Upgrade to gettext-0.11.
25265         * m4/glibc21.m4: Upgrade to gettext-0.11.
25266         * m4/iconv.m4: Upgrade to gettext-0.11.
25267         * m4/isc-posix.m4: Upgrade to gettext-0.11.
25268         * m4/lcmessage.m4: Upgrade to gettext-0.11.
25269         * m4/lib-ld.m4: New file, from gettext-0.11.
25270         * m4/lib-link.m4: New file, from gettext-0.11.
25271         * m4/lib-prefix.m4: New file, from gettext-0.11.
25272         * m4/progtest.m4: Upgrade to gettext-0.11.
25273
25274 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25275
25276         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
25277         (jm_PREREQ): Use it.
25278
25279 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25280
25281         * lib/posixver.c, lib/posixver.h: New files.
25282         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25283
25284 2002-02-02  Paul Eggert  <eggert@twinsun.com>
25285             Bruno Haible  <bruno@clisp.org>
25286
25287         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
25288         (fwrite_success_callback): New declaration.
25289         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
25290         print_unicode_char. Call failure callback instead of error.
25291         (fwrite_success_callback): New function.
25292         (exit_failure_callback): New function.
25293         (fallback_failure_callback): New function.
25294         (print_unicode_char): Call unicode_to_mb.
25295
25296 2002-01-26  Jim Meyering  <meyering@lucent.com>
25297
25298         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
25299         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
25300
25301 2002-01-26  Jim Meyering  <meyering@lucent.com>
25302
25303         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
25304
25305 2002-01-22  Paul Eggert  <eggert@twinsun.com>
25306
25307         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
25308
25309 2002-01-22  Jim Meyering  <meyering@lucent.com>
25310
25311         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
25312         Otherwise, some versions of automake would omit the rule that makes
25313         Makefile from Makefile.in.
25314
25315 2002-01-21  Paul Eggert  <eggert@twinsun.com>
25316
25317         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
25318         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25319         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
25320         (memcoll): Set errno to zero if there is no error.
25321
25322         * lib/quotearg.c (quotearg_buffer_restyled):
25323         Fix bug with quoting buffers containing NUL when backslashing escapes.
25324         This bug was exposed by the other changes in this patch.
25325         (quotearg_n_options): New arg ARGSIZE.
25326         All callers changed.
25327         (quoting_options_from_style): New function.
25328         (quotearg_n_style): Use it.
25329         (quotearg_n_style_mem): New function.
25330
25331         * lib/quotearg.h (quotearg_n_style_mem): New function.
25332
25333 2002-01-19  Jim Meyering  <meyering@lucent.com>
25334
25335         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
25336         Remove useless quotes: DF_PROG="df".
25337         * m4/strnlen.m4: New file.
25338
25339 2002-01-16  Paul Eggert  <eggert@twinsun.com>
25340
25341         * lib/backupfile.c (ISDIGIT): Comment fix.
25342         * lib/getdate.y (ISDIGIT): Likewise.
25343         * lib/posixtm.c (ISDIGIT, year): Likewise.
25344         * lib/strverscmp.c (ISDIGIT): Likewise.
25345         * lib/userspec.c (ISDIGIT): Likewise.
25346
25347 2002-01-16  Jim Meyering  <meyering@lucent.com>
25348
25349         * lib/getdate.y: Add three semicolons, each just before a closing
25350         brace. Bison (as of version 1.31) no longer papers over that mistake.
25351
25352 2002-01-05  Jim Meyering  <meyering@lucent.com>
25353
25354         * lib/version-etc.c (version_etc_copyright): Update copyright year.
25355
25356 2001-12-19  Paul Eggert  <eggert@twinsun.com>
25357
25358         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
25359         not silently exit merely because the output buffer happens to
25360         have nothing pending.
25361
25362 2001-12-18  Paul Eggert  <eggert@twinsun.com>
25363
25364         See the big note in ../ChangeLog.
25365         * lib/human.c (suffixes): Prefer K to k for 1024.
25366         (generate_suffix_backwards): New function.
25367         (human_readable_inexact): Use it.
25368         * lib/xstrtol.c (__xstrtol): If there is no number but there
25369         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
25370         Accept 'K' as well as 'k'.
25371
25372 2001-12-15  Jim Meyering  <meyering@lucent.com>
25373
25374         * lib/regex.h (__restrict_arr): Update from libc.
25375
25376         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
25377         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
25378         (STREQ): Define.
25379
25380 2001-12-14  Jim Meyering  <meyering@lucent.com>
25381
25382         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
25383         Suggestion from Bruno Haible.
25384
25385 2001-12-10  Jim Meyering  <meyering@lucent.com>
25386
25387         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
25388         xrealloc, Instead, include "xalloc.h".
25389         (initbuffer): Don't cast xmalloc return value to char*.
25390         (readline): Reword comment.
25391         Don't cast xrealloc return value to char*
25392         Return NULL, not 0.
25393
25394 2001-12-09  Jim Meyering  <meyering@lucent.com>
25395
25396         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
25397         about `signed and unsigned type in conditional expression'.
25398         * lib/posixtm.c (posix_time_parse): Likewise.
25399
25400         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
25401
25402         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
25403         to avoid a pedantic warning.
25404
25405         * lib/getstr.c: Don't include assert.h.
25406         (getstr): Remove warning-evoking assertions.
25407         Return -1 if offset parameter is out of bounds.
25408         Change the type of a local from int to size_t.
25409
25410         * lib/strftime.c (my_strftime_localtime_r): Include this function
25411         definition in the `#if ! HAVE_TM_GMTOFF' block.
25412
25413         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
25414         Include xalloc.h instead.
25415
25416 2001-12-02  Jim Meyering  <meyering@lucent.com>
25417
25418         * lib/tempname.c: Don't declare getenv, thus reverting the change of
25419         2001-11-18.  It's no longer necessary, now that stdlib.h is always
25420         included.
25421
25422         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
25423         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
25424
25425 2001-11-30  Akim Demaille  <akim@epita.fr>
25426
25427         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
25428         before being defined.
25429
25430 2001-11-27  Paul Eggert  <eggert@twinsun.com>
25431
25432         * lib/quotearg.h (quotearg_n, quotearg_n_style):
25433         First arg is int, not unsigned.
25434         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
25435         (SIZE_MAX, UINT_MAX): New macros.
25436         (quotearg_n_options): Abort if N is negative.
25437         Avoid overflow check on hosts where size_t is 64 bits and int
25438         is 32 bits, as overflow is impossible there.
25439         Fix off-by-one typo that caused unnecessary reallocation.
25440
25441 2001-11-27  Jim Meyering  <meyering@lucent.com>
25442
25443         * lib/tempname.c: Merge with version from libc.
25444         * lib/regex.c: Likewise.
25445
25446         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
25447         systems for which STDC_HEADERS is 0, it was not included, resulting in
25448         a warning about an integer-to-pointer conversion problem with getenv.
25449         Reported by Volker Borchert.
25450
25451 2001-11-26  Jim Meyering  <meyering@lucent.com>
25452
25453         * lib/gtod.h: Remove file.
25454         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
25455         * lib/gettimeofday.c: Don't include gtod.h.
25456         (GTOD_init): Remove function.
25457         (rpl_gettimeofday): Do its job here instead, rather than aborting.
25458         Suggestion from Volker Borchert.
25459
25460 2001-11-23  Jim Meyering  <meyering@lucent.com>
25461
25462         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
25463         it.
25464         * lib/hash.c (struct hash_table): Define it here instead.
25465
25466 2001-11-22  Jim Meyering  <meyering@lucent.com>
25467
25468         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
25469
25470 2001-11-20  Jim Meyering  <meyering@lucent.com>
25471
25472         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
25473         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
25474
25475 2001-11-19  Jim Meyering  <meyering@lucent.com>
25476
25477         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
25478         directory.  Use "conftestXXXXXX" as the template.
25479         Suggestion from Paul Eggert.
25480
25481         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
25482         immediately, so the test doesn't mistakenly hit the max-open-files
25483         limit.
25484
25485 2001-11-18  Paul Eggert  <eggert@twinsun.com>
25486
25487         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
25488         (TEMPORARIES): New macro.
25489         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
25490         removes an artificial limitation (e.g. HP-UX 10.20, where
25491         TMP_MAX is 17576).
25492
25493 2001-11-18  Jim Meyering  <meyering@lucent.com>
25494
25495         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
25496
25497 2001-11-18  Jim Meyering  <meyering@lucent.com>
25498
25499         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
25500         on SunOS 4.
25501
25502         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
25503         files will be created before anything else.
25504
25505 2001-11-17  Paul Eggert  <eggert@twinsun.com>
25506
25507         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
25508         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
25509
25510 2001-11-17  Jim Meyering  <meyering@lucent.com>
25511
25512         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
25513         Prompted by a report from Bob Proulx.
25514
25515         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
25516         Instead, require UTILS_FUNC_MKSTEMP.
25517
25518 2001-11-17  Jim Meyering  <meyering@lucent.com>
25519
25520         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
25521         Now, that's done as part of AC_FUNC_STRTOD.
25522
25523 2001-11-17  Jim Meyering  <meyering@lucent.com>
25524
25525         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
25526         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
25527         rather than group writable.  Patch by Juan F. Codagnone.
25528
25529         * lib/readtokens.c: Remove explicit declarations of xmalloc and
25530         xrealloc, Instead, include "xalloc.h".
25531
25532         * lib/mountlist.c: Include unlocked-io.h after all system headers.
25533         Remove explicit declarations of xmalloc, xrealloc,
25534         and xstrdup.  Instead, include "xalloc.h".
25535
25536         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
25537         unlocked-io.h.
25538         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
25539         Likewise.
25540         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
25541
25542         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
25543         Reported by Padraig Brady.
25544
25545         * lib/mkstemp.c: #undef mkstemp.
25546         Include config.h.
25547         (rpl_mkstemp): Rename from mkstemp.
25548         Protoize.
25549
25550 2001-11-16  Jim Meyering  <meyering@lucent.com>
25551
25552         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
25553         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
25554         determine the amount of total physical memory, use pstat_getstatic.
25555         HPUX-11 doesn't define _SC_PHYS_PAGES.
25556         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
25557         If sysconf couldn't be used to determine the amount of available
25558         physical memory, use both pstat_getstatic and pstat_getdynamic.
25559         Based on a patch from Bob Proulx.
25560
25561 2001-11-10  Jim Meyering  <meyering@lucent.com>
25562
25563         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
25564         (jm_PREREQ): Use it.
25565
25566 2001-11-09  Jim Meyering  <meyering@lucent.com>
25567
25568         * m4/jm-macros.m4: Require autoconf-2.52f.
25569         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
25570         Use these AC_-prefixed names, not the AM_-prefixed ones.
25571
25572         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
25573
25574 2001-11-05  Jim Meyering  <meyering@lucent.com>
25575
25576         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
25577
25578 2001-11-04  Jim Meyering  <meyering@lucent.com>
25579
25580         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
25581         $DEFS.
25582
25583 2001-11-03  Jim Meyering  <meyering@lucent.com>
25584
25585         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
25586         of AC_DEFUN.
25587
25588         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
25589         know the name of the variable in the macro definition.
25590
25591 2001-11-03  Jim Meyering  <meyering@lucent.com>
25592
25593         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
25594         in argmatch_to_argument call.
25595
25596         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
25597         argument.
25598
25599         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
25600         e.g., a fault due to an attempt to free a NULL pointer.
25601
25602 2001-11-01  Jim Meyering  <meyering@lucent.com>
25603
25604         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
25605         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
25606
25607 2001-11-01  Jim Meyering  <meyering@lucent.com>
25608
25609         * lib/dirfd.c, lib/dirfd.h: New files.
25610         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
25611
25612         * lib/hash.c (hash_print) [TESTING]: Clean up.
25613
25614 2001-10-22  Paul Eggert  <eggert@twinsun.com>
25615
25616         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
25617         to avoid a warning if -Wall.
25618
25619 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
25620
25621         * README: New file
25622         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
25623         (per RMS's instructions, this is now the canonical source)
25624         * lgpl/, gpl/: New directories.
25625
25626 2001-10-21  Paul Eggert  <eggert@twinsun.com>
25627
25628         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
25629
25630 2001-10-21  Jim Meyering  <meyering@lucent.com>
25631
25632         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
25633         this code would end up calling gettext even in packages built
25634         with --disable-nls.
25635         * lib/getopt.c (_): Likewise.
25636         * lib/regex.c (_): Likewise.
25637
25638 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25639
25640         * m4/error.m4 (jm_PREREQ_ERROR):
25641         Do not invoke AC_CHECK_FUNCS with strerror_r, as
25642         AC_FUNC_STRERROR_R does that.
25643         Check for strerror declaration.
25644
25645         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
25646         are supposed to have them these days.
25647         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
25648         Merge changes from latest Autoconf CVS.
25649         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
25650         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
25651         POSIX decided to standardize on the int flavor of strerror_r.
25652
25653 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25654
25655         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
25656         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
25657         Use strerror_r that is only a macro, even if it is not a function.
25658         (strerror): Check for HAVE_DECL_STRERROR before declaring.
25659         (private_strerror): Use prototypes, not old-style function definition.
25660         (print_errno_message): New function.
25661         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
25662         char*-flavored one.
25663         (error_tail, error, error_at_line): Use it.
25664
25665 2001-10-11  Jim Meyering  <meyering@lucent.com>
25666
25667         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
25668         and quote_n (1, ... to avoid clobbering a buffer.
25669
25670 2001-10-05  Jim Meyering  <meyering@lucent.com>
25671
25672         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
25673         hash-pjw.h.
25674         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
25675         * lib/hash-pjw.h: New file.
25676
25677 2001-09-30  Jim Meyering  <meyering@lucent.com>
25678
25679         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
25680         `struct fsstat' has the `f_fstypename' member.
25681         Use that to define FS_TYPE, which is now used to make
25682         the getfsstat link test tighter.
25683
25684 2001-09-30  Jim Meyering  <meyering@lucent.com>
25685
25686         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
25687         Include <sys/ucred.h>, for Apple Darwin.
25688         Include sys/mount.h and sys/fs_types.h only if available.
25689         (FS_TYPE): Define.
25690         (read_filesystem_list): Use FS_TYPE.
25691
25692 2001-09-29  Paul Eggert  <eggert@twinsun.com>
25693
25694         * lib/exclude.c (excluded_filename): 0 -> false, since it's
25695         a boolean context.
25696
25697 2001-09-29  Jim Meyering  <meyering@lucent.com>
25698
25699         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25700         [one-argument getmntent function]): Include stdio.h before mntent.h.
25701         SunOS 4.1.x needs it for the declaration of `FILE'.
25702         Patch by Volker Borchert.
25703
25704         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25705         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
25706         sys/fs_types.h, and make the link-test for getfsstat guard #include
25707         directives with appropriate #if HAVE_*_H tests so that we can
25708         detect getfsstat on Apple Darwin1.3.7 systems.
25709         Reported by Nelson Beebe.
25710         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
25711
25712 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25713
25714         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25715         #defines strtoimax.  Also treat the other strto* functions
25716         like strtoimax.
25717
25718         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25719         Check for strtoul and strtoumax,
25720         as those declarations are made even in the signed case.
25721         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
25722         Likewise, for strtol and strtoimax.
25723
25724 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25725
25726         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25727         #defines strtoimax.  Also treat the other strto* functions
25728         like strtoimax.
25729
25730         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
25731         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
25732         (strtoimax, strtoumax): Do not declare if already defined as a macro.
25733
25734 2001-09-26  Jim Meyering  <meyering@lucent.com>
25735
25736         Most macros in unlocked-io.h had the wrong number of arguments.
25737         * lib/gen-uio: New script.
25738         (USE_UNLOCKED_IO): Define to 1 if not already defined.
25739         * lib/unlocked-io.hin: Remove file.
25740         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
25741         rather than trying to embed it here.
25742         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
25743         Reported by Padraig Brady.
25744
25745 2001-09-25  Volker Borchert  <bt@teknon.de>
25746
25747         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
25748         `result'.
25749
25750 2001-09-24  Jim Meyering  <meyering@lucent.com>
25751
25752         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
25753
25754 2001-09-23  Jim Meyering  <meyering@lucent.com>
25755
25756         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
25757         instead of the mere test for existence of mntent.h.  The latter
25758         would get a false-positive on AIX 3.4 systems.
25759         In the outer getmntent if-block, don't die if neither of the getmntent
25760         tests succeeds.  Instead, just fall through and continue with the
25761         remaining tests.
25762
25763 2001-09-23  Jim Meyering  <meyering@lucent.com>
25764
25765         * lib/mountlist.c: Remove useless parentheses in #if directives.
25766         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
25767         the deprecated MOUNTED symbol is no longer defined in mntent.h.
25768
25769 2001-09-22  Jim Meyering  <meyering@lucent.com>
25770
25771         * m4/gettext.m4: New file.  From gettext.
25772         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
25773         * m4/progtest.m4: Likewise
25774         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
25775         * m4/glibc21.m4: Likewise.
25776
25777         * m4/libintl.m4: Remove.  No longer used.
25778
25779 2001-09-22  Jim Meyering  <meyering@lucent.com>
25780
25781         * lib/localcharset.c: Update from latest gettext.
25782         * lib/config.charset: Likewise.
25783
25784 2001-09-20  Jim Meyering  <meyering@lucent.com>
25785
25786         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
25787         strtoimax.
25788         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
25789         strtoumax.
25790
25791 2001-09-20  Jim Meyering  <meyering@lucent.com>
25792
25793         * lib/xstrtol.c (strtoimax): Guard declaration with
25794         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
25795         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
25796         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
25797         (strtoumax): Likewise, for completeness (it wasn't necessary).
25798
25799 2001-09-17  Paul Eggert  <eggert@twinsun.com>
25800
25801         * lib/strtoimax.c (HAVE_LONG_LONG):
25802         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
25803         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
25804         to work around bug in IBM C compiler.
25805
25806 2001-09-17  Jim Meyering  <meyering@lucent.com>
25807
25808         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
25809         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
25810         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
25811         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
25812         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
25813         whenever the right hand side need not be expanded by the shell.
25814
25815 2001-09-16  Paul Eggert  <eggert@twinsun.com>
25816
25817         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
25818         library.  It's not correct, as some older glibcs are buggy.
25819         fnmatch wasn't fixed until glibc 2.2.
25820
25821         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
25822         special shell magic here.
25823
25824 2001-09-16  Jim Meyering  <meyering@lucent.com>
25825
25826         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
25827         * m4/jm-macros.m4: Require it.
25828
25829 2001-09-16  Jim Meyering  <meyering@lucent.com>
25830
25831         * lib/mkdir.c: New file.
25832
25833 2001-09-15  Jim Meyering  <meyering@lucent.com>
25834
25835         * m4/jm-macros.m4: Check for help2man.
25836
25837 2001-09-11  Jim Meyering  <meyering@lucent.com>
25838
25839         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
25840         The body, by Paul Eggert, was moved here from configure.in.
25841         * m4/jm-macros.m4: Require UTILS_HOST_OS.
25842
25843 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25844
25845         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
25846         (jm_PREREQ): Use it.
25847
25848 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25849
25850         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
25851         Use ssize_t, not int, to store result of readlink.
25852         Check for ssize_t overflow as well as size_t overflow,
25853         as POSIX says the result of readlink is implementation-defined
25854         when ssize_t overflows.
25855         Remove unnecessary cast to char*.
25856         Use free+malloc instead of realloc, as the storage doesn't need
25857         to be preserved and it's clearer and can be more efficient that way.
25858         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
25859         * lib/xreadlink.h (xreadlink): Update prototype.
25860
25861 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25862
25863         * lib/xgetcwd.c: Revert some of the previous change; intead,
25864         fix the HAVE_GETCWD_NULL code to behave more like the
25865         !HAVE_GETCWD_NULL code used to.
25866
25867         Include "xalloc.h".
25868         (xgetcwd): Do not return NULL when memory is exhausted; instead,
25869         invoke xalloc_die.
25870
25871 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25872
25873         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
25874         sys/param.h, as pathmax.h includes them.
25875
25876 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25877
25878         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
25879         (jm_PREREQ_XGETCWD): New macro.
25880
25881         * m4/getcwd.m4: New file.
25882
25883 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25884
25885         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
25886         like the HAVE_GETCWD_NULL code.
25887         Include pathmax.h if not HAVE_GETCWD.
25888         Do not include xalloc.h.
25889         (INITIAL_BUFFER_SIZE): New symbol.
25890         Do not use xmalloc / xrealloc, since the caller is responsible for
25891         handling errors.  Preserve errno around `free' during failure.
25892         Do not overrun buffer when using getwd.
25893
25894 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25895
25896         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
25897         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
25898         getcwd (NULL, 0).
25899
25900 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25901
25902         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
25903         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
25904         spotted by Jim Meyering.
25905
25906 2001-09-03  Jim Meyering  <meyering@lucent.com>
25907
25908         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
25909         failure.
25910
25911 2001-09-02  Jim Meyering  <meyering@lucent.com>
25912
25913         * lib/error.c: Update from GNU libc.
25914
25915 2001-09-01  Jim Meyering  <meyering@lucent.com>
25916
25917         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
25918         Used by df.
25919
25920 2001-09-01  Jim Meyering  <meyering@lucent.com>
25921
25922         * lib/xreadlink.c: New file.
25923         * lib/xreadlink.h: New file.
25924         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
25925         xreadlink.h.
25926
25927         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
25928         doesn't conflict with sparc Solaris 7's definition in
25929         /usr/include/sys/int_types.h.
25930
25931         * lib/exclude.c: Use `""', not `<>' to #include non-system header
25932         files.
25933         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
25934         and strncasecmp as r-values.  Unixware didn't have declarations.
25935
25936 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25937
25938         * lib/xstrtol.h: Add copyright notice.
25939         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
25940         LONGINT_INVALID_SUFFIX_CHAR.
25941
25942 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25943
25944         * lib/xstrtol.c (strtoimax): New decl.
25945
25946 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25947
25948         * lib/xgetcwd.c: Don't include pathmax.h.
25949         Include stdlib.h and unistd.h if available.
25950         Include xalloc.h.
25951         (xmalloc, xstrdup, free): Remove decls.
25952         (xgetcwd): Don't assume sizes fit in unsigned.
25953         Check for overflow when computing sizes.
25954         Simplify reallocation code.
25955
25956 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25957
25958         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
25959         a directory's st_size can have an arbitrary value, so the old
25960         usage could waste an arbitrary amount of memory.  All uses
25961         changed.
25962         * lib/savedir.h: Update prototype.
25963
25964 2001-08-31  Paul Eggert  <eggert@twinsun.com>
25965
25966         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
25967
25968         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
25969         old strtoimax.c.
25970
25971         Also, make the following further changes to make this file's
25972         configuration more similar to that of strtol.c:
25973         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
25974         (strtoumax, uintmax_t, strtoull, strtol): Remove.
25975         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
25976         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
25977         changed to signed values.
25978
25979         And make the following changes as well:
25980         Fix copyright notice, as 1999 was missing.
25981         (verify): New macro.
25982         (strtoimax): Check sizes at compile-time, not run-time.
25983         Prefer strtol to strtoll if both work.
25984         (main): Remove; it was not that useful and was a pain to maintain.
25985
25986         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
25987
25988 2001-08-31  Jim Meyering  <meyering@lucent.com>
25989
25990         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
25991         Use an initial, malloc'd, buffer of length 128 rather than
25992         a statically allocated one of length 1024.
25993
25994 2001-08-30  Paul Eggert  <eggert@twinsun.com>
25995
25996         Simplify code, partly by assuming autoconf 2.52 semantics.
25997
25998         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
25999
26000         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
26001         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
26002         All uses removed.
26003         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
26004         Move AC_REQUIRE to next-to-top level, to avoid confusion.
26005         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
26006         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
26007         jm_AC_HEADER_INTTYPES_H.
26008         * m4/jm-macros.m4 (jm_MACROS): Likewise.
26009
26010         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
26011
26012         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26013         Quote first arg of AC_DEFUN.
26014         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
26015         since they are needed to parse the include file even if we need
26016         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
26017         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
26018         but with opposite signedness.
26019
26020 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26021
26022         Merge 'exclude' changes from tar 1.13.22.
26023         This fixes one or two unlikely storage allocation overflow bugs,
26024         but doesn't change user-visible behavior otherwise.
26025
26026 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26027
26028         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
26029         (jm_PREREQ_EXCLUDE): New macro.
26030
26031 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26032
26033         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
26034         tm to be declared.
26035
26036 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26037
26038         * lib/hash.c: Remove '2001' from copyright notice.
26039
26040 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26041
26042         * lib/full-write.h: New file.
26043         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
26044         * lib/full-write.c: Correct credits, as cccp.c no longer
26045         exists and anyway it was so heavily changed from the old cccp
26046         code as to be unrecognizable.  Include full-write.h.
26047         (full_write) Return size_t, with short writes meaning failure.
26048         All callers changed.  This fixes a bug with large buffers
26049         on 64-bit hosts.
26050         * lib/utime.c: Include full-write.h.
26051
26052 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26053
26054         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
26055         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
26056         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
26057         Include if available.
26058         (<xalloc.h>): Include
26059         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
26060         (verify): New macro.  Use it to verify that EXCLUDE macros do not
26061         collide with FNM macros.
26062         (struct patopts): New struct.
26063         (struct exclude): Use it, as exclude patterns now come with options.
26064         (new_exclude): Support above changes.
26065         (new_exclude, add_exclude_file):
26066         Initial size must now be a power of two to simplify overflow checking.
26067         (free_exclude, fnmatch_no_wildcards): New function.
26068         (excluded_filename): No longer requires options arg, as the options
26069         are determined by add_exclude.  Now returns bool, not int.
26070         (excluded_filename, add_exclude):
26071         Add support for the fancy new exclusion options.
26072         (add_exclude, add_exclude_file): Now takes int options arg.
26073         Check for arithmetic overflow when computing sizes.
26074         (add_exclude_file): xrealloc might modify errno, so don't
26075         realloc until after errno might be used.
26076
26077         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
26078         New macros.
26079         (free_exclude): New decl.
26080         (add_exclude, add_exclude_file): Now takes int options arg.
26081         (excluded_filename): No longer requires options arg, as the options
26082         are determined by add_exclude.  Now returns bool, not int.
26083
26084 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26085
26086         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
26087
26088 2001-08-27  Jim Meyering  <meyering@lucent.com>
26089
26090         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
26091
26092         * lib/version-etc.c (N_): Remove definition.
26093         Revert most of last change.
26094         Instead, simply don't mark the `Copyright...' string for translation.
26095         Based on advice from Paul Eggert.
26096
26097         * lib/strtoxmax.c: Tweak comment.
26098
26099 2001-08-26  Jim Meyering  <meyering@lucent.com>
26100
26101         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
26102
26103         * m4/xstrtoimax.m4: New file.
26104         * m4/xstrtoumax.m4: Add comments explaining why we
26105         AC_REPLACE_FUNCS(strtol).
26106
26107 2001-08-26  Jim Meyering  <meyering@lucent.com>
26108
26109         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
26110         of copyright with `%s' so translators don't get an untranslated
26111         message in 2002.
26112         (COPYRIGHT_YEAR): Define.
26113         (version_etc): Use fprintf rather than fputs.
26114         Suggestion from Ulrich Drepper.
26115
26116         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
26117
26118         * lib/strtoll.c: New file, from GNU libc.
26119         * lib/xstrtoimax.c: New file.
26120
26121         * lib/xstrtol.h: Add xstrtoimax.
26122         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
26123         * lib/strtoimax.c: New file.  Likewise, but first define
26124         STRTOUXMAX_SIGNED.
26125
26126         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
26127         ...
26128         * lib/strtoxmax.c: ... then renamed to this.
26129
26130 2001-08-18  Paul Eggert  <eggert@twinsun.com>
26131
26132         * m4/inttypes.m4: Add AC_PREREQ(2.13).
26133         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
26134         (jm_AC_TYPE_INTMAX_T): New macro.
26135         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
26136
26137         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
26138
26139         * m4/longlong.m4: Renamed from ulonglong.m4.
26140         * m4/inttypes.m4: Renamed from inttypes_h.m4.
26141         * m4/uintmax_t.m4: Removed.
26142
26143 2001-08-13  Paul Eggert  <eggert@twinsun.com>
26144
26145         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
26146         Port to Solaris 8, where 'sed' requires a space after the 'r'
26147         command, and where sh dislikes "$/".  Clean up the spacing a bit.
26148         Redirect output to $tmp just once.
26149
26150 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
26151
26152         * lib/addext.c (<errno.h>): Include.
26153         (errno): Declare if not defined.
26154         (addext): Work correctly when pathconf returns -1 and leaves
26155         errno alone because there is no limit.  Also, work even if
26156         pathconf returns a value greater than SIZE_MAX.
26157
26158 2001-08-12  Jim Meyering  <meyering@lucent.com>
26159
26160         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
26161         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
26162         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
26163         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
26164         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
26165         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
26166         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
26167         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
26168         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
26169         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
26170         utime.m4, utimes.m4, xstrtoumax.m4:
26171         Quote the first argument in each use of AC_DEFUN.
26172
26173 2001-08-12  Jim Meyering  <meyering@lucent.com>
26174
26175         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
26176         Simply `return getcwd (NULL, 0);'.
26177         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
26178         Use 1300 as initial value for length, not PATH_MAX.
26179
26180         * lib/pathmax.h: Clean up cpp syntax.
26181
26182 2001-08-12  Jim Meyering  <meyering@lucent.com>
26183
26184         * lib/gettimeofday.c: New file.
26185         * lib/gtod.h: New file.
26186         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
26187
26188 2001-08-05  Jim Meyering  <meyering@lucent.com>
26189
26190         * m4/jm-macros.m4: Require autoconf-2.52.
26191
26192 2001-08-04  Jim Meyering  <meyering@lucent.com>
26193
26194         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
26195         stmt, to get in sync with glibc.
26196
26197 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26198
26199         The following changes are from gettext 0.10.39 as maintained by
26200         Bruno Haible.
26201
26202         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
26203         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
26204         with inverted sense.  All uses changed.
26205
26206         * lib/mbswidth.c: Don't include <limits.h>.
26207         Include <stdlib.h> and <string.h> unconditionally.
26208         (iswcntrl, mbsinit, ISCNTRL): New macros.
26209         (mbsnwidth): Use K&R style function declarations.
26210         Don't bother checking for MB_LEN_MAX == 1, since the compiler
26211         can optimize it when MB_CUR_MAX == 1.
26212         The width of control characters is zero, not 1.
26213
26214 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26215
26216         The following changes are from gettext 0.10.39 as maintained by
26217         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
26218
26219         * m4/codeset.m4: Upgrade to serial AM1.
26220         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
26221         all uses changed.  Quote first arg of AC_DEFUN.
26222         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
26223
26224         * m4/iconv.m4: Upgrade to serial AM2.
26225         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
26226         Add --with-libconv-prefix.
26227         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
26228         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
26229         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
26230         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
26231         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
26232
26233         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
26234         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
26235         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
26236         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
26237         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
26238         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
26239         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
26240         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
26241         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
26242
26243         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
26244         string.h any more.
26245
26246         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
26247         not the default value.
26248
26249         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
26250         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
26251         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
26252         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
26253         Also check for iswcntrl, used for wcwidth fallback.
26254         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
26255         to Autoconf 2.13.
26256
26257 2001-08-03  Jim Meyering  <meyering@lucent.com>
26258
26259         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
26260         as it was in the original.  Reported by Paul Eggert.
26261
26262 2001-07-16  Jim Meyering  <meyering@lucent.com>
26263
26264         * m4/gettimeofday.m4: New file.
26265         Prompted by a report from Bernhard Baehr.
26266
26267 2001-07-15  Jim Meyering  <meyering@lucent.com>
26268
26269         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
26270         stuff. Now it's in ../Makefile.cfg.
26271
26272 2001-07-15  Jim Meyering  <meyering@lucent.com>
26273
26274         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
26275         (BUILT_SOURCES): Add unlocked-io.h.
26276         (io_functions): Define.
26277         (unlocked-io.h): New rule.
26278         (DISTCLEANFILES): Add unlocked-io.h.
26279         (all-local): Depend on unlocked-io.h, to ensure it is created.
26280
26281         * lib/unlocked-io.hin: New file
26282
26283         * lib/regex.c: Update from glibc.
26284
26285 2001-07-05  Jim Meyering  <meyering@lucent.com>
26286
26287         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
26288         recommendation.
26289         (libfetish_a_SOURCES): Put all .h files here instead.
26290         Remove a thus-exposed (better checks in automake) duplicate and
26291         two unnecessary .h files.
26292
26293 2001-07-04  Jim Meyering  <meyering@lucent.com>
26294
26295         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
26296         that generates jm-glibc-io.m4 so that it doesn't trigger any make
26297         distcheck failure.
26298
26299 2001-07-02  Jim Meyering  <meyering@lucent.com>
26300
26301         The following changes were prompted by suggestions from Bruno Haible.
26302
26303         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
26304         is now generated.
26305         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
26306         definition of EXTRA_DIST.
26307         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
26308         ensure that the generated file is created/updated whenever the list
26309         of $(unlocked_functions) is changed.
26310         (jm-glibc-io.m4): New rule.
26311         (unlocked-io.h): New rule -- currently unused.
26312
26313 2001-06-24  Jim Meyering  <meyering@lucent.com>
26314
26315         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
26316         unmatched right bracket, rather than kludging it with an extra,
26317         falsely-matching quote in a comment.  Patch by Akim Demaille.
26318
26319 2001-06-11  Jim Meyering  <meyering@lucent.com>
26320
26321         * lib/regex.c: Update from GNU libc.
26322
26323 2001-05-27  Jim Meyering  <meyering@lucent.com>
26324
26325         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
26326         Check for ut_type in struct utmp.
26327
26328 2001-05-27  Jim Meyering  <meyering@lucent.com>
26329
26330         * lib/readutmp.h (UT_TYPE): Define.
26331
26332 2001-05-24  Jim Meyering  <meyering@lucent.com>
26333
26334         * lib/argmatch.c: Include "quote.h".
26335         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
26336         quote function.  Reported by Göran Uddeborg.
26337
26338 2001-05-22  Jim Meyering  <meyering@lucent.com>
26339
26340         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
26341         now that we use the package-supplied version unconditionally.
26342         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
26343
26344 2001-05-21  Jim Meyering  <meyering@lucent.com>
26345
26346         * m4/regex.m4: Change a couple backticks to single quotes to avoid
26347         shell syntax errors.
26348
26349 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26350
26351         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
26352
26353 2001-05-20  Paul Eggert  <eggert@twinsun.com>
26354
26355         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
26356         Don't bother to check library strftime, since
26357         we'll be using our own my_strftime function anyway.
26358         Define my_strftime instead of strftime.
26359
26360 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
26361
26362         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
26363         which is not yet declared.
26364
26365 2001-05-15  Jim Meyering  <meyering@lucent.com>
26366
26367         * m4/regex.m4: Use proper quoting so brackets appear in the test
26368         program.
26369         Reported by, and with help from, Bruno Haible.
26370
26371 2001-05-13  Jim Meyering  <meyering@lucent.com>
26372
26373         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
26374         undefined.
26375
26376 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26377
26378         dirname code cleanup.  base_name now behaves more compatibly
26379         with POSIX basename when given file names that have trailing
26380         slashes, and similarly for dir_name.  Add new primitives
26381         base_len and dir_len.  Put the directory-name-related decls
26382         into dirname.h.
26383
26384         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
26385         * lib/backupfile.c (base_name): Likewise.
26386         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
26387         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
26388         * lib/makepath.c (strip_trailing_slashes): Likewise.
26389         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
26390         ISSLASH): Likewise.
26391         * lib/rename.c (strip_trailing_slashes): Likewise.
26392         * lib/same.c (base_name): Likewise.
26393         * lib/stripslash.c (ISSLASH): Likewise.
26394
26395         * lib/addext.c: Include <dirname.h> after size_t is defined.
26396         * lib/backupfile.c: Likewise.
26397
26398         * lib/addext.c (addext): Use base_len to trim redundant
26399         trailing slashes instead of doing it ourselves.
26400         But do not trim the last slash if it is not redundant.
26401
26402         * lib/backupfile.c (find_backup_file_name,
26403         max_backup_version): Use base_len instead of rolling it ourselves.
26404         Handle the case of "" and (on DOS) "C:" correctly.
26405
26406         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
26407         needed. Include <string.h>, <dirname.h>.
26408         (base_name): Allow file names ending in slashes, other than names
26409         that are all slashes.  In this case, return the basename followed
26410         by the slashes.  This is more general, and can be used in places
26411         where the original base_name purposely had an assertion failure.
26412         (base_len): New function.
26413
26414         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
26415         Do not include <assert.h>; no longer needed.
26416         Include xalloc.h.
26417         (memrchr): Remove decl.
26418         (dir_name_r): Remove.
26419         (dir_len): Renamed from dirlen.  All callers changed.
26420         Rewrite in terms of base_name, for simplicity and consistency.
26421         (dir_name): Never return NULL.  All callers changed.
26422         Do not include <stdlib.h> in test program; no longer needed.
26423         return 0; is fine for test program.
26424
26425         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
26426         New macros.
26427         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
26428
26429         * lib/path-concat.c (path_concat): Use base_len to compute
26430         base length, not strlen; this means we cannot rely on memcpy
26431         to null-terminate.
26432
26433         * lib/same.c (STREQ): Remove.
26434         (same_name): Handle the case where the basename ends in trailing '/'.
26435
26436         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
26437         a slash was stripped.  Do not strip the last slash after a
26438         file system prefix.
26439
26440 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26441
26442         * lib/Makefile.am (libfetish_a_SOURCES):
26443         Add strftime.c, since we now compile it on all hosts.
26444
26445         * lib/strftime.c (my_strftime):
26446         Define to nstrftime if emacs, but only if my_strftime is not defined.
26447         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
26448         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
26449         Add one more extra argument: a nanoseconds value.
26450         All uses changed.
26451         (ns): New macro.
26452         (my_strftime function): Add %N format.
26453         (emacs_strftimeu): Renamed from emacs_strftime,
26454         with extra ut argument.
26455
26456 2001-05-09  Paul Eggert  <eggert@twinsun.com>
26457
26458         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
26459
26460 2001-04-21  Jim Meyering  <meyering@lucent.com>
26461
26462         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
26463         doesn't interfere.
26464
26465 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26466
26467         * m4/ftruncate.m4: Check for chsize.
26468         Link with ftruncate.o unconditionally if ftruncate is missing.
26469         This was required when cross-compiling to i586-mingw32msvc.
26470
26471 2001-04-08  Jim Meyering  <meyering@lucent.com>
26472
26473         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
26474         recomputed; that's necessary when the offset spans a DST transition.
26475         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
26476
26477 2001-04-02  Jim Meyering  <meyering@lucent.com>
26478
26479         * lib/regex.h, regex.c: Update from GNU libc.
26480
26481 2001-03-24  Jim Meyering  <meyering@lucent.com>
26482
26483         * m4/jm-macros.m4: Require autoconf-2.49d.
26484
26485 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
26486
26487         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
26488
26489 2001-03-19  Paul Eggert  <eggert@twinsun.com>
26490
26491         * lib/version-etc.c (version_etc_copyright): Update to 2001.
26492
26493 2001-03-17  Jim Meyering  <meyering@lucent.com>
26494
26495         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
26496         now that the version in autoconf is equivalent.
26497         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
26498
26499         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
26500         Suggestion from Akim Demaille.
26501
26502         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
26503         (jm_PREREQ_TEMPNAME): New function.
26504
26505 2001-03-16  Paul Eggert  <eggert@twinsun.com>
26506
26507         * lib/tempname.c (uint64_t): Define to uintmax_t if
26508         not defined, and if UINT64_MAX is not defined.
26509         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
26510         Reported by John David Anglin.
26511
26512 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
26513
26514         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
26515         resolve alias if codeset is empty.
26516         * lib/config.charset (BeOS): Use wildcard syntax.
26517
26518 2001-03-13  Jim Meyering  <meyering@lucent.com>
26519
26520         * lib/path-concat.c (path_concat)
26521         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
26522         concatenating e.g., `C:' and `foo'.
26523         From Bruno Haible.
26524
26525 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26526
26527         * lib/localcharset.c (locale_charset): Don't use
26528         setlocale(LC_CTYPE,NULL). Don't return NULL.
26529         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
26530
26531 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26532
26533         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
26534         support for DOS/DJGPP.
26535
26536 2001-03-01  Paul Eggert  <eggert@twinsun.com>
26537
26538         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
26539         lacks mkstemp.  Compile our own tempname.c if we compile our own
26540         mkstemp.c, as mkstemp relies on tempname.
26541
26542 2001-03-01  Jim Meyering  <meyering@lucent.com>
26543
26544         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
26545         AH_VERBATIM really does output its argument verbatim.
26546
26547 2001-02-28  Paul Eggert  <eggert@twinsun.com>
26548
26549         * lib/Makefile.am (libfetish_a_SOURCES):
26550         Add dup-safer.c, fopen-safer.c.
26551         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
26552
26553         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
26554         * lib/unistd-safer.h: New files.
26555
26556 2001-02-25  Paul Eggert  <eggert@twinsun.com>
26557
26558         The mkstemp replacement is taken from glibc 2.2.2, with some
26559         portability fixes for use outside glibc, as follows:
26560
26561         * lib/tempname.c (struct_stat64): New macro.
26562         (direxists, __gen_tempname): Use it.
26563         This avoids a portability problem with Solaris 8.
26564
26565         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
26566         (<stddef.h>, <stdint.h>, <string.h>):
26567         Include only if STDC_HEADERS || _LIBC.
26568         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
26569         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
26570         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
26571         (__set_errno): Define this macro if <errno.h> doesn't.
26572         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
26573         Define these macros if <stdio.h> doesn't.
26574         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
26575         Define these macros if <sys/stat.h>
26576         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
26577         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
26578         __xstat64): Define if not _LIBC.
26579         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
26580         (__gen_tempname): Invoke gettimeofday only if
26581         HAVE_GETTIMEOFDAY || _LIBC;
26582         otherwise, fall back on plain "time".
26583         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
26584
26585         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
26586
26587         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
26588
26589 2001-02-18  Paul Eggert  <eggert@twinsun.com>
26590
26591         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
26592
26593 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26594
26595         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
26596         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
26597         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
26598         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
26599
26600 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26601
26602         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
26603         Remove workaround macros for hosts that have mbrtowc but not
26604         mbstate_t, as we now insist on proper declarations for both
26605         before using mbrtowc.
26606
26607 2001-02-17  Jim Meyering  <meyering@lucent.com>
26608
26609         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
26610         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
26611         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
26612         UnixWare 7.1.1.
26613
26614         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
26615         rather than AC_CACHE_VAL.
26616
26617 2001-02-17  Jim Meyering  <meyering@lucent.com>
26618
26619         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
26620         around included file name.
26621
26622         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
26623
26624         * lib/strftime.c: Update from GNU libc (the only changes were to
26625         comments).
26626
26627 2001-02-17  Jim Meyering  <meyering@lucent.com>
26628
26629         * lib/regex.c: Update from libc.
26630
26631 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
26632
26633         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
26634         clash.
26635
26636 2001-02-16  Paul Eggert  <eggert@twinsun.com>
26637
26638         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
26639         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
26640         Reported by Mark Hounschell via Paul Eggert.
26641
26642 2001-02-07  Jim Meyering  <meyering@lucent.com>
26643
26644         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
26645
26646 2001-02-05  Jim Meyering  <meyering@lucent.com>
26647
26648         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
26649         it includes the patch required for `large file' support with at least
26650         HP-UX's 10.20 /bin/cc.
26651
26652 2001-02-03  Jim Meyering  <meyering@lucent.com>
26653
26654         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
26655         AS_IF, now that it works once again (mysteriously).
26656         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26657
26658 2001-01-30  Jim Meyering  <meyering@lucent.com>
26659
26660         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
26661         * m4/chown.m4: Rename conftestchown to conftest.chown.
26662         * m4/rename.m4: s/conftestdir/conftest.d1/ and
26663         s/conftestdir2/conftest.d2/.
26664         * m4/utimes.m4: s/conftestdata/conftest.data/
26665         Inspired by Pavel Roskin's change in autoconf.
26666
26667 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
26668
26669         * lib/config.charset: Update for FreeBSD 4.2.
26670
26671 2001-01-27  Jim Meyering  <meyering@lucent.com>
26672
26673         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
26674         a use of AS_IF.
26675         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26676
26677 2001-01-26  Jim Meyering  <meyering@lucent.com>
26678
26679         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
26680         quotearg.c includes it.
26681
26682 2001-01-26  Jim Meyering  <meyering@lucent.com>
26683
26684         * lib/quotearg.c: Include stddef.h.
26685         * lib/quote.c: Include stddef.h.
26686         Reported by Axel Kittenberger.
26687
26688         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
26689         line in double quotes so that it evokes a better diagnostic.
26690         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
26691         Reported by Axel Kittenberger.
26692
26693 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
26694
26695         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
26696         as if it was a `charset'.
26697
26698 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26699
26700         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
26701         has const.
26702
26703 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26704
26705         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
26706         to avoid a warning.  Add back 'const' to inptr.
26707
26708 2001-01-20  Jim Meyering  <meyering@lucent.com>
26709
26710         Be sure that headers are checked before used in code compiled
26711         for the type checks.
26712         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
26713         In place of that, invoke jm_CHECK_ALL_TYPES.
26714         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
26715         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
26716         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
26717         The check for ssize_t was mistakenly run before the test for unistd.h.
26718
26719         The configure-time check for stdbool.h was missing.
26720         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
26721         (jm_PREREQ_HASH): New function.
26722
26723 2001-01-17  Jim Meyering  <meyering@lucent.com>
26724
26725         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
26726         for autoconf-2.49c.
26727         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
26728
26729 2001-01-16  Jim Meyering  <meyering@lucent.com>
26730
26731         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
26732         From Bruno Haible.
26733
26734 2001-01-14  Jim Meyering  <meyering@lucent.com>
26735
26736         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
26737         foo and bar.  Create conftestdir/ in the script, not in the C code.
26738         Remove directories in the script, not in the C code.
26739         Remove conftestdir{,2} before trying to create the directory.
26740         Make the entire configure script fail if the mkdir fails.
26741
26742 2001-01-14  Jim Meyering  <meyering@lucent.com>
26743
26744         * lib/rename.c: New file.  From Volker Borchert.
26745         Include stdlib.h, string.h or strings.h, and xalloc.h.
26746         Use strip_trailing_slashes rather than open-coding it.
26747
26748 2001-01-03  Paul Eggert  <eggert@twinsun.com>
26749
26750         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
26751
26752 2001-01-03  Jim Meyering  <meyering@lucent.com>
26753
26754         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
26755         of local `inptr' to avoid warning with some system declarations of
26756         iconv.
26757
26758 2001-01-02  Volker Borchert  <bt@teknon.de>
26759
26760         * m4/rename.m4: New file.
26761         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
26762
26763 2001-01-01  Jim Meyering  <meyering@lucent.com>
26764
26765         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
26766         even on systems with utmpx.h.  It's necessary for the declaration of
26767         utmp's ut_user member.  Reported by Andreas Jaeger.
26768
26769         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
26770         available. They are required for the declarations of getgrgid and
26771         getpwuid resp.
26772         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
26773         Reported by Andreas Jaeger.
26774
26775 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
26776
26777         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
26778         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
26779         so `make install' also works in VPATH builds.
26780
26781 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
26782
26783         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
26784         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
26785         can be used in subdirectories.
26786
26787 2000-12-29  Paul Eggert  <eggert@twinsun.com>
26788
26789         * lib/modechange.c: Do not assume that mode_t uses the
26790         traditional octal encoding.  E.g. "chmod 1 FOO" should set
26791         the other-execute bit of FOO even if S_IXOTH != 1.
26792
26793         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
26794         WOTH, XOTH, ALLM): New macros.
26795         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
26796          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
26797         Use them.
26798         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
26799         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
26800         (mode_compile):
26801         No need to use uintmax_t; unsigned long is long enough.
26802         Don't bother to get suffix since we don't use it.
26803
26804 2000-12-26  Jim Meyering  <meyering@lucent.com>
26805
26806         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
26807         better with autoheader.
26808
26809 2000-12-24  Jim Meyering  <meyering@lucent.com>
26810
26811         * lib/hash.c (is_prime): Return explicit boolean values.
26812         (hash_get_first): Return NULL to appease Irix5.6's 89.
26813         Reported by Nelson Beebe.
26814
26815 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
26816
26817         * lib/localcharset.c (locale_charset): Add support for Win32.
26818
26819 2000-12-18  Paul Eggert  <eggert@twinsun.com>
26820
26821         * lib/physmem.h, lib/physmem.c: New files.
26822
26823         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
26824         (noinst_HEADERS): Add physmem.h.
26825
26826         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
26827         't' for compatibility with Solaris 8 sort.
26828
26829 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
26830
26831         * lib/config.charset: Add support for BeOS.
26832
26833 2000-12-17  Jim Meyering  <meyering@lucent.com>
26834
26835         * m4/dos.m4 (jm_AC_DOS): New file and macro.
26836         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
26837
26838 2000-12-16  Jim Meyering  <meyering@lucent.com>
26839
26840         This bug had a serious impact on chown: `chown N:M FILE' (for integer
26841         N and M) would have treated it like `chown N:N FILE'.
26842
26843         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
26844
26845 2000-12-16  Jim Meyering  <meyering@lucent.com>
26846
26847         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
26848         SHELLS_FILE to a file name that's useful on djgpp systems.
26849         Include stdlib.h.
26850         (ADDITIONAL_DEFAULT_SHELLS): Define.
26851         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
26852         Based mostly on a patch from Prashant TR.
26853
26854 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
26855
26856         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
26857         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
26858         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
26859
26860 2000-12-08  Andreas Schwab  <schwab@suse.de>
26861
26862         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
26863         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
26864
26865 2000-12-07  Jim Meyering  <meyering@lucent.com>
26866
26867         * lib/stripslash.c (ISSLASH): Define.
26868         (strip_trailing_slashes): Use ISSLASH rather than comparing against
26869         `/'.
26870         From Prashant TR.
26871
26872         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
26873         (dir_name_r): Declare this function as static.
26874         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
26875         manifest itself on a name containing a mix of slashes and
26876         backslashes.
26877         Make this function work with names starting with a DOS-style
26878         drive letter and colon prefix.
26879         (dir_name): Append `.' if necessary.
26880         Based mostly on patches from Prashant TR and Eli Zaretskii.
26881
26882         * lib/dirname.h (dir_name_r): Remove prototype.
26883
26884 2000-12-06  Paul Eggert  <eggert@twinsun.com>
26885
26886         * m4/off_t-format.m4: Remove this file.
26887         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
26888
26889 2000-12-06  Jim Meyering  <meyering@lucent.com>
26890
26891         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
26892         replacement strtoull, we may well need the replacement strtoul, too.
26893         Check for declarations of strtoul and strtoull.
26894         Check for strtol.  Mainly as a cue to cause automake to include
26895         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
26896         Check for limits.h -- strtol.c needs it.
26897
26898 2000-12-05  Jim Meyering  <meyering@lucent.com>
26899
26900         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
26901
26902 2000-12-04  Jim Meyering  <meyering@lucent.com>
26903
26904         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
26905         Also include memory.h, stdlib.h, unistd.h if appropriate.
26906         Reported by Andreas Jaeger (conflicting declaration of malloc).
26907
26908 2000-12-02  Jim Meyering  <meyering@lucent.com>
26909
26910         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
26911         * m4/jm-macros.m4 (jm_MACROS): require it.
26912
26913 2000-12-02  Jim Meyering  <meyering@lucent.com>
26914
26915         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
26916
26917 2000-12-01  Paul Eggert  <eggert@twinsun.com>
26918
26919         * lib/memrchr.c: Include <config.h> before any system include file.
26920
26921 2000-11-30  Jim Meyering  <meyering@lucent.com>
26922
26923         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
26924
26925 2000-11-30  Jim Meyering  <meyering@lucent.com>
26926
26927         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
26928
26929 2000-11-29  Paul Eggert  <eggert@twinsun.com>
26930
26931         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
26932
26933 2000-11-26  Jim Meyering  <meyering@lucent.com>
26934
26935         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
26936
26937 2000-11-22  Paul Eggert  <eggert@twinsun.com>
26938
26939         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
26940         size of (size_t) -1; it's not portable.
26941
26942 2000-11-17  Jim Meyering  <meyering@lucent.com>
26943
26944         * lib/strstr.c: Update from GNU libc.
26945
26946 2000-11-17  Akim Demaille  <akim@epita.fr>
26947
26948         * lib/obstack.h: Formatting changes.
26949         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
26950         prevent type checking.
26951         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
26952         cast the value to (void *): assigning a `foo *' to a `void *'
26953         variable is valid.
26954         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
26955
26956 2000-11-16  Jim Meyering  <meyering@lucent.com>
26957
26958         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
26959
26960 2000-11-11  Jim Meyering  <meyering@lucent.com>
26961
26962         * lib/error.c: Add a couple #includes, merging from GNU libc version.
26963
26964 2000-11-10  Jim Meyering  <meyering@lucent.com>
26965
26966         * lib/obstack.h: Update from GNU libc.
26967         * lib/obstack.c: Likewise.
26968
26969 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
26970
26971         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
26972
26973 2000-11-06  Paul Eggert  <eggert@twinsun.com>
26974
26975         * lib/getusershell.c (setusershell): Use rewind rather than
26976         fseek/fseeko, to avoid configuration hassles with fseeko.
26977         Don't bother opening SHELLS_FILE if shellstream is NULL;
26978         it's not necessary.
26979
26980 2000-11-05  Jim Meyering  <meyering@lucent.com>
26981
26982         * lib/makepath.h (make_dir): Declare.
26983         * lib/makepath.c (make_dir): Remove `static' attribute.
26984         Tweak a comment.
26985
26986 2000-11-04  Jim Meyering  <meyering@lucent.com>
26987
26988         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
26989
26990 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
26991
26992         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
26993         last one in a bucket, advance to the next bucket.
26994
26995 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
26996
26997         * lib/fnmatch.c: Do not comment out all the code if we are using
26998         the GNU C library, because in some cases we are replacing buggy
26999         code in the GNU C library itself.
27000
27001 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
27002
27003         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
27004         (regex_compile): Catch bogus \(\1\).
27005
27006 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27007
27008         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
27009         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
27010         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
27011
27012 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27013
27014         * lib/error.h, getline.h, modechange.h:
27015         Remove "2000" from Copyright line, as the file hasn't been
27016         changed this year other than in the copyright notice.
27017
27018         * lib/xalloc.h: Add "2000" to Copyright line, as this file
27019         was changed this year.
27020
27021 2000-10-29  Jim Meyering  <meyering@lucent.com>
27022
27023         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
27024         renaming.
27025         * m4/ls-mntd-fs.m4: Likewise
27026
27027 2000-10-29  Jim Meyering  <meyering@lucent.com>
27028
27029         * lib/xstat.in: Fix grammar in comment.
27030
27031 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
27032
27033         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
27034         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
27035         doesn't define __restrict_arr.
27036
27037 2000-10-28  Jim Meyering  <meyering@lucent.com>
27038
27039         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
27040         (jm_PREREQ_MEMCHR): New function.
27041
27042 2000-10-28  Jim Meyering  <meyering@lucent.com>
27043
27044         * lib/memchr.c: Update from libc.
27045         Adjust for portability:
27046         [HAVE_STDLIB_H]: Include stdlib.h.
27047         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
27048         Undef __memchr, too.
27049         [!weak_alias]: Define __memchr to memchr.
27050
27051         * lib/regex.c: Update from libc.
27052         * lib/regex.h: Likewise.
27053         * lib/getopt1.c: Likewise.
27054         * lib/memcmp.c: Likewise.
27055
27056         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
27057         Avoid using fseek, when possible -- it's broken by design.
27058         Patch by Ulrich Drepper.
27059
27060 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
27061
27062         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
27063         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
27064         Giving in to popular pressure to shut up the compiler with casts.
27065
27066 2000-10-26  Jim Meyering  <meyering@lucent.com>
27067
27068         * lib/strftime.c: Update from libc.
27069
27070 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
27071
27072         * regex.c: More `unsigned char' -> `re_char' changes.
27073         Also change several `int' into `re_wchar_t'.
27074         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
27075         (PUSH_FAILURE_POINTER): Don't cast any more.
27076         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
27077         We want GCC to complain, since this piece of code makes
27078         re_match non-reentrant, which *should* be fixed.
27079         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
27080         (EXTEND_BUFFER): Use RETALLOC.
27081         (SET_LIST_BIT): Don't cast.
27082         (re_wchar_t): New type.
27083         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
27084         that those two functions will always properly return.
27085         (IMMEDIATE_QUIT_CHECK): Cast to void.
27086         (analyse_first): Use recursion rather than an explicit stack.
27087         (re_compile_fastmap): Can't fail anymore.
27088         (re_search_2): Don't check re_compile_fastmap for failure.
27089         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
27090         Now also sets the new value (passed in a new argument).
27091         (re_match_2_internal): Use it.
27092         Also, use a new var `reg' of type size_t when looping through regs
27093         rather than reuse the inappropriate `mcnt'.
27094
27095 2000-10-25  Jim Meyering  <meyering@lucent.com>
27096
27097         * lib/obstack.c: Update from libc.
27098
27099 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
27100
27101         * regex.c (regex_compile): Change the way of handling a range from
27102         a char less than 256 to a char not less than 256.
27103
27104 2000-10-24  Andrew Innes  <andrewi@gnu.org>
27105
27106         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
27107         NT-Emacs only.
27108         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
27109         so that re_search functions only quit when callers expect them to.
27110
27111 2000-10-23  Jim Meyering  <meyering@lucent.com>
27112
27113         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
27114         wrong.  That set_locale call must not have any side effects.
27115         From Paul Eggert.
27116
27117 2000-10-22  Jim Meyering  <meyering@lucent.com>
27118
27119         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
27120         [CYCLIC]: Remove now-unused definition.
27121
27122         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
27123         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
27124         Suggestion from Ulrich Drepper.
27125
27126 2000-10-21  Jim Meyering  <meyering@lucent.com>
27127
27128         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
27129         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
27130         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
27131
27132 2000-10-21  Jim Meyering  <meyering@lucent.com>
27133
27134         * lib/dirname.c (memrchr): Declare if necessary.
27135         (dir_name): Remove the restriction that there be no
27136         trailing slashes.  Now, this code skips past them, effectively
27137         ignoring them.
27138         [TEST_DIRNAME] (main): New unit tests.
27139
27140         * lib/memrchr.c: New file from GNU libc.
27141         Undef __memrchr, too.
27142         [!weak_alias]: Define __memrchr to memrchr.
27143         Guard weak_alias use with `#ifdef weak_alias'.
27144
27145 2000-10-21  Jim Meyering  <meyering@lucent.com>
27146
27147         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
27148         (dir_name): Use dir_name_r.
27149         * lib/dirname.h (dir_name_r): Declare it.
27150
27151 2000-10-17  Jim Meyering  <meyering@lucent.com>
27152
27153         * lib/quote.h (PARAMS): Define and use.
27154         Reported by Akim Demaille.
27155
27156         * lib/getopt.c: Update from libc.
27157
27158 2000-10-16  Jim Meyering  <meyering@lucent.com>
27159
27160         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
27161         setlocale.
27162         From Jan Fedak.
27163
27164 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
27165
27166         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
27167
27168 2000-09-25  Jim Meyering  <meyering@lucent.com>
27169
27170         * lib/md5.h (rol): Define (from GnuPG).
27171
27172         * lib/sha.c: Give credit (GnuPG) where due.
27173         (M): Use rol rather than open-coding it.
27174         Add a FIXME comment.
27175
27176 2000-09-21  Jim Meyering  <meyering@lucent.com>
27177
27178         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
27179         Reported by Michael Stone.
27180
27181 2000-09-20  Jim Meyering  <meyering@lucent.com>
27182
27183         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
27184         (noinst_HEADERS): Add sha.h.
27185         Based on code from Scott G. Miller and from GnuPG.
27186
27187 2000-09-18  Jim Meyering  <meyering@lucent.com>
27188
27189         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
27190         LIBS. Otherwise, everyone ends up linking with -lelf for some
27191         configurations.
27192         Reported by Mike Stone.
27193
27194 2000-09-15  Jim Meyering  <meyering@lucent.com>
27195
27196         * lib/regex.c: Update from libc.
27197
27198 2000-09-10  Jim Meyering  <meyering@lucent.com>
27199
27200         * lib/getopt.c (_getopt_internal): Update from glibc.
27201
27202 2000-09-09  Jim Meyering  <meyering@lucent.com>
27203
27204         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
27205         think it should be used as a general replacement for isascii.
27206         * lib/fnmatch.c: Likewise.
27207         * lib/mbswidth.c: Likewise
27208         * lib/regex.c: Likewise.
27209
27210         Don't use atoi.
27211         * lib/userspec.c: Include sys/param.h and limits.h.
27212         Include xstrtol.h.
27213         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27214         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
27215         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
27216         UID, GID.  Check range.
27217
27218 2000-09-06  Jim Meyering  <meyering@lucent.com>
27219
27220         * lib/getopt.c (_getopt_internal): Update from glibc.
27221
27222 2000-08-30  Jim Meyering  <meyering@lucent.com>
27223
27224         * lib/strftime.c: Merge in changes from GNU libc.
27225
27226 2000-08-26  Jim Meyering  <meyering@lucent.com>
27227
27228         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
27229         * m4/fpending.m4: New file.
27230
27231 2000-08-26  Jim Meyering  <meyering@lucent.com>
27232
27233         * lib/closeout.c: Include "__fpending.h".
27234         (close_stdout_status): Return right away if there's nothing to flush.
27235
27236         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
27237         * lib/__fpending.c: New file.
27238         * lib/__fpending.h: New file.
27239
27240 2000-08-20  Jim Meyering  <meyering@lucent.com>
27241
27242         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
27243         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
27244         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
27245
27246 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
27247
27248         Improve fileutils installation on systems where running
27249         programs (like install) can't be unlinked.
27250         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
27251         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
27252
27253 2000-08-07  Paul Eggert  <eggert@twinsun.com>
27254
27255         Standardize on "memory exhausted" instead of "Memory exhausted"
27256         or "virtual memory exhausted".
27257         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
27258         "virtual memory exhausted".
27259         * lib/same.c (same_name): Invoke xalloc_die instead of printing
27260         our own message.
27261         * lib/userspec.c (parse_user_spec): Likewise.
27262         * lib/bumpalloc.h: comment fix
27263         * lib/same.c, userspec.c: Include xalloc.h.
27264
27265         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
27266         not char *const and pointing to a constant array.
27267         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
27268         (xrealloc): Comment fix.
27269
27270         * lib/userspec.c (parse_user_spec):
27271         Don't translate a message until just before returning,
27272         to avoid unnecessary translation.
27273
27274 2000-08-07  Jim Meyering  <meyering@lucent.com>
27275
27276         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
27277         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
27278         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
27279         getgroups.c, gethostname.c, getopt.h, group-member.c,
27280         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
27281         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
27282         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
27283         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
27284         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
27285         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
27286         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
27287         yesno.c: Back out Copyright date changes for each file with no change
27288         this year.  This eases coordination with other programs using the same
27289         source code modules.  From Paul Eggert.
27290
27291 2000-08-06  Paul Eggert  <eggert@twinsun.com>
27292
27293         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
27294         not char, for compatibility with glibc 2.1.3 strftime.c.
27295
27296 2000-08-03  Greg McGary  <greg@mcgary.org>
27297
27298         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
27299         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
27300         (EXTEND_BUFFER): Use them.
27301
27302 2000-08-01  Jim Meyering  <meyering@lucent.com>
27303
27304         * lib/dirname.c (ISSLASH): Define.
27305         (BACKSLASH_IS_PATH_SEPARATOR): Define.
27306         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
27307         both `\' and `/' may be use as path separators.
27308         Based on a patch from Prashant TR.
27309
27310 2000-07-31  Paul Eggert  <eggert@twinsun.com>
27311
27312         * lib/quotearg.c (quotearg_n_options): Don't make the initial
27313         slot vector a constant, since it might get modified.
27314
27315 2000-07-31  Jim Meyering  <meyering@lucent.com>
27316
27317         * lib/xmalloc.c: Use `virtual memory exhausted', not
27318         `Memory exhausted'.
27319         * lib/obstack.c (print_and_abort): Likewise.
27320
27321 2000-07-30  Paul Eggert  <eggert@twinsun.com>
27322
27323         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
27324         buffer, so that the caller can always quote one small
27325         component of a "memory exhausted" message in slot 0.
27326         From a suggestion by Jim Meyering.
27327
27328 2000-07-30  Jim Meyering  <meyering@lucent.com>
27329
27330         * lib/makepath.c (make_path): Quote the other instance, too.
27331
27332         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
27333         (STATIC_BUF_SIZE): Define.
27334         (quotearg_n_options): Use only statically allocated storage when
27335         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
27336         than STATIC_BUF_SIZE.
27337
27338 2000-07-29  Jim Meyering  <meyering@lucent.com>
27339
27340         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
27341         * lib/dirname.c (dir_name): Likewise.
27342
27343         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
27344         `/'.
27345
27346         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
27347         (dir_name): Assert that there are no trailing slashes.
27348
27349 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
27350
27351         * lib/mbswidth.h (mbswidth): Add a flags argument.
27352         (mbswidth): New declaration.
27353         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
27354         * lib/mbswidth.c (mbswidth): Add a flags argument.
27355         (mbsnwidth): New function.
27356
27357 2000-07-24  Jim Meyering  <meyering@lucent.com>
27358
27359         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
27360
27361 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27362
27363         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
27364
27365 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27366
27367         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
27368         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
27369         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
27370         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
27371         invoke multibyte primitives.
27372
27373 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27374
27375         * lib/quotearg.c:
27376         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
27377         so that mbstate_t is always defined.
27378
27379         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
27380         be 1 in at least one GCC installation, and this configuration
27381         error is likely to be common.  Ignoring MB_LEN_MAX hurts
27382         performance on hosts that have mbrtowc but have only unibyte
27383         locales, but I assume these hosts are rare.
27384
27385 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27386
27387         * lib/mbswidth.c (_XOPEN_SOURCE):
27388         Don't define; this causes problems on Solaris 7.
27389         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
27390
27391 2000-07-23  Jim Meyering  <meyering@lucent.com>
27392
27393         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
27394         too: getgrgid, getpwuid, getuid.
27395
27396 2000-07-23  Jim Meyering  <meyering@lucent.com>
27397
27398         * lib/basename.c (base_name): Add an assertion.
27399
27400 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
27401
27402         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
27403         shadow its mbsinit function.
27404
27405 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27406
27407         * lib/mbswidth.h: New file.
27408         * lib/mbswidth.c: New file.
27409         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
27410         (noinst_HEADERS): Add mbswidth.h.
27411
27412 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27413
27414         * lib/config.charset: Add support for FreeBSD. Improve support for
27415         HP-UX and IRIX 6.
27416
27417 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
27418
27419         * m4/mbswidth.m4: New file.
27420         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
27421
27422 2000-07-15  Jim Meyering  <meyering@lucent.com>
27423
27424         * lib/makepath.c: Include quote.h.
27425         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
27426         corresponding argument in a `quote (...)' call.
27427         Give better diagnostics.
27428
27429         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
27430         (noinst_HEADERS): Add quote.h.
27431
27432         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
27433         from tar's src/misc.c.
27434         * lib/quote.h: New file.  Prototypes for same.
27435
27436 2000-07-14  Paul Eggert  <eggert@twinsun.com>
27437
27438         From a suggestion by Bruno Haible.
27439         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
27440         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
27441         to decide whether to define the BeOS workaround macro;
27442         this adjusts to the change to AC_MBSTATE_T.
27443
27444 2000-07-14  Jim Meyering  <meyering@lucent.com>
27445
27446         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
27447         jm_AC_TYPE_UINTMAX_T.
27448
27449 2000-07-13  Paul Eggert  <eggert@twinsun.com>
27450
27451         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
27452
27453         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
27454         quotearg_buffer_restyled): Add support for
27455         clocale_quoting_style.  Undo previous change to
27456         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
27457         and "{RIGHT QUOTATION MARK}" msgids.
27458
27459 2000-07-10  Paul Eggert  <eggert@twinsun.com>
27460
27461         From a suggestion by Bruno Haible.
27462         * m4/mbstate_t.m4 (AC_MBSTATE_T):
27463         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
27464         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
27465         and mbstate_t, to a single-part test that simply defines mbstate_t.
27466         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
27467         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
27468
27469 2000-07-10  Jim Meyering  <meyering@lucent.com>
27470
27471         * m4/strerror_r.m4: Mirror the correction made in autoconf.
27472
27473         * m4/gnu-source.m4: Output to confdefs.h directly.
27474         Suggestion from Akim Demaille.
27475
27476 2000-07-09  Paul Eggert  <eggert@twinsun.com>
27477
27478         The old behavior of quoting `like this' doesn't look good with
27479         newer, ISO-style fonts.  See:
27480         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
27481
27482         Instead, quote "like this" by default.  Let the translator
27483         tailor the locale-specific quoting behavior by providing
27484         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
27485
27486         * lib/quotearg.c (N_): New macro.
27487         (gettext_default): New function.
27488         (quotearg_buffer_restyled): Use
27489         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
27490         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
27491
27492 2000-07-09  Jim Meyering  <meyering@lucent.com>
27493
27494         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
27495         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
27496
27497         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
27498         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
27499
27500 2000-07-09  Jim Meyering  <meyering@lucent.com>
27501
27502         * lib/Most files: Update copyright dates to include 2000.
27503
27504 2000-07-08  Jim Meyering  <meyering@lucent.com>
27505
27506         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
27507         if not defined.
27508         (xgethostname): Remove now-unnecessary #ifdef.
27509         Move declaration of `err' into loop where it's used.
27510
27511 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27512         and Bruno Haible  <haible@clisp.cons.org>
27513
27514         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
27515         only if the test for an object-type mbstate_t fails.  This
27516         prevents us from mistakenly reporting that mbstate_t is a
27517         system object type after we "#define mbstate_t int" to work
27518         around its lack.
27519
27520 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27521         and Bruno Haible  <haible@clisp.cons.org>
27522
27523         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
27524
27525 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27526
27527         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
27528         to strerror_r.
27529         Include <ctype.h> for use of isalpha.
27530
27531 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27532
27533         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
27534         by allocating a larger buffer. Test the gethostname return value for
27535         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
27536         returns an error and ENAMETOOLONG isn't defined.
27537
27538 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27539
27540         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
27541         dimension.
27542
27543 2000-07-04  Jim Meyering  <meyering@lucent.com>
27544
27545         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
27546         of the deprecated AC_CHECKING.
27547
27548 2000-07-04  Jim Meyering  <meyering@lucent.com>
27549
27550         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
27551         Reported by Bruno Haible.
27552
27553 2000-07-04  Jim Meyering  <meyering@lucent.com>
27554
27555         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
27556         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
27557         lacks mbrtowc.
27558
27559 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27560
27561         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
27562         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
27563
27564 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27565         and Bruno Haible  <haible@clisp.cons.org>
27566
27567         * lib/quotearg.c (mbrtowc):
27568         Assign to *pwc, and return 1 only if result is nonzero.
27569         (iswprint): Use ISPRINT when substituting our own mbrtowc.
27570
27571 2000-07-03  Jim Meyering  <meyering@lucent.com>
27572
27573         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
27574
27575 2000-07-03  Jim Meyering  <meyering@lucent.com>
27576
27577         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
27578         This is necessary to get a definition of e.g., UTMP_FILE on
27579         HP-UX 10.20.
27580         From Bob Proulx.
27581
27582 2000-07-02  Jim Meyering  <meyering@lucent.com>
27583
27584         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
27585
27586         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
27587         AC_LIBOBJ(function_name).
27588         * m4/chown.m4: Likewise.
27589         * m4/fnmatch.m4: Likewise.
27590         * m4/ftruncate.m4: Likewise.
27591         * m4/getgroups.m4: Likewise.
27592         * m4/getline.m4: Likewise.
27593         * m4/group-member.m4: Likewise.
27594         * m4/jm-macros.m4: Likewise.
27595         * m4/lstat.m4: Likewise.
27596         * m4/malloc.m4: Likewise.
27597         * m4/memcmp.m4: Likewise.
27598         * m4/nanosleep.m4: Likewise.
27599         * m4/putenv.m4: Likewise.
27600         * m4/realloc.m4: Likewise.
27601         * m4/regex.m4: Likewise.
27602         * m4/stat.m4: Likewise.
27603         * m4/strftime.m4: Likewise.
27604
27605 2000-07-02  Jim Meyering  <meyering@lucent.com>
27606
27607         * lib/quotearg.c (mbstate_t): Don't define here.
27608
27609 2000-07-02  Jim Meyering  <meyering@lucent.com>
27610
27611         * lib/nanosleep.c (SIGCONT): Define if not already defined.
27612
27613 2000-07-01  Jim Meyering  <meyering@lucent.com>
27614
27615         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
27616
27617 2000-07-01  Jim Meyering  <meyering@lucent.com>
27618
27619         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
27620         problem.
27621
27622 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27623
27624         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
27625         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
27626
27627 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27628
27629         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
27630         per change in ../m4/ls-mntd-fs.m4.
27631         (read_filesystem_list): Ignore symbolic links.
27632
27633 2000-06-29  Jim Meyering  <meyering@lucent.com>
27634
27635         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
27636         for declaration of strcmp.
27637
27638         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
27639
27640         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
27641         Avoid warning by casting result to `char *' to remove `const'.
27642
27643 2000-06-28  Jim Meyering  <meyering@lucent.com>
27644
27645         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
27646         included by quotearg.c, for which we perform this test.  From
27647         Bruno Haible.
27648
27649 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27650
27651         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
27652         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
27653         <utmpx.h> exists, put readutmp.o into LIBOBJS.
27654
27655 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27656
27657         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
27658
27659 2000-06-26  Paul Eggert  <eggert@twinsun.com>
27660
27661         savedir now sets errno on failure and invokes xmalloc to get memory.
27662         Fix a couple of other minor bugs while we're at it.
27663
27664         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
27665         (NAMLEN): Remove macro.
27666         (malloc, realloc): Remove decls.
27667         (stpcpy): Likewise.
27668         ("xalloc.h"): Include.
27669         (NAME_SIZE_DEFAULT): New macro.
27670         (savedir): Use xmalloc / xrealloc to allocate memory.
27671         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
27672         Skip "" directory entries.
27673         Use strlen to calculate directory entry length, since the old method
27674         is rarely used these days and isn't worth supporting.
27675         Don't use a pointer after freeing it.
27676         Check for integer overflow when calculating allocation size.
27677         Use memcpy to copy entries, instead of stpcpy.
27678         Set errno properly when returning NULL.
27679         Check for readdir error.
27680
27681 2000-06-26  Jim Meyering  <meyering@lucent.com>
27682
27683         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
27684
27685 2000-06-25  Jim Meyering  <meyering@lucent.com>
27686
27687         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
27688         Linux header bug when _XOPEN_SOURCE is defined to 500.
27689
27690 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27691
27692         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
27693         deficiency.
27694
27695 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27696
27697         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
27698         Include xalloc.h.
27699         Don't include <stdlib.h>.  Don't declare malloc, realloc.
27700
27701 2000-06-24  Jim Meyering  <meyering@lucent.com>
27702
27703         * m4/strerror_r.m4: Revive this file -- to try out an experimental
27704         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
27705         for which strerror does return char*, but which lacks a conveniently
27706         accessible declaration of the function.  If the compile-test says
27707         strerror_r doesn't work, then resort to a `run'-test that works on
27708         BeOS and segfaults on DEC Unix.
27709
27710 2000-06-24  Jim Meyering  <meyering@lucent.com>
27711
27712         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
27713
27714 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27715
27716         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
27717         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
27718
27719 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27720
27721         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
27722         (mbrtowc, mbstate_t): Define substitutes if
27723         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
27724         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
27725         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
27726
27727 2000-06-23  Jim Meyering  <meyering@lucent.com>
27728
27729         * m4/afs.m4: Add missing AC_MSG_RESULT.
27730         Reported by Bruno Haible.
27731
27732         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
27733         Suggestion from Bruno Haible.
27734
27735 2000-06-23  Jim Meyering  <meyering@lucent.com>
27736
27737         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
27738
27739 2000-06-21  Jim Meyering  <meyering@lucent.com>
27740
27741         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
27742
27743 2000-06-21  Jim Meyering  <meyering@lucent.com>
27744
27745         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
27746         (noinst_HEADERS): Add getstr.h.
27747
27748         * lib/getline.c (getstr): Move into a separate file.
27749         * lib/getstr.c (getstr): New file, extracted from getline.c, with
27750         the following changes: new parameter, delim2; both delim[12]
27751         parameters have type `int', not `char'.  The latter would lose
27752         with 8-bit delimiters.
27753         * lib/getstr.h: New file.
27754
27755 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27756
27757         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
27758         than 1024, return a memory chunk of least possible size, instead
27759         of size PATH_MAX + 2. In the loop, increment the size proportionally.
27760         Use free/xmalloc instead of xrealloc to avoid copying for very long
27761         paths.
27762
27763 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27764
27765         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
27766         the empty string.
27767
27768 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27769
27770         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
27771         address, not strdup.  Include <stdlib.h> and don't declare free().
27772
27773 2000-06-19  Jim Meyering  <meyering@lucent.com>
27774
27775         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
27776
27777 2000-06-18  Jim Meyering  <meyering@lucent.com>
27778
27779         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
27780
27781         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
27782         `checking whether...' message to be consistent with that of the
27783         lstat test.
27784
27785 2000-06-18  Jim Meyering  <meyering@lucent.com>
27786
27787         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
27788         Besides, these days every porting target provides a mkdir function.
27789
27790         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
27791         needed. (this snippet comes from src/system.h).
27792
27793 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
27794
27795         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
27796
27797 2000-06-15  Paul Eggert  <eggert@twinsun.com>
27798
27799         * lib/human.c (adjust_value): New function.
27800         (human_readable_inexact): Apply rounding style even when
27801         printing approximate values.
27802
27803 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27804
27805         * lib/human.c (human_readable_inexact): Allow an input block
27806         size that is not a multiple of the output block size, and vice versa.
27807         Reported by Piergiorgio Sartor.
27808
27809 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27810
27811         * lib/getdate.y (get_date): Apply relative times after time
27812         zone indicator, not before.  Reported by Todd A. Jacobs.
27813
27814 2000-06-13  Jim Meyering  <meyering@lucent.com>
27815
27816         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
27817
27818         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
27819
27820 2000-06-12  Paul Eggert  <eggert@twinsun.com>
27821
27822         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
27823
27824 2000-06-12  Jim Meyering  <meyering@lucent.com>
27825
27826         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
27827         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
27828         optional argument.
27829         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
27830         the optional argument, `lib'.
27831
27832 2000-06-08  Jim Meyering  <meyering@lucent.com>
27833
27834         * m4/largefile.m4: Remove file (now that it's part of autoconf).
27835
27836 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27837
27838         Rewrite largefile configuration so that we don't need to run
27839         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
27840         AC_CANONICAL_HOST in configure.in -- jmm]
27841
27842         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
27843         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
27844         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
27845         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
27846         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
27847         All uses changed.
27848         Instead of inspecting the output of getconf, try to compile the
27849         test program without and with the macro definition.
27850         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
27851         for getconf.  Instead, check for the needed flags by compiling
27852         test programs.
27853
27854 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27855
27856         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
27857
27858 2000-06-04  Jim Meyering  <meyering@lucent.com>
27859
27860         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
27861         SunOS 4.1.4 for which gid_t is an unsigned type.
27862
27863 2000-06-03  Jim Meyering  <meyering@lucent.com>
27864
27865         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
27866         now that autoconf requires that.
27867
27868         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
27869         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
27870         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
27871
27872 2000-06-03  Jim Meyering  <meyering@lucent.com>
27873
27874         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
27875
27876 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27877
27878         * m4/glibc21.m4: New file.
27879         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
27880
27881 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27882
27883         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
27884         newer, don't install charset.alias.
27885         * lib/config.charset: Change the Linux/glibc rules so they become empty
27886         on glibc-2.1 or newer.
27887
27888 2000-06-02  Jim Meyering  <meyering@lucent.com>
27889
27890         * lib/mountlist.c: Back out last change.  Instead, do this...
27891         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
27892         me_dummy member using the same `ignore'-testing code.
27893         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
27894         fs_type strings.
27895         From Mark D. Roth.
27896
27897 2000-05-29  Jim Meyering  <meyering@lucent.com>
27898
27899         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
27900         mounts with the `ignore' attribute.  Based on a patch from
27901         Mark D. Roth.
27902
27903 2000-05-28  Jim Meyering  <meyering@lucent.com>
27904
27905         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
27906         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27907         * m4/stat.m4: Likewise.
27908         * m4/lstat.m4: Likewise.
27909         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
27910
27911         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
27912         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
27913
27914 2000-05-26  Jim Meyering  <meyering@lucent.com>
27915
27916         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
27917
27918 2000-05-24  Jim Meyering  <meyering@lucent.com>
27919
27920         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
27921         autoconf requires that.
27922         * m4/lib-check.m4: Likewise.
27923         * m4/jm-macros.m4: Likewise.
27924         * m4/strftime.m4: Likewise.
27925
27926         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
27927         AC_CHECK_DECLS, now that autoconf requires that.
27928
27929 2000-05-22  Jim Meyering  <meyering@lucent.com>
27930
27931         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
27932         * m4/lstat.m4: Likewise.
27933
27934 2000-05-22  Jim Meyering  <meyering@lucent.com>
27935
27936         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
27937
27938 2000-05-20  Jim Meyering  <meyering@lucent.com>
27939
27940         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
27941         (jm_PREREQ): Use it.
27942
27943 2000-05-18  Jim Meyering  <meyering@lucent.com>
27944
27945         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
27946         back, too, since it may have been modified by allocate_entry.
27947         (hash_delete): Rewrite to use neither the assignment operator
27948         nor the comma operator in an if-expression.
27949
27950 2000-05-15  Paul Eggert  <eggert@twinsun.com>
27951
27952         * lib/closeout.c:
27953         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
27954         Remove; no longer needed.
27955         "quotearg.h": Add include.
27956         (file_name): Do not bother to explicitly initialize to NULL; it's less
27957         efficient on some hosts.
27958         (close_stdout_status): Remove test as to whether stdout was already
27959         closed; it breaks for the case "echo x | sort >&-".
27960         Quote file name colons.
27961         Do not assume that _("write error") lacks format strings.
27962
27963 2000-05-15  Jim Meyering  <meyering@lucent.com>
27964
27965         * lib/version-etc.c (version_etc_copyright): Update the copyright
27966         string used in all --version output.
27967
27968 2000-05-14  Jim Meyering  <meyering@lucent.com>
27969
27970         * lib/closeout.c (close_stdout_set_file_name): New function.
27971         (close_stdout_status): Use new file-scoped global.
27972         Return right away if fstat says the stdout file descriptor is invalid.
27973         * lib/closeout.h (close_stdout_set_file_name): Declare.
27974
27975 2000-05-10  Jim Meyering  <meyering@lucent.com>
27976
27977         * lib/closeout.c [default_exit_status]: New file-scoped variable.
27978         (close_stdout_set_status): New function.
27979         * lib/closeout.h (close_stdout_set_status): Declare.
27980
27981 2000-05-09  Jim Meyering  <meyering@lucent.com>
27982
27983         * m4/gettext.m4: Rename this...
27984         * m4/libintl.m4: ...to this.
27985
27986 2000-05-08  Jim Meyering  <meyering@lucent.com>
27987
27988         * lib/long-options.c: Don't include closeout.h.
27989         (parse_long_options): Don't call close_stdout for --version.
27990
27991 2000-05-06  Paul Eggert  <eggert@twinsun.com>
27992
27993         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
27994         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
27995         2.1.3 bug.  This avoids a clash when files like regex.c define
27996         _GNU_SOURCE.
27997
27998 2000-05-06  Jim Meyering  <meyering@lucent.com>
27999
28000         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
28001         (AC_REPLACE_FUNCS): Add strnlen.
28002
28003         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
28004         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
28005
28006         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
28007         AC_SEARCH_LIBS call for nanosleep.
28008         (LIB_NANOSLEEP): Set and AC_SUBST.
28009
28010 2000-05-06  Jim Meyering  <meyering@lucent.com>
28011
28012         * lib/strnlen.c: Undefine __strnlen and strnlen.
28013         [!weak_alias]: Define __strnlen to strnlen.
28014
28015         * lib/atexit.c: New file, from libiberty.
28016
28017 2000-05-06  Jim Meyering  <meyering@lucent.com>
28018
28019         * lib/closeout.c (close_stdout_status): Also check for errors on the
28020         stderr stream.
28021
28022 2000-05-05  Jim Meyering  <meyering@lucent.com>
28023
28024         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
28025         AC_SEARCH_LIBS call for clock_gettime.
28026         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
28027
28028         * m4/search-libs.m4: Update from autoconf.
28029
28030         su doesn't work on Solaris 2.6.
28031         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
28032         <shadow.h>.  Reported by Dragos Harabor.
28033
28034 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
28035
28036         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
28037         memcpy instead of xmalloc, xrealloc, path_concat.
28038         (locale_charset): Treat empty environment variables as absent.
28039         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
28040
28041 2000-05-04  Jim Meyering  <meyering@lucent.com>
28042
28043         * lib/getopt.c: Update from glibc.
28044         * lib/obstack.c: Likewise.
28045         * lib/obstack.h: Likewise.
28046         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
28047         file
28048
28049         * lib/regex.h: Likewise.
28050         * lib/strndup.c: Likewise.
28051         * lib/strnlen.c: New file, from glibc.
28052
28053 2000-05-03  Jim Meyering  <meyering@lucent.com>
28054
28055         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
28056
28057 2000-05-02  Paul Eggert  <eggert@twinsun.com>
28058
28059         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
28060         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
28061         compile-time test, rather than inspecting host and OS, to
28062         decide whether to define _LARGEFILE_SOURCE.
28063
28064 2000-05-01  Jim Meyering  <meyering@lucent.com>
28065
28066         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
28067
28068         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
28069         Based on a patch from Bruno Haible.
28070
28071 2000-05-01  Jim Meyering  <meyering@lucent.com>
28072
28073         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
28074
28075 2000-04-29  Jim Meyering  <meyering@lucent.com>
28076
28077         * lib/path-concat.c: Declare strdup only if it's not defined.
28078         * lib/canon-host.c: Likewise.
28079
28080 2000-04-28  Jim Meyering  <meyering@lucent.com>
28081
28082         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
28083         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
28084         is included first, then limits.h is included by locale.h by libintl.h.
28085         From John David Anglin.
28086
28087 2000-04-25  Jim Meyering  <meyering@lucent.com>
28088
28089         * lib/makepath.c (S_IRWXUGO): Define.
28090         (make_path): Always perform explicit chmod if MODE specifies any
28091         of the `special' permission bits.  Prompted by a bug report against
28092         install from Mate Wierdl and Joost van Baal.
28093
28094 2000-04-18  Jim Meyering  <meyering@lucent.com>
28095
28096         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
28097         (jm_PREREQ): Use it.
28098
28099 2000-04-18  Jim Meyering  <meyering@lucent.com>
28100
28101         * lib/README: New file.
28102
28103         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
28104         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
28105
28106 2000-04-17  Jim Meyering  <meyering@lucent.com>
28107
28108         Get it right :-)
28109         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
28110         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
28111         Suggestion from Akim Demaille.
28112
28113 2000-04-17  Jim Meyering  <meyering@lucent.com>
28114
28115         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
28116         the definition of it to rpl_strftime also defined-away the system's
28117         declaration.
28118
28119 2000-04-15  Jim Meyering  <meyering@lucent.com>
28120
28121         Use `C' to denote so-called `contiguous' files, the same way
28122         that tar does.
28123         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
28124         (ftypelet): Use S_ISCTG.
28125         From Michael Deutschmann.
28126
28127 2000-04-14  Jim Meyering  <meyering@lucent.com>
28128
28129         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
28130         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
28131         clobbered.
28132
28133 2000-04-14  Jim Meyering  <meyering@lucent.com>
28134
28135         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
28136
28137 2000-04-13  Jim Meyering  <meyering@lucent.com>
28138
28139         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
28140         AH_VERBATIM to insert required #ifndef into config.h.in.
28141         Suggestion from Akim Demaille.
28142
28143 2000-04-12  Jim Meyering  <meyering@lucent.com>
28144
28145         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
28146         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
28147         Christian Krackowizer.
28148
28149         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
28150         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
28151         (AC_SYS_LARGEFILE): Require.
28152         (AM_C_PROTOTYPES): Require.
28153
28154 2000-04-08  Jim Meyering  <meyering@lucent.com>
28155
28156         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
28157         names don't conflict.  Reported by Eli Zaretskii.
28158
28159 2000-04-07  Jim Meyering  <meyering@lucent.com>
28160
28161         * lib/putenv.c: Move inclusion of errno.h so it follows that of
28162         sys/types.h, to work around system header problems on AIX 3.2.5.
28163         From Bruno Haible.
28164
28165 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
28166
28167         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
28168         bug.  Deal with the different error behavior of Irix iconv.
28169
28170 2000-04-05  Paul Eggert  <eggert@twinsun.com>
28171
28172         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
28173         IRIX if the installer said otherwise.
28174
28175 2000-04-05  Jim Meyering  <meyering@lucent.com>
28176
28177         Portability tweaks required for ultrix4.3.
28178         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
28179         (jm_CHECK_DECLS): Add getutent to the list of functions.
28180         (_jm_DECL_HEADERS): Add utmpx.h.
28181         From John David Anglin.
28182
28183         * m4/strftime.m4: Back out the 2000-04-02 change.
28184         Instead of that change, simply undefine putenv in the test program.
28185
28186 2000-04-05  Jim Meyering  <meyering@lucent.com>
28187
28188         Portability tweaks required for ultrix4.3.
28189         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
28190         getutent.
28191         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
28192         * lib/canon-host.c: Declare strdup.
28193         * lib/path-concat.c: Likewise.
28194         From John David Anglin.
28195
28196 2000-04-04  Jim Meyering  <meyering@lucent.com>
28197
28198         Be more DOS 8.3-friendly.
28199         * lib/ref-add.sin: Renamed from ref-add.sed.in.
28200         * lib/ref-del.sin: Renamed from ref-del.sed.in.
28201         * lib/Makefile.am: Reflect renaming.
28202         Reported by Eli Zaretskii.
28203
28204         Use a temporary file name that won't clash with `charset.alias'
28205         in the DOS 8.3 name space.
28206         * lib/Makefile.am (charset_tmp): Define.
28207         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
28208         (uninstall-local): Likewise.
28209         Reported by Eli Zaretskii.
28210
28211 2000-04-03  Jim Meyering  <meyering@lucent.com>
28212
28213         * m4/gettext.m4: Fix typo in comment.
28214
28215         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
28216         textutils/configure.in).  Suggestion from Paul Eggert.
28217         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
28218
28219 2000-04-02  Paul Eggert  <eggert@twinsun.com>
28220
28221         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
28222         variable in the shell rather than using putenv, which isn't
28223         portable.  This avoids the configure-time inter-test dependency
28224         on the potentially-renamed putenv function.
28225
28226 2000-03-30  Paul Eggert  <eggert@twinsun.com>
28227
28228         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
28229         before checking struct stat.st_blksize, so that
28230         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
28231
28232 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28233
28234         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
28235         since strftime.c uses HAVE_STRFTIME to decide whether to use
28236         the underlying strftime.
28237
28238 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28239
28240         * lib/time/strftime.c (my_strftime): Make sure we call the system
28241         strftime, not ourselves, when invoking the underlying strftime.
28242
28243 2000-03-24  Jim Meyering  <meyering@lucent.com>
28244
28245         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
28246         (charset_alias): Define.
28247         (install-exec-local): Factor out common code.
28248         (uninstall-local): Split lines longer than 80.
28249         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
28250         (SUFFIXES): Define.
28251         (.sed.in.sed): New rule.  Don't redirect directly to $@.
28252         (CLEANFILES): Add ref-add.sed and ref-del.sed.
28253
28254 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
28255
28256         * lib/config.charset: Output a line containing "Packages using this
28257         file".
28258         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
28259         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
28260         ref-del.sed): New rules.
28261
28262 2000-03-17  Jim Meyering  <meyering@lucent.com>
28263
28264         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
28265         Otherwise, include <strings.h>
28266
28267 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
28268
28269         * lib/unicodeio.c (utf8_wctomb): New function.
28270         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
28271         format instead of in UCS-4 with platform dependent endianness.
28272
28273 2000-03-10  Jim Meyering  <meyering@lucent.com>
28274
28275         * m4/lib-check.m4: Look for getspnam in -lgen, too.
28276         From Marco Franzen.
28277
28278 2000-03-07  Paul Eggert  <eggert@twinsun.com>
28279
28280         * lib/savedir.c (savedir): Work even if directory size is
28281         negative; this can happen with some screwy NFS configurations.
28282
28283 2000-03-06  Jim Meyering  <meyering@lucent.com>
28284
28285         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
28286         if it's NULL (because we ran out of memory).  From Bruno Haible.
28287
28288 2000-03-05  Jim Meyering  <meyering@lucent.com>
28289
28290         * lib/localcharset.c ("path-concat.h"): Include.
28291         (get_charset_aliases): Use path_concat instead of ANSI string
28292         concatenation.
28293
28294         * lib/unicodeio.h (PARAMS): Define.
28295         Use it to guard prototype.
28296
28297 2000-03-04  Jim Meyering  <meyering@lucent.com>
28298
28299         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
28300         for lib/localcharset.c.
28301
28302 2000-03-04  Jim Meyering  <meyering@lucent.com>
28303
28304         * lib/Makefile.am (install-exec-local): Create $(libdir) before
28305         installing into it.
28306         (uninstall-local): Uncomment this rule so `make distcheck' works
28307         once again.
28308
28309         * lib/unicodeio.c (<errno.h>): Include it.
28310         (errno): Declare if not defined.
28311
28312         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
28313
28314         * lib/config.charset: New version, incorporating remarks from a linux
28315         i18n mailing list.  From Bruno Haible.
28316
28317 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
28318
28319         * m4/codeset.m4: New file.
28320         * m4/iconv.m4: New file.
28321         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
28322
28323 2000-03-03  Jim Meyering  <meyering@lucent.com>
28324
28325         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
28326
28327 2000-03-02  Jim Meyering  <meyering@lucent.com>
28328
28329         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
28330         the messages come out on separate lines.
28331
28332         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
28333         rather than jm_CHECK_DECLARATIONS.
28334         * m4/decl.m4: Remove now-unused file.
28335
28336         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
28337         geteuid.
28338
28339 2000-03-02  Jim Meyering  <meyering@lucent.com>
28340
28341         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
28342
28343 2000-03-01  Jim Meyering  <meyering@lucent.com>
28344
28345         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
28346         * lib/unicodeio.c: Likewise.
28347
28348 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
28349
28350         * lib/config.charset: New file.
28351         * lib/localcharset.c: New file.
28352         * lib/unicodeio.h, lib/unicodeio.c: New files.
28353         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
28354         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
28355         (noinst_HEADERS): Add unicodeio.h.
28356         (all-local, install-exec-local, charset.alias): New targets.
28357
28358 2000-02-28  Paul Eggert  <eggert@twinsun.com>
28359
28360         * lib/quotearg.c (ALERT_CHAR): New macro.
28361         (quotearg_buffer_restyled): Use it.
28362
28363 2000-02-27  Jim Meyering  <meyering@lucent.com>
28364
28365         * m4/check-decl.m4: Add getenv to the list.
28366
28367 2000-02-27  Jim Meyering  <meyering@lucent.com>
28368
28369         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
28370         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
28371
28372         * lib/backupfile.c: Guard inclusion of stdlib.h with
28373         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
28374         Declare malloc if needed.
28375
28376         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
28377         `#ifndef HAVE_DECL..'
28378         now that autoconf always defines the HAVE_DECL_ symbols.
28379         * lib/human.c: Likewise.
28380         * lib/same.c: Likewise.
28381         * lib/strtoumax.c: Likewise.
28382
28383         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
28384         declaration check was not run.
28385         * lib/hash.c: Likewise.
28386         * lib/human.c: Likewise.
28387         * lib/same.c: Likewise.
28388         * lib/strtoumax.c: Likewise.
28389
28390         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
28391         `.', then first look up the entire `.'-containing string as a login
28392         name.
28393
28394 2000-02-23  Jim Meyering  <meyering@lucent.com>
28395
28396         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
28397         in place of my hack.
28398
28399 2000-02-18  Paul Eggert  <eggert@twinsun.com>
28400
28401         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
28402         (textint): New typedef.
28403         (parser_control): Member year changed from int to textint.
28404         All uses changed.
28405         (YYSTYPE): Removed; replaced by %union with int and textint members.
28406         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
28407         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
28408         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
28409         (tSNUMBER, tUNUMBER): Now of type <textintval>.
28410         (date, number, to_year): Use width of number in digits, not its value,
28411         to determine whether it's a 2-digit year, or a 2-digit time.
28412         (yylex): Store number of digits of numeric tokens.
28413         Reported by John Kendall.
28414
28415         (parser_control): Changed from struct parser_control to typedef (for
28416         consistency).  All uses changed.
28417
28418         (tID): Removed; not used.
28419         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
28420
28421 2000-02-14  Paul Eggert  <eggert@twinsun.com>
28422
28423         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
28424         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
28425
28426 2000-02-12  Jim Meyering  <meyering@lucent.com>
28427
28428         * lib/userspec.c (ISDIGIT): Define it.
28429         (isdigit): Remove definition.
28430         (is_number): Use ISDIGIT, not isdigit.
28431         <libintl.h>: Include.
28432         (_ and N_): Define.
28433         (parse_user_spec): Mark translatable strings.
28434
28435 2000-02-10  Jim Meyering  <meyering@lucent.com>
28436
28437         With these changes, nanosleep.[ch] are finally enough like the other
28438         lib/* replacement files to compile on a few more losing systems.
28439
28440         * lib/nanosleep.h: Don't include config.h.
28441         Remove prototype from declaration of nanosleep.
28442         (PARAMS): Remove now-unneeded definition.
28443         * lib/nanosleep.c: #undef nanosleep.
28444         (rpl_nanosleep): Rename from nanosleep.
28445
28446 2000-02-10  Jim Meyering  <meyering@lucent.com>
28447
28448         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
28449         gnu_nanosleep to rpl_nanosleep.
28450
28451 2000-02-09  Jim Meyering  <meyering@lucent.com>
28452
28453         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
28454         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
28455
28456 2000-02-08  Akim Demaille  <akim@epita.fr>
28457
28458         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
28459         `[' and `]' and remove uses of `changequote'.
28460         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
28461         (AC_SYS_LARGEFILE): Likewise.
28462         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
28463         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
28464         of changequote.
28465         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
28466         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
28467         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
28468         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
28469
28470 2000-02-05  Jim Meyering  <meyering@lucent.com>
28471
28472         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
28473         Remove explicit use of AC_HEADER_TIME.  It is required by
28474         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
28475         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
28476         in autoconf whereby the expansion of the latter ended up preceding
28477         the expansion of its prerequisite, AC_HEADER_TIME.
28478         Reported by Volker Borchert.
28479
28480 2000-02-03  Jim Meyering  <meyering@lucent.com>
28481
28482         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
28483
28484 2000-02-03  Jim Meyering  <meyering@lucent.com>
28485
28486         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
28487         rather than with `#if HAVE_UTMPNAME'.
28488
28489 2000-02-02  Jim Meyering  <meyering@lucent.com>
28490
28491         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
28492         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
28493         Reported by Eli Zaretskii.
28494
28495 2000-02-01  Jim Meyering  <meyering@lucent.com>
28496
28497         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
28498
28499 2000-01-31  Jim Meyering  <meyering@lucent.com>
28500
28501         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
28502         functions.  Add the time.h and sys/time.h headers along with the
28503         AC_REQUIRE'ment of AC_HEADER_TIME.
28504
28505 2000-01-31  Jim Meyering  <meyering@lucent.com>
28506
28507         * lib/nanosleep.h (nanosleep): Guard declaration with
28508         `#if ! HAVE_DECL_NANOSLEEP'.
28509         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
28510         the declaration in that vendor's sys/timers.h.
28511         Reported by Christian Krackowizer.
28512
28513         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
28514         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
28515         (ISPRINT): Likewise.
28516         Reported by Tom Tromey.
28517
28518 2000-01-30  Jim Meyering  <meyering@lucent.com>
28519
28520         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
28521
28522         * m4/prereq.m4 (utmp_includes): Define.
28523         Check for ut_user and ut_name members in both struct utmpx
28524         and struct utmp.
28525
28526 2000-01-30  Jim Meyering  <meyering@lucent.com>
28527
28528         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
28529         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
28530         header files where only utmpx.ut_user is declared.
28531
28532         * lib/readutmp.h (UT_USER): Define.
28533
28534 2000-01-29  Jim Meyering  <meyering@lucent.com>
28535
28536         * m4/lib-check.m4: New file containing library-related checks from
28537         fileutils and sh-utils (textutils had none).
28538
28539 2000-01-28  Jim Meyering  <meyering@lucent.com>
28540
28541         * m4/perl.m4: Change format of warning message to look more like that
28542         from the missing script.  Suggestion from François Pinard.
28543
28544 2000-01-25  Jim Meyering  <meyering@lucent.com>
28545
28546         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
28547         well as time.h in the compile check.
28548         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
28549         Fix typo in cross-compiling case: s/yes/no/.
28550
28551 2000-01-23  Jim Meyering  <meyering@lucent.com>
28552
28553         * m4/jm-macros.m4: Move df-related tests here from
28554         fileutils/configure.in
28555
28556         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
28557         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
28558
28559         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
28560         s/space/ac_fsusage_space/.
28561         (jm_FILE_SYSTEM_USAGE): Take two parameters.
28562
28563         * m4/ftruncate.m4: New file (derived from part of
28564         fileutils/configure.in).
28565         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
28566         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
28567
28568         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
28569         AC_SUBST these here, rather than just in sh-util/configure.in, so
28570         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
28571         all the same.
28572         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
28573         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
28574         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
28575         (AC_SUBST(POW_LIBM)): Likewise.
28576         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
28577
28578 2000-01-23  Jim Meyering  <meyering@lucent.com>
28579
28580         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
28581         obstack.c.
28582
28583 2000-01-22  Jim Meyering  <meyering@lucent.com>
28584
28585         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
28586
28587         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
28588
28589         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
28590         configure.in
28591         (AC_CHECK_HEADERS): Likewise for sh-utils.
28592         (AC_CHECK_HEADERS): Likewise for textutils.
28593         Merge the three lists of headers.
28594
28595         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
28596         from fileutils' configure.in.
28597
28598         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
28599         code. Moved tests into their own function (_jm_DECL_HEADERS) in
28600         check-decl.m4.
28601
28602         * m4/check-decl.m4: Use #if rather than #ifdef.
28603         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
28604         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
28605         (_jm_DECL_HEADERS): Define new function.
28606         (jm_CHECK_DECLARATIONS): Require it.
28607
28608 2000-01-22  Jim Meyering  <meyering@lucent.com>
28609
28610         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
28611         [! HAVE_DECL_STRTOULL]: Declare strtoull.
28612         Required for some AIX systems.  Reported by Christian Krackowizer.
28613         [TESTING] (main): New function.
28614
28615         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
28616         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
28617         letters.
28618
28619         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
28620         iswprint.
28621
28622         * lib/strverscmp.c (ISDIGIT): Define.
28623         (strverscmp): Use ISDIGIT, not isdigit.
28624
28625 2000-01-19  Jim Meyering  <meyering@lucent.com>
28626
28627         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
28628         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
28629         defines `struct timespec' in <sys/time.h>
28630
28631         * m4/c-bs-a.m4: Remove uses of changequote altogether.
28632         Thanks to Akim for explaining.
28633
28634 2000-01-17  Paul Eggert  <eggert@twinsun.com>
28635
28636         * lib/nanosleep.c (nanosleep):
28637         Don't use SA_INTERRUPT to decide whether to call sigaction, as
28638         POSIX.1 doesn't require SA_INTERRUPT and some systems
28639         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
28640         it's been part of POSIX.1 since day 1 (in 1988).
28641
28642 2000-01-17  Jim Meyering  <meyering@lucent.com>
28643
28644         * lib/interlock: Remove unused file.  Reported by François Pinard.
28645
28646 2000-01-16  Paul Eggert  <eggert@twinsun.com>
28647
28648         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
28649         alert, backslash, formfeed, and vertical tab unnecessarily in
28650         shell quoting style.
28651
28652 2000-01-16  Jim Meyering  <meyering@lucent.com>
28653
28654         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
28655         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
28656         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
28657         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
28658
28659 2000-01-16  Jim Meyering  <meyering@lucent.com>
28660
28661         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
28662         because the latter didn't work.
28663
28664 2000-01-15  Jim Meyering  <meyering@lucent.com>
28665
28666         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
28667         (AC_REPLACE_FUNCS): Add memcpy and memset.
28668         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
28669         Add strpbrk.
28670         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
28671
28672 2000-01-12  Jim Meyering  <meyering@lucent.com>
28673
28674         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
28675         (jm_PREREQ): Use it.
28676         (jm_PREREQ_READUTMP): New macro.
28677         (jm_PREREQ): Use it.
28678
28679 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28680
28681         Quote multibyte characters correctly.
28682         * m4/c-bs-a.m4: New file.
28683         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
28684         (jm_PREREQ): Use it.
28685
28686 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28687
28688         * m4/uintmax_t.m4: Port to autoconf 2.13.
28689
28690 2000-01-08  Jim Meyering  <meyering@ascend.com>
28691
28692         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
28693         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
28694
28695 2000-01-04  Jim Meyering  <meyering@ascend.com>
28696
28697         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
28698         jm_STRUCT_DIRENT_D_TYPE.
28699         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
28700         jm_STRUCT_DIRENT_D_INO.
28701         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
28702         jm_STRUCT_UTIMBUF.
28703         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
28704         renamings.
28705         * m4/utime.m4: Likewise.
28706
28707         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
28708         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
28709
28710 2000-01-03  Paul Eggert  <eggert@twinsun.com>
28711
28712         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
28713         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
28714
28715 2000-01-02  Jim Meyering  <meyering@ascend.com>
28716
28717         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
28718         remember if this is necessary.
28719
28720 1999-12-26  Jim Meyering  <meyering@ascend.com>
28721
28722         * m4/jm-macros.m4: Use it here.
28723         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
28724
28725 1999-12-23  Jim Meyering  <meyering@ascend.com>
28726
28727         * m4/jm-macros.m4: Check for clock_gettime (moved from
28728         fileutils/configure.in)
28729         Check for gettimeofday.
28730
28731 1999-12-20  Jim Meyering  <meyering@ascend.com>
28732
28733         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
28734         autoconf-2.14a-1999-12-20.
28735
28736 1999-12-19  Jim Meyering  <meyering@ascend.com>
28737
28738         * m4/lstat-slash.m4: New file.
28739         * m4/jm-macros.m4: Use the new macro:
28740         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28741
28742 1999-12-07  Jim Meyering  <meyering@ascend.com>
28743
28744         * m4/perl.m4: Require that File::Compare be available, too.
28745         Too many systems seem to lack it.
28746
28747         * m4/strftime.m4: Add checks for most of the cpp macros tested in
28748         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
28749
28750 1999-11-18  Paul Eggert  <eggert@twinsun.com>
28751
28752         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
28753         problem with the QNX 4.25 shell, which doesn't propagate exit
28754         status of failed commands inside shell assignments.
28755
28756 1999-11-17  Jim Meyering  <meyering@ascend.com>
28757
28758         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
28759
28760 1999-11-07  Jim Meyering  <meyering@ascend.com>
28761
28762         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
28763
28764 1999-11-06  Jim Meyering  <meyering@ascend.com>
28765
28766         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
28767         * m4/jm-macros.m4 (jm_MACROS): Use it here.
28768
28769 1999-11-05  Jim Meyering  <meyering@ascend.com>
28770
28771         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
28772         configure.in of textutils, fileutils, and sh-utils into this one
28773         (shared between those packages) file.
28774         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
28775         AC_STRUCT_ST_BLKSIZE.
28776
28777 1999-11-03  Jim Meyering  <meyering@ascend.com>
28778
28779         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
28780         of AC_CHECK_TYPE checks includes unistd.h.
28781         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
28782         Suggestion from Akim Demaille.
28783
28784 1999-10-30  Jim Meyering  <meyering@ascend.com>
28785
28786         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
28787         m4-quoted string.
28788         * m4/ls-mntd-fs.m4: Likewise.
28789         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
28790         * m4/jm-winsz1.m4: Likewise.
28791
28792         * m4/const.m4: Remove file, since the fix made it into the experimental
28793         version of autoconf.
28794         * m4/mktime.m4: Likewise.
28795
28796         * m4/check-type.m4: Remove file, now that the latest version of
28797         AC_CHECK_TYPE takes a third arg to specify additional #includes.
28798
28799         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
28800         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
28801         AC_CHECK_TYPE.
28802
28803 1999-10-04  Jim Meyering  <meyering@ascend.com>
28804
28805         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
28806
28807 1999-09-22  Paul Eggert  <eggert@twinsun.com>
28808
28809         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
28810         2.95.1 bug with HP-UX 10.20.
28811
28812 1999-09-17  Jim Meyering  <meyering@ascend.com>
28813
28814         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
28815         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
28816         due to missing strdup (against sh-utils-2.0).
28817
28818 1999-08-29  Jim Meyering  <meyering@ascend.com>
28819
28820         * m4/jm-macros.m4: Require jm_BISON.
28821         * m4/bison.m4: New file.
28822
28823 1999-08-17  Paul Eggert  <eggert@twinsun.com>
28824
28825         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
28826         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
28827
28828 1999-08-05  Jim Meyering  <meyering@ascend.com>
28829
28830         * m4/getline.m4: Rename test file from conftestdata to conftest.data
28831         to avoid conflicts with `conftest' on 8+3 filesystems.
28832         Suggestion from Eli Zaretskii.
28833
28834 1999-08-04  Jim Meyering  <meyering@ascend.com>
28835
28836         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
28837         fileutils and sh-utils (textutils's getline test was inadequate).
28838         (AM_FUNC_GETLINE): Run this test.
28839         (AC_CHECK_FUNCS): Check for getdelim.
28840         Reported by Bob Proulx.
28841
28842 1999-08-02  Jim Meyering  <meyering@ascend.com>
28843
28844         * m4/jm-macros.m4: Add a comment.
28845
28846 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28847
28848         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
28849         <inttypes.h> defines strtoumax as a macro (and not as a
28850         function).
28851
28852 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28853
28854         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
28855         that we can shift, multiply and divide unsigned long long
28856         values; Ultrix cc can't do it.
28857
28858 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28859
28860         * m4/mktime.m4: New file, which is a preview of what should appear
28861         in the next public autoconf release.
28862
28863 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28864
28865         * m4/lfs.m4: Remove this file.
28866         * m4/largefile.m4: New file.  It contains the old contents of
28867         lfs.m4, except that all names with prefix AC_LFS have been
28868         changed to use the prefix AC_SYS_LARGEFILE instead, to be
28869         compatible with future autoconf versions.  Also, some minor m4
28870         quoting problems have been fixed.
28871
28872 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28873
28874         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
28875         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
28876         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
28877         and simplify the shell code.
28878
28879 1999-08-01  Jim Meyering  <meyering@ascend.com>
28880
28881         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
28882         m4.
28883
28884 1999-07-20  Jim Meyering  <meyering@ascend.com>
28885
28886         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
28887
28888 1999-07-15  Jim Meyering  <meyering@ascend.com>
28889
28890         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
28891
28892 1999-05-22  Jim Meyering  <meyering@ascend.com>
28893
28894         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
28895
28896 1999-05-20  Jim Meyering  <meyering@ascend.com>
28897
28898         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
28899         Add a colon after each `then' in case $4 is empty.
28900
28901 1999-05-16  Jim Meyering  <meyering@ascend.com>
28902
28903         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
28904
28905 1999-05-10  Jim Meyering  <meyering@ascend.com>
28906
28907         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
28908
28909         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
28910         AC_FUNC_MKTIME.
28911
28912 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
28913
28914         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
28915
28916 1999-05-04  Paul Eggert  <eggert@twinsun.com>
28917
28918         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
28919         not CPPFLAGS, so that linking works correctly in IRIX.
28920
28921 1999-04-30  Paul Eggert  <eggert@twinsun.com>
28922
28923         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
28924
28925 1999-04-20  Paul Eggert  <eggert@twinsun.com>
28926
28927         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
28928         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
28929         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
28930         jm_AC_TYPE_UNSIGNED_LONG_LONG.
28931         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
28932
28933         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
28934
28935 1999-04-20  Jim Meyering  <meyering@ascend.com>
28936
28937         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
28938         AC_REPLACE xstroull if necessary.  From Paul Eggert.
28939         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
28940
28941 1999-04-18  Jim Meyering  <meyering@ascend.com>
28942
28943         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
28944         * m4/jm-macros.m4: Use it.
28945
28946 1999-04-06  Jim Meyering  <meyering@ascend.com>
28947
28948         * m4/strftime.m4: Remove test for %f.
28949
28950 1999-03-29  Jim Meyering  <meyering@ascend.com>
28951
28952         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
28953         superset of the AC_TYPE_* checks in the textutils, fileutils,
28954         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
28955         AC_TYPE_PID_T.
28956
28957 1999-03-28  Jim Meyering  <meyering@ascend.com>
28958
28959         * m4/jm-macros.m4: Define GNU_PACKAGE here.
28960         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
28961         replaced e.g., in the *.sh files of the sh-utils.
28962
28963 1999-03-20  Jim Meyering  <meyering@ascend.com>
28964
28965         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
28966         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
28967         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
28968
28969 1999-03-19  Jim Meyering  <meyering@ascend.com>
28970
28971         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
28972
28973 1999-03-12  Jim Meyering  <meyering@ascend.com>
28974
28975         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
28976
28977 1999-03-07  Jim Meyering  <meyering@ascend.com>
28978
28979         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
28980         declared.
28981
28982 1999-02-17  Jim Meyering  <meyering@ascend.com>
28983
28984         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
28985         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
28986
28987 1999-02-07  Jim Meyering  <meyering@ascend.com>
28988
28989         * m4/group-member.m4: New file -- extracted from sh-utils'
28990         configure.in.
28991
28992         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
28993         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
28994
28995 1999-02-06  Jim Meyering  <meyering@ascend.com>
28996
28997         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
28998         * m4/fnmatch.m4: Likewise.
28999         * m4/getgroups.m4: Likewise.
29000         * m4/lstat.m4: Likewise.
29001         * m4/malloc.m4: Likewise.
29002         * m4/putenv.m4: Likewise.
29003         * m4/realloc.m4: Likewise.
29004         * m4/regex.m4: Likewise.
29005         * m4/stat.m4: Likewise.
29006         * m4/strftime.m4: Likewise.
29007         Suggestion from Alain Magloire.
29008
29009         * m4/chown.m4: Use `.$ac_objext', not `.o'.
29010         * m4/fnmatch.m4: Likewise.
29011         * m4/getgroups.m4: Likewise.
29012         * m4/getline.m4: Likewise.
29013         * m4/lstat.m4: Likewise.
29014         * m4/malloc.m4: Likewise.
29015         * m4/memcmp.m4: Likewise.
29016         * m4/putenv.m4: Likewise.
29017         * m4/realloc.m4: Likewise.
29018         * m4/regex.m4: Likewise.
29019         * m4/stat.m4: Likewise.
29020         * m4/strftime.m4: Likewise.
29021         Suggestion from Alain Magloire.
29022
29023         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
29024         an argument.
29025
29026         * m4/regex.m4: Add a run-time Test for proper operation of
29027         re_compile_pattern.
29028
29029 1999-01-31  Jim Meyering  <meyering@ascend.com>
29030
29031         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
29032
29033 1999-01-30  Jim Meyering  <meyering@ascend.com>
29034
29035         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
29036
29037         * m4/jm-mktime.m4: Make this a wrapper around the official
29038         AM_FUNC_MKTIME rather than my private copy, now that the official one
29039         is up to date.
29040         * m4/mktime.m4: Remove file.
29041
29042         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
29043         * m4/uptime.m4: Likewise.
29044         * m4/uintmax_t.m4: Likewise.
29045
29046 1999-01-28  Jim Meyering  <meyering@ascend.com>
29047
29048         * m4/jm-macros.m4: Use jm_AFS.
29049         * m4/afs.m4: New file (from fileutils' configure.in).
29050
29051         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
29052         * m4/chown.m4: Likewise.
29053         * m4/d-ino.m4: Likewise.
29054         * m4/d-type.m4: Likewise.
29055         * m4/fnmatch.m4: Likewise.
29056         * m4/getgroups.m4: Likewise.
29057         * m4/gettext.m4: Likewise.
29058         * m4/jm-mktime.m4: Likewise.
29059         * m4/jm-winsz2.m4: Likewise.
29060         * m4/lcmessage.m4: Likewise.
29061         * m4/ls-mntd-fs.m4: Likewise.
29062         * m4/malloc.m4: Likewise.
29063         * m4/memcmp.m4: Likewise.
29064         * m4/putenv.m4: Likewise.
29065         * m4/realloc.m4: Likewise.
29066         * m4/st_mtim.m4: Likewise.
29067         * m4/strftime.m4: Likewise.
29068
29069 1999-01-16  Jim Meyering  <meyering@ascend.com>
29070
29071         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
29072         (ARGMATCH_DIE_DECL): Define.
29073
29074 1999-01-12  Jim Meyering  <meyering@ascend.com>
29075
29076         * m4/Makefile.am.in: Rewrite to avoid using fmt.
29077         Reported by Lars Hecking.
29078
29079 1999-01-10  Jim Meyering  <meyering@ascend.com>
29080
29081         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
29082         gross kludge.
29083         * m4/inttypes_h.m4: Likewise.
29084         * m4/lstat.m4: Likewise.
29085         * m4/malloc.m4: Likewise.
29086         * m4/readdir.m4: Likewise.
29087         * m4/realloc.m4: Likewise.
29088         * m4/st_dm_mode.m4: Likewise.
29089         * m4/stat.m4: Likewise.
29090         * m4/utimbuf.m4: Likewise.
29091         * m4/utimes.m4: Likewise.
29092
29093         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
29094         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
29095         comments in config.h.in are meaningful.
29096
29097         * m4/jm-macros.m4: Require autoconf-2.13 here.
29098
29099         * m4/regex.m4: By default, don't use the included regex.c on systems
29100         with glibc 2.  Suggestion from Uli Drepper.
29101
29102 1999-01-02  Jim Meyering  <meyering@ascend.com>
29103
29104         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
29105
29106 1998-12-18  Jim Meyering  <meyering@ascend.com>
29107
29108         * m4/Makefile.am.in (Makefile.am): Simplify rule.
29109         Based on a suggestion from Lars Hecking.
29110
29111 1998-11-16  Paul Eggert  <eggert@twinsun.com>
29112
29113         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
29114
29115 1998-11-16  Jim Meyering  <meyering@ascend.com>
29116
29117         * m4/lfs.m4: Double-quote the `uname...` expression.
29118
29119 1998-11-14  Jim Meyering  <meyering@ascend.com>
29120
29121         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
29122         * m4/stat.m4: Likewise.
29123
29124 1998-11-03  Jim Meyering  <meyering@ascend.com>
29125
29126         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
29127         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
29128
29129 1998-10-18  Jim Meyering  <meyering@ascend.com>
29130
29131         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
29132
29133 1998-10-17  Jim Meyering  <meyering@ascend.com>
29134
29135         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
29136         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
29137         calls for those previously hard-coded headers.  Instead, take a new
29138         parameter.
29139         (jm_CHECK_DECLARATIONS): Reflect interface change.
29140         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
29141         (jm_CHECK_DECL_LOCALTIME_R): New macro.
29142
29143         * m4/mktime.m4: Test for spring-forward gap before long-running test.
29144
29145 1998-10-14  Jim Meyering  <meyering@ascend.com>
29146
29147         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
29148         instead of "TZ=America/Vancouver".  From Paul Eggert.
29149
29150 1998-10-11  Jim Meyering  <meyering@ascend.com>
29151
29152         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
29153         This adds a test for a recently added compatibility fix for mktime.c.
29154         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
29155
29156 1998-09-27  Jim Meyering  <meyering@ascend.com>
29157
29158         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
29159
29160         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
29161         ../configure.in, including a change from Gordon Matzigkeit to allow
29162         cross-compiling for the Hurd.
29163
29164         * m4/glibc.m4: New file/macro to test for the GNU C Library
29165         versions 1 and 2.  From Gordon Matzigkeit.
29166         Indent.
29167
29168 1998-09-21  Jim Meyering  <meyering@ascend.com>
29169
29170         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
29171
29172 1998-08-18  Paul Eggert  <eggert@twinsun.com>
29173
29174         Port nanosecond-resolution times to UnixWare 2.1.2 and
29175         pedantic Solaris 2.6.
29176
29177         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
29178         AC_STRUCT_ST_MTIM.
29179         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
29180         Generate name of ns member, instead of just 1 or undef.
29181         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
29182
29183 1998-08-15  Jim Meyering  <meyering@ascend.com>
29184
29185         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
29186         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
29187         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
29188         instead of jm_TYPE_SSIZE_T.
29189
29190 1998-08-12  Jim Meyering  <meyering@ascend.com>
29191
29192         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
29193
29194 1998-08-02  Jim Meyering  <meyering@ascend.com>
29195
29196         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
29197         in acconfig.h manually.
29198
29199 1998-07-31  Paul Eggert  <eggert@twinsun.com>
29200
29201         * m4/st_mtim.m4: New file.
29202
29203 1998-07-28  Jim Meyering  <meyering@ascend.com>
29204
29205         * m4/utimes.m4: Undef stat.
29206
29207 1998-07-25  Jim Meyering  <meyering@ascend.com>
29208
29209         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
29210         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
29211
29212 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
29213
29214         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
29215         uid and gid actually remain unchanged.
29216
29217 1998-07-07  Jim Meyering  <meyering@ascend.com>
29218
29219         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
29220
29221 1998-07-04  Jim Meyering  <meyering@ascend.com>
29222
29223         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
29224         to prove that this macro can be used in packages without regex.c.
29225
29226 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
29227
29228         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
29229         is to be used.
29230
29231 1998-07-03  Jim Meyering  <meyering@ascend.com>
29232
29233         * m4/gettext.m4: Add -lintl if it's found to be necessary.
29234
29235         * m4/gettext.m4: New file -- from gettext-0.10.35.
29236         * m4/lcmessage.m4: Likewise.
29237         * m4/progtest.m4: Likewise.
29238
29239         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
29240         * m4/jm-macros.m4: Require the new macro.
29241
29242 1998-06-29  Jim Meyering  <meyering@ascend.com>
29243
29244         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
29245         for the definition of NGROUPS (used in a system header included
29246         by sys/mount.h).
29247
29248 1998-06-28  Jim Meyering  <meyering@ascend.com>
29249
29250         * m4/ls-mntd-fs.m4: New file.
29251         * m4/fstypename.m4: New file.
29252
29253         * m4/jm-macros.m4: Require the new macro.
29254         * m4/jm-glibc-io.m4: New file.
29255
29256 1998-05-19  Jim Meyering  <meyering@ascend.com>
29257
29258         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
29259         * m4/lchown.m4: New file.
29260
29261         * m4/Makefile.am.in: New file.
29262         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
29263
29264 1998-05-14  Jim Meyering  <meyering@ascend.com>
29265
29266         * m4/Makefile.am (EXTRA_DIST): Add them.
29267         * m4/jm-macros.m4: New file.
29268         * m4/utimbuf.m4: New file.
29269
29270 1998-05-12  Jim Meyering  <meyering@ascend.com>
29271
29272         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
29273
29274 1998-05-11  Jim Meyering  <meyering@ascend.com>
29275
29276         * m4/isc-posix.m4: New file.
29277
29278 1998-05-10  Jim Meyering  <meyering@ascend.com>
29279
29280         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
29281
29282 1998-05-09  Jim Meyering  <meyering@ascend.com>
29283
29284         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
29285         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
29286         with automake.
29287
29288         * m4/ssize_t.m4: New file.
29289         * m4/mktime.m4: Remove file -- the new automake has this now.
29290
29291 1998-04-26  Jim Meyering  <meyering@ascend.com>
29292
29293         * m4/assert.m4: New file.
29294         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
29295
29296 1998-04-05  Jim Meyering  <meyering@ascend.com>
29297
29298         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
29299         (jm_PREREQ): Use it here.
29300
29301 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
29302
29303         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
29304         in acconfig.h.
29305
29306 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
29307
29308         * m4/prereq.m4: New file.
29309         * m4/error.m4: New file.
29310         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
29311
29312 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
29313
29314         * m4/getline.m4: Don't set am_cv_func_working_getline before the
29315         cache-check for the same variable -- that defeated the purpose of
29316         the test; the test program was never run.  This was a problem only
29317         on systems with losing getline functions -- HP-UX 10.20 is one.
29318         Reported by Bjorn Helgaas.
29319
29320 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
29321
29322         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
29323
29324 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
29325
29326         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
29327
29328         * m4/const.m4: New file.  Use an initializer in this declaration
29329         typedef int charset[2]; const charset x;
29330         Reported by Bob Glickstein.
29331
29332 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
29333
29334         * m4/chown.m4: Fix reversed types on -1 args to chown.
29335         From Kaveh Ghazi.
29336
29337 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
29338
29339         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
29340         Add lseek and memchr.
29341
29342         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
29343         T.E.Dickey <dickey@clark.net> said that some older preprocessors
29344         have a 20-character limit on names.
29345
29346 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
29347
29348         * m4/inttypes_h.m4: New file.
29349         * m4/uintmax_t.m4: New file.
29350         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
29351
29352 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
29353   Free Software Foundation, Inc.
29354 Copying and distribution of this file, with or without modification,
29355 are permitted provided the copyright notice and this notice are preserved.