2007-04-12 Simon Josefsson <simon@josefsson.org>
[gnulib.git] / ChangeLog
1 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2
3         * gnulib-tool: Rename generated 'autobuild' script to
4         'do-autobuild' in --create-megatestdir output.
5
6         * doc/gnulib.texi (Build robot for gnulib): Fix.
7
8 2007-04-12  Simon Josefsson  <simon@josefsson.org>
9
10         * modules/sysexits (Depends-on): Add absolute-header.
11
12 2007-04-12  Eric Blake  <ebb9@byu.net>
13
14         No need to preserve errno on success.
15         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
16         Reported by Bruno Haible.
17
18 2007-04-12  Simon Josefsson  <simon@josefsson.org>
19
20         * MODULES.html.sh (Support for maintaining and releasing
21         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
22
23 2007-04-12  Simon Josefsson  <simon@josefsson.org>
24
25         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
26
27 2007-04-12  Simon Josefsson  <simon@josefsson.org>
28
29         * modules/autobuild: New module.
30
31         * m4/autobuild.m4: New file.
32
33 2007-04-11  Bruno Haible  <bruno@clisp.org>
34
35         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
36         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
37         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
38         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
39         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
40         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
41         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
42         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
43         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
44         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
45         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
46         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
47         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
48         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
49         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
50         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
51         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
52         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
53         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
54         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
55         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
56         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
57         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
58         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
59         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
60         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
61         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
62         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
63         Reported by Eric Blake.
64
65 2007-04-11  Bruno Haible  <bruno@clisp.org>
66
67         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
68
69 2007-04-10  Bruno Haible  <bruno@clisp.org>
70
71         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
72         for NaN and Infinity. Needed on FreeBSD 6.1.
73         * tests/test-vasnprintf-posix.c (test_function): Undo last change
74         regarding results for "%010a" of Infinity and NaN.
75         * tests/test-vasprintf-posix.c (test_function): Likewise.
76         * tests/test-snprintf-posix.h (test_function): Likewise.
77         * tests/test-sprintf-posix.h (test_function): Likewise.
78         * tests/test-fprintf-posix.h (test_function): Likewise.
79         * tests/test-printf-posix.h (test_function): Likewise.
80         * tests/test-fprintf-posix.out: Likewise.
81
82 2007-04-10  Bruno Haible  <bruno@clisp.org>
83
84         * modules/locale-tests: New file.
85         * tests/test-locale.c: New file.
86
87         * modules/locale: New file.
88         * lib/locale_.h: New file.
89         * m4/locale_h.m4: New file.
90
91 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
92             Bruno Haible  <bruno@clisp.org>
93
94         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
95         be determined, test for availability of the copysignf, copysign,
96         copysignl functions.
97         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
98         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
99         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
100
101 2007-04-09  Eric Blake  <ebb9@byu.net>
102
103         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
104         * modules/stdio (Makefile.am): Support fflush.
105         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
106         * modules/fflush: New file.
107         * lib/fflush.c: Likewise.
108         * m4/fflush.m4: Likewise.
109         * modules/fflush-tests: New test.
110         * tests/test-fflush.c: Likewise.
111         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
112
113 2007-04-06  Bruno Haible  <bruno@clisp.org>
114
115         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
116         (VASNPRINTF): Use signbit for faster determination whether to print a
117         minus sign.
118         * modules/vasnprintf (Files): Remove lib/float+.h.
119         * modules/fprintf-posix (Depends-on): Add signbit.
120         * modules/snprintf-posix (Depends-on): Likewise.
121         * modules/sprintf-posix (Depends-on): Likewise.
122         * modules/vasnprintf-posix (Depends-on): Likewise.
123         * modules/vasprintf-posix (Depends-on): Likewise.
124         * modules/vfprintf-posix (Depends-on): Likewise.
125         * modules/vsnprintf-posix (Depends-on): Likewise.
126         * modules/vsprintf-posix (Depends-on): Likewise.
127
128 2007-04-06  Bruno Haible  <bruno@clisp.org>
129
130         * tests/test-frexp.c (main): Test also the sign bit of zero results.
131         * tests/test-frexpl.c (main): Likewise.
132         * tests/test-ldexpl.c (main): Likewise.
133         * modules/frexp-tests (Depends-on): Add signbit.
134         * modules/frexpl-tests (Depdends-on): Likewise.
135         * modules/ldexpl-tests (Depdends-on): Likewise.
136
137 2007-04-06  Bruno Haible  <bruno@clisp.org>
138
139         * modules/signbit-tests: New file.
140         * tests/test-signbit.c: New file.
141
142         * modules/signbit: New file.
143         * lib/signbitf.c: New file.
144         * lib/signbitd.c: New file.
145         * lib/signbitl.c: New file.
146         * m4/signbit.m4: New file.
147         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
148         (signbit): New macro.
149         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
150         REPLACE_SIGNBIT.
151         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
152         REPLACE_FREXPL into math.h.
153
154 2007-04-06  Bruno Haible  <bruno@clisp.org>
155
156         * modules/isnanf-nolibm-tests: New file.
157         * tests/test-isnanf.c: New file.
158
159         * modules/isnanf-nolibm: New file.
160         * lib/isnanf.h: New file.
161         * lib/isnanf.c: New file.
162         * lib/isnan.c: Consider the USE_FLOAT macro.
163         * m4/isnanf.m4: New file.
164
165 2007-04-06  Bruno Haible  <bruno@clisp.org>
166
167         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
168         (Link): New section.
169
170         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
171
172 2007-04-06  Bruno Haible  <bruno@clisp.org>
173
174         Assume the 'long double' type.
175         * m4/longdouble.m4: Remove file.
176         * config/srclist.txt: Don't mention longdouble.m4.
177         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
178         * lib/float+.h: Likewise.
179         * lib/frexp.c: Likewise.
180         * lib/printf-args.h: Likewise.
181         * lib/printf-args.c: Likewise.
182         * lib/printf-frexp.c: Likewise.
183         * lib/printf-parse.c: Likewise.
184         * lib/vasnprintf.c: Likewise.
185         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
186         * m4/intl.m4: Likewise.
187         * m4/isnanl.m4: Likewise.
188         * m4/printf.m4: Likewise.
189         * m4/printf-frexpl.m4: Likewise.
190         * m4/vasnprintf.m4: Likewise.
191         * modules/allocsa (Files): Remove m4/longdouble.m4.
192         * modules/gettext (Files): Likewise.
193         * modules/relocatable-prog-wrapper (Files): Likewise.
194         * modules/vasnprintf (Files): Likewise.
195         * modules/isnanl (Files): Likewise.
196         (Include): Simplify.
197         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
198         (Include): Simplify.
199         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
200         (Include): Simplify.
201         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
202         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
203         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
204         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
205         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
206         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
207         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
208         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
209         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
210         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
211         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
212         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
213         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
214         * tests/test-isnanl.c: Likewise.
215         * tests/test-snprintf-posix.h: Likewise.
216         * tests/test-sprintf-posix.h: Likewise.
217         * tests/test-vasnprintf-posix.c: Likewise.
218         * tests/test-vasnprintf-posix2.c: Likewise.
219         * tests/test-vasprintf-posix.c: Likewise.
220
221 2007-04-06  Bruno Haible  <bruno@clisp.org>
222
223         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
224         * lib/math_.h [__DECC]: Include the overridden include file through
225         #include_next, outside the double-inclusion guard.
226         * lib/stdio_.h [__DECC]: Likewise.
227         * lib/stdlib_.h [__DECC]: Likewise.
228         * lib/string_.h [__DECC]: Likewise.
229         * lib/time_.h [__DECC]: Likewise.
230         * lib/wchar_.h [__DECC]: Likewise.
231         * lib/wctype_.h [__DECC]: Likewise.
232         * lib/inttypes_.h [__DECC]: Likewise.
233         Reported by Albert Chin <china@thewrittenword.com> in
234         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
235
236 2007-04-04  Eric Blake  <ebb9@byu.net>
237
238         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
239         1.5.x.
240
241 2007-04-04  Bruno Haible  <bruno@clisp.org>
242
243         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
244         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
245
246 2007-04-04  Bruno Haible  <bruno@clisp.org>
247
248         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
249         results for "%010a" of Infinity and NaN.
250         * tests/test-vasprintf-posix.c (test_function): Likewise.
251         * tests/test-snprintf-posix.h (test_function): Likewise.
252         * tests/test-sprintf-posix.h (test_function): Likewise.
253         * tests/test-fprintf-posix.h (test_function): Remove these tests.
254         * tests/test-printf-posix.h (test_function): Likewise.
255         * tests/test-fprintf-posix.out: Update.
256         Needed for FreeBSD 6.1.
257
258 2007-04-04  Bruno Haible  <bruno@clisp.org>
259
260         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
261         directly used by the gnulib modules nor by gnulib-tool.
262
263 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
264
265         * DEPENDENCIES: Give overall description of version dependency
266         desirability.  Use more-typical names for apps.
267         Add shell, coreutils, diffutils, grep, tar, gzip.
268
269 2007-04-04  Simon Josefsson  <simon@josefsson.org>
270
271         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
272
273 2007-04-04  Karl Berry  <karl@gnu.org>
274
275         * MODULES.html.sh (func_module): missing '.
276
277 2007-04-03  Bruno Haible  <bruno@clisp.org>
278
279         * modules/argmatch-tests (Makefile.am): New variable
280         test_argmatch_LDADD.
281         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
282         * modules/array-list-tests (Makefile.am): New variable
283         test_array_list_LDADD.
284         * modules/array-oset-tests (Makefile.am): New variable
285         test_array_oset_LDADD.
286         * modules/avltree-list-tests (Makefile.am): New variable
287         test_avltree_list_LDADD.
288         * modules/avltree-oset-tests (Makefile.am): New variable
289         test_avltree_oset_LDADD.
290         * modules/avltreehash-list-tests (Makefile.am): New variable
291         test_avltreehash_list_LDADD.
292         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
293         test_canonicalize_lgpl_LDADD.
294         * modules/carray-list-tests (Makefile.am): New variable
295         test_carray_list_LDADD.
296         * modules/dirname-tests (Makefile.am): New variable
297         test_dirname_LDADD.
298         * modules/linked-list-tests (Makefile.am): New variable
299         test_linked_list_LDADD.
300         * modules/linkedhash-list-tests (Makefile.am): New variable
301         test_linkedhash_list_LDADD.
302         * modules/rbtree-list-tests (Makefile.am): New variable
303         test_rbtree_list_LDADD.
304         * modules/rbtree-oset-tests (Makefile.am): New variable
305         test_rbtree_oset_LDADD.
306         * modules/rbtreehash-list-tests (Makefile.am): New variable
307         test_rbtreehash_list_LDADD.
308         * modules/xvasprintf-tests (Makefile.am): New variable
309         test_xvasprintf_LDADD.
310         Reported by Eric Blake.
311
312 2007-04-03  Eric Blake  <ebb9@byu.net>
313
314         * DEPENDENCIES: Weaken m4 requirements.
315
316 2007-04-03  Bruno Haible  <bruno@clisp.org>
317
318         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
319         * modules/isnanl-tests (configure.ac): Likewise.
320
321 2007-04-03  Ben Pfaff  <blp@gnu.org>
322
323         * modules/iconv_open: Add $(srcdir)/ to source directory
324         references in Makefile fragments that call gperf, to fix VPATH
325         builds.
326
327 2007-04-03  Bruno Haible  <bruno@clisp.org>
328
329         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
330         * lib/ldexpl.c: Undo last change.
331
332 2007-04-03  Bruno Haible  <bruno@clisp.org>
333
334         * modules/printf-frexpl (Depends-on): Undo last change.
335         (Files): Add m4/ldexpl.m4.
336
337 2007-04-03  Bruno Haible  <bruno@clisp.org>
338
339         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
340         * modules/isnanl (Link): New section.
341
342         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
343         * modules/frexp (Link): New section.
344
345         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
346         * modules/frexpl (Link): New section.
347
348         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
349         * modules/ldexpl (Link): New section.
350
351 2007-04-03  Bruno Haible  <bruno@clisp.org>
352
353         * modules/TEMPLATE-EXTENDED: New file.
354         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
355
356 2007-04-03  Bruno Haible  <bruno@clisp.org>
357
358         * DEPENDENCIES: New file.
359         Suggested by Simon Josefsson.
360
361 2007-04-03  Bruno Haible  <bruno@clisp.org>
362
363         * doc/gnulib.texi: Escape @.
364
365 2007-04-03  James Youngman  <jay@gnu.org>
366         and Paul Eggert  <eggert@cs.ucla.edu>
367
368         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
369         birthtime on all systems that have birthtime, not just those which
370         use st_birthtimensec rather than st_birthtim.  Putting zero in
371         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
372         that the birth time is not available for files on an NFS mount.
373
374 2007-04-03  Simon Josefsson  <simon@josefsson.org>
375
376         * modules/memxor: Move back from crypto/, suggested by Bruno.
377         * modules/crypto/hmac-sha1: Fix memxor dependency.
378
379         * modules/crypto/gc: Moved from ../.
380
381 2007-04-02  Eric Blake  <ebb9@byu.net>
382
383         * lib/ldexpl.c (includes): Avoid libm.
384
385         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
386
387 2007-04-02  Bruno Haible  <bruno@clisp.org>
388
389         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
390         on IRIX.
391
392 2007-04-02  Bruno Haible  <bruno@clisp.org>
393
394         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
395         x86 or x86_64 platforms running MacOS X.
396         Reported by Ryan Schmidt <@ryandesign.com>.
397
398 2007-04-02  Bruno Haible  <bruno@clisp.org>
399
400         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
401         i386.
402
403 2007-04-01  Simon Josefsson  <simon@josefsson.org>
404
405         * modules/crypto/arcfour: Moved from ../.
406         * modules/crypto/arcfour-tests: Moved from ../.
407         * modules/crypto/arctwo: Moved from ../.
408         * modules/crypto/arctwo-tests: Moved from ../.
409         * modules/crypto/des: Moved from ../.
410         * modules/crypto/des-tests: Moved from ../.
411         * modules/crypto/gc-arcfour: Moved from ../.
412         * modules/crypto/gc-arcfour-tests: Moved from ../.
413         * modules/crypto/gc-arctwo: Moved from ../.
414         * modules/crypto/gc-arctwo-tests: Moved from ../.
415         * modules/crypto/gc-des: Moved from ../.
416         * modules/crypto/gc-des-tests: Moved from ../.
417         * modules/crypto/gc-hmac-md5: Moved from ../.
418         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
419         * modules/crypto/gc-hmac-sha1: Moved from ../.
420         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
421         * modules/crypto/gc-md2: Moved from ../.
422         * modules/crypto/gc-md2-tests: Moved from ../.
423         * modules/crypto/gc-md4: Moved from ../.
424         * modules/crypto/gc-md4-tests: Moved from ../.
425         * modules/crypto/gc-md5: Moved from ../.
426         * modules/crypto/gc-md5-tests: Moved from ../.
427         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
428         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
429         * modules/crypto/gc-random: Moved from ../.
430         * modules/crypto/gc-rijndael: Moved from ../.
431         * modules/crypto/gc-rijndael-tests: Moved from ../.
432         * modules/crypto/gc-sha1: Moved from ../.
433         * modules/crypto/gc-sha1-tests: Moved from ../.
434         * modules/crypto/gc-tests: Moved from ../.
435         * modules/crypto/hmac-md5: Moved from ../.
436         * modules/crypto/hmac-md5-tests: Moved from ../.
437         * modules/crypto/hmac-sha1: Moved from ../.
438         * modules/crypto/hmac-sha1-tests: Moved from ../.
439         * modules/crypto/md2: Moved from ../.
440         * modules/crypto/md2-tests: Moved from ../.
441         * modules/crypto/md4: Moved from ../.
442         * modules/crypto/md4-tests: Moved from ../.
443         * modules/crypto/md5: Moved from ../.
444         * modules/crypto/md5-tests: Moved from ../.
445         * modules/crypto/memxor: Moved from ../.
446         * modules/crypto/rijndael: Moved from ../.
447         * modules/crypto/rijndael-tests: Moved from ../.
448         * modules/crypto/sha1: Moved from ../.
449
450 2007-03-30  James Youngman  <jay@gnu.org>
451
452         * tests/test-stat-time.c (prepare_test): use chmod() rather than
453         rename() to change the ctime of a file (because ctime is unaffected
454         by rename on jfs2 on AIX 5.1).
455         (main): Start by doing cleanup, in case a previous run failed leaving
456         test files behind.
457
458 2007-03-31  Bruno Haible  <bruno@clisp.org>
459
460         Support old proprietary implementations of iconv.
461         * modules/iconv_open: New file.
462         * lib/iconv_.h: New file.
463         * m4/iconv_h.m4: New file.
464         * lib/iconv_open.c: New file.
465         * lib/iconv_open-aix.gperf: New file.
466         * lib/iconv_open-hpux.gperf: New file.
467         * lib/iconv_open-irix.gperf: New file.
468         * lib/iconv_open-osf.gperf: New file.
469         * m4/iconv_open.m4: New file.
470         * modules/linebreak (Depends-on): Add iconv_open.
471         * modules/striconv (Depends-on): Likewise.
472         * modules/striconveh (Depends-on): Likewise.
473         * modules/unicodeio (Depends-on): Likewise.
474         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
475         (iconv_t)(-1).
476         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
477         conversion if cd is (iconv_t)(-1).
478         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
479         is not possible.
480
481 2007-03-31  Bruno Haible  <bruno@clisp.org>
482
483         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
484         work on Solaris either. Protect also second use of "autodetect_jp".
485
486 2007-03-31  Bruno Haible  <bruno@clisp.org>
487
488         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
489         the function is not present.
490
491 2007-03-31  Bruno Haible  <bruno@clisp.org>
492
493         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
494         the function is not present.
495
496 2007-03-31  Bruno Haible  <bruno@clisp.org>
497
498         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
499         a bug in HP-UX iconv_open().
500
501 2007-03-31  Bruno Haible  <bruno@clisp.org>
502
503         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
504         (Mathematics <math.h>): New section, add fpieee.
505         (Input/output <stdio.h>): Add fseterr.
506         (Mathematics <math.h>): New section, add printf-frexp.
507         (Container data structures): Add sublist.
508         (Core language properties): Add fpucw, inline.
509         (Functions for greatest-width integer types <inttypes.h>): Add
510         imaxabs, imaxdiv, inttypes.
511         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
512         isnanl-nolibm, ldexp.
513         (Mathematics <math.h>): New section, add printf-frexpl.
514         (Support for systems lacking POSIX:2001): Add fprintf-posix,
515         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
516         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
517         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
518         (Unicode string functions): Add unistr/u*-mbtoucr.
519         (Java): Add javacomp-script, javaexec-script.
520         (C#): Add csharpcomp-script, csharpexec-script.
521         (Support for building libraries and executables): Add havelib,
522         relocatable-*.
523         (Support for maintaining and releasing projects): Renamed from
524         'Support for maintaining and release projects'. Add announce-gen.
525
526 2007-03-31  Bruno Haible  <bruno@clisp.org>
527
528         * README: Talk primarily about git.
529         (git and CVS): Renamed from CVS.
530         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
531         gnulib is available through git.
532         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
533
534 2007-03-30  Bruno Haible  <bruno@clisp.org>
535
536         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
537         * lib/poll_.h: Likewise.
538         * lib/stat_.h: Likewise.
539         * lib/sys_time_.h: Likewise.
540         * lib/sysexit_.h: Likewise.
541         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
542         * lib/stdbool_.h: Likewise.
543         * lib/byteswap_.h: Add double-inclusion guard.
544
545 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
546
547         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
548
549 2007-03-30  Karl Berry  <karl@gnu.org>
550
551         * config/srclist-update: double space after USA in the license
552         substitution, since that's how it's usually (?) written.
553
554 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
555
556         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
557         reported by Bruno Haible.
558
559 2007-03-29  Bruno Haible  <bruno@clisp.org>
560
561         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
562         a bug in AIX iconv().
563
564 2007-03-29  Bruno Haible  <bruno@clisp.org>
565
566         * modules/ldexpl-tests: New file.
567         * tests/test-ldexpl.c: New file.
568
569 2007-03-29  Bruno Haible  <bruno@clisp.org>
570
571         * lib/ldexpl.c: Include fpucw.h.
572         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
573         multiplication.
574         * modules/ldexpl (Depends-on): Add fpucw.
575
576 2007-03-29  Bruno Haible  <bruno@clisp.org>
577
578         * modules/ldexpl: New file.
579         * m4/ldexpl.m4: New file.
580         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
581         set.
582         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
583         REPLACE_LDEXPL.
584         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
585         REPLACE_LDEXPL.
586         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
587         gl_FUNC_LDEXPL_WORKS.
588         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
589         * modules/mathl (Files): Remove lib/ldexpl.c.
590         (Depends-on): Add ldexpl.
591
592 2007-03-29  Bruno Haible  <bruno@clisp.org>
593
594         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
595
596 2007-03-29  Bruno Haible  <bruno@clisp.org>
597
598         * tests/test-striconveh.c (main): Don't assume that a direct conversion
599         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
600         and possibly also HP-UX.
601         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
602         work on AIX, IRIX, HP-UX, OSF/1.
603         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
604         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
605         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
606         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
607         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
608         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
609
610 2007-03-29  Bruno Haible  <bruno@clisp.org>
611
612         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
613
614 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
615
616         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
617         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
618
619 2007-03-29  Eric Blake  <ebb9@byu.net>
620
621         * lib/acl-internal.h: Remove redundant include.
622         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
623         Cygwin when a file is locked.
624
625 2007-03-29  Bruno Haible  <bruno@clisp.org>
626
627         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
628         file.
629         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
630
631 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
632
633         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
634         try to remove a parent directory if the child couldn't be removed
635         (except for the first rmdir, which could fail because the child
636         doesn't exist).  Problem reported by Jeff Blaine in
637         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
638
639 2007-03-28  Bruno Haible  <bruno@clisp.org>
640
641         * lib/striconveh.c (utf8conv_carefully): New function.
642         (mem_cd_iconveh_internal): Invoke it.
643
644 2007-03-28  Bruno Haible  <bruno@clisp.org>
645
646         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
647         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
648         input.
649         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
650         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
651         unistr/u8-uctomb.
652
653 2007-03-28  Bruno Haible  <bruno@clisp.org>
654
655         * modules/unistr/u8-mbtoucr: New file.
656         * lib/unistr/u8-mbtoucr.c: New file.
657         * modules/unistr/u16-mbtoucr: New file.
658         * lib/unistr/u16-mbtoucr.c: New file.
659         * modules/unistr/u16-mbtoucr: New file.
660         * lib/unistr/u16-mbtoucr.c: New file.
661         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
662
663 2007-03-27  Simon Josefsson  <simon@josefsson.org>
664             Bruno Haible  <bruno@clisp.org>
665
666         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
667         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
668         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
669
670         * m4/stdio_h.m4: Add stubs for vasprintf too.
671
672         * modules/stdio: Support vasprintf in sed command.
673
674         * modules/vasprintf: Depend on stdio for prototypes.  Remove
675         vasprintf.h.  Add stdio module indicator.
676
677         * lib/stdio_.h: Declare asprintf and vasprintf, based on
678         vasprintf.h.
679
680         * lib/vasprintf.h: File removed.
681
682         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
683         * lib/vasprintf.c: Ditto.
684         * lib/xvasprintf.c: Ditto.
685         * tests/test-vasprintf-posix.c: Ditto.
686         * tests/test-vasprintf.c: Ditto.
687
688 2007-03-27  Bruno Haible  <bruno@clisp.org>
689
690         Make vasnprintf multithread-safe.
691         * lib/vasnprintf.c (decimal_point_char): New function.
692         (VASNPRINTF): Use it.
693         Suggested by Simon Josefsson.
694
695 2007-03-27  Eric Blake  <ebb9@byu.net>
696
697         Support sub-second birthtime on cygwin.
698         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
699         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
700         (get_stat_birthtime): Also work with st_birthtim.
701
702 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
703
704         * lib/stat-time.h (USE_BIRTHTIME): Remove.
705         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
706         (get_stat_birthtime_ns): Do not try to use "spare" fields.
707         (get_stat_birthtime_ns): Simplify compile-time tests.
708         (get_stat_birthtime): Change the API to look like
709         get_stat_mtime etc., except return a negative tv_nsec on error.
710         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
711         Don't check for "spare" fields.
712         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
713         or for struct stat.st_birthtime, as these tests aren't used.
714         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
715
716 2007-03-27  Bruno Haible  <bruno@clisp.org>
717
718         * lib/stat-time.h: Include <sys/stat.h>.
719
720 2007-03-27  James Youngman  <jay@gnu.org>
721
722         * lib/stat-time.h (get_stat_birthtime): New function for
723           retrieving st_birthtime as provided by UFS2 (hence *BSD).
724         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
725           and its variants.
726         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
727         * modules/stat-time-test: New file.
728         * tests/test-stat-time.c: New test, devised by Bruno Haible.
729
730 2007-03-26  Bruno Haible  <bruno@clisp.org>
731
732         Better support of signalling NaNs.
733         * lib/atanl.c: Include isnanl.h.
734         (atanl): Perform test for NaN at the beginning of the function and
735         through a call to isnanl.
736         * lib/cosl.c: Include isnanl.h.
737         (cosl): Perform test for NaN at the beginning of the function and
738         through a call to isnanl.
739         * lib/ldexpl.c: Include isnanl.h.
740         (ldexpl): Perform test for NaN through a call to isnanl.
741         * lib/logl.c: Include isnanl.h.
742         (logl): Perform test for NaN at the beginning of the function and
743         through a call to isnanl.
744         * lib/sinl.c: Include isnanl.h.
745         (sinl): Perform test for NaN at the beginning of the function and
746         through a call to isnanl.
747         * lib/sqrtl.c: Include isnanl.h.
748         (sqrtl): Perform test for NaN at the beginning of the function and
749         through a call to isnanl.
750         * lib/tanl.c: Include isnanl.h.
751         (tanl): Perform test for NaN at the beginning of the function and
752         through a call to isnanl.
753         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
754         * modules/mathl (Depends-on): Add isnanl.
755
756 2007-03-26  Eric Blake  <ebb9@byu.net>
757
758         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
759         regression in logic sense of previous patch.
760
761 2007-03-26  Bruno Haible  <bruno@clisp.org>
762
763         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
764         unportable shell command "if ! ...".
765         Reported by Ralf Wildenhues.
766
767 2007-03-25  Bruno Haible  <bruno@clisp.org>
768
769         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
770         <sysexits.h> file, and only add EX_CONFIG.
771         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
772         absolute file name and whether it is sufficient. Substitute also
773         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
774         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
775         ABSOLUTE_SYSEXITS_H into sysexits.h.
776
777 2007-03-25  Bruno Haible  <bruno@clisp.org>
778
779         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
780         hints is NULL.
781
782 2007-03-25  Bruno Haible  <bruno@clisp.org>
783
784         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
785         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
786
787 2007-03-25  Bruno Haible  <bruno@clisp.org>
788
789         * lib/vasnprintf.c: Include langinfo.h.
790         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
791         multithread-safe.
792         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
793         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
794         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
795         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
796         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
797         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
798         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
799         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
800         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
801         Reported by Simon Josefsson.
802
803 2007-03-25  Bruno Haible  <bruno@clisp.org>
804
805         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
806         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
807         * modules/vasnprintf (Depends-on): Add stdint.
808
809 2007-03-25  Bruno Haible  <bruno@clisp.org>
810
811         * modules/fpieee: New file.
812         * m4/fpieee.m4: New file.
813         * modules/isnan-nolibm (Depends-on): Add fpieee.
814         * modules/isnanl-nolibm (Depends-on): Add fpieee.
815         * modules/isnanl (Depends-on): Add fpieee.
816
817 2007-03-25  Bruno Haible  <bruno@clisp.org>
818
819         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
820
821 2007-03-25  Bruno Haible  <bruno@clisp.org>
822
823         Avoid test failures on IRIX 6.5.
824         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
825         (main): Use it.
826         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
827         macros.
828         (main): Use them.
829
830 2007-03-25  Bruno Haible  <bruno@clisp.org>
831
832         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
833         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
834         exists but doesn't work.
835         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
836         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
837         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
838         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
839
840 2007-03-25  Bruno Haible  <bruno@clisp.org>
841
842         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
843         returns inf. Needed on IRIX 6.5.
844
845 2007-03-25  Bruno Haible  <bruno@clisp.org>
846
847         * tests/test-frexpl.c: Include isnanl-nolibm.h.
848         (main): Use isnanl instead of x != x idiom.
849         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
850
851         * tests/test-frexp.c: Include isnan.h.
852         (main): Use isnan instead of x != x idiom.
853         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
854
855 2007-03-25  Bruno Haible  <bruno@clisp.org>
856
857         * tests/test-frexp.c (NaN): New function/macro.
858         (main): Use it instead of 0.0 / 0.0.
859         * tests/test-isnan.c (NaN): New function/macro.
860         (main): Use it instead of 0.0 / 0.0.
861         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
862         (test_function): Use it instead of 0.0 / 0.0.
863         * tests/test-vasprintf-posix.c (NaN): New function/macro.
864         (test_function): Use it instead of 0.0 / 0.0.
865         * tests/test-snprintf-posix.h (NaN): New function/macro.
866         (test_function): Use it instead of 0.0 / 0.0.
867         * tests/test-sprintf-posix.h (NaN): New function/macro.
868         (test_function): Use it instead of 0.0 / 0.0.
869         * tests/test-fprintf-posix.h (NaN): New function/macro.
870         (test_function): Use it instead of 0.0 / 0.0.
871         * tests/test-printf-posix.h (NaN): New function/macro.
872         (test_function): Use it instead of 0.0 / 0.0.
873
874         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
875
876 2007-03-25  Bruno Haible  <bruno@clisp.org>
877
878         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
879
880 2007-03-25  Bruno Haible  <bruno@clisp.org>
881
882         * lib/regexec.c (merge_state_with_log): Make static.
883
884 2007-03-25  Bruno Haible  <bruno@clisp.org>
885
886         * lib/trigl.c (kernel_rem_pio2): Make static.
887
888 2007-03-25  Bruno Haible  <bruno@clisp.org>
889
890         * lib/sincosl.c (sincosl_table): Make static.
891
892 2007-03-25  Bruno Haible  <bruno@clisp.org>
893
894         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
895         if the compiler does not support C99.
896
897 2007-03-25  Bruno Haible  <bruno@clisp.org>
898
899         * modules/time (Makefile.am): Ensure all rule action lines start with a
900         tab.
901
902 2007-03-24  Bruno Haible  <bruno@clisp.org>
903
904         * modules/tsearch-tests: New file.
905         * tests/test-tsearch.sh: New file.
906         * tests/test-tsearch.c: New file, mostly copied from glibc.
907
908         * modules/search-tests: New file.
909         * tests/test-search.c: New file.
910
911         * modules/search: New file.
912         * lib/search_.h: New file, incorporating lib/tsearch.h.
913         * m4/search_h.m4: New file.
914         * lib/tsearch.h: Remove file.
915         * lib/tsearch.c: Include search.h instead of tsearch.h.
916         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
917         HAVE_TSEARCH.
918         * modules/tsearch (Files): Remove lib/tsearch.h.
919         (Depends-on): Add search.
920         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
921         (Include): Change tsearch.h into search.h.
922
923 2007-03-24  Bruno Haible  <bruno@clisp.org>
924
925         * modules/fpucw: New file.
926         * lib/fpucw.h: New file.
927         * lib/frexp.c: Include fpucw.h.
928         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
929         (FUNC): Use them.
930         * lib/printf-frexp.c: Include fpucw.h.
931         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
932         (FUNC): Use them.
933         * lib/vasnprintf.c: Include fpucw.h.
934         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
935         'long double' calculations.
936         * tests/test-frexpl.c: Include fpucw.h.
937         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
938         * tests/test-printf-frexpl.c: Include fpucw.h.
939         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
940         * modules/frexpl (Depends-on): Add fpucw.
941         * modules/printf-frexpl (Depends-on): Likewise.
942         * modules/fprintf-posix (Depends-on): Likewise.
943         * modules/snprintf-posix (Depends-on): Likewise.
944         * modules/sprintf-posix (Depends-on): Likewise.
945         * modules/vasnprintf-posix (Depends-on): Likewise.
946         * modules/vasprintf-posix (Depends-on): Likewise.
947         * modules/vfprintf-posix (Depends-on): Likewise.
948         * modules/vsnprintf-posix (Depends-on): Likewise.
949         * modules/vsprintf-posix (Depends-on): Likewise.
950         * modules/frexpl-tests (Depends-on): Likewise.
951         * modules/printf-frexpl-tests (Depends-on): Likewise.
952
953 2007-03-24  Bruno Haible  <bruno@clisp.org>
954
955         * lib/float+.h: New file.
956         * lib/isnan.c: Include float+.h.
957         (SIZE): New macro.
958         (FUNC): Compare only SIZE bytes of the value.
959         * lib/vasnprintf.c: Include float+.h.
960         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
961         SIZEOF_LDBL or SIZEOF_DBL bytes.
962         * modules/isnan-nolibm (Files): Add lib/float+.h.
963         * modules/isnanl-nolibm (Files): Add lib/float+.h.
964         * modules/isnanl (Files): Add lib/float+.h.
965         * modules/vasnprintf (Files): Add lib/float+.h.
966
967 2007-03-24  Bruno Haible  <bruno@clisp.org>
968
969         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
970         include isnanl-nolibm.h.
971
972 2007-03-24  Bruno Haible  <bruno@clisp.org>
973
974         * tests/test-read-file.c (main): Don't produce spurious output for
975         expected situations. Make the test fail if it encountered unexpected
976         results.
977
978 2007-03-24  Bruno Haible  <bruno@clisp.org>
979
980         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
981         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
982
983 2007-03-24  Bruno Haible  <bruno@clisp.org>
984
985         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
986
987 2007-03-24  Bruno Haible  <bruno@clisp.org>
988
989         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
990         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
991
992         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
993         * modules/utf8-ucs4: Turn into a symbolic link to module
994         unistr/u8-mbtouc.
995
996         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
997         utf8-ucs4-unsafe.
998         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
999         unistr/u8-mbtouc-unsafe.
1000
1001         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
1002         * modules/utf16-ucs4: Turn into a symbolic link to module
1003         unistr/u16-mbtouc.
1004
1005         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
1006         utf16-ucs4-unsafe.
1007         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
1008         unistr/u16-mbtouc-unsafe.
1009
1010         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
1011         * modules/ucs4-utf8: Turn into a symbolic link to module
1012         unistr/u8-ubtomb.
1013
1014         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
1015         * modules/ucs4-utf16: Turn into a symbolic link to module
1016         unistr/u16-ubtomb.
1017
1018 2007-03-24  Bruno Haible  <bruno@clisp.org>
1019
1020         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
1021         Enable the function only if HAVE_INLINE.
1022         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
1023         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
1024         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
1025         Enable the function only if HAVE_INLINE.
1026         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
1027         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
1028         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
1029         Enable the function only if HAVE_INLINE.
1030         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
1031         Enable the function only if HAVE_INLINE.
1032         * modules/utf8-ucs4: Update.
1033         * modules/utf8-ucs4-unsafe: Update.
1034         * modules/utf16-ucs4: Update.
1035         * modules/utf16-ucs4-unsafe: Update.
1036         * modules/ucs4-utf8: Update.
1037         * modules/ucs4-utf16: Update.
1038
1039 2007-03-24  Bruno Haible  <bruno@clisp.org>
1040
1041         * lib/utf8-ucs4.h: Remove file.
1042         * lib/utf8-ucs4-unsafe.h: Remove file.
1043         * lib/utf16-ucs4.h: Remove file.
1044         * lib/utf16-ucs4-unsafe.h: Remove file.
1045         * lib/ucs4-utf8.h: Remove file.
1046         * lib/ucs4-utf16.h: Remove file.
1047         * lib/unistr.h: Include their previous contents.
1048         * m4/utf-ucs4.m4: Remove file.
1049         * m4/ucs4-utf.m4: Remove file.
1050         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
1051         (Depends-on): Add unistr/base.
1052         (configure.ac): Remove gl_UTF_UCS4.
1053         (Makefile.am): Update.
1054         (Include): Change to unistr.h.
1055         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
1056         (Depends-on): Add unistr/base.
1057         (configure.ac): Remove gl_UTF_UCS4.
1058         (Makefile.am): Update.
1059         (Include): Change to unistr.h.
1060         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
1061         (Depends-on): Add unistr/base.
1062         (configure.ac): Remove gl_UTF_UCS4.
1063         (Makefile.am): Update.
1064         (Include): Change to unistr.h.
1065         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
1066         (Depends-on): Add unistr/base.
1067         (configure.ac): Remove gl_UTF_UCS4.
1068         (Makefile.am): Update.
1069         (Include): Change to unistr.h.
1070         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
1071         (Depends-on): Add unistr/base.
1072         (configure.ac): Remove gl_UCS4_UTF.
1073         (Makefile.am): Update.
1074         (Include): Change to unistr.h.
1075         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
1076         (Depends-on): Add unistr/base.
1077         (configure.ac): Remove gl_UCS4_UTF.
1078         (Makefile.am): Update.
1079         (Include): Change to unistr.h.
1080         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
1081         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
1082         utf8-ucs4-unsafe.h.
1083         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
1084         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
1085         utf16-ucs4-unsafe.h.
1086         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
1087         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
1088         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
1089         * lib/unistr/u8-strchr.c: Likewise.
1090         * lib/unistr/u8-strrchr.c: Likewise.
1091         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
1092         * lib/unistr/u16-strchr.c: Likewise.
1093         * lib/unistr/u16-strrchr.c: Likewise.
1094         * lib/striconveh.c: Update.
1095         * lib/linebreak.c: Update.
1096
1097 2007-03-24  Bruno Haible  <bruno@clisp.org>
1098
1099         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
1100         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
1101
1102 2007-03-22  Bruno Haible  <bruno@clisp.org>
1103
1104         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
1105
1106 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
1107
1108         * MODULES.html.sh (File system functions): New module write-any-file.
1109         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
1110         * m4/write-any-file.m4: New files.
1111
1112 2007-03-23  Eric Blake  <ebb9@byu.net>
1113
1114         * gnulib-tool: Rearrange space-tab sequences, since some editors
1115         like to eat them.
1116
1117 2007-03-23  Eric Blake  <ebb9@byu.net>
1118
1119         * lib/version-etc.c (version_etc_va): Update license wording to
1120         be more concise.  Recommended by Richard Stallman.
1121
1122 2007-03-22  Bruno Haible  <bruno@clisp.org>
1123
1124         * lib/poll.c (MSG_PEEK): New fallback definition.
1125
1126 2007-03-22  Bruno Haible  <bruno@clisp.org>
1127
1128         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
1129         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
1130         (main): Update.
1131         Fixes a compilation error on BeOS.
1132
1133 2007-03-22  Bruno Haible  <bruno@clisp.org>
1134
1135         * modules/frexpl-tests: New file.
1136         * tests/test-frexpl.c: New file.
1137
1138         * modules/frexpl: New file.
1139         * m4/frexpl.m4: New file.
1140         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
1141         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
1142         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
1143         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
1144         (Depends-on): Add frexpl. Remove isnanl-nolibm.
1145         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
1146
1147 2007-03-22  Bruno Haible  <bruno@clisp.org>
1148
1149         * lib/frexpl.c: Share code with lib/frexp.c.
1150         * modules/mathl (Files): Add lib/frexp.c.
1151         (Depends-on): Add isnanl-nolibm.
1152
1153 2007-03-22  Bruno Haible  <bruno@clisp.org>
1154
1155         * modules/printf-frexp (Files): Add m4/frexp.m4.
1156         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
1157         only if the found frexp function actually works.
1158
1159 2007-03-22  Bruno Haible  <bruno@clisp.org>
1160
1161         * lib/frexp.c: Remove older implementation that uses divisions.
1162
1163 2007-03-21  Bruno Haible  <bruno@clisp.org>
1164
1165         * modules/frexp-tests: New file.
1166         * tests/test-frexp.c: New file.
1167
1168         * modules/frexp: New file.
1169         * lib/frexp.c: New file.
1170         * m4/frexp.m4: New file.
1171         * lib/math_.h (frexp): New declaration.
1172         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
1173         REPLACE_FREXP.
1174         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
1175
1176 2007-03-21  Bruno Haible  <bruno@clisp.org>
1177
1178         * modules/isnanl-tests: New file.
1179         * tests/test-isnanl.c: New file.
1180
1181         * modules/isnanl: New file.
1182         * lib/isnanl.h: New file.
1183         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
1184         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
1185         gl_FUNC_ISNANL_WORKS.
1186         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
1187         New macros.
1188
1189 2007-03-21  Bruno Haible  <bruno@clisp.org>
1190
1191         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
1192         lib/isnanl.h.
1193         (Include): Update.
1194         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
1195         * lib/vasnprintf.c: Update.
1196         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
1197         tests/test-isnanl.h, remove tests/test-isnanl.c.
1198         (Makefile.am): Update.
1199         * tests/test-isnanl-nolibm.c: New file.
1200         * tests/test-isnanl.h: New file.
1201         * tests/test-isnanl.c: Remove file.
1202
1203 2007-03-21  Jim Meyering  <jim@meyering.net>
1204
1205         When trying to open ".", treat ESTALE like EACCES.
1206         * lib/savewd.c (savewd_save): Resort to forking not just upon
1207         failure with EACCES, but also when errno is ESTALE.
1208
1209 2007-03-20  Bruno Haible  <bruno@clisp.org>
1210
1211         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
1212         Needed on AIX 5.1. Reported by Matthew Woehlke.
1213
1214 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1215
1216         Suggestions by Bruno Haible:
1217         * lib/acl-internal.h: Include "gettext.h" rather than rolling
1218         our own.
1219         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
1220         * modules/acl (Depends-on): Add gettext.
1221
1222 2007-03-19  Bruno Haible  <bruno@clisp.org>
1223
1224         * modules/iconvme: Remove file.
1225         * lib/iconvme.h: Remove file.
1226         * lib/iconvme.c: Remove file.
1227         * m4/iconvme.m4: Remove file.
1228
1229 2007-03-19  Bruno Haible  <bruno@clisp.org>
1230
1231         * doc/relocatable-maint.texi: Break long shell script line.
1232         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
1233
1234 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1235
1236         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
1237         handle file_has_acl.
1238         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
1239         * lib/acl.c: Move header inclusions and related macro defns into
1240         lib/acl-internal.h.
1241         (S_ISLNK): Remove defn, since that's now done for us.
1242         (file_has_acl): Move to lib/file-has-acl.c.
1243         Call acl_trivial if available.  This is the crucial part of the fix.
1244         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
1245         shared within the library.  Rewrite a bit, partly to make it compatible
1246         with the GNU coding style.
1247         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
1248         Remove unnecessary double-quotes.
1249         Don't test for acl_to_text; the build will catch that.
1250         Replace acl_entries if it doesn't exist and it is needed.
1251         Check for -lsec and acl_trivial (as used on Solaris 10).
1252         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
1253         lib/file-has-acl.c.
1254         (Depends-on): Add sys_stat, for S_ISLNK.
1255
1256 2007-03-19  Ben Pfaff  <blp@gnu.org>
1257
1258         * doc/gnulib.texi: Fix typos.
1259         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
1260
1261 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1262
1263         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
1264         If size is zero here, buf must be zero.
1265
1266 2007-03-19  Simon Josefsson  <simon@josefsson.org>
1267
1268         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
1269         <bruno@clisp.org>.
1270
1271 2007-03-18  Bruno Haible  <bruno@clisp.org>
1272
1273         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
1274         Suggested by Eric Blake.
1275
1276 2007-03-18  Ben Pfaff  <blp@gnu.org>
1277
1278         * doc/relocatable.texi: Recommend using as prefix a directory
1279         that does not exist and will never be created.  Based on
1280         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
1281         and others.
1282
1283 2007-03-17  Bruno Haible  <bruno@clisp.org>
1284
1285         * lib/fchownat.c: Include lchown.h.
1286
1287 2007-03-17  Bruno Haible  <bruno@clisp.org>
1288
1289         Fix endless loop when the given allocated size was > INT_MAX.
1290         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
1291         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
1292         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
1293         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
1294         * lib/sprintf.c (sprintf): Likewise.
1295
1296 2007-03-17  Bruno Haible  <bruno@clisp.org>
1297
1298         * tests/test-argp-2.sh (func_compare): Output a context diff.
1299
1300 2007-03-17  Bruno Haible  <bruno@clisp.org>
1301
1302         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
1303         locale's decimal-point character.
1304
1305 2007-03-17  Bruno Haible  <bruno@clisp.org>
1306
1307         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
1308         before comparing it. Needed because on some platforms (e.g. x86) a
1309         'long double' occupies less bytes than sizeof (long double).
1310
1311 2007-03-17  Bruno Haible  <bruno@clisp.org>
1312
1313         * tests/test-crc.c (main): Make printf statements 64-bit clean.
1314         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
1315         * tests/test-getaddrinfo.c (simple): Likewise.
1316         * tests/test-read-file.c (main): Likewise.
1317
1318 2007-03-17  Bruno Haible  <bruno@clisp.org>
1319
1320         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
1321
1322 2007-03-17  Bruno Haible  <bruno@clisp.org>
1323
1324         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
1325         unused variable.
1326
1327 2007-03-17  Bruno Haible  <bruno@clisp.org>
1328
1329         * tests/test-c-strcasecmp.c: Include c-strcase.h.
1330         * tests/test-c-strncasecmp.c: Likewise.
1331
1332 2007-03-17  Bruno Haible  <bruno@clisp.org>
1333
1334         * modules/stdlib (Depends-on): Add unistd.
1335         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
1336         Needed for MacOS X 10.3.
1337
1338 2007-03-17  Bruno Haible  <bruno@clisp.org>
1339
1340         * lib/unistr/u-strdup.h: Include <stdlib.h>.
1341
1342 2007-03-17  Bruno Haible  <bruno@clisp.org>
1343
1344         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
1345
1346 2007-03-17  Bruno Haible  <bruno@clisp.org>
1347
1348         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
1349         to reflect files copied from gnulib (with or without modifications).
1350         Suggested by Jim Meyering.
1351
1352 2007-03-17  Eric Blake  <ebb9@byu.net>
1353
1354         * NEWS: Document stdlib change from 2007-02-18.
1355
1356 2007-03-17  Jim Meyering  <jim@meyering.net>
1357
1358         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
1359         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
1360         someone uses a name containing shell meta-characters.
1361         Reported by Alfred M. Szmidt.
1362
1363         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
1364
1365 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1366
1367         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
1368         and copy gettext configuration files only if configure.ac contains
1369         a use of AM_GNU_GETTEXT_VERSION.
1370
1371 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1372
1373         * build-aux/bootstrap (gnulib_name): New variable.
1374         (gnulib_tool_options): Use it.
1375
1376 2007-03-13  Simon Josefsson  <simon@josefsson.org>
1377
1378         * tests/test-des.c: Use new namespace.
1379
1380 2007-03-15  Bruno Haible  <bruno@clisp.org>
1381
1382         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
1383         Reported by James Youngman <jay@gnu.org>.
1384
1385 2007-03-15  Bruno Haible  <bruno@clisp.org>
1386
1387         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
1388         declared prototype. Needed with cc on OSF/1 5.1.
1389
1390 2007-03-15  Bruno Haible  <bruno@clisp.org>
1391
1392         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
1393         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
1394         (struct gl_list_implementation): Add dispose_fn argument to the
1395         'create_empty', 'create' methods.
1396         (struct gl_list_impl_base): Add field 'dispose_fn'.
1397         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
1398         argument.
1399         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
1400         dispose_fn argument.
1401         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
1402         dispose_fn on the dropped values.
1403         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
1404         dispose_fn argument.
1405         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
1406         dropped values.
1407         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
1408         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1409         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
1410         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1411         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
1412         argument.
1413         (gl_tree_list_free): Call dispose_fn on the dropped values.
1414         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
1415         the dropped values.
1416         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1417         Add dispose_fn argument.
1418         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
1419         Call dispose_fn on the dropped values.
1420         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
1421         Add dispose_fn argument.
1422         (gl_sublist_create): Initialize the 'dispose_fn' field.
1423         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
1424         * tests/test-array_list.c (main): Update.
1425         * tests/test-carray_list.c (main): Update.
1426         * tests/test-avltree_list.c (main): Update.
1427         * tests/test-rbtree_list.c (main): Update.
1428         * tests/test-avltreehash_list.c (main): Update.
1429         * tests/test-rbtreehash_list.c (main): Update.
1430         * tests/test-linked_list.c (main): Update.
1431         * tests/test-linkedhash_list.c (main): Update.
1432         * tests/test-array_oset.c (main): Update.
1433
1434 2007-03-15  Bruno Haible  <bruno@clisp.org>
1435
1436         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
1437         (gl_oset_create_empty): Add dispose_fn argument.
1438         (struct gl_oset_implementation): Add dispose_fn argument to
1439         'create_empty' method.
1440         (struct gl_oset_impl_base): Add dispose_fn field.
1441         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
1442         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
1443         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
1444         values.
1445         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
1446         (gl_tree_oset_free): Call dispose_fn on the dropped values.
1447         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1448         dropped value.
1449         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1450         dropped value.
1451         * tests/test-array_oset.c (main): Update.
1452         * tests/test-avltree_oset.c (main): Update.
1453         * tests/test-rbtree_oset.c (main): Update.
1454         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
1455
1456 2007-03-13  Bruno Haible  <bruno@clisp.org>
1457
1458         * tests/test-stdbool.c (i): Update after last patch.
1459
1460 2007-03-12  Bruno Haible  <bruno@clisp.org>
1461
1462         * lib/quotearg.c: Include <wctype.h> early, before the definition of
1463         the iswprint macro. Needed on Solaris 2.5.1.
1464
1465 2007-03-12  Bruno Haible  <bruno@clisp.org>
1466
1467         * tests/test-printf-frexp.c (main): Declare x as volatile.
1468
1469 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1470
1471         * doc/gnulib.texi (Build robot for gnulib): New section.
1472
1473 2007-03-12  Jim Meyering  <jim@meyering.net>
1474
1475         * build-aux/bootstrap: New file.
1476         * build-aux/bootstrap.conf: New file, from coreutils.
1477
1478 2007-03-11  Bruno Haible  <bruno@clisp.org>
1479
1480         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
1481
1482 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1483
1484         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
1485         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
1486         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
1487
1488 2007-03-11  Bruno Haible  <bruno@clisp.org>
1489
1490         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
1491         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
1492
1493 2007-03-11  Bruno Haible  <bruno@clisp.org>
1494
1495         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
1496         formula. Needed for SunPRO C 5.0.
1497
1498 2007-03-11  Bruno Haible  <bruno@clisp.org>
1499
1500         * modules/long-options (Depends-on): Add getopt.
1501
1502 2007-03-11  Bruno Haible  <bruno@clisp.org>
1503
1504         * modules/modechange (Depends-on): Add stdbool.
1505
1506 2007-03-11  Bruno Haible  <bruno@clisp.org>
1507
1508         * modules/i-ring (Depends-on): Add stdbool.
1509
1510 2007-03-11  Bruno Haible  <bruno@clisp.org>
1511
1512         * modules/gc-des (Depends-on): Add stdbool.
1513
1514 2007-03-11  Bruno Haible  <bruno@clisp.org>
1515
1516         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
1517
1518 2007-03-11  Bruno Haible  <bruno@clisp.org>
1519
1520         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
1521
1522 2007-03-11  Bruno Haible  <bruno@clisp.org>
1523
1524         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
1525
1526 2007-03-11  Bruno Haible  <bruno@clisp.org>
1527
1528         * lib/vasnprintf.c (sprintf): Undefine.
1529
1530 2007-03-11  Bruno Haible  <bruno@clisp.org>
1531
1532         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
1533         initializers in SunPRO C and Compaq C compilers.
1534
1535 2007-03-11  Bruno Haible  <bruno@clisp.org>
1536
1537         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
1538         decrementing code ANSI C compliant.
1539
1540 2007-03-11  Bruno Haible  <bruno@clisp.org>
1541
1542         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
1543         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
1544
1545 2007-03-11  Bruno Haible  <bruno@clisp.org>
1546
1547         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
1548         <stdbool.h> substitute doesn't pass.
1549
1550 2007-03-11  Bruno Haible  <bruno@clisp.org>
1551
1552         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
1553
1554 2007-03-11  Bruno Haible  <bruno@clisp.org>
1555
1556         * gnulib-tool (func_create_megatestdir): Create also an autobuild
1557         script, for submission to autobuild.josefsson.org.
1558
1559 2007-03-10  Bruno Haible  <bruno@clisp.org>
1560
1561         * modules/canonicalize-lgpl-tests: New file.
1562         * tests/test-canonicalize-lgpl.sh: New file.
1563         * tests/test-canonicalize-lgpl.c: New file.
1564
1565         * modules/c-strcase-tests: New file.
1566         * tests/test-c-strcase.sh: New file.
1567         * tests/test-c-strcasecmp.c: New file.
1568         * tests/test-c-strncasecmp.c: New file.
1569
1570         * modules/atexit-tests: New file.
1571         * tests/test-atexit.sh: New file.
1572         * tests/test-atexit.c: New file.
1573
1574 2007-03-10  Bruno Haible  <bruno@clisp.org>
1575
1576         * tests/test-binary-io.sh: Use temporary filenames that are not so
1577         likely to clash with those of other tests (in a parallel make).
1578         * tests/test-binary-io.c: Likewise.
1579
1580 2007-03-10  Bruno Haible  <bruno@clisp.org>
1581
1582         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
1583         fallback; use #error instead.
1584         Suggested by Simon Josefsson.
1585
1586 2007-03-10  Bruno Haible  <bruno@clisp.org>
1587
1588         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
1589         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
1590         first and the last.
1591
1592 2007-03-10  Bruno Haible  <bruno@clisp.org>
1593
1594         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
1595
1596 2007-03-10  Bruno Haible  <bruno@clisp.org>
1597
1598         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
1599         "make distcheck".
1600         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
1601         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
1602         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
1603
1604 2007-03-10  Bruno Haible  <bruno@clisp.org>
1605
1606         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
1607         variable.
1608         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
1609         variable.
1610
1611 2007-03-09  Eric Blake  <ebb9@byu.net>
1612         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
1613
1614         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
1615         types are not being provided by gnulib.
1616         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
1617         types are supported.
1618
1619 2007-03-10  Bruno Haible  <bruno@clisp.org>
1620
1621         * lib/stdio_.h (__attribute__): New macro.
1622         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
1623         vsprintf): Specify __attribute__ __format__ for GCC.
1624         Suggested by Eric Blake.
1625
1626 2007-03-09  Bruno Haible  <bruno@clisp.org>
1627
1628         * modules/printf-posix-tests: New file.
1629         * tests/test-printf-posix.sh: New file.
1630         * tests/test-printf-posix.c: New file.
1631
1632         * modules/printf-posix: New file.
1633         * lib/printf.c: New file.
1634         * m4/printf-posix-rpl.m4: New file.
1635         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
1636         REPLACE_PRINTF.
1637         * lib/stdio_.h (printf): New declaration.
1638         (format, __format__, ____printf____, ____scanf____, ____strftime____,
1639         ____strfmon____): New macros.
1640         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
1641         REPLACE_PRINTF.
1642
1643 2007-03-09  Bruno Haible  <bruno@clisp.org>
1644
1645         * tests/test-vasnprintf-posix2.sh: New file.
1646         * tests/test-vasnprintf-posix2.c: New file.
1647         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
1648         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
1649         (Makefile.am): Activate test-vasnprintf-posix2.sh.
1650
1651         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
1652         a locale dependent decimal point, rather than always '.'.
1653
1654 2007-03-09  Eric Blake  <ebb9@byu.net>
1655
1656         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
1657         spite of platforms like Tandem/NSK that define it to -1.
1658
1659 2007-03-08  Bruno Haible  <bruno@clisp.org>
1660
1661         * modules/vprintf-posix-tests: New file.
1662         * tests/test-vprintf-posix.sh: New file.
1663         * tests/test-vprintf-posix.c: New file.
1664         * tests/test-printf-posix.h: New file.
1665
1666         * modules/vprintf-posix: New file.
1667         * lib/vprintf.c: New file.
1668         * m4/vprintf-posix.m4: New file.
1669         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
1670         REPLACE_VPRINTF.
1671         * lib/stdio_.h (vprintf): New declaration.
1672         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
1673         REPLACE_VPRINTF.
1674
1675 2007-03-08  Bruno Haible  <bruno@clisp.org>
1676
1677         * modules/fprintf-posix-tests: New file.
1678         * tests/test-fprintf-posix.sh: New file.
1679         * tests/test-fprintf-posix.c: New file.
1680
1681         * modules/fprintf-posix: New file.
1682         * lib/fprintf.c: New file.
1683         * m4/fprintf-posix.m4: New file.
1684         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
1685         REPLACE_FPRINTF.
1686         * lib/stdio_.h (fprintf): New declaration.
1687         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
1688         REPLACE_FPRINTF.
1689
1690 2007-03-08  Bruno Haible  <bruno@clisp.org>
1691
1692         * modules/vfprintf-posix-tests: New file.
1693         * tests/test-vfprintf-posix.sh: New file.
1694         * tests/test-vfprintf-posix.c: New file.
1695         * tests/test-fprintf-posix.h: New file.
1696         * tests/test-fprintf-posix.out: New file.
1697
1698         * modules/vfprintf-posix: New file.
1699         * lib/vfprintf.c: New file.
1700         * m4/vfprintf-posix.m4: New file.
1701         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
1702         REPLACE_VFPRINTF.
1703         * lib/stdio_.h (vfprintf): New declaration.
1704         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
1705         REPLACE_VFPRINTF.
1706
1707 2007-03-08  Bruno Haible  <bruno@clisp.org>
1708
1709         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
1710
1711 2007-03-08  Bruno Haible  <bruno@clisp.org>
1712
1713         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
1714         instead of 'expr' invocations.
1715         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1716         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1717         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1718         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1719         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1720         Suggested by Paul Eggert.
1721
1722 2007-03-08  Bruno Haible  <bruno@clisp.org>
1723
1724         * modules/fseterr-tests: New file.
1725         * tests/test-fseterr.c: New file.
1726
1727         * modules/fseterr: New file.
1728         * lib/fseterr.h: New file.
1729         * lib/fseterr.c: New file.
1730
1731 2007-03-08  Bruno Haible  <bruno@clisp.org>
1732
1733         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
1734         * lib/getopt_.h: Likewise.
1735         * lib/mbswidth.h: Likewise.
1736         * lib/setenv.h: Likewise.
1737         * lib/vasnprintf.h: Likewise.
1738         * lib/vasprintf.h: Likewise.
1739         * lib/verror.h: Likewise.
1740         * lib/xsetenv.h: Likewise.
1741         * lib/xvasprintf.h: Likewise.
1742
1743 2007-03-08  Jim Meyering  <jim@meyering.net>
1744
1745         * users.txt: Add parted.
1746
1747         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
1748
1749 2007-03-07  Bruno Haible  <bruno@clisp.org>
1750
1751         * m4/printf.m4: Make the shell script snippets copy&pastable.
1752
1753 2007-03-02  Bruno Haible  <bruno@clisp.org>
1754
1755         * lib/netinet_in_.h: New file.
1756         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
1757         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
1758         * modules/netinet_in (Files): Add lib/netinet_in_.h.
1759         (Depends-on): Add absolute-header.
1760         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
1761         into netinet/in.h.
1762
1763 2007-03-03  Bruno Haible  <bruno@clisp.org>
1764
1765         * lib/sys_select_.h: New file.
1766         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
1767         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
1768         * modules/sys_select (Files): Add lib/sys_select_.h.
1769         (Depends-on): Add absolute-header.
1770         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
1771         into sys/select.h.
1772
1773 2007-03-02  Bruno Haible  <bruno@clisp.org>
1774
1775         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
1776         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
1777         values.
1778         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
1779         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
1780         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
1781         * modules/sys_socket (Depends-on): Add absolute-header.
1782         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
1783         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
1784         (Include): Remove requirement of inclusion of <sys/types.h>.
1785
1786 2007-03-02  Bruno Haible  <bruno@clisp.org>
1787
1788         * lib/byteswap_.h (bswap_32): Fix formula.
1789
1790 2007-03-06  Bruno Haible  <bruno@clisp.org>
1791
1792         * modules/sprintf-posix-tests: New file.
1793         * tests/test-sprintf-posix.c: New file.
1794
1795         * modules/sprintf-posix: New file.
1796         * lib/sprintf.c: New file.
1797         * m4/sprintf-posix.m4: New file.
1798         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
1799         REPLACE_SPRINTF.
1800         * lib/stdio_.h (sprintf): New declaration.
1801         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
1802         REPLACE_SPRINTF.
1803
1804 2007-03-06  Bruno Haible  <bruno@clisp.org>
1805
1806         * modules/vsprintf-posix-tests: New file.
1807         * tests/test-vsprintf-posix.c: New file.
1808         * tests/test-sprintf-posix.h: New file.
1809
1810         * modules/vsprintf-posix: New file.
1811         * lib/vsprintf.c: New file.
1812         * m4/vsprintf-posix.m4: New file.
1813         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
1814         REPLACE_VSPRINTF.
1815         * lib/stdio_.h (vsprintf): New declaration.
1816         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
1817         REPLACE_VSPRINTF.
1818
1819 2007-03-06  Bruno Haible  <bruno@clisp.org>
1820
1821         * modules/vsnprintf (Depend-on): Remove minmax.
1822
1823 2007-03-06  Bruno Haible  <bruno@clisp.org>
1824
1825         * modules/snprintf-posix-tests: New file.
1826         * tests/test-snprintf-posix.c: New file.
1827
1828         * modules/snprintf-posix: New file.
1829         * m4/snprintf-posix.m4: New file.
1830         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
1831         gl_FUNC_SNPRINTF.
1832         (gl_FUNC_SNPRINTF): Invoke it.
1833         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
1834         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
1835         is set.
1836         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
1837
1838 2007-03-06  Bruno Haible  <bruno@clisp.org>
1839
1840         * modules/vsnprintf-posix-tests: New file.
1841         * tests/test-vsnprintf-posix.c: New file.
1842         * tests/test-snprintf-posix.h: New file.
1843
1844         * modules/vsnprintf-posix: New file.
1845         * m4/vsnprintf-posix.m4: New file.
1846         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
1847         gl_FUNC_VSNPRINTF.
1848         (gl_FUNC_VSNPRINTF): Invoke it.
1849         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
1850         * lib/stdio_.h (vsnprintf): Define as a replacement if
1851         REPLACE_VSNPRINTF is set.
1852         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
1853
1854 2007-03-06  Bruno Haible  <bruno@clisp.org>
1855
1856         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
1857         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
1858
1859 2007-03-06  Bruno Haible  <bruno@clisp.org>
1860
1861         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
1862         (asinl): Declare also if HAVE_DECL_ASINL is set.
1863         (atanl): Declare also if HAVE_DECL_ATANL is set.
1864         (ceill): Declare also if HAVE_DECL_CEILL is set.
1865         (cosl): Declare also if HAVE_DECL_COSL is set.
1866         (expl): Declare also if HAVE_DECL_EXPL is set.
1867         (floorl): Declare also if HAVE_DECL_FLOORL is set.
1868         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
1869         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
1870         (logl): Declare also if HAVE_DECL_LOGL is set.
1871         (sinl): Declare also if HAVE_DECL_SINL is set.
1872         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
1873         (tanl): Declare also if HAVE_DECL_TANL is set.
1874         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
1875         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
1876         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
1877         declaration of frexpl, ldexpl.
1878         * modules/printf-frexpl (Depends-on): Add math.
1879         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
1880
1881 2007-03-05  Bruno Haible  <bruno@clisp.org>
1882
1883         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
1884         frexpl and ldexpl are declared.
1885         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
1886
1887 2007-03-05  Bruno Haible  <bruno@clisp.org>
1888
1889         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
1890         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
1891
1892 2007-03-05  Bruno Haible  <bruno@clisp.org>
1893
1894         * lib/stdio_.h: Include <stddef.h>.
1895
1896 2007-03-05  Bruno Haible  <bruno@clisp.org>
1897
1898         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
1899
1900 2007-03-05  Bruno Haible  <bruno@clisp.org>
1901
1902         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
1903         NetBSD 4, from Ralf Wildenhues.
1904
1905 2007-03-04  Bruno Haible  <bruno@clisp.org>
1906
1907         * lib/vasprintf.h: Update #if logic for the case when the functions
1908         exist but are overridden.
1909
1910 2007-03-04  Bruno Haible  <bruno@clisp.org>
1911
1912         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
1913         implementations: glibc-2.4 and MacOS X 10.3.
1914         * tests/test-vasnprintf-posix.c (test_function): Test also the case
1915         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
1916         * tests/test-vasprintf-posix.c (test_function): Likewise.
1917
1918 2007-03-04  Bruno Haible  <bruno@clisp.org>
1919
1920         * modules/vasprintf-posix-tests: New file.
1921         * tests/test-vasprintf-posix.c: New file.
1922
1923         * modules/vasprintf-posix: New file.
1924         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
1925         defined.
1926         * m4/vasprintf-posix.m4: New file.
1927         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
1928         gl_FUNC_VASPRINTF.
1929         (gl_FUNC_VASPRINTF): Invoke it.
1930         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
1931         here.
1932         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
1933
1934 2007-03-04  Bruno Haible  <bruno@clisp.org>
1935
1936         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
1937         REPLACE_GETTIMEOFDAY.
1938         * modules/sys_time (Makefile.am): Likewise.
1939         * m4/sys_time_h.m4: Likewise.
1940         * m4/gettimeofday.m4: Likewise.
1941
1942 2007-03-04  Bruno Haible  <bruno@clisp.org>
1943
1944         * modules/vasnprintf-posix-tests: New file.
1945         * tests/test-vasnprintf-posix.c: New file.
1946
1947         * modules/vasnprintf-posix: New file.
1948         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
1949         printf-frexpl.h.
1950         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
1951         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
1952         REPLACE_VASNPRINTF is defined.
1953         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
1954         gl_FUNC_VASNPRINTF.
1955         (gl_FUNC_VASNPRINTF): Invoke it.
1956         * m4/vasnprintf-posix.m4: New file.
1957         * m4/printf.m4: New file.
1958
1959 2007-03-04  Bruno Haible  <bruno@clisp.org>
1960
1961         Compile progreloc.c only if --enable-relocatable is specified.
1962         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
1963         if --enable-relocatable was specified.
1964         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
1965         lib_SOURCES.
1966
1967 2007-03-04  Jim Meyering  <jim@meyering.net>
1968
1969         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
1970         Use it consistently, rather than enumerating errno constants.
1971
1972 2007-03-04  Bruno Haible  <bruno@clisp.org>
1973
1974         * modules/xvasprintf-tests: New file.
1975         * tests/test-xvasprintf.c: New file.
1976
1977         * modules/vasprintf-tests: New file.
1978         * tests/test-vasprintf.c: New file.
1979
1980         * modules/vasnprintf-tests: New file.
1981         * tests/test-vasnprintf.c: New file.
1982
1983         * modules/vsnprintf-tests: New file.
1984         * tests/test-vsnprintf.c: New file.
1985
1986         * modules/snprintf-tests: New file.
1987         * tests/test-snprintf.c: New file.
1988
1989 2007-03-04  Bruno Haible  <bruno@clisp.org>
1990
1991         Compile relocatable.c only if --enable-relocatable is specified.
1992         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
1993         gl_RELOCATABLE_LIBRARY.
1994         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
1995         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
1996         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
1997         gl_RELOCATABLE_LIBRARY.
1998         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
1999         (Makefile.am): Remove lib_SOURCES.
2000         * modules/relocatable-lib-lgpl (configure.ac): Invoke
2001         gl_RELOCATABLE_LIBRARY.
2002         (Makefile.am): Remove lib_SOURCES.
2003         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
2004         always.
2005         * modules/relocatable-prog-wrapper (configure.ac): Invoke
2006         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
2007
2008 2007-03-04  Bruno Haible  <bruno@clisp.org>
2009
2010         * modules/argmatch-tests: New file.
2011         * tests/test-argmatch.c: New file.
2012
2013         * tests/test-allocsa.c (main): Halve the number of loop runs.
2014
2015         * modules/alloca-opt-tests: New file.
2016         * tests/test-alloca-opt.c: New file.
2017
2018 2007-03-04  Jim Meyering  <jim@meyering.net>
2019
2020         Work around difference between Linux ACLs and Solaris 10 ZFS.
2021         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
2022         for EINVAL.
2023
2024 2007-03-03  Bruno Haible  <bruno@clisp.org>
2025
2026         * modules/relocatable-prog (Depends-on): Add back progreloc's
2027         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
2028
2029 2007-03-03  Bruno Haible  <bruno@clisp.org>
2030
2031         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
2032         * modules/relocatable-lib: New file.
2033
2034 2007-03-03  Bruno Haible  <bruno@clisp.org>
2035
2036         * modules/relocatable-prog: Renamed from modules/relocatable.
2037         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
2038
2039 2007-03-03  Bruno Haible  <bruno@clisp.org>
2040
2041         * modules/relocatable-script (Files): Add doc/relocatable.texi,
2042         m4/relocatable-lib.m4.
2043         (Depends-on): Remove 'relocatable'.
2044         (configure.ac): Add gl_RELOCATABLE_NOP.
2045
2046 2007-03-03  Bruno Haible  <bruno@clisp.org>
2047
2048         * modules/relocatable-prog-wrapper: New file.
2049         * modules/relocatable (Depends-on): Add it. Remove all other
2050         dependencies except progname.
2051         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
2052
2053         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
2054         (gl_FUNC_STRERROR): Nop.
2055         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
2056
2057         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
2058         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
2059
2060         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
2061         (gl_FUNC_READLINK): Update.
2062
2063         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
2064
2065 2007-03-03  Bruno Haible  <bruno@clisp.org>
2066
2067         * lib/xreadlink.c: Include <unistd.h> unconditionally.
2068         * modules/xreadlink (Depends-on): Add unistd.
2069         * modules/xreadlink-with-size (Depends-on): Likewise.
2070
2071 2007-03-03  Bruno Haible  <bruno@clisp.org>
2072
2073         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
2074         extracted from gt_FUNC_SETENV.
2075         (gt_FUNC_SETENV): Remove macro.
2076         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
2077         remove gt_FUNC_SETENV.
2078
2079 2007-03-03  Bruno Haible  <bruno@clisp.org>
2080
2081         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
2082         ENABLE_RELOCATABLE here.
2083         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
2084
2085 2007-03-03  Bruno Haible  <bruno@clisp.org>
2086
2087         * modules/rbtreehash-list-tests (Depends-on): Add progname.
2088         * tests/test-rbtreehash_list.c: Include progname.h.
2089         (main): Call set_program_name.
2090
2091         * modules/rbtree-oset-tests (Depends-on): Add progname.
2092         * tests/test-rbtree_oset.c: Include progname.h.
2093         (main): Call set_program_name.
2094
2095         * modules/rbtree-list-tests (Depends-on): Add progname.
2096         * tests/test-rbtree_list.c: Include progname.h.
2097         (main): Call set_program_name.
2098
2099         * modules/linked-list-tests (Depends-on): Add progname.
2100         * tests/test-linked_list.c: Include progname.h.
2101         (main): Call set_program_name.
2102
2103 2007-03-03  Bruno Haible  <bruno@clisp.org>
2104
2105         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
2106         All uses of __restrict changed to _Restrict_.
2107         * lib/glob_.h (__restrict): Remove macro.
2108
2109 2007-03-02  Bruno Haible  <bruno@clisp.org>
2110
2111         * modules/gettext (configure.ac): Require gettext infrastructure
2112         from version 0.16.1.
2113
2114 2007-03-02  Bruno Haible  <bruno@clisp.org>
2115
2116         * modules/linkedhash-list-tests (Depends-on): Add progname.
2117         * tests/test-linkedhash_list.c: Include progname.h.
2118         (main): Call set_program_name.
2119
2120         * modules/carray-list-tests (Depends-on): Add progname.
2121         * tests/test-carray_list.c: Include progname.h.
2122         (main): Call set_program_name.
2123
2124         * modules/avltreehash-list-tests (Depends-on): Add progname.
2125         * tests/test-avltreehash_list.c: Include progname.h.
2126         (main): Call set_program_name.
2127
2128         * modules/avltree-oset-tests (Depends-on): Add progname.
2129         * tests/test-avltree_oset.c: Include progname.h.
2130         (main): Call set_program_name.
2131
2132         * modules/avltree-list-tests (Depends-on): Add progname.
2133         * tests/test-avltree_list.c: Include progname.h.
2134         (main): Call set_program_name.
2135
2136         * modules/array-oset-tests (Depends-on): Add progname.
2137         * tests/test-array_oset.c: Include progname.h.
2138         (main): Call set_program_name.
2139
2140         * modules/array-list-tests (Depends-on): Add progname.
2141         * tests/test-array_list.c: Include progname.h.
2142         (main): Call set_program_name.
2143
2144         * modules/argp-tests (Depends-on): Add progname.
2145         * tests/test-argp.c: Include argp.h first. Include progname.h.
2146         (main): Call set_program_name.
2147
2148 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
2149
2150         * doc/gnulib-tool.texi (Initial import): Reword description of
2151         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
2152         limited effect even if defined after the first system include.
2153
2154 2007-03-01  Bruno Haible  <bruno@clisp.org>
2155
2156         * build-aux/config.libpath: Update to libtool-1.5.22.
2157         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2158
2159 2007-03-01  Bruno Haible  <bruno@clisp.org>
2160
2161         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
2162         foo_CFLAGS.
2163         Reported by Ralf Wildenhues.
2164
2165 2007-03-01  Bruno Haible  <bruno@clisp.org>
2166
2167         * build-aux/install-reloc: Remove object files left over by some
2168         compilers.
2169         Reported by Ralf Wildenhues.
2170
2171 2007-03-01  Bruno Haible  <bruno@clisp.org>
2172
2173         * build-aux/install-reloc: Break long lines.
2174
2175 2007-03-01  Bruno Haible  <bruno@clisp.org>
2176
2177         * doc/relocatable.texi: Document that it may not work on OpenBSD.
2178         Reported by Ralf Wildenhues.
2179
2180 2007-03-01  Bruno Haible  <bruno@clisp.org>
2181
2182         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
2183         include ordering constraints.
2184
2185 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
2186
2187         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
2188         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
2189         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
2190         as another example.
2191         * lib/time_.h: Fix misspelling.
2192         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2193         Require gl_HEADER_TIME_H_DEFAULTS.
2194         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
2195         * m4/time_r.m4 (gl_TIME_R): Likewise.
2196         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
2197
2198 2007-03-01  Bruno Haible  <bruno@clisp.org>
2199
2200         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
2201         * m4/utimens.m4 (gl_UTIMENS): Likewise.
2202
2203 2007-03-01  Jim Meyering  <jim@meyering.net>
2204
2205         * modules/xreadlink (Maintainer): Add my name.
2206         * modules/xreadlink-with-size (Depends-on): Alphabetize.
2207
2208 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
2209             Bruno Haible  <bruno@clisp.org>
2210
2211         * build-aux/install-reloc: Compile also c-ctype.c.
2212         * build-aux/relocatable.sh.in: New file.
2213         * doc/relocatable.texi: New file.
2214         * doc/relocatable-maint.texi: New file.
2215         * doc/gnulib.texi: Include relocatable-maint.texi.
2216         * lib/progreloc.c: Include unistd.h unconditionally.
2217         * lib/relocwrapper.c: Include unistd.h unconditionally.
2218         Include c-ctype.h.
2219         (add_dotbin): Use c_tolower.
2220         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
2221         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
2222         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
2223         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
2224         to m4/relocatable-lib.m4.
2225         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
2226         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
2227         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
2228         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
2229         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
2230         * modules/relocatable: New file.
2231         * modules/relocatable-lib: New file.
2232         * modules/relocatable-script: New file.
2233
2234 2007-02-28  Bruno Haible  <bruno@clisp.org>
2235
2236         Import --enable-relocatable infrastructure.
2237         * build-aux/config.libpath: New file, from GNU gettext.
2238         * build-aux/install-reloc: New file, from GNU gettext.
2239         * build-aux/reloc-ldflags: New file, from GNU gettext.
2240         * lib/relocatable.h: New file, from GNU gettext.
2241         * lib/relocatable.c: New file, from GNU gettext.
2242         * lib/relocwrapper.c: New file, from GNU gettext.
2243         * m4/relocatable.m4: New file, from GNU gettext.
2244
2245 2007-02-28  Bruno Haible  <bruno@clisp.org>
2246
2247         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
2248
2249         * modules/xreadlink: New file, from GNU gettext with modifications.
2250         * lib/xreadlink.c: New file, from GNU gettext.
2251         * lib/xreadlink.h: Add comments.
2252         (xreadlink): New declaration.
2253
2254         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
2255         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
2256         lib/xreadlink-with-size.c.
2257         (configure.ac): Remove gl_XREADLINK invocation.
2258         (Makefile.am): Augment lib_SOURCES.
2259         * m4/xreadlink.m4: Remove file.
2260         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
2261         (xreadlink_with_size): Renamed from xreadink.
2262         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
2263         * modules/canonicalize (Depends-on): Replace xreadlink with
2264         xreadlink-with-size.
2265         * lib/canonicalize.c (canonicalize_filename_mode): Update.
2266
2267 2007-02-25  Jim Meyering  <jim@meyering.net>
2268
2269         * build-aux/announce-gen: When complaining about excess arguments,
2270         list them.
2271
2272 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
2273
2274         * README: Document signed integer overflow situation more
2275         accurately.
2276
2277 2007-02-25  Bruno Haible  <bruno@clisp.org>
2278
2279         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
2280         'a' or 'A' conversion.
2281
2282 2007-02-25  Bruno Haible  <bruno@clisp.org>
2283
2284         * modules/filename: Renamed from modules/pathname.
2285         (Files): Replace lib/pathname.h with lib/filename.h. Replace
2286         lib/concatpath.c with lib/concat-filename.c.
2287         (Makefile.am): Update.
2288         (Include): Replace pathname.h with filename.h.
2289         * lib/filename.h: Renamed from lib/pathname.h.
2290         (concatenated_filename): Renamed from concatenated_pathname.
2291         * lib/concat-filename.c: Renamed from lib/concatpath.c.
2292         (concatenated_filename): Renamed from concatenated_pathname.
2293         * lib/findprog.c: Include filename.h instead of pathname.h.
2294         (find_in_path): Update.
2295         * lib/javacomp.c: Include filename.h instead of pathname.h.
2296         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
2297         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
2298         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
2299         is_oldgcj_14_13_usable, is_javac_usable): Update.
2300         * lib/javaexec.c: Include filename.h instead of pathname.h.
2301         (execute_java_class): Update.
2302         * modules/findprog: Update.
2303         * modules/javacomp: Update.
2304         * modules/javaexec: Update.
2305         * MODULES.html.sh (File system functions): Add 'filename', remove
2306         'pathname'.
2307
2308 2007-02-25  Bruno Haible  <bruno@clisp.org>
2309
2310         * modules/printf-frexpl-tests: New file.
2311         * tests/test-printf-frexpl.c: New file.
2312
2313         * modules/printf-frexpl: New file.
2314         * lib/printf-frexpl.h: New file.
2315         * lib/printf-frexpl.c: New file.
2316         * m4/printf-frexpl.m4: New file.
2317
2318 2007-02-25  Bruno Haible  <bruno@clisp.org>
2319
2320         * modules/printf-frexp-tests: New file.
2321         * tests/test-printf-frexp.c: New file.
2322
2323         * modules/printf-frexp: New file.
2324         * lib/printf-frexp.h: New file.
2325         * lib/printf-frexp.c: New file.
2326         * m4/printf-frexp.m4: New file.
2327
2328 2007-02-25  Bruno Haible  <bruno@clisp.org>
2329
2330         Assume automake >= 1.10 for the tests.
2331         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
2332         * modules/arctwo-tests: Likewise.
2333         * modules/argp-tests: Likewise.
2334         * modules/avltree-list-tests: Likewise.
2335         * modules/avltree-oset-tests: Likewise.
2336         * modules/avltreehash-list-tests: Likewise.
2337         * modules/carray-list-tests: Likewise.
2338         * modules/crc-tests: Likewise.
2339         * modules/des-tests: Likewise.
2340         * modules/gc-arcfour-tests: Likewise.
2341         * modules/gc-arctwo-tests: Likewise.
2342         * modules/gc-des-tests: Likewise.
2343         * modules/gc-hmac-md5-tests: Likewise.
2344         * modules/gc-hmac-sha1-tests: Likewise.
2345         * modules/gc-md2-tests: Likewise.
2346         * modules/gc-md4-tests: Likewise.
2347         * modules/gc-md5-tests: Likewise.
2348         * modules/gc-pbkdf2-sha1-tests: Likewise.
2349         * modules/gc-rijndael-tests: Likewise.
2350         * modules/gc-sha1-tests: Likewise.
2351         * modules/gc-tests: Likewise.
2352         * modules/getaddrinfo-tests: Likewise.
2353         * modules/hmac-md5-tests: Likewise.
2354         * modules/hmac-sha1-tests: Likewise.
2355         * modules/linked-list-tests: Likewise.
2356         * modules/linkedhash-list-tests: Likewise.
2357         * modules/lock-tests: Likewise.
2358         * modules/md2-tests: Likewise.
2359         * modules/md4-tests: Likewise.
2360         * modules/md5-tests: Likewise.
2361         * modules/rbtree-list-tests: Likewise.
2362         * modules/rbtree-oset-tests: Likewise.
2363         * modules/rbtreehash-list-tests: Likewise.
2364         * modules/read-file-tests: Likewise.
2365         * modules/rijndael-tests: Likewise.
2366         * modules/stdint-tests: Likewise.
2367         * modules/tls-tests: Likewise.
2368
2369 2007-02-24  Bruno Haible  <bruno@clisp.org>
2370
2371         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
2372         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
2373         function; instead check whether isnan with a double argument links.
2374         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
2375         function; instead check whether isnan with a 'long double' argument
2376         links.
2377         Reported by Eric Blake <ebb9@byu.net>.
2378
2379 2007-02-24  Bruno Haible  <bruno@clisp.org>
2380
2381         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
2382         defined.
2383         * lib/isnanl.c: Remove all code. Just include isnan.c.
2384         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
2385
2386 2007-02-25  Jim Meyering  <jim@meyering.net>
2387
2388         Avoid conflicting types for 'unsetenv' on FreeBSD.
2389         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
2390         conflicting with FreeBSD's (5.0 and 6.1) function declaration
2391         in stdlib.h.
2392
2393 2007-02-24  Bruno Haible  <bruno@clisp.org>
2394
2395         * modules/isnanl-nolibm-tests: New file.
2396         * tests/test-isnanl.c: New file.
2397
2398         * modules/isnanl-nolibm: New file.
2399         * lib/isnanl.h: New file.
2400         * lib/isnanl.c: New file.
2401         * m4/isnanl.m4: New file.
2402
2403 2007-02-24  Bruno Haible  <bruno@clisp.org>
2404
2405         * modules/isnan-nolibm-tests: New file.
2406         * tests/test-isnan.c: New file.
2407
2408         * modules/isnan-nolibm: New file.
2409         * lib/isnan.h: New file.
2410         * lib/isnan.c: New file.
2411         * m4/isnan.m4: New file.
2412
2413 2007-02-24  Bruno Haible  <bruno@clisp.org>
2414
2415         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
2416         assume that an exponent fits in 20 bits.
2417
2418 2007-02-24  Jim Meyering  <jim@meyering.net>
2419
2420         * m4/regex.m4: Update the description of the configure-time option,
2421         --without-included-regex, to state accurately what the defaults are,
2422         and perhaps to give people an idea why using this option is risky.
2423
2424 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
2425
2426         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
2427         loops on small arguments.  This attempts to avoid the problem
2428         Bruno Haible reported for AIX 4.3.2 in
2429         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
2430
2431 2007-02-23  Bruno Haible  <bruno@clisp.org>
2432
2433         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
2434         Needed for help2man.
2435
2436 2007-02-23  Karl Berry  <karl@gnu.org>
2437
2438         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
2439         exists, foo.h should be cvs-ignored, not committed.
2440
2441 2007-02-23  Eric Blake  <ebb9@byu.net>
2442
2443         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
2444         * lib/stat-time.h (includes): Likewise.
2445         * lib/utimecmp.c (includes): Likewise.
2446         * lib/utimens.h (includes): Likewise.
2447         * lib/getdate.y (includes): Also include "timespec.h" for use
2448         internal to the module.
2449         * modules/utimens (Depends-on): Revert yesterday's patch.
2450         * modules/nanosleep (Depends-on): Add missing dependency.
2451
2452 2007-02-22  Bruno Haible  <bruno@clisp.org>
2453
2454         * lib/glob.c: Don't include getlogin_r.h.
2455
2456 2007-02-22  Jim Meyering  <jim@meyering.net>
2457
2458         * modules/utimens (Depends-on): Add timespec, required for
2459         utimens.h's inclusion of timespec.h.
2460
2461 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
2462
2463         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
2464         long unreadable paths in GNU/Linux.  Problem reported by Andreas
2465         Schwab in
2466         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
2467         I'll try to think of a better way to fix the Solaris problem.
2468
2469         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
2470         like glibc; on Solaris 10, it fails with errno == EINVAL.
2471         POSIX says the behavior is unspecified if the first argument is NULL,
2472         so play it safe and never pass NULL to the system getcwd.
2473
2474 2007-02-21  Jim Meyering  <jim@meyering.net>
2475
2476         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
2477         of gettimeofday.  It would conflict with the one now always
2478         provided via sys_time_.h.  Reported by Matthew Woehlke, as
2479         an IRIX 6.5 build failure.
2480
2481 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2482
2483         Minor fixups to port to Solaris 10 with Sun C 5.8.
2484         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
2485         * modules/getcwd (Depends-on): Add dirfd.
2486         * lib/putenv.c (putenv): #undef it.
2487         (rpl_putenv): New decl.
2488         (malloc, free): Include <stdlib.h> rather than prototyping separately.
2489
2490 2007-02-20  Bruno Haible  <bruno@clisp.org>
2491
2492         * modules/stdio-tests: New file.
2493         * tests/test-stdio.c: New file.
2494
2495         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
2496         (Depends-on): Add stdio.
2497         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2498         (Include): Use <stdio.h> instead of vsnprintf.h.
2499         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2500         HAVE_DECL_VSNPRINTF.
2501         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
2502
2503         * modules/snprintf (Files): Remove lib/snprintf.h.
2504         (Depends-on): Add stdio.
2505         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2506         (Include): Use <stdio.h> instead of snprintf.h.
2507         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2508         HAVE_DECL_SNPRINTF.
2509         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
2510         * lib/getaddrinfo.c: Likewise.
2511
2512         * modules/stdio: New file.
2513         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
2514         * lib/snprintf.h: Remove file.
2515         * lib/vsnprintf.h: Remove file.
2516         * lib/.cppi-disable: Remove snprintf.h.
2517         * m4/stdio_h.m4: New file.
2518         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
2519
2520 2007-02-20  Jim Meyering  <jim@meyering.net>
2521
2522         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
2523         used by e.g., mingw.  From Bruno Haible.
2524
2525 2007-02-19  Bruno Haible  <bruno@clisp.org>
2526
2527         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
2528         warnings.
2529         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2530
2531 2007-02-19  Bruno Haible  <bruno@clisp.org>
2532
2533         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
2534         from mingw users.
2535
2536 2007-02-19  Bruno Haible  <bruno@clisp.org>
2537
2538         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
2539         warnings.
2540         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
2541
2542 2007-02-19  Jim Meyering  <jim@meyering.net>
2543
2544         Don't use FD after a successful "fdopendir (fd)".
2545         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
2546         Reset it by calling dirfd on the just-obtained DIR*.
2547
2548         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
2549         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
2550
2551 2007-02-18  Bruno Haible  <bruno@clisp.org>
2552
2553         * lib/readlink.c: Include <unistd.h>.
2554         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
2555         HAVE_READLINK.
2556         * modules/readlink (Depends-on): Add unistd.
2557         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2558         (Include): Add <unistd.h>.
2559
2560         * lib/getlogin_r.h: Remove file.
2561         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
2562         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
2563         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
2564         HAVE_DECL_GETLOGIN_R.
2565         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
2566         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2567         (Include): Use <unistd.h> instead of getlogin_r.h.
2568
2569         * lib/getcwd.h: Remove file.
2570         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
2571         * lib/xgetcwd.c: Likewise.
2572         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
2573         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
2574         * modules/getcwd (Files): Remove lib/getcwd.h.
2575         (Depends-on): Add unistd.
2576         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2577         (Include): Use <unistd.h> instad of getcwd.h.
2578
2579         * lib/ftruncate.c: Include <unistd.h> first.
2580         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
2581         Set HAVE_FTRUNCATE.
2582         * modules/ftruncate (Depends-on): Add unistd.
2583         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2584
2585         * lib/fchdir.c: Include <unistd.h> first.
2586         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
2587         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
2588         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
2589         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2590         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
2591
2592         * lib/dup2.c: Include <unistd.h> first.
2593         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
2594         HAVE_DUP2.
2595         * modules/dup2 (Depends-on): Add unistd.
2596         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2597
2598         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
2599         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
2600         REPLACE_CHOWN. Don't define chown as a macro here.
2601         * modules/chown (Depends-on): Add unistd.
2602         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2603
2604         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
2605         Add definition for GL_LINK_WARNING.
2606         (chown, dup2): New declarations.
2607         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
2608         link warning.
2609         (ftruncate): New declaration.
2610         (getcwd): New declaration, taken from old getcwd.h.
2611         (getlogin_r): New declaration, taken from old getlogin_r.h.
2612         (readlink): New declaration.
2613         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
2614         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
2615         (gl_PREREQ_UNISTD): Remove macro.
2616         (gl_UNISTD_MODULE_INDICATOR): New macro.
2617         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
2618         many new variables. Don't set UNISTD_H.
2619         * modules/unistd (Description): Change.
2620         (Depends-on): Add link-warning.
2621         (configure.ac): Update.
2622         (Makefile.am): Create unistd.h always. Substitute many new variables
2623         into it.
2624
2625 2007-02-18  Bruno Haible  <bruno@clisp.org>
2626
2627         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
2628         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
2629         HAVE_GETSUBOPT.
2630         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
2631         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
2632         * lib/getsubopt.h: Remove file.
2633         * modules/getsubopt (Files): Remove lib/getsubopt.h.
2634         (Depends-on): Add stdlib.
2635         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2636         (Includes): Use <stdlib.h> instead of getsubopt.h.
2637         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
2638         Set HAVE_GETSUBOPT.
2639         * lib/getsubopt.c: Don't include getsubopt.h.
2640
2641 2007-02-18  Bruno Haible  <bruno@clisp.org>
2642
2643         * modules/fchdir (Depends-on): Add dup2.
2644
2645 2007-02-18  Bruno Haible  <bruno@clisp.org>
2646
2647         * lib/stdlib_.h: Handle glibc's special invocation convention
2648         specially.
2649
2650 2007-02-18  Bruno Haible  <bruno@clisp.org>
2651
2652         * modules/stdlib-tests: New file.
2653         * tests/test-stdlib.c: New file.
2654
2655         * modules/mkstemp (Files): Remove lib/mkstemp.h.
2656         (Depends-on): Add stdlib.
2657         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2658         (Includes): Use <stdlib.h> instead of mkstemp.h.
2659         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2660         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
2661         * lib/mkstemp.c: Don't include mkstemp.h.
2662         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
2663         * lib/stdlib--.h: Don't include mkstemp.h.
2664
2665         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
2666         (Depends-on): Add stdlib.
2667         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2668         (Includes): Use <stdlib.h> instead of mkdtemp.h.
2669         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2670         HAVE_MKDTEMP.
2671         * lib/mkdtemp.c: Don't include mkdtemp.h.
2672         * lib/clean-temp.c: Don't include mkdtemp.h.
2673
2674         * modules/exit (Files): Remove lib/exit.h.
2675         (Depends-on): Add stdlib.
2676         (Makefile.am): Remove lib_SOURCES.
2677         (Include): Use <stdlib.h> instead of exit.h.
2678         * lib/argmatch.c: Don't include exit.h.
2679         * lib/execute.c: Likewise.
2680         * lib/pagealign_alloc.c: Likewise.
2681         * lib/pipe.c: Likewise.
2682         * lib/wait-process.c: Likewise.
2683         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
2684         * lib/exitfail.c: Likewise.
2685         * lib/savewd.c: Likewise.
2686         * lib/xsetenv.c: Likewise.
2687
2688         * modules/stdlib: New file.
2689         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
2690         and extra comments about mkstemp().
2691         * lib/exit.h: Remove file.
2692         * lib/mkdtemp.h: Remove file.
2693         * lib/mkstemp.h: Remove file.
2694         * m4/stdlib_h.m4: New file.
2695         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
2696
2697 2007-02-18  Bruno Haible  <bruno@clisp.org>
2698
2699         * modules/math-tests: New file.
2700         * tests/test-math.c: New file.
2701
2702         * modules/math: New file.
2703         * modules/mathl (Files): Remove lib/mathl.h.
2704         (Depends-on): Add math.
2705         (Makefile.am): Don't mention mathl.h.
2706         (Include): Use <math.h> instead of mathl.h.
2707         * lib/math_.h: New file.
2708         * lib/mathl.h: Remove file.
2709         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
2710         mathl.h.
2711         * lib/asinl.c: Likewise.
2712         * lib/atanl.c: Likewise.
2713         * lib/ceill.c: Likewise.
2714         * lib/cosl.c: Likewise.
2715         * lib/expl.c: Likewise.
2716         * lib/floorl.c: Likewise.
2717         * lib/frexpl.c: Likewise.
2718         * lib/ldexpl.c: Likewise.
2719         * lib/logl.c: Likewise.
2720         * lib/sincosl.c: Likewise.
2721         * lib/sinl.c: Likewise.
2722         * lib/sqrtl.c: Likewise.
2723         * lib/tanl.c: Likewise.
2724         * lib/trigl.c: Likewise.
2725         * m4/math_h.m4: New file.
2726         * MODULES.html.sh (Mathematics): Add math.
2727
2728 2007-02-17  Bruno Haible  <bruno@clisp.org>
2729
2730         * modules/wctype-tests: New file.
2731         * tests/test-wctype.c: New file.
2732
2733         * modules/wchar-tests: New file.
2734         * tests/test-wchar.c: New file.
2735
2736         * modules/unistd-tests: New file.
2737         * tests/test-unistd.c: New file.
2738
2739         * modules/time-tests: New file.
2740         * tests/test-time.c: New file.
2741
2742         * modules/sysexits-tests: New file.
2743         * tests/test-sysexits.c: New file.
2744
2745         * modules/sys_time-tests: New file.
2746         * tests/test-sys_time.c: New file.
2747
2748         * modules/sys_stat-tests: New file.
2749         * tests/test-sys_stat.c: New file.
2750
2751         * modules/sys_socket-tests: New file.
2752         * tests/test-sys_socket.c: New file.
2753
2754         * modules/sys_select-tests: New file.
2755         * tests/test-sys_select.c: New file.
2756
2757         * modules/string-tests: New file.
2758         * tests/test-string.c: New file.
2759
2760         * modules/stdbool-tests: New file.
2761         * tests/test-stdbool.c: New file.
2762
2763         * modules/netinet_in-tests: New file.
2764         * tests/test-netinet_in.c: New file.
2765
2766         * modules/inttypes-tests: New file.
2767         * tests/test-inttypes.c: New file.
2768
2769         * modules/fcntl-tests: New file.
2770         * tests/test-fcntl.c: New file.
2771
2772         * modules/byteswap-tests: New file.
2773         * tests/test-byteswap.c: New file.
2774
2775         * modules/arpa_inet-tests: New file.
2776         * tests/test-arpa_inet.c: New file.
2777
2778 2007-02-17  Bruno Haible  <bruno@clisp.org>
2779
2780         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
2781         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
2782         if the corresponding module is not enabled. Emit link warnings if
2783         the function is used nevertheless.
2784         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
2785         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
2786         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
2787         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
2788         * modules/inttypes (Depends-on): Add link-warning.
2789         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2790         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
2791         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
2792         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
2793         * modules/imaxdiv (configure.ac): Likewise.
2794         * modules/strtoimax (configure.ac): Likewise.
2795         * modules/strtoumax (configure.ac): Likewise.
2796
2797 2007-02-17  Bruno Haible  <bruno@clisp.org>
2798
2799         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
2800         gl_STRING_MODULE_INDICATOR_DEFAULTS.
2801         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
2802         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
2803
2804 2007-02-17  Bruno Haible  <bruno@clisp.org>
2805
2806         * modules/link-warning: New file.
2807         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
2808         * lib/string_.h (GL_LINK_WARNING): Remove definition.
2809         * modules/string (Depends-on): Add link-warning.
2810         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2811         string.h.
2812         * MODULES.html.sh (Support for building libraries and executables): Add
2813         link-warning.
2814
2815 2007-02-17  Bruno Haible  <bruno@clisp.org>
2816
2817         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
2818         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
2819         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
2820         long lines.
2821
2822 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
2823             Bruno Haible  <bruno@clisp.org>
2824
2825         * modules/tmpfile: New file.
2826         * lib/tmpfile.c: New file.
2827         * m4/tmpfile.m4: New file.
2828         * MODULES.html.sh (func_all_modules): New section "Input/output".
2829
2830 2007-02-15  Bruno Haible  <bruno@clisp.org>
2831
2832         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
2833         (supports_delete_on_close): New function.
2834         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
2835
2836 2007-02-14  Bruno Haible  <bruno@clisp.org>
2837
2838         * modules/mbspcasecmp-tests: New file.
2839         * tests/test-mbspcasecmp.sh: New file.
2840         * tests/test-mbspcasecmp.c: New file.
2841
2842         New module mbspcasecmp.
2843         * modules/mbspcasecmp: New file.
2844         * lib/mbspcasecmp.c: New file.
2845         * lib/string_.h (strncasecmp): Change warning message.
2846         (mbspcasecmp): New declaration.
2847         * m4/mbspcasecmp.m4: New file.
2848         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2849         GNULIB_MBSPCASECMP.
2850         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
2851         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
2852
2853 2007-02-14  Bruno Haible  <bruno@clisp.org>
2854
2855         * modules/mbsncasecmp-tests: New file.
2856         * tests/test-mbsncasecmp.sh: New file.
2857         * tests/test-mbsncasecmp.c: New file.
2858
2859         New module mbsncasecmp.
2860         * modules/mbsncasecmp: New file.
2861         * lib/mbsncasecmp.c: New file.
2862         * lib/string_.h (mbsncasecmp): New declaration.
2863         * m4/mbsncasecmp.m4: New file.
2864         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2865         GNULIB_MBSNCASECMP.
2866         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
2867         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
2868
2869 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2870
2871         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
2872         Verify that it doesn't overlap with our flags.
2873         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
2874         do not have the desired effect in multibyte locales; instead, use
2875         mbscasecmp.
2876         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
2877         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
2878         we don't require GNU fnmatch ourselves (if our users require it, they
2879         should do so explicitly).
2880
2881         Fix regex code so it doesn't rely on strcasecmp.
2882         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
2883         Otherwise, include gnulib's langinfo.h.
2884         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
2885         undesirable behavior in non-C locales.  Instead, rely on localecharset.
2886         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
2887         * modules/regex (FILES): Remove m4/codeset.m4.
2888         (Depends-on): Add localcharset.  Remove strcase.
2889
2890 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2891
2892         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
2893         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
2894
2895 2007-02-13  Bruno Haible  <bruno@clisp.org>
2896
2897         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
2898         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2899
2900 2007-02-12  Bruno Haible  <bruno@clisp.org>
2901
2902         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2903         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
2904         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
2905         time warning rather than a link error.
2906
2907 2007-02-12  Bruno Haible  <bruno@clisp.org>
2908
2909         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
2910         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2911         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2912
2913 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2914
2915         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
2916         args, not 2.
2917
2918 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2919
2920         New module 'time', so that apps can include <time.h> as per
2921         POSIX and GNU instead of separate include files like time_r.h
2922         and timegm.h.  This implementation tries out a simpler approach
2923         for replacing decls in standard include files (as compared to
2924         the string module), somewhat as an experiment.
2925
2926         * config/srclist.txt: Comment out mktime.c for now.
2927         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
2928         since it doesn't apply any more.  Use generic wording instead.
2929         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
2930         'time'.
2931         * lib/time_.h, m4/time_h.m4, modules/time: New files.
2932         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
2933         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
2934         Don't include <sys/types.h>; no longer needed since we assume C89.
2935         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
2936         * lib/strftime.c: Likewise.
2937         * lib/time_r.c: Likewise.
2938         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
2939         * lib/nanosleep.c: Include <time.h> first, to check interface.
2940         * lib/strptime.c: Likewise.
2941         * lib/time_r.c: Likewise.
2942         * lib/timegm.c: Likewise.
2943         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
2944         needed.
2945         * lib/timegm.c: Don't include timegm.h; no longer needed.
2946         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
2947         time.h now handles any problems in that area.
2948         (struct timespec, nanosleep): Remove; time.h now arranges for these.
2949         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
2950         that time.h defines struct timespec.
2951         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
2952         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
2953         handles that.
2954         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
2955         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
2956         needed.  Set REPLACE_LOCALTIME.
2957         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
2958         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
2959         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
2960         nanosleep; time_h.m4 now does that.  Don't require
2961         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
2962         module handles this now.
2963         * modules/getdate (Depends-on): Remove timespec.  Add time.
2964         * modules/nanosleep (Depends-on): Likewise.
2965         * modules/stat-time (Depends-on): Likewise.
2966         * modules/nanosleep (Include): Include time.h, not timespec.h.
2967         * modules/strptime (Files): Remove lib/strptime.h.
2968         (Depends-on): Add extensions, time.
2969         (Include): Include time.h, not strptime.h.
2970         * modules/time_r (Files): Remove lib/time_r.h.
2971         (Depends-on): Add time.
2972         (Include): Include time.h, not time_r.h.
2973         * modules/timegm: Likewise.
2974         * modules/timespec (Description): Now does timespec-related decls
2975         of our own, instead of struct timespec itself.
2976         (Depends-on): Add time; remove extensions.
2977         (Maintainer): Add self.
2978         * modules/utimecmp (Depends-on): Add time; remove timespec.
2979         * modules/utimens (Depends-on): Likewise.
2980         * modules/xnanosleep (Depends-on): Likewise.
2981
2982 2007-02-11  Bruno Haible  <bruno@clisp.org>
2983
2984         * lib/c-strstr.c: Include allocsa.h.
2985         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2986         * lib/c-strcasestr.c: Include allocsa.h.
2987         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2988         * lib/strcasestr.c: Include allocsa.h.
2989         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2990         * lib/mbsstr.c: Include allocsa.h.
2991         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2992         allocsa/freesa instead of malloc/free.
2993         * lib/mbscasestr.c: Include allocsa.h.
2994         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2995         allocsa/freesa instead of malloc/free.
2996         * modules/c-strstr (Depends-on): Add allocsa.
2997         * modules/c-strcasestr (Depends-on): Likewise.
2998         * modules/strcasestr (Depends-on): Likewise.
2999         * modules/mbsstr (Depends-on): Likewise.
3000         * modules/mbscasestr (Depends-on): Likewise.
3001
3002 2007-02-11  Bruno Haible  <bruno@clisp.org>
3003
3004         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
3005
3006         * modules/mbsspn-tests: New file.
3007         * tests/test-mbsspn.sh: New file.
3008         * tests/test-mbsspn.c: New file.
3009
3010 2007-02-11  Bruno Haible  <bruno@clisp.org>
3011
3012         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
3013
3014         * modules/mbspbrk-tests: New file.
3015         * tests/test-mbspbrk.sh: New file.
3016         * tests/test-mbspbrk.c: New file.
3017
3018 2007-02-11  Bruno Haible  <bruno@clisp.org>
3019
3020         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
3021         unneeded cast.
3022
3023         * modules/mbscspn-tests: New file.
3024         * tests/test-mbscspn.sh: New file.
3025         * tests/test-mbscspn.c: New file.
3026
3027 2007-02-11  Bruno Haible  <bruno@clisp.org>
3028
3029         * modules/mbscasecmp-tests: New file.
3030         * tests/test-mbscasecmp.sh: New file.
3031         * tests/test-mbscasecmp.c: New file.
3032
3033 2007-02-11  Bruno Haible  <bruno@clisp.org>
3034
3035         Ensure O(n) worst-case complexity of mbscasestr.
3036         * lib/mbscasestr.c: Include stdbool.h.
3037         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
3038         functions.
3039         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
3040         the bookkeeping indicates that it's worth it.
3041         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
3042
3043         * modules/mbscasestr-tests: New file.
3044         * tests/test-mbscasestr1.c: New file.
3045         * tests/test-mbscasestr2.sh: New file.
3046         * tests/test-mbscasestr2.c: New file.
3047         * tests/test-mbscasestr3.sh: New file.
3048         * tests/test-mbscasestr3.c: New file.
3049         * tests/test-mbscasestr4.sh: New file.
3050         * tests/test-mbscasestr4.c: New file.
3051         * m4/locale-tr.m4: New file.
3052
3053 2007-02-11  Bruno Haible  <bruno@clisp.org>
3054
3055         Ensure O(n) worst-case complexity of mbsstr.
3056         * lib/mbsstr.c: Include stdbool.h.
3057         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
3058         functions.
3059         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
3060         bookkeeping indicates that it's worth it.
3061         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
3062
3063         * modules/mbsstr-tests: New file.
3064         * tests/test-mbsstr1.c: New file.
3065         * tests/test-mbsstr2.sh: New file.
3066         * tests/test-mbsstr2.c: New file.
3067         * tests/test-mbsstr3.sh: New file.
3068         * tests/test-mbsstr3.c: New file.
3069         * m4/locale-fr.m4: New file.
3070
3071 2007-02-11  Bruno Haible  <bruno@clisp.org>
3072
3073         * lib/mbsrchr.c (mbsrchr): Fix bug.
3074
3075         * modules/mbsrchr-tests: New file.
3076         * tests/test-mbsrchr.sh: New file.
3077         * tests/test-mbsrchr.c: New file.
3078
3079 2007-02-11  Bruno Haible  <bruno@clisp.org>
3080
3081         * lib/mbschr.c (mbschr): Fix bug.
3082
3083         * modules/mbschr-tests: New file.
3084         * tests/test-mbschr.sh: New file.
3085         * tests/test-mbschr.c: New file.
3086         * m4/locale-zh.m4: New file.
3087
3088 2007-02-11  Bruno Haible  <bruno@clisp.org>
3089
3090         Support for copying multibyte string iterators.
3091         * lib/mbiter.h: Include <string.h>.
3092         (mbiter_multi_copy): New function.
3093         (mbi_copy): New macro.
3094         * lib/mbuiter.h: Include <string.h>.
3095         (mbuiter_multi_copy): New function.
3096         (mbui_copy): New macro.
3097
3098 2007-02-11  Bruno Haible  <bruno@clisp.org>
3099
3100         New module mbslen.
3101         * modules/mbslen: New file.
3102         * lib/mbslen.c: New file.
3103         * lib/string_.h (mbslen): New declaration.
3104         * m4/mbslen.m4: New file.
3105         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3106         GNULIB_MBSLEN.
3107         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
3108         * MODULES.html.sh (Internationalization functions): Add mbslen.
3109
3110 2007-02-11  Bruno Haible  <bruno@clisp.org>
3111
3112         Ensure O(n) worst-case complexity of strcasestr substitute.
3113         * lib/strcasestr.c: Include stdbool.h.
3114         (knuth_morris_pratt): New function.
3115         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
3116         bookkeeping indicates that it's worth it.
3117         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
3118
3119         * modules/strcasestr-tests: New file.
3120         * tests/test-strcasestr.c: New file.
3121
3122 2007-02-11  Bruno Haible  <bruno@clisp.org>
3123
3124         Ensure O(n) worst-case complexity of c_strcasestr.
3125         * lib/c-strcasestr.c: Include stdbool.h, string.h.
3126         (knuth_morris_pratt): New function.
3127         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
3128         the bookkeeping indicates that it's worth it.
3129         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
3130
3131         * modules/c-strcasestr-tests: New file.
3132         * tests/test-c-strcasestr.c: New file.
3133
3134 2007-02-11  Bruno Haible  <bruno@clisp.org>
3135
3136         Ensure O(n) worst-case complexity of c_strstr.
3137         * lib/c-strstr.c: Include stdbool.h, string.h.
3138         (knuth_morris_pratt): New function.
3139         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
3140         bookkeeping indicates that it's worth it.
3141         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
3142
3143         * lib/c-strstr.c: Complete rewrite for maintainability.
3144
3145         * modules/c-strstr-tests: New file.
3146         * tests/test-c-strstr.c: New file.
3147
3148 2007-02-11  Bruno Haible  <bruno@clisp.org>
3149
3150         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
3151         5.2.1 and earlier, whereby \055 was treated just like the range
3152         delimiter '-'.
3153         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3154
3155 2007-02-08  Bruno Haible  <bruno@clisp.org>
3156
3157         * modules/regex (Depends-on): Add stdbool.
3158         Reported by Dalibor Topic <robilad@kaffe.org>.
3159
3160 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
3161
3162         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
3163         Prefer returning from main to exiting from it.
3164         Remove unnecessary parens after sizeof.
3165
3166 2007-02-05  Bruno Haible  <bruno@clisp.org>
3167
3168         New module mbssep.
3169         * modules/mbssep: New file.
3170         * lib/mbssep.c: New file.
3171         * lib/string_.h (strsep): Add a conditional link warning.
3172         (mbssep): New declaration.
3173         * m4/mbssep.m4: New file.
3174         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3175         GNULIB_MBSSEP.
3176         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
3177         * MODULES.html.sh (Internationalization functions): Add mbssep.
3178
3179 2007-02-05  Bruno Haible  <bruno@clisp.org>
3180
3181         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
3182         Optimize search in case of 1 delimiter.
3183
3184 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
3185
3186         * lib/acl.h: Include sys/types.h before sys/acl.h.
3187
3188 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
3189
3190         Merge upstream fix for glibc bugzilla #3957:
3191
3192         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
3193
3194         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
3195         bit for RE_HAT_LISTS_NOT_NEWLINE.
3196         (build_charclass_op): Remove bogus comment.
3197
3198 2007-02-05  Simon Josefsson  <simon@josefsson.org>
3199
3200         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
3201
3202 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3203
3204         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
3205         * lib/memmem.c [!defined _LIBC]: Include config.h.
3206
3207 2007-02-04  Bruno Haible  <bruno@clisp.org>
3208
3209         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
3210         warning message.
3211
3212 2007-02-04  Bruno Haible  <bruno@clisp.org>
3213
3214         New module mbstok_r.
3215         * modules/mbstok_r: New file.
3216         * lib/mbstok_r.c: New file.
3217         * lib/string_.h (strtok_r): Change argument names to match the
3218         comments. Add a conditional link warning.
3219         (mbstok_r): New declaration.
3220         * m4/mbstok_r.m4: New file.
3221         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3222         GNULIB_MBSTOK_R.
3223         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
3224         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
3225
3226 2007-02-04  Bruno Haible  <bruno@clisp.org>
3227
3228         New module mbsspn.
3229         * modules/mbsspn: New file.
3230         * lib/mbsspn.c: New file.
3231         * lib/string_.h (strspn): Add a conditional link warning.
3232         (mbsspn): New declaration.
3233         * m4/mbsspn.m4: New file.
3234         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3235         GNULIB_MBSSPN.
3236         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
3237         * MODULES.html.sh (Internationalization functions): Add mbsspn.
3238
3239 2007-02-04  Bruno Haible  <bruno@clisp.org>
3240
3241         New module mbspbrk.
3242         * modules/mbspbrk: New file.
3243         * lib/mbspbrk.c: New file.
3244         * lib/string_.h (strpbrk): Add a conditional link warning.
3245         (mbspbrk): New declaration.
3246         * m4/mbspbrk.m4: New file.
3247         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3248         GNULIB_MBSPBRK.
3249         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
3250         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
3251
3252 2007-02-04  Bruno Haible  <bruno@clisp.org>
3253
3254         New module mbscspn.
3255         * modules/mbscspn: New file.
3256         * lib/mbscspn.c: New file.
3257         * lib/string_.h (strcspn): Add a conditional link warning.
3258         (mbscspn): New declaration.
3259         * m4/mbscspn.m4: New file.
3260         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3261         GNULIB_MBSCSPN.
3262         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
3263         * MODULES.html.sh (Internationalization functions): Add mbscspn.
3264
3265 2007-02-04  Bruno Haible  <bruno@clisp.org>
3266
3267         New module mbscasestr, reduced goal of strcasestr.
3268         * modules/mbscasestr: New file.
3269         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
3270         (mbscasestr): Renamed from strcasestr.
3271         * lib/strcasestr.c: Don't include mbuiter.h.
3272         (strcasestr): Remove support for multibyte locales.
3273         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
3274         Change the conditional link warning.
3275         (mbscasestr): New declaration.
3276         * m4/mbscasestr.m4: New file.
3277         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
3278         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
3279         REPLACE_STRCASESTR.
3280         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
3281         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3282         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3283         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
3284         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
3285         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3286         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
3287         (Depends-on): Remove mbuiter.
3288         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
3289
3290 2007-02-04  Bruno Haible  <bruno@clisp.org>
3291
3292         Simplify handling of strncasecmp.
3293         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
3294         the conditional link warning.
3295         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3296         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
3297         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
3298         * modules/strcase (configure.ac): Don't invoke
3299         gl_STRING_MODULE_INDICATOR.
3300         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
3301
3302 2007-02-04  Bruno Haible  <bruno@clisp.org>
3303
3304         New module mbscasecmp, reduced goal of strcasecmp.
3305         * modules/mbscasecmp: New file.
3306         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
3307         (mbscasecmp): Renamed from strcasecmp.
3308         * lib/strcasecmp.c: Don't include mbuiter.h.
3309         (strcasecmp): Remove support for multibyte locales.
3310         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
3311         Change the conditional link warning.
3312         (mbscasecmp): New declaration.
3313         * m4/mbscasecmp.m4: New file.
3314         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
3315         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
3316         REPLACE_STRCASECMP.
3317         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
3318         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3319         GNULIB_MBSCASECMP.
3320         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
3321         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
3322         * modules/strcase (Files): Remove m4/mbrtowc.m4.
3323         (Depends-on): Remove mbuiter.
3324         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
3325
3326 2007-02-04  Bruno Haible  <bruno@clisp.org>
3327
3328         New module mbsstr. Remove module strstr.
3329         * modules/mbsstr: New file.
3330         * modules/strstr: Remove file.
3331         * lib/mbsstr.c: Renamed from lib/strstr.c.
3332         (mbsstr): Renamed from strstr.
3333         * lib/string_.h (strstr): Remove declaration. Change the conditional
3334         link warning.
3335         (mbsstr): New declaration.
3336         * m4/mbsstr.m4: New file.
3337         * m4/strstr.m4: Remove file.
3338         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
3339         REPLACE_STRSTR.
3340         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
3341         Don't initialize GNULIB_STRSTR.
3342         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
3343         substitute GNULIB_STRSTR and REPLACE_STRSTR.
3344         * MODULES.html.sh (Internationalization functions): Add mbsstr.
3345         (Support for systems lacking ANSI C 89): Remove strstr.
3346
3347 2007-02-04  Bruno Haible  <bruno@clisp.org>
3348
3349         New module mbsrchr.
3350         * modules/mbsrchr: New file.
3351         * lib/mbsrchr.c: New file.
3352         * lib/string_.h (strrchr): Add a conditional link warning.
3353         (mbsrchr): New declaration.
3354         * m4/mbsrchr.m4: New file.
3355         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3356         GNULIB_MBSRCHR.
3357         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
3358         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
3359
3360 2007-02-04  Bruno Haible  <bruno@clisp.org>
3361
3362         New module mbschr.
3363         * modules/mbschr: New file.
3364         * lib/mbschr.c: New file.
3365         * lib/string_.h (strchr): Add a conditional link warning.
3366         (mbschr): New declaration.
3367         * m4/mbschr.m4: New file.
3368         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3369         GNULIB_MBSCHR.
3370         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
3371         * MODULES.html.sh (Internationalization functions): Add mbschr.
3372
3373 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3374
3375         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
3376
3377         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
3378
3379 2007-02-04  Bruno Haible  <bruno@clisp.org>
3380
3381         New module description section 'configure.ac-early'.
3382         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
3383         (func_get_autoconf_early_snippet): New function.
3384         (func_import, func_create_testdir): Use it. Remove special cases for
3385         modules 'extensions' and 'lock'.
3386         * modules/extensions (configure.ac-early): Require
3387         gl_USE_SYSTEM_EXTENSIONS.
3388         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
3389
3390 2007-02-04  Bruno Haible  <bruno@clisp.org>
3391
3392         Make use of gcj-4.3's -fsource and -ftarget option.
3393         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
3394         and if so try the options -fsource and -ftarget.
3395         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
3396         source_version, ftarget_option, target_version arguments.
3397         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
3398         (is_envjavac_oldgcj_14_14_usable): Renamed from
3399         is_envjavac_gcj_14_14_usable.
3400         (is_envjavac_oldgcj_14_13_usable): Renamed from
3401         is_envjavac_gcj_14_13_usable.
3402         (is_gcj_present): Update.
3403         (is_gcj_43, is_gcj43_usable): New functions.
3404         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
3405         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
3406         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
3407         try the options -fsource and -ftarget.
3408
3409 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3410
3411         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
3412         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
3413         larger value.
3414
3415 2007-02-03  Jim Meyering  <jim@meyering.net>
3416
3417         Give tools a better chance to allocate space for very large buffers.
3418         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
3419
3420         Make pwd and readlink work also when run with an unreadable parent dir
3421         on systems with openat support.
3422         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
3423         provided getcwd function, even when we have openat support.
3424         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
3425
3426 2007-02-02  Bruno Haible  <bruno@clisp.org>
3427
3428         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
3429         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
3430         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
3431         portability problems if one of these functions is only used on specific
3432         platforms.
3433         Reported by Paul Eggert.
3434
3435 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3436
3437         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
3438         is causing more trouble than it's curing.
3439         * lib/regex_internal.h (__mempcpy): Remove.
3440         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
3441         (and make the code a tad smaller to boot).
3442         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
3443
3444 2007-02-02  Jim Meyering  <jim@meyering.net>
3445
3446         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
3447         section, not in the Makefile.am: one.
3448
3449 2007-02-02  Eric Blake  <ebb9@byu.net>
3450
3451         * lib/strchrnul.c: Always include config.h first.
3452
3453         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
3454         gnulib strstr is not necessary here.
3455
3456 2007-02-02  Simon Josefsson  <simon@josefsson.org>
3457
3458         * m4/socklen.m4: Fix typo.
3459
3460 2007-02-02  Eric Blake  <ebb9@byu.net>
3461
3462         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
3463         * modules/netinet_in (Makefile.am): Likewise.
3464
3465 2007-02-01  Bruno Haible  <bruno@clisp.org>
3466
3467         * lib/string_.h (GL_LINK_WARNING): New macro.
3468         (strcasecmp, strstr, strcasestr): If provided by the system,
3469         conditionally define as a macro that leads to a warning instead of to
3470         an error.
3471         (strncasecmp): Conditionally define as a macro that leads to a warning.
3472
3473 2007-02-01  Karl Berry  <karl@gnu.org>
3474
3475         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
3476
3477 2007-02-01  Bruno Haible  <bruno@clisp.org>
3478
3479         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
3480         renamings.
3481
3482 2007-02-01  Eric Blake  <ebb9@byu.net>
3483
3484         * modules/regex (Depends-on): Revert dependence on mempcpy.
3485         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
3486         module's definition of mempcpy.
3487         Reported by Paul Eggert.
3488
3489 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3490
3491         * lib/string_.h: If the gnulib module XYZ is not present, undefine
3492         the symbol XYZ before redefining it.  This fixes a problem with
3493         programs that don't use XYZ, when compiled on systems that define
3494         XYZ to something else.
3495
3496 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3497
3498         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
3499         occurs when "mkdir -m foo" creates a setgid directory that is (1)
3500         writeable to group or other and (2) is intended to have a special
3501         mode bit that is set or cleared.  In such a case, the directory
3502         should be neither group- nor other-writeable until the special
3503         mode bits are right.
3504
3505 2007-01-31  Eric Blake  <ebb9@byu.net>
3506
3507         * modules/mountlist (Depends-on): Add strstr.
3508
3509         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
3510         bug.
3511         * modules/string (Makefile.am): Remove redundant replacement.
3512         * modules/regex (Depends-on): Add mempcpy.
3513
3514 2007-01-31  Bruno Haible  <bruno@clisp.org>
3515
3516         New module description field 'Link'.
3517         * gnulib-tool (func_usage): Document --extract-link-directive.
3518         (sed_extract_prog): Recognize 'Link' directive.
3519         (func_get_link_directive): New function.
3520         (func_import): Show summary of link directives.
3521         Handle --extract-link-directive option.
3522         * modules/acl (Link): New section.
3523         * modules/clock-time (Link): New section.
3524         * modules/euidaccess (Link): New section.
3525         * modules/gettext (Link): New section.
3526         * modules/iconv (Link): New section.
3527         * modules/lock (Link): New section.
3528         * modules/nanosleep (Link): New section.
3529         * modules/readline (Link): New section.
3530
3531 2007-01-27  Bruno Haible  <bruno@clisp.org>
3532
3533         Enforce the use of gnulib modules for unportable <string.h> functions.
3534         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
3535         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
3536         (gl_HEADER_STRING_H_BODY): Require it.
3537         * lib/string_.h: If the gnulib module XYZ is not present, redefine
3538         the symbol XYZ to one that gives a link error.
3539         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
3540         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
3541         * modules/mempcpy (configure.ac): Likewise.
3542         * modules/memrchr (configure.ac): Likewise.
3543         * modules/stpcpy (configure.ac): Likewise.
3544         * modules/stpncpy (configure.ac): Likewise.
3545         * modules/strcase (configure.ac): Likewise.
3546         * modules/strcasestr (configure.ac): Likewise.
3547         * modules/strchrnul (configure.ac): Likewise.
3548         * modules/strdup (configure.ac): Likewise.
3549         * modules/strndup (configure.ac): Likewise.
3550         * modules/strnlen (configure.ac): Likewise.
3551         * modules/strpbrk (configure.ac): Likewise.
3552         * modules/strsep (configure.ac): Likewise.
3553         * modules/strstr (configure.ac): Likewise.
3554         * modules/strtok_r (configure.ac): Likewise.
3555
3556 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
3557
3558         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
3559
3560 2007-01-30  Jim Meyering  <jim@meyering.net>
3561
3562         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
3563
3564 2007-01-29  Bruno Haible  <bruno@clisp.org>
3565
3566         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
3567         * lib/execute.c: Likewise.
3568         * lib/pipe.c: Likewise.
3569         * lib/printf-args.h: Likewise.
3570         * lib/printf-args.c: Likewise.
3571         * lib/printf-parse.c: Likewise.
3572         * lib/vasnprintf.c: Likewise.
3573
3574 2007-01-29  Eric Blake  <ebb9@byu.net>
3575
3576         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
3577         declaration.
3578
3579 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
3580
3581         * lib/strptime.h (strptime): Use 'restrict' for args where
3582         POSIX requires this.
3583         * lib/strptime.c (strptime): Likewise.
3584         Change license notice from LGPL to GPL, since gnulib-tool will
3585         change this as needed.
3586         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
3587         defined.
3588         Include "strptime.h" first, to check interface.
3589         Do not #undef _LIBC and _NL_CURRENT.
3590         Do not include <stdlib.h>; no longer needed.
3591         Include "time_r.h" and declare ptime_locale_status
3592         only if _LIBC is not defined.
3593         (__P): Remove unused macro.
3594         (match_string): Bring back glibc version, but use it only if _LIBC
3595         is defined.
3596         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
3597         Remove unnecessary assertion and abort() call.
3598         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
3599         * m4/strptime.m4: Fix serial number comment.
3600         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
3601         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
3602         (Depends-on): Add time_r.
3603
3604 2007-01-29  Bruno Haible  <bruno@clisp.org>
3605
3606         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3607         strptime.
3608         * modules/strptime (Depends-on): Add stdbool.
3609         * lib/strptime.h: Include <time.h> always. Add comments.
3610
3611 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
3612
3613         * modules/strptime: New file.
3614         * lib/strptime.h: New file.
3615         * lib/strptime.c: New file.
3616         * m4/strptime.m4: New file.
3617
3618 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3619
3620         * MODULES.html.sh: New module mpsort.
3621         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
3622
3623         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
3624         a circularity problem with HP-UX ia64 reported by Bob Proulx in
3625         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
3626         All uses changed.
3627         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
3628         All uses changed.
3629         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
3630         to _Restrict_.
3631         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
3632         the parameter matches the prototype.
3633
3634 2007-01-28  Jim Meyering  <jim@meyering.net>
3635
3636         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
3637         sys/time.h here, reverting that part of the previous patch:
3638         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
3639
3640 2007-01-28  Bruno Haible  <bruno@clisp.org>
3641
3642         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
3643         value of $(SYS_TIME_H).
3644         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
3645         remove it conditionally, too. [added by Jim Meyering]
3646         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
3647         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3648         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
3649         GETTIMEOFDAY_REPLACEMENT to 1.
3650
3651 2007-01-28  Bruno Haible  <bruno@clisp.org>
3652
3653         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
3654         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
3655         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
3656         Set UNISTD_H instead of UNISTD_H2.
3657         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
3658
3659 2007-01-28  Bruno Haible  <bruno@clisp.org>
3660
3661         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
3662         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
3663
3664 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3665
3666         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
3667         (func_create_testdir): Ensure C locale for `grep' and `tr'
3668         character ranges.
3669         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
3670         ACLOCAL_AMFLAGS parsing state machine.
3671
3672 2007-01-27  Bruno Haible  <bruno@clisp.org>
3673
3674         * modules/unistr/base: Update.
3675
3676 2007-01-27  Bruno Haible  <bruno@clisp.org>
3677
3678         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
3679         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
3680         * modules/unistr/u32-mbtouc-unsafe: Renamed from
3681         modules/unistr/u32-mbtouc.
3682         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
3683         * lib/unistr.h: Update.
3684         * lib/linebreak.c: Update.
3685         * modules/unistr/u32-mbtouc: Renamed from
3686         modules/unistr/u32-mbtouc-safe.
3687         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
3688         * lib/unistr.h: Update.
3689         * lib/unistr/u32-to-u8.c: Update.
3690         * lib/unistr/u32-to-u16.c: Update.
3691
3692 2007-01-27  Bruno Haible  <bruno@clisp.org>
3693
3694         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
3695         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
3696         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
3697         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
3698         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
3699         * modules/unistr/u16-mbtouc-unsafe: Renamed from
3700         modules/unistr/u16-mbtouc.
3701         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
3702         * lib/unistr.h: Update.
3703         * lib/linebreak.c: Update.
3704         * modules/linebreak: Update.
3705         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
3706         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
3707         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
3708         * modules/unistr/u16-mbtouc: Renamed from
3709         modules/unistr/u16-mbtouc-safe.
3710         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
3711         * lib/unistr.h: Update.
3712         * lib/unistr/u16-to-u8.c: Update.
3713         * modules/unistr/u16-to-u8: Update.
3714         * lib/unistr/u16-to-u32.c: Update.
3715         * modules/unistr/u16-to-u32: Update.
3716
3717 2007-01-27  Bruno Haible  <bruno@clisp.org>
3718
3719         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
3720         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
3721         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
3722         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
3723         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
3724         * modules/unistr/u8-mbtouc-unsafe: Renamed from
3725         modules/unistr/u8-mbtouc.
3726         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
3727         * lib/unistr.h: Update.
3728         * lib/striconveh.c: Update.
3729         * modules/striconveh: Update.
3730         * lib/linebreak.c: Update.
3731         * modules/linebreak: Update.
3732         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
3733         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
3734         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
3735         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
3736         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
3737         * lib/unistr.h: Update.
3738         * lib/striconveh.c: Update.
3739         * modules/striconveh: Update.
3740         * lib/unistr/u8-to-u16.c: Update.
3741         * modules/unistr/u8-to-u16: Update.
3742         * lib/unistr/u8-to-u32.c: Update.
3743         * modules/unistr/u8-to-u32: Update.
3744
3745 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3746
3747         Sync from Libtool.
3748         * lib/argz.c: Do not include strings.h nor memory.h, include
3749         string.h unconditionally.  Patch by Simon Josefsson.
3750
3751 2007-01-27  Bruno Haible  <bruno@clisp.org>
3752
3753         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
3754         from gl_HEADER_STRING_H_BODY.
3755         (gl_HEADER_STRING_H_BODY): Require it.
3756         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
3757         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
3758         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
3759         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
3760         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3761         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
3762         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3763         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
3764         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
3765         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3766         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
3767         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
3768         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
3769         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3770         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3771
3772 2007-01-27  Bruno Haible  <bruno@clisp.org>
3773
3774         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
3775         check_PROGRAMS into noinst_PROGRAMS.
3776         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
3777         check_PROGRAMS in this case.
3778         (func_import): Set for_test to false.
3779         (func_create_testdir): Set for_test to true.
3780
3781 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3782             Bruno Haible  <bruno@clisp.org>
3783
3784         * modules/strcasestr (Files): Remove lib/strcasestr.h.
3785         (Depends-on): Add string.
3786         (Includes): Use <string.h> instead of strcasestr.h.
3787         * modules/string (Makefile.am): Also substitute the value of
3788         REPLACE_STRCASESTR.
3789         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
3790         assume strcasestr is declared in <string.h> not <strings.h>. Also
3791         set REPLACE_STRCASESTR.
3792         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
3793         REPLACE_STRCASESTR.
3794         * lib/strcasestr.h: Remove file.
3795         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
3796         * lib/string_.h (strcasestr): New declaration.
3797
3798 2007-01-27  Bruno Haible  <bruno@clisp.org>
3799
3800         * lib/string_.h: Use 'extern'.
3801
3802 2007-01-27  Jim Meyering  <jim@meyering.net>
3803
3804         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
3805         of set-but-not-used local, "q".
3806
3807         * lib/mempcpy.c: Include <config.h> before <string.h>.
3808         This fixes a compilation error on HP-UX, due to the system's
3809         "restrict"-using mempcpy prototype.
3810
3811 2007-01-26  Bruno Haible  <bruno@clisp.org>
3812
3813         Small optimization.
3814         * lib/javacomp.c: Include c-strstr.h.
3815          (is_envjavac_gcj): Use c_strstr instead of strstr.
3816         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
3817
3818 2007-01-26  Bruno Haible  <bruno@clisp.org>
3819
3820         * MODULES.html.sh (Unicode string functions): Add the new modules.
3821
3822         * modules/uniconv/u32-strconv-to-locale: New file.
3823         * lib/uniconv/u32-strconv-to-locale.c: New file.
3824
3825         * modules/uniconv/u16-strconv-to-locale: New file.
3826         * lib/uniconv/u16-strconv-to-locale.c: New file.
3827
3828         * modules/uniconv/u8-strconv-to-locale: New file.
3829         * lib/uniconv/u8-strconv-to-locale.c: New file.
3830
3831         * modules/uniconv/u32-strconv-from-locale: New file.
3832         * lib/uniconv/u32-strconv-from-locale.c: New file.
3833
3834         * modules/uniconv/u16-strconv-from-locale: New file.
3835         * lib/uniconv/u16-strconv-from-locale.c: New file.
3836
3837         * modules/uniconv/u8-strconv-from-locale: New file.
3838         * lib/uniconv/u8-strconv-from-locale.c: New file.
3839
3840         * modules/uniconv/u32-strconv-to-enc: New file.
3841         * lib/uniconv/u32-strconv-to-enc.c: New file.
3842         * modules/uniconv/u32-strconv-to-enc-tests: New file.
3843         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
3844
3845         * modules/uniconv/u16-strconv-to-enc: New file.
3846         * lib/uniconv/u16-strconv-to-enc.c: New file.
3847         * lib/uniconv/u-strconv-to-enc.h: New file.
3848         * modules/uniconv/u16-strconv-to-enc-tests: New file.
3849         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
3850
3851         * modules/uniconv/u8-strconv-to-enc: New file.
3852         * lib/uniconv/u8-strconv-to-enc.c: New file.
3853         * modules/uniconv/u8-strconv-to-enc-tests: New file.
3854         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
3855
3856         * modules/uniconv/u32-strconv-from-enc: New file.
3857         * lib/uniconv/u32-strconv-from-enc.c: New file.
3858         * modules/uniconv/u32-strconv-from-enc-tests: New file.
3859         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
3860
3861         * modules/uniconv/u16-strconv-from-enc: New file.
3862         * lib/uniconv/u16-strconv-from-enc.c: New file.
3863         * modules/uniconv/u16-strconv-from-enc-tests: New file.
3864         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
3865
3866         * modules/uniconv/u8-strconv-from-enc: New file.
3867         * lib/uniconv/u8-strconv-from-enc.c: New file.
3868         * lib/uniconv/u-strconv-from-enc.h: New file.
3869         * modules/uniconv/u8-strconv-from-enc-tests: New file.
3870         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
3871
3872         * modules/uniconv/u32-conv-from-enc: New file.
3873         * lib/uniconv/u32-conv-from-enc.c: New file.
3874         * modules/uniconv/u32-conv-from-enc-tests: New file.
3875         * tests/uniconv/test-u32-conv-from-enc.c: New file.
3876
3877         * modules/uniconv/u16-conv-from-enc: New file.
3878         * lib/uniconv/u16-conv-from-enc.c: New file.
3879         * lib/uniconv/u-conv-from-enc.h: New file.
3880         * modules/uniconv/u16-conv-from-enc-tests: New file.
3881         * tests/uniconv/test-u16-conv-from-enc.c: New file.
3882
3883         * modules/uniconv/u8-conv-from-enc: New file.
3884         * lib/uniconv/u8-conv-from-enc.c: New file.
3885         * modules/uniconv/u8-conv-from-enc-tests: New file.
3886         * tests/uniconv/test-u8-conv-from-enc.c: New file.
3887
3888         * modules/uniconv/base: New file.
3889         * lib/uniconv.h: New file.
3890
3891 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
3892
3893         * doc/gnulib-tool.texi (Initial import): Update to match current
3894         behavior with strdup module.
3895         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
3896         * lib/memmem.h: Remove; all uses removed.  This is now done
3897         by <string.h>.
3898         * lib/mempcpy.h: Likewise.
3899         * lib/memrchr.h: Likewise.
3900         * lib/stpcpy.h: Likewise.
3901         * lib/stpncpy.h: Likewise.
3902         * lib/strcase.h: Likewise.
3903         * lib/strchrnul.h: Likewise.
3904         * lib/strdup.h: Likewise.
3905         * lib/strndup.h: Likewise.
3906         * lib/strnlen.h: Likewise.
3907         * lib/strpbrk.h: Likewise.
3908         * lib/strsep.h: Likewise.
3909         * lib/strstr.h: Likewise.
3910         * lib/strtok_r.h: Likewise.
3911         * lib/string_.h: New file.
3912         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
3913         Rely on <string.h> instead.
3914         * lib/canon-host.c: Likewise.
3915         * lib/chdir-long.c: Likewise.
3916         * lib/concatpath.c: Likewise.
3917         * lib/exclude.c: Likewise.
3918         * lib/fchdir.c: Likewise.
3919         * lib/getaddrinfo.c: Likewise.
3920         * lib/getcwd.c: Likewise.
3921         * lib/getsubopt.c: Likewise.
3922         * lib/glob.c: Likewise.
3923         * lib/hard-locale.c: Likewise.
3924         * lib/iconvme.c: Likewise.
3925         * lib/javacomp.c: Likewise.
3926         * lib/mempcpy.c: Likewise.
3927         * lib/memrchr.c: Likewise.
3928         * lib/regex_internal.h: Likewise.
3929         * lib/stpncpy.c: Likewise.
3930         * lib/strcasecmp.c: Likewise.
3931         * lib/strchrnul.c: Likewise.
3932         * lib/strdup.c: Likewise.
3933         * lib/striconv.c: Likewise.
3934         * lib/striconveh.c: Likewise.
3935         * lib/striconveha.c: Likewise.
3936         * lib/strncasecmp.c: Likewise.
3937         * lib/strndup.c: Likewise.
3938         * lib/strnlen.c: Likewise.
3939         * lib/strsep.c: Likewise.
3940         * lib/strstr.c: Likewise.
3941         * lib/strtok_r.c: Likewise.
3942         * lib/userspec.c: Likewise.
3943         * lib/w32spawn.h: Likewise.
3944         * lib/xstrndup.c: Likewise.
3945         * lib/mountlist.c (strstr): Remove decl.
3946         * m4/string_h.m4: New file.
3947         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
3948         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
3949         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
3950         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
3951         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
3952         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
3953         Set REPLACE_STRCASECMP if necessary.
3954         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
3955         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
3956         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
3957         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
3958         HAVE_DECL_STRDUP if necessary.
3959         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
3960         since gl_FUNC_STRNDUP does that now.
3961         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
3962         Check for decl here...
3963         (gl_PREREQ_STRNLEN): ... not here.
3964         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
3965         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
3966         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
3967         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
3968         necessary.
3969         * modules/string: New file.
3970         * modules/memmem (Files): Remove special-purpose include file.
3971         (Depends-on): Add string.
3972         (Include): Include <string.h>, not the removed file.
3973         * modules/mempcpy: Likewise.
3974         * modules/memrchr: Likewise.
3975         * modules/stpcpy: Likewise.
3976         * modules/stpncpy: Likewise.
3977         * modules/strcase: Likewise.
3978         * modules/strchrnul: Likewise.
3979         * modules/strdup: Likewise.
3980         * modules/strndup: Likewise.
3981         * modules/strnlen: Likewise.
3982         * modules/strpbrk: Likewise.
3983         * modules/strsep: Likewise.
3984         * modules/strstr: Likewise.
3985         * modules/strtok_r: Likewise.
3986         * tests/test-dirname.c: Don't include "strdup.h", since
3987         <string.h> now suffices.
3988         * tests/test-memmem.c: Don't include "memmem.h", since
3989         <string.h> now suffices.
3990
3991 2007-01-25  Bruno Haible  <bruno@clisp.org>
3992
3993         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
3994         *resultp is 0.
3995
3996         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
3997         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
3998         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
3999         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
4000
4001         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
4002         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
4003         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
4004         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
4005         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
4006         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
4007
4008 2007-01-24  Bruno Haible  <bruno@clisp.org>
4009
4010         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
4011         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
4012         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
4013         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
4014         gl_FUNC_FTS_CORE.
4015         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
4016         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
4017         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
4018         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
4019         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
4020         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
4021         gl_FUNC_FCHOWNAT.
4022         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
4023         gl_FUNC_STRFTIME.
4024         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
4025         Reported by Ralf Wildenhues.
4026
4027 2007-01-24  Bruno Haible  <bruno@clisp.org>
4028
4029         Drop AC_REQUIRE calls that are redundant with the module dependencies.
4030         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
4031         gl_GETADDRINFO.
4032         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
4033         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
4034         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
4035
4036 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
4037
4038         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
4039         Don't use 'exit'; just return from 'main'.
4040         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
4041
4042         * lib/fnmatch_.h: Readjust white space and comments to match
4043         glibc, to avoid spurious diffs.
4044
4045 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
4046
4047         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
4048         2004-12-01 change by Jakub Jelinek, since this code won't compile
4049         if !LIBC.  Problem reported by Bob Proulx.
4050
4051 2007-01-23  Bruno Haible  <bruno@clisp.org>
4052
4053         * lib/striconveh.c: Include c-strcaseeq.h.
4054         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
4055         * modules/striconveh (Depends-on): Add c-strcaseeq.
4056
4057 2007-01-23  Bruno Haible  <bruno@clisp.org>
4058
4059         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
4060
4061         * modules/c-strcaseeq: New file.
4062         * lib/c-strcaseeq.h: New file.
4063
4064         * modules/streq: New file.
4065         * lib/streq.h: New file.
4066
4067 2007-01-23  Bruno Haible  <bruno@clisp.org>
4068
4069         * modules/striconveha-tests: New file.
4070         * tests/test-striconveha.c: New file.
4071
4072         * lib/striconveha.h: Include <stdbool.h>.
4073         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
4074         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
4075         (mem_iconveha_notranslit): Renamed from mem_iconveha.
4076         (mem_iconveha): New function.
4077         (str_iconveha_notranslit): Renamed from str_iconveha.
4078         (str_iconveha): New function.
4079         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
4080         c-strcase.
4081
4082 2007-01-23  Bruno Haible  <bruno@clisp.org>
4083
4084         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
4085         encodings without forgiving before trying any encoding with handler.
4086         (str_iconveha): Try all encodings without forgiving before trying any
4087         encoding with handler.
4088
4089 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
4090
4091         Import the following changes from libc.
4092
4093         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
4094
4095         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
4096
4097         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
4098
4099         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
4100         normal_bracket label.
4101
4102         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
4103
4104         [BZ #361]
4105         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
4106         to normal_bracket after fetching the next character.
4107
4108 2007-01-22  Bruno Haible  <bruno@clisp.org>
4109
4110         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
4111         argument.
4112         * lib/striconveh.c (iconv_carefully_1): New function.
4113         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
4114         argument.
4115         (str_cd_iconveh): Update.
4116         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
4117         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
4118         * tests/test-striconveh.c (MAGIC): New macro.
4119         (new_offsets): New function.
4120         (main): Test call with and without offsets.
4121
4122 2007-01-22  Bruno Haible  <bruno@clisp.org>
4123
4124         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
4125         * modules/sys_select (Makefile.am): Likewise.
4126         * modules/sys_socket (Makefile.am): Likewise.
4127         * modules/sys_time (Makefile.am): Likewise.
4128
4129 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
4130
4131         * modules/gettimeofday (License): Change from GPL to LGPL, since
4132         gettimeofday is a library function.
4133
4134 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4135
4136         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
4137
4138 2007-01-21  Bruno Haible  <bruno@clisp.org>
4139
4140         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
4141
4142 2007-01-21  Bruno Haible  <bruno@clisp.org>
4143
4144         * modules/striconveha: New file.
4145         * lib/striconveha.h: New file.
4146         * lib/striconveha.c: New file.
4147         * MODULES.html.sh (Internationalization functions): Add striconveha.
4148         * lib/striconv.c (str_iconv): Optimize the case of an empty input
4149         string.
4150         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
4151
4152 2007-01-21  Bruno Haible  <bruno@clisp.org>
4153
4154         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
4155         * lib/striconveh.c (str_iconveh): Likewise.
4156
4157 2007-01-21  Bruno Haible  <bruno@clisp.org>
4158
4159         * lib/striconveh.h (mem_iconveh): New declaration.
4160         * lib/striconveh.c (mem_iconveh): New function.
4161         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
4162
4163 2007-01-21  Bruno Haible  <bruno@clisp.org>
4164
4165         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
4166
4167         * lib/striconveh.h (mem_cd_iconveh): Change specification.
4168         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
4169         original result buffer.
4170         (str_cd_iconveh): Update.
4171         * tests/test-striconveh.c (main): Update.
4172
4173         * lib/striconv.h (mem_cd_iconv): Change specification.
4174         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
4175         result buffer.
4176         (str_cd_iconv): Update.
4177         * tests/test-striconv.c (main): Update.
4178
4179 2007-01-21  Bruno Haible  <bruno@clisp.org>
4180
4181         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
4182
4183 2007-01-20  Jim Meyering  <jim@meyering.net>
4184
4185         * lib/userspec.c (parse_with_separator): If a user or group string
4186         starts with "+", skip the corresponding name-to-ID look-up, since
4187         such a look-up must fail: user and group names may not include "+".
4188
4189 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
4190
4191         * lib/poll.c: Include sys/time.h and time.h unconditionally,
4192         since we now assume the sys_time module.
4193         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
4194         check for sys/time.h; no longer needed.
4195         * modules/poll (Depends-on): Depend on sys_time.
4196
4197 2007-01-18  Bruno Haible  <bruno@clisp.org>
4198
4199         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
4200         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
4201
4202         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
4203         gettimeofday.
4204
4205         * tests/test-gettimeofday.c: Include <time.h>.
4206         (dummy): Remove variable.
4207
4208         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
4209         gl_HEADER_SYS_TIME_H.
4210         (gl_HEADER_SYS_TIME_H): New macro.
4211
4212         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
4213         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4214         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
4215         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
4216         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4217         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
4218         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
4219         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4220         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
4221         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
4222         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4223
4224         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
4225         last change; it caused a compilation error when cross-compiling to
4226         Cygwin.
4227
4228 2007-01-18  Jim Meyering  <jim@meyering.net>
4229
4230         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
4231         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
4232         than the race-prone "test -d sys || mkdir sys".
4233         (configure.ac): Use AC_PROG_MKDIR_P.
4234         * modules/sys_select: Likewise.
4235         * modules/sys_socket: Likewise.
4236         * modules/sys_time: Likewise.
4237
4238 2007-01-18  Eric Blake  <ebb9@byu.net>
4239
4240         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
4241         replace gettimeofday.
4242         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
4243         name, to avoid infinite recursion.
4244
4245 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
4246
4247         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
4248         module sys_time.
4249         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
4250         assume timespec.h defines struct timeval.
4251         * lib/settime.c: Likewise.
4252         * lib/utimens.c: Likewise.
4253         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
4254         since we now assume the gettimeofday module.
4255         * lib/tempname.c (__gen_tempname): Likewise.
4256         * lib/gettimeofday.h: Remove.
4257         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
4258         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
4259         Include <time.h>, for 'time()'.
4260         (localtime_buffer_addr): Also use this workaround if
4261         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
4262         to simplify the uses.  All uses changed.
4263         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
4264         that #undef is inside {}, and 'const' follows type name consistently.
4265         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
4266         (gettimeofday): Do not use the maximum possible value for
4267         tv->tv_usec, since that might break usages other than ls.c.
4268         Instead, we'll leave ls.c alone.  This undoes today's patch
4269         by Bruno.  Add a compile-time warning for 1s-clock resolution;
4270         we've never observed the problem but might as well keep the
4271         canary.
4272         * lib/nanosleep.c: Include timespec.h first, for interface check.
4273         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
4274         now assume the sys_time module.
4275         * lib/tempname.c: Likewise.
4276         * lib/timespec.h: Likewise.
4277         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
4278         needed.
4279         * lib/strftime.c: Likewise.
4280         * lib/timespec.h: Likewise.
4281         * lib/posixtm.c: Include posixtm.h first, for interface check.
4282         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
4283         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
4284         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
4285         * lib/sys_time_.h: New file.
4286         * lib/timespec.h (struct timespec): Use long int, not long.
4287         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
4288         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
4289         Remove obsolescent call to AC_HEADER_TIME.
4290         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
4291         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
4292         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
4293         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
4294         Likewise.
4295         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
4296         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
4297         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
4298         into the sys_time module.  Check for gettimeofday just once.
4299         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
4300         for gettimeofday signature to just check the signature.  Merely
4301         compile it, since linking doesn't test signature.  Improve test for
4302         whether gettimeofday.o is actually needed.
4303         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
4304         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
4305         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
4306         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4307         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
4308         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
4309         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
4310         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
4311         than worrying about sys/time.h.
4312         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4313         Don't bother worrying about TIME_WITH_SYS_TIME.
4314         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
4315         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
4316         * m4/sys_time_h.m4: New file.
4317         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
4318         Don't include sys/time.h.  Return from main rather than exiting.
4319         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
4320         all uses changed.
4321         * modules/gethrxtime (Depends-on): Add sys_time.
4322         * modules/gettime (Depends-on): Likewise.
4323         * modules/gettimeofday (Depends-on): Likewise.
4324         * modules/nanosleep (Depends-on): Likewise.
4325         * modules/settime (Depends-on): Likewise.
4326         * modules/tempname (Depends-on): Likewise.
4327         * modules/utimens (Depends-on): Likewise.
4328         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
4329         (Include:) Change back to <sys/time.h>.
4330         (Maintainer:) Add self.
4331         * modules/sys_time: New file.
4332         * modules/tempname (Depends-on): Add gettimeofday.
4333         * tests/test-gettimeofday.c: Include <sys/time.h>
4334         rather than gettimeofday.h.
4335
4336 2007-01-17  Bruno Haible  <bruno@clisp.org>
4337
4338         * gnulib-tool (func_get_license): Revert last patch. Instead, let
4339         the license default to GPL.
4340         (func_create_testdir): Don't complain if a module is LGPL and its
4341         tests module depends on GPLed modules.
4342
4343 2007-01-17  Bruno Haible  <bruno@clisp.org>
4344
4345         * lib/gettimeofday.c (gettimeofday): Add code for the case
4346         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
4347         maximum possible value for tv->tv_usec, rather than the minimum one.
4348
4349 2005-10-08  Martin Lambers  <marlam@marlam.de>
4350 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4351 2007-01-16  Bruno Haible  <bruno@clisp.org>
4352
4353         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
4354         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
4355         gl_FUNC_GETTIMEOFDAY.
4356         (Include): Add gettimeofday.h.
4357         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
4358         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
4359         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
4360         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
4361         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
4362         * lib/gettimeofday.h: New file.
4363         * lib/gettimeofday.c: Include <sys/timeb.h>.
4364         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
4365         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4366         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
4367         fall back on time().
4368
4369         * tests/test-gettimeofday.c: New file.
4370         * modules/gettimeofday-tests: New file.
4371
4372 2007-01-16  Eric Blake  <ebb9@byu.net>
4373
4374         * modules/fnmatch (Depends-on): Depend on wchar.
4375         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
4376         * m4/fnmatch.m4: Likewise.
4377         * modules/mbchar (Makefile.am): Assume <wchar.h>.
4378         * m4/mbchar.m4: Likewise.
4379         * modules/mbswidth (Depends-on): Depend on wchar.
4380         * lib/mbswidth.c: Assume <wchar.h>.
4381         * m4/mbswidth.m4: Likewise.
4382         * modules/quotearg (Depends-on): Depend on wchar.
4383         * lib/quotearg.c: Assume <wchar.h>.
4384         * m4/quotearg.m4: Likewise.
4385         * modules/regex (Depends-on): Depend on wchar.
4386         * lib/regex_internal.h: Assume <wchar.h>.
4387         * m4/regex.m4: Likewise.
4388         * modules/stdint (Depends-on): Depend on wchar.
4389         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
4390         * m4/stdint.m4: Likewise.
4391         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
4392         * modules/strftime (Depends-on): Depend on wchar.
4393         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
4394         * modules/strtol (Depends-on): Depend on wchar.
4395         * lib/strtol.c: Assume <wchar.h>.
4396         * modules/wcwidth (Depends-on): Depend on wchar.
4397         * lib/wcwidth.h: Assume <wchar.h>.
4398         * m4/wcwidth.m4: Likewise.
4399
4400 2007-01-16  Bruno Haible  <bruno@clisp.org>
4401
4402         * modules/csharpexec-script: New, created from...
4403         * modules/csharpexec: ... this.
4404
4405 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
4406
4407         * modules/javaexec-script: New, created from...
4408         * modules/javaexec: ... this.
4409
4410 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4411
4412         * modules/poll (Dependencies): Add sys_select.
4413
4414 2007-01-15  Jim Meyering  <jim@meyering.net>
4415
4416         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
4417         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
4418         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
4419         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
4420
4421 2007-01-15  Bruno Haible  <bruno@clisp.org>
4422
4423         * modules/striconveh: New file.
4424         * lib/striconveh.h: New file.
4425         * lib/striconveh.c: New file.
4426         * MODULES.html.sh (Internationalization functions): Add striconveh.
4427
4428         * modules/striconveh-tests: New file.
4429         * tests/test-striconveh.c: New file.
4430
4431 2007-01-15  Bruno Haible  <bruno@clisp.org>
4432
4433         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
4434         not from GNU libiconv or GNU libc.
4435
4436 2007-01-15  Bruno Haible  <bruno@clisp.org>
4437
4438         * doc/gnulib-intro.texi (Copyright): Explain the different license
4439         terms for module descriptions, autoconf macros, tests, documentation.
4440
4441 2007-01-14  Bruno Haible  <bruno@clisp.org>
4442
4443         * modules/striconv-tests: New file.
4444         * tests/test-striconv.c: New file.
4445
4446 2007-01-14  Bruno Haible  <bruno@clisp.org>
4447
4448         * modules/iconv-tests: New file.
4449         * tests/test-iconv.c: New file.
4450
4451 2007-01-14  Bruno Haible  <bruno@clisp.org>
4452
4453         * gnulib-tool (func_get_license): For test modules, use the license of
4454         the main module.
4455
4456 2007-01-14  Bruno Haible  <bruno@clisp.org>
4457
4458         * modules/iconv (Include): Clarify that <iconv.h> can only be included
4459         if iconv is found to exist.
4460
4461 2007-01-14  Bruno Haible  <bruno@clisp.org>
4462
4463         * modules/c-ctype-tests: New file.
4464         * tests/test-c-ctype.c: New file.
4465
4466 2007-01-14  Bruno Haible  <bruno@clisp.org>
4467
4468         * modules/binary-io-tests: New file.
4469         * tests/test-binary-io.sh: New file.
4470         * tests/test-binary-io.c: New file.
4471
4472 2007-01-14  Bruno Haible  <bruno@clisp.org>
4473
4474         * modules/array-oset-tests: New file.
4475         * tests/test-array_oset.c: New file.
4476
4477 2007-01-14  Bruno Haible  <bruno@clisp.org>
4478
4479         * modules/array-list-tests: New file.
4480         * tests/test-array_list.c: New file.
4481
4482 2007-01-14  Bruno Haible  <bruno@clisp.org>
4483
4484         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
4485         and make.
4486         Reported by Simon Josefsson in
4487         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
4488
4489 2007-01-14  Bruno Haible  <bruno@clisp.org>
4490
4491         * modules/allocsa-tests: New file.
4492         * tests/test-allocsa.c: New file.
4493
4494 2007-01-14  Bruno Haible  <bruno@clisp.org>
4495
4496         * modules/fchdir (Depends-on): Add absolute-header.
4497         * modules/unistd (Depends-on): Likewise.
4498
4499 2006-12-30  Bruno Haible  <bruno@clisp.org>
4500
4501         * modules/fchdir: New file.
4502         * modules/unistd (Files): Add lib/unistd_.h.
4503         (Makefile.am): Generate unistd.h from unistd_.h.
4504         * lib/fchdir.c: New file.
4505         * lib/dirent_.h: New file.
4506         * lib/unistd_.h: New file.
4507         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
4508         * m4/fchdir.m4: New file.
4509         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
4510         (gl_HEADER_UNISTD): Invoke it.
4511         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
4512         function.
4513         * lib/backupfile.c (opendir, closedir): Undefine.
4514         * lib/chown.c (open, close): Undefine.
4515         * lib/clean-temp.c (open, close): Undefine.
4516         * lib/copy-file.c (open, close): Undefine.
4517         * lib/execute.c (open, close): Undefine.
4518         * lib/fsusage.c (open, close): Undefine.
4519         * lib/gc-gnulib.c (open, close): Undefine.
4520         * lib/getcwd.c (opendir, closedir): Undefine.
4521         * lib/glob.c (opendir, closedir): Undefine.
4522         * lib/javacomp.c (open, close): Undefine.
4523         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
4524         * lib/openat-proc.c (open, close): Undefine.
4525         * lib/pagealign_alloc.c (open, close): Undefine.
4526         * lib/pipe.c (open, close): Undefine.
4527         * lib/progreloc.c (open, close): Undefine.
4528         * lib/savedir.c (opendir, closedir): Undefine.
4529         * lib/utime.c (open, close): Undefine.
4530         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
4531
4532 2007-01-10  Bruno Haible  <bruno@clisp.org>
4533
4534         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
4535
4536 2007-01-12  Eric Blake  <ebb9@byu.net>
4537
4538         Provide a robust <wchar.h>.  Further simplifications are now
4539         possible in other modules, but not included here.
4540         * modules/wchar: New module.
4541         * m4/wchar.m4: New file.
4542         * lib/wchar_.h: Likewise.
4543         * modules/mbchar (Depends-on): Depend on wchar, as the first use
4544         of the new module.
4545         * MODULES.html.sh (Extended multibyte and wide character utilities):
4546         New section.
4547
4548 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
4549
4550         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
4551         to a reasonable default for memory allocation.
4552         (xreadlink): Don't allocate a huge buffer, to work around a buggy
4553         file system that reports garbage st_size values for symlinks.
4554         Problem reported by Liyang Hu.
4555
4556 2007-01-11  Simon Josefsson  <simon@josefsson.org>
4557
4558         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
4559         Emacs .#* auto-save files).
4560
4561 2007-01-11  Bruno Haible  <bruno@clisp.org>
4562
4563         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
4564         directory.
4565
4566 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
4567
4568         Use @...@ consistently in lib/wctype_.h.
4569         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
4570         on it being set to 1 or 0.
4571         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
4572         go back to AC_SUBSTing it.
4573         * modules/wctype (Makefile.am): Undo previous change.
4574
4575 2007-01-10  Eric Blake  <ebb9@byu.net>
4576
4577         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
4578         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
4579         * modules/wctype (Makefile.am): Likewise.
4580         Reported by Chris McGuire.
4581
4582 2007-01-10  Jim Meyering  <jim@meyering.net>
4583
4584         fts.c: a small readability/maintainability improvement
4585         * lib/fts.c (fts_read): Make this code slightly more readable and
4586         maintainable by hoisting the "sp->fts_cur = p" assignments to
4587         immediately follow the statements that set P.  Derived from
4588         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
4589
4590 2007-01-10  Eric Blake  <ebb9@byu.net>
4591
4592         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
4593         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
4594         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4595         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
4596         Reported by Chris McGuire.
4597
4598 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4599
4600         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
4601         in sed script.
4602
4603 2007-01-09  Bruno Haible  <bruno@clisp.org>
4604
4605         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
4606         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
4607         variables.
4608         (func_module): Use them.
4609
4610 2007-01-09  Bruno Haible  <bruno@clisp.org>
4611
4612         * modules/unistr/base: New file.
4613         * lib/unistr.h: New file.
4614
4615         * modules/unistr/u8-to-u16: New file.
4616         * lib/unistr/u8-to-u16.c: New file.
4617
4618         * modules/unistr/u8-to-u32: New file.
4619         * lib/unistr/u8-to-u32.c: New file.
4620
4621         * modules/unistr/u16-to-u8: New file.
4622         * lib/unistr/u16-to-u8.c: New file.
4623
4624         * modules/unistr/u16-to-u32: New file.
4625         * lib/unistr/u16-to-u32.c: New file.
4626
4627         * modules/unistr/u32-to-u8: New file.
4628         * lib/unistr/u32-to-u8.c: New file.
4629
4630         * modules/unistr/u32-to-u16: New file.
4631         * lib/unistr/u32-to-u16.c: New file.
4632
4633         * modules/unistr/u8-check: New file.
4634         * modules/unistr/u16-check: New file.
4635         * modules/unistr/u32-check: New file.
4636         * lib/unistr/u8-check.c: New file.
4637         * lib/unistr/u16-check.c: New file.
4638         * lib/unistr/u32-check.c: New file.
4639
4640         * modules/unistr/u8-chr: New file.
4641         * modules/unistr/u16-chr: New file.
4642         * modules/unistr/u32-chr: New file.
4643         * lib/unistr/u8-chr.c: New file.
4644         * lib/unistr/u16-chr.c: New file.
4645         * lib/unistr/u32-chr.c: New file.
4646
4647         * modules/unistr/u8-cmp: New file.
4648         * modules/unistr/u16-cmp: New file.
4649         * modules/unistr/u32-cmp: New file.
4650         * lib/unistr/u8-cmp.c: New file.
4651         * lib/unistr/u16-cmp.c: New file.
4652         * lib/unistr/u32-cmp.c: New file.
4653
4654         * modules/unistr/u8-cpy: New file.
4655         * modules/unistr/u16-cpy: New file.
4656         * modules/unistr/u32-cpy: New file.
4657         * lib/unistr/u8-cpy.c: New file.
4658         * lib/unistr/u16-cpy.c: New file.
4659         * lib/unistr/u32-cpy.c: New file.
4660         * lib/unistr/u-cpy.h: New file.
4661
4662         * modules/unistr/u8-cpy-alloc: New file.
4663         * modules/unistr/u16-cpy-alloc: New file.
4664         * modules/unistr/u32-cpy-alloc: New file.
4665         * lib/unistr/u8-cpy-alloc.c: New file.
4666         * lib/unistr/u16-cpy-alloc.c: New file.
4667         * lib/unistr/u32-cpy-alloc.c: New file.
4668         * lib/unistr/u-cpy-alloc.h: New file.
4669
4670         * modules/unistr/u8-endswith: New file.
4671         * modules/unistr/u16-endswith: New file.
4672         * modules/unistr/u32-endswith: New file.
4673         * lib/unistr/u8-endswith.c: New file.
4674         * lib/unistr/u16-endswith.c: New file.
4675         * lib/unistr/u32-endswith.c: New file.
4676         * lib/unistr/u-endswith.h: New file.
4677
4678         * modules/unistr/u8-mblen: New file.
4679         * modules/unistr/u16-mblen: New file.
4680         * modules/unistr/u32-mblen: New file.
4681         * lib/unistr/u8-mblen.c: New file.
4682         * lib/unistr/u16-mblen.c: New file.
4683         * lib/unistr/u32-mblen.c: New file.
4684
4685         * modules/unistr/u8-mbtouc: New file.
4686         * modules/unistr/u16-mbtouc: New file.
4687         * modules/unistr/u32-mbtouc: New file.
4688         * lib/unistr/u8-mbtouc.c: New file.
4689         * lib/unistr/u16-mbtouc.c: New file.
4690         * lib/unistr/u32-mbtouc.c: New file.
4691
4692         * modules/unistr/u8-mbtouc-safe: New file.
4693         * modules/unistr/u16-mbtouc-safe: New file.
4694         * modules/unistr/u32-mbtouc-safe: New file.
4695         * lib/unistr/u8-mbtouc-safe.c: New file.
4696         * lib/unistr/u16-mbtouc-safe.c: New file.
4697         * lib/unistr/u32-mbtouc-safe.c: New file.
4698
4699         * modules/unistr/u8-move: New file.
4700         * modules/unistr/u16-move: New file.
4701         * modules/unistr/u32-move: New file.
4702         * lib/unistr/u8-move.c: New file.
4703         * lib/unistr/u16-move.c: New file.
4704         * lib/unistr/u32-move.c: New file.
4705         * lib/unistr/u-move.h: New file.
4706
4707         * modules/unistr/u8-next: New file.
4708         * modules/unistr/u16-next: New file.
4709         * modules/unistr/u32-next: New file.
4710         * lib/unistr/u8-next.c: New file.
4711         * lib/unistr/u16-next.c: New file.
4712         * lib/unistr/u32-next.c: New file.
4713
4714         * modules/unistr/u8-prev: New file.
4715         * modules/unistr/u16-prev: New file.
4716         * modules/unistr/u32-prev: New file.
4717         * lib/unistr/u8-prev.c: New file.
4718         * lib/unistr/u16-prev.c: New file.
4719         * lib/unistr/u32-prev.c: New file.
4720
4721         * modules/unistr/u8-set: New file.
4722         * modules/unistr/u16-set: New file.
4723         * modules/unistr/u32-set: New file.
4724         * lib/unistr/u8-set.c: New file.
4725         * lib/unistr/u16-set.c: New file.
4726         * lib/unistr/u32-set.c: New file.
4727         * lib/unistr/u-set.h: New file.
4728
4729         * modules/unistr/u8-startswith: New file.
4730         * modules/unistr/u16-startswith: New file.
4731         * modules/unistr/u32-startswith: New file.
4732         * lib/unistr/u8-startswith.c: New file.
4733         * lib/unistr/u16-startswith.c: New file.
4734         * lib/unistr/u32-startswith.c: New file.
4735         * lib/unistr/u-startswith.h: New file.
4736
4737         * modules/unistr/u8-stpcpy: New file.
4738         * modules/unistr/u16-stpcpy: New file.
4739         * modules/unistr/u32-stpcpy: New file.
4740         * lib/unistr/u8-stpcpy.c: New file.
4741         * lib/unistr/u16-stpcpy.c: New file.
4742         * lib/unistr/u32-stpcpy.c: New file.
4743         * lib/unistr/u-stpcpy.h: New file.
4744
4745         * modules/unistr/u8-stpncpy: New file.
4746         * modules/unistr/u16-stpncpy: New file.
4747         * modules/unistr/u32-stpncpy: New file.
4748         * lib/unistr/u8-stpncpy.c: New file.
4749         * lib/unistr/u16-stpncpy.c: New file.
4750         * lib/unistr/u32-stpncpy.c: New file.
4751         * lib/unistr/u-stpncpy.h: New file.
4752
4753         * modules/unistr/u8-strcat: New file.
4754         * modules/unistr/u16-strcat: New file.
4755         * modules/unistr/u32-strcat: New file.
4756         * lib/unistr/u8-strcat.c: New file.
4757         * lib/unistr/u16-strcat.c: New file.
4758         * lib/unistr/u32-strcat.c: New file.
4759         * lib/unistr/u-strcat.h: New file.
4760
4761         * modules/unistr/u8-strchr: New file.
4762         * modules/unistr/u16-strchr: New file.
4763         * modules/unistr/u32-strchr: New file.
4764         * lib/unistr/u8-strchr.c: New file.
4765         * lib/unistr/u16-strchr.c: New file.
4766         * lib/unistr/u32-strchr.c: New file.
4767
4768         * modules/unistr/u8-strcmp: New file.
4769         * modules/unistr/u16-strcmp: New file.
4770         * modules/unistr/u32-strcmp: New file.
4771         * lib/unistr/u8-strcmp.c: New file.
4772         * lib/unistr/u16-strcmp.c: New file.
4773         * lib/unistr/u32-strcmp.c: New file.
4774
4775         * modules/unistr/u8-strcpy: New file.
4776         * modules/unistr/u16-strcpy: New file.
4777         * modules/unistr/u32-strcpy: New file.
4778         * lib/unistr/u8-strcpy.c: New file.
4779         * lib/unistr/u16-strcpy.c: New file.
4780         * lib/unistr/u32-strcpy.c: New file.
4781         * lib/unistr/u-strcpy.h: New file.
4782
4783         * modules/unistr/u8-strcspn: New file.
4784         * modules/unistr/u16-strcspn: New file.
4785         * modules/unistr/u32-strcspn: New file.
4786         * lib/unistr/u8-strcspn.c: New file.
4787         * lib/unistr/u16-strcspn.c: New file.
4788         * lib/unistr/u32-strcspn.c: New file.
4789         * lib/unistr/u-strcspn.h: New file.
4790
4791         * modules/unistr/u8-strdup: New file.
4792         * modules/unistr/u16-strdup: New file.
4793         * modules/unistr/u32-strdup: New file.
4794         * lib/unistr/u8-strdup.c: New file.
4795         * lib/unistr/u16-strdup.c: New file.
4796         * lib/unistr/u32-strdup.c: New file.
4797         * lib/unistr/u-strdup.h: New file.
4798
4799         * modules/unistr/u8-strlen: New file.
4800         * modules/unistr/u16-strlen: New file.
4801         * modules/unistr/u32-strlen: New file.
4802         * lib/unistr/u8-strlen.c: New file.
4803         * lib/unistr/u16-strlen.c: New file.
4804         * lib/unistr/u32-strlen.c: New file.
4805         * lib/unistr/u-strlen.h: New file.
4806
4807         * modules/unistr/u8-strmblen: New file.
4808         * modules/unistr/u16-strmblen: New file.
4809         * modules/unistr/u32-strmblen: New file.
4810         * lib/unistr/u8-strmblen.c: New file.
4811         * lib/unistr/u16-strmblen.c: New file.
4812         * lib/unistr/u32-strmblen.c: New file.
4813
4814         * modules/unistr/u8-strmbtouc: New file.
4815         * modules/unistr/u16-strmbtouc: New file.
4816         * modules/unistr/u32-strmbtouc: New file.
4817         * lib/unistr/u8-strmbtouc.c: New file.
4818         * lib/unistr/u16-strmbtouc.c: New file.
4819         * lib/unistr/u32-strmbtouc.c: New file.
4820
4821         * modules/unistr/u8-strncat: New file.
4822         * modules/unistr/u16-strncat: New file.
4823         * modules/unistr/u32-strncat: New file.
4824         * lib/unistr/u8-strncat.c: New file.
4825         * lib/unistr/u16-strncat.c: New file.
4826         * lib/unistr/u32-strncat.c: New file.
4827         * lib/unistr/u-strncat.h: New file.
4828
4829         * modules/unistr/u8-strncmp: New file.
4830         * modules/unistr/u16-strncmp: New file.
4831         * modules/unistr/u32-strncmp: New file.
4832         * lib/unistr/u8-strncmp.c: New file.
4833         * lib/unistr/u16-strncmp.c: New file.
4834         * lib/unistr/u32-strncmp.c: New file.
4835
4836         * modules/unistr/u8-strncpy: New file.
4837         * modules/unistr/u16-strncpy: New file.
4838         * modules/unistr/u32-strncpy: New file.
4839         * lib/unistr/u8-strncpy.c: New file.
4840         * lib/unistr/u16-strncpy.c: New file.
4841         * lib/unistr/u32-strncpy.c: New file.
4842         * lib/unistr/u-strncpy.h: New file.
4843
4844         * modules/unistr/u8-strnlen: New file.
4845         * modules/unistr/u16-strnlen: New file.
4846         * modules/unistr/u32-strnlen: New file.
4847         * lib/unistr/u8-strnlen.c: New file.
4848         * lib/unistr/u16-strnlen.c: New file.
4849         * lib/unistr/u32-strnlen.c: New file.
4850         * lib/unistr/u-strnlen.h: New file.
4851
4852         * modules/unistr/u8-strpbrk: New file.
4853         * modules/unistr/u16-strpbrk: New file.
4854         * modules/unistr/u32-strpbrk: New file.
4855         * lib/unistr/u8-strpbrk.c: New file.
4856         * lib/unistr/u16-strpbrk.c: New file.
4857         * lib/unistr/u32-strpbrk.c: New file.
4858         * lib/unistr/u-strpbrk.h: New file.
4859
4860         * modules/unistr/u8-strrchr: New file.
4861         * modules/unistr/u16-strrchr: New file.
4862         * modules/unistr/u32-strrchr: New file.
4863         * lib/unistr/u8-strrchr.c: New file.
4864         * lib/unistr/u16-strrchr.c: New file.
4865         * lib/unistr/u32-strrchr.c: New file.
4866
4867         * modules/unistr/u8-strspn: New file.
4868         * modules/unistr/u16-strspn: New file.
4869         * modules/unistr/u32-strspn: New file.
4870         * lib/unistr/u8-strspn.c: New file.
4871         * lib/unistr/u16-strspn.c: New file.
4872         * lib/unistr/u32-strspn.c: New file.
4873         * lib/unistr/u-strspn.h: New file.
4874
4875         * modules/unistr/u8-strstr: New file.
4876         * modules/unistr/u16-strstr: New file.
4877         * modules/unistr/u32-strstr: New file.
4878         * lib/unistr/u8-strstr.c: New file.
4879         * lib/unistr/u16-strstr.c: New file.
4880         * lib/unistr/u32-strstr.c: New file.
4881         * lib/unistr/u-strstr.h: New file.
4882
4883         * modules/unistr/u8-strtok: New file.
4884         * modules/unistr/u16-strtok: New file.
4885         * modules/unistr/u32-strtok: New file.
4886         * lib/unistr/u8-strtok.c: New file.
4887         * lib/unistr/u16-strtok.c: New file.
4888         * lib/unistr/u32-strtok.c: New file.
4889         * lib/unistr/u-strtok.h: New file.
4890
4891         * modules/unistr/u8-uctomb: New file.
4892         * modules/unistr/u16-uctomb: New file.
4893         * modules/unistr/u32-uctomb: New file.
4894         * lib/unistr/u8-uctomb.c: New file.
4895         * lib/unistr/u16-uctomb.c: New file.
4896         * lib/unistr/u32-uctomb.c: New file.
4897
4898         * MODULES.html.sh (Unicode string functions): Add the new modules.
4899
4900 2007-01-08  Bruno Haible  <bruno@clisp.org>
4901
4902         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
4903         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
4904         subdirectories.
4905
4906 2007-01-08  Karl Berry  <karl@gnu.org>
4907
4908         * doc/error.texi: mention that main() fns must set program_name
4909         when progname is used.
4910
4911 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4912
4913         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
4914         WCTYPE_H is empty, for the benefit of builds from non-distclean
4915         directories.  Problem reported by Eric Blake in
4916         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
4917
4918 2007-01-08  Bruno Haible  <bruno@clisp.org>
4919
4920         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
4921         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
4922         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
4923         PROVIDE_CANONICALIZE_FILENAME_MODE.
4924         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
4925
4926 2007-01-08  Bruno Haible  <bruno@clisp.org>
4927
4928         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
4929         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
4930         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
4931         * lib/fts.c: Likewise.
4932         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
4933
4934 2006-12-25  Bruno Haible  <bruno@clisp.org>
4935
4936         * modules/utf8-ucs4-safe: New file.
4937         * lib/utf8-ucs4-safe.h: New file.
4938         * lib/unistr/utf8-ucs4-safe.c: New file.
4939
4940         * modules/utf16-ucs4-safe: New file.
4941         * lib/utf16-ucs4-safe.h: New file.
4942         * lib/unistr/utf16-ucs4-safe.c: New file.
4943
4944         * MODULES.html.sh (Unicode string functions): Add the new modules.
4945
4946 2007-01-08  Bruno Haible  <bruno@clisp.org>
4947
4948         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
4949         (Depends-on): Add unitypes.
4950         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4951         (u8_mbtouc_aux): Move out to separate file.
4952         (u8_mbtouc): Use ucs4_t, uint8_t types.
4953         * lib/unistr/utf8-ucs4.c: New file.
4954
4955         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
4956         (Depends-on): Add unitypes.
4957         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4958         (u16_mbtouc_aux): Move out to separate file.
4959         (u16_mbtouc): Use ucs4_t, uint16_t types.
4960         * lib/unistr/utf16-ucs4.c: New file.
4961
4962         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
4963         (Depends-on): Add unitypes.
4964         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
4965         (u8_uctomb_aux): Move out to separate file.
4966         (u8_uctomb): Use ucs4_t, uint8_t types.
4967         * lib/unistr/ucs4-utf8.c: New file.
4968
4969         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
4970         (Depends-on): Add unitypes.
4971         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
4972         (u16_uctomb_aux): Move out to separate file.
4973         (u16_uctomb): Use ucs4_t, uint16_t types.
4974         * lib/unistr/ucs4-utf16.c: New file.
4975
4976 2006-12-25  Bruno Haible  <bruno@clisp.org>
4977
4978         * modules/unitypes: New file.
4979         * lib/unitypes.h: New file.
4980         * MODULES.html.sh (func_all_modules): New section "Unicode string
4981         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
4982         this section. Add unitypes.
4983
4984 2007-01-08  Bruno Haible  <bruno@clisp.org>
4985
4986         Avoid variable names that conflict with those from libtool.
4987         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
4988         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
4989         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
4990         library_names_spec to acl_library_names_spec, hardcode_* to
4991         acl_hardcode_*.
4992         Reported by Ralf Wildenhues.
4993
4994 2007-01-08  Bruno Haible  <bruno@clisp.org>
4995
4996         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
4997         definition.
4998         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
4999         definition.
5000         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
5001         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
5002         definition.
5003         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
5004         definition.
5005         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
5006         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
5007         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
5008         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
5009         definition.
5010         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
5011         definition.
5012         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
5013         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
5014         GC_USE_<algorithm>.
5015         * lib/gc-libgcrypt.c: Likewise.
5016         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
5017         * modules/gc-arctwo (configure.ac): Likewise.
5018         * modules/gc-des (configure.ac): Likewise.
5019         * modules/gc-hmac-md5 (configure.ac): Likewise.
5020         * modules/gc-hmac-sha1 (configure.ac): Likewise.
5021         * modules/gc-md2 (configure.ac): Likewise.
5022         * modules/gc-md4 (configure.ac): Likewise.
5023         * modules/gc-md5 (configure.ac): Likewise.
5024         * modules/gc-random (configure.ac): Likewise.
5025         * modules/gc-rijndael (configure.ac): Likewise.
5026         * modules/gc-sha1 (configure.ac): Likewise.
5027
5028 2007-01-08  Bruno Haible  <bruno@clisp.org>
5029
5030         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
5031         macro definition.
5032         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
5033         definition.
5034         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
5035         definition.
5036         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
5037         * modules/fcntl-safer (configure.ac): Likewise.
5038         * modules/fopen-safer (configure.ac): Likewise.
5039         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
5040         GNULIB_FWRITEERROR macro definition.
5041
5042 2007-01-08  Bruno Haible  <bruno@clisp.org>
5043
5044         * m4/gnulib-common.m4: New file.
5045         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
5046         (func_get_filelist): Add m4/gnulib-common.m4.
5047
5048 2007-01-08  Bruno Haible  <bruno@clisp.org>
5049
5050         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
5051         command.
5052
5053 2007-01-08  Jim Meyering  <jim@meyering.net>
5054
5055         Use a more robust test for a "can't happen" condition.
5056         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
5057         narrowed the st_size value.  Presuming the "can't happen" condition
5058         is true, that narrowing could conceivably convert an invalid st_size
5059         value into a valid one.  Instead, use a change based on Matthew
5060         Woehlke's original patch.
5061
5062         Slight readability improvement: use an assert-like macro
5063         in place of literal "abort ()" uses.
5064         * lib/fts.c (fts_assert): Define.
5065         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
5066         Use this macro instead of a bare 'abort'.
5067
5068 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
5069
5070         Don't worry about using IRIX 5.3's wctype.h broken definitions;
5071         simply work around them.
5072         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
5073         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
5074         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
5075         declaring.
5076         Don't bother to define as macros, since the standard doesn't require it.
5077         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
5078         longer worry about IRIX 5.3.
5079         (HAVE_WCTYPE_CTMP_BUG): Remove.
5080
5081 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
5082
5083         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
5084         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
5085         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
5086         Problems reported by Georg Schwarz for IRIX 5.3.
5087
5088         * gnulib-tool (autoconf_minversion): Take the maximum version number
5089         found, not the minimum.  Problem reported by James Youngman.
5090
5091 2007-01-03  Karl Berry  <karl@gnu.org>
5092
5093         * doc/error.texi: new file, explaining interaction with progname.
5094         * doc/gnulib.texi: include it.  Update copyright.
5095
5096 2007-01-03  Simon Josefsson  <simon@josefsson.org>
5097
5098         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
5099         AC_CANONICAL_HOST, to improve autobuild outputs.
5100
5101 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
5102             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
5103
5104         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
5105         sockets, server sockets, and other file descriptors.  Count errors
5106         to compute the return value.  Reorder the code a bit to be easier
5107         to follow.  Don't set event bits that were not requested (except
5108         POLLERR and POLLHUP).
5109
5110 2007-01-01  Bruno Haible  <bruno@clisp.org>
5111
5112         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
5113
5114 2007-01-03  Jim Meyering  <jim@meyering.net>
5115
5116         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
5117
5118 2007-01-02  Bruno Haible  <bruno@clisp.org>
5119
5120         * modules/settime (Include): Require timespec.h.
5121         * modules/nanosleep (Include): Likewise.
5122
5123 2007-01-01  Bruno Haible  <bruno@clisp.org>
5124
5125         * gnulib-tool (func_emit_copyright_notice): Bump year.
5126         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
5127
5128 2007-01-01  Bruno Haible  <bruno@clisp.org>
5129
5130         Improve support for OpenBSD.
5131         * build-aux/config.rpath (libname_spec): Export.
5132         (library_names_spec): New variable. Export.
5133         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
5134         library_names_spec from the config.rpath output. Locate shared library
5135         through the name pattern in library_names_spec.
5136
5137 2007-01-01  Eric Blake  <ebb9@byu.net>
5138
5139         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
5140
5141 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5142
5143         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
5144         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
5145         assume the C locale, and avoid an "eval" that could cause trouble.
5146         Problem with SORT reported by Bob Proulx.
5147
5148         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
5149         Define.  Trivial patch from Henning Nielsen Lund, originally
5150         sent to bug-grep@gnu.org today.
5151
5152 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5153
5154         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
5155         struct stat.  Problem reported by Henning Nielsen Lund.
5156         * lib/acl.c: Include acl.h first, to check interface.  Don't
5157         bother to include sys/types.h and sys/stat.h again.
5158
5159 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
5160
5161         Import the following change from libc; problem reported by
5162         Sven Verdoolaege.
5163
5164         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
5165
5166         [BZ #1373]
5167         * lib/argp.h: Remove __NTH for __argp_usage inline function.
5168
5169 2006-12-28  Jim Meyering  <jim@meyering.net>
5170
5171         * build-aux/announce-gen: Do not assume that the package
5172         builds any of tar.gz, tar.bz2, and .xdelta files.
5173         Suggestion from Simon Josefsson.
5174
5175 2006-12-28  Simon Josefsson  <simon@josefsson.org>
5176
5177         * modules/announce-gen: New file.
5178
5179 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
5180
5181         * lib/mbchar.h: Just include <wctype.h>; the wctype module
5182         handles its gotchas now.
5183         * lib/mbswidth.c: Likewise.
5184         * lib/wcwidth.h: Likewise.
5185         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
5186         and iswcntrl; the wctype module does this stuff now.
5187         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5188         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
5189         * modules/mbchar (Depends-on): Add wctype.
5190         * modules/mbswidth (Depends-on): Likewise.
5191         * modules/wcwidth (Depends-on): Likewise.
5192
5193 2006-12-27  Eric Blake  <ebb9@byu.net>
5194
5195         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
5196         module uses more than what <wctype.h> is required to provide.
5197
5198 2006-12-26  Eric Blake  <ebb9@byu.net>
5199
5200         * gnulib-tool (sed_extract_prog): Avoid space-tab.
5201
5202 2006-12-26  Eric Blake  <ebb9@byu.net>
5203
5204         * modules/absolute-header: New module.
5205         * modules/fcntl (Depends-on): Depend on it.
5206         * modules/inttypes (Depends-on): Likewise.
5207         * modules/stdint (Depends-on): Likewise.
5208         * modules/sys_stat (Depends-on): Likewise.
5209         * modules/wctype (Depends-on): Likewise.
5210         * MODULES.html.sh (Support for building libraries and
5211         executables): Document it.
5212
5213 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
5214
5215         * gnulib-tool (SED): Remove, undoing previous change.
5216         The problem was that it broke coreutils on Solaris, because
5217         "sed --posix" leaked into a makefile.
5218         (sed): New alias, if 'alias' and GNU sed.
5219
5220 2006-12-24  Jim Meyering  <jim@meyering.net>
5221
5222         Work around an fchownat bug in glibc-2.4:
5223         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
5224         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
5225         in spite of the -P option.
5226         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
5227         New macros.
5228         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
5229         * modules/openat (Files): Add lib/fchownat.c.
5230         * lib/openat.c (fchownat): Don't define here.  Move to...
5231         * lib/fchownat.c: ...this new file.
5232
5233 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
5234
5235         Fix bug reported by Bruno Haible in
5236         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
5237         where quotearg.c didn't compile on Mac OS X 10.2 because it
5238         lacks <wchar.h> and wint_t.
5239         * lib/wctype_.h (__wctype_wint_t): New type.
5240         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
5241         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
5242         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
5243         Arg is now of type __wctype_wint_t, not wint_t.
5244         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
5245         substitute HAVE_WINT_T.
5246         * modules/wctype (Files): Add m4/wint_t.m4.
5247         (wctype.h): Substitute HAVE_WINT_T.
5248
5249 2006-12-23  Bruno Haible  <bruno@clisp.org>
5250
5251         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
5252
5253 2006-12-23  Bruno Haible  <bruno@clisp.org>
5254
5255         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
5256         S_ISLNK.
5257         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
5258         mingw.
5259
5260 2006-12-22  Bruno Haible  <bruno@clisp.org>
5261
5262         * lib/copy-file.c: Include acl.h.
5263         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
5264         Close the file descriptors only after being done with copy_acl.
5265         * modules/copy-file (Depends-on): Add acl.
5266
5267 2006-12-22  Bruno Haible  <bruno@clisp.org>
5268
5269         * gnulib-tool (SED): New variable.
5270         Use $SED instead of sed everywhere.
5271
5272 2006-12-22  Bruno Haible  <bruno@clisp.org>
5273
5274         * modules/no-c++: New file.
5275         * m4/no-c++.m4: New file.
5276         * MODULES.html.sh (Support for building libraries and executables):
5277         Add no-c++.
5278
5279 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
5280
5281         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5282         Include <limits.h>, and use its INT_MAX to rewrite the
5283         j loop so that it does not overflow 'int'.  Problem reported by
5284         Ralf Wildenhues in
5285         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
5286         Play it safe by shifting left by 1 rather than multiplying by 2,
5287         as GCC is less likely to optimize this away when the value
5288         is signed (when it assumes overflow leads to undefined behavior).
5289         Also, don't assume time_t uses two's complement.
5290
5291 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5292
5293         * MODULES.html.sh: New module wctype.
5294         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
5295         * lib/fnmatch.c: Don't bother to include <wchar.h> before
5296         <wctype.h>, since the new wctype module should fix this.
5297         * lib/quotearg.c: Include <wctype.h> unconditionally, since
5298         the wctype module should arrange for it.
5299         * lib/regex_internal.h: Likewise.
5300         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
5301         since the wctype module should handle this now.
5302         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
5303         * modules/fnmatch (Depends-on): Add wctype.
5304         * modules/quotearg (Depends-on): Likewise.
5305         * modules/regex (Depends-on): Likewise.
5306
5307 2006-12-19  Bruno Haible  <bruno@clisp.org>
5308
5309         * lib/strdup.h [C++]: Wrap definitions in extern "C".
5310         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
5311
5312 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5313
5314         * modules/savewd (Depends-on): Fix dependency on fcntl.
5315
5316 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5317
5318         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
5319         conforms to C99, rather than relying on the user's environment
5320         setting of STDINT_H.
5321
5322 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5323         and Eric Blake  <ebb9@byu.net>
5324
5325         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
5326         This is more consistent with the other defines here.
5327         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
5328         Port to z/OS.  Problem reported by Paul Gilmartin.
5329         Change local vars to use gl_ prefix rather than ac_.
5330         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
5331         with other defines.
5332         * modules/double-slash-root: New module.
5333         * modules/dirname (Files): Remove m4/double-slash-root.m4.
5334         (Depends-on): Add double-slash-root.
5335         * MODULES.html.sh (File system functions): Mention new module.
5336
5337 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5338
5339         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
5340         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
5341         This is for the benefit of gzip, which doesn't do i18n.
5342
5343 2006-12-12  Jim Meyering  <jim@meyering.net>
5344
5345         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
5346         Reported by Andreas Schwab <schwab@suse.de>.
5347
5348 2006-12-12  Bruno Haible  <bruno@clisp.org>
5349
5350         Merge these changes.
5351         2006-09-05  Bruno Haible  <bruno@clisp.org>
5352         * lib/iconvme.c (iconv_string): No need to save and restore errno when
5353         iconv_alloc succeeded.
5354         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
5355         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
5356         test for " && dest " at the end - dest is always != NULL there. Call
5357         iconv with 4xNULL arguments initially, to reset the state. Call iconv
5358         with 2xNULL arguments, also to flush the state storage. Handle the
5359         IRIX iconv behaviour. Realloc the final result, to throw away unused
5360         memory.
5361
5362 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
5363
5364         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
5365         and fchmodat unconditionally, since glibc 2.4 has them.
5366         Problem reported by Arkadiusz Miskiewicz.
5367
5368 2006-12-10  Bruno Haible  <bruno@clisp.org>
5369
5370         * gnulib-tool (func_import): Show the include files only for those
5371         modules that are copied and specified.
5372         Reported by Karl Berry.
5373
5374 2006-12-08  Jim Meyering  <jim@meyering.net>
5375
5376         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
5377         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
5378
5379         * build-aux/announce-gen: Add two new options, both optional:
5380         --bootstrap-tools=TOOL_LIST
5381               a comma-separated list of tools, e.g.,
5382               autoconf,automake,bison,gnulib
5383         --gnulib-snapshot-date=DATE
5384               if gnulib is in the bootstrap tool list,
5385               then report this as the snapshot date.
5386               If not specified, use the current date/time.
5387               If you specify a date here, be sure it's UTC.
5388
5389 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5390
5391         * tests/test-argp-2.sh: Fix test to match actual output.
5392         (func_compare): Fix sed script to be portable.
5393
5394 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5395
5396         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
5397         workaround for this case.  It is not autoconfigured now; offhand
5398         it's hard to see how to autoconfigure it.
5399
5400 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
5401
5402         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
5403         a directory that is about to be chowned.  Such a directory's
5404         initial file permissions should permit the owner only and this
5405         should not be changed until after the chown, since the group and
5406         other bits would be incorrect if they granted permission before
5407         the chown.
5408
5409         Fix porting problem for iswctype reported by Georg Schwarz in:
5410         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
5411         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
5412         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
5413         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
5414         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5415
5416 2006-12-03  Jim Meyering  <jim@meyering.net>
5417
5418         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
5419         p->fts_statp may not yet be defined.
5420         (fts_read): Instead, set it in the caller, once p->fts_statp is
5421         sure to be defined, and corresponds to a top-level directory.
5422         This bug made du -x fail.  Here's the coreutils test case:
5423         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
5424         Reported by Mike Frysinger.
5425
5426 2006-12-01  Jim Meyering  <jim@meyering.net>
5427
5428         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
5429         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
5430         Reported by Simon Josefsson.
5431
5432 2006-11-30  Jim Meyering  <jim@meyering.net>
5433
5434         * m4/warning.m4: Use the all-permissive copyright notice
5435         recommended by RMS (rather than LGPL).
5436         * m4/vararrays.m4: Likewise.
5437         * m4/flexmember.m4: Likewise.
5438
5439 2006-11-29  Bruno Haible  <bruno@clisp.org>
5440
5441         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5442         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
5443         using +=.
5444         Reported by Simon Josefsson <simon@josefsson.org>.
5445
5446 2006-11-28  James Youngman <jay@gnu.org>
5447
5448         * README: Advise users that they might find the bug-gnulib@gnu.org
5449         and autotools-announce@gnu.org mailing lists useful.
5450
5451 2006-11-28  Bruno Haible  <bruno@clisp.org>
5452
5453         * m4/ptrdiff_max.m4: Remove file.
5454
5455 2006-11-21  Bruno Haible  <bruno@clisp.org>
5456
5457         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
5458         _AC_COMPUTE_INT.
5459         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5460         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
5461         _AC_COMPUTE_INT.
5462         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5463         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
5464         _AC_COMPUTE_INT.
5465         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5466
5467 2006-11-28  Jim Meyering  <jim@meyering.net>
5468
5469         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
5470         warning from "gcc -Wshadow" about shadowing the builtin.
5471
5472 2006-11-27  Bruno Haible  <bruno@clisp.org>
5473
5474         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
5475         _AC_COMPUTE_INT.
5476         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5477
5478 2006-11-27  Bruno Haible  <bruno@clisp.org>
5479             Paul Eggert  <eggert@cs.ucla.edu>
5480
5481         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
5482
5483 2006-11-26  Bruno Haible  <bruno@clisp.org>
5484
5485         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5486         noinst_LTLIBRARIES.
5487
5488 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5489             Bruno Haible  <bruno@clisp.org>
5490
5491         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
5492         if compiling with "gcc -ansi".
5493
5494 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5495
5496         Fix some incompatibilities with gcc -ansi -pedantic.
5497         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
5498         if compiling pedantically with GCC, unless it's C99 or later.
5499         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
5500         it mishandles gcc -ansi -pedantic as well.
5501         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
5502         if gcc -pedantic.
5503         * lib/regexec.c (check_node_accept_bytes): Don't use auto
5504         initializers for struct if -pedantic, unless it's C99 or later.
5505
5506 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
5507
5508         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
5509         Don't close an fd more than once. Identical atimes indicate
5510         success, not failure.
5511
5512 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
5513
5514         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
5515
5516 2006-11-23  Jim Meyering  <jim@meyering.net>
5517
5518         * build-aux/announce-gen: New file.  From coreutils.
5519
5520 2006-11-22  Jim Meyering  <jim@meyering.net>
5521
5522         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
5523         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
5524         (fts_read): Use a temporary to narrow the overused st_size member
5525         before using it in a switch statement.  Reported by Matthew Woehlke.
5526
5527         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
5528         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5529
5530 2006-11-20  Bruno Haible  <bruno@clisp.org>
5531
5532         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
5533         changequote instead of pairs of brackets.
5534         Reported by Andreas Schwab <schwab@suse.de>.
5535
5536 2006-11-21  Jim Meyering  <jim@meyering.net>
5537
5538         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
5539         so as to remain compatible with older compilers.
5540         Patch from Michael Deutschmann.
5541
5542 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5543
5544         * MODULES.html.sh (File system functions): Add openat.
5545
5546         * lib/openat.h (rpl_fstatat): New macro, if
5547         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
5548         (fstatat): Define to rpl_fstatat under the same conditions,
5549         unless COMPILING_FSTATAT.
5550         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
5551         seems to have the bug.
5552         * lib/fstatat.c: New file.
5553         * modules/openat (Files): Add it.
5554
5555 2006-11-20  Bruno Haible  <bruno@clisp.org>
5556
5557         * Makefile: New file.
5558
5559 2006-11-20  Jim Meyering  <jim@meyering.net>
5560
5561         The beginnings of syntax-related checks for gnulib.
5562         * lib/Makefile: New file.
5563         * lib/t-idcache: New script.  Ensure that the two halves of
5564         idcache.c stay in sync.
5565
5566         * lib/idcache.c: Adjust comments in user- and group- portions to
5567         be more accurate, and to be consistent with one another.
5568
5569 2006-11-20  Jim Meyering  <jim@meyering.net>
5570
5571         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
5572         continue using the flexible array member (thus, this module performs
5573         half as many malloc calls), with the addition that...
5574         (getgroup, getuser): Consistently record a non-match via an empty
5575         "name" string, and map an empty string match to a NULL return value.
5576         * modules/idcache (Depends-on): Re-add flexmember.
5577
5578         * lib/idcache.c (getuser): Remove all uses of the register keyword.
5579         (getuidbyname, getgroup, getgidbyname): Likewise.
5580
5581         Use cleaner syntax: NULL rather than 0.
5582         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
5583
5584 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5585
5586         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
5587         It mishandled the case where the group was missing.
5588         Problem reported by Greg Schafer.
5589         * modules/idcache: Likewise.
5590
5591 2006-11-18  Jim Meyering  <jim@meyering.net>
5592
5593         * check-module (%exempt_header): Add exception for some
5594         conditionally-included headers.
5595
5596         * modules/i-ring (Depends-on): Add verify.
5597         (License): Change to LGPL.
5598
5599 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
5600
5601         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
5602         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
5603         and inttostr.h.  Use snprintf rather than uinttostr, so that
5604         LGPLed code doesn't depend on GPLed.
5605
5606 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5607
5608         * modules/inline (License): Change from GPL to LGPL.
5609
5610 2006-11-17  Jim Meyering  <jim@meyering.net>
5611
5612         * modules/d-type (License): Switch to LGPL.
5613
5614 2006-11-15  Bruno Haible  <bruno@clisp.org>
5615
5616         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
5617
5618 2006-11-15  Eric Blake  <ebb9@byu.net>
5619
5620         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
5621         the module dependency.
5622
5623 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5624             Bruno Haible  <bruno@clisp.org>
5625
5626         * gnulib-tool (func_create_testdir): Add license consistency check.
5627
5628 2006-11-15  Eric Blake  <ebb9@byu.net>
5629
5630         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
5631         random "(cached)" in configure output.
5632
5633 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5634
5635         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
5636         test for conforming inttypes.h is both announced and cached.
5637
5638         * MODULES.html.sh (seen_modules, seen_files): New variables.
5639         (func_module): Rewrite to use a few less gnulib-tool and sed
5640         invocations.  Avoid a couple of quadratic algorithms for ...
5641         (missed_modules, missed_files): ... these, with ...
5642         (func_append, func_tmpdir): ... these new functions, from
5643         gnulib-tool.  Analogously, install traps for cleanup.
5644
5645         * tests/test-gc.c (main): Remove unused variables.
5646         * tests/test-read-file.c: Include stdlib.h, for 'free'.
5647
5648 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5649
5650         * modules/inttostr (License): Change to LGPL.
5651
5652 2006-11-14  Eric Blake  <ebb9@byu.net>
5653
5654         * modules/tempname (License): Change to LGPL.
5655
5656 2006-11-14  Eric Blake  <ebb9@byu.net>
5657
5658         * doc/functions.texi (Function Portability): *printf functions on
5659         Cygwin now understand all POSIX size specifiers.
5660
5661 2006-11-14  Bruno Haible  <bruno@clisp.org>
5662
5663         * modules/c-ctype (License): Change to LGPL.
5664
5665 2006-11-12  Bruno Haible  <bruno@clisp.org>
5666
5667         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
5668         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
5669         for GNOME libraries, for which the include files are installed in
5670         subdirectories of $prefix/include.
5671
5672 2006-11-12  Bruno Haible  <bruno@clisp.org>
5673
5674         * m4/lib-link.m4: Require at least autoconf-2.54.
5675         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
5676         name to underscores for the --with option.
5677
5678 2006-11-13  Bruno Haible  <bruno@clisp.org>
5679
5680         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
5681         the tests directory.
5682         Reported by Ralf Wildenhues.
5683
5684 2006-11-13  Bruno Haible  <bruno@clisp.org>
5685
5686         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
5687         (func_emit_initmacro_end): Undo the override here.
5688         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
5689         Works around the famous automake error in coreutils.
5690
5691 2006-11-13  Eric Blake  <ebb9@byu.net>
5692
5693         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
5694         element, not its node.
5695
5696 2006-11-12  Bruno Haible  <bruno@clisp.org>
5697
5698         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
5699         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
5700
5701 2006-11-12  Bruno Haible  <bruno@clisp.org>
5702
5703         * gnulib-tool: New option --local-symlink.
5704         (func_usage): Document it.
5705         (lsymbolic): New variable.
5706         (func_import, func_create_testdir): If --symlink was not specified,
5707         test whether --local-symlink was specified and the file comes from
5708         the local_gnulib_dir.
5709
5710 2006-11-12  Bruno Haible  <bruno@clisp.org>
5711
5712         * gnulib-tool (func_ln): New function.
5713         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
5714
5715 2006-11-12  Bruno Haible  <bruno@clisp.org>
5716
5717         Finish support for source files in subdirectories.
5718         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
5719         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
5720         AUTOMAKE_OPTIONS.
5721         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
5722
5723 2006-11-12  Bruno Haible  <bruno@clisp.org>
5724
5725         * gnulib-tool (func_get_automake_snippet): Synthesize also an
5726         EXTRA_lib_SOURCES augmentation.
5727         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
5728
5729 2006-11-12  Jim Meyering  <jim@meyering.net>
5730
5731         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
5732         file descriptors.  This also averts a failure on systems with
5733         native openat support when a traversed directory lacks "x" access.
5734         * lib/fts_.h: Include "i-ring.h"
5735         (struct FTS) [fts_fd_ring]: New member.
5736         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
5737         (FCHDIR): Add parentheses.
5738         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
5739         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
5740         When descending, rather than simply closing the previous
5741         fts_cwd_fd value, push that file descriptor onto the ring.
5742         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
5743         (fts_open): Initialize the new fd_ring member.
5744         (fts_close): Clear the ring.
5745         (fts_safe_changedir): When possible, use our new fd_ring to skip
5746         the diropen and fstat and dev/ino comparison that would normally
5747         accompany a virtual `chdir ("..")'.
5748
5749         * modules/fts (Depends-on): Add i-ring.
5750         * modules/i-ring: New module.
5751         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
5752         * m4/i-ring.m4: New file.
5753
5754 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5755
5756         * gnulib-tool (func_create_testdir): Fix replacement of
5757         `build-aux' in configure.ac.  Run autotools in gltests
5758         subdirectory.
5759         (func_create_testdir, func_create_megatestdir, test): There is
5760         no need for '--force' in most autotool invocations in a new
5761         tree.  Actually fail the whole test if any of the tools, or the
5762         configure or make stages fail.
5763
5764         Sync from Automake.
5765         * build-aux/gnupload: Revert last change.  Add pointer to upload
5766         instructions of the GNU Maintenance Instructions.
5767         Suggestion by Karl Berry.
5768
5769 2006-11-10  Jim Meyering  <jim@meyering.net>
5770
5771         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
5772
5773 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5774
5775         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
5776         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
5777         (bind_textdomain_codeset) [! ENABLE_NLS]:
5778         Evaluate all the arguments.  That way, callers get compatible behavior
5779         if the arguments have side effects.  Also, it avoids some GCC
5780         diagnostics in some cases; Joel E. Denny reported problems when Bison
5781         was configured with --enable-gcc-warnigs.
5782
5783 2006-11-10  Jim Meyering  <jim@meyering.net>
5784
5785         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
5786         relevant options in CFLAGS (like -O, -fno-inline) are taken into
5787         account.
5788
5789 2006-11-10  Jim Meyering  <jim@meyering.net>
5790
5791         * modules/inline: New file/module.
5792         * modules/xalloc (Files): Remove m4/inline.m4.
5793         (Depends-on): Add inline, instead.
5794         * modules/oset: Likewise.
5795         * modules/list: Likewise.
5796
5797 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5798
5799         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
5800         Problem reported by Matthew Woehlke.
5801
5802 2006-11-09  Bruno Haible  <bruno@clisp.org>
5803
5804         * lib/tempname.c (gen_tempname): Remove variant that invokes
5805         __gen_tempname.
5806         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
5807         __gen_tempname.
5808
5809 2006-11-08  Bruno Haible  <bruno@clisp.org>
5810
5811         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
5812         to 'yes' instead of 'cross-compiling'.
5813
5814 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
5815
5816         * lib/quotearg.h (quotearg_free): New decl.
5817         * lib/quotearg.c (quotearg_free): New function.
5818         (slot0, nslots, slotvec0, slotvec):
5819         Now file-scope so that quotearg_free can get at them.
5820
5821 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5822
5823         Sync from Automake.
5824         * build-aux/gnupload: Add missing 'gnu' to example URL.
5825         Report by Karl Berry.
5826
5827 2006-11-08  Bruno Haible  <bruno@clisp.org>
5828
5829         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
5830         Suggested by Paul Eggert.
5831
5832 2006-11-08  Jim Meyering  <jim@meyering.net>
5833
5834         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
5835         It's already included if !_LIBC.
5836         (fts_safe_changedir): Add a comment.
5837
5838 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5839
5840         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
5841         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
5842         Matthew Woehlke.
5843
5844         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
5845         definitions up, to avoid colliding with change below.
5846         (static_inline) [HAVE_INLINE]: New macro.
5847         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
5848         Provide extern decls when !HAVE_INLINE.  Do not define unless
5849         static_inline is defined, either by us or by xmalloc.c.  Use
5850         static_inline rather than static inline.
5851         (XCALLOC): Optimize sizeof(T) = 1 case.
5852         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
5853
5854 2006-11-07  Bruno Haible  <bruno@clisp.org>
5855
5856         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
5857         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
5858         AC_C_INLINE.
5859         * modules/xalloc (Files): Add m4/inline.m4.
5860
5861 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5862
5863         * README: Fix typo.
5864         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
5865         (Miscellanous Notes): ...from this.
5866
5867 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5868
5869         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
5870         Mention that offsetof should be used instead of sizeof.
5871         From Bruno Haible.
5872
5873 2006-11-07  Bruno Haible  <bruno@clisp.org>
5874
5875         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
5876
5877 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5878
5879         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5880         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
5881         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5882         (gl_tree_add_before, gl_tree_add_after):
5883         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
5884         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
5885         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5886         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
5887         (gl_linked_add_after, gl_linked_add_at): Likewise.
5888         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
5889         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5890         (gl_tree_add_before, gl_tree_add_after): Likewise.
5891         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
5892         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
5893         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5894
5895 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5896
5897         * lib/gl_oset.h: Use C comment style, not C++ comment style.
5898
5899 2006-11-06  Bruno Haible  <bruno@clisp.org>
5900
5901         * m4/inline.m4: New file.
5902         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
5903         * modules/list (Files): Add m4/inline.m4.
5904         * modules/oset (Files): Likewise.
5905
5906 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5907
5908         * lib/idcache.c: Include <stddef.h>, for offsetof.
5909         (struct userid.name): Change from char * to a flexible array member.
5910         All uses changed.
5911         * modules/idcache (Depends-on): Add flexmember.
5912
5913         * MODULES.html.sh (Core language properties): New module flexmember.
5914         * modules/flexmember, m4/flexmember.m4: New files.
5915
5916         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
5917         inline functions that are identical with the old xnmalloc_inline,
5918         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
5919         that we can avoid some unnecessary integer multiplications and
5920         divisions in the common case where the element size is known at
5921         compile time.
5922         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
5923         needed.
5924         (xnboundedmalloc): Remove.
5925         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
5926         arguments, for consistency with rest of this header.
5927         (xcharalloc): Rewrite using XNMALLOC.
5928         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
5929         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
5930         versions have been moved to lib/xalloc.h and renamed to be the
5931         non-*_inline versions.
5932         (xmalloc, xrealloc): Implement without reference to the xnmalloc
5933         and xnrealloc functions, since those functions are now inline and
5934         now call us.
5935         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
5936         renaming described above.
5937         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
5938         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
5939         captures the dependency in AC_C_INLINE.
5940
5941         New module canonicalize-lgpl, proposed by Charles Wilson in
5942         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
5943         with a few small changes afterwards.
5944         * MODULES.html.sh (File system functions): New module
5945         canonicalize-lgpl.
5946         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
5947         and canonicalize_file_name.
5948         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
5949         * modules/canonicalize-lgpl: New files.
5950
5951 2006-11-05  Bruno Haible  <bruno@clisp.org>
5952
5953         * gnulib-tool (func_import, func_create_testdir): Create directories
5954         also for files in subdirectories of lib/.
5955
5956 2006-11-05  Bruno Haible  <bruno@clisp.org>
5957
5958         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
5959         ANSI C compliant.
5960
5961 2006-11-03  Bruno Haible  <bruno@clisp.org>
5962
5963         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5964         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
5965         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
5966         (xnboundedmalloc): New inline function.
5967         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
5968         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
5969         xmalloc.
5970         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
5971         xmalloc.
5972         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
5973         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
5974         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
5975         xmalloc.
5976         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5977         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
5978         xmalloc.
5979         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
5980         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5981         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
5982         xmalloc.
5983         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5984         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
5985         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5986         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
5987         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
5988         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
5989         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
5990
5991 2006-11-03  Bruno Haible  <bruno@clisp.org>
5992
5993         * lib/c-ctype.h [C++]: Define functions without name mangling.
5994         * lib/fwriteerror.h [C++]: Likewise.
5995         * lib/gcd.h [C++]: Likewise.
5996         * lib/linebreak.h [C++]: Likewise.
5997
5998 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
5999
6000         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
6001         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
6002         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
6003         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6004         Check for functions and headers just once.
6005         Check for declaration of canonicalize_file_name.
6006         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
6007
6008 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6009
6010         * gnulib-tool (func_import): Fix typo in actioncmd.
6011
6012 2006-11-02  Bruno Haible  <bruno@clisp.org>
6013
6014         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
6015         newline sequence in the Makefile.am snippet as a space, like "make"
6016         does.
6017         Reported by Roger Persson <perrog@gmail.com>.
6018
6019 2006-11-01  Bruno Haible  <bruno@clisp.org>
6020
6021         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
6022         already declared in <string.h>.
6023         * lib/strcase.h (strncasecmp): Don't declare it if yes.
6024
6025 2006-11-01  Bruno Haible  <bruno@clisp.org>
6026
6027         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
6028         * lib/strcase.h: Include <string.h>.
6029         (strcasecmp): Define to rpl_strcasecmp here.
6030
6031 2006-11-01  Bruno Haible  <bruno@clisp.org>
6032
6033         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
6034
6035 2006-11-01  Eric Blake  <ebb9@byu.net>
6036
6037         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
6038
6039         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
6040
6041 2006-10-29  Bruno Haible  <bruno@clisp.org>
6042
6043         Make it compile in C++ mode.
6044         * lib/full-write.c (full_rw): Add a cast.
6045
6046 2006-11-01  Bruno Haible  <bruno@clisp.org>
6047
6048         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
6049         be POSIX compliant.
6050         Reported by Roger Persson <perrog@gmail.com>.
6051
6052 2006-11-01  Eric Blake  <ebb9@byu.net>
6053
6054         * lib/getopt_.h: Fix comments.
6055
6056 2006-10-31  Eric Blake  <ebb9@byu.net>
6057
6058         * modules/tmpdir (Depends-on): Add sys_stat.
6059         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
6060         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
6061         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
6062         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
6063         tempname.
6064
6065 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
6066
6067         Avoid some C++ diagnostics reported by Bruno Haible.
6068         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
6069         xmalloc.
6070         (quotearg_alloc): Use xcharalloc rather than xmalloc.
6071         (struct slotvec): Move to top level.
6072         (quotearg_n_options): Rewrite to avoid xmalloc.
6073         * lib/xalloc.h (xcharalloc): New function.
6074         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
6075         [defined __cplusplus]: Add function template that provides result
6076         type propagation.  This part of the change is from Bruno Haible.
6077
6078 2006-10-29  Bruno Haible  <bruno@clisp.org>
6079
6080         Make it compile in C++ mode.
6081         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
6082         * lib/strnlen1.c (strnlen1): Cast memchr result.
6083         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
6084         * lib/clean-temp.c (string_equals, string_hash): Add casts.
6085         (create_temp_dir): Rename local variable 'template'.
6086         (compile_csharp_using_sscli): Add cast.
6087         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
6088         * lib/findprog.c (find_in_path): Likewise.
6089         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
6090         * lib/wait-process.c (register_slave_subprocess): Likewise.
6091
6092 2006-10-22  Bruno Haible  <bruno@clisp.org>
6093
6094         * modules/tsearch: New file.
6095         * lib/tsearch.h: New file.
6096         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
6097         * m4/tsearch.m4: New file.
6098         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
6099
6100 2006-10-29  Eric Blake  <ebb9@byu.net>
6101
6102         * lib/arcfour.c: Assume config.h.
6103         * lib/arctwo.c: Likewise.
6104         * lib/base64.c: Likewise.
6105         * lib/check-version.c: Likewise.
6106         * lib/crc.c: Likewise.
6107         * lib/des.c: Likewise.
6108         * lib/gc-gnulib.c: Likewise.
6109         * lib/gc-libgcrypt.c: Likewise.
6110         * lib/gc-pbkdf2-sha1.c: Likewise.
6111         * lib/getaddrinfo.c: Likewise.
6112         * lib/getdelim.c: Likewise.
6113         * lib/getline.c: Likewise.
6114         * lib/hmac-md5.c: Likewise.
6115         * lib/hmac-sha1.c: Likewise.
6116         * lib/iconvme.c: Likewise.
6117         * lib/md2.c: Likewise.
6118         * lib/md4.c: Likewise.
6119         * lib/memxor.c: Likewise.
6120         * lib/read-file.c: Likewise.
6121         * lib/readline.c: Likewise.
6122         * lib/rijndael-alg-fst.c: Likewise.
6123         * lib/rijndael-api-fst.c: Likewise.
6124         * lib/xgetdomainname.c: Likewise.
6125
6126 2006-10-28  Eric Blake  <ebb9@byu.net>
6127
6128         * lib/xstrndup.c: Assume config.h.
6129
6130 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
6131
6132         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
6133         stat-macros.h is now for our own macros, whereas stat_h is for
6134         macros in the <sys/stat.h> name space.
6135         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
6136         (STAT_MACROS_H): Remove.
6137         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
6138         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
6139         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
6140         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
6141         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
6142         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
6143         Move these macros to ...
6144         * lib/stat_.h: here.  Don't include stat-macros.h.
6145         * lib/canonicalize.c: Don't include stat-macros.h.
6146         * lib/chown.c: Likewise.
6147         * lib/euidaccess.c: Likewise.
6148         * lib/file-type.c: Likewise.
6149         * lib/filemode.c: Likewise.
6150         * lib/glob.c: Likewise.
6151         * lib/isapipe.c: Likewise.
6152         * lib/lchown.c: Likewise.
6153         * lib/lstat.c: Likewise.
6154         * lib/mkdir-p.c: Likewise.
6155         * lib/rmdir.c: Likewise.
6156         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
6157         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
6158         unless mkdir isn't declared, to speed up 'configure'.
6159         Always create sys/stat.h, since it's unlikely any real sys/stat.h
6160         would define all the S_* symbols.
6161         * modules/canonicalize (Depends-on):
6162         Depend on sys_stat, not stat-macros.
6163         * modules/chown: Likewise.
6164         * modules/euidaccess: Likewise.
6165         * modules/filemode: Likewise.
6166         * modules/file-type: Likewise.
6167         * modules/glob: Likewise.
6168         * modules/isapipe: Likewise.
6169         * modules/lchown: Likewise.
6170         * modules/lstat: Likewise.
6171         * modules/mkancesdirs: Likewise.
6172         * modules/rmdir: Likewise.
6173         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
6174         * modules/modechange: Likewise.
6175         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
6176         (configure.ac): Remove gl_STAT_MACROS.
6177         * modules/sys_stat (Depends-on): Remove stat-macros.
6178
6179 2006-10-27  Bruno Haible  <bruno@clisp.org>
6180
6181         * m4/signed.m4: Remove file.
6182         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
6183         invocation.
6184         * modules/vasnprintf (Files): Remove m4/signed.m4.
6185
6186 2006-10-27  Bruno Haible  <bruno@clisp.org>
6187
6188         Update to GNU gettext 0.16.
6189         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
6190         m4/inttypes-h.m4, m4/signed.m4.
6191         * m4/gettext.m4: Update to GNU gettext 0.16.
6192         * m4/intl.m4: New file, from GNU gettext.
6193         * m4/intldir.m4: New file, from GNU gettext.
6194         * config/srclist.txt: Update
6195
6196 2006-10-27  Eric Blake  <ebb9@byu.net>
6197
6198         * MODULES.html.sh: Document tempname.
6199         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
6200         dependencies.
6201         (Files): Move lib/tempname.c...
6202         * modules/tempname: ...to this new module.
6203         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
6204         (gl_PREREQ_TEMPNAME): Move...
6205         * m4/tempname.m4: ...to this new file.
6206         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
6207         * modules/sys_stat (Depends-on): Add stat-macros.
6208         * lib/stat_.h (includes): Pick up stat macros.
6209         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
6210         if stat macros are broken.
6211         * lib/tempname.c (includes): No need to include "stat-macros.h".
6212         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
6213         (direxists, __path_search) [!_LIBC]: Don't compile these in
6214         gnulib; the tmpdir module covers that.
6215         * lib/tempname.h: New file.
6216
6217 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
6218
6219         * COPYING: Explain how gnulib-tool converts licence headers.
6220         Almost all wording by Eric Blake.
6221
6222 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
6223
6224         * lib/mbchar.h (is_basic_table): Make read-only.
6225         * lib/mbchar.c (is_basic_table): Likewise.
6226         Reported by John Darrington.
6227
6228 2006-10-25  Bruno Haible  <bruno@clisp.org>
6229
6230         * lib/progname.h (set_program_name): Undefine before defining.
6231
6232 2006-10-25  Bruno Haible  <bruno@clisp.org>
6233
6234         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
6235         false for non-gcc C++ compilers.
6236         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
6237
6238 2006-10-24  Bruno Haible  <bruno@clisp.org>
6239
6240         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
6241         iconv implementations like Irix iconv.
6242
6243 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6244
6245         * modules/vararrays: New file.
6246         * m4/vararrays.m4: New file, taken from diffutils.
6247         * MODULES.html.sh: New module vararrays.
6248
6249 2006-10-24  Karl Berry  <karl@gnu.org>
6250
6251         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
6252         Don't call GNU Unix.
6253
6254 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6255
6256         * users.txt: Add Libtool.
6257
6258         Sync from Libtool:
6259
6260         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6261
6262         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
6263         to gnulib's policy of including config.h unconditionally.
6264
6265 2006-10-24  Bruno Haible  <bruno@clisp.org>
6266
6267         * modules/wcwidth (Files): Add m4/wint_t.m4.
6268         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
6269         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
6270
6271 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6272
6273         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
6274         to pacify GCC with some -W flags enabled.  Problem reported by
6275         Bruno Haible.
6276
6277 2006-10-24  Jim Meyering  <jim@meyering.net>
6278
6279         * MODULES.html.sh: Remove uinttostr.  It's not a module.
6280         Reported by Karl Berry.
6281
6282 2006-10-23  Bruno Haible  <bruno@clisp.org>
6283
6284         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
6285
6286 2006-10-24  Bruno Haible  <bruno@clisp.org>
6287
6288         * lib/gl_list.h: Use C comment style, not C++ comment style.
6289
6290 2006-10-23  Eric Blake  <ebb9@byu.net>
6291
6292         * lib/getaddrinfo.c (includes): Add missing include.
6293
6294 2006-10-23  Bruno Haible  <bruno@clisp.org>
6295             Paul Eggert  <eggert@cs.ucla.edu>
6296
6297         Ability to rename obstack_free.
6298         * lib/obstack.h (__obstack_free): New macro. Declare instead of
6299         obstack_free.
6300         (obstack_free): Invoke the __obstack_free macro.
6301         * lib/obstack.c (obstack_free): Use __obstack_free macro.
6302
6303 2006-10-23  Bruno Haible  <bruno@clisp.org>
6304             Paul Eggert  <eggert@cs.ucla.edu>
6305
6306         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
6307         __argc, __argv from the declaration. (They are defined as macros on
6308         mingw.)
6309
6310 2006-10-22  Bruno Haible  <bruno@clisp.org>
6311
6312         * doc/gnulib-intro.texi: New file.
6313         * doc/gnulib.texi: Include it.
6314
6315 2006-10-21  Bruno Haible  <bruno@clisp.org>
6316
6317         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
6318         "Introduction", "Miscellanous Notes", "Particular Modules".
6319
6320 2006-10-21  Bruno Haible  <bruno@clisp.org>
6321
6322         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6323         Change mostlyclean-local rule to avoid sh syntax error from bash
6324         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
6325
6326 2006-10-23  Jim Meyering  <jim@meyering.net>
6327
6328         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
6329         in place of snprintf.
6330
6331         * modules/inttostr (Files): Add lib/uinttostr.c.
6332         * lib/uinttostr.c (inttostr): New file/function.
6333         * lib/inttostr.h (uinttostr): Declare.
6334         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
6335         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
6336         Add uinttostr.
6337         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
6338
6339 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6340
6341         * lib/canonicalize.c (ELOOP): Define if not already defined.
6342         Problem reported by Bruno Haible in
6343         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
6344
6345 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6346
6347         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
6348         Problem reported by Perry Smith and Ville Laurikari.
6349
6350         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
6351         uses.
6352
6353 2006-10-19  Bruno Haible  <bruno@clisp.org>
6354
6355         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
6356         for mingw.
6357
6358 2006-10-19  Bruno Haible  <bruno@clisp.org>
6359
6360         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
6361         Needed for mingw.
6362
6363 2006-10-19  Bruno Haible  <bruno@clisp.org>
6364
6365         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
6366
6367 2006-10-19  Bruno Haible  <bruno@clisp.org>
6368
6369         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
6370         it.
6371
6372 2006-10-19  Bruno Haible  <bruno@clisp.org>
6373
6374         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
6375         invocation.
6376
6377 2006-10-19  Bruno Haible  <bruno@clisp.org>
6378
6379         * gnulib-tool (func_create_testdir): Don't include ftruncate and
6380         mountlist by default.
6381
6382 2006-10-16  Bruno Haible  <bruno@clisp.org>
6383
6384         * lib/c-strstr.c: Include c-strstr.h.
6385
6386 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6387
6388         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
6389         in a slash.
6390
6391 2006-10-18  Bruno Haible  <bruno@clisp.org>
6392
6393         * lib/lock.h [C++]: Wrap definitions in extern "C".
6394
6395 2006-10-18  Bruno Haible  <bruno@clisp.org>
6396
6397         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
6398         gl_LIBOBJS list.
6399
6400 2006-10-18  Bruno Haible  <bruno@clisp.org>
6401
6402         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
6403
6404 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
6405
6406         * lib/xstrtol.h: Include gettext.h.
6407         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
6408         Problem reported by Eric Blake.
6409         * modules/xstrtol (Depends-on): Add gettext-h.
6410
6411 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
6412
6413         * lib/strftime.c (advance): New macro.
6414         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
6415         incomplete type, so you can't add 0 to it.  Problem and patch
6416         reported by Eelco Dolstra for dietlibc.
6417
6418 2006-10-18  Jim Meyering  <jim@meyering.net>
6419
6420         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
6421         type for a local, and rename it: s/up/user_proc/.
6422
6423 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
6424
6425         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
6426         READ_UTMP_USER_PROCESS.
6427         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
6428
6429 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
6430
6431         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
6432         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
6433
6434 2006-10-17  Eric Blake  <ebb9@byu.net>
6435
6436         * lib/sigprocmask.c (sigprocmask): Fix typo.
6437
6438         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
6439
6440         * modules/clean-temp (Makefile.am): Don't add to make output...
6441         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
6442         config.h.
6443
6444 2006-10-17  Bruno Haible  <bruno@clisp.org>
6445
6446         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
6447         differently if DEFAULT_TEXT_DOMAIN is set.
6448
6449 2006-10-16  Bruno Haible  <bruno@clisp.org>
6450
6451         * lib/clean-temp.c: Include fwriteerror.h.
6452
6453 2006-10-16  Bruno Haible  <bruno@clisp.org>
6454
6455         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
6456
6457 2006-10-16  Bruno Haible  <bruno@clisp.org>
6458
6459         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
6460         * lib/sigprocmask.h: Include <sys/types.h>.
6461         (sigset_t): Use the system's definition if present.
6462
6463 2006-10-17  Eric Blake  <ebb9@byu.net>
6464
6465         * lib/xvasprintf.c (includes): Assume config.h.
6466         * lib/xasprintf.c (includes): Likewise.
6467
6468 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6469
6470         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
6471         at least as wide as intmax_t.
6472
6473 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
6474
6475         (Imported from Automake.)
6476         * build-aux/gnupload: Update to version 1.1 of directive file.
6477
6478 2006-10-16  Eric Blake  <ebb9@byu.net>
6479
6480         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
6481         match Automake 1.10a.
6482
6483 2006-10-14  Bruno Haible  <bruno@clisp.org>
6484
6485         * modules/sigprocmask: New file.
6486         * lib/sigprocmask.h: New file.
6487         * lib/sigprocmask.c: New file.
6488         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
6489         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
6490         request sigprocmask.o.
6491         (gl_PREREQ_SIGPROCMASK): New macro.
6492         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
6493         (Depends-on): Add sigprocmask.
6494         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
6495         gt_SIGNALBLOCKING. Test for 'raise' only once.
6496         * lib/fatal-signal.c: Include sigprocmask.h.
6497         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
6498         unblock_fatal_signals): Define always.
6499         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6500         sigprocmask.
6501
6502 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
6503
6504         Sync from Automake.
6505         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
6506         which incorrectly sets the mode of an existing destination
6507         directory.  In some cases the unpatched install-sh could do the
6508         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
6509         system.  We hope this is rare in practice, but it's clearly worth
6510         fixing.  Problem reported by Alex Unleashed in
6511         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
6512         Also, don't bother to check for -m bugs unless we're using -m;
6513         suggested by Stepan Kasal.
6514
6515 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6516
6517         Sync from Automake.
6518         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
6519         `-c' flag, so they appear at the same position as in %FASTDEP%
6520         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
6521         which ignores unknown options only after the first non-option.
6522         Bug report against M4 by Nelson H. F. Beebe.
6523
6524 2006-10-13  Jim Meyering  <jim@meyering.net>
6525
6526         Fix a bug in yesterday's change.
6527         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
6528         p->fts_statp->st_dev would be used uninitialized.
6529         Ensures that we always call fts_stat on the very first entry.
6530         Miklos Szeredi reported that find -xdev stopped working.
6531
6532 2006-10-12  Bruno Haible  <bruno@clisp.org>
6533
6534         * gnulib-tool (func_get_automake_snippet): Append an automatically
6535         computed EXTRA_DIST augmentation.
6536         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
6537         * modules/alloca-opt (Makefile.am): Likewise.
6538         * modules/allocsa (Makefile.am): Likewise.
6539         * modules/arcfour (Makefile.am): Likewise.
6540         * modules/arctwo (Makefile.am): Likewise.
6541         * modules/argmatch (Makefile.am): Likewise.
6542         * modules/argz (Makefile.am): Likewise.
6543         * modules/atexit (Makefile.am): Likewise.
6544         * modules/backupfile (Makefile.am): Likewise.
6545         * modules/byteswap (Makefile.am): Likewise.
6546         * modules/c-strtod (Makefile.am): Likewise.
6547         * modules/c-strtold (Makefile.am): Likewise.
6548         * modules/calloc (Makefile.am): Likewise.
6549         * modules/canon-host (Makefile.am): Likewise.
6550         * modules/canonicalize (Makefile.am): Likewise.
6551         * modules/chdir-long (Makefile.am): Likewise.
6552         * modules/chdir-safer (Makefile.am): Likewise.
6553         * modules/check-version (Makefile.am): Likewise.
6554         * modules/chown (Makefile.am): Likewise.
6555         * modules/cloexec (Makefile.am): Likewise.
6556         * modules/close-stream (Makefile.am): Likewise.
6557         * modules/closeout (Makefile.am): Likewise.
6558         * modules/crc (Makefile.am): Likewise.
6559         * modules/csharpexec (Makefile.am): Likewise.
6560         * modules/cycle-check (Makefile.am): Likewise.
6561         * modules/des (Makefile.am): Likewise.
6562         * modules/dev-ino (Makefile.am): Likewise.
6563         * modules/dirfd (Makefile.am): Likewise.
6564         * modules/dirname (Makefile.am): Likewise.
6565         * modules/dup2 (Makefile.am): Likewise.
6566         * modules/eealloc (Makefile.am): Likewise.
6567         * modules/error (Makefile.am): Likewise.
6568         * modules/euidaccess (Makefile.am): Likewise.
6569         * modules/exclude (Makefile.am): Likewise.
6570         * modules/exitfail (Makefile.am): Likewise.
6571         * modules/fcntl-safer (Makefile.am): Likewise.
6572         * modules/fcntl (Makefile.am): Likewise.
6573         * modules/file-type (Makefile.am): Likewise.
6574         * modules/fileblocks (Makefile.am): Likewise.
6575         * modules/filemode (Makefile.am): Likewise.
6576         * modules/filenamecat (Makefile.am): Likewise.
6577         * modules/fnmatch (Makefile.am): Likewise.
6578         * modules/fopen-safer (Makefile.am): Likewise.
6579         * modules/fpending (Makefile.am): Likewise.
6580         * modules/fprintftime (Makefile.am): Likewise.
6581         * modules/free (Makefile.am): Likewise.
6582         * modules/fsusage (Makefile.am): Likewise.
6583         * modules/ftruncate (Makefile.am): Likewise.
6584         * modules/fts (Makefile.am): Likewise.
6585         * modules/gc-arcfour (Makefile.am): Likewise.
6586         * modules/gc-des (Makefile.am): Likewise.
6587         * modules/gc-hmac-md5 (Makefile.am): Likewise.
6588         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
6589         * modules/gc-md4 (Makefile.am): Likewise.
6590         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6591         * modules/gc-sha1 (Makefile.am): Likewise.
6592         * modules/gc (Makefile.am): Likewise.
6593         * modules/getaddrinfo (Makefile.am): Likewise.
6594         * modules/getcwd (Makefile.am): Likewise.
6595         * modules/getdelim (Makefile.am): Likewise.
6596         * modules/getdomainname (Makefile.am): Likewise.
6597         * modules/getgroups (Makefile.am): Likewise.
6598         * modules/gethostname (Makefile.am): Likewise.
6599         * modules/gethrxtime (Makefile.am): Likewise.
6600         * modules/getline (Makefile.am): Likewise.
6601         * modules/getloadavg (Makefile.am): Likewise.
6602         * modules/getlogin_r (Makefile.am): Likewise.
6603         * modules/getndelim2 (Makefile.am): Likewise.
6604         * modules/getopt (Makefile.am): Likewise.
6605         * modules/getpagesize (Makefile.am): Likewise.
6606         * modules/getpass-gnu (Makefile.am): Likewise.
6607         * modules/getpass (Makefile.am): Likewise.
6608         * modules/getsubopt (Makefile.am): Likewise.
6609         * modules/gettime (Makefile.am): Likewise.
6610         * modules/gettimeofday (Makefile.am): Likewise.
6611         * modules/getugroups (Makefile.am): Likewise.
6612         * modules/getusershell (Makefile.am): Likewise.
6613         * modules/glob (Makefile.am): Likewise.
6614         * modules/group-member (Makefile.am): Likewise.
6615         * modules/hard-locale (Makefile.am): Likewise.
6616         * modules/hash (Makefile.am): Likewise.
6617         * modules/hmac-md5 (Makefile.am): Likewise.
6618         * modules/hmac-sha1 (Makefile.am): Likewise.
6619         * modules/human (Makefile.am): Likewise.
6620         * modules/idcache (Makefile.am): Likewise.
6621         * modules/imaxabs (Makefile.am): Likewise.
6622         * modules/imaxdiv (Makefile.am): Likewise.
6623         * modules/inet_ntop (Makefile.am): Likewise.
6624         * modules/inet_pton (Makefile.am): Likewise.
6625         * modules/intprops (Makefile.am): Likewise.
6626         * modules/inttostr (Makefile.am): Likewise.
6627         * modules/inttypes (Makefile.am): Likewise.
6628         * modules/isapipe (Makefile.am): Likewise.
6629         * modules/javaversion (Makefile.am): Likewise.
6630         * modules/lchmod (Makefile.am): Likewise.
6631         * modules/lchown (Makefile.am): Likewise.
6632         * modules/localcharset (Makefile.am): Likewise.
6633         * modules/long-options (Makefile.am): Likewise.
6634         * modules/lstat (Makefile.am): Likewise.
6635         * modules/malloc (Makefile.am): Likewise.
6636         * modules/mathl (Makefile.am): Likewise.
6637         * modules/mbchar (Makefile.am): Likewise.
6638         * modules/md2 (Makefile.am): Likewise.
6639         * modules/md4 (Makefile.am): Likewise.
6640         * modules/md5 (Makefile.am): Likewise.
6641         * modules/memcasecmp (Makefile.am): Likewise.
6642         * modules/memchr (Makefile.am): Likewise.
6643         * modules/memcmp (Makefile.am): Likewise.
6644         * modules/memcoll (Makefile.am): Likewise.
6645         * modules/memcpy (Makefile.am): Likewise.
6646         * modules/memmem (Makefile.am): Likewise.
6647         * modules/memmove (Makefile.am): Likewise.
6648         * modules/mempcpy (Makefile.am): Likewise.
6649         * modules/memrchr (Makefile.am): Likewise.
6650         * modules/memset (Makefile.am): Likewise.
6651         * modules/memxor (Makefile.am): Likewise.
6652         * modules/mkancesdirs (Makefile.am): Likewise.
6653         * modules/mkdir-p (Makefile.am): Likewise.
6654         * modules/mkdir (Makefile.am): Likewise.
6655         * modules/mkdtemp (Makefile.am): Likewise.
6656         * modules/mkstemp (Makefile.am): Likewise.
6657         * modules/mktime (Makefile.am): Likewise.
6658         * modules/modechange (Makefile.am): Likewise.
6659         * modules/mountlist (Makefile.am): Likewise.
6660         * modules/nanosleep (Makefile.am): Likewise.
6661         * modules/obstack (Makefile.am): Likewise.
6662         * modules/openat (Makefile.am): Likewise.
6663         * modules/pagealign_alloc (Makefile.am): Likewise.
6664         * modules/pathmax (Makefile.am): Likewise.
6665         * modules/physmem (Makefile.am): Likewise.
6666         * modules/poll (Makefile.am): Likewise.
6667         * modules/posixtm (Makefile.am): Likewise.
6668         * modules/posixver (Makefile.am): Likewise.
6669         * modules/putenv (Makefile.am): Likewise.
6670         * modules/quote (Makefile.am): Likewise.
6671         * modules/quotearg (Makefile.am): Likewise.
6672         * modules/raise (Makefile.am): Likewise.
6673         * modules/read-file (Makefile.am): Likewise.
6674         * modules/readline (Makefile.am): Likewise.
6675         * modules/readlink (Makefile.am): Likewise.
6676         * modules/readtokens (Makefile.am): Likewise.
6677         * modules/readutmp (Makefile.am): Likewise.
6678         * modules/realloc (Makefile.am): Likewise.
6679         * modules/regex (Makefile.am): Likewise.
6680         * modules/rename-dest-slash (Makefile.am): Likewise.
6681         * modules/rename (Makefile.am): Likewise.
6682         * modules/rijndael (Makefile.am): Likewise.
6683         * modules/rmdir (Makefile.am): Likewise.
6684         * modules/rpmatch (Makefile.am): Likewise.
6685         * modules/safe-read (Makefile.am): Likewise.
6686         * modules/safe-write (Makefile.am): Likewise.
6687         * modules/same-inode (Makefile.am): Likewise.
6688         * modules/same (Makefile.am): Likewise.
6689         * modules/save-cwd (Makefile.am): Likewise.
6690         * modules/savedir (Makefile.am): Likewise.
6691         * modules/setenv (Makefile.am): Likewise.
6692         * modules/settime (Makefile.am): Likewise.
6693         * modules/sha1 (Makefile.am): Likewise.
6694         * modules/sig2str (Makefile.am): Likewise.
6695         * modules/snprintf (Makefile.am): Likewise.
6696         * modules/stat-macros (Makefile.am): Likewise.
6697         * modules/stat-time (Makefile.am): Likewise.
6698         * modules/stdbool (Makefile.am): Likewise.
6699         * modules/stdint (Makefile.am): Likewise.
6700         * modules/stdlib-safer (Makefile.am): Likewise.
6701         * modules/stpcpy (Makefile.am): Likewise.
6702         * modules/stpncpy (Makefile.am): Likewise.
6703         * modules/strcase (Makefile.am): Likewise.
6704         * modules/strcasestr (Makefile.am): Likewise.
6705         * modules/strchrnul (Makefile.am): Likewise.
6706         * modules/strcspn (Makefile.am): Likewise.
6707         * modules/strdup (Makefile.am): Likewise.
6708         * modules/strerror (Makefile.am): Likewise.
6709         * modules/strftime (Makefile.am): Likewise.
6710         * modules/strndup (Makefile.am): Likewise.
6711         * modules/strnlen (Makefile.am): Likewise.
6712         * modules/strpbrk (Makefile.am): Likewise.
6713         * modules/strsep (Makefile.am): Likewise.
6714         * modules/strstr (Makefile.am): Likewise.
6715         * modules/strtod (Makefile.am): Likewise.
6716         * modules/strtoimax (Makefile.am): Likewise.
6717         * modules/strtok_r (Makefile.am): Likewise.
6718         * modules/strtol (Makefile.am): Likewise.
6719         * modules/strtoll (Makefile.am): Likewise.
6720         * modules/strtoul (Makefile.am): Likewise.
6721         * modules/strtoull (Makefile.am): Likewise.
6722         * modules/strtoumax (Makefile.am): Likewise.
6723         * modules/strverscmp (Makefile.am): Likewise.
6724         * modules/sys_socket (Makefile.am): Likewise.
6725         * modules/sys_stat (Makefile.am): Likewise.
6726         * modules/sysexits (Makefile.am): Likewise.
6727         * modules/time_r (Makefile.am): Likewise.
6728         * modules/timegm (Makefile.am): Likewise.
6729         * modules/timespec (Makefile.am): Likewise.
6730         * modules/tmpfile-safer (Makefile.am): Likewise.
6731         * modules/trim (Makefile.am): Likewise.
6732         * modules/unistd-safer (Makefile.am): Likewise.
6733         * modules/unlinkdir (Makefile.am): Likewise.
6734         * modules/unlocked-io (Makefile.am): Likewise.
6735         * modules/userspec (Makefile.am): Likewise.
6736         * modules/utime (Makefile.am): Likewise.
6737         * modules/utimecmp (Makefile.am): Likewise.
6738         * modules/utimens (Makefile.am): Likewise.
6739         * modules/vasnprintf (Makefile.am): Likewise.
6740         * modules/vasprintf (Makefile.am): Likewise.
6741         * modules/vsnprintf (Makefile.am): Likewise.
6742         * modules/xalloc (Makefile.am): Likewise.
6743         * modules/xgetcwd (Makefile.am): Likewise.
6744         * modules/xnanosleep (Makefile.am): Likewise.
6745         * modules/xreadlink (Makefile.am): Likewise.
6746         * modules/xstrtod (Makefile.am): Likewise.
6747         * modules/xstrtol (Makefile.am): Likewise.
6748         * modules/xstrtold (Makefile.am): Likewise.
6749         * modules/yesno (Makefile.am): Likewise.
6750         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
6751
6752 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6753
6754         * modules/error (Makefile.am): Distribute files through
6755         EXTRA_DIST, not lib_SOURCES.
6756
6757 2006-10-12  Eric Blake  <ebb9@byu.net>
6758
6759         * modules/error (Makefile.am): Distribute files in /lib.
6760         * modules/obstack (Makefile.am): Likewise.
6761
6762 2006-10-12  Bruno Haible  <bruno@clisp.org>
6763
6764         * modules/acl (Makefile.am): Distribute all files in lib/ through
6765         EXTRA_DIST.
6766         * modules/arcfour (Makefile.am): Likewise.
6767         * modules/arctwo (Makefile.am): Likewise.
6768         * modules/argmatch (Makefile.am): Likewise.
6769         * modules/argz (Makefile.am): Likewise.
6770         * modules/atexit (Makefile.am): Likewise.
6771         * modules/backupfile (Makefile.am): Likewise.
6772         * modules/c-strtod (Makefile.am): Likewise.
6773         * modules/c-strtold (Makefile.am): Likewise.
6774         * modules/calloc (Makefile.am): Likewise.
6775         * modules/canon-host (Makefile.am): Likewise.
6776         * modules/canonicalize (Makefile.am): Likewise.
6777         * modules/chdir-long (Makefile.am): Likewise.
6778         * modules/chdir-safer (Makefile.am): Likewise.
6779         * modules/check-version (Makefile.am): Likewise.
6780         * modules/chown (Makefile.am): Likewise.
6781         * modules/cloexec (Makefile.am): Likewise.
6782         * modules/close-stream (Makefile.am): Likewise.
6783         * modules/closeout (Makefile.am): Likewise.
6784         * modules/crc (Makefile.am): Likewise.
6785         * modules/cycle-check (Makefile.am): Likewise.
6786         * modules/des (Makefile.am): Likewise.
6787         * modules/dirfd (Makefile.am): Likewise.
6788         * modules/dirname (Makefile.am): Likewise.
6789         * modules/dup2 (Makefile.am): Likewise.
6790         * modules/euidaccess (Makefile.am): Likewise.
6791         * modules/exclude (Makefile.am): Likewise.
6792         * modules/exitfail (Makefile.am): Likewise.
6793         * modules/fcntl-safer (Makefile.am): Likewise.
6794         * modules/file-type (Makefile.am): Likewise.
6795         * modules/fileblocks (Makefile.am): Likewise.
6796         * modules/filemode (Makefile.am): Likewise.
6797         * modules/filenamecat (Makefile.am): Likewise.
6798         * modules/fnmatch (Makefile.am): Likewise.
6799         * modules/fopen-safer (Makefile.am): Likewise.
6800         * modules/fpending (Makefile.am): Likewise.
6801         * modules/fprintftime (Makefile.am): Likewise.
6802         * modules/free (Makefile.am): Likewise.
6803         * modules/fsusage (Makefile.am): Likewise.
6804         * modules/ftruncate (Makefile.am): Likewise.
6805         * modules/fts (Makefile.am): Likewise.
6806         * modules/gc (Makefile.am): Likewise.
6807         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6808         * modules/getaddrinfo (Makefile.am): Likewise.
6809         * modules/getcwd (Makefile.am): Likewise.
6810         * modules/getdelim (Makefile.am): Likewise.
6811         * modules/getdomainname (Makefile.am): Likewise.
6812         * modules/getgroups (Makefile.am): Likewise.
6813         * modules/gethostname (Makefile.am): Likewise.
6814         * modules/gethrxtime (Makefile.am): Likewise.
6815         * modules/getline (Makefile.am): Likewise.
6816         * modules/getloadavg (Makefile.am): Likewise.
6817         * modules/getlogin_r (Makefile.am): Likewise.
6818         * modules/getopt (Makefile.am): Likewise.
6819         * modules/getpass (Makefile.am): Likewise.
6820         * modules/getpass-gnu (Makefile.am): Likewise.
6821         * modules/getsubopt (Makefile.am): Likewise.
6822         * modules/gettime (Makefile.am): Likewise.
6823         * modules/gettimeofday (Makefile.am): Likewise.
6824         * modules/getugroups (Makefile.am): Likewise.
6825         * modules/getusershell (Makefile.am): Likewise.
6826         * modules/glob (Makefile.am): Likewise.
6827         * modules/group-member (Makefile.am): Likewise.
6828         * modules/hard-locale (Makefile.am): Likewise.
6829         * modules/hash (Makefile.am): Likewise.
6830         * modules/hmac-md5 (Makefile.am): Likewise.
6831         * modules/hmac-sha1 (Makefile.am): Likewise.
6832         * modules/human (Makefile.am): Likewise.
6833         * modules/idcache (Makefile.am): Likewise.
6834         * modules/imaxabs (Makefile.am): Likewise.
6835         * modules/imaxdiv (Makefile.am): Likewise.
6836         * modules/inet_ntop (Makefile.am): Likewise.
6837         * modules/inet_pton (Makefile.am): Likewise.
6838         * modules/inttostr (Makefile.am): Likewise.
6839         * modules/isapipe (Makefile.am): Likewise.
6840         * modules/lchown (Makefile.am): Likewise.
6841         * modules/long-options (Makefile.am): Likewise.
6842         * modules/lstat (Makefile.am): Likewise.
6843         * modules/malloc (Makefile.am): Likewise.
6844         * modules/mathl (Makefile.am): Likewise.
6845         * modules/mbchar (Makefile.am): Likewise.
6846         * modules/md2 (Makefile.am): Likewise.
6847         * modules/md4 (Makefile.am): Likewise.
6848         * modules/md5 (Makefile.am): Likewise.
6849         * modules/memcasecmp (Makefile.am): Likewise.
6850         * modules/memchr (Makefile.am): Likewise.
6851         * modules/memcmp (Makefile.am): Likewise.
6852         * modules/memcoll (Makefile.am): Likewise.
6853         * modules/memcpy (Makefile.am): Likewise.
6854         * modules/memmem (Makefile.am): Likewise.
6855         * modules/memmove (Makefile.am): Likewise.
6856         * modules/mempcpy (Makefile.am): Likewise.
6857         * modules/memrchr (Makefile.am): Likewise.
6858         * modules/memset (Makefile.am): Likewise.
6859         * modules/memxor (Makefile.am): Likewise.
6860         * modules/mkancesdirs (Makefile.am): Likewise.
6861         * modules/mkdir (Makefile.am): Likewise.
6862         * modules/mkdir-p (Makefile.am): Likewise.
6863         * modules/mkdtemp (Makefile.am): Likewise.
6864         * modules/mkstemp (Makefile.am): Likewise.
6865         * modules/mktime (Makefile.am): Likewise.
6866         * modules/modechange (Makefile.am): Likewise.
6867         * modules/mountlist (Makefile.am): Likewise.
6868         * modules/nanosleep (Makefile.am): Likewise.
6869         * modules/openat (Makefile.am): Likewise.
6870         * modules/pagealign_alloc (Makefile.am): Likewise.
6871         * modules/physmem (Makefile.am): Likewise.
6872         * modules/poll (Makefile.am): Likewise.
6873         * modules/posixtm (Makefile.am): Likewise.
6874         * modules/posixver (Makefile.am): Likewise.
6875         * modules/putenv (Makefile.am): Likewise.
6876         * modules/quote (Makefile.am): Likewise.
6877         * modules/quotearg (Makefile.am): Likewise.
6878         * modules/raise (Makefile.am): Likewise.
6879         * modules/read-file (Makefile.am): Likewise.
6880         * modules/readline (Makefile.am): Likewise.
6881         * modules/readlink (Makefile.am): Likewise.
6882         * modules/readtokens (Makefile.am): Likewise.
6883         * modules/readutmp (Makefile.am): Likewise.
6884         * modules/realloc (Makefile.am): Likewise.
6885         * modules/regex (Makefile.am): Likewise.
6886         * modules/rename (Makefile.am): Likewise.
6887         * modules/rename-dest-slash (Makefile.am): Likewise.
6888         * modules/rijndael (Makefile.am): Likewise.
6889         * modules/rmdir (Makefile.am): Likewise.
6890         * modules/rpmatch (Makefile.am): Likewise.
6891         * modules/safe-read (Makefile.am): Likewise.
6892         * modules/safe-write (Makefile.am): Likewise.
6893         * modules/same (Makefile.am): Likewise.
6894         * modules/save-cwd (Makefile.am): Likewise.
6895         * modules/savedir (Makefile.am): Likewise.
6896         * modules/setenv (Makefile.am): Likewise.
6897         * modules/settime (Makefile.am): Likewise.
6898         * modules/sha1 (Makefile.am): Likewise.
6899         * modules/sig2str (Makefile.am): Likewise.
6900         * modules/snprintf (Makefile.am): Likewise.
6901         * modules/stdlib-safer (Makefile.am): Likewise.
6902         * modules/stpcpy (Makefile.am): Likewise.
6903         * modules/stpncpy (Makefile.am): Likewise.
6904         * modules/strcase (Makefile.am): Likewise.
6905         * modules/strcasestr (Makefile.am): Likewise.
6906         * modules/strchrnul (Makefile.am): Likewise.
6907         * modules/strcspn (Makefile.am): Likewise.
6908         * modules/strdup (Makefile.am): Likewise.
6909         * modules/strerror (Makefile.am): Likewise.
6910         * modules/strftime (Makefile.am): Likewise.
6911         * modules/strndup (Makefile.am): Likewise.
6912         * modules/strnlen (Makefile.am): Likewise.
6913         * modules/strpbrk (Makefile.am): Likewise.
6914         * modules/strsep (Makefile.am): Likewise.
6915         * modules/strstr (Makefile.am): Likewise.
6916         * modules/strtod (Makefile.am): Likewise.
6917         * modules/strtoimax (Makefile.am): Likewise.
6918         * modules/strtok_r (Makefile.am): Likewise.
6919         * modules/strtol (Makefile.am): Likewise.
6920         * modules/strtoll (Makefile.am): Likewise.
6921         * modules/strtoul (Makefile.am): Likewise.
6922         * modules/strtoull (Makefile.am): Likewise.
6923         * modules/strtoumax (Makefile.am): Likewise.
6924         * modules/strverscmp (Makefile.am): Likewise.
6925         * modules/time_r (Makefile.am): Likewise.
6926         * modules/timegm (Makefile.am): Likewise.
6927         * modules/tmpfile-safer (Makefile.am): Likewise.
6928         * modules/unistd-safer (Makefile.am): Likewise.
6929         * modules/unlinkdir (Makefile.am): Likewise.
6930         * modules/userspec (Makefile.am): Likewise.
6931         * modules/utime (Makefile.am): Likewise.
6932         * modules/utimecmp (Makefile.am): Likewise.
6933         * modules/utimens (Makefile.am): Likewise.
6934         * modules/vasnprintf (Makefile.am): Likewise.
6935         * modules/vasprintf (Makefile.am): Likewise.
6936         * modules/vsnprintf (Makefile.am): Likewise.
6937         * modules/xalloc (Makefile.am): Likewise.
6938         * modules/xgetcwd (Makefile.am): Likewise.
6939         * modules/xnanosleep (Makefile.am): Likewise.
6940         * modules/xreadlink (Makefile.am): Likewise.
6941         * modules/xstrtod (Makefile.am): Likewise.
6942         * modules/xstrtol (Makefile.am): Likewise.
6943         * modules/xstrtold (Makefile.am): Likewise.
6944         * modules/yesno (Makefile.am): Likewise.
6945
6946 2006-10-12  Jim Meyering  <jim@meyering.net>
6947
6948         * m4/getloadavg.m4: Revert the change below.
6949
6950         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
6951         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
6952         fail with a symlink, which is what coreutils' ./bootstrap now
6953         creates by default.
6954
6955 2006-10-12  Bruno Haible  <bruno@clisp.org>
6956
6957         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
6958         mingw.
6959         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
6960         MSVC and mingw explicitly.
6961
6962 2006-10-11  Simon Josefsson  <jas@extundo.com>
6963             Bruno Haible  <bruno@clisp.org>
6964
6965         Add support for multiple gnulib-tool invocations in the scope of a
6966         single configure.ac file.
6967         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
6968         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
6969         with the same contents as the _LIBADD variable.
6970         (func_emit_initmacro_start, func_emit_initmacro_end,
6971         func_emit_initmacro_done): New functions.
6972         (func_import, func_create_testdir): Invoke them. Allow the identifiers
6973         gl_LIBOBJS and gl_LTLIBOBJS.
6974
6975 2006-10-11  Bruno Haible  <bruno@clisp.org>
6976
6977         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
6978         (func_create_testdir): Don't create po/Makefile.am, don't invoke
6979         autoreconf. Instead, invoke autopoint explicitly but move back the
6980         *.m4 files from gnulib.
6981
6982 2006-10-11  Bruno Haible  <bruno@clisp.org>
6983
6984         * gnulib-tool (func_usage): Make module names after --create-testdir
6985         optional.
6986         (func_create_testdir): If no module was specified, use nearly all
6987         modules.
6988
6989 2006-10-12  Jim Meyering  <jim@meyering.net>
6990
6991         Big performance improvement for fts-based tools that use FTS_NOSTAT.
6992         Avoid spurious inode-mismatch problems on non-POSIX file systems.
6993         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
6994         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
6995         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
6996         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
6997         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
6998         (fts_set_stat_required): New function.
6999         (fts_open): Defer the calls to fts_stat, if possible or requested.
7000         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
7001         into fts_stat itself.
7002         (fts_read): Perform any required (deferred) fts_stat call.
7003         (fts_build): Likewise, for the directory we're about to open and read.
7004         In the readdir loop, carefully decide whether each entry will require
7005         an eventual call to fts_stat, using dirent.d_type info if available.
7006         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
7007         a command line argument into this function.  Update all callers.
7008         Map a return value of FTS_DOT to FTS_D for a command line argument.
7009         * modules/fts (Depends-on): Add d-type.  Alphabetize.
7010         Thanks to Miklos Szeredi for his tenacity and for the initial
7011         bug report about "find" failing on a FUSE-based file system.
7012
7013         * lib/fts.c (fts_open): Use consistent indentation.
7014
7015 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
7016
7017         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
7018         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
7019         reported by Jim Meyering.  All uses of cache variables renamed
7020         to match Autoconf's.
7021         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
7022         the other one.
7023
7024         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
7025         Fix misspelling in diagnostic.
7026
7027 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
7028
7029         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
7030         defined.  Problem reported by Matthew Woehlke.
7031
7032         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
7033         Add support for Tandem NonStop R series.
7034         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
7035         Use new macro.
7036
7037         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
7038         (has_trailing_slash): Omit size arg; all callers changed.
7039         Omit 'inline', since it doesn't help performance and we'd
7040         need to configure it.
7041         Don't count //, ///, etc. as having a trailing slash.
7042         As a side effect, this removes a C99ism reported by Matthew Woehlke.
7043         (rpl_rename_dest_slash): On failure, use rename's errno rather
7044         than (in some cases) an incorrect or junk errno.
7045         Simplify code by removing need to compute length; this does
7046         cause it to make two passes instead of one over the file name,
7047         but it's worth it.
7048
7049         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
7050         change, since Autoconf's version may no longer be appropriate now
7051         that we are using CVS Autoconf's version.  Add support for Tandem.
7052
7053 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
7054             Bruno Haible  <bruno@clisp.org>
7055
7056         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
7057         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
7058         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
7059         gl_AC_TYPE_LONG_LONG.
7060
7061         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
7062         instead of HAVE_LONG_LONG.
7063         * lib/printf-args.c (printf_fetchargs): Likewise.
7064         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
7065         * lib/vasnprintf.c (VASNPRINTF): Likewise.
7066         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
7067         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
7068         gl_AC_TYPE_LONG_LONG.
7069
7070 2006-10-11  Bruno Haible  <bruno@clisp.org>
7071
7072         * m4/longlong.m4: Add comments.
7073         * m4/ulonglong.m4: Likewise.
7074
7075 2006-10-10  Bruno Haible  <bruno@clisp.org>
7076
7077         Make it possible to #define stpcpy, strdup to aliases.
7078         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
7079         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
7080
7081 2006-10-10  Bruno Haible  <bruno@clisp.org>
7082
7083         Make it possible to #define gcd to an alias.
7084         * lib/gcd.c: Include config.h.
7085
7086 2006-10-10  Bruno Haible  <bruno@clisp.org>
7087
7088         Make it possible to #define c_isascii to an alias.
7089         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
7090         defined. Undefine the macros before defining them, to avoid gcc
7091         warnings.
7092         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
7093         define NO_C_CTYPE_MACROS early.
7094
7095 2006-10-10  Bruno Haible  <bruno@clisp.org>
7096
7097         Make it possible to #define set_program_name to an alias.
7098         * lib/progname.c: Don't undefine set_program_name; instead, undefine
7099         ENABLE_RELOCATABLE early.
7100
7101 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
7102
7103         Port to Tandem NSK OSS, which has 64-bit signed int but at most
7104         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
7105         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
7106         More generally, don't assume that 64-bit signed int is available
7107         if unsigned int is, and vice versa.
7108         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
7109         unsigned symbols, not on their signed counterparts.
7110         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
7111         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
7112         (UINT64_C, UINTMAX_C):
7113         Likewise.
7114         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
7115         unsigned counterparts.
7116         (Have_long_long, Unsigned): New macros.
7117         (Int): Renamed from INT.
7118         (strtoimax): Use the new macros.
7119         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
7120         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
7121         * modules/inttypes (inttypes.h): Substitute
7122         HAVE_UNSIGNED_LONG_LONG_INT.
7123         * modules/stdint (stdint.h): Likewise.
7124         (Files): Add m4/ulonglong.m4.
7125
7126 2006-10-10  Bruno Haible  <bruno@clisp.org>
7127
7128         Fix a gcc -Wshadow warning.
7129         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
7130         to 'bucket'.
7131         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
7132         gl_linked_indexof_from_to): Likewise.
7133         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
7134         Likewise.
7135         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
7136         Likewise.
7137         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
7138         Reported by Eric Blake.
7139
7140 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
7141
7142         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
7143         for NetBSD.  Problem reported by Bruno Haible.
7144
7145 2006-10-09  Jim Meyering  <jim@meyering.net>
7146
7147         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
7148         Patch from Bruno Haible.
7149
7150 2006-10-09  Jim Meyering  <jim@meyering.net>
7151
7152         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
7153         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
7154         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
7155
7156 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7157
7158         Don't include <config.h> twice; this doesn't work in some cases,
7159         e.g., when config.h has "#define intmax_t long long int" and
7160         we include <config.h>, <inttypes.h>, <config.h> in that order.
7161         Problem reported by Matthew Woehlke in:
7162         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
7163         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
7164         * lib/fts-cycle.c: Don't include config.h.
7165         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
7166         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
7167         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
7168         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
7169         inttypes.h.
7170         * lib/xstrtoumax.c: Likewise.
7171         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
7172         __strtol and the like, so that this module is more like its siblings.
7173         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
7174         Remove; no longer needed now that we assume gnulib inttypes.h.
7175
7176 2006-10-08  Bruno Haible  <bruno@clisp.org>
7177
7178         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
7179         option.
7180
7181 2006-10-07  Jim Meyering  <jim@meyering.net>
7182
7183         * modules/inttypes (inttypes.h): Revert what seems to have been
7184         an inadvertent part of today's change: use "|", not "/" in the
7185         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
7186
7187 2006-10-07  Bruno Haible  <bruno@clisp.org>
7188
7189         * modules/sublist: New file.
7190
7191 2006-10-07  Bruno Haible  <bruno@clisp.org>
7192
7193         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
7194         * modules/argz (argz.h): Likewise.
7195         * modules/arpa_inet (arpa/inet.h): Likewise.
7196         * modules/byteswap (byteswap.h): Likewise.
7197         * modules/configmake (configmake.h): Likewise.
7198         * modules/fcntl (fcntl.h): Likewise.
7199         * modules/fnmatch (fnmatch.h): Likewise.
7200         * modules/getopt (getopt.h): Likewise.
7201         * modules/glob (glob.h): Likewise.
7202         * modules/inttypes (inttypes.h): Likewise.
7203         * modules/netinet_in (netinet/in.h): Likewise.
7204         * modules/poll (poll.h): Likewise.
7205         * modules/stdbool (stdbool.h): Likewise.
7206         * modules/stdint (stdint.h): Likewise.
7207         * modules/sys_select (sys/select.h): Likewise.
7208         * modules/sys_socket (sys/socket.h): Likewise.
7209         * modules/sys_stat (sys/stat.h): Likewise.
7210         * modules/sysexits (sysexits.h): Likewise.
7211         * modules/unistd (unistd.h): Likewise.
7212         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7213         Add a "DO NOT EDIT" comment to the generated file.
7214         (func_import): Likewise for gnulib-comp.m4.
7215
7216 2006-10-07  Bruno Haible  <bruno@clisp.org>
7217
7218         * lib/gl_sublist.h: New file.
7219         * lib/gl_sublist.c: New file.
7220
7221 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
7222
7223         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
7224         name (relative to the original working directory) and the file
7225         name component (relative to the temporary working directory).  All
7226         callers changed.
7227         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
7228         * lib/mkdir-p.c (make_dir_parents): Likewise.
7229         * lib/mkdir-p.h (make_dir_parents): Likewise.
7230
7231 2006-10-06  Eric Blake  <ebb9@byu.net>
7232
7233         Define several macros for use by the clean-temp module.
7234         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
7235         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
7236         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
7237
7238         * lib/clean-temp.h (close_stream_temp): New declaration.
7239         * lib/clean-temp.c (includes): Pull in headers according to what
7240         other modules are in use.
7241         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
7242
7243 2006-10-06  Bruno Haible  <bruno@clisp.org>
7244
7245         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
7246         instead of fopen, fwriteerror.
7247
7248 2006-10-06  Bruno Haible  <bruno@clisp.org>
7249
7250         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
7251         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
7252         int.
7253         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
7254         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
7255         Return an error indicator.
7256         Suggested by Eric Blake.
7257
7258 2006-10-06  Bruno Haible  <bruno@clisp.org>
7259
7260         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
7261         Reported by Eric Blake.
7262
7263 2006-10-06  Bruno Haible  <bruno@clisp.org>
7264
7265         * modules/closeout (Description): Mention stderr too.
7266
7267 2006-10-06  Bruno Haible  <bruno@clisp.org>
7268         and Paul Eggert  <eggert@cs.ucla.edu>
7269
7270         * lib/closeout.c (close_stdout): Also close stderr.
7271         * lib/closeout.h: Update comment.
7272
7273 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
7274
7275         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
7276         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
7277         * lib/dirchownmod.c: Include lchown.h.
7278         * lib/lchown.c: Don't include files that lchown.h now includes.
7279         Don't declare chown, since lchown.h now does that.
7280         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
7281         (lchown): Define to rpl_chown if lchown is declared but
7282         does not exist.  Declare using a prototype if lchown is not
7283         declared.  Add a copyright notice.
7284         * lib/mkstemp.h: Include <unistd.h>.
7285         * lib/openat.c: Include lchown.h.
7286
7287         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
7288         we now test for that separately.
7289         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
7290         rather than O_NOFOLLOW, when testing whether it's possible to
7291         avoid a race condition reliably.
7292         * lib/savewd.c (savewd_chdir): Likewise.
7293
7294         Remove macros that are no longer needed now that stdint.h is
7295         reliable.
7296         * lib/fsusage.c (UINTMAX_MAX): Remove.
7297         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
7298         * lib/utimecmp.c (SIZE_MAX): Remove.
7299
7300         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
7301
7302         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
7303         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
7304         O_NOATIME works.
7305
7306 2006-10-05  Bruno Haible  <bruno@clisp.org>
7307
7308         * lib/gl_list.h (gl_sortedlist_search_from_to,
7309         gl_sortedlist_indexof_from_to): New declarations.
7310         (gl_list_implementation): New fields sortedlist_search_from_to,
7311         sortedlist_indexof_from_to.
7312         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
7313         inline functions.
7314         * lib/gl_list.c (gl_sortedlist_search_from_to,
7315         gl_sortedlist_indexof_from_to): New functions.
7316         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
7317         function.
7318         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
7319         (gl_array_sortedlist_search_from_to): New function.
7320         (gl_array_list_implementation): Update.
7321         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
7322         function.
7323         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
7324         (gl_carray_sortedlist_search_from_to): New function.
7325         (gl_carray_list_implementation): Update.
7326         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
7327         gl_linked_sortedlist_indexof_from_to): New functions.
7328         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7329         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7330         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
7331         gl_tree_sortedlist_indexof_from_to): New functions.
7332         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7333         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7334         Update.
7335         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7336         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
7337         Update.
7338
7339 2006-10-05  Bruno Haible  <bruno@clisp.org>
7340
7341         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
7342         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
7343         (struct gl_list_implementation): Add fields search_from_to,
7344         indexof_from_to. Remove fields search, indexof.
7345         (gl_list_search): Use the search_from_to method.
7346         (gl_list_search_from, gl_list_search_from_to): New functions.
7347         (gl_list_indexof): Use the indexof_from_to method.
7348         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7349         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
7350         (gl_list_search_from, gl_list_search_from_to): New functions.
7351         (gl_list_indexof): Use the indexof_from_to method.
7352         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7353         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
7354         gl_array_indexof. Add start_index, end_index arguments.
7355         (gl_array_search_from_to): Renamed from gl_array_search. Add
7356         start_index, end_index arguments.
7357         (gl_array_remove, gl_array_list_implementation): Update.
7358         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
7359         gl_carray_indexof. Add start_index, end_index arguments.
7360         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
7361         start_index, end_index arguments.
7362         (gl_carray_remove, gl_carray_list_implementation): Update.
7363         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
7364         gl_linked_search. Add start_index, end_index arguments.
7365         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
7366         start_index, end_index arguments.
7367         (gl_linked_remove): Update.
7368         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7369         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7370         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
7371         field to 'size_t'.
7372         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
7373         gl_tree_search. Add start_index, end_index arguments.
7374         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7375         start_index, end_index arguments.
7376         (gl_tree_remove): Update.
7377         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7378         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7379         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
7380         function.
7381         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
7382         gl_tree_search. Add start_index, end_index arguments.
7383         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7384         start_index, end_index arguments.
7385         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7386         Update.
7387         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
7388
7389 2006-10-05  Bruno Haible  <bruno@clisp.org>
7390
7391         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
7392
7393         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
7394         fwriteerror_temp): New declarations.
7395         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
7396         (descriptors): New variable.
7397         (cleanup): First, close the descriptors.
7398         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
7399         fclose_temp, fwriteerror_temp): New functions.
7400
7401 2006-10-04  Jim Meyering  <jim@meyering.net>
7402
7403         * lib/fts.c (fts_open): Tiny comment change.
7404
7405 2006-10-04  Bruno Haible  <bruno@clisp.org>
7406
7407         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
7408         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
7409         gl_LOCK_BODY.
7410         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
7411         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
7412         gl_LOCK_EARLY_BODY.
7413         (gl_LOCK): Require gl_LOCK_BODY.
7414
7415 2006-10-04  Bruno Haible  <bruno@clisp.org>
7416
7417         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
7418         (gl_oset_search_atleast): New declaration.
7419         (struct gl_oset_implementation): Add field 'search_atleast'.
7420         (gl_oset_search_atleast): New inline function.
7421         * lib/gl_oset.c (gl_oset_search_atleast): New function.
7422         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
7423         (gl_array_oset_implementation): Update.
7424         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
7425         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
7426         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
7427
7428 2006-10-04  Bruno Haible  <bruno@clisp.org>
7429
7430         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
7431
7432 2006-10-03  Bruno Haible  <bruno@clisp.org>
7433
7434         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
7435         from gl_avltreehash_list_implementation.
7436
7437 2006-10-03  Bruno Haible  <bruno@clisp.org>
7438
7439         * lib/gl_oset.c (gl_oset_add): Fix return type.
7440
7441 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
7442
7443         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
7444
7445 2006-10-02  Eric Blake  <ebb9@byu.net>
7446
7447         * modules/strnlen (Depends-on): Add extensions.
7448
7449 2006-10-02  Eric Blake  <ebb9@byu.net>
7450
7451         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
7452         definition in 2.60+.
7453
7454 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
7455
7456         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
7457         checks.
7458
7459 2006-10-02  Bruno Haible  <bruno@clisp.org>
7460
7461         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
7462         to the AUTOMAKE_OPTIONS.
7463         Reported by Jim Meyering.
7464
7465 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
7466
7467         Work around bug in Solaris 10 /proc file system:
7468         /proc/self/fd/NNN/.. isn't the parent directory of
7469         the directory whose file descriptor is NNN.  This needs to
7470         be worked around at run time, not compile time, since a
7471         program might be built on Solaris 8, where things work, and
7472         run on Solaris 10.
7473         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
7474         to use the following interface instead:
7475         (OPENAT_BUFFER_SIZE): New macro.
7476         (openat_proc_name): New function.
7477         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
7478         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
7479         Likewise.
7480         * lib/openat-proc.c: New file.
7481         * modules/openat (Files): Add lib/openat-proc.c.
7482         (Depends-on): Add same-inode, stdbool.
7483         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
7484
7485 2006-09-29  Bruno Haible  <bruno@clisp.org>
7486
7487         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
7488         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
7489         argument. Set stdout_closed before testing for ferror, not after.
7490         (fwriteerror, fwriteerror_no_ebadf): New functions.
7491
7492 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7493
7494         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
7495
7496 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
7497
7498         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
7499         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
7500
7501 2006-09-28  Jim Meyering  <jim@meyering.net>
7502
7503         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
7504         Include <unistd.h>.
7505
7506 2006-09-28  Bruno Haible  <bruno@clisp.org>
7507
7508         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
7509         * modules/linkedhash-list (Depends-on): Likewise.
7510         * modules/rbtreehash-list (Depends-on): Likewise.
7511
7512 2006-09-28  Bruno Haible  <bruno@clisp.org>
7513
7514         * lib/strndup.h: Simplify the redefinition of strndup.
7515         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
7516         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
7517
7518 2006-09-28  Bruno Haible  <bruno@clisp.org>
7519
7520         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
7521         * lib/gl_linkedhash_list.c: Likewise.
7522         * lib/gl_rbtreehash_list.c: Likewise.
7523
7524 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7525
7526         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
7527         getaddrinfo.
7528
7529         * lib/__fpending.h: Don't include <stdio_ext.h> unless
7530         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
7531         it causes <stdio_ext.h> to cause a compile-time error.
7532         Problem reported by Nelson H. F. Beebe.
7533         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
7534         of HAVE_DECL___PENDING.
7535
7536         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
7537         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
7538         declaration.
7539
7540 2006-09-27  Jim Meyering  <jim@meyering.net>
7541
7542         This file could end up with a definition for a function
7543         named __strndup, rather than rpl_strndup on a system with
7544         incomplete weak_alias support.
7545         * lib/strndup.c (strndup): Rename from __strndup.
7546         Remove #defines that used to map __strndup to strndup.
7547         Don't use K&R prototypes.
7548         Remove LIBC-related code, since this file is not sync'd with glibc.
7549         * lib/strndup.h: Revamp, accordingly.
7550         * m4/strndup.m4: Modernize.
7551
7552 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7553
7554         * modules/savewd (Depends-on): Add 'raise'.
7555         * lib/savewd.c: Include <signal.h>, for 'raise'.
7556
7557 2006-09-26  Jim Meyering  <jim@meyering.net>
7558
7559         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
7560         when we detect Darwin 8.7.0's acl_get_file bug.
7561         Rearrange to perform the new (below) run-test while $LIBS
7562         contains any acl-related library.  Set USE_ACL at the end.
7563         (gl_ACL_GET_FILE): New function.
7564
7565 2006-09-26  Eric Blake  <ebb9@byu.net>
7566
7567         * lib/verror.c: Include <config.h> unconditionally.
7568
7569 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
7570
7571         * modules/clock-time (Maintainer): Add self.
7572         * modules/getlogin_r (Depends-on): Add extensions.
7573
7574 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7575
7576         * modules/clock-time: New module.
7577         * modules/nanosleep (Depends-on): Add clock-time.
7578         * modules/gethrxtime (Depends-on): Likewise.
7579         * modules/gettime (Depends-on): Likewise.
7580         * modules/settime (Depends-on): Likewise.
7581
7582         * modules/fts-lgpl: Depend on openat.
7583         * modules/mkancesdirs: Depend on savewd.
7584         * modules/mkdir-p: Likewise.
7585
7586 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7587
7588         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
7589
7590         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
7591         `gl_have_arbitrary_file_name_length_limit' to
7592         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
7593         actually works between configure runs.
7594
7595 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7596             Bruno Haible  <bruno@clisp.org>
7597
7598         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
7599
7600 2006-09-25  Jim Meyering  <jim@meyering.net>
7601
7602         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
7603         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
7604
7605 2006-09-25  Eric Blake  <ebb9@byu.net>
7606
7607         * gnulib-tool (func_import, func_create_testdir): Fix typos in
7608         exec's in 2006-09-18 patch when shuffling fds.
7609
7610 2006-09-25  Bruno Haible  <bruno@clisp.org>
7611
7612         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
7613         Reported by Jim Meyering.
7614
7615 2006-09-24  Jim Meyering  <jim@meyering.net>
7616
7617         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
7618         compare a pointer against a literal "0".  That caused failures with
7619         at least HP-UX's hpcc.
7620
7621 2006-09-22  Simon Josefsson  <jas@extundo.com>
7622
7623         * modules/gc-sha1:
7624         * modules/gc-md4:
7625         * modules/gc-hmac-sha1:
7626         * modules/gc-hmac-md5:
7627         * modules/gc-des:
7628         * modules/gc-arcfour: Distribute more files.
7629
7630 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7631
7632         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
7633         (gl_linked_iterator_from_to): Initialize struct completely.
7634         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
7635         (gl_tree_iterator_from_to): Likewise
7636         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
7637         * lib/gl_array_list.c [lint] (gl_array_iterator)
7638         (gl_array_iterator_from_to): Likewise.
7639         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
7640         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
7641         (gl_carray_iterator_from_to): Likewise.
7642
7643         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
7644         * lib/md4.c (md4_process_block): Remove unused variable.
7645         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
7646         parentheses for clarity.
7647
7648 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7649
7650         * modules/bison-i18n (Depends-on): Add gettext.
7651
7652 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7653
7654         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
7655         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
7656         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
7657         also add missing comma that caused broken test.
7658         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
7659         stdlib.h, for `abort'.
7660         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
7661         variables.
7662         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
7663         include unistd.h if present, for `rmdir'.
7664         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
7665         variables.
7666         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
7667         in the process include standard headers for prototypes.
7668         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
7669         gets declared on GNU/Linux.
7670         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
7671         unistd.h, for `rmdir'.
7672         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
7673
7674         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
7675         always true.
7676         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
7677
7678         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
7679
7680 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7681
7682         * gnulib-tool (func_version): Create output all at once.  This
7683         may help avoid triggering unnecessary SIGPIPEs, and at any
7684         rate it doesn't hurt.
7685
7686 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7687             Bruno Haible  <bruno@clisp.org>
7688
7689         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
7690         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7691         * m4/signed.m4 (bh_C_SIGNED): Likewise.
7692
7693         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
7694         (gl_FUNC_VASPRINTF): Invoke it.
7695
7696 2006-09-22  Bruno Haible  <bruno@clisp.org>
7697
7698         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
7699         getloadavg.c as first argument.
7700
7701 2006-09-22  Bruno Haible  <bruno@clisp.org>
7702
7703         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
7704         at the beginning of the gl_INIT macro.
7705         * modules/getloadavg (configure.ac): Pass $gl_source_base to
7706         gl_GETLOADAVG.
7707
7708 2006-09-22  Bruno Haible  <bruno@clisp.org>
7709
7710         * gnulib-tool (func_create_megatestdir): Don't include the config-h
7711         module.
7712         Suggested by Ralf Wildenhues.
7713
7714 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
7715
7716         Import this patch from libc:
7717
7718         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
7719
7720         * lib/regex_internal.c (re_string_reconstruct): Handle
7721         offset < pstr->valid_raw_len && pstr->offsets_needed case.
7722         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
7723         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
7724         re_string_context_at.
7725
7726         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
7727         now requires it.
7728         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
7729         gl_REGEX now does it for us.
7730         (gl_REGEX): Add test taken from
7731         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
7732
7733         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
7734         Check that large offsets work.  Modernize Autoconf usages.
7735         Prefer "yes" to mean a good thing rather than a bad.
7736         Don't put "#define mkstemp" in config.h, as this might interfere
7737         with standard system headers that "#define mkstemp mkstemp64".
7738
7739         * modules/mkstemp (Depends-on): Add extensions, so that
7740         mkstemp is visible on some platforms.
7741         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
7742         (Include): Change to "mkstemp.h" from <stdlib.h>.
7743         (Files): Add mkstemp.h.
7744
7745         * lib/mkstemp.h: New file, since some standard headers
7746         #define mkstemp.
7747         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
7748         Include "mkstemp.h".
7749         Make the _LIBC code resemble glibc original more,
7750         e.g., use K&R style.
7751         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
7752         (mkstemp): Remove, since mkstemp.h does this for us.
7753         * lib/stdlib--.h: Include mkstemp.h.
7754
7755         Import this patch from libc:
7756
7757         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7758
7759         * lib/tempname.c (__gen_tempname): Change attempts_min
7760         into a macro.  Use preprocessor to decide how to initialize
7761         attempts [Coverity CID 67].
7762
7763 2006-09-20  Bruno Haible  <bruno@clisp.org>
7764
7765         * lib/mkdtemp.c: Import from libc.
7766         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7767                 * sysdeps/posix/tempname.c (__gen_tempname): Change
7768                 attempts_min into a macro.  Use preprocessor to decide how to
7769                 initialize attempts [Coverity CID 67].
7770         2001-11-27  Paul Eggert  <eggert@twinsun.com>
7771                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
7772                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
7773
7774 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7775
7776         * gnulib-tool (func_exit): New function, to allow to pass the
7777         exit status portably through the trap.  Use everywhere.
7778         (--help, --version): Signal a write error.
7779         (trap): catch SIGPIPE, for write errors.
7780         Exit at the end of the trap, with the correct exit status.
7781
7782 2006-09-19  Karl Berry  <karl@gnu.org>
7783
7784         * doc/gnulib.texi: note about the license texinfo files.
7785
7786 2006-09-19  Eric Blake  <ebb9@byu.net>
7787
7788         * gnulib-tool: Avoid space-tab.
7789
7790 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7791
7792         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
7793         that prevented coreutils 6.1 from building.  Problem reported
7794         by Petter Reinholdtsen.
7795
7796 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7797
7798         * gnulib-tool (avoidlist): Fix typo that broke options like
7799         --avoid=lock that are used by coreutils bootstrap.
7800
7801 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
7802
7803         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
7804         more systematically.
7805
7806 2006-09-18  Jim Meyering  <jim@meyering.net>
7807
7808         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
7809
7810 2006-09-18  Bruno Haible  <bruno@clisp.org>
7811
7812         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
7813
7814 2006-09-18  Bruno Haible  <bruno@clisp.org>
7815
7816         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
7817         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
7818         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
7819         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
7820         * m4/gettext.m4: Require autoconf >= 2.52.
7821         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
7822         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
7823         of gl_cv_header_inttypes_h.
7824
7825 2006-09-18  Bruno Haible  <bruno@clisp.org>
7826
7827         * lib/javaversion.c: Include configmake.h.
7828
7829 2006-09-18  Bruno Haible  <bruno@clisp.org>
7830
7831         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
7832         avoid that the while loops be executed in a subshell.
7833
7834 2006-09-18  Bruno Haible  <bruno@clisp.org>
7835
7836         * MODULES.html.sh (func_module): Break long lines.
7837         Suggested by Bruce Korb <bkorb@gnu.org>.
7838
7839 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7840
7841         Speed up by a factor of 1.12.
7842         * gnulib-tool (nl): New variable.
7843         (func_import): Rewrite include directive extraction to only read each
7844         directive once.
7845
7846 2006-09-17  Bruno Haible  <bruno@clisp.org>
7847
7848         * modules/javaversion (Makefile.am): Remove DEFS setting.
7849         (Depends-on): Add configmake, for PKGDATADIR definition.
7850
7851 2006-09-17  Bruno Haible  <bruno@clisp.org>
7852
7853         * gnulib-tool (func_create_testdir): Rewrite all files at once.
7854
7855 2006-09-17  Bruno Haible  <bruno@clisp.org>
7856
7857         * gnulib-tool (func_append): New function, stolen from libtool.m4.
7858         (func_modules_transitive_closure, func_modules_add_dummy,
7859         func_modules_to_filelist, func_import, func_create_testdir,
7860         func_create_megatestdir, ...): Use it wherever possible.
7861         Suggested by Ralf Wildenhues.
7862
7863 2006-09-16  Karl Berry  <karl@gnu.org>
7864
7865         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
7866         to avoid sectioning errors.
7867         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
7868         [ifinfo]: blank line after @center-ed titles.
7869         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
7870         Spell FSF address consistently with others.
7871         (These changes approved by rms.)
7872
7873 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7874
7875         Speed up by a factor of 1.61.
7876         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
7877         already checked module names again.
7878
7879 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7880
7881         Speed up by a factor of 1.13.
7882         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
7883         for new_files, and the input to func_add_or_update.
7884
7885 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7886
7887         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
7888         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
7889
7890 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7891
7892         * modules/mkancesdirs (Depends-on): Add fcntl.
7893         * modules/savewd: New file.
7894         * MODULES.html.sh (File system functions): Add savewd.
7895
7896         * modules/configmake (Makefile.am): Add support for the
7897         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
7898
7899 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7900
7901         * m4/savewd.m4: New file.
7902
7903 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7904
7905         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
7906         (dirchownmod): New arg FD.  All callers changed.
7907         Use FD rather than opening the directory ourself, as opening is
7908         now the caller's responsibility.
7909         * lib/dirchownmod.h: Likewise.
7910         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
7911         hosts that require <sys/types.h> before <sys/stat.h>.  Include
7912         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
7913         (test_dir): Remove.
7914         (mkancesdirs): Return length of prefix of FILE that has already
7915         been made, or -2 if there is a child doing the work.  Redo
7916         algorithm so that it is O(N) rather than O(N**2).  Optimize away
7917         ".", and treat ".." specially since it might stray back into
7918         already-created areas.  Use a subprocess if necessary.  New arg
7919         WD; all users changed.  MAKE_DIR function should now return 1
7920         if it creates a directory that is not readable.  Return -2 if
7921         a child process is spun off.
7922         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
7923         Adjust signature to match code.
7924         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
7925         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
7926         all users changed.
7927         * lib/savewd.c, lib/savewd.h: New files.
7928
7929 2006-09-15  Jim Meyering  <jim@meyering.net>
7930
7931         * modules/rename-dest-slash: New module.
7932         * MODULES.html.sh (posix_compat): Add it here.
7933
7934         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
7935
7936 2006-09-15  Jim Meyering  <jim@meyering.net>
7937
7938         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
7939         file.
7940
7941         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
7942
7943 2006-09-15  Jim Meyering  <jim@meyering.net>
7944
7945         * lib/rename-dest-slash.c (has_trailing_slash): Use
7946         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
7947         (rpl_rename_dest_slash): Perform the cheaper trailing slash
7948         test before testing whether SRC is a directory.
7949         Suggestions from Bruno Haible.
7950
7951         Avoid a warning about an unused variable.
7952         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
7953         into the #ifdef block where it's used.
7954
7955         * lib/rename-dest-slash.c: New file.
7956
7957 2006-09-14  Bruno Haible  <bruno@clisp.org>
7958
7959         * lib/allocsa.c: Include <config.h> unconditionally.
7960         * lib/asnprintf.c: Likewise.
7961         * lib/asprintf.c: Likewise.
7962         * lib/c-strcasecmp.c: Likewise.
7963         * lib/c-strcasestr.c: Likewise.
7964         * lib/c-strncasecmp.c: Likewise.
7965         * lib/c-strstr.c: Likewise.
7966         * lib/classpath.c: Likewise.
7967         * lib/clean-temp.c: Likewise.
7968         * lib/concatpath.c: Likewise.
7969         * lib/copy-file.c: Likewise.
7970         * lib/csharpcomp.c: Likewise.
7971         * lib/csharpexec.c: Likewise.
7972         * lib/execute.c: Likewise.
7973         * lib/fatal-signal.c: Likewise.
7974         * lib/findprog.c: Likewise.
7975         * lib/fwriteerror.c: Likewise.
7976         * lib/gl_array_list.c: Likewise.
7977         * lib/gl_array_oset.c: Likewise.
7978         * lib/gl_avltree_list.c: Likewise.
7979         * lib/gl_avltree_oset.c: Likewise.
7980         * lib/gl_avltreehash_list.c: Likewise.
7981         * lib/gl_carray_list.c: Likewise.
7982         * lib/gl_linked_list.c: Likewise.
7983         * lib/gl_linkedhash_list.c: Likewise.
7984         * lib/gl_list.c: Likewise.
7985         * lib/gl_oset.c: Likewise.
7986         * lib/gl_rbtree_list.c: Likewise.
7987         * lib/gl_rbtree_oset.c: Likewise.
7988         * lib/gl_rbtreehash_list.c: Likewise.
7989         * lib/imaxabs.c: Likewise.
7990         * lib/imaxdiv.c: Likewise.
7991         * lib/javacomp.c: Likewise.
7992         * lib/javaexec.c: Likewise.
7993         * lib/javaversion.c: Likewise.
7994         * lib/linebreak.c: Likewise.
7995         * lib/localcharset.c: Likewise.
7996         * lib/lock.c: Likewise.
7997         * lib/mbchar.c: Likewise.
7998         * lib/mbswidth.c: Likewise.
7999         * lib/mkdtemp.c: Likewise.
8000         * lib/pipe.c: Likewise.
8001         * lib/printf-args.c: Likewise.
8002         * lib/printf-parse.c: Likewise.
8003         * lib/progname.c: Likewise.
8004         * lib/progreloc.c: Likewise.
8005         * lib/readlink.c: Likewise.
8006         * lib/sh-quote.c: Likewise.
8007         * lib/stpcpy.c: Likewise.
8008         * lib/stpncpy.c: Likewise.
8009         * lib/strcasecmp.c: Likewise.
8010         * lib/strcasestr.c: Likewise.
8011         * lib/strcspn.c: Likewise.
8012         * lib/striconv.c: Likewise.
8013         * lib/strncasecmp.c: Likewise.
8014         * lib/strnlen1.c: Likewise.
8015         * lib/strstr.c: Likewise.
8016         * lib/strtok_r.c: Likewise.
8017         * lib/tls.c: Likewise.
8018         * lib/tmpdir.c: Likewise.
8019         * lib/unicodeio.c: Likewise.
8020         * lib/unsetenv.c: Likewise.
8021         * lib/vasnprintf.c: Likewise.
8022         * lib/vasprintf.c: Likewise.
8023         * lib/wait-process.c: Likewise.
8024         * lib/xallocsa.c: Likewise.
8025         * lib/xsetenv.c: Likewise.
8026         * lib/xstriconv.c: Likewise.
8027
8028 2006-09-13  Simon Josefsson  <jas@extundo.com>
8029
8030         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
8031         that internally, suggested by Ralf Wildenhues
8032         <Ralf.Wildenhues@gmx.de>.
8033
8034 2006-09-13  Simon Josefsson  <jas@extundo.com>
8035
8036         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
8037         @LIBOBJS@.
8038         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8039
8040 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
8041
8042         * lib/_fpending.c: Include <config.h> unconditionally, since we no
8043         longer worry about uses that don't define HAVE_CONFIG_H.
8044         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
8045         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
8046         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
8047         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
8048         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
8049         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
8050         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
8051         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
8052         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
8053         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
8054         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
8055         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
8056         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
8057         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
8058         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
8059         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
8060         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
8061         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
8062         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
8063         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
8064         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
8065         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
8066         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
8067         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
8068         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
8069         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
8070         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
8071         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
8072         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
8073         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
8074         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
8075         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
8076         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
8077         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
8078         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
8079         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
8080         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
8081         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
8082         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
8083         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
8084         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
8085         Likewise.
8086
8087 2006-09-13  Eric Blake  <ebb9@byu.net>
8088
8089         * lib/getopt.c: Fix typo in last commit.
8090
8091 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8092
8093         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
8094         dgettext.
8095
8096 2006-09-12  Jim Meyering  <jim@meyering.net>
8097
8098         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
8099         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
8100         Reported by Nelson H. F. Beebe.
8101
8102 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8103
8104         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
8105         program_invocation_name and program_invocation_short_name are
8106         initialized.
8107         * lib/argp-namefrob.h: Move declarations of program_invocation_name
8108         and program_invocation_short_name to argp.h, so they are visible
8109         to user programs.
8110         * lib/argp.h: Likewise
8111
8112 2006-09-10  Bruno Haible  <bruno@clisp.org>
8113
8114         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8115         m4/inttypes_h.m4, m4/uintmax_t.m4.
8116
8117 2006-09-10  Bruno Haible  <bruno@clisp.org>
8118
8119         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
8120         gl_AC_TYPE_UINTMAX_T.
8121
8122 2006-09-10  Bruno Haible  <bruno@clisp.org>
8123
8124         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
8125
8126 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8127
8128         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
8129         convention.  Text proposed by Bruno Haible.
8130         (struct argp_option): Document the use of N_() wrappers.
8131
8132         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
8133         '\v', and translate the two parts separately, instead of feeding
8134         the whole string to gettext.  This allows to exclude
8135         '\v' from the strings visible to the translator by writing doc
8136         strings as N_("..") "\v" N_("..").
8137
8138 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
8139
8140         * config/srclist.txt: Undo latest change; the bug was fixed.
8141
8142 2006-09-09  Bruno Haible  <bruno@clisp.org>
8143
8144         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
8145         assignments if building a library without libtool.
8146         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
8147         in func_emit_lib_Makefile_am.
8148         (func_import): When building a static library libfoo.a, arrange to
8149         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
8150         (func_create_testdir): Likewise.
8151         * modules/gc (configure.ac, Makefile.am): If building statically,
8152         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
8153         * modules/iconvme (configure.ac, Makefile.am): Likewise.
8154         * modules/striconv (configure.ac, Makefile.am): Likewise.
8155         Based on a suggestion by Ralf Wildenhues.
8156
8157 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8158
8159         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
8160         Check for unistd.h too, since Autoconf doesn't assume POSIX.
8161         Also:
8162
8163         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8164         Add year_2050_test to catch glibc bug 2821
8165         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
8166
8167         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8168         Prefer #ifdef to #if.
8169
8170         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
8171         Return from 'main' instead of calling 'exit'.
8172
8173 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8174
8175         * lib/mktime.c (guess_time_tm): Fix bug where mktime
8176         returned the maximum time_t value rather than (time_t) -1.
8177         Problem originally reported by William Bardwell
8178         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
8179
8180         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
8181         Moved to here ...
8182         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
8183         ... from here.
8184
8185 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8186
8187         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
8188         2821 is fixed.
8189
8190 2006-09-08  Jim Meyering  <jim@meyering.net>
8191
8192         Don't make generated files read-only.  That would bother too many
8193         people.  However, do retain the ability to work when targets are
8194         read-only: remove the destination and temporary files before writing
8195         them (when generated via sed or echo), or by using the -f option for
8196         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
8197         * modules/alloca-opt, modules/argz, modules/arpa_inet:
8198         * modules/byteswap, modules/configmake, modules/fcntl:
8199         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
8200         * modules/localcharset, modules/netinet_in, modules/poll:
8201         * modules/stdbool, modules/stdint, modules/sys_select:
8202         * modules/sys_socket, modules/sys_stat, modules/sysexits:
8203
8204 2006-09-08  Jim Meyering  <jim@meyering.net>
8205
8206         Avoid new build failure on FreeBSD 6.0.
8207         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
8208         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
8209         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
8210
8211 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8212
8213         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
8214
8215 2006-09-07  Jim Meyering  <jim@meyering.net>
8216
8217         Fix global typo in last change: use chmod u-w, not chmod u-x.
8218         Spotted by Paul Eggert and Bruce Korb.
8219         * modules/alloca-opt, modules/argz, modules/arpa_inet:
8220         * modules/byteswap, modules/configmake, modules/fcntl:
8221         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
8222         * modules/localcharset, modules/netinet_in, modules/poll:
8223         * modules/stdbool, modules/stdint, modules/sys_select:
8224         * modules/sys_socket, modules/sys_stat, modules/sysexits:
8225
8226 2006-09-06  Jim Meyering  <jim@meyering.net>
8227
8228         Make generated files be read-only.
8229         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
8230         Ensure that each generated file is now read-only.
8231         * modules/argz: Likewise.
8232         * modules/arpa_inet: Likewise.
8233         * modules/byteswap: Likewise.
8234         * modules/configmake: Likewise.
8235         * modules/fcntl: Likewise.
8236         * modules/fnmatch: Likewise.
8237         * modules/getopt: Likewise.
8238         * modules/glob: Likewise.
8239         * modules/inttypes: Likewise.
8240         * modules/netinet_in: Likewise.
8241         * modules/poll: Likewise.
8242         * modules/stdbool: Likewise.
8243         * modules/stdint: Likewise.
8244         * modules/sys_select: Likewise.
8245         * modules/sys_socket: Likewise.
8246         * modules/sys_stat: Likewise.
8247         * modules/sysexits: Likewise.
8248         * modules/localcharset: Same as above, but continue using temporary
8249         file named "t-$@" (why different?) rather than the "$@-t" used
8250         everywhere else.
8251
8252         * modules/sysexits (Makefile.am): Replace literal occurrences
8253         of "sysexit.h" more readable, and more consistent, "$@".
8254
8255 2006-09-06  Bruno Haible  <bruno@clisp.org>
8256
8257         * modules/striconv: New file.
8258         * modules/xstriconv: New file.
8259         * MODULES.html.sh (Internationalization functions): Add striconv,
8260         xstriconv.
8261
8262 2006-09-06  Bruno Haible  <bruno@clisp.org>
8263
8264         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
8265         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
8266         not using libtool correctly.
8267
8268 2006-09-06  Bruno Haible  <bruno@clisp.org>
8269
8270         * lib/striconv.h: New file.
8271         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
8272         iconvstring.c.
8273         * lib/xstriconv.h: New file.
8274         * lib/xstriconv.c: New file.
8275
8276 2006-09-06  Bruno Haible  <bruno@clisp.org>
8277
8278         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8279         lib_..._LDFLAGS.
8280
8281 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8282
8283         * lib/argz_.h: Sync from Libtool.
8284
8285         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
8286                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8287
8288         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
8289
8290 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8291
8292         * modules/trim: New file.
8293
8294 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8295
8296         * lib/trim.h: New file.
8297         * lib/trim.c: New file.
8298
8299 2006-09-05  Bruno Haible  <bruno@clisp.org>
8300
8301         * MODULES.html.sh (String handling): Add trim.
8302
8303 2006-09-04  Karl Berry  <karl@gnu.org>
8304
8305         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
8306         until next release.
8307
8308 2006-09-03  Bruno Haible  <bruno@clisp.org>
8309
8310         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
8311         correctly.
8312
8313 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8314
8315         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
8316         not gl_GETLOADAVG.  Omit unneeded semicolons.
8317         Problems reported by Ralf Wildenhues in
8318         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8319         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
8320         at the end, which is the usual gnulib style.
8321
8322         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
8323         of doing all the work ourselves.
8324         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
8325         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
8326
8327 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8328
8329         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
8330         Problem reported by Ralf Wildenhues in
8331         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8332
8333         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
8334         HAVE_STRUCT_STATFS_F_FSTYPENAME.
8335
8336 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8337
8338         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
8339         yesterday's patch by changing test -n to test -z.
8340
8341 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8342
8343         * modules/getloadavg (Files): Add m4/getloadavg.m4.
8344         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
8345         the former is now obsolescent.
8346
8347         * modules/chdir-long (Depends-on): Add fcntl.
8348
8349 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8350
8351         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
8352         obsolescent, and programs should use gnulib instead.
8353         * m4/getloadavg.m4: New file, with contents taken from Autoconf
8354         but with prefixes changed.
8355
8356 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8357
8358         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
8359         or stdbool.h, because they might not exist while configuring.
8360
8361         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
8362         Don't include unistd.h or limits.h; not needed, since chdir-long.h
8363         does that for us.
8364         (O_DIRECTORY): Remove.
8365
8366 2006-08-31  Eric Blake  <ebb9@byu.net>
8367
8368         * gnulib-tool: Don't let emacs change spaces to TAB.
8369
8370 2006-08-31  Bruno Haible  <bruno@clisp.org>
8371
8372         * gnulib-tool: When calling func_import more than once, do it in a
8373         subshell.
8374         Reported by Eric Blake <ebb9@byu.net>.
8375
8376 2006-08-31  Bruno Haible  <bruno@clisp.org>
8377
8378         * gnulib-tool (nl): Remove variable.
8379         (sed_transform_lib_file): Use more robust test for config-h module.
8380         (func_import): Fix typo in 2006-08-25 patch.
8381
8382 2006-08-31  Bruno Haible  <bruno@clisp.org>
8383
8384         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
8385         specified, augment Makefile.am variables instead of assigning them.
8386
8387 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8388
8389         Work around a bug in both the Linux and SunOS 64-bit kernels:
8390         nanosleep mishandles sleeps for longer than 2**31 seconds.
8391         Problem reported by Frank v Waveren in
8392         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8393         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
8394         Check for nanosleep bug.
8395         (LIB_NANOSLEEP): Append clock_gettime library if needed.
8396
8397 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8398
8399         Work around a bug in both the Linux and SunOS 64-bit kernels:
8400         nanosleep mishandles sleeps for longer than 2**31 seconds.
8401         Problem reported by Frank v Waveren in
8402         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8403         * lib/nanosleep.c (BILLION): New constant.
8404         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
8405         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
8406         implementation.
8407
8408 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8409
8410         * modules/nanosleep (Depends-on): Add gettime.
8411
8412 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8413         and Simon Josefsson  <jas@extundo.com>
8414         and Oskar Liljeblad  <oskar@osk.mine.nu>
8415
8416         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
8417         * gnulib-tool (func_import): New license type 'unmodifiable license
8418         text'.
8419         * modules/fdl: Use it.  Longer description.
8420         * module/gpl, module/lgpl: New files.
8421
8422 2006-08-30  Jim Meyering  <jim@meyering.net>
8423
8424         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
8425         shadowing the parameter.
8426
8427 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8428
8429         Sync from Libtool:
8430
8431         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8432
8433         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
8434         sharing with gnulib.  Report by Eric Blake.
8435
8436 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8437
8438         * modules/isapipe: New file.
8439         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
8440
8441 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8442
8443         * modules/configmake (Makefile.am): Add a comment, and omit
8444         the CONFIGMAKE_ prefix from generated macro names.  Suggested
8445         by Bruno Haible.
8446
8447 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8448
8449         * m4/isapipe.m4: New file.
8450
8451 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8452
8453         * lib/isapipe.c, lib/isapipe.h: New files.
8454
8455 2006-08-29  Jim Meyering  <jim@meyering.net>
8456
8457         * modules/configmake (Makefile.am): Make configmake.h depend on
8458         Makefile.  Otherwise, a stale configmake.h could hang around.
8459
8460 2006-08-29  Eric Blake  <ebb9@byu.net>
8461
8462         * lib/error.c (error_at_line, print_errno_message): Match libc, after
8463         resolution of upstream bug 3044.
8464
8465 2006-08-29  Bruno Haible  <bruno@clisp.org>
8466
8467         * modules/localcharset (Depends-on): Add configmake.
8468         (Makefile.am): Remove setting of LIBDIR through DEFS.
8469
8470 2006-08-29  Bruno Haible  <bruno@clisp.org>
8471
8472         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
8473         defined.
8474
8475 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8476
8477         * modules/fcntl: New file.
8478         * modules/chdir-safer (Depends-on): Add fcntl.
8479         * modules/fts: Likewise.
8480         * modules/mkdir-p: Likewise.
8481
8482         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
8483         This undoes the most recent change, since we're now addressing the
8484         problem in a different way.
8485
8486         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
8487         into output, since the output might be called Makefile.am even
8488         if $makefile_name is something different.
8489         (func_import): Use $makefile_am rather than
8490         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
8491         empty.
8492
8493         * modules/inttypes (Files): Add m4/inttypes-h.m4.
8494
8495 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8496
8497         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
8498         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
8499         recent change to stdint.m4, since we're now addressing the problem in a
8500         different way.
8501
8502 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8503
8504         * m4/fcntl_h.m4: New file.
8505
8506 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8507
8508         * lib/fcntl_.h: New file.
8509         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
8510         the fcntl module.
8511         * lib/dirchownmod.c: Likewise.
8512         * lib/fts.c: Likewise.
8513
8514         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
8515         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
8516         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
8517         just before including <inttypes.h>, to avoid circular inclusion.
8518
8519 2006-08-28  Jim Meyering  <jim@meyering.net>
8520
8521         * doc/visibility.texi: Actually read and correct the grammar of the
8522         sentence affected by yesterday's change.
8523
8524 2006-08-28  Eric Blake  <ebb9@byu.net>
8525
8526         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
8527         needs wrapper.
8528
8529 2006-08-28  Eric Blake  <ebb9@byu.net>
8530
8531         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
8532
8533 2006-08-28  Eric Blake  <ebb9@byu.net>
8534
8535         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
8536
8537 2006-08-28  Bruno Haible  <bruno@clisp.org>
8538
8539         * modules/c-strstr: New file, from GNU gettext.
8540         * MODULES.html.sh (String handling): Add c-strstr.
8541
8542 2006-08-28  Bruno Haible  <bruno@clisp.org>
8543
8544         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
8545         macros.
8546         Reported by Eric Blake.
8547
8548 2006-08-28  Bruno Haible  <bruno@clisp.org>
8549
8550         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
8551         (VASNPRINTF): Return a string of length > INT_MAX without failing.
8552         * lib/vasprintf.c: Include errno.h, limits.h.
8553         (EOVERFLOW): New fallback definition.
8554         (vasprintf): Test here whether the string length is > INT_MAX.
8555         * lib/vsnprintf.c: Include errno.h, limits.h.
8556         (EOVERFLOW): New fallback definition.
8557         (vsnprintf): Fix bug when generated string was too long for the buffer.
8558         Test here whether the string length is > INT_MAX.
8559
8560 2006-08-28  Bruno Haible  <bruno@clisp.org>
8561
8562         * lib/inttypes_.h (SCNX*): Remove definitions.
8563         Reported by Eric Blake.
8564
8565 2006-08-28  Bruno Haible  <bruno@clisp.org>
8566
8567         * lib/c-strstr.h: New file, from GNU gettext.
8568         * lib/c-strstr.c: New file, from GNU gettext.
8569
8570 2006-08-28  Bruno Haible  <bruno@clisp.org>
8571
8572         * gnulib-tool: Reorder some statements.
8573
8574 2006-08-28  Bruno Haible  <bruno@clisp.org>
8575
8576         * gnulib-tool: New option --makefile-name.
8577         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
8578         $makefile_name.
8579         (func_import): Write $makefile_name to the cache file, and read it from
8580         there unless explicitly specified. Use $makefile_name as file name
8581         instead of Makefile.am. Adjust the recommendations accordingly.
8582
8583 2006-08-28  Bruno Haible  <bruno@clisp.org>
8584
8585         * gnulib-tool (func_verify_module): Check against misapplying patch.
8586
8587 2006-08-28  Bruno Haible  <bruno@clisp.org>
8588
8589         * gnulib-tool (func_relativize, func_relconcat): New functions.
8590         Give an error if --local-dir is given with --update.
8591         Remove trailing slashes from $local_gnulib_dir.
8592         (func_import): Store the relativized $local_gnulib_dir in
8593         gnulib-cache.m4, and read it from there if not specified explicitly.
8594
8595 2006-08-28  Bruno Haible  <bruno@clisp.org>
8596
8597         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
8598         is the current directory. Respect also $local_gnulib_dir.
8599
8600 2006-08-28  Bruno Haible  <bruno@clisp.org>
8601             Simon Josefsson  <jas@extundo.com>
8602
8603         BeOS portability.
8604         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
8605
8606 2006-08-27  Jim Meyering  <jim@meyering.net>
8607
8608         * doc/visibility.texi: Remove duplicate word: "pointer".
8609
8610 2006-08-26  Bruno Haible  <bruno@clisp.org>
8611
8612         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
8613         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
8614         (Makefile.am): Create inttypes.h from inttypes_.h.
8615         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
8616
8617         * modules/imaxabs: New file.
8618
8619         * modules/imaxdiv: New file.
8620
8621 2006-08-26  Bruno Haible  <bruno@clisp.org>
8622
8623         * m4/inttypes.m4: New file.
8624         * m4/_inttypes_h.m4: Remove file.
8625         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
8626         PRI_MACROS_BROKEN.
8627         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
8628
8629         * m4/imaxabs.m4: New file.
8630
8631         * m4/imaxdiv.m4: New file.
8632
8633 2006-08-26  Bruno Haible  <bruno@clisp.org>
8634
8635         * lib/inttypes_.h: New file.
8636         * lib/inttypes.h: Remove file.
8637         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
8638
8639         * lib/imaxabs.c: New file.
8640
8641         * lib/imaxdiv.c: New file.
8642
8643 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8644
8645         New config-h module, so that "make" output needn't be cluttered
8646         by -DHAVE_CONFIG_H.
8647         * MODULES.html.sh (Support for building libraries and executables):
8648         Add config-h.
8649         * modules/config-h: New file.
8650         * gnulib-tool (nl, sed_transform_lib_file): New vars.
8651         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
8652         the config-h module is used.
8653
8654         New configmake module, so that "make" output needn't be cluttered
8655         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
8656         * MODULES.html.sh (Support for building libraries and executables):
8657         Add configmake.
8658         * modules/configmake: New file.
8659
8660 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8661
8662         * m4/config-h.m4: New file.
8663
8664 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8665
8666         * config/srclist.txt: Add elisp-comp.
8667
8668 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8669
8670         * MODULES.html.sh (Support for building libraries and executables):
8671         Add elisp-comp.
8672         * build-aux/elisp-comp: New file.
8673         * modules/elisp-comp: New file.
8674
8675 2006-08-24  Bruno Haible  <bruno@clisp.org>
8676
8677         * gnulib-tool (func_create_testdir): Use non-default values of
8678         sourcebase and m4base.
8679
8680 2006-08-24  Bruno Haible  <bruno@clisp.org>
8681
8682         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
8683         HTML structure.
8684
8685 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
8686
8687         * modules/openat (Depends-on): Add lchown.
8688
8689 2006-08-23  Bruno Haible  <bruno@clisp.org>
8690
8691         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
8692         of gl_LOCK_EARLY instead of gl_LOCK.
8693
8694 2006-08-23  Bruno Haible  <bruno@clisp.org>
8695
8696         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
8697         on OSF/1 to no.
8698         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
8699
8700 2006-08-23  Bruno Haible  <bruno@clisp.org>
8701
8702         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
8703         as unusable.
8704
8705         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
8706         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
8707         (gl_LOCK): New macro.
8708
8709 2006-08-22  Simon Josefsson  <jas@extundo.com>
8710
8711         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
8712         to md5 module.
8713
8714 2006-08-22  Simon Josefsson  <jas@extundo.com>
8715
8716         * MODULES.html.sh: Add "Support for maintaining and release
8717         projects".
8718
8719         * build-aux/gnupload: New file, from coreutils.
8720
8721 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8722
8723         Avoid the need for AC_LIBSOURCES in m4 macros.
8724         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
8725         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
8726         * modules/check-version (EXTRA_DIST): Add check-version.h.
8727         * modules/crc (EXTRA_DIST): Add crc.h.
8728         * modules/des (EXTRA_DIST): Add des.h.
8729         * modules/gc (EXTRA_DIST): Add gc.h.
8730         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
8731         * modules/getline (EXTRA_DIST): Add getline.h.
8732         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
8733         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
8734         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
8735         * modules/md2 (EXTRA_DIST): Add md2.h.
8736         * modules/md4 (EXTRA_DIST): Add md4.h.
8737         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
8738         * modules/read-file (EXTRA_DIST): Add read-file.h.
8739         * modules/readline (EXTRA_DIST): Add readline.h.
8740         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
8741         rijndael-api-fst.h.
8742
8743 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8744
8745         * m4/rijndael.m4 (gl_ARCFOUR):
8746         * m4/arctwo.m4 (gl_ARCTWO):
8747         * m4/check-version.m4 (gl_CHECK_VERSION):
8748         * m4/crc.m4 (gl_CRC):
8749         * m4/des.m4 (gl_DES):
8750         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
8751         * m4/gc.m4 (gl_GC):
8752         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
8753         * m4/getline.m4 (gl_FUNC_GETLINE):
8754         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
8755         * m4/hmac-md5.m4 (gl_HMAC_MD5):
8756         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
8757         * m4/md2.m4 (gl_MD2):
8758         * m4/md4.m4 (gl_MD4):
8759         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
8760         * m4/read-file.m4 (gl_FUNC_READ_FILE):
8761         * m4/readline.m4 (gl_FUNC_READLINE):
8762         * m4/rijndael.m4 (gl_RIJNDAEL):
8763         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8764         to get the necessary .h files and whatnot.
8765
8766 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8767
8768         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
8769         gnulib rather than the other way around.
8770         * config/srclistvars.sh (COREUTILS): Remove.
8771
8772 2006-08-22  Jim Meyering  <jim@meyering.net>
8773
8774         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
8775
8776         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
8777
8778 2006-08-22  Eric Blake  <ebb9@byu.net>
8779
8780         * modules/regexprops-generic: New file.
8781         * MODULES.html.sh (Support for building documentation): List it.
8782
8783 2006-08-22  Eric Blake  <ebb9@byu.net>
8784
8785         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
8786         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
8787         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
8788         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
8789
8790 2006-08-22  Bruno Haible  <bruno@clisp.org>
8791
8792         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
8793         and lib_LTLIBRARIES like the other lib_* variables.
8794
8795 2006-08-22  Bruno Haible  <bruno@clisp.org>
8796
8797         * build-aux/x-to-1.in: New file, from GNU gettext.
8798
8799 2006-08-22  Bruno Haible  <bruno@clisp.org>
8800
8801         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
8802         <utmpx.h> exists.
8803
8804 2006-08-22  Bruno Haible  <bruno@clisp.org>
8805
8806         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
8807         <utmpx.h> exists.
8808
8809 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8810
8811         BeOS portability.
8812         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
8813         exist.
8814         Problem reported by Bruno Haible.
8815
8816 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8817
8818         Avoid the need for AC_LIBSOURCES in m4 macros.
8819         * modules/acl (EXTRA_DIST): Add acl.h.
8820         * modules/argmatch (Files): Add m4/argmatch.m4.
8821         (configure.ac): Add gl_ARGMATCH.
8822         (EXTRA_DIST): Renamed from lib_SOURCES, for
8823         consistency with the other modules.  Remove argmatch.c.
8824         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
8825         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
8826         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
8827         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
8828         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
8829         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
8830         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
8831         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
8832         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
8833         * modules/closeout (EXTRA_DIST): Add closeout.h.
8834         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
8835         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
8836         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
8837         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
8838         dirname.h; remove basename.c and stripslash.c.
8839         * modules/exclude (EXTRA_DIST): Add exclude.h.
8840         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
8841         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
8842         * modules/file-type (EXTRA_DIST): Add file-type.h.
8843         * modules/filemode (EXTRA_DIST): Add filemode.h.
8844         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
8845         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8846         * modules/fpending (EXTRA_DIST): Add __fpending.h.
8847         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
8848         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
8849         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
8850         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
8851         * modules/getdate (EXTRA_DIST): Add getdate.c.
8852         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
8853         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
8854         * modules/getpass (EXTRA_DIST): Add getpass.h.
8855         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
8856         * modules/group-member (EXTRA_DIST): Add group-member.h.
8857         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
8858         * modules/hash (EXTRA_DIST): Add hash.h.
8859         * modules/human (EXTRA_DIST): Add human.h.
8860         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
8861         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
8862         * modules/lchown (EXTRA_DIST): Add lchown.h.
8863         * modules/long-options (EXTRA_DIST): Add long-options.h.
8864         * modules/lstat (EXTRA_DIST): Add lstat.h.
8865         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
8866         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
8867         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
8868         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
8869         * modules/memxor (EXTRA_DIST): Add memxor.h.
8870         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
8871         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
8872         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
8873         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
8874         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
8875         * modules/physmem (EXTRA_DIST): Add physmem.h.
8876         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
8877         * modules/posixver (EXTRA_DIST): Add posixver.h.
8878         * modules/quote (EXTRA_DIST): Add quote.h.
8879         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
8880         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
8881         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
8882         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
8883         regex_internal.h regexec.c.
8884         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
8885         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
8886         * modules/same (EXTRA_DIST): Add same.h.
8887         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
8888         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
8889         * modules/savedir (EXTRA_DIST): Add savedir.h.
8890         * modules/sha1 (EXTRA_DIST): Add sha1.h.
8891         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
8892         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
8893         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
8894         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
8895         * modules/strdup (EXTRA_DIST): Add strdup.h.
8896         * modules/strftime (EXTRA_DIST): Add strftime.h.
8897         * modules/strndup (EXTRA_DIST): Add strndup.h.
8898         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
8899         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
8900         * modules/time_r (EXTRA_DIST): Add time_r.h.
8901         * modules/timespec (EXTRA_DIST): Add timespec.h.
8902         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8903         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
8904         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
8905         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
8906         * modules/userspec (EXTRA_DIST): Add userspec.h.
8907         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
8908         * modules/utimens (EXTRA_DIST): Add utimens.h.
8909         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
8910         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
8911         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
8912         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
8913         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
8914         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
8915         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
8916         * modules/yesno (EXTRA_DIST): Add yesno.h.
8917
8918 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8919
8920         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
8921
8922         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
8923         * m4/dev-ino.m4, same-inode.m4: Remove.
8924
8925         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
8926         * m4/acl.m4 (AC_FUNC_ACL):
8927         * m4/backupfile.m4 (gl_BACKUPFILE):
8928         * m4/c-strtod.m4 (gl_C99_STRTOLD):
8929         * m4/canon-host.m4 (gl_CANON_HOST):
8930         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8931         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
8932         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
8933         * m4/cloexec.m4 (gl_CLOEXEC):
8934         * m4/close-stream.m4 (gl_CLOSE_STREAM):
8935         * m4/closeout.m4 (gl_CLOSEOUT):
8936         * m4/dirfd.m4 (gl_FUNC_DIRFD):
8937         * m4/dirname.m4 (gl_DIRNAME):
8938         * m4/exclude.m4 (gl_EXCLUDE):
8939         * m4/exitfail.m4 (gl_EXITFAIL):
8940         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
8941         * m4/file-type.m4 (gl_FILE_TYPE):
8942         * m4/filemode.m4 (gl_FILEMODE):
8943         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
8944         * m4/fpending.m4 (gl_FUNC_FPENDING):
8945         * m4/fprintftime.m4 (gl_FPRINTFTIME):
8946         * m4/fts.m4 (gl_FUNC_FTS):
8947         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
8948         * m4/getdate.m4 (gl_GETDATE):
8949         * m4/gethrxtime.m4 (gl_GETHRXTIME):
8950         * m4/getpagesize.m4 (gl_GETPAGESIZE):
8951         * m4/getpass.m4 (gl_FUNC_GETPASS):
8952         * m4/gettime.m4 (gl_GETTIME):
8953         * m4/getugroups.m4 (gl_GETUGROUPS):
8954         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
8955         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
8956         * m4/hard-locale.m4 (gl_HARD_LOCALE):
8957         * m4/hash.m4 (gl_HASH):
8958         * m4/idcache.m4 (gl_IDCACHE):
8959         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
8960         * m4/lchown.m4 (gl_FUNC_LCHOWN):
8961         * m4/long-options.m4 (gl_LONG_OPTIONS):
8962         * m4/lstat.m4 (gl_FUNC_LSTAT):
8963         * m4/md5.m4 (gl_MD5):
8964         * m4/memcasecmp.m4 (gl_MEMCASECMP):
8965         * m4/memcoll.m4 (gl_MEMCOLL):
8966         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
8967         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
8968         * m4/memxor.m4 (gl_MEMXOR):
8969         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
8970         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
8971         * m4/modechange.m4 (gl_MODECHANGE):
8972         * m4/mountlist.m4 (gl_MOUNTLIST):
8973         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8974         * m4/openat.m4 (gl_FUNC_OPENAT):
8975         * m4/pathmax.m4 (gl_PATHMAX):
8976         * m4/physmem.m4 (gl_PHYSMEM):
8977         * m4/posixtm.m4 (gl_POSIXTM):
8978         * m4/posixver.m4 (gl_POSIXVER):
8979         * m4/quote.m4 (gl_QUOTE):
8980         * m4/quotearg.m4 (gl_QUOTEARG):
8981         * m4/readtokens.m4 (gl_READTOKENS):
8982         * m4/readutmp.m4 (gl_READUTMP):
8983         * m4/regex.m4 (gl_REGEX):
8984         * m4/safe-read.m4 (gl_SAFE_READ):
8985         * m4/safe-write.m4 (gl_SAFE_WRITE):
8986         * m4/same.m4 (gl_SAME):
8987         * m4/save-cwd.m4 (gl_SAVE_CWD):
8988         * m4/savedir.m4 (gl_SAVEDIR):
8989         * m4/settime.m4 (gl_SETTIME):
8990         * m4/sha1.m4 (gl_SHA1):
8991         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
8992         * m4/stat-macros.m4 (gl_STAT_MACROS):
8993         * m4/stat-time.m4 (gl_STAT_TIME):
8994         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
8995         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
8996         * m4/strdup.m4 (gl_FUNC_STRDUP):
8997         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
8998         * m4/strndup.m4 (gl_FUNC_STRNDUP):
8999         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
9000         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
9001         * m4/time_r.m4 (gl_TIME_R):
9002         * m4/timespec.m4 (gl_TIMESPEC):
9003         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
9004         * m4/unlinkdir.m4 (gl_UNLINKDIR):
9005         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
9006         * m4/userspec.m4 (gl_USERSPEC):
9007         * m4/utimecmp.m4 (gl_UTIMECMP):
9008         * m4/utimens.m4 (gl_UTIMENS):
9009         * m4/xalloc.m4 (gl_XALLOC):
9010         * m4/xgetcwd.m4 (gl_XGETCWD):
9011         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
9012         * m4/xreadlink.m4 (gl_XREADLINK):
9013         * m4/xstrtod.m4 (gl_XSTRTOD):
9014         * m4/yesno.m4 (gl_YESNO):
9015         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
9016         to get the necessary .h files and whatnot.
9017
9018 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
9019             Bruno Haible  <bruno@clisp.org>
9020
9021         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
9022         /bin/sh understanding of '!' conditional negation.
9023
9024 2006-08-21  Jim Meyering  <jim@meyering.net>
9025
9026         * modules/openat (Depends-on): Really alphabetize.
9027
9028         * modules/acl (Depends-on): Add error and quote.
9029
9030         * check-module (find_included_lib_files): Add at-func.c to the
9031         ok-to-include-more-than-once white list.
9032
9033         * modules/openat (Depends-on): Add lstat.  Alphabetize.
9034
9035 2006-08-21  Bruno Haible  <bruno@clisp.org>
9036
9037         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9038         Emit a pkgdata_DATA variable only if some snippets add contents to it.
9039         Reported by Martin Lambers <marlam@marlam.de>.
9040
9041 2006-08-21  Bruno Haible  <bruno@clisp.org>
9042
9043         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
9044         specify an installation location, don't emit a noinst_LIBRARIES or
9045         noinst_LTLIBRARIES assignment.
9046
9047 2006-08-21  Bruno Haible  <bruno@clisp.org>
9048
9049         BeOS portability.
9050         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
9051         BeOS has mbrtowc() but no <wctype.h>.
9052
9053 2006-08-21  Bruno Haible  <bruno@clisp.org>
9054
9055         BeOS portability.
9056         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
9057         exist.
9058
9059 2006-08-21  Bruno Haible  <bruno@clisp.org>
9060
9061         BeOS portability.
9062         * lib/mbchar.h: Include <wctype.h> only if it exists.
9063
9064 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9065
9066         Remove files that are no longer needed by their respective modules.
9067         * m4/obstack.m4: Remove.
9068         * m4/strerror_r.m4: Remove.
9069         * m4/uint32_t.m4: Remove.
9070         * m4/uintptr_t.m4: Remove.
9071         * m4/ullong_max.m4: Remove.
9072         * m4/xstrtoimax.m4: Remove.
9073         * m4/xstrtoumax.m4: Remove.
9074
9075         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
9076         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
9077         dependencies now capture this.
9078
9079         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
9080         Do not use AC_LIBSOURCES, since gnulib modules now do this.
9081         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
9082         * m4/human.m4 (gl_HUMAN): Likewise.
9083         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
9084         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
9085
9086         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
9087
9088         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
9089         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
9090         stdint.
9091         * m4/human.m4 (gl_HUMAN): Likewise.
9092         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
9093         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
9094         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
9095         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
9096         * m4/xstrtol (gl_XSTRTOL): Likewise.
9097
9098         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
9099         AC_TYPE_LONG_LONG_INT.
9100         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
9101         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
9102         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
9103         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
9104
9105         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
9106         on stdbool.
9107
9108         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
9109         (gl_PREREQ_XSTRTOUL): Remove.
9110
9111         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
9112
9113         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
9114         mode.
9115
9116 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9117
9118         Add and change modules to make it easier for coreutils to use
9119         gnulib-tool.
9120         * modules/backupfile (Files): Remove m4/d-ino.m4.
9121         (Depends-on): Add d-ino.
9122         * modules/cycle-check (Depends-on): Add stdint.
9123         (lib_SOURCES): Add cycle-check.h.
9124         * modules/d-ino: New module.
9125         * modules/d-type: New module.
9126         * modules/error (Files): Remove m4/strerror_r.m4.
9127         * modules/filemode (Files): Add m4/st_dm_mode.m4.
9128         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
9129         m4/inttypes_h.m4, m4/uintmax_t.m4.
9130         (Depends-on): Add stdint.
9131         (lib_SOURCES): Add fsusage.h.
9132         * modules/getcwd (Files): Remove d-ino.m4.
9133         (Depends-on): Add d-ino.
9134         * modules/getndelim2 (Depends-on): Add stdint.
9135         * modules/glob (Files): Remove m4/d-type.m4.
9136         (Depends-on): Add d-type.
9137         * modules/host-os: New module.
9138         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
9139         m4/inttypes_h.m4, m4/uintmax_t.m4.
9140         * Depends-on: Add stdint.
9141         (lib_SOURCES): Add human.h.
9142         * modules/inttostr (Files): Remove m4/intmax_t.m4,
9143         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
9144         m4/uintmax_t.m4, m4/ulonglong.m4.
9145         (Depends-on): Add stdint.
9146         (EXTRA_DIST): Add inttostr.h.
9147         * modules/lchmod: New module.
9148         * modules/link-follow: New module.
9149         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
9150         (Depends-on): Add lchmod.
9151         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
9152         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
9153         (Depends-on): Add stdint.
9154         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
9155         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
9156         (Depends-on): Add stdint.
9157         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
9158         * modules/perl: New module.
9159         * modules/regex (Depends-on): Add stdint.
9160         * modules/rmdir-errno: New module.
9161         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
9162         m4/intmax_t.m4.
9163         (Depends-on): Add stdint.
9164         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
9165         m4/uintmax_t.m4.
9166         (Depends-on): Add stdint.
9167         * modules/unlink-busy: New module.
9168         * modules/utimecmp (Depends-on): Add stdint.
9169         * modules/uptime: New module.
9170         * modules/winsz-ioctl: New module.
9171         * modules/winsz-termios: New module.
9172         * modules/xnanosleep (Depends-on): Add nanosleep.
9173         * modules/ullong_max: Remove.
9174         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
9175         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
9176         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
9177         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
9178         (Depends-on): Add inttypes.
9179         (lib_SOURCES): Add xstrtol.h.
9180         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
9181         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
9182         * MODULES.html.sh: Move 'assert' into the assert section.
9183         Move 'dummy' into the linking section.
9184         Remove ullong_max.
9185         Add section for compatibility checks for POSIX:2001 functions,
9186         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
9187         winsz-ioctl, and winsz-termios into it.
9188         Add lchmod.
9189         Add top-level Misc section and put host-os, perl, and uptime
9190         into it.
9191
9192 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9193
9194         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
9195         now assume the stdint module.  Do not include inttypes.h.
9196         * lib/fsusage.h: Likewise.
9197         * lib/getndelim2.c: Likewise.
9198         * lib/human.h: Likewise.
9199         * lib/inttostr.h: Likewise.
9200         * lib/obstack.c: Likewise.
9201         * lib/regex_internal.h: Likewise.
9202         * lib/tempname.c: Likewise.
9203         * lib/utimecmp.c: Likewise.
9204         * lib/xstrtol.h: Likewise.
9205
9206         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
9207
9208         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
9209         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
9210         * lib/xtime.h: Likewise.
9211
9212 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9213
9214         * modules/openat (Files): Add lib/fchmodat.c.
9215         Fixes problem reported by Jay Youngman.
9216
9217 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9218
9219         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
9220         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
9221
9222 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
9223             Bruno Haible  <bruno@clisp.org>
9224
9225         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
9226         and is a script that invokes bison. Tighten the code. Add comments.
9227
9228 2006-08-18  Jim Meyering  <jim@meyering.net>
9229
9230         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
9231         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
9232         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
9233         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
9234
9235 2006-08-18  Bruno Haible  <bruno@clisp.org>
9236
9237         * modules/bison-i18n: New file.
9238         * MODULES.html.sh (Internationalization functions): Add it.
9239
9240 2006-08-18  Bruno Haible  <bruno@clisp.org>
9241
9242         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
9243         sys/statvfs.h. When getmntinfo was found, check its declaration and
9244         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
9245
9246 2006-08-18  Bruno Haible  <bruno@clisp.org>
9247
9248         * m4/bison-i18n.m4: New file, from bison.
9249
9250 2006-08-18  Bruno Haible  <bruno@clisp.org>
9251
9252         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
9253         (ME_DUMMY): Treat "kernfs" as a dummy.
9254         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
9255
9256 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9257
9258         Update from coreutils.
9259
9260         2006-08-15  Jim Meyering  <jim@meyering.net>
9261
9262         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
9263
9264         2006-01-17  Jim Meyering  <jim@meyering.net>
9265
9266         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
9267
9268         2006-01-11  Jim Meyering  <jim@meyering.net>
9269
9270         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
9271         Check for the lchmod function.
9272
9273 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9274
9275         Update from coreutils.
9276
9277         * lib/__fpending.h: Add copyright notice.
9278         * lib/fprintftime.h: Likewise.
9279         * lib/savedir.c: Use (C) in copyright notice.
9280         * lib/savedir.h: Likewise.
9281
9282         2006-08-15  Jim Meyering  <jim@meyering.net>
9283
9284         * lib/at-func.c: New file, with the logic of all emulated at-functions.
9285         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
9286         in support of the EXPECTED_ERRNO macro.
9287         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
9288         definitions.  Instead, define the appropriate symbols and include
9289         "at-func.c".
9290         * lib/mkdirat.c (mkdirat): Likewise.
9291         * lib/fchmodat.c (fchmodat): Likewise.
9292         (ENOSYS): Remove definition.
9293         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
9294         it.  Don't include "unistd--.h" -- it wasn't ever used.
9295
9296         2006-01-17  Jim Meyering  <jim@meyering.net>
9297
9298         Rewrite fts.c not to change the current working directory,
9299         by using openat, fstatat, fdopendir, etc..
9300
9301         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
9302         (HAVE_OPENAT_SUPPORT): Define.
9303         [_LIBC] (fchdir): Don't undef or define; no longer used.
9304         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
9305         Now, this `function' always succeeds, and consumes its file descriptor
9306         parameter -- so callers must not close such FDs.  Update callers.
9307         (diropen_fd, opendirat, cwd_advance_fd): New functions.
9308         (diropen): Add parameter, SP.  Adjust all callers.
9309         Implement using diropen_fd, rather than open.
9310         (fts_open): Initialize new member, fts_cwd_fd.
9311         Remove fts_rft-setting code.
9312         (fts_close): Close fts_cwd_fd, if necessary.
9313         (__opendir2): Define in terms of opendir or opendirat,
9314         depending on whether the FST_NOCHDIR flag is set.
9315         (fts_build): Since fts_safe_changedir consumes its FD, and since
9316         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
9317         and close the dup'd file descriptor upon failure.
9318         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
9319         (fts_safe_changedir): Tweak semantics to reflect that this function
9320         now calls cwd_advance_fd and hence consumes its FD argument.
9321         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
9322         [struct FTS] (fts_rft): Remove now-unused member.
9323         [struct FTS] (fts_cycle.state): Improve comment.
9324
9325         * lib/openat.c (openat_needs_fchdir): New function.
9326         * lib/openat.h (openat_needs_fchdir): Declare it.
9327
9328 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
9329
9330         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
9331         Problem and fix reported by Pádraig Brady in
9332         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
9333
9334 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9335
9336         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
9337
9338 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9339
9340         * lib/memcoll.c (memcoll): Optimize for the common case where the
9341         arguments are bytewise equal.
9342
9343 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9344
9345         * doc/regexprops-generic.texi: Add a copyright notice.
9346
9347 2006-08-15  Bruno Haible  <bruno@clisp.org>
9348
9349         * modules/tmpdir (License): Change to LGPL.
9350
9351 2006-08-15  Bruno Haible  <bruno@clisp.org>
9352
9353         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
9354         module.
9355
9356 2006-08-14  Simon Josefsson  <jas@extundo.com>
9357
9358         * config/srclist.txt: Add gnupload.
9359
9360 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9361
9362         Change copyright notice from LGPL 2 to GPL 2, since that's the
9363         standard form used in the gnulib repository.
9364         * tests/test-lock.c: Likewise.
9365         * tests/test-stdint.c: Likewise.
9366         * tests/test-tls.c: Likewise.
9367
9368         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
9369         prelude-manager.  User shorter URLs for GNU projects, without '?'.
9370         Add copyright notice.
9371
9372         * check-module: Add copyright notice.  Output a copyright
9373         notice if "--version" is specified.
9374         * modules/COPYING: New file.
9375         * tests/test-getaddrinfo.c: Add copyright notice.
9376         * tests/test-verify.c: Likewise.
9377
9378 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9379
9380         Change copyright notice from LGPL 2 to GPL 2, since that's the
9381         standard form used in the gnulib repository.
9382         * lib/lock.c: LGPL -> GPL.
9383         * lib/lock.h: Likewise.
9384         * lib/strnlen1.c: Likewise.
9385         * lib/strnlen1.h: Likewise.
9386         * lib/tls.c: Likewise.
9387         * lib/tls.h: Likewise.
9388         * lib/tmpdir.c: Likewise.
9389
9390         * lib/TODO: Remove; this belongs only in coreutils.
9391
9392 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9393
9394         Add copyright notices to long-enough files that lack them, since
9395         otherwise the files aren't clearly free.  Use the same notice that
9396         getdate.texi already uses.
9397         * doc/alloca-opt.texi: Add copyright notice.
9398         * doc/alloca.texi: Likewise.
9399         * doc/ctime.texi: Likewise.
9400         * doc/functions.texi: Likewise.
9401         * doc/gcd.texi: Likewise.
9402         * doc/gnulib-tool.texi: Likewise.
9403         * doc/inet_ntoa.texi: Likewise.
9404         * doc/visibility.texi: Likewise.
9405
9406         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
9407         * doc/quote.texi: Add copyright notice.
9408
9409         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
9410         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
9411         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
9412         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
9413         is now obsolete, and give a pointer to the Sun list.
9414         Add copyright notice.
9415
9416 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9417
9418         * config/srclistvars.sh: Add copyright notice.
9419
9420 2006-08-14  Eric Blake  <ebb9@byu.net>
9421
9422         Import the following change from libc:
9423
9424         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9425
9426         Upstream bug 2997.
9427         * lib/misc/error.c: Add space between program name and message if file
9428         name is missing.
9429
9430 2006-08-12  Karl Berry  <karl@gnu.org>
9431
9432         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
9433         remove, these originate in gnulib now.
9434
9435 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9436
9437         * doc/Makefile (standards.info standards.html standards.dvi):
9438         Also depend on make-stds.texi.
9439
9440 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9441
9442         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
9443         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
9444
9445         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
9446         in wchar_t.  Problem reported by Eric Blake.
9447
9448         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
9449         LEN is smaller than SIZE.  Suggested by Bruno Haible.
9450         Also, help the compiler to keep LEN in a register.
9451
9452 2006-08-11  Eric Blake  <ebb9@byu.net>
9453
9454         * users.txt: Sort.  Add tar.
9455
9456 2006-08-11  Bruno Haible  <bruno@clisp.org>
9457
9458         * users.txt: New file.
9459
9460 2006-08-11  Bruno Haible  <bruno@clisp.org>
9461
9462         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
9463         before <wchar.h>. Needed for OSF/1 and BSD/OS.
9464
9465 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9466
9467         * modules/snprintf (Depends-on): Remove minmax.
9468         (Maintainer): Add self and Bruno.
9469
9470 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9471
9472         * lib/.cppi-disable: Add snprintf.h, socket_.h.
9473         * lib/snprintf.c: Include <errno.h> and <limits.h>.
9474         (EOVERFLOW): Define if the system does not.
9475         Do not include "minmax.h"; it wasn't used.
9476         (snprintf): Don't assume size_t promotes to an unsigned type.
9477         Fix bug when generated string was too long for the buffer: the
9478         buffer's contents are supposed to be the initial prefix of the
9479         output.  Don't assume vasnprintf returns EOVERFLOW if the size
9480         exceeds INT_MAX; do the check ourselves.
9481
9482         Import the following changes from libc:
9483
9484         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9485
9486         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
9487         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
9488         set wc to the byte which couldn't be converted.
9489         (re_string_reconstruct): Don't clear valid_raw_len before calling
9490         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9491         tip_context using re_string_context_at.
9492
9493         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
9494
9495         * lib/posix/regex.h: g++ still cannot handled [restrict].
9496
9497         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
9498
9499         * lib/posix/regex.h: Remove special handling for VMS.
9500
9501 2006-08-10  Jim Meyering  <jim@meyering.net>
9502
9503         * modules/same-inode: New module.
9504         * modules/dev-ino: New module.
9505         * modules/cycle-check: Depend on these modules, rather than simply
9506         including their .h files.
9507         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
9508         required via m4/cycle-check.m4.
9509         * modules/same: Depend on new same-inode module, rather than
9510         including same-inode.h.
9511         * modules/chdir-safer: New file.
9512
9513         * modules/chown (Depends-on): Add stat-macros.
9514
9515 2006-08-10  Jim Meyering  <jim@meyering.net>
9516
9517         * m4/cycle-check.m4: New file.
9518         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
9519         * m4/dev-ino.m4, m4/same-inode.m4: New files.
9520
9521 2006-08-10  Eric Blake  <ebb9@byu.net>
9522
9523         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
9524         in from original proposal.
9525
9526 2006-08-10  Eric Blake  <ebb9@byu.net>
9527         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9528
9529         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
9530         namespace.
9531
9532 2006-08-10  Bruno Haible  <bruno@clisp.org>
9533
9534         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
9535         as well.
9536
9537 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9538
9539         Sync from coreutils.
9540
9541         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
9542
9543         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
9544         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
9545
9546 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9547
9548         * modules/restrict: Remove; no longer needed now that we assume
9549         Autoconf 2.59 or later.
9550         * MODULES.html.sh: Remove 'restrict'.
9551         * modules/argp (Depends-on): Remove 'restrict'.
9552         * modules/base64 (Depends-on): Likewise.
9553         * modules/gc (Depends-on): Likewise.
9554         * modules/getaddrinfo (Depends-on): Likewise.
9555         * modules/glob (Depends-on): Likewise.
9556         * modules/inet_ntop (Depends-on): Likewise.
9557         * modules/inet_pton (Depends-on): Likewise.
9558         * modules/memxor (Depends-on): Likewise.
9559         * modules/regex (Depends-on): Likewise.
9560         * modules/strtok_r (Depends-on): Likewise.
9561         * modules/time_r (Depends-on): Likewise.
9562
9563 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9564
9565         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
9566         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
9567         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9568         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
9569         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
9570         * m4/memxor.m4 (gl_MEMXOR): Likewise.
9571         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
9572         gl_C_RESTRICT replaced by AC_C_RESTRICT.
9573
9574         Merge from coreutils.
9575         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
9576         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
9577         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9578         * m4/time_r.m4 (gl_TIME_R): Likewise.
9579
9580 2006-08-09  Karl Berry  <karl@gnu.org>
9581
9582         * config/srclist.txt: no more gettext-tools, per Bruno.
9583
9584 2006-08-08  Eric Blake  <ebb9@byu.net>
9585
9586         * modules/verror: New module.
9587         * MODULES.html.sh: Document it.
9588
9589 2006-08-08  Eric Blake  <ebb9@byu.net>
9590
9591         * lib/verror.h, lib/verror.c: New files.
9592
9593 2006-08-08  Eric Blake  <ebb9@byu.net>
9594
9595         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
9596         verror_at_line output complies with GNU Coding Standards even when
9597         file is NULL.
9598
9599 2006-08-07  Bruno Haible  <bruno@clisp.org>
9600
9601         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
9602         versions of AIX.
9603         Reported by Ralf Wildenhues.
9604
9605 2006-08-07  Bruno Haible  <bruno@clisp.org>
9606
9607         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
9608         in an AC_DEFUN. Needed so that the autoconf snippets can use
9609         AC_REQUIRE.
9610
9611 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9612
9613         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9614         Initialize pkgdata_DATA.
9615         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
9616         overriding it.
9617
9618 2006-08-06  Eric Blake  <ebb9@byu.net>
9619
9620         * lib/error.h: Fold in some upstream changes from glibc.
9621         * lib/error.c: Likewise.
9622
9623 2006-08-04  Bruno Haible  <bruno@clisp.org>
9624
9625         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9626         Make the mostlyclean-local rule depend on mostlyclean-generic.
9627         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
9628
9629 2006-07-31  Bruno Haible  <bruno@clisp.org>
9630
9631         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
9632         <stdlib.h>, <string.h>.
9633
9634 2006-07-30  Bruno Haible  <bruno@clisp.org>
9635
9636         * modules/readlink (License): Change to LGPL.
9637
9638 2006-07-30  Bruno Haible  <bruno@clisp.org>
9639
9640         * modules/javaversion (Makefile.am): Distribute javaversion.java and
9641         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
9642         set PKGDATADIR to point to it.
9643
9644 2006-07-30  Bruno Haible  <bruno@clisp.org>
9645
9646         * modules/csharpexec (configure.ac): Comment out macro invocation.
9647         * modules/javaexec (configure.ac): Likewise.
9648         * modules/javacomp-script (configure.ac): Likewise.
9649
9650         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
9651
9652 2006-07-30  Bruno Haible  <bruno@clisp.org>
9653
9654         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
9655         linked-list.
9656
9657 2006-07-30  Bruno Haible  <bruno@clisp.org>
9658
9659         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
9660
9661 2006-07-30  Bruno Haible  <bruno@clisp.org>
9662
9663         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9664         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
9665         get removed.
9666
9667 2006-07-29  Bruno Haible  <bruno@clisp.org>
9668
9669         Make it possible for gnulib-tool to work with locally modified or
9670         augmented gnulib repositories.
9671         * gnulib-tool (func_usage): Document --local-dir option.
9672         (local_gnulib_dir): New variable.
9673         Handle --local-dir option.
9674         (func_lookup_file): New function.
9675         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
9676         (func_get_description, func_get_filelist, func_get_description,
9677         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
9678         func_get_automake_snippet, func_get_include_directive,
9679         func_get_license, func_get_maintainer): Use func_lookup_file.
9680         (func_import, func_create_testdir): Use func_lookup_file.
9681
9682 2006-07-29  Bruno Haible  <bruno@clisp.org>
9683
9684         * modules/setenv (Depends-on): Add unistd.
9685
9686 2006-07-29  Bruno Haible  <bruno@clisp.org>
9687
9688         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
9689
9690 2006-07-29  Bruno Haible  <bruno@clisp.org>
9691
9692         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
9693
9694 2006-07-29  Bruno Haible  <bruno@clisp.org>
9695
9696         * gnulib-tool (import, update): If there is no Makefile.am, look at
9697         aclocal.m4, instead of bailing out.
9698
9699 2006-07-29  Bruno Haible  <bruno@clisp.org>
9700
9701         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
9702         Categorize the options by when they are useful.
9703
9704 2006-07-29  Bruno Haible  <bruno@clisp.org>
9705
9706         * gnulib-tool (func_usage): Document option --no-libtool.
9707         Handle option --no-libtool.
9708         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
9709         for changed semantics of $libtool variable.
9710         (func_import): Likewise. If libtool is not used, show this through
9711         an option --no-libtool.
9712         (func_create_testdir): Update.
9713
9714 2006-07-29  Bruno Haible  <bruno@clisp.org>
9715
9716         * gnulib-tool (func_import): Extend error message about missing
9717         --doc-base.
9718
9719 2006-07-29  Bruno Haible  <bruno@clisp.org>
9720
9721         * gnulib-tool (func_import): Don't create the $docbase directory if
9722         there is no file to store there.
9723
9724 2006-07-29  Bruno Haible  <bruno@clisp.org>
9725
9726         * gnulib-tool (autoconf_minversion): If a --dir option is given and
9727         relevant, look for configure.ac there, not in the current directory.
9728         Also use a simple search for AC_PREREQ, not "autoconf --trace".
9729
9730 2006-07-29  Bruno Haible  <bruno@clisp.org>
9731
9732         * gnulib-tool (SORT): New variable.
9733         (func_usage): Undocument --assume-autoconf option.
9734         Remove --assume-autoconf option handling.
9735         (autoconf_minversion): Determine from the contents of configure.ac.
9736         (func_import): Remove autoconf_minversion handling.
9737         Suggested by Eric Blake.
9738
9739 2006-07-29  Bruno Haible  <bruno@clisp.org>
9740
9741         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
9742
9743 2006-07-29  Bruno Haible  <bruno@clisp.org>
9744
9745         * config/srclist.txt (*setenv.[ch]): Remove rules.
9746
9747 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9748
9749         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
9750
9751 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9752
9753         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
9754         arpa/inet.h.
9755
9756 2006-07-28  Simon Josefsson  <jas@extundo.com>
9757
9758         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
9759         * modules/inet_pton (Depends-on): Likewise.
9760
9761 2006-07-28  Simon Josefsson  <jas@extundo.com>
9762
9763         * m4/netinet_in_h.m4: New file.
9764
9765 2006-07-28  Simon Josefsson  <jas@extundo.com>
9766
9767         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
9768         #include's.
9769
9770 2006-07-28  Simon Josefsson  <jas@extundo.com>
9771
9772         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
9773         #include's.
9774
9775 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
9776
9777         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
9778         setgid on directories only if they set these bits.
9779         * lib/modechange.h: Remove obsolete comment about masks.
9780
9781 2006-07-28  Eric Blake  <ebb9@byu.net>
9782
9783         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
9784         macro expansion.
9785
9786 2006-07-28  Bruno Haible  <bruno@clisp.org>
9787
9788         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
9789
9790 2006-07-28  Bruno Haible  <bruno@clisp.org>
9791
9792         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
9793
9794 2006-07-28  Bruno Haible  <bruno@clisp.org>
9795
9796         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
9797         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
9798         Define fallbacks.
9799         Avoids link error on FreeBSD 4.x.
9800         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9801
9802         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
9803         encoding.
9804         * lib/mbswidth.c (iswcntrl): Likewise.
9805
9806 2006-07-27  Bruno Haible  <bruno@clisp.org>
9807
9808         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
9809         test.
9810
9811 2006-07-27  Bruno Haible  <bruno@clisp.org>
9812
9813         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
9814         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
9815         defined.
9816
9817 2006-07-26  Eric Blake  <ebb9@byu.net>
9818
9819         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
9820
9821 2006-07-26  Eric Blake  <ebb9@byu.net>
9822
9823         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
9824         like mingw that lack mkstemp.
9825         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
9826         avoid compilation warning on mingw.
9827
9828 2006-07-26  Bruno Haible  <bruno@clisp.org>
9829
9830         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
9831         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
9832         INT_FAST*_MIN, INTPTR_MIN.
9833
9834 2006-07-25  Bruno Haible  <bruno@clisp.org>
9835
9836         * modules/version-etc (Depends-on): Add stdarg.
9837
9838 2006-07-25  Bruno Haible  <bruno@clisp.org>
9839
9840         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
9841         complex commands.
9842
9843 2006-07-25  Bruno Haible  <bruno@clisp.org>
9844
9845         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
9846         defined in <stdarg.h> or config.h.
9847
9848 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9849
9850         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
9851         (gl_STDIO_SAFER): Remove.
9852
9853 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9854
9855         * MODULES.html.sh (File stream based Input/Output):
9856         Add fopen-safer, tmpfile-safer; remove stdio-safer.
9857         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
9858         * modules/fopen-safer, modules/tmpfile-safer: New files.
9859         * modules/stdio-safer: Remove.
9860
9861 2006-07-24  Bruno Haible  <bruno@clisp.org>
9862
9863         * modules/tmpdir: New file.
9864         * MODULES.html.sh (File system functions): Add it.
9865
9866 2006-07-24  Bruno Haible  <bruno@clisp.org>
9867
9868         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
9869         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
9870
9871 2006-07-24  Bruno Haible  <bruno@clisp.org>
9872
9873         * modules/clean-temp: New file.
9874
9875 2006-07-24  Bruno Haible  <bruno@clisp.org>
9876
9877         * m4/tmpdir.m4: New file, from GNU gettext.
9878
9879 2006-07-24  Bruno Haible  <bruno@clisp.org>
9880
9881         * lib/tmpdir.h: New file, from GNU gettext.
9882         * lib/tmpdir.c: New file, from GNU gettext.
9883
9884 2006-07-24  Bruno Haible  <bruno@clisp.org>
9885
9886         * lib/clean-temp.h: New file, from GNU gettext.
9887         * lib/clean-temp.c: New file, from GNU gettext.
9888
9889 2006-07-23  Eric Blake  <ebb9@byu.net>
9890
9891         * modules/stdio-safer (Files): Add tmpfile-safer.c.
9892         (Depends-on): Add binary-io.
9893
9894 2006-07-23  Eric Blake  <ebb9@byu.net>
9895
9896         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
9897
9898 2006-07-23  Eric Blake  <ebb9@byu.net>
9899
9900         * lib/tmpfile-safer.c: New file.
9901         * lib/stdio-safer.h (fopen_safer): Add prototype.
9902         * lib/stdio--.h (tmpfile): Make safer.
9903
9904 2006-07-23  Bruno Haible  <bruno@clisp.org>
9905
9906         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
9907         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
9908         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
9909         gl_linked_remove_at): Use it.
9910
9911 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9912         and Simon Josefsson <jas@extundo.com>
9913
9914         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
9915
9916         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
9917
9918 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9919
9920         * modules/close-stream: New file.
9921         * modules/closeout (Description): Make it clear that it exits
9922         with a diagnostic on error.
9923         (Depends-on): Add close-stream.  Remove fpending, stdbool.
9924         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
9925
9926 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9927
9928         * m4/close-stream.m4: New file.
9929
9930 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9931
9932         * lib/close-stream.c, lib/close-stream.h: New files.
9933
9934 2006-07-22  Bruno Haible  <bruno@clisp.org>
9935
9936         Merge from GNU gettext 0.15.
9937
9938         2006-05-01  Bruno Haible  <bruno@clisp.org>
9939
9940                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
9941
9942         2006-07-22  Bruno Haible  <bruno@clisp.org>
9943
9944                 * modules/javaversion: New file.
9945                 * MODULES.html.sh (Java): Add javaversion.
9946
9947         2006-03-12  Bruno Haible  <bruno@clisp.org>
9948
9949                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
9950
9951         2005-12-04  Bruno Haible  <bruno@clisp.org>
9952
9953                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
9954                 (untested).
9955
9956         2006-06-21  Bruno Haible  <bruno@clisp.org>
9957
9958                 Avoid warnings from recent versions of mcs.
9959                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
9960                 -o, -L, -r any more. Use options documented since mcs-1.0
9961                 instead. Similarly for -g.
9962
9963         2005-12-04  Bruno Haible  <bruno@clisp.org>
9964
9965                 * build-aux/csharpcomp.sh.in: Suffix for resources is
9966                 .resources, not .resource.
9967
9968         2005-07-09  Bruno Haible  <bruno@clisp.org>
9969
9970                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
9971                 add a .dll suffix.
9972                 Reported by Mark Junker <mjscod@gmx.de>.
9973
9974         2006-07-22  Bruno Haible  <bruno@clisp.org>
9975
9976                 * modules/gettext: Upgrade to gettext-0.15.
9977                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
9978                 m4/visibility.m4.
9979                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
9980
9981 2006-07-22  Bruno Haible  <bruno@clisp.org>
9982
9983         Merge from GNU gettext 0.15.
9984
9985         2006-03-25  Bruno Haible  <bruno@clisp.org>
9986
9987                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
9988
9989         2006-07-21  Bruno Haible  <bruno@clisp.org>
9990
9991                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
9992                 "1.1".
9993
9994         2006-05-09  Bruno Haible  <bruno@clisp.org>
9995
9996                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
9997                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
9998                 for the conftestver execution.
9999
10000         2006-05-01  Bruno Haible  <bruno@clisp.org>
10001
10002                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
10003                 optional target-version argument. Verify that the compiler
10004                 groks source of the specified source-version, or add -source
10005                 option as necessary. Verify that the compiler produces
10006                 bytecode in the specified target-version, or add -target and
10007                 -source options as necessary. Make the result of the test
10008                 available as variable CONF_JAVAC. Also log error output in
10009                 config.log.
10010
10011         2006-03-11  Bruno Haible  <bruno@clisp.org>
10012
10013                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
10014
10015         2006-05-09  Bruno Haible  <bruno@clisp.org>
10016
10017                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
10018                 CLASSPATH_SEPARATOR to a semicolon.
10019
10020         2006-03-12  Bruno Haible  <bruno@clisp.org>
10021
10022                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
10023                 available as variable CONF_JAVA, for subsequent autoconf
10024                 tests. Also log error output in config.log.
10025
10026         2006-07-19  Bruno Haible  <bruno@clisp.org>
10027
10028                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
10029                 that getline works on glibc2 systems. Needed to avoid trouble
10030                 in relocatable.c.
10031                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
10032
10033         2005-12-04  Bruno Haible  <bruno@clisp.org>
10034
10035                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
10036                 launcher (untested).
10037
10038         2005-12-04  Bruno Haible  <bruno@clisp.org>
10039
10040                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
10041
10042         2006-07-22  Bruno Haible  <bruno@clisp.org>
10043
10044                 * gettext.m4: Update from GNU gettext-0.15.
10045                 * nls.m4: Likewise.
10046                 * po.m4: Likewise.
10047                 * inttypes-pri.m4: Likewise.
10048                 * inttypes-h.m4: Renamed from inttypes.m4.
10049                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
10050
10051 2006-07-22  Bruno Haible  <bruno@clisp.org>
10052
10053         Merge from GNU gettext 0.15.
10054
10055         2005-07-05  Bruno Haible  <bruno@clisp.org>
10056
10057                 * printf-args.c (printf_fetchargs): Work around broken
10058                 definition of wint_t on mingw.
10059
10060         2005-02-12  Bruno Haible  <bruno@clisp.org>
10061
10062                 * xallocsa.h: Add extern "C" for C++.
10063
10064         2006-05-17  Bruno Haible  <bruno@clisp.org>
10065
10066                 Cygwin portability.
10067                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
10068
10069         2006-04-30  Bruno Haible  <bruno@clisp.org>
10070
10071                 * progreloc.c: Include <mach-o/dyld.h> if available.
10072                 (find_executable): Use _NSGetExecutablePath when possible.
10073
10074         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
10075
10076                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
10077                 function.
10078
10079         2005-12-29  Bruno Haible  <bruno@clisp.org>
10080
10081                 * progreloc.c (set_program_name_and_installdir): Fix
10082                 compilation error.
10083
10084         2005-12-04  Bruno Haible  <bruno@clisp.org>
10085
10086                 Cygwin portability.
10087                 * progreloc.c: Include <windows.h> also on Cygwin.
10088                 (find_executable): Add support for Cygwin.
10089                 (set_program_name_and_installdir): Handle also platforms with
10090                 nonempty EXEEXT.
10091
10092         2006-07-11  Bruno Haible  <bruno@clisp.org>
10093
10094                 * javacomp.c: Fix a comment.
10095                 Reported by Jim Meyering.
10096
10097         2006-04-30  Bruno Haible  <bruno@clisp.org>
10098
10099                 * javacomp.h (compile_java_class): Add source_version,
10100                 target_version arguments.
10101                 * javacomp.c: Rewritten to choose only a compiler that
10102                 respects the specified source_version and target_version.
10103
10104         2006-06-27  Bruno Haible  <bruno@clisp.org>
10105
10106                 Assume correct S_ISDIR macro.
10107                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
10108
10109         2006-07-22  Bruno Haible  <bruno@clisp.org>
10110
10111                 * javaversion.h: New file, from GNU gettext.
10112                 * javaversion.c: New file, from GNU gettext.
10113                 * javaversion.java: New file, from GNU gettext.
10114                 * javaversion.class: New file, from GNU gettext.
10115
10116         2006-05-17  Bruno Haible  <bruno@clisp.org>
10117
10118                 Cygwin portability.
10119                 * javaexec.c (execute_java_class): Test for jview program
10120                 also on Cygwin.
10121
10122         2006-04-09  Bruno Haible  <bruno@clisp.org>
10123
10124                 * fatal-signal.c: Don't include string.h.
10125                 (at_fatal_signal): Use a copying loop instead of memcpy.
10126
10127         2005-12-04  Bruno Haible  <bruno@clisp.org>
10128
10129                 * csharpexec.c: Add support for 'clix' launcher (untested).
10130                 (execute_csharp_using_sscli): New function.
10131                 (execute_csharp_program): Call it.
10132
10133         2006-06-21  Bruno Haible  <bruno@clisp.org>
10134
10135                 Avoid warnings from recent versions of mcs.
10136                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
10137                 -o, -L, -r any more. Use options documented since mcs-1.0
10138                 instead. Similarly for -g.
10139
10140         2005-07-09  Bruno Haible  <bruno@clisp.org>
10141
10142                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
10143                 add a .dll suffix.
10144                 Reported by Mark Junker <mjscod@gmx.de>.
10145
10146         2006-06-17  Bruno Haible  <bruno@clisp.org>
10147
10148                 * config.charset: Update for NetBSD 3.0.
10149
10150         2006-05-17  Bruno Haible  <bruno@clisp.org>
10151
10152                 Cygwin portability.
10153                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
10154
10155         2006-05-16  Bruno Haible  <bruno@clisp.org>
10156
10157                 * localcharset.c [CYGWIN]: Include <windows.h>.
10158                 (get_charset_aliases): For Cygwin, return the same CPxxx
10159                 aliases list as under WIN32.
10160                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
10161                 the environment variables. Fall back to GetACP().
10162
10163         2006-04-05  Bruno Haible  <bruno@clisp.org>
10164
10165                 * config.charset: Update Juan Manuel Guerrero's address.
10166
10167         2005-02-12  Bruno Haible  <bruno@clisp.org>
10168
10169                 * allocsa.h: Add extern "C" for C++.
10170
10171         2005-02-10  Bruno Haible  <bruno@clisp.org>
10172
10173                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
10174                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
10175
10176         2006-07-22  Bruno Haible  <bruno@clisp.org>
10177
10178                 * gettext.h: Update to GNU gettext-0.15.
10179
10180 2006-07-22  Bruno Haible  <bruno@clisp.org>
10181
10182         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
10183         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
10184         lib-prefix.m4, longdouble.m4, ssize_t.m4.
10185
10186 2006-07-21  Eric Blake  <ebb9@byu.net>
10187
10188         * modules/stdlib-safer: New file.
10189         * MODULES.html.sh (File stream based Input/Output): Add
10190         stdlib-safer.
10191
10192 2006-07-21  Eric Blake  <ebb9@byu.net>
10193
10194         * lib/stdlib-safer.h: New file from coreutils, required by
10195         stdlib--.h.
10196
10197 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
10198
10199         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
10200
10201 2006-07-20  Bruno Haible  <bruno@clisp.org>
10202
10203         * gnulib-tool: Recognize new option --assume-autoconf.
10204         (autoconf_minversion): New variable.
10205         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
10206
10207 2006-07-20  Bruno Haible  <bruno@clisp.org>
10208
10209         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
10210
10211 2006-07-19  Derek R. Price  <derek@ximbiot.com>
10212
10213         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
10214         Reindent and repaginate.
10215
10216 2006-07-19  Derek Price  <derek@ximbiot.com>
10217
10218         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
10219         Correct grammar.
10220
10221 2006-07-17  Bruno Haible  <bruno@clisp.org>
10222
10223         * modules/list: New file.
10224         * modules/array-list: New file.
10225         * modules/carray-list, modules/carray-list-tests: New files.
10226         * modules/linked-list, modules/linked-list-tests: New files.
10227         * modules/avltree-list, modules/avltree-list-tests: New files.
10228         * modules/rbtree-list, modules/rbtree-list-tests: New files.
10229         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
10230         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
10231         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
10232         * modules/oset: New file.
10233         * modules/array-oset: New file.
10234         * modules/avltree-oset, modules/avltree-oset-tests: New files.
10235         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
10236         * tests/test-carray_list.c: New file.
10237         * tests/test-linked_list.c: New file.
10238         * tests/test-avltree_list.c: New file.
10239         * tests/test-rbtree_list.c: New file.
10240         * tests/test-linkedhash_list.c: New file.
10241         * tests/test-avltreehash_list.c: New file.
10242         * tests/test-rbtreehash_list.c: New file.
10243         * tests/test-avltree_oset.c: New file.
10244         * tests/test-rbtree_oset.c: New file.
10245         * MODULES.html.sh (Container data structures): New section.
10246
10247 2006-07-17  Bruno Haible  <bruno@clisp.org>
10248
10249         * m4/gl_list.m4: New file.
10250
10251 2006-07-17  Bruno Haible  <bruno@clisp.org>
10252
10253         * lib/gl_list.h: New file.
10254         * lib/gl_list.c: New file.
10255         * lib/gl_array_list.h: New file.
10256         * lib/gl_array_list.c: New file.
10257         * lib/gl_carray_list.h: New file.
10258         * lib/gl_carray_list.c: New file.
10259         * lib/gl_linked_list.h: New file.
10260         * lib/gl_linked_list.c: New file.
10261         * lib/gl_anylinked_list1.h: New file.
10262         * lib/gl_anylinked_list2.h: New file.
10263         * lib/gl_avltree_list.h: New file.
10264         * lib/gl_avltree_list.c: New file.
10265         * lib/gl_anyavltree_list1.h: New file.
10266         * lib/gl_anyavltree_list2.h: New file.
10267         * lib/gl_rbtree_list.h: New file.
10268         * lib/gl_rbtree_list.c: New file.
10269         * lib/gl_anyrbtree_list1.h: New file.
10270         * lib/gl_anyrbtree_list2.h: New file.
10271         * lib/gl_anytree_list1.h: New file.
10272         * lib/gl_anytree_list2.h: New file.
10273         * lib/gl_linkedhash_list.h: New file.
10274         * lib/gl_linkedhash_list.c: New file.
10275         * lib/gl_anyhash_list1.h: New file.
10276         * lib/gl_anyhash_list2.h: New file.
10277         * lib/gl_avltreehash_list.h: New file.
10278         * lib/gl_avltreehash_list.c: New file.
10279         * lib/gl_rbtreehash_list.h: New file.
10280         * lib/gl_rbtreehash_list.c: New file.
10281         * lib/gl_anytreehash_list1.h: New file.
10282         * lib/gl_anytreehash_list2.h: New file.
10283
10284         * lib/gl_oset.h: New file.
10285         * lib/gl_oset.c: New file.
10286         * lib/gl_array_oset.h: New file.
10287         * lib/gl_array_oset.c: New file.
10288         * lib/gl_avltree_oset.h: New file.
10289         * lib/gl_avltree_oset.c: New file.
10290         * lib/gl_rbtree_oset.h: New file.
10291         * lib/gl_rbtree_oset.c: New file.
10292         * lib/gl_anytree_oset.h: New file.
10293
10294 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10295
10296         * m4/mkancesdirs.m4: New file.
10297         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
10298         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
10299         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
10300         it.
10301
10302 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10303
10304         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
10305         * lib/mkancesdirs.h: New files.
10306         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
10307         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
10308         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
10309         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
10310         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
10311         callers changed.  Revamp internals significantly, by not
10312         attempting to create directories that are temporarily more
10313         permissive than the final results.  Do not attempt to use
10314         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
10315         This removes some race conditions, fixes some bugs, and simplifies
10316         things.  Use new dirchownmod function to do owner and mode changes.
10317         * lib/mkdir-p.h: Likewise.
10318         * lib/modechange.c (octal_to_mode): New function.
10319         (struct mode_change): New member mentioned.
10320         (make_node_op_equals): New arg mentioned.  All callers changed.
10321         (mode_compile): Keep track of which mode bits the user has explicitly
10322         mentioned.
10323         (mode_adjust): New arg DIR, so that we implement the X op correctly.
10324         New arg PMODE_BITS, to keep track of which mode bits the user
10325         mentioned; it treats S_ISUID and S_ISGID speciall.
10326         All callers changed.
10327         * lib/modechange.h: Likewise.
10328
10329 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10330
10331         * MODULES.html.sh: Add mkancestors.
10332         * modules/mkancesdirs: New module.
10333         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
10334         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
10335         The chdir-safer and afs files are now orphans; I'll remove them
10336         unless someone speaks up.
10337         Add lib/dirchownmod.c, lib/dirchownmod.h.
10338         (Depends-on): Remove alloca, chown, save-cwd, dirname.
10339         Add lchown, mkancesdirs.
10340         (Maintainer): Add self.
10341
10342 2006-07-15  Karl Berry  <karl@gnu.org>
10343
10344         * gnulib-tool: help message wording/arrangement.
10345
10346 2006-07-14  Simon Josefsson  <jas@extundo.com>
10347
10348         * doc/gnulib.texi (Libtool and Windows): New section.
10349
10350 2006-07-12  Simon Josefsson  <jas@extundo.com>
10351
10352         * modules/gendocs (License): Fix license, approved by Karl.
10353
10354 2006-07-12  Eric Blake  <ebb9@byu.net>
10355
10356         * MODULES.html.sh: Add gendocs.
10357
10358 2006-07-11  Eric Blake  <ebb9@byu.net>
10359
10360         * modules/fdl: New module, to install doc/fdl.texi.
10361         * MODULES.html.sh: Add new section for documentation modules.
10362         * gnulib-tool: Avoid space-tab.
10363         (--doc-base): New option, to manage files from doc.
10364
10365 2006-07-11  Eric Blake  <ebb9@byu.net>
10366
10367         * m4/absolute-header.m4: Fix comments to match recent change.
10368
10369 2006-07-11  Eric Blake  <ebb9@byu.net>
10370
10371         * gnulib-tool: List --doc-base before --tests-base.
10372
10373 2006-07-11  Derek R. Price  <derek@ximbiot.com>
10374
10375         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
10376
10377 2006-07-11  Bruno Haible  <bruno@clisp.org>
10378
10379         * README: Mention where to put documentation.
10380
10381 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10382
10383         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
10384
10385 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10386
10387         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
10388         to stdint.m4.
10389
10390 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10391
10392         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
10393         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
10394         "no/such/file/stdint.h" when there is no such file, so that
10395         the resulting C code can be parsed by dodgy compilers.
10396         Problems reported by Bob Proulx.
10397
10398 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10399
10400         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
10401         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10402         macros into the GNU _D_EXACT_NAMLEN.
10403         * lib/savedir.c:  Likewise.
10404         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
10405
10406 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10407         and Paul Eggert  <eggert@cs.ucla.edu>
10408
10409         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
10410         * m4/savedir.m4:
10411         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10412         macros into the GNU _D_EXACT_NAMLEN.
10413
10414 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10415
10416         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
10417         around the absolute name, to work around a problem with the HP-UX
10418         11.23 native C compiler, reported by Bob Proulx.
10419
10420 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10421
10422         * doc/maintain.texi, make-stds.texi: Sync from
10423         <http://savannah.gnu.org/projects/gnustandards>.
10424
10425 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10426
10427         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
10428
10429 2006-07-09  Jim Meyering  <jim@meyering.net>
10430
10431         * m4/glob.m4: Remove a doubled word in a comment.
10432
10433 2006-07-09  Jim Meyering  <jim@meyering.net>
10434
10435         * lib/argp-pv.c: Remove a doubled word in a comment.
10436         * lib/check-version.c (check_version): Likewise.
10437         * lib/javacomp.c (compile_java_class): Likewise.
10438
10439 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
10440
10441         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
10442         for the benefit of people using Autoconf 2.60.  If you want to
10443         support older Autoconf versions you can copy m4/onceonly_2_57.m4
10444         (or m4/onceonly.m4, if pre-2.57) manually.
10445
10446 2006-07-08  Jim Meyering  <jim@meyering.net>
10447
10448         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
10449         comment.
10450         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
10451         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
10452         comment.
10453
10454 2006-07-08  Jim Meyering  <jim@meyering.net>
10455
10456         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
10457
10458 2006-07-07  Simon Josefsson  <jas@extundo.com>
10459
10460         * tests/test-crc.c: Change expected crc value, the test vector
10461         were probably computed using the old broken crc.c?
10462
10463 2006-07-06  Simon Josefsson  <jas@extundo.com>
10464
10465         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
10466         now the canonical place for the M4 file).
10467
10468         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
10469         from the sys_socket dependency now.
10470
10471         * modules/inet_pton (Files): Ditto.
10472
10473         * modules/inet_ntop (Files): Ditto.
10474
10475 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10476
10477         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
10478         not gl_PREREQ_GETUSERSHELL.
10479
10480 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10481
10482         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
10483         with only one argument, for Autoconf 2.60.
10484         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
10485         expand to nothing, so add a shell command to avoid syntax error.
10486         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10487
10488 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10489
10490         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
10491
10492 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10493
10494         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
10495         no longer needed.  Check for isblank decl.
10496         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
10497         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
10498         of existence.
10499
10500 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10501
10502         * lib/getloadavg.c: Use __VMS, not VMS.
10503         * lib/getopt.c: Likewise.
10504         * lib/getpagesize.h: Likewise.
10505         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
10506         and probably does not work.
10507
10508 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10509
10510         * lib/.cppi-disable: Add wcwidth.
10511         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
10512         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
10513         (ISGRAPH): Remove.  All uses changed to isgraph.
10514         (FOLD) [!defined _LIBC]: Remove special case.
10515         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
10516         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
10517         HAVE_ISBLANK.
10518         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
10519         case.
10520
10521 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10522
10523         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
10524         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
10525         brackets.  Other minor changes to suppress some compiler
10526         warnings.
10527
10528 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10529         and Paul Eggert  <eggert@cs.ucla.edu>
10530
10531         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
10532         of invoking obsolescent AC_HEADER_DIRENT macro.
10533         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
10534         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
10535         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10536         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
10537         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
10538         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10539         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
10540         * m4/readdir.m4: Remove; no longer needed.
10541
10542 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10543         and Paul Eggert  <eggert@cs.ucla.edu>
10544
10545         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
10546         Don't worry about this obsolete case any more.
10547         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
10548         directories.
10549         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
10550         worry about this obsolete case any more.
10551         * lib/fts.c: Likewise.
10552         * lib/getcwd.c: Likewise.
10553         * lib/glob.h: Likewise.
10554         * lib/savedir.c: Likewise.
10555
10556 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10557
10558         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
10559         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
10560         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
10561         needed.
10562         All uses removed.
10563         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10564         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10565         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
10566         needed.
10567         * m4/getdate.m4 (gl_GETDATE): Likewise.
10568         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10569         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10570         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10571         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10572         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10573         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10574         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
10575         needed.
10576
10577 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10578
10579         * lib/memcasecmp.c: Include <limits.h>.
10580         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
10581         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
10582         Don't assume isdigit succeeds only on '0' through '9'.
10583
10584 2006-07-05  Eric Blake  <ebb9@byu.net>
10585
10586         * modules/getaddrinfo (Depends-on): Add snprintf.
10587
10588 2006-07-05  Eric Blake  <ebb9@byu.net>
10589
10590         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
10591         to avoid 'header present but could not be compiled' on cygwin.
10592
10593 2006-07-05  Eric Blake  <ebb9@byu.net>
10594
10595         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
10596         missing from netdb.h.
10597         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
10598
10599 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10600
10601         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
10602         no longer needed.
10603         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
10604         * m4/getdate.m4 (gl_GETDATE): Likewise.
10605         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10606         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10607         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10608         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10609         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10610
10611 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10612
10613         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
10614         All uses of is_space replaced by isspace.
10615         * lib/exit.h: Don't talk about STDC_HEADERS.
10616         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
10617         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
10618         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
10619         replaced by isprint etc.
10620         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
10621         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10622         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
10623         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
10624         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
10625         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10626
10627 2006-07-05  Bruno Haible  <bruno@clisp.org>
10628
10629         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
10630         the function exists, before testing against AIX.
10631         Reported by Martin Lambers <marlam@marlam.de>.
10632
10633 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10634
10635         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
10636         From Mark D. Baushke.
10637
10638 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10639
10640         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
10641         to the absolute name, not just one, to bypass Sun C 5.8's
10642         "warning: #include of /usr/include/... may be non-portable".
10643
10644 2006-07-04  Eric Blake  <ebb9@byu.net>
10645
10646         * modules/dirname-tests: New test module.
10647         * tests/test-dirname.c: New file, replacing dirname.c
10648         TEST_DIRNAME section that was recently deleted.
10649
10650 2006-07-04  Bruno Haible  <bruno@clisp.org>
10651
10652         Assume ANSI C header files and <ctype.h> functions.
10653         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
10654         (mbsnwidth): Use isprint, iscntrl instead.
10655
10656 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10657
10658         Merge from coreutils.
10659         * MODULES.html.sh: Add xstrtold.
10660         * modules/xstrtold: New file.
10661         * modules/cycle-check (Files): Add lib/same-inode.h.
10662         * modules/dirname (Files): Add m4/double-slash-root.m4.
10663         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
10664         * modules/mkdir-p (Files): Add lib/same-inode.h.
10665         * modules/same (Files): Add lib/same-inode.h.
10666
10667 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10668
10669         * m4/absolute-header.m4: Renamed from full-header-path.m4.
10670         This is to keep the terminology clean; POSIX talks about
10671         "absolute pathnames", not "full pathnames", but the GNU
10672         Coding Standards say to use "path" for something else;
10673         so use "absolute" to keep both sides happy.
10674         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
10675         Set gl_absolute_header, not gl_full_header_path.
10676         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
10677         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
10678         All uses changed.
10679
10680         Merge from coreutils.
10681
10682         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10683
10684         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
10685         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
10686         want to require the building of c-strtod.o.
10687         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
10688         needs -lm directly.
10689         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
10690
10691         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10692
10693         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
10694         --as-needed option if available.  Problem reported by Albert Chin in
10695         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
10696         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
10697         cc merely issues a bunch of annoying warnings for --as-needed
10698         (this problem was reported by Bob Proulx).  Also, try linking with
10699         -lm to detect a bug in binutils 2.16 (this problem was reported
10700         by Ralf Wildenhues).
10701
10702         2006-06-18  Jim Meyering  <jim@meyering.net>
10703
10704         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
10705         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
10706         macro.
10707         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
10708         also check for glibc-2.4's abort-inducing bug.
10709
10710         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
10711         Low-probability clean-up should be to use rmdir to get rid of
10712         the just-created directory, not unlink.
10713
10714         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
10715         configure fail, and request a bug report to inform us about it.
10716         Add a comment that, barring reports to the contrary, in 2007 we'll
10717         assume ftruncate is universally available.
10718
10719         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10720
10721         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
10722
10723         2006-03-12  Jim Meyering  <jim@meyering.net>
10724
10725         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
10726         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
10727         * m4/same.m4 (gl_SAME): Likewise.
10728         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
10729
10730         2006-03-11  Eric Blake  <ebb9@byu.net>
10731
10732         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
10733         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
10734         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
10735         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
10736
10737 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10738
10739         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
10740         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
10741         reported by Mark D. Baushke, one in
10742         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
10743
10744         Merge from coreutils.
10745
10746         * lib/.cppi-disable: Add stdint_.h.
10747         * lib/.cvsignore: Add stdint.h.
10748
10749         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10750
10751         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
10752         both double and long double versions.
10753         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
10754         * lib/xstrtold.c: New file.
10755         * lib/xstrtod.h (xstrtold): New decl.
10756
10757         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10758
10759         * lib/filemode.c (setst): Remove.
10760         (strmode): Rewrite to avoid setst.  This makes the code shorter,
10761         (arguably) clearer, and the generated code is a bit smaller on my
10762         Debian GNU/Linux stable x86 host.
10763
10764         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10765
10766         * lib/filemode.c: Include "filemode.h" first, to test the interface.
10767         Assume that filemode.h includes sys/types.h and sys/stat.h.
10768         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
10769         (ftypelet): Reorder to put common cases first, for efficiency.
10770         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
10771         to do 'M'.
10772         (strmode): Renamed from mode_string, and now stores 12 bytes instead
10773         of 10, for compatibility with FreeBSD.  All callers changed.
10774         (filemodestring): Now stores 12 bytes instead of 10, and sets file
10775         types that can't be deduced solely from st_mode.  First arg is now a
10776         const pointer.
10777         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
10778         (strmode): Renamed from mode_string.
10779         (filemodestring): New decl.
10780         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
10781         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
10782         needed.
10783         (S_ISPORT, S_ISWHT): New macros, if not already defined.
10784
10785         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10786
10787         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
10788         fsusage.h now does that.  Include fsusage.h first, to test interface.
10789         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
10790         at most one method (the old code could have generated decls that
10791         didn't conform to C89, not that this was ever exercised).
10792         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
10793
10794         2006-03-19  Jim Meyering  <jim@meyering.net>
10795
10796         Work even in a chroot where d_ino values for entries in "/"
10797         don't match the stat.st_ino values for the same names.
10798         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
10799         number, iterate through all entries again, using lstat instead.
10800         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
10801         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
10802
10803         * lib/getcwd.c (__getcwd): Clarify a comment.
10804         Use memcpy in place of a call to strcpy.
10805
10806         2006-03-12  Jim Meyering  <jim@meyering.net>
10807
10808         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
10809         matches that of the current directory (which we're about to chdir ".."
10810         out of), then save the dev-ino of the parent, instead.
10811
10812         * lib/same-inode.h (SAME_INODE): New file/macro.
10813         * lib/chdir-safer.c (SAME_INODE): Remove definition.
10814         Include "same-inode.h", instead.
10815         * lib/same.c: Likewise.
10816         * lib/cycle-check.h: Include "same-inode.h".
10817         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
10818         * lib/cycle-check.c (SAME_INODE): Remove definition.
10819         * lib/root-dev-ino.h: Include "same-inode.h".
10820
10821         2006-03-11  Eric Blake  <ebb9@byu.net>
10822
10823         * lib/same.c (same_name): s/base_name/last_component/
10824         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
10825         * lib/filenamecat.c (file_name_concat): Likewise.
10826
10827         2006-03-11  Eric Blake  <ebb9@byu.net>,
10828                     Paul Eggert  <eggert@cs.ucla.edu>
10829
10830         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
10831         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
10832         drive prefix.
10833         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
10834         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
10835         (last_component): New method.
10836         * lib/dirname.c (dir_len): Determine when drive letters need a
10837         subsequent slash.  Preserve // when it is special.
10838         (dir_name): Don't append dot when drive letter is absolute.
10839         [TEST_DIRNAME]: Move into a full-blown gnulib test.
10840         * lib/basename.c (base_name): New semantics - malloc the result.
10841         Preserve // when it is special.  Preserve relative files that look
10842         like drive letters.
10843         (base_len): Preserve // when it is special.
10844         (last_component): New method, similar to old base_name semantics.
10845         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
10846         base_name.  Strip redundant slashes from ///.
10847
10848 2006-07-03  Jim Meyering  <jim@meyering.net>
10849
10850         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
10851         macro is used before the first cycle_check call.
10852
10853 2006-07-03  Eric Blake  <ebb9@byu.net>
10854
10855         * modules/dirname (Depends-on): Add xstrndup.
10856
10857 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10858
10859         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
10860         test cases, so that config.log is a bit easier to follow.
10861
10862 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10863
10864         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
10865         both are 64 bits, since this seems to be the tradition, and this
10866         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
10867         we ever run into a host that prefers long long to long in this
10868         case, we'll need another configure-time test.  Problem reported by
10869         Jim Meyering.
10870
10871 2006-07-02  Eric Blake  <ebb9@byu.net>
10872
10873         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
10874
10875 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10876
10877         * modules/inttypes (Depends-on): No longer depends on stdint.
10878         * modules/stdint (Description): Say more about assumptions.
10879         Say that the fast types might differ.  Say macros are used.
10880         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
10881         (Makefile.am): Revise list of substituted symbols to match
10882         new stdint.m4.
10883         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
10884         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
10885         * tests/test-stdint.c (verify_same_types)
10886         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
10887         the code conforms to C99/C89.
10888         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
10889         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
10890
10891 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10892
10893         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
10894         but fix a bug, by requiring at least 64 bits.
10895         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10896         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
10897         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
10898         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
10899
10900         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
10901         changes.  Make 2.59 a prerequisite.  Check and substitute for
10902         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
10903         inttypes.h.  Do not use special include files; just use the
10904         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
10905         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
10906         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
10907         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
10908         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
10909         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
10910         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
10911         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
10912         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
10913         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
10914         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
10915         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
10916         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
10917         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
10918         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
10919         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
10920         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
10921         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
10922         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
10923         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
10924         WINT_MAX.  Check for C99 conformance more strictly, by detecting
10925         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
10926         not check for things that C99 does not require, e.g., int8_t.  If
10927         a test isn't needed unless <stdint.h> isn't working, and is
10928         unlikely to be needed for any other reason, then don't do it
10929         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
10930         size_t, since we assume C89 freestanding at least.  Do not check
10931         for sig_atomic_t, wchar_t, or wint_t, since the code now does
10932         the right thing even if the types are not defined.  Instead use:
10933         (gl_STDINT_TYPE_PROPERTIES): New macro.
10934         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
10935         testing whether <sys/types.h> clashes, as Autoconf does this for
10936         us now.  All uses removed.
10937         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
10938         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
10939         (gl_CHECK_TYPE_SAME):
10940         Remove; no longer needed.
10941         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
10942         exists, since we'll return 0 anyway in that case.
10943         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
10944
10945 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10946
10947         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
10948         possible collision with system files.
10949         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
10950         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
10951         WCHAR_MIN and WCHAR_MAX in this case.
10952         (<stddef.h>): Do not include; no longer needed.
10953         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
10954         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
10955         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
10956         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
10957         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
10958         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
10959         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
10960         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
10961         !defined(__c99))]: Include in this case too, since it's harmless
10962         now.
10963         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
10964         dangerous to do so.
10965         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
10966         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
10967         (_STDINT_MIN, _STDINT_MAX): New macros.
10968         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
10969         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
10970         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
10971         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
10972         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
10973         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
10974         macros, not typedefs; this simplifies things quite a bit.
10975         Use long int for all types narrower than int64_t.
10976         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
10977         Define in terms of long long int or int64_t or long int,
10978         not int64_t or int32_t.  This saves some compile-time testing.
10979         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
10980         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
10981         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
10982         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
10983         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
10984         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
10985         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
10986         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
10987         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
10988         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
10989         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10990         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10991         undef any previous version and define our own version, for
10992         simplicity and consistency with the new macros for types.
10993         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10994         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10995         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
10996         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
10997         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
10998         @WINT_T_SUFFIX@ to keep things simple here.
10999         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
11000         Simplify by assuming typical 8/16/32/64 host, since we're
11001         already doing that elsewhere anyway.
11002         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
11003         and assume long long int is 64 bits if available.  This
11004         speeds up 'configure'.
11005
11006 2006-07-01  Eric Blake  <ebb9@byu.net>
11007
11008         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
11009         Reported by Andreas Buening.
11010
11011 2006-07-01  Eric Blake  <ebb9@byu.net>
11012
11013         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
11014
11015 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
11016
11017         * lib/getaddrinfo.c: fixed typo
11018
11019 2006-06-29  Jim Meyering  <jim@meyering.net>
11020
11021         * modules/strftime (Maintainer): Add my name, since with the
11022         FPRINTFTIME changes strftime.c has forked from glibc.
11023
11024 2006-06-29  Eric Blake  <ebb9@byu.net>
11025
11026         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
11027
11028 2006-06-29  Eric Blake  <ebb9@byu.net>
11029
11030         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
11031
11032 2006-06-29  Eric Blake  <ebb9@byu.net>
11033
11034         * lib/stat_.h: New file.
11035
11036 2006-06-29  Eric Blake  <ebb9@byu.net>
11037
11038         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
11039         unused static function.
11040
11041 2006-06-29  Eric Blake  <ebb9@byu.net>
11042
11043         * doc/functions.texi (Function Portability): Document missing lstat
11044         on mingw.
11045
11046 2006-06-29  Eric Blake  <ebb9@byu.net>
11047
11048         * MODULES.html.sh: Add sys_stat.
11049         * modules/sys_stat: New module.
11050         * modules/mkstemp (Depends-on): Add sys_stat.
11051
11052 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11053
11054         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
11055
11056 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11057
11058         * m4/c-bs-a.m4: Removed.
11059
11060 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11061
11062         * lib/strftime.c: Assume strftime() exists.
11063
11064 2006-06-29  Derek Price  <derek@ximbiot.com>
11065
11066         * modules/c-bs-a: Removed - \a is C89.
11067         * MODULES.html.sh: Remove c-bs-a.
11068
11069 2006-06-29  Bruno Haible  <bruno@clisp.org>
11070
11071         * modules/wcwidth (License): Change to LGPL.
11072
11073 2006-06-28  Simon Josefsson  <jas@extundo.com>
11074
11075         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
11076         on _WIN32.
11077
11078         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
11079         getnameinfo.
11080
11081 2006-06-28  Simon Josefsson  <jas@extundo.com>
11082
11083         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
11084
11085 2006-06-28  Simon Josefsson  <jas@extundo.com>
11086
11087         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
11088         functions there.  It will succeed on Windows XP, but on Windows
11089         2000 and (presumably) earlier, it will fail, and use the internal
11090         re-implementation.
11091         (use_win32_p): New function.
11092         (getaddrinfo): Use strtoul on servname, to support numeric ports.
11093         Support AI_NUMERICSERV to disable getservbyname.
11094         (getnameinfo): New function, only supports
11095         NI_NUMERICHOST|NI_NUMERICSERV for now.
11096
11097         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
11098         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
11099         getnameinfo.
11100
11101 2006-06-28  Eric Blake  <ebb9@byu.net>
11102
11103         * modules/wcwidth: New file.
11104         * modules/mbchar (Depends-on): Add wcwidth.
11105         * modules/mbswidth (Depends-on): Add wcwidth.
11106         * MODULES.html.sh: Add wcwidth.
11107
11108 2006-06-28  Eric Blake  <ebb9@byu.net>
11109
11110         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
11111         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
11112
11113 2006-06-28  Eric Blake  <ebb9@byu.net>
11114
11115         * lib/xvasprintf.h: Fix comments.
11116
11117 2006-06-28  Eric Blake  <ebb9@byu.net>
11118
11119         * lib/mbchar.h (wcwidth): Include wcwidth.h.
11120         * lib/mbswidth.c (wcwidth): Move from here...
11121         * lib/wcwidth.h: ...to this new file.
11122
11123 2006-06-28  Derek R. Price  <derek@ximbiot.com>
11124
11125         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
11126
11127         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
11128         it's obsolete.
11129         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
11130
11131 2006-06-28  Derek R. Price  <derek@ximbiot.com>
11132
11133         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
11134         Autoconf 2.60 says this stuff was obsolete.
11135
11136 2006-06-28  Bruno Haible  <bruno@clisp.org>
11137
11138         * modules/wcwidth (Files): Add m4/wchar_t.m4.
11139
11140 2006-06-28  Bruno Haible  <bruno@clisp.org>
11141
11142         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
11143         gt_TYPE_WCHAR_T.
11144
11145 2006-06-28  Bruno Haible  <bruno@clisp.org>
11146
11147         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
11148         declaration for wcwidth.
11149         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
11150
11151 2006-06-28  Bruno Haible  <bruno@clisp.org>
11152
11153         * lib/mkdtemp.c [MINGW]: Include <io.h>.
11154         (mkdir): Define using _mkdir.
11155
11156 2006-06-28  Bruno Haible  <bruno@clisp.org>
11157
11158         * lib/getaddrinfo.h: Fix POSIX URL.
11159         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
11160         _WIN32.
11161         (use_win32_p): Make static.
11162         (getaddrinfo): Reject service name if it is empty or does not consist
11163         solely of decimal digits, or if its value is > 65535.
11164         (getnameinfo): Remove useless casts.
11165
11166 2006-06-27  Simon Josefsson  <jas@extundo.com>
11167
11168         * modules/sys_select: New file, suggested by Bruno Haible, Paul
11169         Eggert and Martin Lambers.
11170
11171 2006-06-27  Simon Josefsson  <jas@extundo.com>
11172
11173         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
11174         Eggert and Martin Lambers.
11175
11176 2006-06-27  Bruno Haible  <bruno@clisp.org>
11177
11178         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
11179         result to 0, not to empty.
11180         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
11181
11182 2006-06-27  Bruno Haible  <bruno@clisp.org>
11183
11184         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
11185
11186 2006-06-26  Simon Josefsson  <jas@extundo.com>
11187
11188         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
11189         present.
11190
11191 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
11192
11193         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
11194         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
11195         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
11196
11197 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
11198
11199         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
11200
11201 2006-06-26  Bruno Haible  <bruno@clisp.org>
11202
11203         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
11204
11205 2006-06-26  Bruno Haible  <bruno@clisp.org>
11206
11207         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
11208
11209 2006-06-26  Bruno Haible  <bruno@clisp.org>
11210
11211         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
11212         SGI C compiler in pre-C99 mode.
11213         Suggested by Mark D. Baushke and Larry Jones.
11214
11215 2006-06-26  Bruno Haible  <bruno@clisp.org>
11216
11217         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
11218         WCHAR_MAX.
11219         Reported by Mark D. Baushke and Larry Jones.
11220
11221 2006-06-26  Bruno Haible  <bruno@clisp.org>
11222
11223         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
11224         in pre-C99 mode.
11225         Suggested by Mark D. Baushke and Larry Jones.
11226
11227 2006-06-23  Simon Josefsson  <jas@extundo.com>
11228             Bruno Haible  <bruno@clisp.org>
11229
11230         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
11231         Emit mostlyclean-local rule.
11232         (func_emit_tests_Makefile_am): Likewise.
11233         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
11234
11235 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
11236
11237         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
11238
11239 2006-06-23  Bruno Haible  <bruno@clisp.org>
11240
11241         * tests/test-stdint.c: Update to match ISO C 99 Technical
11242         Corrigendum 1.
11243
11244 2006-06-23  Bruno Haible  <bruno@clisp.org>
11245
11246         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
11247
11248 2006-06-23  Bruno Haible  <bruno@clisp.org>
11249
11250         * lib/stdint_.h: Treat IRIX like OpenBSD.
11251
11252 2006-06-23  Bruno Haible  <bruno@clisp.org>
11253
11254         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
11255         ISO C 99 Technical Corrigendum 1.
11256
11257 2006-06-22  Simon Josefsson  <jas@extundo.com>
11258
11259         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
11260         MinGW.
11261
11262 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11263
11264         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
11265         needed.  Some compiler complained about some of them.  Problem reported
11266         by Larry Jones in
11267         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
11268
11269 2006-06-21  Simon Josefsson  <jas@extundo.com>
11270
11271         * tests/test-getaddrinfo.c: New file.
11272
11273         * modules/getaddrinfo-tests: New file.
11274
11275         * MODULES.html.sh: Add inet_pton.
11276
11277         * modules/inet_pton: New file.
11278
11279 2006-06-21  Simon Josefsson  <jas@extundo.com>
11280
11281         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
11282         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
11283         of using the (limited) gnulib implementation on Windows XP.
11284
11285         * m4/inet_pton.m4: New file.
11286
11287 2006-06-21  Simon Josefsson  <jas@extundo.com>
11288
11289         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
11290         variable.
11291
11292         * lib/socket_.h: Don't define WINVER.
11293
11294         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
11295         slightly modified to work in gnulib.
11296
11297 2006-06-21  Simon Josefsson  <jas@extundo.com>
11298
11299         * doc/gnulib.texi (Windows sockets): Add.
11300
11301 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
11302
11303         * lib/read-file.c (fread_file): Start with buffer allocation of
11304         0 bytes rather than 1 byte; this simplifies the code.
11305         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
11306         code to free buffer and save/restore errno.
11307         (internal_read_file): Remove unused local.
11308
11309 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
11310
11311         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
11312         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
11313         Problem reported by Denis Excoffier in
11314         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
11315
11316 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11317
11318         * modules/sys_socket, modules/socklen: Include sys/types since
11319         FreeBSD 4.x's sys/socket.h needs it.
11320
11321 2006-06-19  Simon Josefsson  <jas@extundo.com>
11322
11323         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
11324
11325 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
11326
11327         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
11328
11329 2006-06-19  Bruno Haible  <bruno@clisp.org>
11330
11331         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
11332         and FULL_PATH_INTTYPES_H in angle brackets.
11333         Reported by Mark D. Baushke <mdb@gnu.org>.
11334
11335 2006-06-17  Eric Blake  <ebb9@byu.net>
11336
11337         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
11338         errno.
11339
11340 2006-06-17  Bruno Haible  <bruno@clisp.org>
11341
11342         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
11343         <sys/inttypes.h>.
11344
11345 2006-06-17  Bruno Haible  <bruno@clisp.org>
11346
11347         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
11348         whether errno is declared. Assume <errno.h> declares errno.
11349
11350 2006-06-17  Bruno Haible  <bruno@clisp.org>
11351
11352         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
11353
11354 2006-06-17  Bruno Haible  <bruno@clisp.org>
11355
11356         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
11357         problem on Solaris 2.5.1.
11358
11359 2006-06-16  Eric Blake  <ebb9@byu.net>
11360
11361         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
11362         * lib/unicodeio.c [!defined errno]: Likewise.
11363         * lib/strtol.c [!defined errno]: Likewise.
11364         * lib/strtod.c [!defined errno]: Likewise.
11365
11366 2006-06-15  Eric Blake  <ebb9@byu.net>
11367
11368         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
11369
11370 2006-06-15  Eric Blake  <ebb9@byu.net>
11371
11372         * config/srclist.txt (ssize_t.m4): Lose sync.
11373
11374 2006-06-15  Bruno Haible  <bruno@clisp.org>
11375
11376         * modules/stdint (Files): Include m4/full-header-path.m4,
11377         m4/size_max.m4, m4/wchar_t.m4.
11378         (Makefile.am): Many more substitutions.
11379         * modules/stdint-tests: New file.
11380         * tests/test-stdint.c: New file.
11381
11382 2006-06-15  Bruno Haible  <bruno@clisp.org>
11383
11384         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
11385         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
11386         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
11387         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
11388         gl_CHECK_TYPE_SAME): New macros.
11389
11390 2006-06-15  Bruno Haible  <bruno@clisp.org>
11391
11392         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
11393
11394 2006-06-15  Bruno Haible  <bruno@clisp.org>
11395
11396         * lib/stdint_.h: Rewritten to be fully auto-configured.
11397         Fixes bug on HP-UX/IA64.
11398
11399 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
11400
11401         * lib/getdate.y (__attribute__): Don't define if already defined.
11402         Problem reported by Larry Jones.
11403         * lib/utimens.c (__attribute__): Likewise.
11404
11405 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
11406
11407         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
11408         reported by Andreas Schwab.
11409
11410 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11411             Bruno Haible  <bruno@clisp.org>
11412
11413         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
11414         check for the declaration of strnlen and a run test that exposes the
11415         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
11416         rpl_strndup.
11417
11418 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11419             Bruno Haible  <bruno@clisp.org>
11420
11421         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
11422
11423 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11424
11425         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
11426         compile test, for Tru64 4.0D.
11427
11428 2006-05-28  Karl Berry  <karl@gnu.org>
11429
11430         * config/srclist.txt (printf-args.c): lose sync.
11431
11432 2006-05-26  Martin Lambers  <marlam@marlam.de>
11433
11434         * lib/getpass.c: Updates the test for the native W32 API, and adds
11435         missing includes, thus fixing compilation warnings.
11436
11437 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11438
11439         * lib/exclude.c (exclude_fnmatch): New function.
11440         (excluded_file_name): Call exclude_fnmatch.
11441         * lib/exclude.h (excluded_file_name): New prototype
11442
11443 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
11444
11445         * lib/tempname.c (small_open, large_open): New macros.
11446         (__open, __open64) [!_LIBC]: Remove.
11447         (__gen_tempname): Use small_open and large_open instead of __open
11448         and __open64.  This fixes a portability bug on HP-UX 11.11i
11449         reported by Simon Wing-Tang in
11450         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
11451
11452 2006-05-24  Bruno Haible  <bruno@clisp.org>
11453
11454         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
11455         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
11456         Reported by Thorsten Maerz <torte@netztorte.de> via
11457         Aaron Stone <aaron@serendipity.cx>.
11458
11459 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11460
11461         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
11462         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
11463         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
11464         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
11465         not really conditional on the cache.
11466         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
11467
11468 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11469
11470         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
11471         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
11472         (my_usleep): Don't mishandle maximum value.
11473
11474 2006-05-19  Jim Meyering  <jim@meyering.net>
11475
11476         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
11477
11478 2006-05-17  Bruno Haible  <bruno@clisp.org>
11479
11480         Cygwin portability.
11481         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
11482
11483 2006-05-17  Bruno Haible  <bruno@clisp.org>
11484
11485         * lib/stdint_.h: Fix recognition of Cygwin.
11486
11487 2006-05-15  Bruno Haible  <bruno@clisp.org>
11488
11489         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
11490         on libtool patch by Ralf Wildenhues.
11491
11492 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11493
11494         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
11495         test for C99 conformance; (bool) 0.5 is an integer constant
11496         expression, but (bool) -0.5 is not.  Problem reported by Fedor
11497         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
11498
11499 2006-05-11  Simon Josefsson  <jas@extundo.com>
11500
11501         * m4/xvasprintf.m4: Fix obvious typo.
11502
11503 2006-05-11  Jim Meyering  <jim@meyering.net>
11504
11505         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
11506         James Lemley.
11507
11508 2006-05-10  Simon Josefsson  <jas@extundo.com>
11509
11510         * lib/md4.c: Typo fix, update copyright years.
11511         (K1, K2): Don't use L because it turn computations into 64-bit on
11512         64-bit platforms.
11513
11514 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11515
11516         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
11517         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
11518         unwanted sign propagation, e.g., on hosts with 64-bit int.
11519         There still are some problems with reeelly weird theoretical hosts
11520         (e.g., 33-bit int) but it's not worth worrying about now.
11521         * lib/sha1.c (rol): Likewise.
11522         (K1, K2, K3, K4): Remove unnecessary L suffix.
11523
11524 2006-05-10  Bruno Haible  <bruno@clisp.org>
11525
11526         * lib/des.c: Cast to avoid warnings.
11527
11528 2006-05-09  Bruno Haible  <bruno@clisp.org>
11529
11530         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
11531         (Depends-on): Depend also on xsize, stdarg.
11532         (configure.ac): Add gl_XVASPRINTF.
11533
11534 2006-05-09  Bruno Haible  <bruno@clisp.org>
11535
11536         * m4/xvasprintf.m4: New file.
11537
11538 2006-05-09  Bruno Haible  <bruno@clisp.org>
11539
11540         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
11541         (EOVERFLOW): Define fallback value.
11542         (xstrcat): New function.
11543         (xvasprintf): Recognize the special case of a string concatenation.
11544
11545 2006-05-08  Eric Blake  <ebb9@byu.net>
11546
11547         * gnulib-tool (func_version): Base copyright year on CVS date.
11548         (func_emit_copyright_notice): New function.
11549         (func_emit_lib_Makefile_am): Use it.
11550         (func_emit_tests_Makefile_am): Likewise.
11551         (func_import): Likewise.
11552
11553 2006-05-08  Bruno Haible  <bruno@clisp.org>
11554
11555         * modules/stdarg: New file.
11556         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
11557
11558 2006-05-08  Bruno Haible  <bruno@clisp.org>
11559
11560         * m4/stdarg.m4: New file, from GNU gettext.
11561
11562 2006-05-08  Bruno Haible  <bruno@clisp.org>
11563
11564         * config/srclist.txt (build-aux/config.rpath): different from latest
11565         release.
11566
11567 2006-05-08  Bruno Haible  <bruno@clisp.org>
11568
11569         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
11570
11571 2006-05-05  Jim Meyering  <jim@meyering.net>
11572
11573         * m4/warning.m4: New file, derived from bison's file by the same name.
11574
11575 2006-05-03  Bruno Haible  <bruno@clisp.org>
11576
11577         * lib/stdint_.h: Shorter URL.
11578         * lib/inttypes.h: Likewise.
11579
11580 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11581
11582         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
11583
11584 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11585
11586         * lib/verify.h: Document the internals better.  Most of this change
11587         was written by Bruno Haible.
11588
11589 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11590
11591         * doc/verify.texi: New file, partly based on a proposal by
11592         Bruno Haible.
11593
11594 2006-05-02  Bruno Haible  <bruno@clisp.org>
11595
11596         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
11597         test from here...
11598         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
11599
11600 2006-04-29  Bruno Haible  <bruno@clisp.org>
11601
11602         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
11603         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
11604
11605 2006-04-29  Bruno Haible  <bruno@clisp.org>
11606
11607         * gnulib-tool: Make --update option actually work.
11608
11609 2006-04-29  Bruno Haible  <bruno@clisp.org>
11610
11611         * doc/gcd.texi: New file.
11612         * doc/gnulib.texi: Include it.
11613
11614 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11615
11616         * lib/getdate.y (get_date): When adding relative date, start with the
11617         initial time, not with the result of the first mktime call.
11618
11619 2006-04-25  Bruno Haible  <bruno@clisp.org>
11620
11621         * gnulib-tool (func_import): Output the include directives in three
11622         blocks, sorted separately.
11623         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11624
11625 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11626
11627         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
11628         to define main with arguments, for C++.  Reported by Eric Blake.
11629         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
11630         Prefer 'int main ()' to 'int main (void)', for C++.
11631         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
11632         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
11633         for 'main', for C99 and C++.
11634
11635 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11636
11637         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
11638         Don't assume that exit status -1 is valid.
11639         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11640         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
11641         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11642         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
11643         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
11644         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
11645         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
11646         functions can be used without declaring them, or that you can
11647         exit with status -1.
11648         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11649
11650 2006-04-24  Karl Berry  <karl@gnu.org>
11651
11652         * config/srclist.txt (longdouble.m4): sync lost.
11653
11654 2006-04-24  Eric Blake  <ebb9@byu.net>
11655
11656         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
11657
11658 2006-04-24  Bruno Haible  <bruno@clisp.org>
11659
11660         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
11661         poll() implementation in AIX.
11662         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11663
11664 2006-04-24  Bruno Haible  <bruno@clisp.org>
11665
11666         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
11667         assigned exactly once.
11668
11669 2006-04-23  Claudio Fontana  <claudio@gnu.org>
11670             Bruno Haible  <bruno@clisp.org>
11671
11672         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
11673         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
11674         for AM_CPPFLAGS.
11675
11676 2006-04-23  Bruno Haible  <bruno@clisp.org>
11677
11678         * modules/copy-file: Depend on unistd.
11679         * modules/execute: Likewise.
11680         * modules/fatal-signal: Likewise.
11681         * modules/findprog: Likewise.
11682         * modules/mkdtemp : Likewise.
11683         * modules/pipe: Likewise.
11684         * modules/wait-process: Likewise.
11685
11686 2006-04-23  Bruno Haible  <bruno@clisp.org>
11687
11688         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
11689         condition was already detected.
11690         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11691
11692 2006-04-23  Bruno Haible  <bruno@clisp.org>
11693
11694         * lib/copy-file.c: Include <unistd.h> unconditionally.
11695         * lib/execute.c: Likewise.
11696         * lib/fatal-signal.c: Likewise.
11697         * lib/findprog.c: Likewise.
11698         * lib/mkdtemp.c: Likewise.
11699         * lib/pipe.h: Likewise.
11700         * lib/pipe.c: Likewise.
11701         * lib/wait-process.h: Likewise.
11702
11703 2006-04-23  Bruno Haible  <bruno@clisp.org>
11704
11705         * gnulib-tool (func_usage): Fix --import description. Document
11706         --update.
11707         (func_import): Create temporary file in a temporary directory, if
11708         --dry-run is specified. Silence errors from 'grep' when there are no
11709         m4 files in $m4dir.
11710         (func_create_testdir): Silence errors from 'grep' when there are no
11711         m4 files in $m4dir.
11712         Reported by Karl Berry <karl@freefriends.org>.
11713
11714 2006-04-20  Bruno Haible  <bruno@clisp.org>
11715
11716         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
11717         one argument, so that the code will be portable to Autoconf 2.60.
11718         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
11719         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11720         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
11721
11722 2006-04-19  Derek Price  <derek@ximbiot.com>
11723             Eric Blake  <ebb9@byu.net>
11724
11725         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
11726         rather than "/full/path.h".  Update comment to match.  Shorten &
11727         generalize m4_translit call via AS_TR_CPP.
11728
11729 2006-04-19  Derek Price  <derek@ximbiot.com>
11730             Eric Blake  <ebb9@byu.net>
11731
11732         * lib/inttypes.h: Correct grammar in comment.
11733
11734 2006-04-18  Derek Price  <derek@ximbiot.com>
11735             Paul Eggert  <eggert@cs.ucla.edu>
11736
11737         * modules/inttypes: New file.
11738         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
11739
11740 2006-04-18  Derek Price  <derek@ximbiot.com>
11741             Paul Eggert  <eggert@cs.ucla.edu>
11742
11743         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
11744         New files.
11745
11746 2006-04-18  Derek Price  <derek@ximbiot.com>
11747             Paul Eggert  <eggert@cs.ucla.edu>
11748
11749         * lib/inttypes.h: New file.
11750         * lib/strtoimax.c: Assume <inttypes.h>.
11751
11752 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
11753
11754         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
11755         isn't mounted.  Problem reported by Kir Kolyshkin.
11756
11757 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11758
11759         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
11760         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
11761         Derek R. Price.
11762         * lib/regex.h (RE_DUP_MAX): Update comment to match current
11763         implementation.
11764
11765 2006-04-12  Eric Blake  <ebb9@byu.net>
11766
11767         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
11768         is now done automatically by the corresponding Autoconf macro.
11769
11770 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
11771
11772         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
11773         time_r.h.
11774
11775 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11776
11777         Merge regex changes from libc, removing some of our
11778         POSIX-conformance changes that were rejected and redoing them in a
11779         less-intrusive way.
11780
11781         * lib/regcomp.c (re_compile_internal, init_dfa):
11782         Length arg is now size_t, not Idx.  All uses changed.
11783         (peek_token): Forward decl now says internal_function.
11784         (__re_error_msgid, __re_error_msgid_idx):
11785         Now static rather than extern with attribute_hidden.
11786         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
11787         For some reason libc prefers K&R style defns for external functions.
11788         (regerror) [!defined _LIBC]: Likewise.
11789         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
11790         (seek_collating_symbol_entry, lookup_collation_sequence_value):
11791         (build_range_exp, build_collating_symbol):
11792         Use K&R-style defn.
11793         (re_compile_fastmap): Use '\0' to memset, not 0.
11794         (utf8_sb_map): Make the calculations more obvious.
11795         (init_dfa, parse_bracket_exp, build_charclass_op):
11796         Call calloc and cast result, as glibc does.
11797         (init_word_char, fetch_token, peek_token, peek_token_bracket):
11798         (build_range_exp, build_collating_symbol):
11799         Now internal functions.
11800
11801         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
11802
11803         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
11804         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
11805         Don't depend on VMS; depend on __VMS instead, for POSIX
11806         namespace cleanness.
11807         (regoff_t): Define to ssize_t, not long int.
11808
11809         Remove the REG_ macros named below.  Instead, make the old names
11810         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
11811         __USE_GNU_REGEX.
11812         (REG_BACKSLASH_ESCAPE_IN_LISTS):
11813         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
11814         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
11815         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
11816         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
11817         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
11818         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
11819         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
11820         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
11821         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
11822         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
11823         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
11824         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
11825         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
11826         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
11827         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
11828         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
11829         (REG_NREGS):
11830         Remove.  All uses replaced by the old RE_* names.
11831         (RE_BACKSLASH_ESCAPE_IN_LISTS):
11832         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
11833         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
11834         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
11835         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
11836         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
11837         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
11838         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
11839         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
11840         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
11841         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
11842         Don't bother having these macros be independent of each others'
11843         values, since they no longer exist in the POSIX name space.
11844
11845         Rename the following member names back to their old names,
11846         unless !__USE_GNU_REGEX.  All uses changed back.
11847         (buffer): Renamed from re_buffer.
11848         (allocated): Renamed from re_allocated.
11849         (used): Renamed from re_used.
11850         (syntax): Renamed from re_syntax.
11851         (fastmap): Renamed from re_fastmap.
11852         (translate): Renamed from re_translate.
11853         (can_be_null): Renamed from re_can_be_null.
11854         (regs_allocated): Renamed from re_regs_allocated.
11855         (fastmap_accurate): Renamed from re_fastmap_accurate.
11856         (no_sub): Renamed from re_no_sub.
11857         (not_bol): Renamed from re_not_bol.
11858         (not_eol): Renamed from re_not_eol.
11859         (newline_anchor): Renamed from re_newline_anchor.
11860         (num_regs): Renamed from rm_num_regs.
11861         (start): Renamed from rm_start.
11862         (end): Renamed from rm_end.
11863
11864         (free_state): Move up a bit.
11865
11866         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
11867         #define to be empty.
11868         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
11869         when that is what is intended.
11870         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
11871         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
11872         (MAX): New macro.
11873         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
11874         All uses changed back to re_malloc, etc.  It's now the caller's
11875         responsibility to check for overflow; all callers changed.
11876         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
11877         (re_x2nrealloc): Remove.
11878         (free_state): Remove decl.
11879
11880         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
11881         (re_set_registers, re_exec):
11882         Use K&R-style defn.
11883
11884         2006-01-31  Roland McGrath  <roland@redhat.com>
11885
11886         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
11887         Reported by Mike Frysinger <vapier@gentoo.org>.
11888
11889         2006-01-15  Andreas Jaeger  <aj@suse.de>
11890
11891         [BZ #1950]
11892         * lib/regex_internal.c (re_string_reconstruct): Adjust for
11893         build_wcs_upper_buffer change.
11894         (build_wcs_upper_buffer): Change return type.
11895
11896         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
11897
11898         * lib/regex_internal.h: Include <stdint.h> if available.
11899
11900         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
11901
11902         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
11903
11904         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11905
11906         * lib/regcomp.c: Adjust for changed secondary hash function.
11907
11908         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
11909
11910         * lib/regex.h: Pretty printing.
11911         Clean up namespace a bit.
11912
11913         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
11914
11915         * lib/regexec.c (update_cur_sifted_state, check_arrival,
11916         check_arrival_add_next_nodes): Avoid using uninitialized variable.
11917
11918         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11919                     Ulrich Drepper  <drepper@redhat.com>
11920
11921         [BZ #1302]
11922         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
11923         changed.
11924         (bitset_word_t): Renamed from bitset_word.  All uses changed.
11925
11926         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
11927
11928         [BZ #281]
11929         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
11930         * lib/regcomp.c: Remove unnecessary uses of
11931         unsigned RE_TRANSLATE_TYPE.
11932         * lib/regex_internal.h: Likewise.
11933         * lib/regex_internal.c: Likewise.
11934         * lib/regexec.c: Likewise.
11935         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
11936
11937         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
11938
11939         * lib/regexec.c (find_recover_state): Remove unnecessary
11940         initialization.
11941         (transit_state_bkref): Make DFA a const pointer.
11942         (get_subexp): Likewise.
11943         (check_arrival): Likewise.
11944         (update_cur_sifted_state): Likewise.
11945         (re_search_internal): Likewise.
11946         (prune_impossible_nodes): Likewise.
11947         (acquire_init_state_context): Likewise.
11948         (proceed_next_node): Likewise.
11949         (set_regs): Likewise.
11950         (free_fail_stack_return): Likewise.
11951         (check_arrival_expand_ecl): Mark DFA parameter as const.
11952         (check_arrival_expand_ecl_sub): Likewise.
11953         (check_subexp_limits): Likewise.
11954         (sub_epsilon_src_nodes):  Likewise.
11955         (add_epsilon_src_nodes):  Likewise.
11956         (merge_state_array): Likewise.
11957         (update_regs): Likewise.
11958         (build_trtable): Likewise.
11959         (sift_states_backward): Mark MCTX parameter as const.
11960         (build_sifted_states): Likewise.
11961         (update_cur_sifted_state): Likewise.
11962         (sift_states_mkref): Likewise.
11963         (check_arrival_expand_ecl): Mark eclosure as const.
11964         (check_dst_limits_calc_pos_1): Likewise.
11965         * lib/regex_internal.h (re_match_context_t): Make dfa a const
11966         pointer.
11967
11968         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
11969
11970         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
11971         (transit_state_sb): Likewise.
11972         (transit_state_mb): Likewise.
11973         (sift_states_iter_mb): Likewise.
11974         (check_arrival_add_next_nodes): Likewise.
11975         (check_node_accept_bytes): Change first parameter to pointer-to-const.
11976         [_LIBC] (re_search_2_stub): Use mempcpy.
11977
11978         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
11979         mbrtowc for very simple UTF-8 case.
11980
11981         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
11982         a pointer-to-const.
11983         (re_acquire_state_context): Likewise.
11984         * lib/regex_internal.h: Adjust prototypes.
11985
11986         * lib/regex.c: Prevent using C++ compilers.
11987
11988         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
11989         (re_acquire_state_context): Likewise.
11990
11991 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11992
11993         * modules/regex (Depends-on): Add ssize_t.
11994
11995 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11996
11997         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
11998         translation table.
11999
12000 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12001
12002         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
12003
12004 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
12005             Bruno Haible  <bruno@clisp.org>
12006
12007         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
12008         <sys/types.h> and <inttypes.h>.
12009
12010 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12011
12012         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
12013         `__error_t_defined', so argp.h will not typedef the former.
12014
12015 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
12016
12017         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
12018         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
12019         glibc names.  Even if glibc is changed to conform to POSIX, the
12020         traditional names will be available anyway, since regex depends on
12021         the extensions module.  Also, fix a longstanding typo in the
12022         implementation of Spencer ERE test #75 from grep 2.3.  Problems
12023         reported by Emanuele Giaquinta.  Also, change sense of cached
12024         variable, so that the message makes sense.
12025
12026 2006-03-24  Simon Josefsson  <jas@extundo.com>
12027
12028         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
12029         including some doc fixes.
12030         (base64_encode_alloc): Fix +1 bug on allocation failures.
12031
12032 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12033
12034         * lib/base64.c (base64_encode): Do not read past end of array with
12035         unsanitized input on systems with CHAR_BIT > 8.
12036
12037 2006-03-24  Eric Blake  <ebb9@byu.net>
12038
12039         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
12040
12041 2006-03-22  Karl Berry  <karl@gnu.org>
12042
12043         * config/srclist.txt (*setenv.[ch]): get from coreutils.
12044         * config/srclistvars.sh (COREUTILS): new var.
12045
12046 2006-03-17  Jim Meyering  <jim@meyering.net>
12047
12048         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
12049         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
12050
12051 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
12052
12053         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
12054         no longer needs it.  Instead, check that regoff_t is as least
12055         as wide as ptrdiff_t.
12056
12057         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
12058         so that our regex.h stays compatible with the installed regex.
12059         This is helpful for installers who configure --without-included-regex.
12060         Problem reported by Emanuele Giaquinta.
12061
12062 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
12063
12064         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
12065         Typedef to long int, not to off_, as POSIX will likely change
12066         in that direction.
12067
12068 2006-03-15  Eric Blake  <ebb9@byu.net>
12069
12070         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
12071
12072 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
12073
12074         * lib/argp-help.c (validate_uparams): Fix typo
12075         * lib/argp-parse.c (argp_default_options): Consistently begin help
12076         messages with a lowercase letter.
12077
12078 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
12079
12080         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
12081         overrun buffers and shouldn't be used (much as gets shouldn't be
12082         used).
12083         * lib/time_r.c (asctime_r, ctime_r): Likewise.
12084
12085 2006-03-08  Simon Josefsson  <jas@extundo.com>
12086
12087         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
12088         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12089
12090 2006-03-08  Simon Josefsson  <jas@extundo.com>
12091
12092         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
12093         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12094
12095 2006-03-08  Simon Josefsson  <jas@extundo.com>
12096
12097         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
12098         signal that configure disabled the device.
12099
12100 2006-03-08  Simon Josefsson  <jas@extundo.com>
12101
12102         * build-aux/maint.mk: Fix refresh-po, to handle no translated
12103         languages.
12104
12105 2006-03-07  Simon Josefsson  <jas@extundo.com>
12106
12107         * modules/getopt (Depends-on): Add unistd.
12108
12109         * modules/unistd: New file.
12110
12111 2006-03-07  Simon Josefsson  <jas@extundo.com>
12112
12113         * modules/gc-random: New file.
12114
12115 2006-03-07  Simon Josefsson  <jas@extundo.com>
12116
12117         * m4/unistd_h.m4: New file.
12118
12119 2006-03-07  Simon Josefsson  <jas@extundo.com>
12120
12121         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
12122         test to be side-effect free by storing the result in the cache
12123         variable gl_cv_lib_readline, and moving the assignment of
12124         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
12125         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12126
12127 2006-03-07  Simon Josefsson  <jas@extundo.com>
12128
12129         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
12130         error on missing devices (the functions will return an error).
12131
12132         * m4/gc.m4: Move random stuff to gc-random.m4
12133
12134 2006-03-07  Simon Josefsson  <jas@extundo.com>
12135
12136         * lib/unistd_.h: New file.
12137
12138 2006-03-07  Simon Josefsson  <jas@extundo.com>
12139
12140         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
12141
12142 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12143
12144         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
12145         Problem reported by Juan Manuel Guerrero.
12146
12147 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12148
12149         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
12150         the unistd module.
12151         * lib/getlogin_r.c: Likewise.
12152         * lib/getlogin_r.h: Likewise.
12153         * lib/glob.c: Likewise.
12154         * lib/pagealign_alloc.c: Likewise.
12155         * lib/unistd_.h: Remove; no longer needed.
12156
12157 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12158
12159         * MODULES.html.sh (Support for systems lacking POSIX:2001):
12160         Add unistd.
12161         * modules/c-stack (Depends-on): Add unistd.
12162         * modules/getlogin_r: Likewise.
12163         * modules/glob: Likewise.
12164         * modules/pagealign_alloc: Likewise.
12165         * modules/unistd (Files): Remove lib/unistd_.h.
12166         (EXTRA_DIST): Remove.
12167         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
12168         need unistd_.h.
12169         (MOSTLYCLEANFILES): Remove unistd.h-t.
12170
12171 2006-03-03  Simon Josefsson  <jas@extundo.com>
12172
12173         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
12174
12175 2006-03-03  Simon Josefsson  <jas@extundo.com>
12176
12177         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
12178         libidn and bison.
12179
12180 2006-03-03  Simon Josefsson  <jas@extundo.com>
12181
12182         * build-aux/maint.mk: Add indent target.
12183
12184 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
12185
12186         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
12187         our replacement poll.h in any case, to avoid a differing
12188         declaration from a system header.  Seen on AIX.
12189
12190 2006-03-01  Simon Josefsson  <jas@extundo.com>
12191
12192         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
12193         <kasal@ucw.cz>.
12194
12195 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12196
12197         * modules/gettime (Depends-on): Add extensions module.
12198         * modules/nanosleep (Depends-on): Likewise.
12199         * modules/settime (Depends-on): Likewise.
12200
12201 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12202
12203         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
12204         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
12205         pedantically.
12206         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
12207         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
12208
12209         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
12210         not "==".  Reported by Ralf Wildenhues.
12211
12212 2006-03-01  Karl Berry  <karl@gnu.org>
12213
12214         * doc/Copyright/request-*: new files, synced from gnuorg.
12215
12216 2006-03-01  Karl Berry  <karl@gnu.org>
12217
12218         * config/srclist.txt (Copyright/*): new entries.
12219
12220 2006-02-28  Simon Josefsson  <jas@extundo.com>
12221
12222         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
12223
12224 2006-02-27  Simon Josefsson  <jas@extundo.com>
12225
12226         * lib/base64.h: Indent #define's.  From Jim Meyering
12227         <jim@meyering.net>.
12228
12229 2006-02-27  Jim Meyering  <jim@meyering.net>
12230
12231         Revert the change of 2006-02-24, so these files can continue
12232         to be sync'd from gettext.
12233         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
12234         of `config.h'.
12235
12236 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
12237
12238         * modules/intprops: New file.
12239         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
12240         Add intprops.
12241         * modules/getloadavg (Files): Remove lib/intprops.h.
12242         (Depends-on): Add intprops.
12243         * modules/human: Likewise.
12244         * modules/inttostr: Likewise.
12245         * modules/openat: Likewise.
12246         * modules/sig2str: Likewise.
12247         * modules/userspec: Likewise.
12248         * modules/utimecmp: Likewise.
12249         * modules/xnanosleep: Likewise.
12250         * modules/xstrtol: Likewise.
12251
12252 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
12253
12254         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
12255         * modules/lock-tests (TESTS): Use $(EXEEXT).
12256         * modules/tls-tests: Likewise.
12257         * modules/argp-tests: Likewise.
12258         (check_PROGRAMS): New var, replacing...
12259         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
12260
12261 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12262
12263         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
12264         `config.h'.
12265
12266 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
12267
12268         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
12269
12270 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12271
12272         Sync from coreutils.
12273         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
12274         gl_CHDIR_SAFER.
12275
12276 2006-02-22  Jim Meyering  <jim@meyering.net>
12277
12278         Sync from coreutils.
12279         * m4/chdir-safer.m4: New file.
12280
12281 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
12282
12283         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
12284         AT_FDCWD exceeds INT_MAX.
12285         * lib/openat.h (AT_FDCWD): Likewise.
12286
12287 2006-02-17  Eric Blake  <address@hidden>
12288
12289         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
12290
12291 2006-02-16  Simon Josefsson  <jas@extundo.com>
12292
12293         * modules/getaddrinfo (Depends-on): Add sys_socket.
12294
12295 2006-02-15  Simon Josefsson  <jas@extundo.com>
12296
12297         * build-aux/maint.mk: Add dsyntax-check rule.
12298
12299 2006-02-15  Eric Blake  <ebb9@byu.net>
12300
12301         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
12302         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
12303         'present but cannot compile' warnings on cygwin.
12304         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
12305         use ws2tcpip.h if sys/socket.h works.
12306         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
12307         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
12308
12309 2006-02-14  Simon Josefsson  <jas@extundo.com>
12310
12311         * modules/maintainer-makefile (Files): Rename.
12312
12313         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
12314         and (the local) Makefile.cfg to maint-cfg.mk.
12315
12316         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
12317         to the latter.
12318
12319         * modules/maintainer-makefile: New module.
12320
12321         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
12322         severaly stripped to make it possible to build it up from scratch
12323         with reliable tests.
12324
12325         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
12326         fixes to permit overriding the default actions when configure and
12327         makefile are not available.
12328
12329 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
12330
12331         Sync from coreutils.
12332         * modules/lstat (Depends-on): Don't depend on xalloc.
12333         (License): Change from GPL to LGPL, since this is now simply a
12334         replacement for a libc function.
12335
12336 2006-02-14  Jim Meyering  <jim@meyering.net>
12337
12338         Sync from coreutils.
12339
12340         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
12341         failure on deficient systems, and simplify gnulib lgpl dependencies.
12342         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
12343         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
12344
12345         * lib/xalloc-die.c: Remove unused definition of N_.
12346
12347 2006-02-14  Jim Meyering  <jim@meyering.net>
12348
12349         Sync from coreutils.
12350         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
12351         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
12352         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
12353         double-quote uses of that variable, to accommodate the rare case in
12354         which getmntent is available in none of the libraries checked.  This
12355         happens at least on FreeBSD 5.0.
12356
12357 2006-02-13  Simon Josefsson  <jas@extundo.com>
12358
12359         * gnulib-tool (Usage): Fix --import, from
12360         karl@freefriends.org (Karl Berry).
12361
12362 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
12363
12364         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
12365
12366 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
12367
12368         * lib/argp-namefrob.h: Restore changes accidentally lost during the
12369         "autoupdate" on 2005-12-12.
12370
12371 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12372
12373         * modules/closeout (Depends-on): Remove atexit.
12374
12375 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12376
12377         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
12378         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
12379
12380 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
12381
12382         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
12383         __EXTENSIONS__ if this causes compilation to fail.  Problem
12384         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
12385         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
12386
12387 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
12388
12389         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
12390         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
12391         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
12392         All uses changed.
12393
12394 2006-01-26  Simon Josefsson  <jas@extundo.com>
12395
12396         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
12397         prototype is visible on mingw32.
12398
12399         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
12400         for mingw32.
12401
12402         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
12403         mingw32).
12404
12405 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
12406
12407         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
12408         attempt to open for write; this always fails, at least on POSIX
12409         hosts.  This reinstates the 2006-01-09 change, which was
12410         inadvertently removed.
12411
12412 2006-01-26  Bruno Haible  <bruno@clisp.org>
12413
12414         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
12415         Reported by Paul Eggert.
12416
12417 2006-01-26  Bruno Haible  <bruno@clisp.org>
12418             Paul Eggert  <eggert@cs.ucla.edu>
12419
12420         * lib/stdbool_.h (_Bool)
12421         [(! (defined __cplusplus || defined __BEOS__)
12422           && !defined __GNUC__
12423           && !(defined __HP_cc || defined __xlc__
12424                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
12425                || defined __sgi))]:
12426         #define to signed char in these cases too; this simplifies
12427         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
12428         etc., separately) and makes it more conservative.
12429
12430 2006-01-25  Simon Josefsson  <jas@extundo.com>
12431
12432         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
12433         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
12434         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
12435
12436 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12437
12438         * lib/argp-namefrob.h: Bugfix. Remove stray #
12439
12440 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12441
12442         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
12443         so that we test the test.
12444         Check for yet another HP-UX cc bug involving *bool |= bool.
12445
12446 2006-01-25  Karl Berry  <karl@gnu.org>
12447
12448         * config/srclist.txt (vasnprintf.c): sync lost.
12449
12450 2006-01-25  Jim Meyering  <jim@meyering.net>
12451
12452         Sync from the stable (b5) branch of coreutils:
12453
12454         * lib/fts.c (fts_children): Don't let close() clobber errno from
12455         failed fchdir().
12456
12457         * lib/fts.c (fts_stat): When following a symlink-to-directory,
12458         don't necessarily interpret stat-fails+lstat-succeeds as indicating
12459         a dangling symlink.  That can also happen at least for ELOOP.
12460         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
12461         FYI, this bug predates the inclusion of fts.c in coreutils.
12462
12463         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
12464         in their own block, so pre-c99 compilers don't object.
12465
12466         Avoid the double-free (first in fts_read, second in fts_close) that
12467         would occur when an `active' directory is made inaccessible (e.g.,
12468         via chmod a-x) during a traversal.
12469         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12470         before returning.  Reproduce this failure by
12471         mkdir -p a/b; cd a; chmod a-x . b
12472         Reported by Stavros Passas.
12473
12474 2006-01-25  Jim Meyering  <jim@meyering.net>
12475
12476         * lib/fileblocks.c: Remove more useless parentheses.
12477         * lib/readutmp.h: Likewise.
12478
12479 2006-01-25  Bruno Haible  <bruno@clisp.org>
12480
12481         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
12482         warnings.
12483         Reported by Paul Eggert.
12484
12485 2006-01-25  Bruno Haible  <bruno@clisp.org>
12486
12487         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
12488         rid of a trap command. For Solaris sh.
12489         Reported by Mark D. Baushke <mdb@gnu.org>.
12490
12491 2006-01-24  Simon Josefsson  <jas@extundo.com>
12492
12493         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
12494         Bruno.
12495
12496 2006-01-24  Karl Berry  <karl@gnu.org>
12497
12498         * config/srclist.txt (argp-namefrob.h): sync lost.
12499
12500 2006-01-24  Jim Meyering  <jim@meyering.net>
12501
12502         * modules/openat (Files): Add lib/intprops.h.
12503         From Mark D. Baushke.
12504
12505 2006-01-24  Jim Meyering  <jim@meyering.net>
12506
12507         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
12508         Reported by Mark D. Baushke.
12509
12510 2006-01-24  Jim Meyering  <jim@meyering.net>
12511
12512         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
12513
12514 2006-01-24  Bruno Haible  <bruno@clisp.org>
12515
12516         * modules/strnlen (Maintainer): Change from glibc to all.
12517
12518 2006-01-24  Bruno Haible  <bruno@clisp.org>
12519
12520         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
12521         Patch by Paul Eggert.
12522
12523 2006-01-24  Bruno Haible  <bruno@clisp.org>
12524
12525         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
12526         already has it.
12527         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
12528         2005-11-26.
12529
12530         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
12531         'signed char' to avoid problems with the built-in _Bool type.
12532         Reported by Paul Eggert on 2005-11-26.
12533
12534 2006-01-24  Bruno Haible  <bruno@clisp.org>
12535
12536         * gnulib-tool (func_import): Avoid constructing complicated sed
12537         expressions inside backquote.
12538         Report and solution by Mark D. Baushke <mdb@gnu.org>.
12539
12540 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
12541
12542         These changes imported from libc.
12543         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
12544         test and two separate function calls.
12545         * lib/strndup.c (__strndup): Add libc_hidden_def.
12546
12547 2006-01-23  Simon Josefsson  <jas@extundo.com>
12548
12549         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
12550         Remove the test_*_SOURCES variable: automake infers it by default.
12551         * modules/tls-tests: Likewise.
12552
12553 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12554
12555         Work around porting bugs reported by Dieter in
12556         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
12557         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
12558         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
12559         Include "getopt.h" first, to check interface.
12560         (getenv): Declare only if defined HAVE_DECL_GETENV &&
12561         !HAVE_DECL_GETENV.
12562         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
12563         (__strndup): Revert to K&R-style function dfns, the glibc style.
12564         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
12565         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
12566         Include strnlen.h first, to get prototype properly.
12567         (strnlen): Renamed from __strnlen.
12568         Remove weak alias.
12569
12570 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12571
12572         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
12573
12574 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12575
12576         * config/srclist.txt: Adjust to reflect glibc reorganization.
12577         This affects only comments.
12578
12579 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12580
12581          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
12582          Reported by Bruce Korb <bkorb@gnu.org>.
12583
12584 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
12585
12586         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
12587         to pacify gcc -Wswitch-default.
12588
12589 2006-01-22  Bruno Haible  <bruno@clisp.org>
12590
12591         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
12592         temporary buffer for sprintf, take into account the precision also
12593         for 'd', 'i', 'u', 'o', 'x', 'X'.
12594
12595 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12596
12597         * modules/argp-tests: New module
12598         * tests/test-argp.c: New file
12599         * tests/test-argp-2.sh: New file
12600
12601 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12602
12603         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
12604         (__argp_base_name): Removed
12605         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
12606         typo.
12607         (__argp_base_name): Provide macro definition or extern declaration
12608         depending on the configuration
12609
12610 2006-01-20  Simon Josefsson  <jas@extundo.com>
12611
12612         * modules/inet_ntop (Depends-on): Depend on sys_socket.
12613
12614 2006-01-20  Simon Josefsson  <jas@extundo.com>
12615
12616         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
12617
12618 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12619
12620         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
12621         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
12622         Suggested by Bruno Haible.
12623
12624 2006-01-20  Karl Berry  <karl@gnu.org>
12625
12626         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
12627         until changes propagate, I guess.
12628
12629 2006-01-19  Simon Josefsson  <jas@extundo.com>
12630
12631         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
12632
12633 2006-01-19  Simon Josefsson  <jas@extundo.com>
12634
12635         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
12636
12637 2006-01-19  Simon Josefsson  <jas@extundo.com>
12638
12639         * gnulib-tool: Set check_PROGRAMS.
12640
12641         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12642         modules/des-tests, modules/gc-arcfour-tests,
12643         modules/gc-arctwo-tests, modules/gc-des-tests,
12644         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12645         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12646         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12647         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12648         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12649         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
12650         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
12651         test_*_SOURCES.
12652
12653 2006-01-18  Simon Josefsson  <jas@extundo.com>
12654
12655         * modules/socklen (Depends-on): Depend on sys_socket.
12656
12657 2006-01-18  Simon Josefsson  <jas@extundo.com>
12658
12659         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12660         modules/des-tests, modules/gc-arcfour-tests,
12661         modules/gc-arctwo-tests, modules/gc-des-tests,
12662         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12663         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12664         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12665         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12666         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12667         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
12668         $(EXEEXT) to automake TESTS variable, for mingw32.
12669
12670 2006-01-17  Simon Josefsson  <jas@extundo.com>
12671
12672         * modules/socklen (Include): Need sys/socket.h.
12673
12674 2006-01-17  Bruno Haible  <bruno@clisp.org>
12675
12676         * modules/ssize_t (Include): Add <sys/types.h>.
12677
12678 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
12679
12680         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
12681         it's not portable and it doesn't work with cross-compiles.
12682         Problem reported by Bruno Haible.  Fix missing-$ typo in
12683         'test "gl_cv_ignore_unused_libraries" ...' that prevented
12684         -zignore from being used with Sun's C compiler.
12685
12686 2006-01-12  Simon Josefsson  <jas@extundo.com>
12687
12688         * lib/base64.c: Fix warning, reported by Bruno Haible
12689         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
12690
12691 2006-01-12  Bruno Haible  <bruno@clisp.org>
12692
12693         * modules/ldd: New file.
12694         * build-aux/ldd.sh.in: New file.
12695         * MODULES.html.sh (Support for building libraries and executables): Add
12696         ldd.
12697
12698 2006-01-12  Bruno Haible  <bruno@clisp.org>
12699
12700         * m4/ldd.m4: New file.
12701
12702 2006-01-12  Bruno Haible  <bruno@clisp.org>
12703
12704         * gnulib-tool (func_import, func_create_testdir): Don't go into an
12705         endless loop while replacing $auxdir with build-aux.
12706
12707 2006-01-11  Simon Josefsson  <jas@extundo.com>
12708
12709         * lib/stdint_.h (SIZE_MAX): Add missing (.
12710
12711 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
12712
12713         Sync from coreutils.
12714         * lib/md5.c: Fix commentary typos.
12715         (alignof, UNALIGNED_P): No need for a GCC-specific version.
12716         * lib/md5.h (__attribute__): Remove; unused.
12717         * lib/sha1.c: Fix commentary to match md5 better.
12718         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
12719         so that we don't need to worry about alignment.  All uses changed.
12720         This merges the 2005-10-28 md5 change into sha1.
12721
12722 2006-01-11  Jim Meyering  <jim@meyering.net>
12723
12724         Sync from coreutils.
12725         * lib/md5.c (OP): Fix spacing.
12726
12727 2006-01-11  Bruno Haible  <bruno@clisp.org>
12728
12729         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12730         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
12731         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
12732
12733 2006-01-11  Bruno Haible  <bruno@clisp.org>
12734
12735         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12736         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
12737         the "early" section as well.
12738
12739 2006-01-11  Bruno Haible  <bruno@clisp.org>
12740
12741         Avoid "ar: no archive members specified" error on MacOS X.
12742         * gnulib-tool (func_modules_add_dummy): New function.
12743         (func_import, func_create_testdir): Invoke it.
12744
12745 2006-01-11  Bruno Haible  <bruno@clisp.org>
12746
12747         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
12748         with $auxdir in AC_CONFIG_FILES statements.
12749
12750 2006-01-11  Bruno Haible  <bruno@clisp.org>
12751
12752         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12753         Initialize also noinst_HEADERS to empty.
12754
12755 2006-01-11  Bruno Haible  <bruno@clisp.org>
12756
12757         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
12758         variables.
12759         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
12760         autoreconf.
12761
12762 2006-01-11  Bruno Haible  <bruno@clisp.org>
12763
12764         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
12765         overridable by the user.
12766         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12767
12768 2006-01-10  Simon Josefsson  <jas@extundo.com>
12769
12770         * modules/sys_socket: New file.
12771
12772 2006-01-10  Simon Josefsson  <jas@extundo.com>
12773
12774         * m4/sys_socket_h.m4: New file.
12775
12776 2006-01-10  Simon Josefsson  <jas@extundo.com>
12777
12778         * lib/socket_.h: New file.
12779
12780 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12781
12782         * modules/readutmp (Maintainer): Add myself.
12783
12784 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12785
12786         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
12787         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
12788         People who are still concerned with buggy memcmp implementations
12789         can invoke gl_FUNC_MEMCMP themselves.
12790
12791 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12792
12793         * lib/regex_internal.h (BITSET_WORD_BITS):
12794         Work around a bug in 64-bit PGC (before version 6.1-2), where the
12795         preprocessor mishandles large unsigned values as if they were signed.
12796         Problem reported by Claudio Fontana in
12797         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
12798
12799 2006-01-10  Jim Meyering  <jim@meyering.net>
12800
12801         Avoid the double-free (first in fts_read, second in fts_close) that
12802         would occur when an `active' directory is made inaccessible (e.g.,
12803         via chmod a-x) during a traversal.
12804         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12805         before returning.  Reproduce this failure by
12806         mkdir -p a/b; cd a; chmod a-x . b
12807         Reported by Stavros Passas.
12808
12809         Sync from coreutils.
12810         * lib/sha1.c: Tweak grammar in a comment.
12811
12812 2006-01-10  Jim Meyering  <jim@meyering.net>
12813
12814         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
12815         Patch by Joerg Sonnenberger.
12816
12817 2006-01-10  Bruno Haible  <bruno@clisp.org>
12818
12819         * modules/readutmp: Depend on module free.
12820         * modules/strtok_r: Depend on module restrict.
12821
12822 2006-01-10  Bruno Haible  <bruno@clisp.org>
12823
12824         * modules/gettext (configure.ac): Add an invocation of
12825         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
12826
12827 2006-01-10  Bruno Haible  <bruno@clisp.org>
12828
12829         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
12830         Reported by Werner Lemberg <wl@gnu.org>.
12831
12832 2006-01-10  Bruno Haible  <bruno@clisp.org>
12833
12834         * lib/localcharset.c: Update from GNU gettext.
12835
12836 2006-01-10  Bruno Haible  <bruno@clisp.org>
12837
12838         * lib/argp.h (__const): Remove macro. Use const instead.
12839         * lib/argp-fmtstream.h (__const): Likewise.
12840         * lib/glob_.h (__const): Remove macro.
12841         * lib/glob-libc.h: Use const instead of __const.
12842
12843 2006-01-10  Bruno Haible  <bruno@clisp.org>
12844
12845         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
12846         variable.
12847         Needed to avoid an automake error regarding the 'gettext' module.
12848
12849 2006-01-09  Simon Josefsson  <jas@extundo.com>
12850
12851         * modules/inet_ntop (Depends-on): Add restrict.
12852
12853 2006-01-09  Simon Josefsson  <jas@extundo.com>
12854
12855         * modules/gc-rijndael-tests (License): Put under LGPL.
12856
12857         * modules/gc-des-tests (License): Likewise.
12858
12859         * modules/gc-arcfour-tests (License): Likewise.
12860
12861         * modules/gc-arctwo-tests (License): Likewise.
12862
12863         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
12864
12865         * modules/gc-hmac-sha1-tests (Files): Likewise.
12866
12867         * modules/gc-hmac-md5-tests (License): Likewise.
12868
12869         * modules/gc-sha1-tests (License): Likewise.
12870
12871         * modules/gc-md5-tests (License): Likewise.
12872
12873         * modules/gc-md4-tests (License): Likewise.
12874
12875         * modules/gc-md2-tests (License): Likewise.
12876
12877         * modules/gc-tests (License): Likewise.
12878
12879         * modules/des-tests (License): Likewise.
12880
12881         * modules/md4-tests (License): Likewise.
12882
12883         * modules/md2-tests (License): Likewise.
12884
12885 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12886
12887         Sync from coreutils:
12888
12889         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
12890         * modules/lib-ignore: New file.
12891         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
12892         chdir-safer.m4, lchmod.m4.
12893         * modules/openat: Add mkdirat.c, openat-priv.h.
12894
12895 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12896
12897         Sync from coreutils.
12898         * m4/lib-ignore.m4: New file.
12899         * m4/lchmod.m4: New file.
12900
12901 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12902
12903         Sync from coreutils.
12904         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
12905         for write access: POSIX says that must fail.
12906         * lib/fts.c (diropen): Likewise.
12907         * lib/save-cwd.c (save_cwd): Likewise.
12908         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
12909         well, for minor improvements on hosts that lack O_DIRECTORY.
12910         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
12911         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
12912         Fall back on chown if open failed with EACCES.
12913
12914         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
12915         Report an error at compile-time if only a 1-second nominal clock
12916         resolution is found.
12917
12918         * lib/lchmod.h: New file.
12919         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
12920         (make_dir_parents): Use lchown rather than chown, and
12921         lchmod rather than chmod.
12922
12923         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
12924         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
12925         "proc" reported by n0dalus.
12926
12927         * lib/mountlist.c: Include <limits.h>.
12928         (dev_from_mount_options)
12929         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
12930         New function.  It no longer assumes "dev=" has the System V meaning
12931         on Linux (since it doesn't).  It also parses "dev=" more carefully.
12932         (read_file_system_list)
12933         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
12934         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
12935         dev= in that case.
12936
12937         * lib/posixtm.h (PDS_PRE_2000): New macro.
12938         * lib/posixtm.c (year): Arg is now syntax_bits rather than
12939         allow_century.  All usages changed.  Reject dates outside the range
12940         1969-1999 if PDS_PRE_2000 is used.
12941
12942 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12943
12944         Sync from coreutils.
12945         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
12946         (Time of day items): Mention the possibility of leap seconds.
12947         Problem reported by Dr. David Alan Gilbert.
12948
12949 2006-01-09  Jim Meyering  <jim@meyering.net>
12950
12951         Sync from coreutils.
12952
12953         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
12954
12955         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
12956
12957         * lib/modechange.c (mode_compile): Reject an invalid mode string
12958         that starts with an octal digit.  From Andreas Gruenbacher.
12959
12960         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
12961         and dup to open_safer and dup_safer, respectively.
12962         (openat_permissive): Fix typo in comment.
12963
12964         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
12965         "gettext.h"; either no longer needed or are guaranteed by openat.h.
12966         (_): Remove; no longer needed.
12967         (openat): Renamed from rpl_openat; no need for rpl_openat
12968         since openat.h renames openat for us.
12969         Replace most of the body with a call to openat_permissive,
12970         to avoid duplicate code.
12971         Port to (probably hypothetical) environments were mode_t is
12972         wider than int.
12973         (openat_permissive): Require mode arg, so that we can check
12974         types better.  Put it just after flags.  Change cwd failure
12975         indicator from pointer-to-bool to pointer-to-errno-value.
12976         All callers changed.
12977         Invoke openat_save_fail and/or openat_restore_fail if
12978         cwd_errno is null, so that openat can call us.
12979         (openat_permissive, fdopendir, fstatat, unlinkat):
12980         Simplify errno handling to avoid some duplicate code,
12981         as it's OK to set errno on success.
12982         * lib/openat.h: Revamp code so that function macros depend on
12983         __OPENAT_PREFIX only, not also on AT_FDCWD.
12984         (openat_ro): Remove.  Caller changed to use openat_permissive.
12985         (openat_permissive): Now a macro, if not a function.
12986         (openat_restore_fail, openat_save_fail): Now always functions,
12987         since mkdirat needs them even if __OPENAT_PREFIX is defined.
12988
12989         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
12990         and openat.c.
12991         * lib/mkdirat.c: Include openat-priv.h.
12992         Remove definitions of macros defined therein.
12993         * lib/openat.c: Likewise.
12994
12995         * lib/mkdirat.c (mkdirat): New file and function.
12996         * lib/openat.h (mkdirat): Declare.
12997
12998         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
12999
13000         * lib/openat.h (openat_permissive): Declare.
13001         (openat_ro): Define.
13002
13003         * lib/openat.c (EXPECTED_ERRNO): New macro.
13004         (openat_permissive): New function -- used in remove.c rewrite.
13005         (all functions): Set errno just before returning, only if there
13006         was an actual failure.
13007         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
13008
13009         Emulate openat-family functions using Linux's procfs, if possible.
13010         Idea and some code based on Ulrich Drepper's glibc changes.
13011
13012         * lib/openat.c: (BUILD_PROC_NAME): New macro.
13013         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
13014         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
13015         before falling back on save_cwd and restore_cwd.
13016         (fdopendir, fstatat, unlinkat): Likewise.
13017
13018         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
13019         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
13020
13021         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
13022         as second argument to va_arg.  Otherwise, some versions of gcc
13023         warn that `if this code is reached, the program will abort'.
13024
13025 2006-01-09  Jim Meyering  <jim@meyering.net>
13026
13027         Sync from coreutils.
13028         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
13029         Require openat-priv.h.
13030
13031 2006-01-09  Bruno Haible  <bruno@clisp.org>
13032
13033         * modules/strnlen (Include): Use strnlen.h.
13034
13035 2006-01-09  Bruno Haible  <bruno@clisp.org>
13036
13037         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
13038
13039 2006-01-09  Bruno Haible  <bruno@clisp.org>
13040
13041         * lib/sysexit_.h (EX_OK): New macro.
13042         Suggested by Martin Lambers <marlam@marlam.de>.
13043
13044 2006-01-09  Bruno Haible  <bruno@clisp.org>
13045
13046         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
13047         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
13048
13049 2006-01-09  Bruno Haible  <bruno@clisp.org>
13050
13051         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
13052         numbers.
13053
13054 2006-01-09  Bruno Haible  <bruno@clisp.org>
13055
13056         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
13057         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
13058         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
13059         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
13060
13061 2006-01-09  Bruno Haible  <bruno@clisp.org>
13062
13063         * build-aux/javacomp.sh.in: New file, moved from lib/.
13064         * modules/javacomp-script (Files): Update.
13065         (configure.ac): Add AC_CONFIG_FILES invocation.
13066         (EXTRA_DIST): Remove variable.
13067
13068         * build-aux/javaexec.sh.in: New file, moved from lib/.
13069         * modules/javaexec (Files): Update.
13070         (configure.ac): Add AC_CONFIG_FILES invocation.
13071         (EXTRA_DIST): Remove javaexec.sh.in.
13072
13073         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
13074         * modules/csharpcomp-script (Files): Update.
13075         (configure.ac): Add AC_CONFIG_FILES invocation.
13076         (EXTRA_DIST): Remove variable.
13077
13078         * build-aux/csharpexec.sh.in: New file, moved from lib/.
13079         * modules/csharpexec (Files): Update.
13080         (configure.ac): Add AC_CONFIG_FILES invocation.
13081         (EXTRA_DIST): Remove csharpexec.sh.in.
13082
13083 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
13084
13085         Sync from coreutils.
13086
13087         Add POSIX ACL support
13088         * lib/acl.h (copy_acl, set_acl): Add declarations.
13089         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
13090         systems other than Linux.
13091         (chmod_or_fchmod): New function: use fchmod when possible,
13092         and chmod otherwise.
13093         (file_has_acl): Add a POSIX ACL implementation, with a
13094         Linux-specific subcase.
13095         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
13096         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
13097         acls are unsupported.
13098         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
13099         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
13100         are unsupported.
13101
13102 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
13103
13104         Sync from coreutils.
13105         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
13106
13107 2006-01-07  Bruno Haible  <bruno@clisp.org>
13108
13109         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
13110         gl_EARLY.
13111
13112 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13113
13114         * lib/strftime.c (tzname): Don't declare if it is already #defined.
13115         Problem reported for Mingw by Mark Junker.
13116
13117 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13118
13119         * README: Gnulib normally doesn't generate a tarball.
13120
13121 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
13122
13123         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
13124         long int, not int, for nanosecond counts, so that people who are
13125         used to POSIX struct timespec won't be surprised.  Reported by Jim
13126         Meyering.
13127
13128 2005-12-28  Bruno Haible  <bruno@clisp.org>
13129
13130         * build-aux/config.rpath: Update from GNU gettext.
13131
13132 2005-12-16  Jim Meyering  <jim@meyering.net>
13133
13134         * modules/fprintftime: New module.
13135         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
13136
13137 2005-12-16  Jim Meyering  <jim@meyering.net>
13138
13139         * m4/fprintftime.m4: New file.
13140
13141 2005-12-16  Jim Meyering  <jim@meyering.net>
13142
13143         * lib/fprintftime.c, lib/fprintftime.h: New files.
13144
13145 2005-12-15  Simon Josefsson  <jas@extundo.com>
13146
13147         * modules/socklen (configure.ac): Fix M4 macro name, to align with
13148         new m4/socklen.m4.
13149
13150 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13151
13152         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
13153         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
13154
13155 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13156
13157         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
13158         * lib/argp-help.c (fill_in_uparams): Check if the constructed
13159         struct uparams is valid. Fall back to the default values if it is
13160         not.
13161
13162 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13163
13164         * modules/argp (Files): Add argp-pin.c
13165         (Depends-on): dirname
13166         (lib_SOURCES): Add argp-pin.c
13167
13168 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13169
13170         * m4/argp.m4:  Check if program_invocation_name and
13171         program_invocation_short_name are declared and define appropriate
13172         macros if they are not.
13173
13174 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13175
13176         * lib/argp-help.c (__argp_base_name): New function
13177         (__argp_short_program_name): Rewrite using __argp_base_name
13178         * lib/argp-namefrob.h: Define program_invocation_name and
13179         program_invocation_short_name if requested
13180         (__argp_base_name): Add prototype
13181         * lib/argp-parse.c (argp_def): Use gettext wrappers
13182         (argp_default_parser): Use __argp_base_name
13183         * lib/argp-pin.c: New file. Defines program_invocation_name and
13184         program_invocation_short_name on systems that lack them.
13185
13186 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13187
13188         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
13189         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
13190         porting problem reported by Georg Schwarz in
13191         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
13192
13193 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13194
13195         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
13196         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
13197         porting problem reported by Georg Schwarz in
13198         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
13199
13200 2005-12-05  Bruno Haible  <bruno@clisp.org>
13201
13202         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
13203         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
13204         Reported by Mark Junker <mjscod@gmx.de>.
13205
13206 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
13207
13208         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
13209         Use implementation from Albert Chin, with some
13210         comments/corrections by Stepan Kasal and myself.
13211
13212 2005-12-02  Bruno Haible  <bruno@clisp.org>
13213
13214         * gnulib-tool (func_import): Accept GPLed build tool modules when
13215         --lgpl is given.
13216         * modules/csharpcomp-script: New file.
13217         * modules/csharpcomp: Depend on it.
13218         * modules/javacomp-script: New file.
13219         * modules/javacomp: Depend on it.
13220         Suggested by Simon Josefsson.
13221
13222 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
13223
13224         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
13225         statement, to work around an HP-UX 10.20 compiler bug reported by
13226         Peter O'Gorman.
13227
13228 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
13229
13230         * modules/savedir (Depends-on): Add openat.
13231
13232 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
13233
13234         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
13235         (uintmax_t) [defined uintmax_t]: Do not declare.
13236         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
13237         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
13238         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
13239         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
13240         sake of portability to weird hosts that C allows (though we don't
13241         know of any practical examples).
13242
13243         * lib/savedir.h (fdsavedir): New decl.
13244         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
13245         contains most of the former guts of savedir.
13246         (savedir): Use savedirstream.
13247         Include "openat.h".
13248
13249 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13250
13251         * modules/obstack (Files): Add m4/ulonglong.m4.
13252         Problem reported by Davide Angelocola.
13253
13254 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
13255
13256         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
13257         coreutils no longer futzes with rounding modes.
13258
13259 2005-11-14  Jim Meyering  <jim@meyering.net>
13260
13261         * lib/mkstemp-safer.c: Include <config.h>, required for possible
13262         replacement of mkstemp.
13263
13264 2005-11-10  Simon Josefsson  <jas@extundo.com>
13265
13266         * lib/readline.c: Remove EOL.
13267
13268 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13269
13270         * modules/gethrxtime (Depends-on): Add gettime.
13271
13272 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13273
13274         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
13275         or gettimeofday; no longer needed.
13276
13277 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13278
13279         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
13280         time business.
13281         (gethrxtime) [! (HAVE_NANOUPTIME
13282         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
13283         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
13284         our own approximation.
13285
13286 2005-11-08  Eric Blake  <ebb9@byu.net>
13287
13288         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13289
13290 2005-11-08  Eric Blake  <ebb9@byu.net>
13291
13292         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13293
13294 2005-11-04  Bruno Haible  <bruno@clisp.org>
13295
13296         * gnulib-tool: Implement --update mode.
13297
13298 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13299
13300         Fix porting problem reported by Theodoros V. Kalamatianos.
13301         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
13302         Don't assume that futimes failing means we must fail.
13303
13304 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13305
13306         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
13307         variables to suggest the intended function of the PATH_MAX check.
13308
13309 2005-10-30  Kean Johnston  <jkj@sco.com>
13310
13311         Trivial changes to support SCO systems.
13312         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
13313         as PATH_MAX.
13314         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
13315         where __ptr is null when no I/O is pending.
13316
13317 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13318
13319         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
13320         leave errno alone.  Problem reported by Dmitry V. Levin.
13321
13322 2005-10-28  Simon Josefsson  <jas@extundo.com>
13323
13324         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
13325         Test more.
13326
13327         * tests/test-gc-md2.c, tests/test-md2.c: New files.
13328
13329         * modules/md2, modules/md2-tests: New files.
13330
13331 2005-10-28  Simon Josefsson  <jas@extundo.com>
13332
13333         * m4/inet_ntop.m4: More tests.
13334
13335         * m4/gc-md2.m4, md2.m4: New file.
13336
13337 2005-10-28  Simon Josefsson  <jas@extundo.com>
13338
13339         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
13340         "restrict" keywords, as per POSIX.  Protect the function
13341         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
13342         Don't use K&R prototypes.  Check the sprintf return values.
13343         Re-define EAFNOSUPPORT if not present.  Indent.
13344
13345         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
13346         suggested by Bruno Haible <bruno@clisp.org>.
13347
13348         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
13349
13350         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
13351
13352         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
13353         libgcrypt).
13354
13355         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
13356
13357         * lib/md2.h, lib/md2.c: New files.
13358
13359 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
13360
13361         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
13362         errno alone.  Problem reported by Frederic Jolliton.
13363
13364 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
13365
13366         * modules/verify (License): Change from GPL to LGPL.  This is a
13367         tiny module and there are apparently near-equivalents that are
13368         under the BSD license.
13369
13370 2005-10-24  Simon Josefsson  <jas@extundo.com>
13371
13372         * modules/sha1: Relicense to LGPL.
13373
13374 2005-10-24  Simon Josefsson  <jas@extundo.com>
13375
13376         * lib/md4.h: Shrink buffer size, now that we changed the type.
13377
13378 2005-10-23  Simon Josefsson  <jas@extundo.com>
13379
13380         * gnulib-tool (func_import): Fix --tests-base.
13381
13382 2005-10-22  Simon Josefsson  <jas@extundo.com>
13383
13384         * modules/arcfour (Depends-on): Need stdint.
13385
13386 2005-10-22  Simon Josefsson  <jas@extundo.com>
13387
13388         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
13389         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
13390
13391 2005-10-22  Simon Josefsson  <jas@extundo.com>
13392
13393         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
13394         suggested by Bruno Haible <bruno@clisp.org>.
13395
13396 2005-10-22  Simon Josefsson  <jas@extundo.com>
13397
13398         * lib/crc.h: Include stddef.h, for size_t.
13399
13400 2005-10-22  Simon Josefsson  <jas@extundo.com>
13401
13402         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
13403         arcfour_context struct (simplify test vector testing in GNU
13404         Shishi).
13405
13406 2005-10-21  Simon Josefsson  <jas@extundo.com>
13407
13408         * modules/des, modules/des-tests: New files.
13409
13410         * modules/gc-des, modules/gc-des-tests: New files.
13411
13412         * tests/test-des.c, tests/test-gc-des.c: New file.
13413
13414 2005-10-21  Simon Josefsson  <jas@extundo.com>
13415
13416         * modules/arctwo, modules/arctwo-tests: New files.
13417
13418         * tests/test-arctwo.c: New file.
13419
13420         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
13421
13422         * tests/test-gc-arctwo.c: New file.
13423
13424 2005-10-21  Simon Josefsson  <jas@extundo.com>
13425
13426         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
13427         Bruno Haible <bruno@clisp.org>.
13428
13429         * m4/gc-des.m4: New file.
13430
13431 2005-10-21  Simon Josefsson  <jas@extundo.com>
13432
13433         * m4/arctwo.m4: New file.
13434
13435         * m4/gc-arctwo.m4: New file.
13436
13437 2005-10-21  Simon Josefsson  <jas@extundo.com>
13438
13439         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
13440         block.
13441
13442 2005-10-21  Simon Josefsson  <jas@extundo.com>
13443
13444         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
13445         <bruno@clisp.org>.
13446
13447         * lib/hmac-sha1.c (hmac_sha1): Likewise.
13448
13449         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
13450         Bruno Haible <bruno@clisp.org>.
13451
13452         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
13453         <bruno@clisp.org>.
13454
13455 2005-10-21  Simon Josefsson  <jas@extundo.com>
13456
13457         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
13458
13459 2005-10-21  Simon Josefsson  <jas@extundo.com>
13460
13461         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
13462
13463 2005-10-21  Simon Josefsson  <jas@extundo.com>
13464
13465         * lib/des.h, lib/des.c: New files.
13466
13467         * lib/gc-gnulib.c: Support DES.c
13468
13469 2005-10-21  Simon Josefsson  <jas@extundo.com>
13470
13471         * lib/arctwo.h, lib/arctwo.c: New files.
13472
13473         * lib/gc-gnulib.c: Support ARCTWO.
13474
13475 2005-10-21  Simon Josefsson  <jas@extundo.com>
13476
13477         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
13478         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13479
13480 2005-10-21  Simon Josefsson  <jas@extundo.com>
13481
13482         * gnulib-tool (func_import, func_create_testdir): Define automake
13483         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
13484         Makefile.am snippet),
13485         suggested by Bruno Haible <bruno@clisp.org>.
13486
13487         * modules/gc (Makefile.am): Use it.
13488
13489 2005-10-21  Bruno Haible  <bruno@clisp.org>
13490
13491         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
13492         patch.
13493
13494 2005-10-19  Simon Josefsson  <jas@extundo.com>
13495
13496         * tests/test-gc-rijndael.c: New file.
13497
13498         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
13499
13500 2005-10-19  Simon Josefsson  <jas@extundo.com>
13501
13502         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
13503         interface too.
13504
13505 2005-10-19  Simon Josefsson  <jas@extundo.com>
13506
13507         * tests/test-gc-arcfour.c: New file.
13508
13509         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
13510
13511 2005-10-19  Simon Josefsson  <jas@extundo.com>
13512
13513         * modules/gc-md4, modules/gc-md4-tests: New file.
13514
13515         * tests/test-gc-md4.c: New file.
13516
13517 2005-10-19  Simon Josefsson  <jas@extundo.com>
13518
13519         * m4/gc-md4.m4: New file.
13520
13521 2005-10-19  Simon Josefsson  <jas@extundo.com>
13522
13523         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
13524         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
13525         <kasal@ucw.cz>.
13526
13527 2005-10-19  Simon Josefsson  <jas@extundo.com>
13528
13529         * m4/gc-arcfour.m4: New file.
13530
13531         * m4/gc-rijndael.m4: New file.
13532
13533 2005-10-19  Simon Josefsson  <jas@extundo.com>
13534
13535         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
13536
13537 2005-10-19  Simon Josefsson  <jas@extundo.com>
13538
13539         * lib/gc-gnulib.c: Support ARCFOUR.
13540
13541 2005-10-19  Simon Josefsson  <jas@extundo.com>
13542
13543         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
13544         support.
13545
13546         * lib/gc.h: Add ECB enum type.
13547
13548         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
13549
13550 2005-10-18  Simon Josefsson  <jas@extundo.com>
13551
13552         * tests/test-md5.c: New file.
13553
13554         * modules/md5-tests: New file.
13555
13556 2005-10-18  Simon Josefsson  <jas@extundo.com>
13557
13558         * tests/test-md4.c: New file.
13559
13560         * modules/md4, modules/md4-tests: New files.
13561
13562 2005-10-18  Simon Josefsson  <jas@extundo.com>
13563
13564         * m4/md4.m4: New file.
13565
13566 2005-10-18  Simon Josefsson  <jas@extundo.com>
13567
13568         * lib/md4.h, lib/md4.c: New files, based on md5.?.
13569
13570 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
13571
13572         * gnulib-tool (func_create_testdir): Omit the second check whether
13573         BUILT_SOURCES in nonempty.
13574
13575 2005-10-17  Simon Josefsson  <jas@extundo.com>
13576
13577         * tests/test-rijndael.c: New file.
13578
13579 2005-10-17  Simon Josefsson  <jas@extundo.com>
13580
13581         * modules/sha1: Depend on stdint instead of md5.
13582
13583         * modules/md5: Depend on stdint, remove uint32_t.
13584
13585 2005-10-17  Simon Josefsson  <jas@extundo.com>
13586
13587         * modules/gc-sha1-tests: New file.
13588
13589         * tests/test-gc-sha1.c: New file.
13590
13591 2005-10-17  Simon Josefsson  <jas@extundo.com>
13592
13593         * m4/md5.m4: Remove call to uint32_t.m4.
13594
13595 2005-10-17  Simon Josefsson  <jas@extundo.com>
13596
13597         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
13598
13599         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
13600         md5.h.
13601
13602         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
13603
13604         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
13605
13606 2005-10-17  Simon Josefsson  <jas@extundo.com>
13607
13608         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
13609
13610 2005-10-17  Simon Josefsson  <jas@extundo.com>
13611
13612         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
13613
13614 2005-10-17  Simon Josefsson  <jas@extundo.com>
13615
13616         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
13617
13618         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
13619
13620 2005-10-17  Bruno Haible  <bruno@clisp.org>
13621
13622         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
13623         that it can also be used in a test.
13624
13625 2005-10-16  Bruno Haible  <bruno@clisp.org>
13626
13627         * gnulib-tool (func_emit_tests_Makefile_am): Also define
13628         TESTS_ENVIRONMENT, so that individual tests can augment it.
13629
13630         * gnulib-tool (func_create_testdir): Use an intermediate target for
13631         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
13632         macros, like $(ALLOCA_H), which cannot be passed through the command
13633         line.
13634
13635 2005-10-15  Simon Josefsson  <jas@extundo.com>
13636
13637         * modules/rijndael-tests: New file.
13638
13639         * modules/rijndael: New file.
13640
13641 2005-10-15  Simon Josefsson  <jas@extundo.com>
13642
13643         * m4/rijndael.m4: New file.
13644
13645 2005-10-15  Simon Josefsson  <jas@extundo.com>
13646
13647         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
13648
13649         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
13650
13651 2005-10-14  Simon Josefsson  <jas@extundo.com>
13652
13653         * tests/test-arcfour.c: New file.
13654
13655         * modules/arcfour, modules/arcfour-tests: New files.
13656
13657 2005-10-14  Simon Josefsson  <jas@extundo.com>
13658
13659         * m4/arcfour.m4: New file.
13660
13661 2005-10-14  Simon Josefsson  <jas@extundo.com>
13662
13663         * lib/arcfour.h, lib/arcfour.c: New files.
13664
13665 2005-10-14  Roland McGrath  <roland@redhat.com>
13666
13667         Import from libc.  [BZ #1331]
13668         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
13669         macro argument.
13670         Reported by Matej Vela <vela@debian.org>.
13671
13672 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13673
13674         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
13675         include <wchar.h>; no longer needed.
13676
13677 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13678
13679         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
13680
13681 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
13682         and  Ulrich Drepper  <drepper@redhat.com>
13683
13684         Import from libc.
13685         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
13686         instead of inline stream orientation test and two separate
13687         function calls.  Pay no attention to USE_IN_LIBIO.
13688
13689 2005-10-13  Simon Josefsson  <jas@extundo.com>
13690
13691         * modules/gc-hmac-md5-tests: New file.
13692
13693         * tests/test-gc-hmac-sha1.c: New file.
13694
13695         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
13696
13697         * modules/gc-hmac-md5-tests: New file.
13698
13699         * tests/test-gc-md5.c: New file.
13700
13701         * modules/gc-md5-tests: New file.
13702
13703 2005-10-13  Simon Josefsson  <jas@extundo.com>
13704
13705         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
13706         Move memory allocation outside of loop.
13707
13708 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
13709
13710         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
13711         intermediate directory is in a read-only file system.  Problem
13712         reported by Eric Blake.
13713
13714 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
13715
13716         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
13717
13718 2005-10-12  Simon Josefsson  <jas@extundo.com>
13719
13720         * tests/test-hmac-sha1.c: New file.
13721
13722         * modules/hmac-sha1-tests: New file.
13723
13724         * modules/hmac-sha1: New file.
13725
13726 2005-10-12  Simon Josefsson  <jas@extundo.com>
13727
13728         * modules/gc-sha1: New file.
13729
13730 2005-10-12  Simon Josefsson  <jas@extundo.com>
13731
13732         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
13733
13734         * tests/test-gc-pbkdf2-sha1.c: New file.
13735
13736 2005-10-12  Simon Josefsson  <jas@extundo.com>
13737
13738         * modules/gc-md5, modules/gc-hmac-md5: New files.
13739
13740         * modules/gc (Files): Remove md5, memxor and hmac files.
13741
13742 2005-10-12  Simon Josefsson  <jas@extundo.com>
13743
13744         * m4/gc-pbkdf2-sha1.m4: New file.
13745
13746         * m4/gc-hmac-sha1.m4: New file.
13747
13748         * m4/gc-sha1: New file.
13749
13750         * m4/hmac-sha1.m4: New file.
13751
13752 2005-10-12  Simon Josefsson  <jas@extundo.com>
13753
13754         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
13755
13756         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
13757
13758 2005-10-12  Simon Josefsson  <jas@extundo.com>
13759
13760         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
13761         suggested by Bruno Haible <bruno@clisp.org>.
13762
13763 2005-10-12  Simon Josefsson  <jas@extundo.com>
13764
13765         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
13766
13767 2005-10-12  Simon Josefsson  <jas@extundo.com>
13768
13769         * lib/gc-pbkdf2-sha1.c: New file.
13770
13771         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
13772
13773 2005-10-12  Simon Josefsson  <jas@extundo.com>
13774
13775         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
13776
13777         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
13778
13779 2005-10-12  Simon Josefsson  <jas@extundo.com>
13780
13781         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
13782         GC_USE_HMAC_MD5, respectively.
13783
13784         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
13785         (gc_md5): Fix typo.
13786
13787         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
13788
13789         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
13790
13791         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
13792
13793 2005-10-12  Bruno Haible  <bruno@clisp.org>
13794
13795         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
13796         Reported by Stepan Kasal <kasal@ucw.cz>.
13797
13798 2005-10-11  Simon Josefsson  <jas@extundo.com>
13799
13800         * tests/test-crc.c: New file.
13801
13802         * modules/crc, modules/crc-tests: New files.
13803
13804 2005-10-11  Simon Josefsson  <jas@extundo.com>
13805
13806         * m4/crc.m4: New file.
13807
13808 2005-10-11  Simon Josefsson  <jas@extundo.com>
13809
13810         * lib/gc.h: Add gc_hash and gc_hash_buffer.
13811
13812         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
13813
13814         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
13815
13816 2005-10-11  Simon Josefsson  <jas@extundo.com>
13817
13818         * lib/crc.h, lib/crc.c: New files.
13819
13820         * lib/gc.h (gc_hash_buffer): Add doc.
13821
13822 2005-10-11  Bruno Haible  <bruno@clisp.org>
13823
13824         * modules/c-strcasestr: New file.
13825         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
13826
13827 2005-10-11  Bruno Haible  <bruno@clisp.org>
13828
13829         * modules/c-strcase: New file.
13830         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
13831
13832 2005-10-11  Bruno Haible  <bruno@clisp.org>
13833
13834         * lib/strcasecmp.c: Include limits.h.
13835         (strcasecmp): Avoid integer overflow on exotic platforms.
13836         * lib/strncasecmp.c: Include limits.h.
13837         (strncasecmp): Avoid integer overflow on exotic platforms.
13838         Reported by Paul Eggert.
13839
13840 2005-10-11  Bruno Haible  <bruno@clisp.org>
13841
13842         * lib/c-strcasestr.h: New file, from GNU gettext.
13843         * lib/c-strcasestr.c: New file, from GNU gettext.
13844
13845 2005-10-11  Bruno Haible  <bruno@clisp.org>
13846
13847         * lib/c-strcase.h: New file, from GNU gettext.
13848         * lib/c-strcasecmp.c: New file, from GNU gettext.
13849         * lib/c-strncasecmp.c: New file, from GNU gettext.
13850
13851 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13852
13853         * modules/mempcpy (License): GPL -> LGPL.
13854         * modules/strchrnul (License): Likewise.
13855         * modules/sysexits (License): Likewise.
13856
13857 2005-10-08  Simon Josefsson  <jas@extundo.com>
13858
13859         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
13860
13861 2005-10-07  Simon Josefsson  <jas@extundo.com>
13862
13863         * m4/memxor.m4: Remove gl_C_RESTRICT call.
13864
13865 2005-10-06  Simon Josefsson  <jas@extundo.com>
13866
13867         * tests/test-hmac-md5.c: New file.
13868
13869         * modules/hmac-md5-tests: New file.
13870
13871         * modules/hmac-md5: New file.
13872
13873 2005-10-06  Simon Josefsson  <jas@extundo.com>
13874
13875         * m4/hmac-md5.m4: New file.
13876
13877         * m4/memxor.m4: Require gl_C_RESTRICT.
13878
13879 2005-10-06  Simon Josefsson  <jas@extundo.com>
13880
13881         * lib/memxor.c (memxor): Avoid casts and warnings.
13882
13883 2005-10-06  Simon Josefsson  <jas@extundo.com>
13884
13885         * lib/hmac-md5.c: New file.
13886
13887         * lib/hmac.h: New file.
13888
13889 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13890
13891         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
13892         promotes to int, not unsigned int, to catch the AIX 5.3
13893         compiler bug.
13894
13895 2005-10-05  Simon Josefsson  <jas@extundo.com>
13896
13897         * modules/memxor: New file.
13898
13899         * modules/iconv (Files): Move config.rpath to havelib, it is used
13900         there.
13901
13902         * modules/havelib (Files): Add config.rpath.
13903
13904 2005-10-05  Simon Josefsson  <jas@extundo.com>
13905
13906         * m4/memxor.m4: New file.
13907
13908 2005-10-05  Simon Josefsson  <jas@extundo.com>
13909
13910         * lib/memxor.c (memxor): Fix compiler error.
13911
13912         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
13913         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
13914
13915         * lib/memxor.h, lib/memxor.c: New files.
13916
13917         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
13918         we assume all systems have it, suggested by Jim Meyering
13919         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
13920         any systems lack sys/socket.h; mingw32 is known to lack it, but we
13921         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
13922         same reasons.
13923
13924 2005-10-05  Simon Josefsson  <jas@extundo.com>
13925
13926         * config/srclist.txt: Add glibc bug 1423 for md5.h.
13927
13928 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13929
13930         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
13931         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
13932         needed, since the source code now assumes these .h files.
13933
13934 2005-10-05  Derek Price  <derek@ximbiot.com>
13935
13936         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
13937
13938 2005-10-05  Bruno Haible  <bruno@clisp.org>
13939
13940         * modules/stdint (License): Change to LGPL.
13941
13942 2005-10-04  Simon Josefsson  <jas@extundo.com>
13943
13944         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
13945         D. Baushke" <mdb@gnu.org>.
13946
13947 2005-10-04  Bruno Haible  <bruno@clisp.org>
13948
13949         * lib/verify.h (verify_true): Provide alternative definition for C++.
13950
13951 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
13952
13953         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
13954         (SSIZE_MAX): New macro, if not already defined.
13955         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
13956         than 2 GiB.
13957
13958 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13959
13960         Sync from coreutils.
13961         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
13962         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
13963         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
13964         ULLONG_MAX doesn't work with 2.7.2.1.
13965
13966 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13967
13968         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
13969         From Ben Pfaff.
13970
13971         * modules/exclude (Depends-on): Depend on verify.
13972         * modules/strtoimax (Depends-on): Likewise.
13973         * modules/utimecmp (Depends-on): Likewise.
13974
13975 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13976
13977         * lib/exclude.c: Include verify.h.
13978         (verify): Remove.  All callers changed to use verify.h's version.
13979         * lib/strtoimax.c: Likewise.
13980         * lib/utimecmp.c: Likewis.e
13981
13982         Sync from coreutils.
13983         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
13984         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
13985         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
13986         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
13987         bother returning ENOSYS if settimeofday or stime fails; just let
13988         them return whatever errno they want to return.
13989         * lib/utimens.c: Include unistd.h, for dup2.
13990         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
13991         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
13992
13993 2005-10-02  Jim Meyering  <jim@meyering.net>
13994
13995         Sync from coreutils.
13996         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
13997         from glibc-2.2.5 that fails for read-only files.
13998
13999 2005-10-02  Jim Meyering  <jim@meyering.net>
14000
14001         Sync from coreutils.
14002         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
14003         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
14004         `#if HAVE_CONFIG_H'.
14005         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
14006         Remove AT_FDCWD test.
14007         Do not consume the fd unless successful.
14008         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
14009         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
14010         block, so that we don't even try to compile it if settimeofday is
14011         available.  This works around a compilation failure on OSF1 V5.1,
14012         due to stime requiring a `long int*' while tv_sec is `int'.
14013
14014 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
14015
14016         Sync from coreutils.
14017         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
14018         against `yes', rather than just testing for nonempty.
14019
14020 2005-10-01  Simon Josefsson  <jas@extundo.com>
14021
14022         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
14023         and Darwin.
14024
14025         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
14026         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
14027         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
14028         freeaddrinfo and gai_strerror are declared by the POSIX headers.
14029         Check if struct addrinfo is declared.
14030
14031 2005-10-01  Simon Josefsson  <jas@extundo.com>
14032
14033         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
14034         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
14035         AI_* and EAI_* definitions.  Protect function declarations.
14036
14037 2005-10-01  Jim Meyering  <jim@meyering.net>
14038
14039         Sync from coreutils.
14040
14041         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
14042         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
14043         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
14044         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
14045         in the inet and nsl libraries.  Required on Solaris 5.7.
14046
14047 2005-10-01  Jim Meyering  <jim@meyering.net>
14048
14049         Sync from coreutils.
14050         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
14051         in the inet and nsl libraries.  Required on Solaris 5.7.
14052
14053 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
14054
14055         * lib/getdelim.c (getdelim): Remove unused variables.
14056
14057 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
14058
14059         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
14060         so that the code works even with ancient cpp.  Portability problem
14061         with GCC 2.7.2.1 reported by Thomas M.Ott.
14062
14063 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
14064
14065         * modules/regex (Depends-on): Add strcase.
14066
14067         * modules/gethostname (Licence): Change from GPL to LGPL, since
14068         gethostname.c is a trivial implementation of a standard library
14069         function.
14070         * modules/poll (License): Change from GPL to LGPL, since it's
14071         derived from LGPL code.
14072
14073 2005-09-27  Jim Meyering  <jim@meyering.net>
14074
14075         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
14076         HAVE_CONFIG_H.
14077
14078         * lib/intprops.h (signed_type_or_expr__): Define.
14079         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
14080         for unsigned types.
14081
14082 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
14083
14084         * lib/verify.h (verify_expr): Remove, replacing with:
14085         (verify_true): New macro that returns true instead of void.
14086         (verify_type__): Remove.
14087         (verify): Use verify_true rather than verify_type__.
14088
14089 2005-09-26  Bruno Haible  <bruno@clisp.org>
14090
14091         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
14092         is necessary.
14093         (lib_SOURCES): Remove mbchar.c.
14094         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
14095         (Files): Add m4/mbrtowc.m4.
14096         * modules/mbiter: Likewise.
14097         * modules/mbuiter: Likewise.
14098
14099 2005-09-26  Bruno Haible  <bruno@clisp.org>
14100
14101         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
14102         compile mbchar.c if they are not both present.
14103         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
14104         * m4/mbiter.m4 (gl_MBITER): Likewise.
14105         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
14106         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
14107         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
14108
14109 2005-09-25  Jim Meyering  <jim@meyering.net>
14110
14111         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
14112         also uses socklen_t.
14113
14114 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
14115
14116         * lib/utimens.c (ENOSYS): Define if not already defined.
14117         (futimens): Support having a null PATH if the file descriptor
14118         is nonnegative.
14119
14120         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
14121         Remove.
14122         (__attribute): Define to empty unless GCC 3.1 or later.
14123         This works around a core dump on OpenBSD 3.4, which has GCC
14124         2.95.3, which dumps core when given __attribute__(()).  It also
14125         simplifies other tests, since we really don't want to bother with
14126         worrying about which ancient version of GCC supported what.
14127         Original problem reported by Yoann Vandoorselaere, with part of
14128         the fix suggested by Derek Price.
14129
14130 2005-09-24  Jim Meyering  <jim@meyering.net>
14131
14132         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
14133         so we can once again use a positive bitfield width of 1 -- now we
14134         don't have to explain why we were using a bitfield width of 2.
14135
14136 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
14137
14138         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
14139         and similarly for the other external symbols.  Problem reported
14140         by James Gallager.
14141
14142         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
14143         bug reported by Jim Meyering.
14144
14145         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
14146         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
14147         not needed, since socklen is a prerequisite module.
14148
14149 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
14150
14151         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
14152         Problem reported by Eric Blake.
14153         (getaddrinfo): Initialize se so that it's not garbage.
14154         Redo internal storage allocation so that it doesn't make unportable
14155         assumptions about alignment.
14156         Fix a memory leak.
14157
14158         * lib/utimens.c (futimens): Use futimesat if available.
14159         Prefer it to futimes since it doesn't have the futimes bug.
14160
14161         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
14162         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
14163         Instead, declare a function that returns a pointer to an array,
14164         and use verify_type__ to declare the size of the array.
14165         Problem and germ of a solution reported by Bruno Haible.
14166         (verify_type__): Use 2, not 1, for bitfield size, to avoid
14167         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
14168
14169 2005-09-23  Jim Meyering  <jim@meyering.net>
14170
14171         Sync from coreutils.
14172         Correct build failure (socklen_t not defined) on at least
14173         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
14174         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
14175
14176 2005-09-23  Jim Meyering  <jim@meyering.net>
14177
14178         * modules/getaddrinfo (Depends-on): Add socklen.
14179
14180 2005-09-23  Bruno Haible  <bruno@clisp.org>
14181
14182         * tests/test-verify.c: New file.
14183
14184 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14185
14186         Sync from coreutils.
14187
14188         * modules/argmatch (Depends-on): Add verify.
14189         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
14190         unistd-safer.
14191         * modules/save-cwd (Depends-on): Likewise.
14192
14193         * modules/openat (Files): Add lib/openat-die.c.
14194         (Depends-on): Remove error, exitfail.
14195         Add dirname.
14196
14197         * modules/verify: New file.
14198         * MODULES.html.sh (Diagnostics <assert.h>): New section,
14199         with "verify" module.
14200
14201 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14202
14203         Sync from coreutils.
14204
14205         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
14206         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
14207         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
14208         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
14209         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
14210         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
14211         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
14212         Don't bother checking for string.h, stdlib.h, unistd.h.
14213         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
14214         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
14215         module's job.
14216         * m4/jm-macros.m4 (gl_MACROS): Likewise.
14217         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
14218
14219         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
14220         (gl_GETDATE): Use it.
14221
14222         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
14223
14224 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14225
14226         Sync from coreutils.
14227
14228         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
14229         stat-time.h.
14230         * lib/argmatch.h: Include verify.h
14231         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
14232         (ARGMATCH_ASSERT): Remove; unused.
14233         * lib/canonicalize.c: Assume STDC_HEADERS.
14234         * lib/exclude.c: Include "strcase.h".
14235         * lib/regex_internal.h [!defined _LIBC]: Likewise.
14236         * lib/getusershell.c: Include stdio--.h rather than stdio.h
14237         and stdio-safer.h.
14238         (getusershell): Call fopen, not fopen_safer.
14239         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
14240         Do not include unistd-safer.h.
14241         (save_cwd): Don't call fd_safer; no longer needed
14242         now that we include fcntl--.h.
14243
14244         * lib/getdate.y (relative_time): New type.
14245         (RELATIVE_TIME_0): New constant.
14246         (parser_control): Use relative_time instead of doing it ourselves.
14247         (%union): Add new relative_time rel member.
14248         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
14249         Now typeless.
14250         (relunit, relunit_snumber): Now of type rel.
14251         (zone, rel, relunit, get_date): Adjust to above changes.
14252
14253         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
14254         Do not include unistd-safer.h.
14255         (getloadavg): Don't call fd_safer; no longer needed
14256         now that we include fcntl--.h.
14257
14258         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
14259         (make_dir_parents): Treat ENOSYS like EEXIST.
14260
14261         Improve quality of diagnostics on restore_cwd failure.
14262         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
14263         (make_dir_parents): Last arg is now int * (for errno), not bool *.
14264         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
14265         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
14266         each time through the loop.  Do not diagnose restore_cwd failure;
14267         that is the caller's job (and perhaps the caller does not care).
14268
14269         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
14270         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
14271         If the file already exists but is not a directory, don't bother
14272         to try to make its parents.
14273         Close potential file descriptor leak if we can't chdir("/") (!).
14274         Don't always return true if chdir($PWD) fails; return true only
14275         if the requested action was done successfully (except for the
14276         chdir($PWD)).
14277         Don't log final directory unless we actually made it.
14278         Refactor to avoid duplicate code to fix up permissions.
14279         Don't attempt to fix up parent permissions if chdir($PWD) fails.
14280
14281         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
14282         to make it a bit faster and (I hope) clearer.
14283         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
14284         Fix bug in formats like %2N.
14285
14286         * lib/verify.h: New file.
14287
14288 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14289
14290         Sync from coreutils.
14291         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
14292
14293 2005-09-22  Jim Meyering  <jim@meyering.net>
14294
14295         Sync from coreutils.
14296
14297         * m4/lstat.m4 (gl_FUNC_LSTAT):
14298         Use AC_LIBSOURCES to require lstat.c and lstat.h.
14299         Remove obsolete comment.
14300         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
14301         * m4/xstrtod.m4: Likewise.
14302
14303         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
14304
14305 2005-09-22  Jim Meyering  <jim@meyering.net>
14306
14307         Sync from coreutils.
14308
14309         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
14310
14311         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
14312         the .tm_year member, since otherwise gcc-4.0 would now warn about
14313         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
14314
14315         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
14316         order to avoid an unsuppressible warning from gcc on 64-bit systems.
14317
14318         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
14319         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
14320         when run in a time zone for which daylight savings time is in effect
14321         for the starting date.
14322
14323         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
14324         stop us from restricting permissions of just-created absolute-named
14325         directories.
14326         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
14327         to restore initial working directory.
14328         * lib/mkdir-p.c (make_dir_parents): New parameter:
14329         different_working_dir, to tell caller if/when we change the working
14330         directory and are unable to return to the initial one.
14331         * lib/mkdir-p.h (make_dir_parents): Update prototype.
14332         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
14333         `return false'.  This fixes a bug introduced on 2004-07-30.
14334
14335         * lib/openat.c (fdopendir): Be sure to close the supplied
14336         file descriptor before returning.  This makes our replacement
14337         implementation a little closer to Solaris's, where fdopendir
14338         ties the file descriptor to the returned DIR* pointer.
14339         * lib/openat.c (unlinkat): New function.
14340         * lib/openat.h (unlinkat): Add prototype.
14341         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
14342         (openat_restore_fail): Rename from openat_restore_die.
14343         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
14344
14345         Provide an alternative to exiting immediately upon save_cwd or
14346         restore_cwd failure.  Now, an application can arrange e.g.,
14347         to perform a longjump in that case.
14348         * lib/openat.c: Include dirname.h.
14349         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
14350         (rpl_openat, fdopendir, fstatat): Call openat_save_die
14351         and openat_restore_die rather than calling error directly.
14352         Don't include "error.h" or "exitfail.h"; they're no longer needed.
14353
14354         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
14355         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
14356         define.
14357
14358         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
14359         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
14360                             int utc, int nanoseconds);
14361         Background:
14362         date should not have to allocate a megabyte of virtual memory to
14363         handle a format argument like +%1048575T.  When implemented with
14364         strftime, it must allocate such a buffer, use strftime to fill it
14365         in, print it, then free it.
14366         With fprintftime, it simply prints everything and exits.
14367         With no need for memory allocation, that's one fewer way to fail.
14368         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
14369         optional field width, not before, so we accept %9:z, not %:9z.
14370         (my_strftime): Be sure to use L_('x') for literals.
14371
14372         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
14373         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
14374         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
14375         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
14376         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
14377         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
14378         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
14379         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
14380         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
14381         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
14382         * lib/xgethostname.c, lib/xreadlink.c:
14383         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
14384
14385         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
14386         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
14387         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
14388         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14389         and don't include <sys/file.h>).
14390
14391 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
14392
14393         Sync from coreutils.
14394
14395         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
14396         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
14397         [!LDAV_DONE]: Avoid unused variable warning.
14398
14399 2005-09-21  Bruno Haible  <bruno@clisp.org>
14400
14401         * lib/unicodeio.h (unicode_to_mb): New declaration.
14402
14403 2005-09-20  Derek Price  <derek@ximbiot.com>
14404
14405         * lib/getaddrinfo.c: Don't include <netdb.h> included from
14406         getaddrinfo.h.
14407
14408 2005-09-20  Bruno Haible  <bruno@clisp.org>
14409
14410         * gnulib-tool: Remove trailing slashes from the values specified for
14411         --source-base, --m4-base, --tests-base, --aux-dir.
14412         Suggested by Simon Josefsson <jas@extundo.com>.
14413
14414 2005-09-20  Bruno Haible  <bruno@clisp.org>
14415
14416         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
14417         func_modules_to_filelist, func_import, func_create_testdir): Make all
14418         sorting results locale-independent, so that gnulib-cache.m4 doesn't
14419         change when gnulib-tool is invoked in a different locale.
14420
14421 2005-09-19  Simon Josefsson  <jas@extundo.com>
14422
14423         * m4/socklen.m4: Fix typo.
14424
14425 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14426
14427         Use a consistent style for including <config.h>.
14428         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
14429         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
14430         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
14431         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
14432         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
14433         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
14434         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
14435         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
14436         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
14437         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
14438         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
14439         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
14440         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
14441         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
14442         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
14443         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
14444         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
14445         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
14446         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
14447         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
14448         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
14449         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
14450         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
14451         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
14452         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
14453         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
14454         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
14455         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
14456         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
14457         lib/xstrtoumax.c, lib/yesno.c:
14458         Standardize inclusion of config.h.
14459         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
14460         lib/inttostr.h:  Removed inclusion of config.h from header files.
14461         * lib/inttostr.c:  Adjusted in-tree users.
14462         * lib/timespec.h: Remove superfluous warning to include config.h.
14463         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
14464         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
14465         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
14466         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
14467         config.h with HAVE_CONFIG_H.
14468
14469 2005-09-19  Jim Meyering  <jim@meyering.net>
14470
14471         * modules/pathmax (License): Change to LGPL.
14472
14473 2005-09-19  Derek Price  <derek@ximbiot.com>
14474
14475         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
14476
14477 2005-09-19  Bruno Haible  <bruno@clisp.org>
14478
14479         * gnulib-tool (import): Provide default for --tests-base.
14480
14481 2005-09-19  Bruno Haible  <bruno@clisp.org>
14482
14483         * doc/quote.texi: New file, extracted from gnulib.texi.
14484         * doc/ctime.texi: New file, extracted from gnulib.texi.
14485         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
14486         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
14487         * doc/gnulib.texi: Include them.
14488
14489 2005-09-18  Bruno Haible  <bruno@clisp.org>
14490
14491         Portability fix.
14492         * gnulib-tool (func_readlink): New function.
14493         (func_ln_if_changed): Use it.
14494
14495 2005-09-18  Bruno Haible  <bruno@clisp.org>
14496
14497         * gnulib-tool: Support --with-tests also with --import.
14498         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
14499         (func_import): Use variables $testsbase and $inctests. Emit a
14500         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
14501         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
14502         SUBDIRS += $testsdir.
14503         (func_create_testdir): Update.
14504
14505 2005-09-18  Bruno Haible  <bruno@clisp.org>
14506
14507         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
14508         instead of $dry_run.
14509         (func_cp_if_changed, func_mv_if_changed): Remove functions.
14510         (func_ln_if_changed): Don't handle dry-run here.
14511         (func_import): In dry-run mode, detect more precisely which actions
14512         would be performed, and don't use "...ing" verbs.
14513
14514 2005-09-18  Bruno Haible  <bruno@clisp.org>
14515
14516         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
14517         (func_import): Use join on two temporary files instead of three nested
14518         loops, in order to determine which files are new or old.
14519
14520 2005-09-18  Bruno Haible  <bruno@clisp.org>
14521
14522         * gnulib-tool (func_import): Comment out code that spits out the
14523         new files with --dry-run.
14524
14525 2005-09-18  Bruno Haible  <bruno@clisp.org>
14526
14527         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
14528
14529 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14530
14531         * lib/stat-time.h: New file.
14532         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
14533         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
14534         in a different way.
14535         (timespec_cmp): New function.
14536         * lib/utimecmp.c: Include stat-time.h.
14537         (SYSCALL_RESOLUTION): Depend on whether various struct stat
14538         members exist, not on the obsolescent ST_MTIM_NSEC.
14539         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
14540
14541 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14542
14543         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
14544
14545 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14546
14547         * MODULES.html.sh (File system functions): Add stat-time.
14548         * modules/stat-time: New file.
14549         * modules/timespec (Files): Remove m4/st_mtim.m4; this
14550         is now done in a different way, by the stat-time module.
14551         * modules/utimecmp (Depends-on): Add stat-time.
14552
14553 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
14554
14555         * m4/st_mtim.m4: Remove.  Superseded by...
14556         * m4/stat-time.m4: New file.
14557         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
14558         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
14559
14560 2005-09-15  Derek Price  <derek@ximbiot.com>
14561
14562         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
14563
14564 2005-09-15  Derek Price  <derek@ximbiot.com>
14565
14566         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
14567         * lib/regex_internal.c: Ditto, using this...
14568         (__GNUC_PREREQ): ...new macro.
14569         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
14570         using...
14571         (__GNUC_PREREQ): ...this new macro.
14572
14573         * lib/strstr.h: Include string.h. Define strstr as a macro here.
14574
14575 2005-09-15  Derek Price  <derek@ximbiot.com>
14576             Paul Eggert  <eggert@cs.ucla.edu>
14577
14578         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
14579         changes, consolidating in...
14580         * lib/regex_internal.h: ...this file.
14581
14582 2005-09-13  Jim Meyering  <jim@meyering.net>
14583
14584         * lib/canon-host.c: Filter through gnu indent and reword comments
14585         slightly.
14586         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
14587
14588 2005-09-13  Derek Price  <derek@ximbiot.com>
14589
14590         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
14591         failure.
14592         Reported by Jim Meyering  <jim@meyering.net>.
14593
14594 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14595
14596         * lib/base64.c: Typo.
14597         (base64_encode): Put b64str in initialized data section.
14598
14599 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
14600
14601         Merge glibc and coreutils changes into gnulib, plus a few
14602         extra fixes.
14603         * lib/md5.c: Use #error rather than a string.
14604         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
14605         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
14606         (__attribute__): Define to empty for non recent-GCC.
14607         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
14608         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
14609         Renamed from their non-__ counterparts, with new macros replacing
14610         them if not _LIBC.  Add __THROW attribute.
14611         (rol): Remove.
14612         (struct md5_ctx): Align buffer if using GCC.
14613         * lib/sha1.h (struct sha1_ctx): Likewise.
14614         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
14615         The old name was backwards.
14616         (NOTSWAP): Remove; not used.
14617         (rol): New macro, moved here from md5.h.
14618         (sha1_process_block): Remove a FIXME that doesn't make sense.
14619
14620 2005-09-12  Derek Price  <derek@ximbiot.com>
14621
14622         Return usable errors from canon-host.
14623         * lib/canon-host.h: New file.
14624         * lib/canon-host.c (canon_host): Wrap...
14625         (canon_host_r): ...this new function, which now relies exclusively on
14626         getaddrinfo.
14627         (ch_strerror): New function.
14628         (last_cherror): New global.
14629         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
14630         interface.
14631         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
14632         void *.
14633         (freeaddrinfo): Free ai->ai_canonname when set.
14634
14635 2005-09-12  Derek Price  <derek@ximbiot.com>
14636
14637         Make canon-host require getaddrinfo.
14638         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
14639         AC_LIBSOURCE canon-host.h.  Call...
14640         (gl_PREREQ_CANON_HOST): ...this new function, which requires
14641         gl_GETADDRINFO.
14642         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
14643
14644 2005-09-12  Derek Price  <derek@ximbiot.com>
14645
14646         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
14647         LGPL.
14648         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
14649
14650 2005-09-12  Derek Price  <derek@ximbiot.com>
14651
14652         * lib/gai_strerror.c: Include config.h when available.  Include
14653         getaddrinfo.h before other headers to test interface.
14654         Reported by Larry Jones <lawrence.jones@ugs.com>.
14655
14656 2005-09-12  Derek Price  <derek@ximbiot.com>
14657             Paul Eggert  <eggert@cs.ucla.edu>
14658
14659         * modules/glob (Files): Add glob-libc.h.
14660
14661 2005-09-12  Derek Price  <derek@ximbiot.com>
14662             Paul Eggert  <eggert@cs.ucla.edu>
14663
14664         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
14665         glob_.h, glob-libc.h.
14666         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
14667
14668 2005-09-12  Derek Price  <derek@ximbiot.com>
14669             Paul Eggert  <eggert@cs.ucla.edu>
14670
14671         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
14672         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
14673         protecting things that should be done only in gnulib contexts.
14674         * lib/glob_.h: New file, containing only the glob things needed for
14675         gnulib.
14676         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
14677         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
14678         (glob, globfree, glob_pattern_p): Now defined simply in terms of
14679         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
14680         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
14681         and to respect the namespace rules better.
14682
14683 2005-09-08  Simon Josefsson  <jas@extundo.com>
14684
14685         * modules/socklen: New file.
14686
14687 2005-09-08  Simon Josefsson  <jas@extundo.com>
14688
14689         * m4/socklen.m4: New file.
14690
14691 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14692
14693         * modules/utimens (Files): Add m4/utimbuf.m4, since
14694         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
14695         Reported by Sergey Poznyakoff.
14696
14697 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14698
14699         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
14700         definitions, since that's the preferred style in glibc.
14701         Fix a minor spacing issue, and update copyright notice to match
14702         glibc's.
14703
14704 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14705
14706         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
14707
14708 2005-09-06  Simon Josefsson  <jas@extundo.com>
14709
14710         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
14711         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
14712
14713 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14714
14715         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
14716         warning.
14717
14718 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14719
14720         * config/srclist.txt: Add glibc bug 1302.
14721
14722 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
14723
14724         Change bitset word type from unsigned int to unsigned long int,
14725         as this has better performance on typical 64-bit hosts.
14726         Port bitset code to hosts with unusual word sizes.
14727         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
14728         (build_collating_symbol):
14729         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
14730         argument is a bitset.  This is merely a style issue, but it makes
14731         it clearer that an entire array is expected.
14732         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
14733         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
14734         Port to the case where bitset_word is not the same as unsigned int.
14735         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14736         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
14737         Likewise.
14738         * lib/regexec.c (check_dst_limits_calc_pos_1,
14739         check_subexp_matching_top):
14740         (build_trtable, group_nodes_into_DFAstates):
14741         Likewise.
14742         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
14743         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
14744         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
14745         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
14746         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
14747         * lib/regcomp.c (optimize_subexps, lower_subexp):
14748         Work even if bitset_word has holes in its bitwise representation.
14749         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
14750         * lib/regexec.c (check_dst_limits_calc_pos_1,
14751         check_subexp_matching_top):
14752         Likewise.
14753         * lib/regex_internal.c (re_string_reconstruct):
14754         Don't assume UCHAR_MAX == 255.
14755         * lib/regex_internal.h (bitset_set_all): Likewise.
14756         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
14757         All uses changed.
14758         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
14759         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
14760         All uses changed.
14761         (BITSET_WORD_MAX): New macro.
14762         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
14763         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
14764         (bitset_empty, bitset_copy):
14765         Prefer sizeof (bitset) to multiplying it out ourselves.
14766         (bitset_not_merge): Remove; unused.
14767         (bitset_contain): Return bool, not unsigned int with one bit on.
14768         All callers changed.
14769         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
14770         alignment than re_node_set; do this by defining a new internal
14771         type struct dests_alloc and using it to allocate memory.
14772
14773 2005-09-05  Bruno Haible  <bruno@clisp.org>
14774
14775         * gnulib-tool (func_import): Fix comparison in handling of symbolic
14776         links.
14777
14778 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
14779
14780         * modules/size_max (Makefile.am): Add size_max.h
14781
14782 2005-09-04  Derek Price  <derek@ximbiot.com>
14783
14784         * gnulib-tool (func_import): Fix reversed $symbolic logic.
14785
14786 2005-09-03  Simon Josefsson  <jas@extundo.com>
14787
14788         * gnulib-tool: Fix typo.
14789
14790 2005-09-03  Simon Josefsson  <jas@extundo.com>
14791
14792         * config/srclist.txt: Add glibc bug 1293.
14793
14794 2005-09-03  Derek Price  <derek@ximbiot.com>
14795
14796         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
14797         From Larry Jones <lawrence.jones@ugs.com>.
14798
14799 2005-09-02  Simon Josefsson  <jas@extundo.com>
14800
14801         * modules/socklen: New file.
14802
14803 2005-09-02  Simon Josefsson  <jas@extundo.com>
14804
14805         * modules/havelib: New module.
14806
14807         * modules/gettext, modules/iconv, modules/lock, modules/readline:
14808         Use havelib.
14809
14810 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14811
14812         Check for arithmetic overflow when calculating sizes, to prevent
14813         some buffer-overflow issues.  These patches are conservative, in the
14814         sense that when I couldn't determine whether an overflow was possible,
14815         I inserted a run-time check.
14816         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
14817         macros.
14818         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
14819         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
14820         (re_xnrealloc, re_x2nrealloc): New inline functions.
14821         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
14822         parse_bracket_exp):
14823         (build_equiv_class, build_charclass): Check for arithmetic overflow
14824         in size expression calculations.
14825         * lib/regex_internal.c (re_string_realloc_buffers):
14826         (build_wcs_upper_buffer, re_node_set_add_intersect):
14827         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
14828         (re_dfa_add_node, register_state): Likewise.
14829         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
14830         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
14831         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
14832         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
14833
14834 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14835
14836         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14837         m4/ulonglong.m4.  Problem reported by Martin Lambers.
14838
14839 2005-09-02  Bruno Haible  <bruno@clisp.org>
14840
14841         Support for lib vs. lib64 distinction on biarch platforms.
14842         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
14843         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
14844         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
14845
14846 2005-09-02  Bruno Haible  <bruno@clisp.org>
14847
14848         * gnulib-tool (import): In the other first-use case, provide defaults
14849         as well.
14850
14851 2005-09-02  Bruno Haible  <bruno@clisp.org>
14852
14853         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
14854         patches not yet found in the latest gettext release.
14855
14856 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14857
14858         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
14859         to avoid a collision with bits/local_lim.h in glibc.
14860         All uses changed.  Problem reported by Dmitry V. Levin in
14861         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
14862
14863         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
14864         bugs in int versus size_t comparisons.
14865         (re_string_context_at): Fix bug where the code assumed that
14866         Idx is signed.
14867
14868         Use bool where appropriate.
14869         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
14870         All callers changed.
14871         (calc_eclosure_iter): Likewise, for ROOT arg.
14872         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
14873         (build_charclass_op): Likewise, for NON_MATCH arg.
14874         * lib/regex_internal.c (re_string_allocate, re_string_construct):
14875         (re_string_construct_common): Likewise, for ICASE arg.
14876         * lib/regexec.c (re_search_2_stub, re_search_stub):
14877         Likewise, for RET_LEN arg.
14878         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
14879         (set_regs): Likewise, for FL_BACKTRACK arg.
14880         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
14881         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
14882         (calc_eclosure_iter, parse_bracket_exp):
14883         Use bool for internal variables that are booleans.
14884         * lib/regexec.c (re_search_internal, check_matching,
14885         proceed_next_node):
14886         (set_regs, build_sifted_states, sift_states_bkref):
14887         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
14888         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14889         (find_collation_sequence_value):
14890         Likewise.
14891         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
14892         (re_node_set_compare):
14893         Return bool, not int. All callers changed.
14894         * lib/regexec.c (check_halt_node_context, check_dst_limits):
14895         (build_trtable, check_node_accept): Likewise.
14896         * lib/regex_internal.h: Include stdbool.h.
14897
14898         Fix bugs uncovered when converting to bool.
14899         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
14900         failure instead of charging ahead blindly.
14901         * lib/regex_internal.c (register_state): Likewise.
14902         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
14903         for freeing internal storage.
14904         (group_nodes_into_DFA_states): Use unsigned int, not int, for
14905         bitset pieces used as boolean, to avoid undefined behavior
14906         on hosts that do int overflow checking.
14907
14908 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14909
14910         * config/srclist.txt: Add glibc bugs 1285-1287.
14911
14912 2005-09-01  Jim Meyering  <jim@meyering.net>
14913
14914         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
14915         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
14916         Require gl_STAT_MACROS, too.
14917
14918 2005-09-01  Bruno Haible  <bruno@clisp.org>
14919
14920         * gnulib-tool (import): In the first-use case, provide defaults.
14921
14922 2005-09-01  Bruno Haible  <bruno@clisp.org>
14923
14924         * gnulib-tool (func_import): Remove the .tmp files.
14925
14926 2005-09-01  Bruno Haible  <bruno@clisp.org>
14927
14928         * gnulib-tool (func_import): Fix handling of symbolic links.
14929
14930 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14931
14932         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
14933         old glibc regex code mishandles strings longer than 2**31 bytes.
14934         This patch fixes this when the regex code is used in gnulib
14935         (i.e., outside glibc).
14936
14937         This patch should not affect the use of the regex code inside
14938         glibc.  No doubt this problem also needs to be handled for glibc
14939         as well, but the result will be an incompatible change to the
14940         glibc ABI, and the old ABI will have to be supported too.  That
14941         can be the the subject for another patch.
14942
14943         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
14944         governing whether the rest of this patch is active.  By default,
14945         the macro is disabled and the patch has no effect.
14946         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
14947         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
14948         (struct re_pattern_buffer, re_search, re_search_2, re_match):
14949         (re_match_2, re_set_registers): Use the new types.
14950         * lib/regex_internal.h (Idx, re_hashval_t): New types.
14951         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
14952         New macros.
14953         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
14954         (re_string_context_at, bin_tree_t, re_dfastate_t):
14955         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
14956         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
14957         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
14958         (re_string_char_size_at, re_string_wchar_at):
14959         (re_string_elem_size_at):
14960         Use the new types and macros to port to 64-bit hosts.
14961         Use unsigned types for internal values, so that the code
14962         mostly works even for arrays larger than SSIZE_MAX.
14963         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
14964         (search_duplicated_node, calc_eclosure_iter, fetch_number):
14965         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
14966         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
14967         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
14968         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
14969         (calc_inveclosure, parse_dup_op, build_range_exp):
14970         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
14971         (fetch_number, create_token_tree, mark_opt_subexp):
14972         Likewise.
14973         * lib/regex_internal.c (re_string_construct_common,
14974         create_ci_newstate):
14975         (create_cd_newstate, re_string_allocate, re_string_construct):
14976         (re_string_realloc_buffers, build_wcs_upper_buffer):
14977         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14978         (re_string_reconstruct, re_string_peek_byte_case):
14979         (re_string_fetch_byte_case, re_string_context_at):
14980         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14981         (re_node_set_init_copy, re_node_set_add_intersect):
14982         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14983         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14984         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14985         (re_acquire_state, re_acquire_state_context, register_state):
14986         Likewise.
14987         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
14988         search_cur_bkref_entry):
14989         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
14990         (re_search_internal, re_search_2_stub, re_search_stub)
14991         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
14992         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
14993         (update_cur_sifted_state, check_dst_limits):
14994         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14995         (check_subexp_limits, sift_states_bkref, merge_state_array):
14996         (check_subexp_matching_top, get_subexp, get_subexp_sub):
14997         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
14998         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14999         (expand_bkref_cache, check_node_accept_bytes):
15000         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
15001         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
15002         (acquire_init_state_context, check_halt_node_context):
15003         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
15004         (sift_states_backward, clean_state_log_if_needed):
15005         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
15006         (find_recover_state, transit_state_sb, transit_state_mb):
15007         (transit_state_bkref, build_trtable, match_ctx_clean):
15008         Likewise.
15009         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
15010         to work around an assumption that REG_MISSING is negative.
15011
15012         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
15013         (seek_collating_symbol_entry) [defined _LIBC]:
15014         (lookup_collation_sequence_value) [defined _LIBC]:
15015         (build_range_exp, build_collating_symbol) [defined _LIBC]:
15016         Use prototypes rather than old-style function definitions.
15017         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
15018         (transit_state_sb) [0]:
15019         (find_collation_sequence_value) [defined _LIBC]: Likewise.
15020
15021         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
15022         rm_eo.
15023
15024         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
15025         (optimize_subexps, lower_subexp):
15026         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
15027         since the signed shift might overflow.  Use 1u<<31 instead.
15028         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
15029         Likewise.
15030         * lib/regexec.c (check_dst_limits_calc_pos_1,
15031         check_subexp_matching_top): Likewise.
15032
15033         * lib/regcomp.c (optimize_subexps, lower_subexp):
15034         Use CHAR_BIT rather than 8, for clarity.
15035         * lib/regexec.c (check_dst_limits_calc_pos_1):
15036         (check_subexp_matching_top): Likewise.
15037         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
15038         have to worry about portability issues when shifting it left.
15039         Remove no-longer-needed test for table_size > 0.
15040         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
15041         in a word, as the resulting behavior is undefined.
15042         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
15043         in one case, a <= should have been an <, and in another case the
15044         whole test was missing.
15045         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
15046         the standard name CHAR_BIT.
15047         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
15048         this is not true on one's complement and signed-magnitude hosts.
15049
15050         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
15051         next_last_offset.
15052         (struct re_dfa_t): Remove unused member states_alloc.
15053         * lib/regcomp.c (init_dfa): Don't initialize unused members.
15054
15055 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15056
15057         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
15058         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
15059         and large-file glibc and in 32-bit large-file Solaris.
15060
15061 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15062
15063         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
15064         lengths fit in regoff_t; this isn't true if regoff_t is the same
15065         width as size_t.
15066         * lib/regex.c (re_search_internal): 5th arg is LAST_START
15067         (= START + RANGE) instead of RANGE.  This avoids overflow
15068         problems when regoff_t is the same width as size_t.
15069         All callers changed.
15070         (re_search_2_stub): Check for overflow when adding the
15071         sizes of the two strings.
15072         (re_search_stub): Check for overflow when adding START
15073         to RANGE; if it occurs, substitute the extreme value.
15074
15075 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15076
15077         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
15078
15079 2005-08-31  Jim Meyering  <jim@meyering.net>
15080
15081         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
15082         a pointer-to-const.
15083         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
15084         (register_state): Likewise.
15085         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
15086         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
15087         (group_nodes_into_DFAstates): Likewise.
15088
15089 2005-08-31  Jim Meyering  <jim@meyering.net>
15090
15091         * check-module: Add a FIXME comment.
15092
15093 2005-08-31  Eric Blake  <ebb9@byu.net>
15094
15095         * modules/unistd-safer (Files): Add unistd--.h.
15096         * modules/stdio-safer (Files): Add stdio--.h.
15097
15098 2005-08-31  Derek Price  <derek@ximbiot.com>
15099
15100         * lib/getdelim.c (getdelim): Return EOF on EOF.
15101         Reported by Larry Jones <lawrence.jones@ugs.com>.
15102
15103 2005-08-31  Bruno Haible  <bruno@clisp.org>
15104
15105         Avoid unnecessary diffs in the generated lib/Makefile.am.
15106         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
15107         the generated files.
15108         (func_import): Don't set cmd.
15109
15110 2005-08-31  Bruno Haible  <bruno@clisp.org>
15111
15112         * lib/strstr.c: Include <stddef.h>, for NULL.
15113         * lib/strcasestr.c: Likewise.
15114         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15115
15116 2005-08-31  Bruno Haible  <bruno@clisp.org>
15117
15118         * gnulib-tool: New option --macro-prefix.
15119         (func_import): Use macro_prefix.
15120         (import): Handle option --macro-prefix.
15121
15122 2005-08-31  Bruno Haible  <bruno@clisp.org>
15123
15124         * gnulib-tool (import): Rename most ac_* variables to cached_*.
15125         Also use new variables cached_lgpl, cached_libtool.
15126
15127 2005-08-31  Bruno Haible  <bruno@clisp.org>
15128
15129         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
15130         always instantiating them.
15131
15132 2005-08-31  Bruno Haible  <bruno@clisp.org>
15133
15134         * gnulib-tool (func_import): Read the previous cached settings
15135         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
15136         earlier added by gnulib but are now dropped. Warn when a gnulib file
15137         overwrites a non-gnulib file.
15138
15139 2005-08-31  Bruno Haible  <bruno@clisp.org>
15140
15141         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
15142         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
15143         projects that don't keep autogenerated files in CVS. Put into
15144         actioncmd only the specified modules, not the transitive closure.
15145
15146 2005-08-31  Bruno Haible  <bruno@clisp.org>
15147
15148         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
15149         Create directories that shall be filled.
15150         (import): Don't look for gl_* macros in configure.ac. Recurse across
15151         all directories containing a gnulib-cache.m4 files, if meaningful.
15152
15153 2005-08-31  Bruno Haible  <bruno@clisp.org>
15154
15155         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
15156         (import): Set seen_libtool when we see gl_LIBTOOL.
15157
15158 2005-08-31  Bruno Haible  <bruno@clisp.org>
15159
15160         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
15161         declaration macro definitions from generated gnulib.m4.
15162
15163 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
15164
15165         * lib/iconvme.h: Add prototype for iconv_alloc.
15166
15167 2005-08-29  Simon Josefsson  <jas@extundo.com>
15168
15169         * lib/iconvme.c: Fix errno.
15170
15171 2005-08-29  Bruno Haible  <bruno@clisp.org>
15172
15173         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
15174         that it works when the directory contains spaces.
15175
15176 2005-08-29  Bruno Haible  <bruno@clisp.org>
15177
15178         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
15179
15180 2005-08-29  Bruno Haible  <bruno@clisp.org>
15181
15182         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
15183         Emit more advice.
15184
15185 2005-08-29  Bruno Haible  <bruno@clisp.org>
15186         and Stepan Kasal  <kasal@ucw.cz>
15187
15188         * check-module: If more parameters are given, check each of them
15189         separately; add more exceptions, as noted by Jim Meyering.
15190         (check_module): New procedure.
15191         (%exempt_header): Now contains all exceptions.
15192
15193 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
15194
15195         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
15196
15197 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
15198
15199         * lib/iconvme.c: Split iconv_string into iconv_alloc.
15200
15201 2005-08-28  Bruno Haible  <bruno@clisp.org>
15202
15203         * m4/gnulib-tool.m4: New file.
15204
15205 2005-08-27  Jim Meyering  <jim@meyering.net>
15206
15207         * modules/unistd-safer (Files): Add pipe-safer.c.
15208         * modules/fcntl-safer (Files): Add creat-safer.c.
15209
15210 2005-08-27  Jim Meyering  <jim@meyering.net>
15211
15212         * m4/stdlib-safer.m4: New file.  From coreutils.
15213         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
15214         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
15215         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
15216         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
15217         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
15218
15219 2005-08-27  Jim Meyering  <jim@meyering.net>
15220
15221         * lib/fopen-safer.c: Merge minor changes from coreutils.
15222         * lib/dup-safer.c: Likewise.
15223         * lib/fd-safer.c: Likewise.
15224
15225         Merge from coreutils.
15226         * lib/stdio--.h: New file.
15227         * lib/stdlib--.h: New file.
15228         * lib/mkstemp-safer.c: New file.
15229
15230         GNU tar needs these.
15231         * lib/pipe-safer.c: New file.
15232         * lib/creat-safer.c: New file.
15233         * lib/fcntl--.h (creat): Define to creat_safer.
15234         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
15235         * lib/unistd--.h (pipe): Define to pipe_safer.
15236         * lib/unistd-safer.h: Declare pipe_safer.
15237
15238 2005-08-26  Simon Josefsson  <jas@extundo.com>
15239
15240         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
15241         Haible <bruno@clisp.org>.
15242
15243 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
15244
15245         * lib/regex_internal.h: Remove all references to
15246         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
15247         or better.
15248         (bitset_not, bitset_merge, bitset_not_merge):
15249         (bitset_mask, re_string_allocate, re_string_construct):
15250         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
15251         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
15252         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
15253         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
15254         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15255         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15256         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
15257         (re_acquire_state_context):
15258         Remove unnecessary forward decls.
15259         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
15260         Put __attribute at function definition,
15261         now that the function decl has been removed.
15262         * lib/regex_internal.c (re_string_peek_byte_case):
15263         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
15264         Likewise.
15265
15266 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
15267
15268         * m4/regex.m4: Add AC_PREREQ(2.50).
15269         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
15270
15271 2005-08-25  Simon Josefsson  <jas@extundo.com>
15272
15273         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
15274         __fsetlocking.
15275
15276 2005-08-25  Simon Josefsson  <jas@extundo.com>
15277
15278         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
15279         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
15280         GLIBC specific code.
15281
15282 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15283
15284         Make regex safe for g++.  This fixes one real bug (an "err"
15285         that should have been "*err").  g++ problem reported by
15286         Sam Steingold.
15287         * lib/regex_internal.h (re_calloc): New macro, consistent with
15288         re_malloc etc.  All callers of calloc changed to use re_calloc.
15289         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
15290         not int.  All callers changed.
15291         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
15292         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
15293         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
15294         (find_recover_state): Change "err" to "*err"; this fixes what
15295         appears to be a real bug.
15296         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
15297         versus int.
15298
15299 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15300
15301         * modules/regex (Depends-on): Add malloc, since the code
15302         assumes that !malloc(0) means failure.
15303
15304 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15305
15306         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
15307
15308         alloca modernization/simplification for regex.
15309         * lib/regex.c: Remove portability cruft for alloca.  This no longer
15310         needs to be at the start of the file, and can be moved into
15311         regex_internal.h and simplified.
15312         * lib/regex_internal.h: Include <alloca.h>.
15313         (__libc_use_alloca) [!defined _LIBC]: New macro.
15314         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
15315         now works outside glibc.
15316
15317 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15318
15319         * config/srclist.txt: Add glibc bugs 1241, 1245.
15320
15321 2005-08-25  Jim Meyering  <jim@meyering.net>
15322
15323         * lib/open-safer.c: Include <config.h>.
15324         Otherwise, we'd lose LARGEFILE support in any file using
15325         e.g. "fcntl--.h"
15326
15327 2005-08-25  Bruno Haible  <bruno@clisp.org>
15328
15329         * m4/minmax.m4: Require autoconf 2.52.
15330         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
15331         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
15332         alternatives of translit over the alphabet.
15333         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
15334
15335 2005-08-24  Simon Josefsson  <jas@extundo.com>
15336
15337         * tests/test-getpass.c: New file.
15338
15339 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15340
15341         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
15342         for GNU regex features.
15343
15344 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15345
15346         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
15347         * lib/regex.h (regerror): Likewise.
15348
15349         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
15350         requires this.  (The code never needed it.)
15351
15352         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
15353         All uses of recently-renamed identifiers changed to use the new,
15354         POSIX-compliant names.  The code will build and run just fine
15355         without these changes, but it's better to eat our own dog food
15356         and use the standard-conforming names.
15357
15358         * lib/regex.h: Fix a multitude of POSIX name space violations.
15359         These changes have an effect only for programs that define
15360         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
15361         do not change anything for programs compiled in the normal way.
15362         Also, there is no effect on the ABI.
15363
15364         (_REGEX_SOURCE): New macro.
15365         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
15366         defined and _GNU_SOURCE is not; this fixes a name space violation.
15367
15368         Rename the following macros to obey POSIX requirements.
15369         The old names are still visible as macros if _REGEX_SOURCE is defined.
15370         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
15371         RE_BACKSLASH_ESCAPE_IN_LISTS.
15372         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
15373         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
15374         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
15375         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
15376         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
15377         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
15378         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
15379         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
15380         (REG_INTERVALS): renamed from RE_INTERVALS.
15381         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
15382         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
15383         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
15384         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
15385         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
15386         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
15387         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
15388         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
15389         RE_UNMATCHED_RIGHT_PAREN_ORD.
15390         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
15391         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
15392         (REG_DEBUG): renamed from RE_DEBUG.
15393         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
15394         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
15395         unusual, since we can't clash with the POSIX REG_ICASE.
15396         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
15397         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
15398         (REG_NO_SUB): renamed from RE_NO_SUB.
15399         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
15400         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
15401         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
15402         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
15403         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
15404         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
15405         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
15406         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
15407         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
15408         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
15409         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
15410         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
15411         RE_SYNTAX_POSIX_MINIMAL_BASIC.
15412         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
15413         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
15414         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
15415         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
15416         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
15417         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
15418         (REG_FIXED): Renamed from REGS_FIXED.
15419         (REG_NREGS): Renamed from RE_NREGS.
15420
15421         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
15422         of other REG_* macros, since POSIX says the user is allowed to
15423         #undef these macros selectively.
15424
15425         (reg_errcode_t): Update comment stating what other tables need
15426         to be consistent.
15427
15428         Rename the following enum values to obey POSIX requirements.
15429         The old names are still visible as macros.
15430         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
15431         is not defined, since GNU is supposed to be a superset of POSIX as
15432         much as possible, and since we want reg_errcode_t to be a signed
15433         type for implementation consistency.
15434         (_REG_NOERROR): Renamed from REG_NOERROR.
15435         (_REG_NOMATCH): Renamed from REG_NOMATCH.
15436         (_REG_BADPAT): Renamed from REG_BADPAT.
15437         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
15438         (_REG_ECTYPE): Renamed from REG_ECTYPE.
15439         (_REG_EESCAPE): Renamed from REG_EESCAPE.
15440         (_REG_ESUBREG): Renamed from REG_ESUBREG.
15441         (_REG_EBRACK): Renamed from REG_EBRACK.
15442         (_REG_EPAREN): Renamed from REG_EPAREN.
15443         (_REG_EBRACE): Renamed from REG_EBRACE.
15444         (_REG_BADBR): Renamed from REG_BADBR.
15445         (_REG_ERANGE): Renamed from REG_ERANGE.
15446         (_REG_ESPACE): Renamed from REG_ESPACE.
15447         (_REG_BADRPT): Renamed from REG_BADRPT.
15448         (_REG_EEND): Renamed from REG_EEND.
15449         (_REG_ESIZE): Renamed from REG_ESIZE.
15450         (_REG_ERPAREN): Renamed from REG_ERPAREN.
15451         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
15452         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
15453         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
15454         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
15455
15456         (_REG_RE_NAME, _REG_RM_NAME): New macros.
15457         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
15458         changed.  But support the old name if the new one is not defined
15459         and if _REGEX_SOURCE.
15460
15461         Change the following member names in struct re_pattern_buffer.
15462         The old names are still supported if !_REGEX_SOURCE.
15463         The new names are always supported, regardless of _REGEX_SOURCE.
15464         (re_buffer): Renamed from buffer.
15465         (re_allocated): Renamed from allocated.
15466         (re_used): Renamed from used.
15467         (re_syntax): Renamed from syntax.
15468         (re_fastmap): Renamed from fastmap.
15469         (re_translate): Renamed from translate.
15470         (re_can_be_null): Renamed from can_be_null.
15471         (re_regs_allocated): Renamed from regs_allocated.
15472         (re_fastmap_accurate): Renamed from fastmap_accurate.
15473         (re_no_sub): Renamed from no_sub.
15474         (re_not_bol): Renamed from not_bol.
15475         (re_not_eol): Renamed from not_eol.
15476         (re_newline_anchor): Renamed from newline_anchor.
15477
15478         Change the following member names in struct re_registers.
15479         The old names are still supported if !_REGEX_SOURCE.
15480         The new names are always supported, regardless of _REGEX_SOURCE.
15481         (rm_num_regs): Renamed from num_regs.
15482         (rm_start): Renamed from start.
15483         (rm_end): Renamed from end.
15484
15485         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
15486         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
15487         Prepend __ to parameter names.
15488
15489         Undo yesterday's changes.
15490
15491 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15492
15493         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
15494         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
15495         lib/regex.c.
15496
15497 2005-08-24  Jim Meyering  <jim@meyering.net>
15498
15499         Sync from coreutils.
15500         * m4/fcntl-safer.m4: New file.
15501
15502         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
15503         and object files for this module.
15504
15505 2005-08-24  Jim Meyering  <jim@meyering.net>
15506
15507         Sync from coreutils.
15508         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
15509
15510 2005-08-24  Jim Meyering  <jim@meyering.net>
15511
15512         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
15513         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
15514
15515 2005-08-24  Jim Meyering  <jim@meyering.net>
15516
15517         * modules/fcntl-safer: New module.
15518         * modules/fts (Depends-on): Add fcntl-safer.
15519         * MODULES.html.sh (File descriptor based Input/Output):
15520         Add fcntl-safer.
15521
15522 2005-08-24  Bruno Haible  <bruno@clisp.org>
15523
15524         Support for unit test modules.
15525         * modules/README: Mention tests modules.
15526         * modules/TEMPLATE-TESTS: New file.
15527         * gnulib-tool: New options --extract-tests-module, --with-tests and
15528         --tests-base (unused for the moment).
15529         (testsbase, inctests): New variables.
15530         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
15531         (func_verify_module): Exclude TEMPLATE-TESTS.
15532         (func_verify_nontests_module, func_verify_tests_module): New functions.
15533         (func_get_dependencies): Add implicit dependency for tests modules.
15534         (func_get_tests_module): New function.
15535         (func_modules_transitive_closure): When --with-tests was specified,
15536         include the unit tests as well, unless explicitly avoided.
15537         (func_emit_lib_Makefile_am): Ignore the tests modules here.
15538         (func_emit_tests_Makefile_am): New function.
15539         (func_create_testdir): When --with-tests was specified, emit a
15540         tests/ directory.
15541         * MODULES.html.sh (Future developments): Update.
15542
15543 2005-08-24  Bruno Haible  <bruno@clisp.org>
15544
15545         * modules/tls-tests: New file.
15546         * tests/test-tls.c: New file, from GNU gettext.
15547
15548 2005-08-24  Bruno Haible  <bruno@clisp.org>
15549
15550         * modules/lock-tests: New file.
15551         * tests/test-lock.c: New file, from GNU gettext.
15552
15553 2005-08-24  Bruno Haible  <bruno@clisp.org>
15554
15555         * lib/lock.h: Add multiple inclusion guard.
15556         * lib/tls.h: Add multiple inclusion guard.
15557
15558 2005-08-24  Bruno Haible  <bruno@clisp.org>
15559
15560         * gnulib-tool: Add support for the --aux-dir option to
15561         --create-testdir, --create-megatestdir, --test, --megatest.
15562         (func_create_testdir, func_create_megatestdir): Optionally emit a
15563         AC_CONFIG_AUX_DIR directive.
15564         (create-testdir, create-megatestdir, test, megatest): Provide a
15565         default value for $auxdir.
15566
15567 2005-08-24  Bruno Haible  <bruno@clisp.org>
15568
15569         * gnulib-tool (import): Use compound statement instead of subshell
15570         where possible.
15571
15572 2005-08-24  Bruno Haible  <bruno@clisp.org>
15573
15574         * gnulib-tool (import): Change --aux-dir default to "build-aux".
15575
15576 2005-08-24  Bruno Haible  <bruno@clisp.org>
15577
15578         * gnulib-tool (func_version): Update.
15579
15580 2005-08-24  Bruno Haible  <bruno@clisp.org>
15581
15582         * gnulib-tool (func_import, func_create_testdir,
15583         func_create_megatestdir): Quote all autoconf macro arguments.
15584
15585 2005-08-24  Bruno Haible  <bruno@clisp.org>
15586
15587         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
15588         option --force, because --force causes the aclocal.m4 of each
15589         subdirectory to be newer than the corresponding config.h.in.
15590
15591 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15592
15593         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
15594         All contents moved to gl_REGEX.
15595         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
15596         assume that it does.
15597
15598 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15599
15600         * lib/regex.h (REG_NOSYS)
15601         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
15602         Define, since POSIX requires it as of 2001.
15603         (_REG_ENOSYS)
15604         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
15605         New private symbol, used to keep the enum signed in all cases.
15606         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
15607         Youngman in
15608         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
15609
15610         * lib/regex_internal.c (re_string_skip_chars, register_state):
15611         (calc_state_hash):
15612         Remove forward decls; no longer needed now that we use prototypes.
15613         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
15614         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
15615         (clean_state_log_if_needed): Likewise.
15616
15617 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15618
15619         * config/srclist.txt: Add glibc bugs 1231-1233.
15620
15621 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15622
15623         Fix problems reported by Sam Steingold in
15624         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
15625         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
15626         assumed that reg_errcode_t is a signed type, which is not
15627         necessarily true if _XOPEN_SOURCE is not defined.
15628         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
15629         since some compilers warn about it otherwise.
15630
15631 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15632
15633         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
15634         (init_word_char, create_initial_state, duplicate_node_closure):
15635         (fetch_token, peek_token_bracket, build_range_exp):
15636         (build_collating_symbol): Remove forward decls; no longer needed
15637         now that we use prototypes.
15638
15639         * lib/regcomp.c:
15640         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
15641         (re_compile_fastmap_iter, regcomp, regerror, regfree):
15642         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
15643         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
15644         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
15645         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
15646         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
15647         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
15648         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
15649         (build_range_exp, build_collating_symbol, parse_bracket_exp):
15650         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
15651         (build_charclass, build_charclass_op, fetch_number, create_tree):
15652         (create_token_tree, mark_opt_subexp, duplicate_tree):
15653         Use prototypes rather than old-style definitions.
15654
15655         * lib/regex_internal.c:
15656         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
15657         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
15658         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15659         (re_string_reconstruct, re_string_peek_byte_case):
15660         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
15661         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15662         (re_node_set_init_copy, re_node_set_add_intersect):
15663         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15664         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15665         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15666         (re_acquire_state, re_acquire_state_context, register_state):
15667         (create_ci_newstate, create_cd_newstate, free_state):
15668         Likewise.
15669         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
15670         re_search_2):
15671         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
15672         (re_search_internal, prune_impossible_nodes):
15673         (acquire_init_state_context, check_matching, static):
15674         (check_halt_node_context, check_halt_state_context, proceed_next_node):
15675         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
15676         (update_regs, sift_states_backward, build_sifted_states):
15677         (clean_state_log_if_needed, merge_state_array):
15678         (update_cur_sifted_state, add_epsilon_src_nodes):
15679         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
15680         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
15681         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
15682         (find_recover_state, check_subexp_matching_top, transit_state_mb):
15683         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
15684         (check_arrival, check_arrival_add_next_nodes):
15685         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15686         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15687         (check_node_accept_bytes, check_node_accept, extend_buffers):
15688         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
15689         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
15690         (sift_ctx_init):
15691         Likewise.
15692
15693         * lib/regex_internal.h:
15694         (re_string_allocate, re_string_construct, re_string_reconstruct):
15695         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
15696         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
15697         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
15698         (re_string_context_at, re_string_peek_byte_case):
15699         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
15700         is defined, since we now use prototypes always.
15701
15702         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
15703         C89 or better.  All uses removed.
15704
15705 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15706
15707         * config/srclist.txt: Add glibc bugs 1220-1227.
15708
15709 2005-08-20  Jim Meyering  <jim@meyering.net>
15710
15711         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
15712         of unused local, dfa.
15713
15714 2005-08-20  Bruno Haible  <bruno@clisp.org>
15715
15716         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
15717
15718 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15719
15720         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
15721         (re_node_set_insert_last, re_dfa_add_node):
15722         Rename local variables to avoid GCC shadowing warnings.
15723
15724 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15725
15726         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
15727         [defined lint]: Suppress bogus uninitialized-variable warnings.
15728
15729         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
15730         and let the caller return REG_ESPACE if out of space.  This
15731         removes an uninitialied-variable warning with GCC 4.0.1, and also
15732         avoids taking the address of a local variable.  All callers
15733         changed.
15734
15735 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15736
15737         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
15738         $LIBCSRC/posix/regexec.c.
15739         Add glibc bug 1217 for regcomp.c.
15740
15741 2005-08-19  Jim Meyering  <jim@meyering.net>
15742
15743         * lib/regexec.c (proceed_next_node): Redo local variables to
15744         avoid GCC shadowing warnings.
15745
15746 2005-08-18  Bruno Haible  <bruno@clisp.org>
15747
15748         * lib/strstr.c (strstr): Fix return value in multibyte case.
15749         * lib/strcasestr.c (strcasestr): Likewise.
15750
15751 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15752
15753         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
15754
15755 2005-08-17  Jim Meyering  <jim@meyering.net>
15756
15757         Make the %s format (seconds since the epoch) work for a negative
15758         number and when used with a zero-padded field width, e.g. %015s.
15759
15760         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
15761         label so that it precedes the code to set `digits'.  Otherwise,
15762         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
15763         print `00-22'.  Now, it prints `-0022', as it should.
15764
15765 2005-08-17  Bruno Haible  <bruno@clisp.org>
15766
15767         * modules/strstr (Files): Add m4/mbrtowc.m4.
15768         (Depends-on): Add mbuiter.
15769
15770 2005-08-17  Bruno Haible  <bruno@clisp.org>
15771
15772         * modules/strcasestr: New file.
15773         * MODULES.html.sh (String handling, based on ANSI C 89): Add
15774         strcasestr.
15775
15776 2005-08-17  Bruno Haible  <bruno@clisp.org>
15777
15778         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
15779
15780 2005-08-17  Bruno Haible  <bruno@clisp.org>
15781
15782         * modules/mbuiter: New file.
15783         * MODULES.html.sh (Extended multibyte and wide character utilities):
15784         Add mbuiter.
15785
15786 2005-08-17  Bruno Haible  <bruno@clisp.org>
15787
15788         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
15789         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
15790
15791 2005-08-17  Bruno Haible  <bruno@clisp.org>
15792
15793         * m4/strcasestr.m4: New file.
15794
15795 2005-08-17  Bruno Haible  <bruno@clisp.org>
15796
15797         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
15798         * lib/strstr.c: Completely rewritten, with multibyte locale support.
15799
15800 2005-08-17  Bruno Haible  <bruno@clisp.org>
15801
15802         * lib/strcasestr.h: New file.
15803         * lib/strcasestr.c: New file.
15804
15805 2005-08-17  Bruno Haible  <bruno@clisp.org>
15806
15807         * lib/strcasecmp.c: Use mbuiter.h.
15808
15809 2005-08-17  Bruno Haible  <bruno@clisp.org>
15810
15811         * lib/mbuiter.h: New file.
15812
15813 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15814
15815         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
15816         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
15817         and gl_GETOPT are both invoked via different paths (as happens
15818         with GNU tar CVS because it uses both argp and getopt), the former
15819         wins.
15820
15821 2005-08-16  Bruno Haible  <bruno@clisp.org>
15822
15823         * modules/tls: New file.
15824         * MODULES.html.sh (Multithreading): Add tls.
15825
15826 2005-08-16  Bruno Haible  <bruno@clisp.org>
15827
15828         * modules/strnlen1: New file.
15829         * MODULES.html.sh (String handling): Add strnlen1.
15830
15831 2005-08-16  Bruno Haible  <bruno@clisp.org>
15832
15833         * modules/strcase (Files): Add m4/mbrtowc.m4.
15834         (Depends-on): Add strnlen1, mbchar.
15835
15836 2005-08-16  Bruno Haible  <bruno@clisp.org>
15837
15838         * modules/mbiter: New file.
15839         * MODULES.html.sh (Extended multibyte and wide character utilities):
15840         Add mbiter.
15841
15842 2005-08-16  Bruno Haible  <bruno@clisp.org>
15843
15844         * modules/mbfile: New file.
15845         * MODULES.html.sh (Extended multibyte and wide character utilities):
15846         Add mbfile.
15847
15848 2005-08-16  Bruno Haible  <bruno@clisp.org>
15849
15850         * modules/mbchar: New file.
15851         * MODULES.html.sh (Extended multibyte and wide character utilities):
15852         New section.
15853
15854 2005-08-16  Bruno Haible  <bruno@clisp.org>
15855
15856         * m4/tls.m4: New file, from GNU gettext.
15857
15858 2005-08-16  Bruno Haible  <bruno@clisp.org>
15859
15860         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
15861         always.
15862         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
15863
15864 2005-08-16  Bruno Haible  <bruno@clisp.org>
15865
15866         * m4/mbiter.m4: New file.
15867
15868 2005-08-16  Bruno Haible  <bruno@clisp.org>
15869
15870         * m4/mbfile.m4: New file.
15871
15872 2005-08-16  Bruno Haible  <bruno@clisp.org>
15873
15874         * m4/mbchar.m4: New file.
15875
15876 2005-08-16  Bruno Haible  <bruno@clisp.org>
15877
15878         * lib/tls.h: New file, from GNU gettext.
15879         * lib/tls.c: New file, from GNU gettext.
15880
15881 2005-08-16  Bruno Haible  <bruno@clisp.org>
15882
15883         * lib/strnlen1.h: New file.
15884         * lib/strnlen1.c: New file.
15885
15886 2005-08-16  Bruno Haible  <bruno@clisp.org>
15887
15888         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
15889         (mbi_init): Update.
15890         (mbi_avail, mbi_advance): Let the iteration end before the terminating
15891         NUL byte, not after it.
15892
15893 2005-08-16  Bruno Haible  <bruno@clisp.org>
15894
15895         * lib/strcase.h (strcasecmp): Add note in comments.
15896         * lib/strncasecmp.c: Use code from strcasecmp.c.
15897         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
15898         (strcasecmp): Work correctly in multibyte locales.
15899
15900 2005-08-16  Bruno Haible  <bruno@clisp.org>
15901
15902         * lib/mbiter.h: New file.
15903
15904 2005-08-16  Bruno Haible  <bruno@clisp.org>
15905
15906         * lib/mbfile.h: New file.
15907
15908 2005-08-16  Bruno Haible  <bruno@clisp.org>
15909
15910         * lib/mbchar.h: New file.
15911         * lib/mbchar.c: New file.
15912
15913 2005-08-16  Bruno Haible  <bruno@clisp.org>
15914
15915         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
15916         the valid ones. Makes the comparison operations transitive:
15917         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
15918         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
15919
15920 2005-08-15  Simon Josefsson  <jas@extundo.com>
15921
15922         * modules/ssize_t (License): Change to 'unlimited'.
15923
15924         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
15925
15926 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15927
15928         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
15929         Add comments for each pending glibc patch.
15930
15931 2005-08-15  Bruno Haible  <bruno@clisp.org>
15932
15933         * lib/regex.h (__restrict_arr): Don't define to __restrict if
15934         __cplusplus is defined.
15935
15936 2005-08-14  Jim Meyering  <jim@meyering.net>
15937
15938         Sync from coreutils.
15939
15940         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
15941         Use the hash-table-based cycle-detection code not just when
15942         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
15943         Reported by James Youngman in
15944         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
15945         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
15946         FTS_TIGHT_CYCLE_CHECK.
15947         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
15948         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
15949         once again.
15950         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
15951         * lib/fts.c (fd_safer): Remove decl.
15952         Include fcntl--.h rather than unistd-safer.h
15953         (fts_safe_changedir): Don't call fd_safer; no longer needed
15954         now that we include fcntl--.h.
15955
15956 2005-08-12  Simon Josefsson  <jas@extundo.com>
15957
15958         * modules/getndelim2: Use ssize_t module.
15959         * modules/getnline: Likewise.
15960         * modules/safe-read: Likewise.
15961         * modules/xreadlink: Likewise.
15962
15963         * modules/ssize_t: New file.
15964
15965 2005-08-12  Simon Josefsson  <jas@extundo.com>
15966
15967         * m4/readline.m4: Look for termcap, curses or ncurses if required.
15968
15969 2005-08-12  Simon Josefsson  <jas@extundo.com>
15970
15971         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15972         ssize_t.
15973
15974 2005-08-12  Simon Josefsson  <jas@extundo.com>
15975
15976         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
15977         readline, getdelim and check_version.
15978         (Support for systems lacking ISO C 99: Sizes of integer types):
15979         Add size_max.
15980
15981 2005-08-12  Bruno Haible  <bruno@clisp.org>
15982
15983         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
15984
15985 2005-08-11  Simon Josefsson  <jas@extundo.com>
15986
15987         * modules/readline: New file.
15988
15989         * modules/strnlen (Files): Add strnlen.h.
15990
15991 2005-08-11  Simon Josefsson  <jas@extundo.com>
15992
15993         * m4/readline.m4: New file.
15994
15995 2005-08-11  Simon Josefsson  <jas@extundo.com>
15996
15997         * lib/readline.h, readline.c: New file.
15998
15999 2005-08-11  Simon Josefsson  <jas@extundo.com>
16000
16001         * doc/gnulib.texi (Initial import, Finishing touches): Mention
16002         gl_AVOID.
16003
16004 2005-08-11  Bruno Haible  <bruno@clisp.org>
16005
16006         * lib/strnlen.h (strnlen): Change parameter name to match comment.
16007
16008 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
16009
16010         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
16011
16012 2005-08-10  Simon Josefsson  <jas@extundo.com>
16013
16014         * tests/test-iconvme.c: New file.
16015
16016 2005-08-10  Simon Josefsson  <jas@extundo.com>
16017
16018         * m4/strnlen.m4: New file.
16019
16020         * m4/strndup.m4: Don't check for strnlen declaration, done in
16021         strnlen.m4.
16022
16023 2005-08-10  Simon Josefsson  <jas@extundo.com>
16024
16025         * lib/strndup.c: Use strnlen.h.
16026
16027         * lib/strnlen.h: New file.
16028
16029 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16030
16031         * README: Typos.
16032
16033 2005-08-02  Simon Josefsson  <jas@extundo.com>
16034
16035         * modules/readline: New file.
16036
16037 2005-08-02  Simon Josefsson  <jas@extundo.com>
16038
16039         * modules/getdelim: New file.
16040
16041         * modules/getline: Rewrite, don't use getndelim2.
16042
16043 2005-08-02  Simon Josefsson  <jas@extundo.com>
16044
16045         * m4/getline.m4: Separate out getdelim stuff into separate module.
16046
16047         * m4/getdelim.m4: New file.
16048
16049 2005-08-02  Simon Josefsson  <jas@extundo.com>
16050
16051         * lib/getline.h, getline.c: Rewrite.
16052
16053         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
16054
16055 2005-07-31  Bruno Haible  <bruno@clisp.org>
16056
16057         * lib/lock.h (gl_lock_initializer): New macro.
16058         (gl_lock_define_initialized): Use it.
16059         (gl_rwlock_initializer): New macro.
16060         (gl_rwlock_define_initialized): Use it.
16061         (gl_recursive_lock_initializer): New macro.
16062         (gl_recursive_lock_define_initialized): Use it.
16063
16064 2005-07-30  Karl Berry  <karl@gnu.org>
16065
16066         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
16067         Report from Ben Pfaff, regarding getopt.
16068
16069 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
16070
16071         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
16072         normal way.
16073         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
16074         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
16075         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
16076         (gl_GETOPT): Use the new macros.  Most of the implementation
16077         is moved to the new macros.  This is for programs like Emacs
16078         that don't want all the functionality of gl_GETOPT.
16079
16080 2005-07-26  Bruno Haible  <bruno@clisp.org>
16081
16082         * m4/lock.m4: Update from GNU gettext.
16083
16084 2005-07-26  Bruno Haible  <bruno@clisp.org>
16085
16086         * lib/lock.h: Update from GNU gettext.
16087         * lib/lock.c: Update from GNU gettext.
16088
16089 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
16090
16091         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
16092         obsolescent AC_TRY_RUN.  Include the default includes files, for
16093         'exit'.
16094
16095 2005-07-24  Bruno Haible  <bruno@clisp.org>
16096
16097         * modules/visibility: New file.
16098         * MODULES.html.sh (Misc): Add visibility.
16099
16100 2005-07-24  Bruno Haible  <bruno@clisp.org>
16101
16102         * m4/visibility.m4: New file.
16103
16104 2005-07-24  Bruno Haible  <bruno@clisp.org>
16105
16106         * doc/visibility.texi: New file.
16107
16108 2005-07-22  Bruno Haible  <bruno@clisp.org>
16109
16110         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
16111         $(ALLOCA_H), redundant through BUILT_SOURCES.
16112         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
16113         redundant through BUILT_SOURCES.
16114         * modules/byteswap (Makefile.am): Remove explicit dependency on
16115         $(BYTESWAP_H), redundant through BUILT_SOURCES.
16116         * modules/fnmatch (Makefile.am): Remove explicit dependency on
16117         $(FNMATCH_H), redundant through BUILT_SOURCES.
16118         * modules/getopt (Makefile.am): Remove explicit dependency on
16119         $(GETOPT_H), redundant through BUILT_SOURCES.
16120         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
16121         redundant through BUILT_SOURCES.
16122         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
16123         redundant through BUILT_SOURCES.
16124         * modules/stdbool (Makefile.am): Remove explicit dependency on
16125         $(STDBOOL_H), redundant through BUILT_SOURCES.
16126         * modules/stdint (Makefile.am): Remove explicit dependency on
16127         $(STDINT_H), redundant through BUILT_SOURCES.
16128         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
16129         Remove explicit dependency on $(SYSEXITS_H).
16130         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
16131
16132 2005-07-18  Simon Josefsson  <jas@extundo.com>
16133
16134         * lib/check-version.c (check_version): Accept identical versions too.
16135
16136 2005-07-18  Bruno Haible  <bruno@clisp.org>
16137
16138         * modules/lock: New file.
16139         * MODULES.html.sh (Multithreading): New section.
16140
16141 2005-07-18  Bruno Haible  <bruno@clisp.org>
16142
16143         * m4/lock.m4: New file, from GNU gettext.
16144
16145 2005-07-18  Bruno Haible  <bruno@clisp.org>
16146
16147         * lib/lock.h: New file, from GNU gettext.
16148         * lib/lock.c: New file, from GNU gettext.
16149
16150 2005-07-18  Bruno Haible  <bruno@clisp.org>
16151
16152         * lib/lock.h (gl_once_t): New type.
16153         (gl_once_define, gl_once): New macros.
16154         * lib/lock.c (fresh_once): New variable.
16155         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
16156         functions.
16157
16158 2005-07-16  Simon Josefsson  <jas@extundo.com>
16159
16160         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
16161         workaround, suggested by Bruno.
16162
16163 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
16164
16165         * modules/xalloc (Depends-on): Add xalloc-die.
16166         * modules/xvasprintf (Depends-on): Add xalloc-die.
16167
16168 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
16169
16170         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
16171         with a minor change.
16172
16173 2005-07-15  Bruno Haible  <bruno@clisp.org>
16174
16175         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
16176         When using lib/poll.c, define poll as rpl_poll.
16177
16178 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
16179
16180         * modules/argp (Depends-on): Remove unlocked-io.
16181
16182 2005-07-14  Derek Price  <derek@ximbiot.com>
16183
16184         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
16185         for glob symlink bug.
16186
16187 2005-07-14  Bruno Haible  <bruno@clisp.org>
16188
16189         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
16190         Instead, test for *_unlocked function declarations directly.
16191
16192 2005-07-11  Simon Josefsson  <jas@extundo.com>
16193
16194         * modules/size_max: New file.
16195
16196         * modules/xsize: Depend on size_max module for size_max.m4.
16197
16198 2005-07-11  Simon Josefsson  <jas@extundo.com>
16199
16200         * lib/size_max.h: New file.
16201
16202 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
16203
16204         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
16205         copyright symbol and the year.
16206         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
16207         (version_etc_va): Use parameterized copyright notice.
16208         Reword to conform to the current GNU coding standards.
16209
16210 2005-07-11  Karl Berry  <karl@gnu.org>
16211
16212         * doc/gnulib.texi (Quoting): new node.
16213         (Initial import): more info, from Patrice.
16214
16215 2005-07-11  Bruno Haible  <bruno@clisp.org>
16216
16217         * gnulib-tool (func_usage): Document option --avoid.
16218         (Command line options): Handle --avoid.
16219         (func_acceptable): New function.
16220         (func_modules_transitive_closure): Use it.
16221
16222 2005-07-11  Bruno Haible  <bruno@clisp.org>
16223
16224         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
16225         Reported by Jim Meyering.
16226
16227 2005-07-10  Bruno Haible  <bruno@clisp.org>
16228
16229         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
16230         Needed when size_t is smaller than 'unsigned int'.
16231         Reported by Paul Eggert.
16232
16233 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16234
16235         * modules/argp (Depends-on): Add unlocked-io
16236
16237 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16238
16239         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
16240         block of defines.
16241
16242 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
16243
16244         * config/srclist.txt: Comment out regcomp.c, since we have a porting
16245         fix now.
16246
16247 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
16248         and Paul Eggert  <eggert@cs.ucla.edu>
16249
16250         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
16251         in wint_t, not wchar_t.  Remove now-unnecessary cast.
16252
16253 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16254
16255         * modules/regex (Files): Add lib/regex_internal.c,
16256         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
16257         (Depends-on): Add extensions.
16258         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
16259
16260 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16261
16262         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
16263         pathconf.
16264         * m4/same.m4 (gl_SAME): Likewise.
16265         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
16266
16267         * m4/regex.m4: Adjust to new libc regex implementation.
16268         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
16269         all the .c and .h parts of (the new) regex.
16270         Quote the m4 stuff better.
16271         Check for RE_ICASE bug of old gnulib.
16272         Check for REG_STARTEND of recent libc.
16273         Rename local variables from jm_* to gl_*.
16274         Quote operand of "test -f".
16275         Say "recent enough" version of libc, not "version 2".
16276         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
16277         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
16278         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
16279         Remove check for btowc, isascii.
16280         Require AM_LANGINFO_CODESET.
16281
16282 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16283
16284         * lib/regex.c, regex.h: Sync from libc.
16285         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
16286         * lib/regexec.c:
16287         New files, synced from libc, except that regex_internal.h
16288         currently has a small porting fix.
16289
16290 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16291
16292         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
16293         regex_internal.c, regexec.c.
16294         Add regex_internal.h too, but as a comment, since the libc version
16295         is currently broken in gnulib mode.
16296
16297 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16298
16299         Support programs like Emacs that use gnulib but not gettext.
16300         * MODULES.html.sh (Internationalization functions): Add gettext-h.
16301         * modules/gettext-h: New file.
16302         * modules/gettext (Files): Remove lib/gettext.h.
16303         (Depends-on): Add gettext-h.
16304         (Makefile.am): Remove lib_SOURCES.
16305         * modules/argmatch, modules/c-stack, modules/closeout:
16306         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
16307         * modules/execute, modules/file-type, modules/getaddrinfo:
16308         * modules/getopt, modules/human, modules/javacomp:
16309         * modules/javaexec, modules/mkdir-p, modules/obstack:
16310         * modules/openat, modules/pagealign_alloc, modules/pipe:
16311         * modules/quotearg, modules/regex, modules/rpmatch:
16312         * modules/unicodeio, modules/userspec, modules/version-etc:
16313         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
16314         * modules/xsetenv:
16315         Depend on gettext-h, not gettext.
16316
16317 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16318
16319         * gnulib-tool (func_import): Add support for 'public domain' license.
16320         * modules/alloca, modules/atexit, modules/memmove:
16321         Now public domain, not GPL.
16322         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
16323         * modules/realloc, modules/strerror, modules/strtod:
16324         Now LGPL, not GPL.
16325
16326 2005-07-05  Bruno Haible  <bruno@clisp.org>
16327
16328         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
16329         autoconf CVS. Needed for mingw.
16330
16331 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16332
16333         Remove the dependency of the strftime module on the tzset module.
16334         * modules/strftime (Depends-on): Remove dependency on tzset.
16335
16336 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16337
16338         Remove the dependency of the strftime module on the tzset module.
16339         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
16340         gl_FUNC_TZSET_CLOBBER.
16341
16342 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16343
16344         Remove the dependency of the strftime module on the tzset module.
16345         * lib/strftime.c (my_strftime)
16346         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
16347         Copy the input structure, to work around some of the bug with
16348         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
16349         Solaris releases, you should also use the tzset module, but we won't
16350         require it as a dependency any more since we don't want LGPLed code
16351         to depend on GPLed code.
16352
16353 2005-07-02  Jim Meyering  <jim@meyering.net>
16354
16355         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
16356         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
16357         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
16358         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
16359
16360 2005-07-02  Jim Meyering  <jim@meyering.net>
16361
16362         * lib/backupfile.c (backup_args): Change a `0' to NULL.
16363
16364 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16365
16366         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
16367         declares only 'struct timespec;' (!).
16368
16369 2005-07-01  Jim Meyering  <jim@meyering.net>
16370
16371         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
16372         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
16373         * lib/save-cwd.c, tempname.c:
16374         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
16375         and don't include <sys/file.h>).
16376
16377 2005-06-29  Jim Meyering  <jim@meyering.net>
16378
16379         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
16380         type name.  Use the variable name instead.
16381         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
16382         Likewise.
16383
16384 2005-06-28  Simon Josefsson  <jas@extundo.com>
16385
16386         * modules/check-version (Files): Add check-version.m4.
16387
16388 2005-06-28  Simon Josefsson  <jas@extundo.com>
16389
16390         * m4/check-version.m4: New file, suggested by Jim Meyering
16391         <jim@meyering.net>.
16392
16393 2005-06-28  Simon Josefsson  <jas@extundo.com>
16394
16395         * lib/check-version.h, lib/check-version.c: New files.
16396
16397 2005-06-28  Simon Josefsson  <jas@extundo.com>
16398
16399         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
16400         collision with global variable.  Better indentation.  Don't
16401         increment buffer pointer beyond buffer end.  Based on comments
16402         from Paul Eggert <eggert@cs.ucla.edu>.
16403
16404         * lib/base64.h: Indent.
16405
16406 2005-06-28  Simon Josefsson  <jas@extundo.com>
16407
16408         * doc/gnulib.texi (Library version handling): New section.
16409
16410 2005-06-28  Jim Meyering  <jim@meyering.net>
16411
16412         * check-module (find_included_lib_files): Hard-code another
16413         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
16414         but modules/fts-lgpl (correctly) does not list those files.
16415
16416         * modules/canonicalize (Files): Add lib/pathmax.h.
16417
16418 2005-06-25  Simon Josefsson  <jas@extundo.com>
16419
16420         * modules/check-version: New file.
16421
16422 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
16423
16424         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
16425         initializer of struct addrinfo, as an indication that we don't
16426         care how many members the structure has.
16427
16428 2005-06-24  Derek Price  <derek@ximbiot.com>
16429         and Bruno Haible  <bruno@clisp.org>
16430
16431         Remove stat module & update lstat.
16432         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
16433         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
16434         * m4/stat.m4: Remove this file.
16435
16436 2005-06-24  Derek Price  <derek@ximbiot.com>
16437         and Bruno Haible  <bruno@clisp.org>
16438
16439         Remove stat module & update lstat.
16440         * lib/stat.c: Remove this file...
16441         (slash_aware_lstat): ...moving this content and its support...
16442         * lib/lstat.c (rpl_lstat): ...into here.
16443         * lib/lstat.h: New file.
16444
16445 2005-06-24  Derek Price  <derek@ximbiot.com>
16446         and Bruno Haible  <bruno@clisp.org>
16447
16448         Remove stat module & update lstat.
16449         * config/srclist.txt (libc sources): Remove stat.
16450
16451 2005-06-24  Derek Price  <derek@ximbiot.com>
16452         and Bruno Haible  <bruno@clisp.org>
16453
16454         Remove stat module & update lstat.
16455         * MODULES.html.sh (stat): Remove.
16456         * MODULES.html: Regenerated.
16457         * modules/lstat (Description): Correct function name.
16458         (Files): Add "lstat.h".
16459         (Depends-on): Remove stat, add xalloc, stat-macros.
16460         * modules/stat: Remove this file.
16461         (Include): Add "lstat.h", remove <sys/stat.h>.
16462
16463 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16464
16465         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
16466         (ranged_convert): Don't save conversion in a temporary struct.
16467         This causes a warning with GCC 4.0.0, and anyway in the typical
16468         case it's not worth the extra 100 bytes or so of code.
16469         (ranged_convert, __mktime_internal): When calling a function via a
16470         pointer P, use P () rather than (*P) (), as we now assume C89 or
16471         better.
16472
16473 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16474
16475         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
16476         "who -r" failed to give output.  Problem reported by Tim Waugh.
16477
16478         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
16479         (xcalloc): Use it to avoid needless tests.
16480         Problem reported by Jim Meyering.
16481
16482 2005-06-20  Derek Price  <derek@ximbiot.com>
16483
16484         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
16485         unnecessary for Autoconfs > 2.59c.
16486
16487 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16488
16489         * lib/argp.h (__option_is_short): Check upper limit of
16490         __key. Isprint() requires its argument to have the value
16491         of an unsigned char or EOF.
16492
16493 2005-06-16  Jim Meyering  <jim@meyering.net>
16494
16495         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
16496         when either N or S is zero.
16497
16498 2005-06-16  Derek Price  <derek@ximbiot.com>
16499
16500         * m4/bison.m4: Declare YACC & YFLAGS precious.
16501
16502 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
16503
16504         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
16505         multibyte string or pattern, fall back on unibyte matching.
16506         Problem reported by James Youngman.
16507
16508 2005-06-08  Bruno Haible  <bruno@clisp.org>
16509
16510         * modules/csharpcomp: New file.
16511         * MODULES.html.sh (C#): Add csharpcomp.
16512
16513 2005-06-08  Bruno Haible  <bruno@clisp.org>
16514
16515         * m4/csharpcomp.m4: New file, from GNU gettext.
16516
16517 2005-06-08  Bruno Haible  <bruno@clisp.org>
16518
16519         * lib/csharpcomp.h: New file, from GNU gettext.
16520         * lib/csharpcomp.c: New file, from GNU gettext.
16521         * lib/csharpcomp.sh.in: New file, from GNU gettext.
16522
16523 2005-06-08  Bruno Haible  <bruno@clisp.org>
16524
16525         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
16526         warning on mingw.
16527
16528 2005-06-07  Derek Price  <derek@ximbiot.com>
16529
16530         Sync from CVS.
16531         * lib/glob_.h: Indent nested #ifdef.
16532
16533 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16534
16535         Sync from coreutils.
16536         Use "file name" when talking about file names, instead of "filename"
16537         or "path", as per the GNU coding standards.
16538         * lib/mkdir-p.c: Renamed from makepath.c.
16539         (make_dir_parents): Renamed from make_path.  All callers changed.
16540         * lib/mkdir-p.h: Likewise.  All includers changed.
16541         * lib/filenamecat.c: Renamed from path-concat.c.
16542         (file_name_concat): Renamed from path_concat.  All callers changed.
16543         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
16544         * lib/filenamecat.h: Likewise.  All includers changed.
16545         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
16546         in comments or local variable names.
16547         * lib/basename.c: Likewise.
16548         * lib/canonicalize.c, canonicalize.h: Likewise.
16549         * lib/dirname.c, dirname.h: Likewise.
16550         * lib/euidaccess.c: Likewise.
16551         * lib/exclude.c: Likewise
16552         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
16553         * lib/fsusage.c, fsuage.h: Likewise.
16554         * lib/fts.c, fts_.h: Likewise.
16555         * lib/getcwd.c: Likewise.
16556         * lib/getloadavg.c: Likewise.
16557         * lib/mkstemp.c: Likewise.
16558         * lib/mountlist.c, mountlist.h: Likewise.
16559         * lib/openat.c, openat.h: Likewise.
16560         * lib/readlink-stub.c: Likewise.
16561         * lib/readutmp.c, readutmp.h: Likewise.
16562         * lib/rename.c: Likewise.
16563         * lib/rmdir.c: Likewise.
16564         * lib/same.c: Likewise.
16565         * lib/savedir.c: Likewise.
16566         * lib/stripslash.c: Likewise.
16567         * lib/tempname.c: Likewise.
16568         * lib/xreadlink.c: Likewise.
16569         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
16570         All uses changed.
16571         * lib/exclude.h: Likewise.
16572
16573         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
16574         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16575         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
16576         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16577         * lib/pathmax.h: Include <limits.h> unconditionally, since other
16578         files have been getting away with it for years (MORE/BSD 4.3
16579         is extinct now).
16580         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
16581         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16582
16583         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
16584         Define to 256, not 255, as per modern POSIX.
16585
16586 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16587
16588         Sync from coreutils.
16589         Use "file name" when talking about file names, instead of "filename"
16590         or "path", as per the GNU coding standards.
16591         * MODULES.html.sh: mkdir-p renamed from makepath.
16592         filenamecat renamed from path-concat.
16593         * modules/filenamecat: Renamed from modules/path-concat.
16594         (Files): filenamecat.h and filenamecat.c renamed from
16595         path-concat.h and path-concat.c.
16596         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
16597         (Include): filenamecat.h, not path-concat.h.
16598         * modules/mkdir-p: Renamed from modules/makepath.
16599         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
16600         makepath.c.
16601         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
16602         (Include): mkdir-p.h, not makepath.h.
16603
16604 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16605
16606         Sync from coreutils.
16607         * m4/mkdir-p.m4: Renamed from makepath.m4.
16608         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
16609         Rename files from makepath.c to mkdir-p.c, and from
16610         makepath.h to mkdir-p.h.
16611         * m4/filenamecat.m4: Renamed from path-concat.m4.
16612         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
16613         Rename files from path-concat.c to filenamecat.c,
16614         and from path-concat.h to filenamecat.h.
16615         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
16616         "file name" in local variables or comments.
16617         * m4/rename.m4: Likewise.
16618
16619 2005-06-01  Bruno Haible  <bruno@clisp.org>
16620
16621         * modules/csharpexec: New file.
16622         * MODULES.html.sh (C#): New section.
16623
16624 2005-06-01  Bruno Haible  <bruno@clisp.org>
16625
16626         * m4/csharp.m4: New file, from GNU gettext.
16627         * m4/csharpexec.m4: New file, from GNU gettext.
16628
16629 2005-06-01  Bruno Haible  <bruno@clisp.org>
16630
16631         * lib/csharpexec.h: New file, from GNU gettext.
16632         * lib/csharpexec.c: New file, from GNU gettext.
16633         * lib/csharpexec.sh.in: New file, from GNU gettext.
16634
16635 2005-05-31  Derek Price  <derek@ximbiot.com>
16636             Paul Eggert  <eggert@cs.ucla.edu>
16637
16638         Sync from cvs.
16639         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16640
16641 2005-05-31  Derek Price  <derek@ximbiot.com>
16642             Paul Eggert  <eggert@cs.ucla.edu>
16643
16644         Sync from cvs.
16645         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16646
16647 2005-05-29  Derek Price  <derek@ximbiot.com>
16648
16649         * config/srclist.txt (glob_.h, glob.c): Add these files.
16650
16651 2005-05-29  Derek Price  <derek@ximbiot.com>
16652
16653         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
16654         * modules/glob: New file.
16655         * modules/getlogin_r: Add link to POSIX spec in description.
16656
16657 2005-05-29  Derek Price  <derek@ximbiot.com>
16658             Paul Eggert  <eggert@cs.ucla.edu>
16659
16660         * m4/glob.m4: New file.
16661
16662 2005-05-29  Derek Price  <derek@ximbiot.com>
16663             Paul Eggert  <eggert@cs.ucla.edu>
16664
16665         * lib/glob_.h, lib/glob.c: New files.
16666
16667 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16668
16669         * modules/fts (Files): Remove m4/inttypes-pri.m4.
16670         * modules/fts-lgpl (Depends-on): Remove gettext.
16671
16672 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16673
16674         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
16675         and don't require gt_INTTYPES_PRI.
16676
16677 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16678
16679         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
16680
16681         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
16682         the configuration hassle isn't worth it.
16683         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
16684         (LONGEST_MODIFIER, PRIuMAX): Remove.
16685
16686 2005-05-27  Bruno Haible  <bruno@clisp.org>
16687
16688         * lib/getlogin_r.h: Remove second include of <stddef.h>.
16689
16690 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
16691
16692         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
16693         _POSIX_PTHREAD_SEMANTICS for Solaris.
16694
16695 2005-05-25  Derek Price  <derek@ximbiot.com>
16696
16697         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
16698
16699 2005-05-25  Derek Price  <derek@ximbiot.com>
16700             Paul Eggert  <eggert@cs.ucla.edu>
16701
16702         * modules/getlogin_r, m4/getlogin_r.m4: New files.
16703         * lib/getlogin_r.c, getlogin_r.h: New files.
16704
16705 2005-05-25  Bruno Haible  <bruno@clisp.org>
16706             Derek Price  <derek@ximbiot.com>
16707
16708         * lib/getlogin_r.h: Simplify API documentation.
16709
16710 2005-05-23  Derek Price  <derek@ximbiot.com>
16711
16712         * modules/minmax (Files): Add m4/minmax.m4.
16713         (configure.ac): Add gl_MINMAX.
16714
16715 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16716
16717         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
16718         so that unistd-safer.h (GPL'ed code) need not be included.
16719
16720 2005-05-22  Bruno Haible  <bruno@clisp.org>
16721
16722         * m4/minmax.m4: New file.
16723         Based on a patch by Derek Price <derek@ximbiot.com>.
16724
16725 2005-05-22  Bruno Haible  <bruno@clisp.org>
16726
16727         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
16728         (INT64_MIN): Fix definition.
16729         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
16730
16731         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
16732         NEED_SIGNED_INT_TYPES.
16733
16734         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
16735         HAVE_SYSTEM_INTTYPES.
16736
16737 2005-05-22  Bruno Haible  <bruno@clisp.org>
16738
16739         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
16740         Also include <sys/param.h> if it defines MIN, MAX.
16741         Based on a patch by Derek Price <derek@ximbiot.com>.
16742
16743 2005-05-21  Jim Meyering  <jim@meyering.net>
16744
16745         * modules/fts (Files): Add m4/inttypes-pri.m4.
16746         (Depends-on): Add lstat and remove gettext.  Alphabetize.
16747
16748 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16749
16750         New fts module.
16751         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
16752         (setup_dir, free_dir): New functions.
16753         (enter_dir, leave_dir): Define trivial
16754         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
16755         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
16756         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
16757         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
16758         Move to fts-cycle.c.
16759         (fts_open): Use setup_dir.
16760         (fts_close): Use free_dir.
16761         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
16762         This adds a label and some gotos, but the alternatives were messier.
16763         Check for memory allocation failure when entering a dir.
16764         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
16765         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
16766         (FTS): New member fts_cycle, that is a union that contains the
16767         old active_dir_ht and cycle_state.  All uses changed to mention
16768         fts_cycle.ht and fts_cycle.state.
16769         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
16770         fts.c, with the following changes:
16771         (setup_dir, free_dir): New functions.
16772         (enter_dir): Now returns bool.  Return true if successful, false
16773         if memory exhausted.  All callers changed.
16774         Do not bother partly cleaning up on
16775         memory allocation failure; that is free_dir's job.
16776         However, free ad if hash_insert fails, to avoid memory leak.
16777         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
16778         fts->fts_options to see which union member to use.
16779
16780 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16781
16782         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
16783         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
16784
16785 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16786
16787         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
16788
16789 2005-05-20  Jim Meyering  <jim@meyering.net>
16790
16791         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
16792         Now a macro, to pacify GCC.
16793
16794 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16795
16796         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
16797         of -1.
16798
16799 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16800
16801         * lib/chown.c (rpl_chown): Return -1 on failure.
16802
16803 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16804
16805         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
16806         Don't check for stddef.h.
16807         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
16808         don't use its results.
16809         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
16810         since we include them unconditionally.  Don't require
16811         AM_STDBOOL_H, since stdbool is a prerequisite.
16812         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
16813         since we assume C89 or better.
16814         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
16815         as we don't use their results.
16816         Don't check for fchdir, memmove, memset, strrchr, as we use
16817         them unconditionally.
16818         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
16819         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
16820
16821 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16822
16823         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
16824         Include <stddef.h> unconditionally, since we assume C89 now.
16825         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
16826         * lib/fts.c: Include fts_.h first, to check interface.
16827         Do not include intprops.h; no longer needed.
16828         Include cycle-check.h and hash.h, since fts_.h no longer does.
16829         Remove unnecessary casts of closedir to void.
16830         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
16831         decide whether to decrement nlinks.
16832         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
16833         (FTS): Use struct hash_table * instead of Hash_table, so that
16834         we no longer need to include hash.h here.
16835
16836 2005-05-18  Jim Meyering  <jim@meyering.net>
16837
16838         * modules/dirfd (License): Change to LGPL.  Most of the code
16839         is already in the public domain.
16840
16841 2005-05-18  Jim Meyering  <jim@meyering.net>
16842
16843         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
16844         Reported by Yoann Vandoorselaere.
16845
16846 2005-05-17  Jim Meyering  <jim@meyering.net>
16847
16848         * m4/fts.m4: New file, from coreutils.
16849
16850 2005-05-17  Jim Meyering  <jim@meyering.net>
16851
16852         * lib/fts.c, lib/fts_.h: New files, from coreutils.
16853
16854 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16855
16856         Sync from coreutils.
16857         * m4/unlinkdir.m4: New file.
16858
16859 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16860
16861         Sync from coreutils.
16862         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
16863         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
16864         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
16865         White space changes only.
16866         * lib/makepath.c (make_path): Port to hosts where leading "//" is
16867         special.
16868         * lib/yesno.c: Include getline.h, not ctype.h.
16869         (yesno): Don't remove leading white space; POSIX doesn't allow it.
16870         Use getline to remove arbitrary restriction on response length.
16871
16872 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16873
16874         * config/srclist-update: Spell out "Street" in FSF postal
16875         mail address; this is the style the FSF seems to prefer.
16876
16877         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
16878         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
16879         this updates FSF postal mail address.
16880
16881         Sync from coreutils.
16882         * modules/unlinkdir: New file.
16883         * modules/yesno (Depends-on): Add getline.
16884         * MODULES.html.sh (File system functions): Add unlinkdir.
16885
16886 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16887
16888         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
16889         lib/strsep.h:
16890         Change the initial comment to refer to GPL, not LGPL.
16891         gnulib-tool will change it to LGPL as needed.
16892
16893         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
16894         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
16895         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
16896         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
16897         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
16898         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
16899         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
16900         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
16901         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
16902         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
16903         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
16904         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
16905         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
16906         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
16907         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
16908         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
16909         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
16910         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
16911         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
16912         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
16913         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
16914         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
16915         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
16916         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
16917         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
16918         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
16919         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
16920         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
16921         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
16922         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
16923         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
16924         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
16925         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
16926         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
16927         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
16928         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
16929         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
16930         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
16931         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
16932         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
16933         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
16934         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
16935         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
16936         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
16937         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
16938         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
16939         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
16940         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
16941         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
16942         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
16943         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16944         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
16945         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
16946         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
16947         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
16948         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
16949         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
16950         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
16951         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
16952         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
16953         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
16954         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
16955         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
16956         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
16957         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
16958         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
16959         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
16960         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
16961         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
16962         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
16963         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
16964         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
16965         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
16966         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
16967         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
16968         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
16969         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
16970         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
16971         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
16972         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
16973         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
16974         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
16975         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
16976         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
16977         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
16978         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
16979         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
16980         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
16981         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
16982         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
16983         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
16984         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
16985         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
16986         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
16987         lib/yesno.c, lib/yesno.h:
16988         Update FSF postal mail address.
16989
16990 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16991
16992         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
16993         tests/test-memmem.c, tests/test-stpncpy.c:
16994         Update FSF postal mail address.
16995
16996 2005-05-13  Bruno Haible  <bruno@clisp.org>
16997
16998         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
16999         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
17000         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
17001         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
17002         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
17003         Add support for 64-bit integers in the MSVC compiler.
17004
17005 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17006
17007         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
17008
17009 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
17010
17011         * gnulib-tool (func_import): Sort and uniquify recommended includes.
17012
17013 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
17014
17015         * doc/getdate.texi (General date syntax): Don't say that date
17016         date --iso-8601=ns generates acceptable dates; it doesn't yet.
17017         Problem reported by Nic Ferrier.
17018
17019 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17020
17021         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
17022         specified in ai_socktype. Fix invalid ai_protocol
17023         check. ai_protocol is usually set to 0 or depending on
17024         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
17025         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
17026         ai_socktype / ai_protocol in the returned addrinfo structure.
17027
17028 2005-05-10  Simon Josefsson  <jas@extundo.com>
17029
17030         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
17031         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17032
17033 2005-05-10  Karl Berry  <karl@gnu.org>
17034
17035         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
17036         (from http://www.gnu.org/licenses).
17037         * doc/COPYING.LIB: also rename to COPYING.LESSER.
17038         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
17039         fdl.texi suffices.
17040
17041 2005-05-10  Karl Berry  <karl@gnu.org>
17042
17043         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
17044         (COPYING.DOC): remove.
17045
17046         * config/srclist-update: new FSF address.
17047
17048 2005-05-10  Derek Price  <derek@ximbiot.com>
17049
17050         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
17051         possible.
17052
17053 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17054             Bruno Haible  <bruno@clisp.org>
17055
17056         * modules/inet_ntop: New file.
17057         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17058         inet_ntop.
17059
17060 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17061             Bruno Haible  <bruno@clisp.org>
17062
17063         * m4/inet_ntop.m4: New file.
17064
17065 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17066             Bruno Haible  <bruno@clisp.org>
17067
17068         * lib/inet_ntop.h: New file.
17069         * lib/inet_ntop.c: New file, from glibc with modifications.
17070
17071 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
17072
17073         * modules/time_r (License): Change to LGPL.
17074         * modules/extensions (License): Change to LGPL.  Actually,
17075         the license is more permissive than that, but currently gnulib-tool
17076         doesn't know how to handle more-permissive licenses.
17077
17078         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
17079         Problem reported by Dave Love.
17080
17081 2005-05-08  Jim Meyering  <jim@meyering.net>
17082
17083         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
17084         blank.
17085
17086 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
17087
17088         * modules/argmatch (Depends-on): Add stdbool.
17089         * modules/backupfile (Depends-on): Likewise.
17090         * modules/chdir-long (Depends-on): Likewise.
17091         * modules/closeout (Depends-on): Likewise.
17092         * modules/cycle-check (Depends-on): Likewise.
17093         * modules/dirname (Depends-on): Likewise.
17094         * modules/fnmatch (Depends-on): Likewise.
17095         * modules/fsusage (Depends-on): Likewise.
17096         * modules/fwriteerror (Depends-on): Likewise.
17097         * modules/getcwd (Depends-on): Likewise.
17098         * modules/getloadavg (Depends-on): Likewise.
17099         * modules/hard-locale (Depends-on): Likewise.
17100         * modules/makepath (Depends-on): Likewise.
17101         * modules/mountlist (Depends-on): Likewise.
17102         * modules/nanosleep (Depends-on): Likewise.
17103         * modules/posixtm (Depends-on): Likewise.
17104         * modules/quotearg (Depends-on): Likewise.
17105         * modules/readtokens (Depends-on): Likewise.
17106         * modules/readtokens0 (Depends-on): Likewise.
17107         * modules/readutmp (Depends-on): Likewise.
17108         * modules/save-cwd (Depends-on): Likewise.
17109         * modules/strftime (Depends-on): Likewise.
17110         * modules/userspec (Depends-on): Likewise.
17111         * modules/utimecmp (Depends-on): Likewise.
17112         * modules/xgetcwd (Depends-on): Likewise.
17113         * modules/xnanosleep (Depends-on): Likewise.
17114         * modules/xstrtod (Depends-on): Likewise.
17115         * modules/yesno (Depends-on): Likewise.
17116
17117 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
17118
17119         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
17120         needless checks.
17121
17122 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17123
17124         Merge from coreutils.  Among other things,
17125         add bulletproofing for cases where stdin, stdout, or stderr are closed.
17126         * lib/fd-safer.c: New file.
17127         * lib/fcntl-safer.h, open-safer.c: Remove.
17128         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
17129         * lib/dup-safer.c: Include unistd-safer.h first.
17130         Don't include errno.h.
17131         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
17132         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
17133         * lib/file-type.c: Rely on file-type.h change.
17134         * lib/getloadavg.c: Include unistd-safer.h.
17135         (getloadavg): Use safer open.
17136         * lib/getusershell.c: Include "stdio-safer.h".
17137         (getusershell): Use safer fopen.
17138         * lib/long-options.c (long_options): Use NULL rather than 0.
17139         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
17140         'free'.
17141         * lib/modechange.c: Likewise.
17142         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
17143         (MODE_DONE): New constant.
17144         (struct mode_change): Remove 'next' member.
17145         (make_node_op_equals): New function; like the old one of the
17146         same name, except it allocates an array.
17147         (mode_compile, mode_create_from_ref): Use it.
17148         (mode_compile): Allocate result as an array, not a linked list.
17149         Parse octal string ourself, so that we catch mistakes like "+0".
17150         (mode_adjust): Arg is an array, not a linked list.
17151         * lib/modechange.c: Include stat-macros.h, xalloc.h.
17152         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
17153         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
17154         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
17155         Remove.  This is now stat-macros.h's job.
17156         (talloc): Remove.  All callers replaced by xalloc, so that
17157         our invokers don't have to worry about reporting memory failures.
17158         (make_node_op_equals): Remove.
17159         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
17160         New constants.
17161         (struct mode_change): Moved here from modechange.h.
17162         (mode_append_entry): Remove.
17163         (mode_compile): Remove MASKED_OPS arg, since it encouraged
17164         apps to have incorrect behavior.  Use simpler algorithm for head
17165         and tail.  Don't futz with umask; that's now the job of mode_adjust.
17166         Detect more invalid usages rather than having somewhat-random behavior.
17167         Don't insert an "a=" action, as that leads to incorrect behavior.
17168         (mode_compile, mode_create_from_ref): Return NULL on error instead
17169         of an enum, since now there's only one way to have an error.  All
17170         callers changed.
17171         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
17172         at the correct time.  Simplify calculation of "+u" and its ilk.
17173         Don't mishandle "+X".
17174         (mode_free): Remove "register" and localize decls.
17175         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
17176         (struct mode_change): Move to modechange.c; callers don't
17177         need to see this stuff.
17178         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
17179         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
17180         (mode_change, mode_adjust): Reflect the new signatures noted above.
17181         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
17182         that might redefine system include files.
17183         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
17184         (my_usleep): Use NULL rather than (void *) 0.
17185         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
17186         Use siginterrupt to specify that system calls should be interrupted.
17187         (rpl_nanosleep): Move initialization of suspended closer to call of
17188         my_usleep.
17189         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
17190         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
17191         (desirable_utmp_entry): New function.
17192         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
17193         using x2nrealloc, to simplify logic.
17194         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
17195         size calculation.  Do not assume utmp file is a regular file.
17196         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
17197         (READ_UTMP_CHECK_PIDS): New constant.
17198         * lib/save-cwd.c: Include unistd-safer.h.
17199         (save_cwd): Use fd_safer.
17200         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
17201         [!_LIBC] Include "stat-macros.h" instead.
17202         * lib/unistd-safer.h (fd_safer): New decl.
17203
17204 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17205
17206         * modules/getloadavg (Depends-on): Add unistd-safer.
17207         * modules/getusershell (Depends-on): Add stdio-safer.
17208         * modules/lstat (Depends-on): Remove xalloc.
17209         * modules/mkstemp (Depends-on): Add stat-macros.
17210         * modules/modechange (Depends-on): Remove xstrtol.
17211         Add stat-macros, xalloc.
17212         * modules/save-cwd (Depends-on): Add unistd-safer.
17213         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
17214         * modules/unistd-safer (Files): Add lib/fd-safer.c
17215         (Makefile.am): Remove lib_SOURCES.
17216
17217         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
17218         Remove fcntl-safer; unistd-safer supersedes it.
17219
17220 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17221
17222         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
17223         AC_HEADER_STAT.
17224         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
17225         (gl_PREREQ_CHOWN): Remove.
17226         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
17227         it.  Don't require AC_HEADER_STAT.
17228         (gl_PREREQ_LSTAT): Remove.
17229         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
17230         Don't require AC_HEADER_STAT.
17231         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
17232         (gl_PREREQ_RMDIR): Remove.
17233         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
17234         mention stat-macros.h or AC_HEADER_STAT, since we'll make
17235         the stat-macros module a prerequisite.
17236         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
17237         * m4/filemode.m4 (gl_FILEMODE): Likewise.
17238         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
17239         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
17240         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
17241         variable names.
17242         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
17243         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
17244         variable prefixes.
17245         * m4/fcntl-safer.m4: Remove.
17246         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
17247         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
17248         Invoke gl_PREREQ_FD_SAFER.
17249         (gl_PREREQ_FD_SAFER): New macro.
17250         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
17251         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
17252         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
17253         Remove duplicate call to AC_LIBOBJ(readutmp).
17254         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
17255
17256         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
17257         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
17258
17259 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17260
17261         * MODULES.html.sh (Misc): Add byteswap.
17262
17263 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17264
17265         * modules/getcwd (Depends-on): Add extensions.
17266         * modules/openat (Depends-on): Likewise.
17267
17268 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17269
17270         * modules/byteswap: New file.
17271
17272 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17273
17274         * m4/byteswap.m4: New file.
17275
17276 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17277
17278         * lib/byteswap_.h: New file.
17279
17280 2005-04-25  Karl Berry  <karl@gnu.org>
17281
17282         * m4/gettext.m4: Update from GNU gettext 0.14.4.
17283
17284 2005-04-25  Albert Chin  <china@thewrittenword.com>
17285
17286         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
17287         Toolkit C bug.
17288
17289 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
17290
17291         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
17292         (func_ln_if_changed) Remove forcibly for no error message
17293         in case file does not exist.
17294
17295 2005-04-19  Simon Josefsson  <jas@extundo.com>
17296
17297         * gnulib-tool (Options): Make --symlink mean --symbolic.
17298
17299 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
17300
17301         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
17302
17303 2005-04-16  Simon Josefsson  <jas@extundo.com>
17304
17305         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
17306
17307 2005-04-15  Simon Josefsson  <jas@extundo.com>
17308
17309         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
17310
17311 2005-04-15  Simon Josefsson  <jas@extundo.com>
17312
17313         * gnulib-tool: Rename --symlink to --symbolic.
17314
17315 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
17316
17317         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
17318         symbolic links to files instead of copying/moving.  Add --aux-dir,
17319         specifying directory relative --dir where auxiliary build tools
17320         are placed.
17321
17322 2005-04-14  Bruno Haible  <bruno@clisp.org>
17323
17324         * modules/allocsa (License): Change to LGPL.
17325         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
17326
17327 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17328
17329         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
17330         that "UTC +1 second" continues to work.  Problem reported
17331         by Dmitry V. Levin.
17332         (relunit_snumber): New rule.
17333         (relunit): Use it.
17334
17335 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
17336
17337         * lib/getdate.y (universal_time_zone_table): New constant.
17338         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
17339         universal_time_zone_table.
17340         (lookup_zone): Prefer universal_time_zone_table to
17341         local_time_zone_table, so that "GMT" time stamps are allowed in
17342         London during the summer.  Problem reported by Ian Abbott.
17343
17344 2005-04-12  Jim Meyering  <jim@meyering.net>
17345
17346         * lib/human.c (humblock): Set *options even when returning due to
17347         xstrtoumax conversion failure.  Thanks to a used-uninitialized
17348         warning from gcc-4.
17349
17350 2005-04-09  Jim Meyering  <jim@meyering.net>
17351
17352         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
17353         -Wuninitialized: initialize tm0.tm_year.
17354
17355 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
17356
17357         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
17358         count, since there's no maximum.  All uses changed.
17359         Add member dsts_seen.
17360         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
17361         not being INT_MAX.
17362         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
17363         Use pc_rels_seen to decide whther a date is absolute.
17364
17365         * lib/getdate.y (number): Don't overwrite year.
17366         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
17367         check.
17368
17369 2005-04-02  Simon Josefsson  <jas@extundo.com>
17370
17371         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
17372         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
17373
17374 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
17375
17376         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
17377         where no absolute path name can be longer than PATH_MAX.
17378
17379 2005-03-27  Jim Meyering  <jim@meyering.net>
17380
17381         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
17382
17383 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
17384
17385         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
17386         "one's complement" -> "ones' complement" in comment, as per Knuth.
17387         "value of type" -> "type or expression" in comment.
17388         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
17389
17390 2005-03-26  Jim Meyering  <jim@meyering.net>
17391
17392         Comment nits.
17393         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
17394         Correct typos: s/or/of/.
17395
17396 2005-03-26  Jim Meyering  <jim@meyering.net>
17397
17398         * modules/check-include-files: Move to ../ and rename to...
17399         * check-module: ...this.
17400
17401 2005-03-25  Jim Meyering  <jim@meyering.net>
17402
17403         * modules/xvasprintf (Files): Add xalloc.h.
17404
17405 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17406
17407         * modules/gettext (Files): config/config.rpath ->
17408         build-aux/config.rpath
17409         * modules/iconv (Files): Likewise.
17410         Problem reported by Oskar Liljeblad.
17411
17412 2005-03-23  Jim Meyering  <jim@meyering.net>
17413
17414         * modules/check-include-files: New script to check for
17415         missing dependencies, multiple includes, etc.
17416
17417         * modules/c-strtold (Depends-on): Add xalloc.
17418         * modules/c-strtod (Depends-on): Add xalloc.
17419         * modules/hash (Depends-on): Add xalloc.
17420         (Files): Remove lib/xalloc.h.
17421
17422         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
17423         * modules/userspec (Files): Add lib/inttostr.h.
17424
17425 2005-03-23  Jim Meyering  <jim@meyering.net>
17426
17427         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
17428
17429 2005-03-22  Jim Meyering  <jim@meyering.net>
17430
17431         * modules/stat-macros: New module.
17432         * modules/canonicalize, modules/euidaccess, modules/file-type,
17433         * modules/filemode, modules/lchown, modules/makepath,
17434         * modules/rmdir, modules/stat: Depend on new stat-macros module
17435         rather than listing lib/stat-macros.h manually.
17436         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
17437
17438 2005-03-22  Jim Meyering  <jim@meyering.net>
17439
17440         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
17441
17442 2005-03-22  Bruno Haible  <bruno@clisp.org>
17443
17444         * config/srclist.txt: Replace target directory 'config' with
17445         'build-aux'.
17446         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
17447         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
17448         ../build-aux/.
17449
17450 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
17451
17452         * modules/chdir-long (Depends-on): Add mempcpy.
17453
17454         * modules/acl, modules/backupfile, modules/c-strtod,
17455         modules/c-strtold, modules/canon-host, modules/canonicalize,
17456         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
17457         modules/exclude, modules/exitfail, modules/file-type,
17458         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
17459         modules/getdate, modules/getline, modules/getpagesize,
17460         modules/getpass, modules/getugroups, modules/group-member,
17461         modules/hard-locale, modules/hash, modules/human, modules/idcache,
17462         modules/inttostr, modules/long-options, modules/makepath,
17463         modules/md5, modules/memcasecmp, modules/memcoll,
17464         modules/modechange, modules/mountlist, modules/path-concat,
17465         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
17466         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
17467         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
17468         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
17469         modules/strftime, modules/strndup, modules/strverscmp,
17470         modules/timespec, modules/unlocked-io, modules/userspec,
17471         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
17472         modules/yesno:
17473         Remove lib_SOURCES line from Makefile.am section, as this is now
17474         done automatically by the corresponding Autoconf macro.
17475
17476 2005-03-21  Jim Meyering  <jim@meyering.net>
17477
17478         Changes imported from coreutils.
17479
17480         * lib/cycle-check.c: Don't include xalloc.h.
17481
17482         * lib/path-concat.c: Don't include assert.h.
17483         (path_concat): Remove assertion that would have triggered
17484         for ABASE starting with more than one slash.
17485         Reported by Andreas Schwab.
17486
17487         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
17488         properly when ABASE is an absolute file name.
17489         Correct the description of this function.
17490         Include <assert.h>.
17491         Add an assertion and a test driver.
17492         This fixes a bug introduced on 2004-07-02.
17493         Andreas Schwab reported the resulting failure of cp --parents:
17494         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
17495
17496 2005-03-21  Jim Meyering  <jim@meyering.net>
17497
17498         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
17499         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
17500
17501 2005-03-21  Jim Meyering  <jim@meyering.net>
17502         and  Paul Eggert  <eggert@cs.ucla.edu>
17503
17504         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
17505         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
17506         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
17507         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
17508         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
17509         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
17510         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
17511         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
17512         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
17513         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
17514         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
17515         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
17516         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
17517         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
17518         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
17519         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
17520         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
17521         for these modules.
17522
17523 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17524
17525         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
17526         (which shouldn't happen), generate nothing instead of returning 0
17527         immediately, so that nstrftime (NULL, ...) doesn't return 0.
17528
17529 2005-03-16  Bruno Haible  <bruno@clisp.org>
17530
17531         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
17532         HAVE_LONGLONG_64BIT.
17533
17534 2005-03-16  Bruno Haible  <bruno@clisp.org>
17535
17536         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
17537         HAVE_LONGLONG_64BIT.
17538
17539 2005-03-16  Bruno Haible  <bruno@clisp.org>
17540
17541         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
17542         HAVE_LONGLONG_64BIT.
17543
17544 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17545
17546         * lib/strftime.c (my_strftime): Prepend space to format so that we can
17547         reliably distinguish strftime failure from empty output on POSIX
17548         hosts.
17549
17550 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17551
17552         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
17553         (iconv_string): Don't guess a size-zero buffer, as that might cause
17554         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
17555         result would be 'too large', where 'too large' is (heuristically)
17556         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
17557         overflow concerns.  This will prevent some unwanted malloc failures
17558         when the inputs are very large.
17559
17560 2005-03-15  Karl Berry  <karl@gnu.org>
17561
17562         * config/srclist.txt (config.rpath): from gettext.
17563         * config/config.rpath: update.
17564
17565 2005-03-15  Bruno Haible  <bruno@clisp.org>
17566
17567         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
17568         to 'negate'.
17569
17570         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
17571         variable.
17572
17573         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
17574         results.
17575
17576 2005-03-14  Simon Josefsson  <jas@extundo.com>
17577
17578         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
17579         <fx@gnu.org>.
17580
17581 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
17582
17583         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
17584         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
17585         intprops.h.
17586         * lib/strtol.c: Likewise.
17587
17588 2005-03-14  Jim Meyering  <jim@meyering.net>
17589
17590         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
17591         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
17592         to be nonzero so that we (and caller) can detect the difference
17593         between a valid zero-length expansion and an error return, even
17594         when the underlying strftime fails before writing anything into
17595         that location.
17596
17597 2005-03-14  Bruno Haible  <bruno@clisp.org>
17598
17599         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
17600         Update from GNU gettext 0.14.3.
17601
17602 2005-03-10  Jim Meyering  <jim@meyering.net>
17603
17604         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
17605
17606 2005-03-10  Jim Meyering  <jim@meyering.net>
17607
17608         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
17609         so that this module works on systems without fchdir.
17610
17611 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
17612
17613         Factor int-properties macros into a single file, except for
17614         glibc-related files.
17615         * lib/intprops.h: New file.
17616         * lib/getloadavg.c: Include it instead of limits.h.
17617         (INT_STRLEN_BOUND): Remove.
17618         * lib/human.c: Include intprops.h.
17619         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
17620         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
17621         302/1000.
17622         * lib/inttostr.h: Include intprops.h instead of limits.h.
17623         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
17624         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
17625         for consistency with intprops.h.
17626         (time_t_is_integer, twos_complement_arithmetic): Use them.
17627         * lib/sig2str.h: Include <signal.h>, intprops.h.
17628         (INT_STRLEN_BOUND): Remove.
17629         * lib/strftime.c (TYPE_SIGNED): Remove.
17630         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
17631         * lib/strtol.c: Adjust comments to match intprops.h.
17632         * lib/userspec.c: Include intprops.h.
17633         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
17634         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
17635         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
17636         instead of rolling our own expressions.
17637         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
17638
17639         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
17640         instead of int.
17641         (my_strftime): Do not mishandle years close to INT_MAX, by doing
17642         the right thing even if adding 1900 would overflow.  Similarly
17643         for tm_mon + 1 and tm_yday + 1.
17644         Make %Y always equivalent to %C%y, and similarly for %G and %g.
17645         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
17646         (DO_SIGNED_NUMBER): New macro.
17647         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
17648
17649 2005-03-07  Bruno Haible  <bruno@clisp.org>
17650
17651         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
17652
17653 2005-03-07  Bruno Haible  <bruno@clisp.org>
17654
17655         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
17656
17657 2005-03-04  Derek R. Price  <derek@ximbiot.com>
17658
17659         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
17660         (func_import): Only replace files via --import when they have actually
17661         changed.
17662
17663 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17664
17665         * m4/mmap-anon.m4: New file.
17666         * m4/pagealign_alloc.m4: New file.
17667
17668 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17669             Bruno Haible  <bruno@clisp.org>
17670
17671         * modules/pagealign_alloc: New file.
17672         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
17673
17674 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17675             Bruno Haible  <bruno@clisp.org>
17676
17677         * lib/pagealign_alloc.h: New file.
17678         * lib/pagealign_alloc.c: New file.
17679
17680 2005-03-03  Bruno Haible  <bruno@clisp.org>
17681
17682         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
17683         Use an all-permissive copyright notice, recommended by RMS.
17684
17685 2005-03-02  Bruno Haible  <bruno@clisp.org>
17686
17687         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
17688         of AIX, the replacement has to be done only after <string.h> is
17689         included, therefore not in config.h. stpncpy.h does the replacement,
17690         and stpncpy.c uses it.
17691
17692 2005-03-02  Bruno Haible  <bruno@clisp.org>
17693
17694         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
17695         stpncpy.c uses it.
17696
17697 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17698
17699         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
17700         The workaround isn't strictly needed for POSIX conformance, and
17701         it's too much of a pain to configure and maintain.  We'll ask
17702         people to fix their kernels instead.
17703         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
17704         (NANOSLEEP_BUG_WORKAROUND): Remove.
17705         (xnanosleep): Remove the workaround.
17706
17707 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17708
17709         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
17710         Reported by Derek Price.
17711         (Include): Add "timespec.h".
17712
17713         * modules/xnanosleep (Depends-on): Remove gethrxtime.
17714
17715 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17716
17717         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
17718         to detect nanosleep bug.
17719
17720 2005-03-01  Bruno Haible  <bruno@clisp.org>
17721
17722         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
17723
17724 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17725
17726         * modules/gethrxtime: New file.
17727         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
17728         (Depends-on): Add gethrxtime.
17729         (configure.ac): Add gl_XNANOSLEEP.
17730         (Makefile.am): Remove lib_SOURCES line.
17731
17732 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17733
17734         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
17735         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
17736
17737 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17738
17739         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
17740         * lib/timespec.h (gettime): Return void, since it always
17741         succeeds now.  All uses changed.
17742         * lib/gettime.c (gettime) Likewise.
17743         [HAVE_NANOTIME]: Prefer nanotime.
17744         Assume gettimeofday succeeds, as POSIX requires.
17745         Assime time () succeeds, since other code already does.
17746         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
17747         (timespec_subtract): Remove.
17748         (NANOSLEEP_BUG_WORKAROUND): New constant.
17749         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
17750         things considerably.  Use it only on GNU/Linux hosts, since the
17751         workaround shouldn't be needed elsewhere.
17752
17753 2005-02-24  Bruno Haible  <bruno@clisp.org>
17754
17755         * modules/gettext (Files): Add m4/glibc2.m4.
17756
17757 2005-02-24  Bruno Haible  <bruno@clisp.org>
17758
17759         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
17760         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
17761         * m4/progtest.m4:
17762         Update from GNU gettext 0.14.2.
17763         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
17764
17765 2005-02-24  Bruno Haible  <bruno@clisp.org>
17766
17767         * lib/localcharset.c: Update from GNU gettext 0.14.2.
17768         * lib/config.charset: Update from GNU gettext 0.14.2.
17769
17770 2005-02-24  Bruno Haible  <bruno@clisp.org>
17771
17772         * lib/gettext.h: Update from GNU gettext 0.14.2.
17773
17774 2005-02-23  Simon Josefsson  <jas@extundo.com>
17775
17776         * m4/iconvme.m4: New file.
17777
17778 2005-02-23  Jim Meyering  <jim@meyering.net>
17779
17780         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
17781         change.
17782         Thanks to Bruno Haible for catching it.
17783
17784 2005-02-22  Simon Josefsson  <jas@extundo.com>
17785
17786         * modules/iconvme: New file.
17787
17788         * MODULES.html.sh: Add iconvme.
17789
17790 2005-02-22  Simon Josefsson  <jas@extundo.com>
17791
17792         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
17793
17794 2005-02-22  Simon Josefsson  <jas@extundo.com>
17795
17796         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
17797
17798 2005-02-22  Jim Meyering  <jim@meyering.net>
17799
17800         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
17801         s/ifndef/ifdef/.
17802
17803 2005-02-20  Neil Conway  <neilc@samurai.com>
17804
17805         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
17806         returned by OSX/Darwin if the specified buffer is not large
17807         enough for the hostname.
17808
17809 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17810
17811         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
17812         pass it to _help, otherwise the latter coredumps trying to
17813         dereference state.root_argp.
17814
17815 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17816
17817         * modules/chdir-long (Depends-on): Add memrchr.
17818         * modules/memrchr (Files): Add lib/memrchr.h.
17819         (Include): "memrchr.h".
17820
17821 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17822
17823         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
17824
17825 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17826
17827         * lib/memrchr.h: New file.
17828         * lib/chdir-long.c: Include it.
17829         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
17830         Don't bother including stddef.h.
17831
17832 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17833
17834         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
17835         inclusion.
17836         Include <sys/types.h>, for dev_t.
17837         (ME_DUMMY, ME_REMOTE): Move from here....
17838         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
17839         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
17840         Dmitry V. Levin.
17841         Include mountlist.h first, to test the interface.
17842
17843 2005-01-29  Bruno Haible  <bruno@clisp.org>
17844
17845         * lib/progname.c (program_name): Initialize.
17846         Needed when linking statically on MacOS X.
17847
17848 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17849
17850         Sync from coreutils.
17851         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
17852         (Depends-on): Add c-strtod.
17853         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
17854
17855 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17856
17857         Sync from coreutils.
17858         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
17859
17860         Remove files that are specific to coreutils.
17861         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
17862
17863 2005-01-28  Bruno Haible  <bruno@clisp.org>
17864
17865         * modules/javacomp: New file.
17866         * MODULES.html.sh (Java): Add javacomp.
17867
17868 2005-01-28  Bruno Haible  <bruno@clisp.org>
17869
17870         * m4/javacomp.m4: New file, from GNU gettext.
17871
17872 2005-01-28  Bruno Haible  <bruno@clisp.org>
17873
17874         * lib/javacomp.sh.in: New file, from GNU gettext.
17875         * lib/javacomp.h: New file, from GNU gettext.
17876         * lib/javacomp.c: New file, from GNU gettext.
17877
17878 2005-01-26  Simon Josefsson  <jas@extundo.com>
17879
17880         * lib/gai_strerror.c: Use GPL in header.
17881
17882 2005-01-26  Bruno Haible  <bruno@clisp.org>
17883
17884         * modules/javaexec: New file.
17885         * MODULES.html.sh (Java): Add javaexec.
17886
17887 2005-01-26  Bruno Haible  <bruno@clisp.org>
17888
17889         * m4/javaexec.m4: New file, from GNU gettext.
17890
17891 2005-01-26  Bruno Haible  <bruno@clisp.org>
17892
17893         * lib/javaexec.sh.in: New file, from GNU gettext.
17894         * lib/javaexec.h: New file, from GNU gettext.
17895         * lib/javaexec.c: New file, from GNU gettext.
17896
17897 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17898
17899         * modules/lchown (Depends-on): Remove lchown.h
17900
17901 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17902
17903         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
17904         must be defined if the header file was not found, in order
17905         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
17906
17907 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17908
17909         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
17910         initializers for struct pentry_state.
17911         (__argp_error): Check return value of __asprintf
17912         (__argp_failure): Translate error message
17913
17914         * lib/argp-parse.c: Removed braces around the expansion of N_()
17915
17916 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17917
17918         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
17919         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
17920         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
17921         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
17922         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
17923         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
17924         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
17925         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
17926         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
17927         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
17928         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
17929         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
17930         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
17931         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
17932         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
17933         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
17934         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
17935         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
17936         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
17937         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
17938         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
17939         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
17940         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
17941         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
17942         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
17943         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
17944         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
17945         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
17946         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
17947         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
17948         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
17949         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
17950         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
17951         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
17952         xstrtol.m4, xstrtoumax.m4, yesno.m4:
17953         Use an all-permissive copyright notice, recommended by RMS.
17954
17955 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
17956
17957         * modules/chdir-long (Depends-on): Remove mempcpy.
17958
17959 2005-01-21  Jim Meyering  <jim@meyering.net>
17960
17961         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
17962         same value as for Solaris 9.
17963
17964         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
17965         component length.  This included changing the parameter to be
17966         of type `char *' rather than `char const *'.
17967         * lib/chdir-long.h (chdir_long): Update prototype.
17968
17969         * lib/openat.c (fdopendir, fstatat): New functions.
17970         * lib/openat.h: Include headers required for use of DIR and struct
17971         stat.
17972         [AT_SYMLINK_NOFOLLOW]: Define.
17973         (fdopendir, fstatat): Add prototypes.
17974
17975 2005-01-21  Bruno Haible  <bruno@clisp.org>
17976
17977         * modules/classpath: New file.
17978         * MODULES.html.sh (Java): Add classpath.
17979
17980 2005-01-21  Bruno Haible  <bruno@clisp.org>
17981
17982         * lib/classpath.h: New file, from GNU gettext.
17983         * lib/classpath.c: New file, from GNU gettext.
17984
17985 2005-01-20  Simon Josefsson  <jas@extundo.com>
17986
17987         * modules/version-etc-fsf: New file.
17988
17989 2005-01-20  Simon Josefsson  <jas@extundo.com>
17990
17991         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
17992         * lib/version-etc.c: Remove version_etc_copyright.
17993         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
17994         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
17995
17996 2005-01-20  Simon Josefsson  <jas@extundo.com>
17997
17998         * lib/base64.h (isbase64): Add.
17999
18000         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
18001         using a unsigned prototype, don't inline.
18002         (base64_decode): Use it.
18003
18004 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18005
18006         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
18007         it.
18008
18009 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18010
18011         * lib/save-cwd.c (save_cwd): Remove code to support the case
18012         where fchdir is missing or flaky.
18013
18014 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18015
18016         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
18017
18018 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
18019
18020         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
18021         AC_LIBSOURCES now does this.
18022         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
18023         with new ullong_max module.
18024
18025 2005-01-19  Bruno Haible  <bruno@clisp.org>
18026
18027         * modules/sh-quote: New file.
18028         * MODULES.html.sh (Executing programs): Add sh-quote.
18029
18030 2005-01-19  Bruno Haible  <bruno@clisp.org>
18031
18032         * lib/sh-quote.h: New file, from GNU gettext.
18033         * lib/sh-quote.c: New file, from GNU gettext.
18034
18035 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18036
18037         Merge from coreutils.
18038         * m4/ullong_max.m4: New file.
18039         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
18040         (gl_MACROS): Assume localeconv exists.
18041
18042 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18043
18044         Merge changes from coreutils, as described below in several
18045         changelogs dated today.
18046
18047         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
18048         (O_DIRECTORY): Remove; not needed here, since "." must be
18049         a directory.  All uses removed.
18050         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
18051         universal on Suns, and we also need to test for IRIX.
18052         Revamp code to use 'if' rather than '#if'.
18053         Avoid unnecessary comparison of cwd->desc to 0.
18054
18055         * lib/utimens.c (futimens): Robustify the previous patch, by checking
18056         for known valid error numbers rather than observed invalid ones.
18057
18058 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18059
18060         * modules/ullong_max: New file.
18061
18062         * modules/chdir-long, modules/openat: New files.
18063         * modules/save-cwd (Depends-on): Depend on chdir-long.
18064         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
18065
18066 2005-01-18  Jim Meyering  <jim@meyering.net>
18067
18068         Merge from coreutils.
18069         * m4/chdir-long.m4, m4/openat.m4: New files.
18070         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
18071         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
18072         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
18073         is sane and DOES follow symlinks.  Besides, testing 20 different
18074         systems found no broken chown implementations.
18075         Prompted by a change in rsync's copy of this macro.
18076         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
18077
18078         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
18079
18080         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
18081         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
18082         NULL-means-set-to-current-time semantics.
18083         Remove temporary file immediately, rather than waiting
18084         for configure's at-exit trap code to do it.
18085
18086 2005-01-18  Jim Meyering  <jim@meyering.net>
18087
18088         * lib/version-etc.c (version_etc_copyright): Update copyright date.
18089
18090         * lib/utimens.c (futimens): Account for the fact that futimes
18091         can also fail with errno == ENOSYS or errno == ENOENT.
18092         Patch from Dmitry V. Levin.
18093
18094         Change the name of the robust chdir function from chdir to chdir_long.
18095         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
18096         (restore_cwd): Use chdir_long, not chdir.
18097         * lib/chdir-long.c: Renamed from chdir.c.
18098         * lib/chdir-long.h: Renamed from chdir.h.
18099         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
18100         Hurd.
18101
18102 2005-01-18  Bruno Haible  <bruno@clisp.org>
18103
18104         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
18105         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
18106         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
18107         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
18108         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
18109         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
18110         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
18111         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
18112         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
18113         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
18114         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
18115         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
18116         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
18117         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
18118         Use an all-permissive copyright notice, recommended by RMS.
18119
18120 2005-01-18  Bob Proulx  <bob@proulx.com>
18121
18122         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
18123         simplify offsetof() macro construct to avoid compile failure with
18124         native HP-UX 11.0 ANSI C compiler.
18125
18126 2005-01-17  Bruno Haible  <bruno@clisp.org>
18127
18128         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
18129         redundant because stpncpy.m4 takes care of it.
18130
18131 2005-01-17  Bruno Haible  <bruno@clisp.org>
18132
18133         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
18134
18135 2005-01-17  Bruno Haible  <bruno@clisp.org>
18136
18137         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
18138         used.
18139
18140 2005-01-17  Bruno Haible  <bruno@clisp.org>
18141
18142         * lib/fwriteerror.h (fwriteerror): Change specification to include
18143         fclose.
18144         * lib/fwriteerror.c: Include <stdbool.h>.
18145         (fwriteerror): At the end, close the file stream. Record whether
18146         stdout was already closed.
18147
18148 2005-01-17  Bruno Haible  <bruno@clisp.org>
18149
18150         * lib/execute.c (environ): Declare if needed.
18151         * lib/pipe.c (environ): Likewise.
18152         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
18153
18154 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18155
18156         * modules/argp: Depend on vsnprintf
18157
18158 2005-01-10  Jim Meyering  <jim@meyering.net>
18159
18160         * modules/closeout (Depends-on): Add atexit.
18161
18162 2005-01-06  Bruno Haible  <bruno@clisp.org>
18163
18164         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
18165
18166 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18167
18168         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
18169         definitions to be after all include files, to avoid collisions.
18170         Problem reported by Bob Proulx.
18171
18172 2005-01-04  Jim Meyering  <jim@meyering.net>
18173
18174         Changes imported from coreutils.
18175         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
18176         as the mkstemp template, use a temporary directory and an
18177         8.3-friendly template to avoid trouble on systems like DJGPP.
18178         Reported by Juan M. Guerrero via Stepan Kasal.
18179         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
18180         close. Remove the temporary directory right away, rather than waiting
18181         for configure's at-exit trap code to do it.
18182         Suggestion from Stepan Kasal.
18183
18184 2005-01-01  Simon Josefsson  <jas@extundo.com>
18185
18186         * gnulib-tool: Print #include directives when --import'ing.
18187
18188 2004-12-28  Simon Josefsson  <jas@extundo.com>
18189
18190         * tests/test-base64.c: Include required header files.  Remove
18191         unused variables.
18192
18193 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
18194
18195         * modules/error (Depends-on): Remove gettext.
18196
18197 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
18198
18199         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
18200         not needed.  This removes a dependency on the gettext module.
18201         [defined _LIBC]: Do not include <libintl.h>; not needed.
18202
18203 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
18204
18205         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
18206         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
18207
18208 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
18209
18210         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
18211         HAVE_DECL_STRTOLD.
18212
18213 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18214
18215         * modules/getdate (Depends-on): Remove alloca-opt.
18216
18217 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18218
18219         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
18220
18221 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18222
18223         * lib/argp-parse.c: Include <stddef.h>.
18224         (alignof, alignto): New macros.
18225         (parser_init): Don't assume that void * is aligned sufficiently
18226         for struct option.
18227
18228         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
18229         need to extend the stack.
18230         (YYINITDEPTH): New macro, so that the initial stack isn't overly
18231         large.
18232
18233 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18234
18235         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
18236
18237 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
18238
18239         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
18240         (2004-10-24) change.  Apparently this was a false alarm.
18241
18242         * modules/getdate: Depend on alloca-opt, not alloca.
18243
18244 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
18245
18246         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
18247         Remove now-obsolete comment about AIX.
18248         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
18249         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
18250         (YYMAXDEPTH): New macro.
18251
18252 2004-12-18  Simon Josefsson  <jas@extundo.com>
18253
18254         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
18255
18256 2004-12-18  Bruno Haible  <bruno@clisp.org>
18257
18258         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
18259
18260 2004-12-18  Bruno Haible  <bruno@clisp.org>
18261
18262         * lib/fatal-signal.c (fatal_signals): Make non-const.
18263         (init_fatal_signals): New function.
18264         (uninstall_handlers, install_handlers): Ignore signals that were set to
18265         SIG_IGN.
18266         (at_fatal_signal): Call init_fatal_signals.
18267         (init_fatal_signal_set): Likewise. Ignore signals that were set to
18268         SIG_IGN.
18269         Reported by Paul Eggert.
18270
18271 2004-12-18  Bruno Haible  <bruno@clisp.org>
18272
18273         * doc/alloca.texi: New file.
18274         * doc/alloca-opt.texi: New file.
18275
18276 2004-12-17  Jim Meyering  <jim@meyering.net>
18277
18278         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
18279         Otherwise, install-sh could exit with improper exit status when
18280         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
18281
18282 2004-12-16  Simon Josefsson  <jas@extundo.com>
18283
18284         * tests/test-base64.c: Add license.
18285
18286 2004-12-15  Stepan Kasal  <address@hidden>
18287
18288         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
18289
18290 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
18291
18292         * modules/getcwd (Files): Add m4/d-ino.m4.
18293         Suggested by Mark D. Baushke.
18294
18295 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18296
18297         * lib/getdate.y (textint): New member "negative".
18298         (time_zone_hhmm): New function.
18299         Expect 14 shift-reduce conflicts, not 13.
18300         (o_colon_minutes): New rule.
18301         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
18302         (yylex): Set the "negative" member of signed numbers.
18303
18304 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18305
18306         * doc/getdate.texi (Time of day items, Time zone items):
18307         Describe new formats +00:00, UTC+00:00.
18308
18309 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18310
18311         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
18312         spurious "-l"s.  Problem reported by Stepan Kasal.
18313
18314 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
18315
18316         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
18317         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
18318
18319 2004-12-04  Simon Josefsson  <jas@extundo.com>
18320
18321         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
18322         Vandoorselaere <yoann@prelude-ids.org>.
18323
18324 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18325
18326         Changes imported from coreutils.
18327         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
18328         exist.
18329         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
18330
18331 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18332
18333         Changes imported from coreutils.
18334         * lib/hard-locale.c: Assume <locale.h> exists.
18335         Include "strdup.h".
18336         (GLIBC_VERSION): New macro.
18337         (hard_locale): Assume setlocale exists.
18338         Rewrite to avoid #ifdef.
18339         Use strdup rather than malloc + strcpy.
18340         * lib/human.c: Assume <locale.h> exists.
18341         (human_readable): Assume localeconv exists.
18342
18343 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18344
18345         * modules/hard-locale (Depends-on): Add strdup.
18346
18347 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
18348
18349         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
18350         convert T2, not T.  (Imported from libc.)
18351
18352 2004-11-30  Simon Josefsson  <jas@extundo.com>
18353
18354         * modules/restrict (License): Change to LGPL.
18355
18356 2004-11-30  Simon Josefsson  <jas@extundo.com>
18357
18358         * m4/restrict.m4: Add copyright and copying conditions.
18359
18360 2004-11-30  Simon Josefsson  <jas@extundo.com>
18361
18362         * m4/base64.m4: New file.
18363
18364 2004-11-30  Simon Josefsson  <jas@extundo.com>
18365
18366         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
18367         base64.
18368
18369         * tests/test-base64.c: New file.
18370
18371         * modules/base64: New file.
18372
18373 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18374
18375         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
18376         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
18377
18378         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
18379
18380 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18381
18382         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
18383         (__getcwd.c): Don't restore errno; glibc doesn't.
18384         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
18385         first, falling back to our code only if its results look suspicious.
18386         Ensure that the resulting buffer is only as large as necessary.
18387
18388         * lib/readutmp.c: Include readutmp.h first.
18389         Include <errno.h>, since readutmp.h no longer does that.
18390         * lib/readutmp.h: Don't include <errno.h>,
18391         <sys/param.h>, <time.h>; not needed to establish interface.
18392         (errno): Remove decl.
18393         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
18394         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
18395         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
18396
18397 2004-11-28  Simon Josefsson  <jas@extundo.com>
18398
18399         * lib/base64.h, base64.c: New file.
18400
18401 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
18402
18403         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
18404
18405 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
18406
18407         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
18408         (Depends-on): Remove pathmax, same.  Add mempcpy.
18409         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
18410         (Makefile.am): Append getcwd.h to lib_SOURCES.
18411         (Include): Add getcwd.h.
18412         (Maintainer): Change from Jim Meyering to "all, glibc",
18413         since getdate now uses intended-for-glibc code.
18414         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
18415         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
18416
18417 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18418
18419         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
18420         HP's ANSI C compiler.
18421         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
18422         Declaring int functions causes warnings on some modern systems and
18423         shouldn't be needed to compile on ancient ones.
18424         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
18425         defined.
18426
18427         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
18428         with the following changes.
18429         (__set_errno): Parenthesize properly.
18430         Include <stdbool.h>.
18431         (MIN, MAX, MATCHING_INO): New macros.
18432         (__getcwd): Define with prototype, not K&R form.
18433         Use heuristics to allocate default buffer on stack if possible.
18434         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
18435         behavior, and to avoid the PATH_MAX limit when computing
18436         ../../../../...
18437         Use MATCHING_INO to compare inode number to file.
18438         Check for arithmetic overflow in size calculations.
18439         Fix bug in reallocation of dot array that caused getcwd to fail
18440         on directories nested deeper than 75.
18441         Be more careful about saving errno on error.
18442         Do not use realloc; use only free+malloc, as this is a bit
18443         more flexible and avoids a needless copy operation.
18444         Do not inspect st_dev and st_ino for symbolic links; POSIX
18445         doesn't specify the latter.
18446         Check for closedir errors.
18447         Avoid needless casts.
18448         Use "#ifdef weak_alias" around weak_alias, to be like other
18449         glibc code.
18450         The following changes to getcwd.c have effect only when used in
18451         gnulib; they have no effect inside glibc proper.
18452         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
18453         as alloca isn't used.
18454         (alloca, __alloca): Likewise.
18455         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
18456         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18457         unconditionally, as gnulib assumes C89 or better.
18458         Do not include <sys/param.h>.
18459         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
18460         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
18461         better.
18462         (NULL) [!defined NULL]: Remove; we assume C89 or better.
18463         Include <dirent.h> in a way that is compatible with modern Autoconf.
18464         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
18465         New macros, if not already defined.
18466         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
18467         Use "_LIBC", not "defined _LIBC", for consistency.
18468         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
18469         a mempcpy module.
18470         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
18471         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
18472         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
18473         credit only to Jim Meyering and adjust the copyright dates.
18474         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
18475         <stdlib.h>, <unistd.h>, "pathmax.h".
18476         Instead, include "xgetcwd.h" (first) and "getcwd.h".
18477         (INITIAL_BUFFER_SIZE): Remove.
18478         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
18479
18480 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18481
18482         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
18483         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
18484         Use the _ONCE methods, for efficiency.
18485         Check for fcntl.h.  In test program, include <errno.h>
18486         and <fcntl.h> if available.  Remove old K&R cruft from
18487         test program.  Check for common errors in GNU/Linux,
18488         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
18489         don't do AC_LIBOBJ, as that's getcwd.m4's job.
18490         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
18491         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
18492         name accordingly.
18493         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
18494         accommodate new getcwd.c.
18495         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
18496         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
18497         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
18498         that's all we need now.
18499
18500 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18501
18502         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
18503         argp-parse.c depends on getopt internals, that means we should
18504         always use our getopt, to be on the safe side.
18505         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
18506         order not to spoil the result of an eventual previous invocation
18507         of gl_GETOPT_SUBSTITUTE.
18508
18509 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18510
18511         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
18512         redefinition warnings. To avoid them, include the defines
18513         in `#if !defined __need_getopt ... #endif'. The only place
18514         where __getopt_argv_const is used is in definitions
18515         of getopt_long and getopt_long_only below, which are as well
18516         protected by `#ifndef __need_getopt'.
18517         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
18518         __need_getopt after including <stdio.h> and <unistd.h> These
18519         headers might have defined it.
18520
18521 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18522
18523         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
18524
18525 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18526
18527         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
18528         (futimens): New function, which uses futimes if available.
18529         (futimens, utimens): Support timespec==NULL, with same semantics
18530         as utime and utimens.
18531         * lib/utimens.h (futimens): New decl.
18532
18533 2004-11-23  Jim Meyering  <jim@meyering.net>
18534
18535         * lib/getopt_.h: Remove trailing blanks.
18536
18537 2004-11-23  Jim Meyering  <jim@meyering.net>
18538
18539         * lib/__fpending.c: Add comment.
18540
18541 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
18542
18543         * modules/canonicalize (Depends-on): Add xreadlink.
18544         Problem reported by James Youngman.
18545
18546 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18547
18548         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
18549         New macros.
18550         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
18551         optopt): Use them instead of invoking ## directly; otherwise, the
18552         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
18553
18554 2004-11-19  Bruno Haible  <bruno@clisp.org>
18555
18556         * lib/strtok_r.c: Move comments from here...
18557         * lib/strtok_r.h: ... to here.
18558
18559 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18560
18561         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
18562         implementations that mishandle size_t overflow.
18563
18564 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18565
18566         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
18567         might fail.  Problem reported by Yoann Vandoorselaere.
18568         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
18569         implementations that mishandle size_t overflow.
18570
18571 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18572
18573         * modules/canon-host (Depends-on): Add strdup.
18574
18575 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18576
18577         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
18578
18579 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18580
18581         * lib/canon-host.c: Include "strdup.h".
18582         (canon_host): Use getaddrinfo if available, so that IPv6 works.
18583         Use strdup instead of malloc/strcpy to duplicate strings.
18584
18585         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
18586         (human_space_before_unit): New constant.
18587         * lib/human.c (human_readable): Support it.
18588
18589         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
18590         (xgetcwd): Set errno correctly when failing.
18591         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
18592         the failure is actually due to a PATH_MAX problem.
18593
18594         Further getopt changes to make it more likely that glibc will
18595         buy the changes back.
18596         * lib/getopt.c (POSIXLY_CORRECT): New constant.
18597         (getopt): Use it, so to preserve glibc semantic
18598         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
18599         when compiling for libc.
18600         * lib/getopt_.h (__getopt_argv_const): Bring it back.
18601         (getopt_long, getopt_long_only): Use it.
18602
18603         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18604         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
18605         (getopt): Argv is now char * const *, as per standard.
18606         (_getopt_internal_r, _getopt_internal): Argv is now char **,
18607         not char *__getopt_argv_const *.
18608         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18609         _getopt_long_only_r): Likewise.
18610         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
18611         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18612         _getopt_long_r, _getopt_long_only_r): Likewise.
18613         * lib/getopt_.h (__getopt_argv_const): Remove.
18614         (getopt): Argv is now char * const *, as per standard.
18615
18616         * lib/getdate.y (tORDINAL): New token.
18617         (day, relunit): Allow it for relative times.
18618         (relative_time_table): Use tORDINAL for ordinals.
18619
18620 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18621
18622         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
18623         Document that "second" isn't allowed as an ordinal number.
18624
18625 2004-11-16  Jim Meyering  <jim@meyering.net>
18626
18627         * modules/closeout (Depends-on): Add fpending.
18628
18629 2004-11-15  Jim Meyering  <jim@meyering.net>
18630
18631         * lib/closeout.c: Include "__fpending.h" once again.
18632         Include <stdbool.h>.
18633         (close_stdout): Don't fail just because stdout was closed initially,
18634         since some programs don't write to stdout in the normal course of
18635         operation (other than --version and --help), and we don't want this
18636         function to make e.g. `touch file >&-' fail.
18637         But do fail if it was closed and someone has tried to write to it.
18638         E.g., `printf foo >&-' must fail.
18639
18640 2004-11-13  Jim Meyering  <jim@meyering.net>
18641
18642         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
18643
18644 2004-11-12  Simon Josefsson  <jas@extundo.com>
18645
18646         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
18647         small doc fix is still pending.
18648
18649 2004-11-11  Simon Josefsson  <jas@extundo.com>
18650
18651         * modules/strtok_r: New file.
18652
18653         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18654         strtok_r.
18655
18656 2004-11-11  Simon Josefsson  <jas@extundo.com>
18657
18658         * m4/strtok_r.m4: New file.
18659
18660         * m4/getopt.m4: Replace opterr.
18661
18662 2004-11-11  Simon Josefsson  <jas@extundo.com>
18663
18664         * lib/strtok_r.h, strtok_r.c: New file.
18665
18666 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18667
18668         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
18669         of replacing opterr, getopt, etc.  This should handle the
18670         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
18671
18672 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18673
18674         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
18675         we can stop lying to compilers about the constness of argv when we
18676         are compiled outside glibc.
18677         (getopt, getopt_long, getopt_long_only): Use it.
18678         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18679         _getopt_internal, getopt): Likewise.
18680         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18681         _getopt_long_only_r): Likewise.
18682         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18683         _getopt_long_r, _getopt_long_only_r): Likewise.
18684
18685         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
18686         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
18687         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
18688         the other external symbols.
18689         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
18690         declaration, since the above renaming now works around collisions.
18691
18692 2004-11-11  Jim Meyering  <jim@meyering.net>
18693
18694         * lib/linebreak.c: Remove trailing blanks.
18695         * lib/alloca_.h: Likewise.
18696         * lib/acosl.c: Likewise.
18697         * lib/euidaccess.c: Likewise.
18698         * lib/allocsa.h: Likewise.
18699
18700 2004-11-10  Simon Josefsson  <jas@extundo.com>
18701
18702         * m4/getaddrinfo.m4: New file.
18703
18704 2004-11-10  Simon Josefsson  <jas@extundo.com>
18705
18706         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
18707
18708 2004-11-10  Simon Josefsson  <jas@extundo.com>
18709
18710         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18711         getaddrinfo.
18712
18713         * modules/getaddrinfo: New file.
18714
18715 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18716
18717         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
18718
18719 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18720
18721         * lib/mktime.c (SHR): New macro, which is a portable
18722         substitute for >> that should work even on Crays.
18723         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
18724         Problem reported by Mark D. Baushke in
18725         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
18726         * lib/getdate.y (SHR): Likewise.
18727         (tm_diff): Use it.
18728         * lib/strftime.c (SHR): Likewise.
18729         (tm_diff): Use it.
18730         * lib/quotearg.c (struct quoting_options): Use unsigned int for
18731         quote_these_too, so that right shifts are well defined.  All uses
18732         changed.
18733
18734 2004-11-10  Jim Meyering  <jim@meyering.net>
18735
18736         Ensure that no close failure goes unreported.
18737         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
18738         return early when it seems there's nothing to flush.
18739         Don't include __fpending.h.
18740
18741 2004-11-10  Jim Meyering  <jim@meyering.net>
18742
18743         * modules/closeout (Depends-on): Remove fpending.
18744
18745 2004-11-10  Jim Meyering  <jim@meyering.net>
18746
18747         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
18748
18749 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18750
18751         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
18752         gl_FUNC_STRFTIME.
18753         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
18754         and AC_REQUIRE when possible, to avoid duplicate checks.
18755         Check for <wchar.h>.
18756
18757 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18758
18759         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
18760
18761 2004-11-09  Bruno Haible  <bruno@clisp.org>
18762
18763         * m4/sockpfaf.m4: New file.
18764
18765 2004-11-05  Bruno Haible  <bruno@clisp.org>
18766
18767         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
18768         Reported by Mark D. Baushke <mdb@cvshome.org>.
18769
18770 2004-11-04  Bruno Haible  <bruno@clisp.org>
18771
18772         2004-09-11  Bruno Haible  <bruno@clisp.org>
18773                 * allocsa.valgrind: New file.
18774         2004-02-06  Bruno Haible  <bruno@clisp.org>
18775                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
18776                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
18777                 Reported by Christopher Seip <chris.seip@hp.com>.
18778
18779 2004-11-04  Bruno Haible  <bruno@clisp.org>
18780
18781         * modules/allocsa (Files): Add lib/allocsa.valgrind.
18782         (Makefile.am): Distribute it.
18783
18784 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
18785
18786         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
18787         with errno == ERANGE if the buffer is too small.
18788         Problem reported by Mark D. Baushke.
18789
18790 2004-11-03  Albert Chin  <china@thewrittenword.com>
18791             Paul Eggert  <eggert@cs.ucla.edu>
18792
18793         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
18794         equivalent, substitute $ac_type for equivalent type rather than
18795         blindly using uint32_t *always* which won't work if uint32_t is not
18796         available.  Define _UINT32_T to work around typedef of uint32_t if
18797         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
18798         2.5.1.
18799
18800 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18801
18802         * m4/jm-macros.m4: Sync from coreutils.
18803         (gl_MACROS): Check for mbrlen, for pathchk.
18804         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
18805
18806 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18807
18808         * lib/xreadlink.c (MAXSIZE): New macro.
18809         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
18810         size does not exceed MAXSIZE.  Avoid cast.
18811         As suggested by Mark D. Baushke in
18812         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
18813         if readlink fails with buffer size just under MAXSIZE, try again
18814         with MAXSIZE.
18815
18816 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18817
18818         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
18819
18820 2004-11-02  Derek R. Price  <derek@ximbiot.com>
18821         and  Paul Eggert  <eggert@cs.ucla.edu>
18822
18823         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
18824         (get_date): Overparenthesize to avoid GCC warning.
18825
18826 2004-11-02  Bruno Haible  <bruno@clisp.org>
18827
18828         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
18829         returns void.
18830
18831 2004-11-02  Bruno Haible  <bruno@clisp.org>
18832
18833         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
18834         function returns void.
18835
18836 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18837
18838         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
18839         fflush_unlocked, flockfile, funlockfile, funlockfile,
18840         fputs_unlocked, putc_unlocked.
18841
18842 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18843
18844         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18845         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
18846         already declared.
18847
18848 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18849
18850         * modules/getdate (Files): Add doc/getdate.texi.
18851         (Depends-on): Add setenv, xalloc.
18852
18853 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18854
18855         * lib/getdate.y: Add support for TZ="foo" within a date string.
18856         Fix some bugs near time_t boundaries.  Reject dates with
18857         out-of-range components, e.g., "Sept 31".
18858         Include <stdlib.h>, "setenv.h", "xalloc.h".
18859         (ISDIGIT_LOCALE): Remove; unused.
18860         Note that the TZ and time functions used here are not reentrant.
18861         (mktime_ok, get_tz): New functions.
18862         (TZBUFSIZE): New constant.
18863         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
18864         This requires that we sometimes generate our own TZ="XXX..." setting.
18865
18866 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18867
18868         * doc/getdate.texi: New file, from coreutils with modifications for
18869         the new TZ parsing.
18870
18871 2004-10-27  Derek R. Price  <derek@ximbiot.com>
18872
18873         * lib/mktime.c (not_equal_tm): Remove redundant check.
18874
18875 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18876
18877         * modules/regex (lib_SOURCES): Add regex.c.
18878         Reported by James Youngman in
18879         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
18880
18881 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18882
18883         * lib/getdate.y: Use Bison 1.875 features, and some minor
18884         code cleanups.  This change does not affect semantics.
18885         Don't include <stdlib.h>; no longer needed.
18886         Don't include unlocked-io.h; only the "#if TEST" code uses
18887         stdio, and performance isn't crucial there.
18888         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
18889         Bison 1.875 features as described below.
18890         All uses of "PC." replaced by "pc->".
18891         (YYSTYPE): Add a forward declaration.
18892         (yylex, yyerror): Use full prototypes in forward decls.
18893         Use "%pure-parser" rather than obsolescent "%pure_parser".
18894         Use %parse-param and %lex-param instead of obsolescent
18895         YYPARSE_PARAM and YYLEX_PARAM.
18896         (meridian_table, month_and_day_table, time_units_table,
18897         relative_time_table, time_zone_table, military_table,
18898         lookup_zone, lookup_word, get_date):
18899         Use NULL instead of 0 where appropriate.
18900         (to_hour): Avoid abort (), to avoid a dependency on
18901         stdlib.h.
18902         (yyerror, yylex): Now accepts parser_control * arg.
18903         (main) [TEST]: Use '\0' rather than 0 for char.
18904
18905 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18906
18907         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
18908
18909 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18910
18911         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
18912         It's now the caller's responsibility to handle the case where
18913         !HAVE_GETPAGESIZE && !defined getpagesize.
18914
18915         * lib/mktime.c (leapyear): Arg is long int, not int.
18916
18917 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
18918
18919         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
18920
18921 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18922
18923         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
18924         missing.  Problem reported by James Youngman.
18925
18926 2004-10-16  Simon Josefsson  <jas@extundo.com>
18927
18928         * gnulib-tool: Fix comments.  Fix parse problem.
18929         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
18930
18931 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
18932
18933         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
18934         implementation of getopt_long.  Problem reported by Alexander Taler in:
18935         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
18936
18937 2004-10-15  Bruno Haible  <bruno@clisp.org>
18938
18939         * gnulib-tool: Untabify. Initialize supplied_libname.
18940         (func_usage): More homogenous output.
18941         (func_modules_transitive_closure, func_modules_to_filelist,
18942         func_emit_lib_Makefile_am): New functions.
18943         (func_import): New function, extracted from big case statement. Use
18944         func_get_license, func_modules_transitive_closure,
18945         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
18946         opt_lgpl. Don't use test -a, as it's not portable.
18947         (func_create_testdir): Use func_modules_transitive_closure,
18948         func_modules_to_filelist, func_emit_lib_Makefile_am.
18949
18950 2004-10-15  Bruno Haible  <bruno@clisp.org>
18951
18952         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
18953
18954 2004-10-15  Bruno Haible  <bruno@clisp.org>
18955
18956         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
18957         the portions belonging to each module.
18958         Suggested by Derek Robert Price <derek@ximbiot.com>.
18959
18960 2004-10-12  Simon Josefsson  <jas@extundo.com>
18961
18962         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18963         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
18964         to real functions.
18965
18966 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18967
18968         * modules/vsnprintf: New file.
18969
18970 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18971
18972         * m4/vsnprintf.m4: New file.
18973
18974 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18975
18976         * lib/vsnprintf.h: New file.
18977         * lib/vsnprintf.c: New file.
18978
18979 2004-10-11  Bruno Haible  <bruno@clisp.org>
18980
18981         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
18982         vsnprintf.
18983
18984 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18985
18986         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
18987
18988 2004-10-07  Bruno Haible  <bruno@clisp.org>
18989
18990         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
18991         fits into the provided buffer.
18992
18993 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18994
18995         * lib/diacrit.c, diacrit.h: Add GPL notice.
18996
18997         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
18998         notice.
18999         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
19000         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
19001         This avoids a potential constant-folding bug.
19002
19003 2004-10-05  Bruno Haible  <bruno@clisp.org>
19004
19005         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
19006         for the declaration of strsep.
19007
19008 2004-10-05  Bruno Haible  <bruno@clisp.org>
19009
19010         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
19011
19012 2004-10-04  Simon Josefsson  <jas@extundo.com>
19013
19014         * modules/memmem: New file.
19015         * tests/test-memmem.c: New file.
19016         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
19017
19018 2004-10-04  Simon Josefsson  <jas@extundo.com>
19019
19020         * m4/memmem.m4: New file.
19021
19022 2004-10-04  Simon Josefsson  <jas@extundo.com>
19023
19024         * lib/memmem.h: New file.
19025         * lib/memmem.c: New file, taken from glibc.
19026
19027 2004-10-04  Simon Josefsson  <jas@extundo.com>
19028
19029         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
19030         '#ifdef USE_UNLOCKED_IO'.
19031
19032 2004-10-04  Simon Josefsson  <jas@extundo.com>
19033
19034         * config/srclist.txt: Add memmem from glibc.
19035
19036 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19037
19038         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
19039
19040         * modules/argmatch, modules/argp, modules/closeout, modules/error,
19041         modules/exclude, modules/getdate, modules/getline,
19042         modules/getndelim2, modules/getpass, modules/getpass-gnu,
19043         modules/getusershell, modules/linebuffer, modules/md5,
19044         modules/mountlist, modules/posixtm, modules/readtokens,
19045         modules/readutmp, modules/regex, modules/sha1,
19046         modules/version-etc, modules/yesno:
19047         Remove dependency on unlocked-io.
19048
19049 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19050
19051         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
19052
19053         * m4/unlocked-io.m4: Add copyright notice.
19054         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
19055
19056 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19057
19058         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
19059         * lib/xmalloc.c (xmemdup): Likewise.
19060         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
19061         XFREE): Remove these long-obsolescent macros.
19062         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
19063         * lib/xstrdup.c: Remove.
19064
19065         * lib/regex.c (re_comp): Cast gettext return value to char *,
19066         Problem reported by Martin Neitzel via Mark D. Baushke.
19067
19068 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19069
19070         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
19071         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
19072         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
19073         regex.c, sha1.c, version-etc.c, yesno.c:
19074         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
19075         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
19076         the includer's responsibility.
19077
19078         Sync from coreutils.
19079
19080         * lib/modechange.c (mode_compile): Don't decrement a pointer that
19081         points to the start of a string, as the C Standard says the
19082         resulting behavior is undefined.
19083
19084         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
19085         simple -> simple_backups, numbered_existing ->
19086         numbered_existing_backups, numbered -> numbered_backups
19087         to avoid shadowing problems.  All uses changed.
19088         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
19089         * lib/backupfile.c (check_extension, numbered_backup):
19090         Rename locals to avoid shadowing 'basename'.
19091         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
19092         once.
19093
19094         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
19095         * lib/.cvsignore: Add getopt.h.
19096
19097 2004-10-04  Bruno Haible  <bruno@clisp.org>
19098
19099         * modules/README: New file.
19100         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
19101         not a module.
19102
19103 2004-10-02  Jim Meyering  <jim@meyering.net>
19104
19105         * lib/dirfd.h, getpagesize.h: Add copyright notice.
19106
19107 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19108
19109         * modules/strsep: New file.
19110
19111 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19112
19113         * m4/strsep.m4: New file.
19114
19115 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19116
19117         * lib/strsep.h: New file.
19118         * lib/strsep.c: New file.
19119
19120 2004-10-01  Simon Josefsson  <jas@extundo.com>
19121
19122         * lib/snprintf.c (snprintf): Handle size==0.
19123
19124 2004-10-01  Simon Josefsson  <jas@extundo.com>
19125             Bruno Haible  <bruno@clisp.org>
19126
19127         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
19128         (snprintf): Declare 'args'.
19129
19130 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
19131
19132         * lib/snprintf.c: Remove comments as to why each header is needed.
19133
19134 2004-10-01  Bruno Haible  <bruno@clisp.org>
19135
19136         * MODULES.html.sh: Add strsep.
19137
19138 2004-09-30  Simon Josefsson  <jas@extundo.com>
19139
19140         * modules/snprintf: New file.
19141
19142 2004-09-30  Simon Josefsson  <jas@extundo.com>
19143
19144         * m4/snprintf.m4: New file.
19145
19146 2004-09-30  Simon Josefsson  <jas@extundo.com>
19147
19148         * lib/snprintf.h, lib/snprintf.c: New files.
19149
19150 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19151
19152         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
19153         (hol_entry_help): Never translate an empty string.
19154         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
19155         * lib/argp.h (OPTION_NO_TRANS): New option.
19156
19157 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19158
19159         * modules/argp (Maintainer): Replace Simon Josefsson
19160         by Sergey Poznyakoff.
19161
19162 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19163
19164         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
19165         changes merged back into glibc.
19166
19167 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19168
19169         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
19170
19171 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
19172
19173         * lib/xvasprintf.c: Include xalloc.h.
19174         (xvasprintf): Use xalloc_die, not xmalloc_die.
19175
19176 2004-09-29  Bruno Haible  <bruno@clisp.org>
19177
19178         * modules/alloca-opt: New file, derived from modules/alloca.
19179         * modules/allocsa: Depend on alloca-opt instead of alloca.
19180         * modules/setenv: Likewise.
19181         * modules/vasnprintf: Likewise.
19182         * MODULES.html.sh: Add alloca-opt.
19183
19184 2004-09-28  Simon Josefsson  <jas@extundo.com>
19185
19186         * gnulib-tool: New parameter --lgpl, to asseert that modules are
19187         LGPL, and to replace license template from GPL to LGPL.
19188
19189 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
19190
19191         * modules/dummy: Change license to LGPL.
19192
19193 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
19194
19195         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
19196
19197 2004-09-24  Simon Josefsson  <jas@extundo.com>
19198
19199         * modules/minmax (License): Change from GPL to LGPL.
19200
19201 2004-09-23  Simon Josefsson  <jas@extundo.com>
19202
19203         * gnulib-tool (--import): Typo.
19204
19205 2004-09-23  Simon Josefsson  <jas@extundo.com>
19206
19207         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
19208
19209 2004-09-22  Bruno Haible  <bruno@clisp.org>
19210
19211         * modules/*: Add 'License' field.
19212         * gnulib-tool: Accept --extract-license option.
19213         (func_get_license): New function.
19214
19215 2004-09-21  Bruno Haible  <bruno@clisp.org>
19216
19217         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
19218         Reported by Simon Josefsson.
19219
19220 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
19221
19222         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
19223         gl_AC_TYPE_LONG_LONG.
19224
19225 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
19226
19227         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
19228
19229 2004-09-18  Simon Josefsson  <jas@extundo.com>
19230         and  Paul Eggert  <eggert@cs.ucla.edu>
19231
19232         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
19233         calls with autoreconf.  Define GL_LIB.
19234
19235 2004-09-14  Karl Berry  <karl@gnu.org>
19236
19237         * config/srclist.txt: unsync setenv.c, sigh.
19238
19239 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19240
19241         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
19242         Problem reported by Bruno Haible in:
19243         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
19244
19245 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19246
19247         * config/srclist.txt: Comment out argp-pvh.c.
19248
19249 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
19250
19251         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
19252         in case some system header has #define'd it.  Problem reported by
19253         Soeren D. Schulze in
19254         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
19255
19256 2004-09-09  Karl Berry  <karl@gnu.org>
19257
19258         * regex.[ch]: delete from the root.  These were supposed to be
19259                 synced with emacs cvs, but this has not happened for about
19260                 a year, and anyway nothing else uses emacs regex.[ch].
19261                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
19262                 lib/regex[.ch] is untouched.
19263
19264 2004-09-09  Bruno Haible  <bruno@clisp.org>
19265
19266         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
19267
19268 2004-09-09  Bruno Haible  <bruno@clisp.org>
19269
19270         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
19271         modifications.
19272         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
19273
19274 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19275
19276         * modules/xvasprintf: New file.
19277         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
19278
19279 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19280
19281         * lib/xvasprintf.h: New file.
19282         * lib/xvasprintf.c: New file.
19283         * lib/xasprintf.c: New file.
19284
19285 2004-09-08  Bruno Haible  <bruno@clisp.org>
19286
19287         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
19288
19289 2004-09-08  Bruno Haible  <bruno@clisp.org>
19290
19291         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
19292         length is > INT_MAX.
19293         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
19294         more.
19295
19296 2004-09-08  Bruno Haible  <bruno@clisp.org>
19297
19298         * lib/stdint_.h: New file, taken from GNU clisp.
19299
19300 2004-09-08  Bruno Haible  <bruno@clisp.org>
19301             Oskar Liljeblad  <oskar@osk.mine.nu>
19302
19303         * modules/stdint: New file.
19304         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
19305
19306 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19307
19308         Import from coreutils.
19309         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
19310         strings on unbounded length.  alloca's performance benefits aren't
19311         that important here.
19312         (V_STRDUP): Remove.
19313         (parse_with_separator): New function, with most of the internals
19314         of the old parse_user_spec.  Allow user to omit both user and group,
19315         for compatibility with FreeBSD.
19316         Clone only the user name, not the entire spec.
19317         Do not set *uid, *gid unless entirely successful.
19318         Avoid memory leak in some failing cases.
19319         Fix regression for USER.GROUP reported by Dmitry V. Levin in
19320         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
19321         (parse_user_spec): Rewrite to use parse_with_separator.
19322
19323 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19324
19325         * modules/userspec: Don't depend on alloca.
19326
19327 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19328
19329         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
19330
19331 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19332
19333         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
19334         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
19335         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
19336
19337 2004-08-16  Simon Josefsson  <jas@extundo.com>
19338
19339         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
19340         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
19341         Add --dry-run for --import.
19342         Let user provided command line parameters override configure.ac
19343         settings.
19344
19345 2004-08-12  Simon Josefsson  <jas@extundo.com>
19346
19347         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
19348         as discussed with Paul Eggert in threads rooted at
19349         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
19350         and
19351         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
19352         Before, the test was empty, and relied on ELIDE_CODE in source
19353         code.)
19354         (gl_PREREQ_GETOPT): New macro.
19355         (gl_GETOPT): Use them.
19356
19357 2004-08-12  Simon Josefsson  <jas@extundo.com>
19358
19359         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
19360         * lib/getopt_.h: Renamed from getopt.h.
19361
19362 2004-08-12  Simon Josefsson  <jas@extundo.com>
19363
19364         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
19365         Change default library name from libfoo to libgnu.
19366         Now, if you have a configure.ac that says:
19367                 gl_SOURCE_BASE(gl)
19368                 gl_M4_BASE(gl/m4)
19369                 gl_MODULES(error getopt etcetera)
19370                 gl_INIT
19371         you can import all you need by running:
19372                 ../gnulib/gnulib-tool --import
19373
19374         * modules/getopt (Files): Rename getopt.h to getopt_.h.
19375         (Makefile.am): Rewrite, use logic from argz.
19376         (Include): Use <getopt.h> instead of "getopt.h".
19377
19378 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19379
19380         * modules/argp (Files): Add m4/unlocked-io.m4.
19381         (Depends-on): Add extensions.
19382
19383 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19384
19385         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
19386         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
19387         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
19388         Check for program_invocation_name, program_invocation_short_name,
19389         flockfile, funlockfile, features.h, _getopt_long_only_r.
19390
19391 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19392
19393         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
19394         its complicated substitute.
19395         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
19396         and program_invocation_name.
19397         (__argp_basename) [!_LIBC]: Remove; the only use was
19398         replaced by its body.
19399         (__argp_short_program_name): Change condition from
19400         !defined __argp_short_program_name to
19401         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
19402         to match argp-namefrob.h.
19403         (__argp_failure): Don't assume strerror_r returns char *.
19404         * lib/argp-parse.c (N_): Define unconditionally.
19405         (argp_default_options): Fill out initializers with 0 to avoid
19406         gcc warnings.
19407
19408 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19409
19410         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
19411         getopt1.c.
19412
19413 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19414
19415         Merge from coreutils.
19416
19417         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
19418
19419         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
19420         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
19421
19422 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19423
19424         Merge from coreutils.
19425
19426         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
19427         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
19428         for Reliant Unix 5.43.
19429
19430         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
19431         (union fooround): Use uintmax_t, not long int.
19432         The rest is a merge from libc:
19433         [defined _LIBC]: Include <shlib-compat.h>.
19434         (_obstack) [defined _LIBC]: Remove after 2.3.4.
19435
19436         * lib/settime.c (settime): Recode to avoid warning with
19437         Sun Forte C 6U2.
19438
19439         * lib/strverscmp.c: Convert to UTF-8.
19440
19441 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19442
19443         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
19444         m4/uintmax_t.m4.
19445
19446 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19447
19448         * modules/xalloc-die: New file.
19449         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
19450
19451         * modules/md5 (Files): Add m4/uint32_t.m4.
19452         * modules/sha1: Renamed from modules/sha.
19453         (Files):
19454         Rename lib/sha.h to lib/sha1.h.
19455         Rename lib/sha.c to lib/sha1.c.
19456         Rename m4/sha.m4 to m4/sha1.m4.
19457         (lib_SOURCES): Likewise.
19458         (configure.ac): Rename gl_SHA to gl_SHA1.
19459         (Include): sha.h -> sha1.h.
19460
19461 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19462
19463         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
19464         * m4/sha1.m4: Renamed from sha.m4.
19465         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
19466
19467 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19468
19469         * lib/obstack.h (obstack_empty_p):
19470         Don't assume that chunk->contents is suitably aligned.
19471         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
19472         Likewise. Problem reported by Benno in
19473         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
19474
19475         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
19476         readable.  This could be improved further but it'd take some work.
19477
19478 2004-08-08  Simon Josefsson  <jas@extundo.com>
19479
19480         * modules/xgethostname (Depends-on): Remove exit and error (not
19481         used).
19482
19483         * modules/getpass-gnu: Add getpass.h.
19484         (Depends-on): Add stdbool.
19485         * modules/getpass: Add getpass.h.
19486
19487 2004-08-08  Simon Josefsson  <jas@extundo.com>
19488
19489         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
19490         Check getpass declaration.
19491
19492 2004-08-08  Simon Josefsson  <jas@extundo.com>
19493
19494         * lib/xgethostname.c: Don't include error.h (not used).
19495
19496         * lib/getpass.h: Add.
19497         * lib/getpass.c: Include getpass.h first.
19498
19499 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
19500
19501         * lib/xalloc-die.c: New file.
19502         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
19503         All uses removed.
19504         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
19505         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
19506         xalloc-die.c.
19507         (_, N_, xalloc_die): Move to xalloc-die.c.
19508         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
19509         so that we needn't mess with xalloc_msg_memory_exhausted.
19510
19511         * lib/sha1.h: Renamed from sha.h.
19512         (SHA1_H): Renamed from _SHA_H.
19513         (sha1_ctx): Renamed from sha_ctx.
19514         (sha1_init_ctx): Renamed from sha_init_ctx.
19515         (sha1_process_block): Renamed from sha_process_block.
19516         (sha1_process_bytes): Renamed from sha_process_bytes.
19517         (sha1_finish_ctx): Renamed from sha_finish_ctx.
19518         (sha1_read_ctx): Renamed from sha_read_ctx.
19519         (sha1_stream): Renamed from sha_stream.
19520         (sha1_buffer): Renamed from sha_buffer.
19521         * lib/sha1.c: Likewise; renamed from sha.c.
19522         Do not include <sys/types.h>.
19523         Include <stddef.h> rather than <stdlib.h>.
19524
19525 2004-08-08  Bruno Haible  <bruno@clisp.org>
19526
19527         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
19528         FILESYSTEM_PREFIX_LEN.
19529         * lib/progreloc.c: Likewise.
19530         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
19531
19532 2004-08-06  Simon Josefsson  <jas@extundo.com>
19533
19534         * modules/progname (Depends-on): Don't depend on stdbool.
19535
19536 2004-08-06  Simon Josefsson  <jas@extundo.com>
19537
19538         * modules/getsubopt: New file.
19539         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19540         getsubopt.
19541
19542 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19543
19544         More merge from coreutils.
19545
19546         * m4/utimens.m4, m4/utimecmp.m4: New files.
19547         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
19548         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
19549         prereq.m4, sha.m4: Import changes from coreutils.
19550
19551 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19552
19553         More merge from coreutils.
19554         * modules/raise, modules/readtokens0, modules/utimens:
19555         * modules/utimecmp, module/xnanosleep: New files.
19556         * modules/strftime: Add lib/strftime.h.
19557         Change include from <time.h> to "strftime.h".
19558         * modules/yesno: Add lib/yesno.h.
19559         * modules/backupfile: Remove lib/addext.c.
19560         * modules/euidaccess: Add stat-macros.h.
19561         * modules/canonicalize, modules/euidaccess,
19562         modules/filemode, modules/lchown, modules/makepath,
19563         modules/rmdir, modules/stat: Likewise.
19564
19565 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19566
19567         Merge from tar.
19568         * lib/argp-help.c (make_hol, hol_append): Don't assume that
19569         SIZE_MAX is a valid preprocessor constant.
19570         (__argp_basename): Change from "#ifndef _LIBC"
19571         to "#ifndef __argp_short_program_name", so that
19572         we don't compile these functions for tar.
19573
19574         More merges from coreutils.
19575         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
19576         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
19577         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
19578         * lib/addext.c: Remove; no longer needed.
19579         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
19580         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
19581         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
19582         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
19583         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
19584         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
19585         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
19586         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
19587         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
19588         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19589         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
19590         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
19591         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
19592         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
19593         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
19594         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
19595         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
19596         Import changes from coreutils.
19597
19598 2004-08-05  Simon Josefsson  <jas@extundo.com>
19599
19600         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
19601
19602 2004-08-05  Simon Josefsson  <jas@extundo.com>
19603
19604         * m4/getsubopt.m4: New file.
19605
19606 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19607
19608         Merge from coreutils.
19609
19610         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
19611         * m4/getcwd-path-max.m4: New files.
19612
19613         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
19614         FILESYSTEM_PREFIX_LEN ->
19615         FILE_SYSTEM_PREFIX_LEN.
19616         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
19617         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
19618         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
19619         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
19620
19621         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
19622         prerequisite modules now handle the DOS stuff.
19623         Don't check for unistd.h.
19624
19625 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19626
19627         Merge from coreutils.
19628
19629         * lib/.gdb-history: Remove; this doesn't belong here.
19630
19631         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
19632         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
19633         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
19634         * lib/getcwd.c: New files.
19635
19636         * lib/dirname.h: Include <stdbool.h>.
19637         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
19638         for consistency with POSIX terminology.  All uses changed.
19639         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
19640         (strip_trailing_slashes): Use bool for booleans.
19641         * lib/stripslash.c (strip_trailing_slashes): Likewise.
19642
19643         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
19644         sometimes returns a positive errno value even when it succeeds.
19645         (print_errno_message) [!LIBC]: Fall back on strerror if
19646         __strerror_r fails.
19647
19648         * lib/path-concat.c (mempcpy): Don't define if a system header defines
19649         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
19650         (longest_relative_suffix): New function.
19651         (path_concat): Use it.  Assume first argument is not NULL.
19652         Port to DOS.  Omit redundant separators.
19653         Report an error instead of returning NULL.
19654         Use mempcpy instead of memcpy.
19655         (xpath_concat): Remove: not declared or used.
19656
19657         * lib/same.h: Include <stdbool.h>
19658         (same_name): Return bool, not int.
19659         * lib/same.c (same_name): Likewise.
19660         (errno): Don't declare; we assume C89 or better now.
19661
19662         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
19663         if not already defined.
19664
19665         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
19666         * lib/dup-safer.c (errno): Likewise.
19667
19668 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19669
19670         Merge from coreutils.
19671         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
19672         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
19673         * modules/path-concat: Don't depend on strdup.
19674
19675 2004-08-03  Simon Josefsson  <jas@extundo.com>
19676
19677         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
19678         * lib/progname.h: Don't include stdbool.h.
19679
19680 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19681
19682         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
19683         * MODULES.html.sh (func_all_modules): Remove fatal.
19684
19685 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19686
19687         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
19688
19689 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19690
19691         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
19692         working.
19693
19694 2004-08-02  Simon Josefsson  <jas@extundo.com>
19695
19696         * lib/getsubopt.h: New file, with comments from Bruno Haible.
19697         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
19698         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
19699
19700 2004-08-01  Simon Josefsson  <jas@extundo.com>
19701
19702         * lib/xgetdomainname.c: Include stdlib.h, for free().
19703
19704 2004-07-19  Bruno Haible  <bruno@clisp.org>
19705
19706         * MODULES.html.sh (func_all_modules): Add dummy.
19707
19708 2004-07-16  Simon Josefsson  <jas@extundo.com>
19709
19710         * modules/dummy: New file.
19711
19712 2004-07-16  Simon Josefsson  <jas@extundo.com>
19713
19714         * lib/dummy.c: New file.
19715
19716 2004-07-16  Bruno Haible  <bruno@clisp.org>
19717
19718         * lib/backupfile.h: Add extern "C" for C++.
19719         * lib/closeout.h: Likewise.
19720         * lib/copy-file.h: Likewise.
19721         * lib/findprog.h: Likewise.
19722         * lib/full-write.h: Likewise.
19723         * lib/pathname.h: Likewise.
19724         * lib/progname.h: Likewise.
19725         * lib/stpcpy.h: Likewise.
19726         * lib/stpncpy.h: Likewise.
19727         * lib/strcase.h: Likewise.
19728         * lib/strstr.h: Likewise.
19729         * lib/xalloc.h: Likewise.
19730
19731         * lib/mbswidth.h: Add extern "C" for C++.
19732         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
19733
19734 2004-07-13  Robert Millan  <robertmh@gnu.org>
19735
19736         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
19737
19738 2004-07-09  Simon Josefsson  <jas@extundo.com>
19739
19740         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
19741         failed without this.)
19742
19743 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19744
19745         * modules/chown (Files): Add lib/fchown-stub.c, since
19746         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
19747
19748 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19749
19750         * lib/fchown-stub.c: New file.
19751
19752 2004-06-24  Jim Meyering  <jim@meyering.net>
19753
19754         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
19755
19756 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19757
19758         * modules/argz: Omit "#include".
19759
19760         * MODULES.html.sh (func_all_modules): Add calloc, to match
19761         2004-06-01 addition of calloc module.
19762
19763 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19764
19765         * m4/argz.m4: New file, which is autoupdated from libtool.
19766
19767 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19768
19769         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
19770         libtool.
19771
19772 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19773
19774         * config/srclist-update: Don't insist on "USA." before the
19775         close-comment, as libtool omits the period and puts the */ on a
19776         separate line.
19777         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
19778         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
19779
19780 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
19781
19782         * modules/argz: New file.
19783         * MODULES.html.sh (func_all_modules): Add argz.
19784
19785 2004-06-12  Jim Meyering  <jim@meyering.net>
19786         and  Paul Eggert  <eggert@cs.ucla.edu>
19787
19788         * modules/hash (Files): Add lib/xalloc.h.
19789         * modules/pipe (Depends-on): Add wait-process.
19790         * modules/stat (Depends-on): Add xalloc.
19791         * modules/userspec (Files): Add lib/userspec.h.
19792         * modules/xstrto
19793
19794         Upgrade from gettext-0.13.
19795         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
19796         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
19797         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
19798
19799 2004-06-10  Jim Meyering  <jim@meyering.net>
19800
19801         * lib/calloc.c: New file.
19802
19803 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19804
19805         * lib/getdate.y (yylex): Allow space between sign and number.
19806         Problem reported by Dan Jacobson.
19807
19808 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19809
19810         Merge from coreutils CVS.
19811
19812         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
19813         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
19814         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
19815         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
19816         xstrtol.m4: Fix copyright date and/or serial number.
19817
19818         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
19819         See if we need an fchown replacement.
19820         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
19821         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
19822         and use the replacement function if we detect either defect.
19823
19824         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
19825         gl_UTIMECMP.
19826
19827 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19828         and  Jim Meyering  <jim@meyering.net>
19829
19830         Merge from coreutils CVS.
19831
19832         * lib/stat-macros.h: New file, with contents from file-type.h
19833         and coreutils' system.h.
19834         * lib/file-type.c: Include "stat-macros.h".
19835         * lib/file-type.h (file_type): Move all macro definitions to new file,
19836         stat-macros.h.
19837
19838         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
19839         Wrap old code with this conditional.
19840         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
19841         function that does not dereference symlinks.
19842         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
19843
19844         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
19845         dependency problems.
19846         (xreadlink): Accept new arg SIZE, for efficiency.
19847         All decls and uses changed.
19848         * lib/xreadlink.h: Include <stddef.h>, for size_t.
19849
19850         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
19851         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
19852
19853         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
19854         sysexits.h.
19855
19856 2004-06-01  Jim Meyering  <jim@meyering.net>
19857
19858         * m4/calloc.m4: New file.
19859
19860 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
19861
19862         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
19863         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
19864         Also, fix a typo in a diagnostic.
19865
19866 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19867
19868         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
19869         or AC_FUNC_REALLOC.
19870
19871 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19872
19873         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
19874         macros to be defined.
19875         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
19876         the allocator returns NULL because the requested size is zero.
19877
19878 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19879
19880         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
19881         var.  Add comment explaining why libc still defines it.  This
19882         merges the following patch from glibc:
19883         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
19884
19885 2004-05-20  Andreas Schwab  <schwab@suse.de>
19886
19887         * m4/free.m4: Replace free if it not known to work, not the other
19888         way round.
19889
19890 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
19891
19892         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
19893         present in glibc since revision 1.1 of this file.
19894         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
19895         obstack_alignment_mask, obstack_alloc, obstack_base,
19896         obstack_blank, obstack_blank_fast, obstack_chunk_size,
19897         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
19898         obstack_grow0, obstack_init, obstack_int_grow,
19899         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
19900         obstack_next_free, obstack_object_size, obstack_ptr_grow,
19901         obstack_ptr_grow_fast, obstack_room): Remove declarations of
19902         nonexistent functions.
19903
19904 2004-05-18  Karl Berry  <karl@gnu.org>
19905
19906         * config/srclist.txt: break link for vasnprintf.c.
19907
19908 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19909
19910         Port obstack to the AS/400, where pointers are 16 bytes wide and
19911         you cannot cast an integer to a valid pointer.  This patch is
19912         currently waiting to be integrated into glibc; see
19913         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
19914
19915         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
19916         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
19917         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
19918         (struct obstack): temp member is now a union of a pointer and
19919         an integer, instead of an integer.  All integer uses changed.
19920         This does not affect the physical layout of struct obstack,
19921         except on hosts (like the AS/400) where the size or alignment of
19922         void * is greater than that of ptrdiff_t.
19923         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
19924         __STDC__)]: Store temporary in pointer member of union, not
19925         integer member.
19926         * lib/obstack.c: Include <stddef.h>, for offsetof.
19927         (struct fooalign): Remove; it doesn't need a name.
19928         (union fooround): Change double to long double, and add void *.
19929         (DEFAULT_ALIGNMENT): Use offsetof to compute.
19930         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
19931         not a macro.  Hence the values are always int; so remove all
19932         casts-to-int in uses.
19933
19934 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19935
19936         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
19937         we can get this patch merged into glibc.
19938
19939 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19940             Paul Eggert  <eggert@cs.ucla.edu>
19941
19942         * m4/argp: Depend on alloca.
19943
19944 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19945             Paul Eggert  <eggert@cs.ucla.edu>
19946
19947         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
19948         freecoding.
19949
19950 2004-05-17  Bruno Haible  <bruno@clisp.org>
19951
19952         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
19953         precision that consists of a '.' followed by an empty digit string.
19954         Patch by Tor Lillqvist <tml@iki.fi>.
19955
19956 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19957
19958         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
19959         for backward compatibility with older code.  We need our own
19960         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
19961         it under some other name, and our alloca.h will define it.
19962
19963 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19964             Derek Price  <derek@ximbiot.com>
19965
19966         * lib/alloca.c: Include <alloca.h>, to get our interface.
19967         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
19968         include <alloca.h> first.  Use C89 prototype for alloca; this
19969         requires including <stddef.h> for size_t.  Use extern "C" if C++.
19970         Use #elif for simplicity, since we can assume C89 now.
19971         Don't try to source the system alloca.h since it will not be found
19972         and to prevent recursively including its replacement.
19973         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
19974         * lib/regex.c: Likewise.
19975
19976 2004-05-16  Derek Price  <derek@ximbiot.com>
19977             Paul Eggert  <eggert@cs.ucla.edu>
19978
19979         getline cleanup.  This changes the getndelim2 API: both order of
19980         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
19981         no delimiter).
19982
19983         * lib/getline.c: Don't include stddef.h or stdio.h, since our
19984         interface does that.
19985         (getline): Always use getdelim, so that we don't have two
19986         copies of this code.
19987         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
19988         if available.
19989         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
19990         (GETNDELIM2_MAXIMUM): New macro.
19991         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
19992         instead of the old practice of delim2==0.  All callers changed.
19993         Return -1 on overflow, instead of returning junk.
19994         Do not set *linesize unless allocation succeeds.
19995         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
19996         that we include sys/types.h.
19997         * lib/getnline.h: Likewise.
19998         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
19999         (getndelim2): Reorder arguments.
20000         * lib/getnline.c (getnline, getndelim):
20001         Don't discard the NMAX argument.
20002         (getnline): Invoke getndelim, to avoid code duplication.
20003         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
20004         of (size_t) -1 by callers of the getnline family.
20005
20006 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20007
20008         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
20009         Check for gettimeofday.
20010         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
20011         Check for settimeofday, stime.
20012
20013 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20014
20015         * lib/nanosleep.c (suspended): Change its type from int to
20016         sig_atomic_t volatile.
20017         (first_call): Make it private to rpl_nanosleep, and have it
20018         be zero initially as that's a bit faster.
20019         (my_usleep): Round up fractional times instead of truncating them,
20020         as this is the usual meaning for 'sleep'.
20021
20022         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
20023         doesn't work.
20024         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
20025         (ENOSYS): Define if not defined.
20026         (settime): Fall back on stime if it exists and settimeofday fails.
20027         But don't bother with fallbacks if a method fails with errno == EPERM.
20028
20029 2004-05-11  Jim Meyering  <jim@meyering.net>
20030
20031         Prior to this change, the save_cwd caller required read access to the
20032         current directory on most systems (ones with the fchdir function).
20033
20034         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
20035         fails, try write-only, and finally, resort to using xgetcwd.
20036
20037 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
20038
20039         * lib/obstack.c, obstack.h: Import changes from libc.
20040
20041 2004-04-28  Bruno Haible  <bruno@clisp.org>
20042
20043         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
20044         also implicitly appends .exe to executables.
20045         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
20046         accepts Windows pathnames.
20047         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
20048         Treat Cygwin like Windows, since it now accepts Windows pathnames.
20049         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
20050         Treat Cygwin like Windows, since it now accepts Windows pathnames.
20051         Reported by Derek Robert Price <derek@ximbiot.com>.
20052
20053 2004-04-21  Karl Berry  <karl@gnu.org>
20054
20055         * config/srclist.txt (localcharset.c): break sync.
20056
20057 2004-04-20  Paul Eggert  <eggert@twinsun.com>
20058
20059         * m4/host-os.m4: Add a copyright notice.
20060
20061 2004-04-20  Jim Meyering  <jim@meyering.net>
20062
20063         Change UTILS_ to gl_ in AC_DEFINE'd names.
20064         Change utils_- and jm_-prefixed variables, too.
20065         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
20066         UTILS_FUNC_MKDIR_TRAILING_SLASH.
20067         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
20068
20069         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
20070         Don't emit trailing blanks.
20071         Also rename jm_-prefixed variables to have gl_ prefix.
20072
20073         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
20074         Also rename jm_-prefixed variables to have gl_ prefix.
20075
20076         * m4/jm-macros.m4: Reflect the renamings.
20077         * m4/prereq.m4: Likewise.
20078
20079 2004-04-20  Jim Meyering  <jim@meyering.net>
20080
20081         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
20082         memory.
20083
20084 2004-04-20  Jim Meyering  <jim@meyering.net>
20085             Bruno Haible  <bruno@clisp.org>
20086
20087         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
20088         memory when realloc fails.
20089
20090 2004-04-19  Jim Meyering  <jim@meyering.net>
20091
20092         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
20093         now that readutmp.c may call `free (0)'.
20094
20095 2004-04-19  Bruno Haible  <bruno@clisp.org>
20096
20097         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
20098         * m4/inttypes_h.m4: Likewise.
20099         * m4/stdint_h.m4: Likewise.
20100         * m4/intmax_t.m4: Likewise.
20101         * m4/uintmax_t.m4: Likewise.
20102
20103 2004-04-18  Jim Meyering  <jim@meyering.net>
20104
20105         * m4/prereq.m4: Don't forbid jm_ prefix.
20106
20107         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
20108         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
20109         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
20110         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
20111         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
20112         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
20113         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
20114         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
20115         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
20116         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
20117         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
20118         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
20119         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
20120         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
20121         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
20122         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
20123         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
20124         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
20125         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
20126
20127 2004-04-18  Jim Meyering  <jim@meyering.net>
20128
20129         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
20130         failure, don't leak memory and do call END_UTMP_ENT.
20131
20132 2004-04-16  Jim Meyering  <jim@meyering.net>
20133
20134         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
20135         coreutils' stat program.
20136         (gl_PREREQ): Don't require jm_PREREQ_STAT.
20137
20138 2004-04-11  Paul Eggert  <eggert@twinsun.com>
20139
20140         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
20141         C89.
20142         (CHAR_BIT): Remove, since we assume C89.
20143         Include <stdint.h> if available, as per current Autoconf CVS advice.
20144
20145 2004-03-31  Jim Meyering  <jim@meyering.net>
20146
20147         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
20148         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
20149         * m4/xalloc.m4: Likewise.
20150
20151 2004-03-30  Paul Eggert  <eggert@twinsun.com>
20152
20153         Merge from coreutils.
20154
20155         * m4/inttostr.m4: New file.
20156         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
20157         Require AM_STDBOOL_H and gl_TIMESPEC instead.
20158         Require gl_CLOCK_TIME.
20159         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
20160
20161 2004-03-30  Paul Eggert  <eggert@twinsun.com>
20162
20163         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
20164         not bool, to be more consistent with Unix conventions.
20165         Suggested by Bruno Haible.
20166
20167         Merge from coreutils.
20168
20169         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
20170         * lib/umaxtostr.c: New files.
20171
20172         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
20173         the usual <time.h> dance.
20174         (get_date): Change signature to support fractional time stamps.
20175         All callers changed.
20176         * lib/getdate.y: Include "getdate.h" first, as we can now
20177         assume C89 and don't need to worry about 'const'.
20178         Similarly, include "unlocked-io.h" near start, not in middle.
20179         Include <limits.h>.
20180         (textint.value): Use long int rather than int.
20181         (textint.digits): Use size_t rather than int.
20182         (BILLION, LOG10_BILLION): New constants.
20183         (parser_control): New member rel_ns.  Members day_ordinal,
20184         time_zone, month, day, hour, minutes, rel_year, rel_month,
20185         rel_day, rel_hour, rel_minutes, rel_seconds
20186         are now long int, not int.  Member seconds is now struct timespec,
20187         not int.  New member timespec_seen.  Members dates_seen, days_seen,
20188         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
20189         not int.
20190         (%union.intval): Now long int, not int.
20191         New member timespec.
20192         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
20193         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
20194         (spec): Now is a timespec or an item list.
20195         (timespec, items): New nonterminals.
20196         (time, rel, relunit, number, get_date):
20197         Add support for fractional seconds.
20198         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
20199         (gmtime, localtime, mktime): Remove decls; not needed with C89.
20200         (to_hour): First arg is now long int, not int.
20201         (to_year): Returns long int, not int.
20202         Don't treat year -70 like 70.
20203         (tm_diff): Returns long int, not int.
20204         (lookup_word): Use bool instead of int when appropriate.
20205         (yylex): Use size_t for count, not int.
20206         Detect overflow when parsing large integer constants.
20207         Add support for fractions.
20208         (get_date): Make pointers 'const' if possible.
20209         Use more-portable code to detect integer overflow.
20210         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
20211         Don't use ctime; it's not reliable if the year has >4 digits.
20212
20213         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
20214         This is for compatibility with BSD.
20215
20216         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
20217         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
20218         From coreutils' system.h.
20219
20220         * lib/userspec.c: Don't include "posixver.h".
20221         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
20222         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
20223         compatible extension.  Simplify code by removing a boolean int
20224         that was always nonzero if a string was nonnull.
20225
20226 2004-03-30  Jim Meyering  <jim@meyering.net>
20227
20228         Merge from coreutils.
20229
20230         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
20231         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
20232         on some systems one must include <grp.h> before it.
20233         Reported by Christian Krackowizer.
20234
20235 2004-03-30  Jim Meyering  <jim@meyering.net>
20236
20237         Merge from coreutils.
20238
20239         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
20240
20241         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
20242         an empty input stream.
20243
20244         * lib/readtokens.c: Include <stdbool.h>.
20245         (readtoken): Use `size_t' rather than int/long.
20246         All callers adjusted.
20247         Use `bool' rather than `int' where appropriate.
20248         Use memset rather than an explicit loop.
20249         Use x2nrealloc rather than xrealloc.
20250         Allow the use of `\0' as a delimiter.
20251         (readtokens): Likewise.
20252         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
20253
20254 2004-03-30  Jim Meyering  <jim@meyering.net>
20255
20256         * m4/realloc.m4: Remove file, since now it does no more than
20257         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
20258         the `configure.ac' section of module/realloc.
20259         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
20260
20261 2004-03-30  Bruno Haible  <bruno@clisp.org>
20262
20263         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
20264         nonnull.
20265
20266 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20267
20268         Merge changes to getloadavg.c from coreutils and Emacs.
20269
20270         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
20271         Define to an expression, not to the empty string.
20272         Include cloexec.h and xalloc.h.
20273         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
20274         Use set_cloexec_flag rather than rolling our own.
20275         * lib/cloexec.c, lib/cloexec.h: New files.
20276
20277 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20278
20279         * m4/cloexec.m4: New file.
20280
20281 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20282
20283         * lib/getopt.h: Sync with libc CVS.
20284
20285 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20286             Bruno Haible  <bruno@clisp.org>
20287
20288         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
20289         mbswidth.
20290
20291 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20292             Bruno Haible  <bruno@clisp.org>
20293
20294         * lib/mbswidth.h: Include <wchar.h> only if
20295         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
20296         <wchar.h>.
20297         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
20298
20299 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20300
20301         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
20302         Sync with libc CVS.
20303         * lib/getopt_int.h: New file, also synced from libc.
20304
20305 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20306
20307         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
20308         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
20309         Bring back getopt.c, getopt.h, getopt1.c.
20310
20311 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20312
20313         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
20314         All uses changed.  Check for sa_sigaction member; this fixes
20315         a bug first reported by Jason Andrade in
20316         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20317
20318 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20319
20320         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
20321         '#if' expressions.  Unlike the code it replaces, it does not
20322         depend on (defined _SC_PAGESIZE).  However, it does depend on
20323         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
20324         first reported by Jason Andrade in
20325         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20326
20327 2004-02-25  Simon Josefsson  <jas@extundo.com>
20328
20329         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
20330
20331 2004-02-25  Simon Josefsson  <jas@extundo.com>
20332
20333         * lib/strdup.h: New file.
20334         * lib/strdup.c: Include it.
20335         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
20336         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
20337
20338 2004-02-23  Karl Berry  <karl@gnu.org>
20339
20340         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
20341         (from fencepost.gnu.org:/gd/gnuorg).
20342
20343 2004-02-23  Karl Berry  <karl@gnu.org>
20344
20345         * config/srclistvars.sh (GNUORG) [karl]: redefine.
20346         * config/srclist.txt: add maintain/standards documents.
20347
20348 2004-02-18  Bruno Haible  <bruno@clisp.org>
20349
20350         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
20351         Reported by Derek Robert Price <derek@ximbiot.com>.
20352
20353 2004-02-16  Karl Berry  <karl@gnu.org>
20354
20355         * config/mkinstalldirs, install-sh: update from automake.
20356
20357 2004-02-06  Karl Berry  <karl@gnu.org>
20358
20359         * m4/po.m4: update from gettext 0.14.1.
20360
20361 2004-02-06  Karl Berry  <karl@gnu.org>
20362
20363         * lib/config.charset: update from gettext 0.14.1.
20364
20365 2004-02-05  Paul Eggert  <eggert@twinsun.com>
20366
20367         Add comments and code, prompted by suggestions from Bruno Haible
20368         for sh-quote.
20369         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
20370         describing the enum quoting_style values.
20371         * lib/quotearg.c (quotearg_alloc): New function.
20372         (quotearg_buffer_restyled): Treat lone { and } as special.
20373         Treat = as special.  Work around bug with older shells
20374         that "see" a '\' that is really the 2nd byte of a multibyte char.
20375         Quote empty string with shell_quoting_style.
20376
20377 2004-02-03  Bruno Haible  <bruno@clisp.org>
20378
20379         * m4/pipe.m4: New file, from GNU gettext.
20380
20381 2004-02-03  Bruno Haible  <bruno@clisp.org>
20382
20383         * lib/pipe.h: New file, from GNU gettext.
20384         * lib/pipe.c: New file, from GNU gettext.
20385
20386 2004-01-27  Bruno Haible  <bruno@clisp.org>
20387
20388         * m4/execute.m4: New file, from GNU gettext.
20389
20390 2004-01-27  Bruno Haible  <bruno@clisp.org>
20391
20392         * lib/execute.h: New file, from GNU gettext.
20393         * lib/execute.c: New file, from GNU gettext.
20394         * lib/w32spawn.h: New file, from GNU gettext.
20395
20396 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20397
20398         Merge from diffutils.
20399
20400         * lib/file-type.c (file_type): Add typed memory objects.
20401         * lib/file-type.h (S_TYPEISTMO): New macro.
20402
20403         * lib/c-stack.h (c_stack_action): Remove argv argument.
20404         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
20405         (die): Don't calculate message unless segv_action returns.
20406         (get_stack_location, min_address_from_argv, max_address_from_argv,
20407         volatile stack_base, volatile_stack_size): Remove.
20408         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
20409         that every segmentation violation is a stack overflow.  (Ouch!)
20410         See Debian bug 136249 (still outstanding) for more info about why
20411         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
20412
20413 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20414
20415         Exit-status fix from coreutils.
20416
20417         Use exit_failure consistently in place of EXIT_FAILURE,
20418         so that program exit statuses are consistent on failure.
20419
20420         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
20421         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
20422         * lib/argmatch.h: Comment fix to match the above.
20423         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
20424         Now a macro referring to exit_failure, instead of a separate
20425         variable.  Include "exitfail.h" to get it.
20426         * lib/xstrtol.h: Include "exitfail.h".
20427         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
20428
20429         * lib/long-options.c (parse_long_options): Use prototype
20430         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
20431         for clarity.
20432
20433 2004-01-21  Jim Meyering  <jim@meyering.net>
20434
20435         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
20436         so as not to conflict with a different-sized __mktime_internal
20437         function in GNU libc.
20438         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
20439         Problem building statically-linked `ls' reported by Michael Brunnbauer.
20440
20441 2004-01-20  Karl Berry  <karl@gnu.org>
20442
20443         * config/config.guess: update from config.
20444
20445         * config/srclistvars.sh: GNUWWWLICENSES for karl.
20446
20447 2004-01-20  Bruno Haible  <bruno@clisp.org>
20448
20449         Safer stack allocation.
20450         * lib/setenv.c: Include allocsa.h.
20451         (alloca): Remove fallback definition.
20452         (freea): Remove macro.
20453         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
20454         instead of freea.
20455
20456 2004-01-20  Bruno Haible  <bruno@clisp.org>
20457
20458         * m4/eealloc.m4: New file, from GNU gettext.
20459
20460 2004-01-20  Bruno Haible  <bruno@clisp.org>
20461
20462         * m4/allocsa.m4: New file, from GNU gettext.
20463
20464 2004-01-20  Bruno Haible  <bruno@clisp.org>
20465
20466         * lib/xallocsa.h: New file, from GNU gettext.
20467         * lib/xallocsa.c: New file, from GNU gettext.
20468
20469 2004-01-20  Bruno Haible  <bruno@clisp.org>
20470
20471         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
20472
20473 2004-01-20  Bruno Haible  <bruno@clisp.org>
20474
20475         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
20476         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
20477         specially.
20478
20479 2004-01-20  Bruno Haible  <bruno@clisp.org>
20480
20481         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
20482         patch.
20483
20484 2004-01-20  Bruno Haible  <bruno@clisp.org>
20485
20486         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
20487
20488 2004-01-20  Bruno Haible  <bruno@clisp.org>
20489
20490         * lib/eealloc.h: New file.
20491
20492 2004-01-20  Bruno Haible  <bruno@clisp.org>
20493
20494         * lib/binary-io.h: Avoid warnings on Cygwin.
20495
20496 2004-01-20  Bruno Haible  <bruno@clisp.org>
20497
20498         * lib/allocsa.h: New file, from GNU gettext.
20499         * lib/allocsa.c: New file, from GNU gettext.
20500
20501 2004-01-18  Karl Berry  <karl@gnu.org>
20502
20503         * doc/gpl.texi, doc/lgpl.texi: new files.
20504
20505 2004-01-18  Karl Berry  <karl@gnu.org>
20506
20507         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
20508         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
20509
20510 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20511
20512         Merge from coreutils.
20513
20514         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
20515         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
20516         (gl_DEFAULT_POSIX2_VERSION): Move
20517         the documentation from 'configure' into 'config.hin',
20518         so that 'configure --help' isn't burdened by it and
20519         we don't have to worry about its formatting there.
20520         Reword the documentation so that it's more succinct
20521         and can be run together into a single paragraph.
20522         * m4/same.m4 (gl_SAME): Check for pathconf.
20523
20524 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20525
20526         Merge from coreutils.
20527
20528         * lib/posixver.c: Include posixver.h.
20529
20530         * lib/same.c: Include <stdbool.h>, <limits.h>.
20531         (_POSIX_NAME_MAX): Define if not defined.
20532         (MIN): New macro.
20533         (same_name): If file names are silently truncated, report
20534         that the file names are the same if they are the same after
20535         the silent truncation.
20536
20537         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
20538         conversion function.
20539         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
20540         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
20541         longer needed.
20542
20543 2004-01-15  Jim Meyering  <jim@meyering.net>
20544
20545         Merge from coreutils.
20546
20547         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
20548         if no library is required.
20549         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
20550         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
20551         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
20552         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
20553         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
20554         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
20555         value, $ac_cv_search_crypt, if it's "none required".
20556         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
20557         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
20558         not gl_FUNC_GETLOADAVG.
20559         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
20560         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
20561
20562 2004-01-15  Jim Meyering  <jim@meyering.net>
20563
20564         Merge from coreutils.
20565
20566         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
20567         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
20568         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
20569
20570         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
20571         optional configure-time default.
20572
20573         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20574
20575         * lib/xreadlink.c (xreadlink): Correct outdated comment.
20576
20577 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
20578
20579         Merge from coreutils.
20580
20581         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
20582         value, $ac_cv_search_nanosleep, if it's "none required".
20583
20584 2004-01-14  Paul Eggert  <eggert@twinsun.com>
20585
20586         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
20587         with like-named macro in fnmatch.c.
20588         (EXT): Use an internal constant instead.
20589
20590         Merge fnmatch patches from glibc.
20591         * lib/fnmatch.c (mbsinit): Remove define.
20592         Add libc_hidden_ver (__fnmatch, fnmatch).
20593         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
20594         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
20595
20596 2004-01-14  Karl Berry  <karl@gnu.org>
20597
20598         * config/install-sh: update from automake.
20599
20600 2004-01-13  Karl Berry  <karl@gnu.org>
20601
20602         * config/install-sh: update from automake.
20603
20604 2004-01-09  Karl Berry  <karl@gnu.org>
20605
20606         * config/install-sh: update from automake.
20607
20608 2004-01-05  Karl Berry  <karl@gnu.org>
20609
20610         * config/config.{sub,guess}: update from config.
20611
20612 2003-12-31  Karl Berry  <karl@gnu.org>
20613
20614         * config/depcomp: update from automake.
20615
20616 2003-12-14  Karl Berry  <karl@gnu.org>
20617
20618         * lib/config.charset: update from gettext-runtime.
20619
20620 2003-12-03  Paul Eggert  <eggert@twinsun.com>
20621
20622         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
20623         Bug reported by Alfred M. Szmidt.
20624
20625 2003-12-03  Bruno Haible  <bruno@clisp.org>
20626
20627         * m4/gettext.m4: Upgrade from gettext-0.13.
20628         * m4/po.m4: Upgrade from gettext-0.13.
20629         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
20630         * m4/intmax.m4: New file, from gettext-0.13.
20631         * m4/printf-posix.m4: New file, from gettext-0.13.
20632
20633 2003-11-29  Karl Berry  <karl@gnu.org>
20634
20635         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
20636
20637 2003-11-25  Paul Eggert  <eggert@twinsun.com>
20638             Bruno Haible  <bruno@clisp.org>
20639
20640         * lib/printf-parse.h: Don't include sys/types.h.
20641         (ARG_NONE): New macro.
20642         (char_directive): Change type of *arg_index fields to size_t.
20643         * lib/printf-parse.c: Don't include sys/types.h.
20644         (SSIZE_MAX): Remove macro.
20645         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
20646         Remove unnecessary overflow check.
20647         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
20648         fields.
20649
20650 2003-11-25  Bruno Haible  <bruno@clisp.org>
20651
20652         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
20653
20654 2003-11-25  Bruno Haible  <bruno@clisp.org>
20655
20656         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
20657         gt_TYPE_SSIZE_T.
20658
20659 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20660
20661         * modules/alloca: Remove dependency on xalloc.
20662
20663 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20664
20665         * lib/alloca.c: Remove dependency on xalloc module.
20666         (xalloc_die): Remove.
20667         (memory_full) [!defined emacs]: New macro.
20668         [!defined emacs]: Don't include xalloc.h.
20669         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
20670         address arithmetic overflows.  Change datatypes a bit to avoid
20671         unnecessary casts.
20672
20673 2003-11-22  Jim Meyering  <jim@meyering.net>
20674
20675         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
20676         s/size/size_t/.
20677
20678 2003-11-21  Karl Berry  <karl@gnu.org>
20679
20680         * config/config.{sub,guess}: update from config.
20681
20682 2003-11-18  Karl Berry  <karl@gnu.org>
20683
20684         * config/config.{sub,guess}: update from config.
20685
20686         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
20687
20688 2003-11-17  Paul Eggert  <eggert@twinsun.com>
20689
20690         * README: Mention that S+T cannot overflow if S is the size of
20691         an existing object and T is sufficiently small.
20692
20693 2003-11-17  Jim Meyering  <jim@meyering.net>
20694
20695         On systems without utime and without a utimes function capable of
20696         dealing with a NULL struct utimbuf* argument, this utime replacement
20697         could -- in unusual circumstances -- leak a file descriptor.
20698         * lib/utime.c: Include <unistd.h> and <errno.h>.
20699         (utime_null): Be sure to close `fd' and to preserve errno.
20700         Reported by Geoff Collyer via Arnold Robbins.
20701
20702 2003-11-17  Bruno Haible  <bruno@clisp.org>
20703
20704         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
20705         (Depends-on): Add xsize.
20706
20707 2003-11-17  Bruno Haible  <bruno@clisp.org>
20708
20709         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
20710
20711 2003-11-17  Bruno Haible  <bruno@clisp.org>
20712
20713         * lib/vasnprintf.c (alloca): Remove fallback definition.
20714         (freea): Remove definition.
20715         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
20716         Reported by Paul Eggert.
20717
20718 2003-11-16  Paul Eggert  <eggert@twinsun.com>
20719             Bruno Haible  <bruno@clisp.org>
20720
20721         Protect against address arithmetic overflow.
20722         * lib/printf-args.h: Include stddef.h.
20723         (arguments): Change type of field 'count' to size_t.
20724         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
20725         'unsigned int' where appropriate.
20726         * lib/printf-parse.h: Include sys/types.h.
20727         (char_directive): Change type of *arg_index fields to ssize_t.
20728         (char_directives): Change type of fields 'count', max_*_length to
20729         size_t.
20730         * lib/printf-parse.c: Include sys/types.h and xsize.h.
20731         (SSIZE_MAX): Define fallback value.
20732         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
20733         instead of 'int' where appropriate. Check a_allocated, d_allocated
20734         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
20735         * lib/vasnprintf.c: Include xsize.h.
20736         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
20737         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
20738         overflow. Avoid wraparound when converting a width or precision from
20739         decimal to binary.
20740
20741 2003-11-16  Bruno Haible  <bruno@clisp.org>
20742
20743         Update from GNU gettext.
20744         * lib/printf-parse.c: Generalize to it can be compiled for wide
20745         strings.
20746         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
20747         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
20748         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
20749         SNPRINTF): New macros.
20750         Don't include <alloca.h> if the file is used inside libintl.
20751         (local_wcslen): New function, for Solaris 2.5.1.
20752         (VASNPRINTF): Use it instead of wcslen.
20753
20754 2003-11-16  Bruno Haible  <bruno@clisp.org>
20755
20756         * lib/xsize.h (xmax): New function.
20757         (xsum, xsum3, xsum4): Declare as "pure" functions.
20758
20759 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20760
20761         * modules/xalloc (Files): Undo latest change, since xalloc.h
20762         no longer needs SIZE_MAX or PTRDIFF_MAX.
20763
20764 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20765
20766         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
20767         gl_PTRDIFF_MAX.
20768
20769 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20770
20771         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
20772         "return", to pacify some unknown compiler.  Problem reported
20773         by Joerg Schilling.
20774
20775 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20776
20777         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
20778         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
20779         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
20780         heuristic is just as accurate as far as we know, and it removes a
20781         dependency on size_max.m4 and ptrdiff_max.m4.
20782
20783 2003-11-11  Bruno Haible  <bruno@clisp.org>
20784
20785         * modules/xsize (Files): Add m4/size_max.m4.
20786         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
20787
20788 2003-11-11  Bruno Haible  <bruno@clisp.org>
20789
20790         * m4/size_max.m4: New file.
20791         * m4/ptrdiff_max.m4: New file.
20792         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
20793         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
20794         (gl_XALLOC): Invoke it.
20795
20796 2003-11-11  Bruno Haible  <bruno@clisp.org>
20797
20798         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
20799         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
20800         defined.
20801
20802 2003-11-10  Paul Eggert  <eggert@twinsun.com>
20803
20804         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
20805         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
20806         rejected some allocations of exactly SIZE_MAX - 2 bytes.
20807         From Bruno Haible.
20808         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
20809         not (size_t) -1, since it's defined here.
20810
20811 2003-11-09  Karl Berry  <karl@gnu.org>
20812
20813         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
20814
20815 2003-11-06  Paul Eggert  <eggert@twinsun.com>
20816
20817         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
20818         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
20819         Reject sizes of exactly SIZE_MAX bytes.
20820         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
20821         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
20822
20823 2003-11-05  Bruno Haible  <bruno@clisp.org>
20824
20825         * lib/xsize.h: Include limits.h, to avoid a possible collision with
20826         SIZE_MAX defined in <limits.h> on Solaris.
20827
20828 2003-11-04  Jim Meyering  <jim@meyering.net>
20829
20830         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
20831         variable names, rather than @VAR@.
20832         * modules/poll: Likewise.
20833
20834 2003-11-04  Bruno Haible  <bruno@clisp.org>
20835
20836         * modules/xsize: New file.
20837         * modules/linebreak: Depend on xsize.
20838         * MODULES.html.sh (func_all_modules): Add xsize.
20839
20840 2003-11-04  Bruno Haible  <bruno@clisp.org>
20841
20842         * m4/xsize.m4: New file.
20843
20844 2003-11-04  Bruno Haible  <bruno@clisp.org>
20845
20846         * lib/xsize.h: New file.
20847         * lib/linebreak.c: Include xsize.h.
20848         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
20849         argument for overflow.
20850         Suggested by Paul Eggert.
20851
20852 2003-11-03  Karl Berry  <karl@gnu.org>
20853
20854         * config/config.{guess,sub}: update from config.
20855
20856 2003-11-03  Jim Meyering  <jim@meyering.net>
20857
20858         * modules/userspec (lib_SOURCES): Add userspec.h.
20859         (Include): Add "userspec.h".
20860         Improve description.
20861
20862 2003-11-03  Jim Meyering  <jim@meyering.net>
20863
20864         * lib/userspec.c: Include "userspec.h".
20865         * lib/userspec.h: New file.
20866
20867 2003-11-03  Bruno Haible  <bruno@clisp.org>
20868
20869         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
20870
20871 2003-11-03  Bruno Haible  <bruno@clisp.org>
20872
20873         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
20874         available, to avoid (extremely rare) race condition.
20875         Suggested by Paul Eggert.
20876
20877 2003-11-02  Karl Berry  <karl@gnu.org>
20878
20879         * config/srclist.txt (vasprintf.c): sync broken, sigh.
20880
20881 2003-10-31  Paul Eggert  <eggert@twinsun.com>
20882
20883         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
20884         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
20885         (read_filesystem_list): Set and use me_type_malloced.
20886         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
20887         whatever the type happens to be), for brevity and consistency.
20888         Check for size calculation overflow on Alphas running OSF/1.
20889
20890 2003-10-31  Jim Meyering  <jim@meyering.net>
20891
20892         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
20893
20894         * lib/linebuffer.c: Include <string.h> for declaration of memset.
20895
20896 2003-10-30  Paul Eggert  <eggert@twinsun.com>
20897             Bruno Haible  <bruno@clisp.org>
20898
20899         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
20900         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
20901
20902 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20903
20904         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
20905         netbsd*-gnu*.  Suggested by Robert Millan.
20906
20907 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20908
20909         * modules/group-member: Depend on stdbool.
20910
20911 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20912
20913         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
20914
20915 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20916
20917         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
20918         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
20919         after the 'gnu' in these cases.  This fixes some bugs in the
20920         previous change, and is based on suggestions by Robert Millan.
20921
20922 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20923
20924         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
20925         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
20926         no longer needed.
20927         * lib/quotearg.c (quotearg_n_options): Use it.
20928         * lib/group-member.c: Include <stdbool.h>.
20929         (free_group_info): Arg is now const *; don't free arg.
20930         (get_group_info): Now returns bool and accepts struct group_info *,
20931         rather than returning a malloc'ed struct group_info *.
20932         All uses changed.  Check for overflow in internal size calculation.
20933
20934         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
20935         rather than xmalloc/xrealloc.
20936         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
20937         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
20938         conformance bug: the old code used a pointer after freeing the
20939         storage that it addressed.
20940         * lib/hash.c (hash_initialize): Simplify the code by using
20941         xalloc_oversized rather than doing it by hand.
20942         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
20943         the buffer preserved.  Use free and xmalloc instead.
20944         * lib/quotearg.c (quotearg_n_options): Likewise.
20945         Use a simpler test for size overflow.  Don't use xalloc_oversized
20946         because unsigned int might be wider than size_t (!); this suggests
20947         that we should switch from unsigned int to size_t for slot numbers.
20948
20949 2003-10-28  Paul Eggert  <eggert@twinsun.com>
20950
20951         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
20952         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
20953         NetBSD kernels.  Requested by Richard Stallman.
20954
20955 2003-10-27  Paul Eggert  <eggert@twinsun.com>
20956
20957         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
20958         to allocate the returned structure.  Do not allocate a subarray,
20959         as x2nrealloc will do that.
20960         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
20961         instead of xnrealloc.
20962         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
20963
20964 2003-10-27  Bruno Haible  <bruno@clisp.org>
20965
20966         * lib/stdbool_.h: Better support for BeOS.
20967
20968 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20969
20970         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
20971         now uses inline.
20972
20973 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20974
20975         * lib/xalloc.h (xalloc_oversized): New static inline function, for
20976         callers that want to do their own size-overflow checking.  Include
20977         <stdbool.h>, since xalloc_oversized returns bool.
20978         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
20979         to use xalloc_oversized.
20980
20981         Add two functions x2realloc, x2nrealloc, for programs that grow
20982         arrays dynamically by doubling their sizes.
20983         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
20984         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
20985         New functions.
20986
20987         Port to C99 semantics for 'inline' of external functions.
20988         Bug reported by Bruno Haible.
20989         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
20990         with the old contents of xnmalloc.
20991         (xnmalloc, xmalloc): Use it.
20992         (xnrealloc_inline): New static inline function,
20993         with the old contents of xnrealloc.
20994         (xnrealloc, xrealloc): Use it.
20995
20996         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
20997         that.
20998
20999 2003-10-26  Karl Berry  <karl@gnu.org>
21000
21001         * config/srclist.txt (COPYING.DOC): no longer available from
21002         /gd/gnuorg; don't know where the ultimate source is.
21003
21004 2003-10-25  Paul Eggert  <eggert@twinsun.com>
21005
21006         Fix several address-calculation bugs in the hash modules,
21007         plus some minor code cleanup.
21008
21009         * lib/hash.h: Include <stdbool.h>, for bool.
21010         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
21011         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
21012         hash_get_n_entries, hash_get_max_bucket_length,
21013         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
21014         hash_rehash): Use size_t rather than unsigned.
21015         * lib/hash.c (struct hash_table, hash_get_n_buckets,
21016         hash_get_n_buckets_used, hash_get_n_entries,
21017         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
21018         hash_get_entries, hash_do_for_each, hash_string, is_prime,
21019         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
21020         Likewise.
21021         (SIZE_MAX): Define if not defined.
21022         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
21023         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
21024         hash_print):
21025         Use const * when possible.
21026         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
21027         (check_tuning): Fix bug: if tuning parameters were very close to
21028         0 or 1, rounding errors could have caused subscript violations.
21029         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
21030         (hash_initialize): Add 'fail:' label
21031         to free table and return NULL, and use it to simplify code.
21032         Use calloc rather than clearing the storage ourself.
21033         (hash_initialize, hash_rehash): Check for arithmetic overflow in
21034         buffer size calculations.
21035         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
21036         Include <stddef.h>, for size_t.
21037         * lib/hash-pjw.c (hash_pjw): Likewise.
21038         Switch to method described by Bruno Haible.
21039         Include <limits.h>, for CHAR_BIT.
21040         (SIZE_BITS): New macro.
21041
21042 2003-10-23  Paul Eggert  <eggert@twinsun.com>
21043
21044         * m4/getline.m4 (AM_FUNC_GETLINE):
21045         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
21046         hosts.  Problem reported by Derek Robert Price in
21047         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
21048         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
21049         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
21050
21051 2003-10-21  Paul Eggert  <eggert@twinsun.com>
21052
21053         * lib/getndelim2.c (getndelim2): When size calculation overflows,
21054         ceiling the allocation at NMAX bytes rather than silently
21055         discarding input bytes before NMAX is reached.  This makes
21056         a difference only if NMAX exceeds SIZE_MAX / 2.
21057
21058         * lib/obstack.c: Merge from glibc.
21059         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
21060         Add libc_hidden_def (_obstack_newchunk).
21061         (_obstack_free) [! defined _LIBC]: Remove.
21062         [defined _LIBC]: Make a strong alias from obstack_free, rather than
21063         a clone of the function body.
21064         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
21065         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
21066
21067         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
21068         glibc.
21069         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
21070         arg to memcpy.
21071
21072         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
21073         (obstack_ptr_grow_fast, obstack_int_grow_fast):
21074         Don't use lvalue casts, as GCC plans to remove support for them
21075         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
21076         was also present in the non-GCC version, indicating that this
21077         code had always been buggy and had never been widely used.
21078         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
21079         Use the fast variant of each macro, rather than copying the
21080         definiens of the fast variant; that way, we'll be more likely to
21081         catch future bugs in the fast variants.
21082
21083 2003-10-20  Bruno Haible  <bruno@clisp.org>
21084
21085         * modules/wait-process: New file.
21086         * MODULES.html.sh (func_all_modules): Add wait-process.
21087
21088 2003-10-20  Bruno Haible  <bruno@clisp.org>
21089
21090         * m4/wait-process.m4: New file.
21091
21092 2003-10-20  Bruno Haible  <bruno@clisp.org>
21093
21094         * lib/wait-process.h: New file, from GNU gettext.
21095         * lib/wait-process.c: New file, from GNU gettext.
21096
21097 2003-10-19  Jim Meyering  <jim@meyering.net>
21098
21099         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
21100         HPUX 10.20.
21101
21102 2003-10-18  Karl Berry  <karl@gnu.org>
21103
21104         * config/config.guess: update from config.
21105
21106 2003-10-16  Paul Eggert  <eggert@twinsun.com>
21107
21108         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
21109         (getgroups): First arg is int, not size_t.
21110         Don't let 'free' mangle errno.
21111
21112 2003-10-16  Paul Eggert  <eggert@twinsun.com>
21113
21114         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
21115
21116 2003-10-16  Karl Berry  <karl@gnu.org>
21117
21118         * config/config.{guess,sub}: update from config.
21119
21120 2003-10-16  Jim Meyering  <jim@meyering.net>
21121
21122         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
21123         memcpy.
21124
21125 2003-10-15  Paul Eggert  <eggert@twinsun.com>
21126
21127         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
21128         (SIZE_MAX): Remove.
21129         (new_exclude, add_exclude_file): Initial size no longer needs to
21130         be a power of 2.
21131         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
21132         our own address arithmetic overflow checking.
21133
21134         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
21135         (fnmatch): Do not alloca more than 2000 wide characters;
21136         instead, use malloc for large buffers.
21137         Check for address arithmetic overflow, and return -1
21138         with errno set to ENOMEM in that case.
21139         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
21140         (NEW_PATTERN): Do not alloca more than 8000 bytes;
21141         instead, return -1.  Check for address arithmetic overflow.
21142
21143 2003-10-14  Paul Eggert  <eggert@twinsun.com>
21144
21145         Handle invalid suffixes and overflow independently, so that
21146         callers can treat them independently as needed.  Fix some bugs in
21147         suffix handling, e.g., "100k@" was not diagnosed as an invalid
21148         suffix for a human-readable blocksize.  The major caller-visible
21149         change is the addition of a new
21150         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
21151         that both overflow and suffix chars were found.
21152
21153         * lib/human.c (humblock): Don't check separately for invalid suffix
21154         char; that is xstrtoumax's job (now that its bug is fixed).
21155         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
21156         INTMAX_MAX]: New macros.
21157         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
21158         TYPE_MAXIMUM): New macros.
21159         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
21160         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
21161         if overflow occurs, as it's what __strtol does and it's more useful
21162         in practice.
21163         (__xstrtol): If __strtol reports some error other than ERANGE,
21164         reflect it to the caller as LONGINT_INVALID.  If it reports
21165         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
21166         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
21167         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
21168         value.
21169         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
21170         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
21171         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
21172         [defined UINTMAX_MAX]: New macros.
21173
21174 2003-10-14  Bruno Haible  <bruno@clisp.org>
21175
21176         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
21177
21178 2003-10-14  Bruno Haible  <bruno@clisp.org>
21179
21180         * m4/sig_atomic_t: New file, from GNU gettext.
21181         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
21182
21183 2003-10-14  Bruno Haible  <bruno@clisp.org>
21184
21185         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
21186         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
21187         Also use volatile where needed.
21188
21189 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21190
21191         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
21192         Change maintainer from Bruno Haible to 'all'.
21193
21194 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21195
21196         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
21197
21198 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21199
21200         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
21201         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
21202         and define in terms of the other primitives.
21203         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
21204         (SIZE_MAX): Define if not already defined.
21205         (array_size_overflow): New function.
21206         (xalloc_die): Abort instead of exiting if 'error' returns.
21207         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
21208         (xmalloc, xrealloc): Use them.
21209         (xcalloc): Check for address arithmetic overflow.
21210         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
21211         a bit faster than strcpy.
21212
21213 2003-10-10  Simon Josefsson  <jas@extundo.com>
21214
21215         * modules/argp (Depends-on): Add restrict and strcase.
21216
21217 2003-10-10  Simon Josefsson  <jas@extundo.com>
21218
21219         * m4/argp.m4: Add AC_C_INLINE.
21220
21221 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21222
21223         Merge getpass from libc, plus a few fixes.
21224
21225         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
21226         Include <stdbool.h>.
21227         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
21228         __fsetlocking to empty.
21229         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
21230         do include <bits/libc-lock.h>.
21231         Do not include <fcntl.h>; not needed.
21232         [_LIBC]: Include <wchar.h>.
21233         (NOTCANCEL_MODE): New macro.
21234         (flockfile, funlockfile) [_LIBC]: New macros.
21235         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
21236         [!_LIBC]: New macros.
21237         (call_fclose): New function.
21238         (getpass): Use it.  Save tty stream separately; this simplifies the
21239         code and makes it more reliable if stdin happens to equal stdout.
21240         Invoke __fsetlocking on tty.
21241         Handle thread cancellation if needed.
21242         Namespace cleanup (use __tcgetattr, __getline).
21243         Use bool for Booleans.
21244         [USE_IN_LIBIO]: Handle wide streams.
21245         [!_LIBC]: Unconditionally do the fseek, since we don't know what
21246         stream might go where.
21247
21248         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
21249         doesn't have to include <stdio.h> before us.
21250         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
21251         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
21252         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
21253         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
21254         if not declared, so that we can use getpass.c code from libc without
21255         rewriting it.
21256         (flockfile, ftrylockfile, funlockfile): New macros.
21257
21258 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21259
21260         * modules/getpass: Depend on stdbool.
21261
21262 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21263
21264         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
21265
21266 2003-10-07  Karl Berry  <karl@gnu.org>
21267
21268         * config/config.{guess,sub}: update from config.
21269
21270 2003-10-06  Jim Meyering  <jim@meyering.net>
21271             Bruno Haible  <bruno@clisp.org>
21272
21273         This lets translators provide better translations for the
21274         "Written by ..." part of --version output.
21275         * lib/version-etc.h: Include stdarg.h.
21276         (version_etc_copyright): Declare as readonly.
21277         (version_etc): Make this function variadic with a NULL-terminated list
21278         of author name strings.
21279         (version_etc_va): New declaration.
21280         * lib/version-etc.c: Include stdarg.h, stdlib.h.
21281         (version_etc_copyright): Declare as readonly.
21282         (version_etc_va): New function. Provide a different translatable string
21283         for each possible number of authors < 10. Abbreviate when there are 10
21284         authors or more.
21285         (version_etc): Make this function variadic. Call version_etc_va.
21286         Suggestion from Gary V. Vaughan.
21287
21288         * lib/long-options.h (parse_long_options): Change prototype: the
21289         authors string is moved to the end and becomes variadic.
21290         * lib/long-options.c: Include stdarg.h.
21291         (parse_long_options): Make this function variadic, too.
21292         Call version_etc_va, not version_etc.
21293
21294 2003-10-06  Bruno Haible  <bruno@clisp.org>
21295
21296         * modules/version-etc-2: Remove file.
21297         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
21298
21299 2003-10-06  Bruno Haible  <bruno@clisp.org>
21300
21301         * modules/fatal-signal: New file.
21302         * MODULES.html.sh (func_all_modules): Add fatal-signal.
21303
21304 2003-10-06  Bruno Haible  <bruno@clisp.org>
21305
21306         * m4/fatal-signal.m4: New file.
21307         * m4/signalblocking.m4: New file, from GNU gettext.
21308
21309 2003-10-06  Bruno Haible  <bruno@clisp.org>
21310
21311         * lib/version-etc-2.h: Remove file.
21312         * lib/version-etc-2.c: Remove file.
21313
21314 2003-10-06  Bruno Haible  <bruno@clisp.org>
21315
21316         * lib/fatal-signal.h: New file, from GNU gettext.
21317         * lib/fatal-signal.c: New file, from GNU gettext.
21318
21319 2003-10-05  Paul Eggert  <eggert@twinsun.com>
21320
21321         * README: Rework advice for preventing empty .o files.
21322         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
21323         not <sys/types.h>.
21324
21325 2003-10-04  Karl Berry  <karl@gnu.org>
21326
21327         * lib/argp*: update from libc.
21328
21329 2003-10-04  Karl Berry  <karl@gnu.org>
21330
21331         * config/config.{guess,sub}: update from config.
21332
21333 2003-10-02  Bruno Haible  <bruno@clisp.org>
21334
21335         * modules/lchown (Include): Add lchown.h.
21336         * modules/time_r (Include): Use "..." syntax.
21337         * modules/xgetdomainname (Include): Add xgetdomainname.h.
21338
21339 2003-10-01  Simon Josefsson  <jas@extundo.com>
21340
21341         * MODULES.html.sh (func_all_modules): Move gethostname from section
21342         'based on' to section 'lacking' POSIX:2001.
21343
21344 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
21345
21346         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
21347         to output mode on the same stream.
21348
21349 2003-09-29  Paul Eggert  <eggert@twinsun.com>
21350
21351         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
21352         Fix arg typo in previous patch.
21353
21354 2003-09-28  Jim Meyering  <jim@meyering.net>
21355
21356         * lib/error.c: Correct cpp indentation.
21357
21358 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21359
21360         * modules/free: New file.
21361
21362 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21363
21364         * m4/free.m4: New file.
21365
21366 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21367
21368         * lib/minmax.h (MIN, MAX)
21369         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
21370         Omit the special code that used __typeof__, since we worry that
21371         it could be more trouble than it's worth.  See:
21372         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
21373         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
21374
21375         * lib/free.c: New file.
21376
21377 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
21378
21379         Trivial fixes to Makefile.am parts of module listings.
21380         * modules/strstr: Append strstr.h to lib_SOURCES.
21381         * modules/strcase: Likewise, for strcase.h.
21382
21383 2003-09-27  Karl Berry  <karl@gnu.org>
21384
21385         * config/mkinstalldirs: update from automake.
21386
21387 2003-09-26  Paul Eggert  <eggert@twinsun.com>
21388
21389         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
21390         (error_tail): Do not loop, reallocating temporary buffer, since
21391         the output cannot contain more wide characters than the input
21392         contains bytes, the size must be big enough already.  This avoids
21393         one potential size overflow calculation.  Check for size overflow
21394         when calculating temporary buffer size.  Free temporary buffer
21395         when done, if it was allocated with malloc; this plugs a memory
21396         leak.  Remove casts from void * to pointers, that are no longer
21397         needed now that we're assuming C89 or better.
21398
21399         Merge error changes from glibc.
21400
21401         * lib/error.c, error.h: Update copyright notice header to match glibc.
21402         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
21403         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
21404         Disable cancellation while printing error.
21405         * lib/error.h: Prepend __ to parameter names.
21406
21407 2003-09-26  Jim Meyering  <jim@meyering.net>
21408
21409         * lib/error.c (error_tail): Move some declarations
21410         into inner scope where the local variables are used.
21411
21412 2003-09-26  Bruno Haible  <bruno@clisp.org>
21413
21414         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
21415         stpncpy().
21416         Don't define stpncpy through config.h; it's now done through stpncpy.h.
21417
21418 2003-09-26  Bruno Haible  <bruno@clisp.org>
21419
21420         * lib/stpncpy.h (gnu_stpncpy): New declaration.
21421         (stpncpy): Define as alias for gnu_stpncpy.
21422         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
21423
21424 2003-09-25  Simon Josefsson  <jas@extundo.com>
21425
21426         * lib/xgetdomainname.h: New file.
21427         * lib/xgetdomainname.c: New file.
21428
21429 2003-09-25  Simon Josefsson  <jas@extundo.com>
21430             Bruno Haible  <bruno@clisp.org>
21431
21432         * modules/getdomainname: New file.
21433         * modules/xgetdomainname: New file.
21434         * MODULES.html.sh (func_all_modules): Add getdomainname,
21435         xgetdomainname.
21436
21437 2003-09-25  Simon Josefsson  <jas@extundo.com>
21438             Bruno Haible  <bruno@clisp.org>
21439
21440         * m4/getdomainname.m4: New file.
21441
21442 2003-09-25  Simon Josefsson  <jas@extundo.com>
21443             Bruno Haible  <bruno@clisp.org>
21444
21445         * lib/getdomainname.h: New file.
21446         * lib/getdomainname.c: New file.
21447
21448 2003-09-25  Karl Berry  <karl@gnu.org>
21449
21450         * lib/argp-fmtstream.c, argp-help.c: update from libc.
21451
21452 2003-09-25  Karl Berry  <karl@gnu.org>
21453
21454         * config/install-sh: update from automake.
21455
21456 2003-09-25  Bruno Haible  <bruno@clisp.org>
21457
21458         * modules/version-etc-2: New file, from modules/version-etc with
21459         modifications.
21460         * MODULES.html.sh (func_all_modules): Add version-etc-2.
21461
21462 2003-09-25  Bruno Haible  <bruno@clisp.org>
21463
21464         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
21465         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
21466
21467 2003-09-24  Simon Josefsson  <jas@extundo.com>
21468
21469         * modules/xgethostname: Add xgethostname.h.
21470
21471 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21472
21473         * lib/linebuffer.c (freebuffer): Don't free the argument, just
21474         the buffer associated with the argument.  Bug reported by
21475         Simon Josefsson.
21476
21477 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21478
21479         * README: Document assumptions that 'int' is at least 32 bits
21480         wide, that integer arithmetic is 2's complement without overflow,
21481         that there are no holes in integer values, that adding sizes of
21482         two nonoverlapping objects can't overflow, and that all-bits-zero
21483         yields scalar zero.  Fix spelling and capitalization typos.
21484
21485 2003-09-19  Karl Berry  <karl@gnu.org>
21486
21487         * lib/argp.h: update from libc.
21488
21489 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21490
21491         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
21492         to avoid spurious warnings like "AC_RUN_IFELSE was called before
21493         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
21494
21495 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21496
21497         * gnulib-tool: Use "test -h", not "test -L", for portability
21498         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
21499         (tags_regexp): Remove, since \| doesn't conform to POSIX.
21500         (sed_extract_prog): Issue s commands one-by-one, rather than
21501         using \| in one s command.
21502
21503 2003-09-16  Paul Eggert  <eggert@twinsun.com>
21504
21505         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
21506         input error, instead of returning NULL the next time we are called
21507         (and therefore losing track of errno).
21508
21509 2003-09-16  Bruno Haible  <bruno@clisp.org>
21510
21511         * gnulib-tool (func_create_testdir): Warn about duplicated
21512         dependencies.
21513
21514 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21515
21516         * modules/argmatch, modules/fatal, modules/obstack,
21517         modules/xalloc, modules/xgethostname: Sort dependencies by
21518         importance, not alphabetically.
21519
21520 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21521
21522         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
21523         fails, so that the caller gets the proper errno.
21524
21525         * lib/readutmp.c (read_utmp): Likewise.
21526         Check for fstat error.  Close stream and free storage
21527         when failing.
21528
21529 2003-09-14  Karl Berry  <karl@gnu.org>
21530
21531         * config/srclist.txt (strdup.c): disable for c89 changes.
21532
21533 2003-09-14  Jim Meyering  <jim@meyering.net>
21534
21535         * lib/getloadavg.c: Correct cpp indentation.
21536         * lib/strdup.c: Likewise.
21537         * lib/vasnprintf.c: Likewise.
21538
21539 2003-09-14  Bruno Haible  <bruno@clisp.org>
21540
21541         * modules/fwriteerror: New file.
21542         * MODULES.html.sh (func_all_modules): Add fwriteerror.
21543
21544 2003-09-14  Bruno Haible  <bruno@clisp.org>
21545
21546         * lib/fwriteerror.h: New file.
21547         * lib/fwriteerror.c: New file.
21548
21549 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21550
21551         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
21552         modules/xgethostname, modules/xalloc: Depend on exit.
21553
21554 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21555
21556         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
21557
21558         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
21559         and AC_MINIX, too, so that their extensions are available.
21560
21561         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
21562         This macro has been superseded by gl_BACKUPFILE.
21563
21564         More patches to assume C89 or better.
21565
21566         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
21567
21568         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
21569         unconditionally.
21570         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
21571         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
21572         Include <string.h>, <stdlib.h> unconditionally.
21573         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
21574         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
21575         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
21576         headers or for string.h.
21577         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
21578         or strtoul.
21579
21580         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
21581         headers.
21582         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
21583         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21584         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
21585         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
21586         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21587         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
21588         memcpy, memset.
21589         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
21590         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
21591         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
21592         strtol.
21593         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
21594         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
21595         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
21596         strtoul.
21597
21598 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21599
21600         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
21601         * lib/obstack.c [!defined _LIBC]: Likewise.
21602         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
21603         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
21604         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
21605
21606         More changes to assume C89 or better.
21607
21608         * lib/error.c (error_tail): Assume vprintf.
21609
21610         * lib/argmatch.c (getenv): Remove decl.
21611         * lib/progreloc.c (get_full_program_name): Define via prototype.
21612         * lib/setenv.c (clearenv): Likewise.
21613         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
21614         needed.
21615         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
21616         (malloc, memcpy): Remove decls.
21617         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
21618         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
21619         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21620         (memcpy): Remove macro.
21621         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
21622         (__P): Remove.  All uses removed.
21623         (PTR): Remove.  All uses changed to void *.
21624         (CHAR_BIT, NULL): Remove.
21625         (spaces, zeros, memset_space, memset_zero)
21626         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
21627         Remove.
21628         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
21629         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
21630         Define with prototype.
21631         Remove now-unnecessary prototype decl.
21632         (extra_args_spec): Assume ANSI C.  All uses changed.
21633         (extra_args_spec_iso): Remove.
21634         (my_strftime, emacs_strftimeu): Define via prototype.
21635         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
21636         unconditionally.
21637         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
21638         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
21639         (strtoul, strtol): Remove decls.
21640         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
21641         LONG_MAX): Remove.
21642         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21643         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
21644         (LOCALE_PARAM_PROTO): New macro.
21645         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
21646         (INTERNAL (strtol), strtol): Define with a prototype.
21647         (PARAMS): Remove.  All uses removed.
21648         * lib/tempname.c: Include <string.h> unconditionally.
21649         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
21650         * lib/xgethostname.c (main): Define with a prototype.
21651         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
21652         Include <stdlib.h> unconditionally.
21653         (calloc, malloc, realloc, free): Remove decls.
21654         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
21655         Include <stdlib.h> unconditionally.  Sort include file names.
21656         (strtod): Remove.
21657         (xstrtod): Define with a prototype.
21658         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
21659         (strtol, strtoul): Remove decls.
21660
21661 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21662
21663         More patches to assume C89 or better.
21664         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
21665         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
21666         string.h, memchr, STDC_HEADERS.
21667
21668 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21669
21670         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
21671         Include <stdlib.h>, <string.h> unconditionally.
21672         Remove now-unnecessary cast to char *.
21673         * lib/strnlen.c: Include <string.h> unconditionally.
21674         * lib/yesno.c (yesno): Define with a prototype.
21675
21676 2003-09-11  Bruno Haible  <bruno@clisp.org>
21677
21678         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
21679
21680 2003-09-10  Jim Meyering  <jim@meyering.net>
21681
21682         * lib/error.c: Correct indentation of cpp directives.
21683
21684 2003-09-10  Bruno Haible  <bruno@clisp.org>
21685
21686         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
21687         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
21688         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
21689         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
21690         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
21691         <stdlib.h> and <string.h> checks.
21692         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
21693         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
21694
21695 2003-09-10  Bruno Haible  <bruno@clisp.org>
21696
21697         * lib/strcspn.c: Include <string.h> unconditionally.
21698         * lib/strpbrk.c: Include <string.h> unconditionally.
21699         * lib/strstr.c: Include <string.h> unconditionally.
21700         * lib/unicodeio.c: Include <string.h> unconditionally.
21701         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
21702         * lib/unsetenv.c: Likewise.
21703         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
21704         * lib/yesno.c: Include <stdlib.h> unconditionally.
21705         (rpmatch): Add prototype.
21706
21707 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21708
21709         More patches to assume C89 or better.
21710         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
21711         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
21712         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
21713         or for string.h.
21714         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
21715         stdlib.h.
21716         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
21717         C headers.
21718         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
21719         string.h.
21720         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
21721         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
21722         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
21723         or for string.h.
21724         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
21725         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
21726         C headers.
21727         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
21728         memcpy.
21729         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
21730         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
21731         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
21732         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
21733         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
21734         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
21735         string.h, free.
21736         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
21737         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
21738         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
21739         C headers, or for string.h.
21740         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
21741         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
21742         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
21743         headers, memory.h, stdlib.h, string.h, strings.h.
21744         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
21745         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
21746         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
21747         strchr.
21748         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
21749         headers, memory.h, string.h.
21750         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
21751         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
21752         free.
21753         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
21754         headers.
21755         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
21756         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
21757         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
21758         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
21759         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
21760
21761 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21762
21763         More K&R removal.
21764
21765         * lib/acosl.c (main): Use a prototype.
21766         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
21767         tanl.c: Likewise.
21768
21769         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
21770
21771         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
21772         (getopt, etopt_long, getopt_long_only, _getopt_internal)
21773         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
21774         with a prototype.
21775         * lib/getopt.c (const): Remove macro.
21776         Include <string.h> unconditionally.
21777         (my_index): Remove; all uses changed to strchr.
21778         (strlen): Remove decl.
21779         (exchange): Remove forward decl; no longer needed.
21780         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
21781         Define with prototype.
21782         * lib/getopt1.c (const): Remove macro.
21783         (getopt_long, getopt_long_only, main): Define with prototype.
21784
21785         * lib/getugroups.c: Include <string.h> unconditionally.
21786
21787         * lib/getusershell.c: Include <stdlib.h> unconditionally.
21788         (getusershell, setusershell, endusershell, readname, main):
21789         Define with prototypes.
21790
21791         * lib/group-member.c: Include group-member.h first.
21792         Include <stdlib.h> unconditionally.
21793
21794         * lib/hard-locale.c: Include hard-locale.h first.
21795         Include <stdlib.h>, <string.h> unconditionally.
21796
21797         * lib/hash.c (free, malloc): Remove decls.
21798         Include <stdlib.h> unconditionally.
21799
21800         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
21801         (getenv): Do not declare.
21802
21803         * lib/idcache.c: Include <string.h> unconditionally.
21804
21805         * lib/long-options.c: Include long-options.h first, to test interface.
21806         Include <stdlib.h> unconditionally.
21807
21808         * lib/makepath.c: Include makepath.h first, to test interface.
21809         Include <stdlib.h> and <string.h> unconditionally.
21810
21811         * lib/linebuffer.c: Include <stdlib.h>.
21812         (free): Remove decl.
21813
21814         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
21815         stddef.h. rpl_malloc returns void *, not char *.
21816         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
21817         prototype.
21818
21819         * lib/md5.h: Include <limits.h> unconditionally.
21820         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
21821         (__P): Remove; all uses removed.
21822         * lib/md5.c: Include "md5.h" first.
21823         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
21824         md5_buffer, md5_process_bytes, md5_process_block):
21825         Define with prototypes.
21826         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
21827         * lib/sha.c: Include "sha.h" first.
21828         Include <stdlib.h>, <string.h> unconditionally.
21829
21830         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
21831         * lib/memcmp.c (__ptr_t): Likewise.
21832         * lib/memrchr.c (__ptr_t): Likewise.
21833         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
21834         Include <string.h> unconditionally.
21835         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
21836         * lib/memchr.c: Include <stdlib.h> unconditionally.
21837         * lib/memchr.c (LONG_MAX): Remove.
21838         * lib/memrchr.c (LONG_MAX): Likewise.
21839         * lib/memchr.c (__memchr): Define via a prototype.
21840         * lib/memrchr.c (__memrchr): Likewise.
21841         * lib/memcmp.c (__P): Remove, and remove all uses.
21842         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
21843         Remove forward decls; no longer needed.
21844         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
21845         Use types required by C89 in prototype.
21846
21847         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
21848         * lib/savedir.c: Likewise.
21849         * lib/mkdir.c (free): Remove decl.
21850         * lib/rmdir.c (rmdir): Define with a prototype.
21851         * lib/savedir.c: Include savedir.h first, to test interface.
21852
21853         * lib/mktime.c (STDC_HEADERS): Remove.
21854         Include <stdlib.h>, <string.h> unconditionally.
21855
21856         * lib/modechange.c: Include <stdlib.h> unconditionally.
21857         (malloc): Remove decl.
21858
21859         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
21860         (free): Remove decl.
21861
21862         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
21863         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
21864         (This type really should be intptr_t, but that's a C99ism.)
21865         (_obstack_memcpy): Remove: all uses changed to memcpy.
21866         Include <string.h> unconditionally.
21867         (struct obstack): Assume __STDC__ for types of members
21868         chunkfun, freefun, extra_arg.
21869         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
21870         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
21871         obstack_begin, obstack_specify_allocation,
21872         obstack_specify_allocation_with_arg, obstack_chunkfun,
21873         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
21874         Remove unprototyped decls and the macros that use them.
21875         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
21876         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
21877         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
21878         (defined __STDC__ && __STDC__)]:
21879         Remove nonprototyped code.
21880         Include <stdlib.h> unconditionally.
21881         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
21882         _obstack_allocated_p, _obstack_free, obstack_free,
21883         _obstack_memory_used, print_and_abort):
21884         Define using prototypes.
21885         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
21886         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
21887         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
21888         obstack_next_free, obstack_object_size, obstack_room) [0]:
21889         Remove unused, unprototyped code.
21890
21891         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
21892
21893         * lib/physmem.c (physmem_total, physmem_available, main): Define
21894         with prototypes.
21895
21896         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
21897         (main): Define with a prototype.
21898
21899         * lib/posixver.c (getenv): Remove decl.
21900
21901         * lib/putenv.c (malloc): Returns void *, not char *.
21902         Include <string.h> unconditionally.
21903         (strchr, memcpy, NULL): Do not define.
21904
21905         * lib/readtokens.c: Include readtokens.h first, to test interface.
21906         Include <stdlib.h>, <string.h> unconditionally.
21907         (init_tokenbuffer): Define with a prototype.
21908
21909         * lib/regex.c (PARAMS): Remove.  All uses removed.
21910         All uses of _RE_ARGS removed, too.
21911         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21912         unconditionally.
21913         (bzero): Assume memset exists.
21914         (memcmp, memcpy, NULL): Remove.
21915         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
21916         char, or assignments to local vars of type signed char.
21917         (init_syntax_once, PREFIX(extract_number_and_incr),
21918         PREFIX(print_partial_compiled_pattern),
21919         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
21920         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
21921         PREFIX(regex_grow_registers), PREFIX(regex_compile),
21922         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
21923         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
21924         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
21925         wcs_compile_range, byte_compile_range, truncate_wchar,
21926         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
21927         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
21928         count_mbs_length, wcs_re_match_2_internal,
21929         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
21930         PREFIX(alt_match_null_string_p),
21931         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
21932         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
21933         regfree, PREFIX(extract_number)): Define with prototype.  Remove
21934         now-unnecessary declaration, if any.
21935         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
21936         regcomp, regexec):
21937         Remove now-unnecessary casts among pointer types.
21938         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
21939
21940         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
21941         (free): Remove decl.
21942
21943         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
21944
21945         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
21946         (free): Remove decl.
21947
21948         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
21949         * lib/xgetcwd.c: Likewise.
21950
21951         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
21952         (free): Remove decl.
21953
21954         * lib/strchrnul.c (strchrnul): Define with a prototype.
21955         Fix bug: c_in was not converted to char before searching.
21956
21957         The following changes are not K&R related:
21958
21959         * lib/group-member.h: Include <sys/types.h>, so that this file is
21960         self-contained.
21961         * lib/makepath.h: Likewise.
21962
21963         * lib/getusershell.c (readname, default_index, line_size, readname):
21964         Use size_t, not int, for sizes.
21965         (readname): If the size overflows, report an error instead of
21966         looping forever.
21967
21968 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21969
21970         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
21971         libc.
21972
21973 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21974
21975         * README: New section: portability guidelines.
21976
21977 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21978
21979         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
21980         C89 spec.
21981
21982 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21983
21984         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
21985
21986 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21987
21988         Assume C89 or better; remove K&R cruft.
21989         A few of these changes were first proposed by Derek Robert Price
21990         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
21991
21992         * lib/addext.c: Include <string.h> unconditionally.
21993         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
21994         Don't declare getenv or malloc.
21995
21996         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
21997         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
21998         (NULL): Remove.
21999         (find_stack_direction, alloca): Use prototypes.
22000
22001         * lib/atexit.c (atexit): Define using a prototype.
22002
22003         * lib/basename.c, dirname.c, stripslash.c:
22004         Include <string.h> unconditionally.
22005
22006         * lib/bcopy.c: Include <stddef.h>.
22007         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
22008
22009         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
22010
22011         * lib/error.h (error, error_at_line, error_print_progname)
22012         [! (defined (__STDC__) && __STDC__)]: Remove decls.
22013         * lib/error.c: Include error.h first, to check interface.
22014         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
22015         (VA_START): Remove; all uses changeed to va_start.
22016         (exit, strerror): Remove decls.
22017         (error_print_progname): Prototype uncondionally.
22018         Don't include <errno.h>; no longer needed.
22019         (private_strerror): Remove.
22020         (error_tail): Always define.
22021         (error, error_at_line): Assume C89 or better; always use prototypes.
22022         * lib/fatal.c: Include "fatal.h" first, to test interface.
22023         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
22024         (VA_START): Remove; all uses changed to va_start.
22025         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
22026         this case.
22027         (exit): Remove decl.
22028         (fatal): Prototype unconditionally.  Assume va_start works.
22029         Abort at end, to pacify gcc.
22030
22031         * lib/euidaccess.c (main): Define with a prototype.
22032
22033         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
22034
22035         * lib/exitfail.c: Include <stdlib.h> unconditionally.
22036
22037         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
22038         prototypes.
22039         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
22040         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
22041         (getenv): Remove decl.
22042         (fnmatch): Define using a prototype.
22043         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
22044         (FCT): Define using a prototype.
22045
22046         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
22047
22048         * lib/gethostname.c: Include <stddef.h>.
22049         (gethostname): Define with prototype.  Length is size_t, not int.
22050
22051 2003-09-08  Paul Eggert  <eggert@twinsun.com>
22052
22053         Assume C89 or better; remove K&R cruft.
22054         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
22055         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
22056         string.h, getenv, malloc.
22057         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
22058         headers.
22059         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
22060         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
22061         do not check for strerror.
22062         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
22063         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
22064         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
22065         do not check for doprnt or vprintf.
22066         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
22067         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
22068
22069 2003-09-08  Paul Eggert  <eggert@twinsun.com>
22070
22071         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
22072         getversion.c should have been removed then, but was accidentally
22073         preserved.
22074
22075         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
22076         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
22077
22078 2003-09-08  Karl Berry  <karl@gnu.org>
22079
22080         * config/config.sub, config.guess, srclistvars.sh: update from savannah
22081                 config, forget about prep.
22082
22083         * config/depcomp, missing: update from automake.
22084
22085 2003-09-07  Paul Eggert  <eggert@twinsun.com>
22086
22087         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
22088         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
22089
22090 2003-09-07  Paul Eggert  <eggert@twinsun.com>
22091
22092         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
22093         copy_tm_result.  Bug reported by Simon Josefsson in
22094         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
22095
22096 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22097
22098         * m4/time_r.m4: New file.
22099         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
22100         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
22101         is. Check for timegm declaration.
22102         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
22103         Do not check for gmtime_r.
22104         Replace mktime if __mktime_internal does not exist and if mktime
22105         hasn't been replaced already.
22106
22107 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22108
22109         * lib/time_r.c, lib/time_r.h: New files.
22110
22111         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
22112         __localtime_r.
22113         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
22114         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
22115
22116         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
22117         __gmtime_r.
22118         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
22119         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
22120         Include <time_r.h>.
22121
22122         * lib/timegm.c: Switch to glibc implementation, with the following
22123         changes:
22124         [defined HAVE_CONFIG_H]: Include <config.h>.
22125         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
22126         (__mktime_internal) [!defined _LIBC]: New decl.
22127         (__gmtime_r) [!defined _LIBC]: New macro and function.
22128         (timegm): Use a prototype, since gnulib assumes C89.
22129         Do not bother declaring tmp to be const, as it's not really usefu.
22130         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
22131         (timegm): Declare only if HAVE_DECL_TIMEGM.
22132
22133 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22134
22135         * MODULES.html.sh (func_all_modules): Add time_r.
22136         * modules/time_r: New file.
22137         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
22138         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
22139
22140 2003-09-03  Paul Eggert  <eggert@twinsun.com>
22141
22142         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
22143         Bug reported by Lute Kamstra in
22144         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
22145
22146         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
22147         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
22148         course with correspondingly smaller numbers for tomorrow and
22149         yesterday.  From Tadayoshi Funaba.  Originally installed into
22150         sh-utils on 1999-08-07, but the patch got lost (I guess during the
22151         coreutils merge?).
22152
22153 2003-08-31  Simon Josefsson  <jas@extundo.com>
22154
22155         * modules/timegm: New file.
22156         * MODULES.html.sh (func_all_modules): Add timegm.
22157
22158 2003-08-31  Simon Josefsson  <jas@extundo.com>
22159
22160         * m4/timegm.m4: New file.
22161
22162 2003-08-31  Simon Josefsson  <jas@extundo.com>
22163
22164         * lib/timegm.h: New file.
22165         * lib/timegm.c: New file.  Based on
22166         wget-1.8.2/src/http.c:mktime_from_utc.
22167
22168 2003-08-31  Karl Berry  <karl@gnu.org>
22169
22170         * lib/argp.h: update from libc.
22171
22172 2003-08-28  Bruno Haible  <bruno@clisp.org>
22173
22174         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
22175         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
22176         followed by '#define fnmatch fnmatch_posix' gives an error.
22177
22178 2003-08-28  Bruno Haible  <bruno@clisp.org>
22179
22180         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
22181         warning on QNX, which defines O_BINARY to 000000.
22182
22183 2003-08-27  Jim Meyering  <jim@meyering.net>
22184
22185         * m4/mkstemp.m4: Require that the system mkstemp be able to create
22186         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
22187         would fail after 32.  Reported by Danny Levinson.  Details here:
22188         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
22189
22190 2003-08-24  Bruno Haible  <bruno@clisp.org>
22191
22192         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
22193         MSVC7 <stdio.h> is included later.
22194
22195 2003-08-22  Simon Josefsson  <jas@extundo.com>
22196
22197         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
22198
22199 2003-08-20  Karl Berry  <karl@gnu.org>
22200
22201         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
22202
22203 2003-08-20  Bruno Haible  <bruno@clisp.org>
22204
22205         * modules/progname: New file.
22206         * MODULES.html.sh (func_all_modules): Add progname.
22207
22208 2003-08-20  Bruno Haible  <bruno@clisp.org>
22209
22210         * lib/progname.h: New file, from GNU gettext.
22211         * lib/progname.c: New file, from GNU gettext.
22212         * lib/progreloc.c: New file, from GNU gettext.
22213
22214 2003-08-19  Jim Meyering  <jim@meyering.net>
22215
22216         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
22217         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
22218
22219 2003-08-19  Bruno Haible  <bruno@clisp.org>
22220
22221         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
22222         more.
22223
22224 2003-08-19  Bruno Haible  <bruno@clisp.org>
22225
22226         * lib/xstrdup.c: Assume <string.h> exists.
22227
22228 2003-08-18  Paul Eggert  <eggert@twinsun.com>
22229
22230         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
22231         in makefile rules.
22232
22233 2003-08-18  Jim Meyering  <jim@meyering.net>
22234
22235         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
22236         * m4/lib-ld.m4: Likewise.
22237
22238 2003-08-18  Jim Meyering  <jim@meyering.net>
22239
22240         * lib/setenv.h: Indent nested cpp directive.
22241         * lib/vasnprintf.c: Remove trailing blanks.
22242
22243 2003-08-17  Simon Josefsson  <jas@extundo.com>
22244
22245         * modules/xstrndup: New file.
22246         * MODULES.html.sh (func_all_modules): Add xstrndup.
22247
22248 2003-08-17  Simon Josefsson  <jas@extundo.com>
22249
22250         * modules/argp: Fix autoconf macro name. Add more dependencies.
22251
22252 2003-08-17  Simon Josefsson  <jas@extundo.com>
22253
22254         * m4/xstrndup.m4: New file.
22255
22256 2003-08-17  Simon Josefsson  <jas@extundo.com>
22257
22258         * m4/argp.m4: New file.
22259
22260 2003-08-17  Simon Josefsson  <jas@extundo.com>
22261             Bruno Haible  <bruno@clisp.org>
22262
22263         * lib/xstrndup.h: New file.
22264         * lib/xstrndup.c: New file.
22265
22266 2003-08-17  Bruno Haible  <bruno@clisp.org>
22267
22268         * modules/strndup (Files, Include): Add lib/strndup.h.
22269
22270 2003-08-17  Bruno Haible  <bruno@clisp.org>
22271
22272         * modules/euidaccess (Files): Add lib/euidaccess.h.
22273
22274 2003-08-17  Bruno Haible  <bruno@clisp.org>
22275
22276         * lib/strndup.h: New file.
22277
22278 2003-08-17  Bruno Haible  <bruno@clisp.org>
22279
22280         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
22281         like AC_GNU_SOURCE.
22282         * modules/extensions (configure.ac): Comment out the invocation of
22283         gl_USE_SYSTEM_EXTENSIONS.
22284
22285 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22286
22287         Merges from coreutils, etc.
22288         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
22289         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
22290         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
22291         fixing a typo.
22292         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
22293         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
22294
22295 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22296
22297         Document merge from coreutils.
22298         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
22299         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
22300         * modules/utime: Add m4/utimes-null.m4.
22301
22302 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22303
22304         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
22305         space, undoing this 2003-08-12 change:
22306         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22307
22308 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22309
22310         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
22311         strtoul.c from libc, undoing this 2003-08-12 change:
22312         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22313
22314 2003-08-16  Jim Meyering  <jim@meyering.net>
22315
22316         Merges from coreutils.
22317         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
22318         prefix.  Adjust cache variables similarly.  Create 500 rather than
22319         just 300 files, to exercise bug on Darwin6.5, too.
22320         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
22321         $missing_dir.
22322         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
22323         AM_SYS_POSIX_TERMIOS.
22324         Reported by mkc@mathdogs.com.
22325         Also change use of $am_cv_sys_posix_termios
22326         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
22327         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
22328         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
22329         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
22330         in /proc/mounts until it finds one with matching device number.  This
22331         is unnecessary when the FILE argument *is* a mount point.  No stat call
22332         is necessary in that case.  So, disable the statvfs-testing code on
22333         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
22334         as RedHat bug# 84846.
22335         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22336         to 1MB, so as not to render systems with no stack size limit (e.g.,
22337         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22338         Include <unistd.h>.  On some systems,
22339         it is required for the definition of _SC_PAGESIZE.
22340
22341 2003-08-16  Jim Meyering  <jim@meyering.net>
22342
22343         Merge from coreutils.
22344         * lib/xstrtoimax.c: #else #if -> #elif.
22345         * lib/xstrtoumax.c: Likewise.
22346
22347 2003-08-16  Jim Meyering  <jim@meyering.net>
22348
22349         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
22350         * m4/utimes.m4: Removed.
22351         * m4/utimes-null.m4: Renamed from utimes.m4.
22352
22353         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22354         to 1MB, so as not to render systems with no stack size limit (e.g.,
22355         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22356         Include <unistd.h>.  On some systems,
22357         it is required for the definition of _SC_PAGESIZE.
22358
22359 2003-08-16  Jim Meyering  <jim@meyering.net>
22360         and Paul Eggert  <eggert@cs.ucla.edu>
22361
22362         Merges from coreutils, etc.
22363
22364         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
22365         using the latest version from cvs.  This avoids problems with #line
22366         directives using a vendor (Sun) compiler.
22367         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
22368         Don't set GETGROUPS_LIB here; now it's
22369         done via getgroups.m4's wrapper function.
22370         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
22371         rather than just in sh-util/configure.in, so that the
22372         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
22373         same.
22374         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
22375         AC_FUNC_GETLOADAVG where to find getloadavg.c.
22376         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
22377         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
22378         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
22379         Remove code that is now done by the newly-required macros.
22380         Append $(EXEEXT) to DF_PROG.
22381         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
22382         Do not invoke or require the following here,
22383         since prereq.m4 or some gnulib .m4 now does this for us:
22384         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
22385         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
22386         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
22387         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
22388         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
22389         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
22390         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
22391         AC_FUNC_OBSTACK.
22392         Do not replace the following functions, as this is now the job
22393         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
22394         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
22395         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
22396         atexit getpass, strdup, getpagesize.
22397         Replace 'raise'.
22398         Do not check for the following functions, as this is now the job
22399         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
22400         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
22401         setregid.
22402         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
22403         Check for sys/sysctl.h.
22404         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
22405         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
22406         of checking for ssize_t ourselves.
22407
22408         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
22409         Require every macro that gnulib/modules/* suggests for us.
22410         (jm_PREREQ_ADDEXT): New macro.
22411         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
22412         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
22413
22414         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
22415         (gl_PHYSMEM): Use it.
22416         Also check for `table' function.
22417         Check for new headers and functions.
22418         Add check for sys/sysmp.h.
22419         With suggestions from Kaveh Ghazi.
22420         Ignore headers that are present but cannot be compiled.  This
22421         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
22422         C 5.4.
22423
22424 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22425
22426         Document merge from coreutils.
22427         * modules/userspec: Depend on posixver.
22428         * modules/strftime: Depend on tzset.
22429
22430 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22431
22432         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
22433         rather than tab, after '#' in shell-script copyright notices.
22434         Suggested by Bruno Haible.
22435
22436 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22437
22438         * config/srclist-update: Use three spaces, rather than tab, after '#'
22439         in shell-script copyright notices.  Suggested by Bruno Haible.
22440         Remove unnecessary parenthesization in regular expression.
22441
22442 2003-08-15  Jim Meyering  <jim@meyering.net>
22443
22444         Merge from coreutils.
22445         * lib/xgethostname.c: Include <stdlib.h>.
22446         (xghostname): Don't exit for anything other than memory-related
22447         failure; just return NULL.
22448         * lib/userspec.c: Include "posixver.h".
22449         (parse_user_spec): Accept `.' as a separator only
22450         in pre-POSIX-200112 mode.
22451         * lib/strtoimax.c: Use #elif rather than #else #if.
22452         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
22453         Remove function, now that we can rely on a working tzset function.
22454         [!_LIBC]: Ensure that the required autoconf test has been run.
22455         [!defined _NL_CURRENT && HAVE_STRFTIME]:
22456         Use underlying_strftime for %r.
22457         * lib/sha.c: Merge in some clean-up and optimization changes from
22458         glibc.
22459         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
22460         Ensure that it is a multiple of 64.
22461         Rearrange loop exit tests so as to avoid performing an
22462         additional fread after encountering an error or EOF.
22463         * lib/realloc.c: Update copyright date.
22464
22465 2003-08-15  Jim Meyering  <jim@meyering.net>
22466         and Paul Eggert  <eggert@twinsun.com>
22467
22468         Merge from coreutils.
22469         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
22470         member but strut utmpx does not.  Needed for AIX 4.3.3.
22471         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
22472
22473 2003-08-15  Jim Meyering  <jim@meyering.net>
22474         and Paul Eggert  <eggert@cs.ucla.edu>
22475
22476         Merges from coreutils, etc.
22477         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
22478         Require gl_FUNC_TZSET_CLOBBER.
22479         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
22480         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
22481         members.
22482
22483 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22484
22485         Help the merge from coreutils.
22486         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
22487         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
22488         * m4/tzset.m4: Use it too.
22489
22490 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22491
22492         * modules/tzset: New file.
22493
22494 2003-08-14  Jim Meyering  <jim@meyering.net>
22495
22496         Merges from coreutils.
22497         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
22498         variable names, rather than @FNMATCH_H@.
22499         * modules/alloca: Likewise for $(ALLOCA_H).
22500
22501         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
22502         the three copies of the literal target, `fnmatch.h'.
22503         * modules/alloca (alloca.h): Likewise.
22504
22505 2003-08-14  Jim Meyering  <jim@meyering.net>
22506
22507         Merge from coreutils.
22508         * m4/tzset.m4: New file.
22509         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
22510         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
22511         otherwise, AIX 5.1 systems would end up using the latter.
22512         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
22513         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
22514         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
22515         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
22516
22517 2003-08-14  Jim Meyering  <jim@meyering.net>
22518
22519         Merge from coreutils.
22520         * lib/obstack.h: Whitespace changes.
22521         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
22522         and xcalloc return values.
22523         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
22524         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
22525         hang on OSF/1 5.1 for DIR on both local and remote file systems.
22526         Reported by (and fix confirmed by) Nelson H. F. Beebe.
22527         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22528         error from mntctl.
22529         Use mntctl's return value to drive the entry-processing loop, since
22530         we can't rely on the value of the vmt_length member in the last
22531         entry.  On some systems doing so could result in exhausting
22532         virtual memory.  Based in part on a patch from Mike Jetzer.
22533
22534 2003-08-14  Jim Meyering  <jim@meyering.net>
22535         and Paul Eggert  <eggert@twinsun.com>
22536
22537         Merges from coreutils, plus other fixes.
22538         * lib/physmem.c: Merge in portability changes from gcc/libiberty
22539         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
22540         for credits and details.  Thanks to Kaveh Ghazi for helping
22541         to keep these files in sync.
22542         (ARRAY_SIZE): Define it.
22543         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
22544         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
22545         (memcasecmp): Don't assume size_t fits in unsigned int.
22546         Remove casts and duplicate code.
22547         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
22548         (memcpy): Remove definition.
22549         Merge in some clean-up and optimization changes from glibc.
22550         [BLOCKSIZE]: Move definition to top of file.
22551         Ensure that it is a multiple of 64.
22552         Rearrange loop exit tests so as to avoid performing an
22553         additional fread after encountering an error or EOF.
22554         * lib/md5.h (md5_uintptr): Define.
22555         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
22556         return to the initial working directory.  Preserve errno
22557         for caller.
22558         * lib/idcache.c: Include "xalloc.h".
22559         (xmalloc, xrealloc): Remove decls.
22560         (getuser): Remove casts no longer required in C89.
22561         * lib/human.c: Include stdio.h, for sprintf.
22562         * lib/group-member.c: Include "xalloc.h".
22563         (xmalloc, xrealloc): Remove decls.
22564         (get_group_info): Remove casts no longer required in C89.
22565         * lib/getusershell.c (readname): Remove casts no longer required in
22566         C89.
22567         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
22568         * lib/getline.c: Whitespace fix, from coreutils.
22569
22570 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22571
22572         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
22573         Check for isascii.
22574
22575         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22576         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22577         Undo previous (whitespace-only) change.
22578
22579 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22580
22581         * lib/exclude.c: Include <ctype.h>
22582         (IN_CTYPE_DOMAIN): New macro.
22583         (is_space): New fn.
22584         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
22585         and empty lines.
22586
22587         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22588         Undo previous (whitespace-only) change.
22589
22590 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22591
22592         * config/srclist-update: Change update back to the old behavior,
22593         leaving whitespace alone.  Use one 'sed' command rather than a
22594         pipeline.
22595         (fixlicense): Now a variable, not a function.
22596         (remove_trailing_blanks): Remove.
22597         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
22598         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22599         Undo previous (whitespace-only) change.
22600
22601 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22602
22603         Merge from coreutils.
22604         * modules/euidaccess: Add lib_SOURCES, include for new
22605         file euidaccess.h
22606
22607 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22608
22609         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22610         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22611         Normalize leading white space and remove trailing white space.
22612
22613         Merge from coreutils
22614         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
22615
22616         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
22617         0.12.1.  These files are now being upgraded automatically by
22618         ../config/srclist-update.
22619
22620 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22621
22622         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22623         Normalize leading white space and remove trailing white space.
22624         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
22625         notice, as per ../config/srclist-update.
22626
22627         Merge from coreutils.
22628         * lib/euidaccess.h: New file.
22629         * lib/euidaccess.c: Include it.
22630         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
22631         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
22632         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
22633
22634 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22635
22636         * config/srclist-update: Add copyright notice.
22637         (remove_id_lines, remove_trailing_blanks): New constants.
22638         (fixfile): Use them to normalize spacing a bit in copied files.
22639         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22640         Normalize leading white space and remove trailing white space.
22641
22642         * config/texinfo.tex: Sync with texinfo.
22643
22644         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
22645         strtoul.c from libc, to merge coreutils whitespace changes.
22646
22647         * config/srclist.txt: Get the following m4 files from gettext:
22648         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
22649         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
22650         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
22651         wint_t.m4.
22652
22653 2003-08-12  Karl Berry  <karl@gnu.org>
22654
22655         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
22656         been made.
22657
22658 2003-08-11  Paul Eggert  <eggert@twinsun.com>
22659
22660         * modules/gnu-source, m4/gnu-source.m4:
22661         Remove; we're assuming Autoconf 2.54 or later now.
22662         Suggested by Bruno Haible.
22663         * MODULES.html.sh (func_all_modules): Remove gnu-source.
22664
22665 2003-08-11  Bruno Haible  <bruno@clisp.org>
22666
22667         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
22668
22669 2003-08-11  Bruno Haible  <bruno@clisp.org>
22670
22671         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
22672         (vasnprintf): Use it instead of wcslen.
22673
22674 2003-08-11  Bruno Haible  <bruno@clisp.org>
22675
22676         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
22677         value to ensure that _Bool promotes to int. Use #define for _Bool when
22678         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
22679
22680 2003-08-10  Karl Berry  <karl@gnu.org>
22681
22682         * lib/regex.h: update from libc (whitespace fix).
22683
22684 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22685
22686         Merge some files from coreutils.  These changes were
22687         originally made by Jim Meyering.
22688         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
22689         many older Unixes require this.
22690         * lib/alloca.c (alloca): Remove cast to argument of free;
22691         no longer needed in C89.
22692         * lib/alloca_.h, regex.h: Fix white space to match
22693         what GNU indent does.
22694
22695 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22696
22697         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
22698         apparently Emacs's Unicode mode got confused before my 2003-08-05
22699         checkin.
22700
22701 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22702
22703         * m4/extensions.m4: New file.
22704         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
22705         Require gl_USE_SYSTEM_EXTENSIONS.
22706         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
22707         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
22708
22709 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22710
22711         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
22712         * modules/extensions, modules/gnu-source: New files.
22713         * modules/timespec, modules/unlocked-io: Depend on extensions.
22714
22715 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22716
22717         * modules/restrict: New file.
22718         * MODULES.html.sh (func_all_modules): Add restrict.
22719         * modules/regex: Depend on restrict.
22720
22721 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22722
22723         * m4/restrict.m4: New file.
22724         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
22725
22726 2003-08-07  Bruno Haible  <bruno@clisp.org>
22727
22728         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
22729         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
22730
22731 2003-08-07  Bruno Haible  <bruno@clisp.org>
22732
22733         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
22734         makes the module 'getndelim2' compatible with the module 'getline'.
22735
22736 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22737
22738         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
22739         byte with "\201" to avoid glitches when editing that source file
22740         with multi-gnome-terminal.
22741
22742 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22743
22744         * lib/bumpalloc.h: Remove.
22745
22746 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22747
22748         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
22749         * modules/bumpalloc: Remove.
22750
22751 2003-08-04  Paul Eggert  <eggert@twinsun.com>
22752
22753         * lib/getloadavg.c: Change copyright notice and spacing to conform to
22754         GNU coding style.
22755
22756         Merge from coreutils.
22757         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
22758         1. From glibc.
22759         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
22760         from Karl Berry, implemented by Jim Meyering.
22761         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
22762         from Dmitry V. Levin.
22763         Remove anachronistic cast of xrealloc.
22764         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
22765         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
22766         type. Otherwise, it wouldn't compile with at least /bin/cc on
22767         ymp-cray-unicos9.0.2.X.
22768         Combine two mostly-identical uses of alloca into one.
22769         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
22770
22771 2003-08-04  Dave Love  <d.love@dl.ac.uk>
22772
22773         [From Emacs.]
22774
22775         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
22776         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
22777         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
22778         obsolete NLIST_NAME_UNION.
22779         [__GNU__]: Undef BSD and FSCALE.
22780         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
22781
22782 2003-08-03  Paul Eggert  <eggert@twinsun.com>
22783
22784         * lib/stdbool_.h (_Bool): Make it signed char, instead of
22785         an enum type, so that it's guaranteed to promote to int.  See:
22786         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
22787
22788 2003-08-03  Karl Berry  <karl@gnu.org>
22789
22790         * config/depcomp: update from automake.
22791
22792 2003-07-31  Paul Eggert  <eggert@twinsun.com>
22793
22794         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
22795         (strerror): Don't assume that a printable int fits in 14 bytes.
22796
22797 2003-07-31  Bruno Haible  <bruno@clisp.org>
22798
22799         * modules/getpass-gnu: New file.
22800         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
22801
22802 2003-07-31  Bruno Haible  <bruno@clisp.org>
22803
22804         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
22805
22806 2003-07-24  Karl Berry  <karl@gnu.org>
22807
22808         * config/missing: update from automake.
22809
22810 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
22811             Bruno Haible  <bruno@clisp.org>
22812
22813         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
22814         * lib/getline.c (getline, getdelim): Likewise.
22815         Remove _GNU_SOURCE define; now it's defined in config.h through
22816         m4/getline.m4.
22817
22818 2003-07-23  Karl Berry  <karl@gnu.org>
22819
22820         * config/config.sub: update from prep.
22821
22822 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22823
22824         * modules/xalloc (Depends-on): Add exitfail.
22825         * modules/xmemcoll: Likewise.
22826
22827 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22828
22829         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
22830         over-parenthesization in macros.
22831
22832         Sync with coreutils.
22833
22834         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
22835         required by C99.
22836
22837         Use `exit_failure' for xalloc and xmemcoll instead of their own
22838         private exit-failure variables.
22839         * lib/xalloc.h (xalloc_exit_failure): Remove.
22840         * lib/xmalloc.c: Likewise.  Include exitfail.h.
22841         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
22842         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
22843         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
22844         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
22845
22846 2003-07-20  Jim Meyering  <jim@meyering.net>
22847
22848         * modules/closeout (Depends-on): Add exitfail.
22849         Suggestion from Bruno Haible.
22850
22851 2003-07-19  Karl Berry  <karl@gnu.org>
22852
22853         * config/config.sub: update from prep.
22854
22855 2003-07-18  Paul Eggert  <eggert@twinsun.com>
22856
22857         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
22858         Remove.
22859         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
22860         to test that it can stand by itself.  Include "exitfail.h".
22861         Clients should set exit_failure instead.
22862         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
22863
22864 2003-07-18  Bruno Haible  <bruno@clisp.org>
22865
22866         * modules/getndelim2: New file.
22867         * modules/getline: Share files with module getndelim2.
22868         * modules/getnline: Depend on getndelim2 instead of sharing files with
22869         it. Add getnline.c to lib_SOURCES.
22870         * MODULES.html.sh (func_all_modules): Add getndelim2.
22871
22872 2003-07-18  Bruno Haible  <bruno@clisp.org>
22873
22874         * m4/getndelim2.m4: New file.
22875         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
22876         invoke gl_PREREQ_GETNDELIM2.
22877         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
22878         gl_PREREQ_GETNDELIM2.
22879         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
22880         gl_GETNDELIM2.
22881
22882 2003-07-18  Bruno Haible  <bruno@clisp.org>
22883
22884         * lib/getndelim2.h: New file.
22885         * lib/getndelim2.c: Make into a module of its own. Include config.h,
22886         getndelim2.h.
22887         (getndelim2): Make non-static. Change return type to ssize_t.
22888         * lib/getline.h: Change argument names.
22889         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
22890         * lib/getnline.c: Include getndelim2.h.
22891
22892 2003-07-18  Andreas Schwab  <schwab@suse.de>
22893
22894         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
22895
22896 2003-07-17  Karl Berry  <karl@gnu.org>
22897
22898         * config/config.sub: update from prep.
22899
22900 2003-07-17  Bruno Haible  <bruno@clisp.org>
22901
22902         * modules/getnline: New file.
22903         * modules/getline: Add lib/getndelim2.c to source file list.
22904         * MODULES.html.sh (func_all_modules): Add getnline.
22905
22906 2003-07-17  Bruno Haible  <bruno@clisp.org>
22907
22908         * m4/getnline.m4: New file.
22909
22910 2003-07-17  Bruno Haible  <bruno@clisp.org>
22911
22912         * m4/Makefile.am.in: Remove file.
22913         * m4/Makefile.am: Remove file.
22914         * m4/Makefile.in: Remove file.
22915
22916 2003-07-17  Bruno Haible  <bruno@clisp.org>
22917
22918         * lib/getnline.h: New file.
22919         * lib/getnline.c: New file.
22920         * lib/getndelim2.c: New file, extracted from getline.c.
22921         (getndelim2): Renamed from getdelim2, with added nmax argument.
22922         * lib/getline.c: Include getndelim2.c.
22923         (getdelim2): Moved out to getndelim2.c.
22924         (getline, getdelim): Update.
22925
22926 2003-07-17  Bruno Haible  <bruno@clisp.org>
22927
22928         * lib/Makefile.am: Remove file.
22929         * lib/Makefile.in: Remove file.
22930
22931 2003-07-17  Bruno Haible  <bruno@clisp.org>
22932
22933         * configure.in: Remove file.
22934         * Makefile.in: Remove file.
22935
22936 2003-07-17  Bruno Haible  <bruno@clisp.org>
22937
22938         * MODULES.html.sh: Put the </BODY> right before </HTML>.
22939
22940 2003-07-16  Karl Berry  <karl@gnu.org>
22941
22942         * config/srclist-update: was running fixlicense twice, which caused
22943                 texinfo.tex to be nullified for some reason.  Simplify,
22944                 $gplsrc is no longer needed as far as I can see?
22945
22946 2003-07-16  Jim Meyering  <jim@meyering.net>
22947
22948         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
22949
22950 2003-07-15  Paul Eggert  <eggert@twinsun.com>
22951
22952         * config/srclist.txt: Get the following files from gettext-runtime/intl
22953         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
22954         ref-del.sin.  From Bruno Haible.
22955         * config/srclist-update (fixfile): Change grep pattern again, since the
22956         previous fix didn't work (there was another trailing $).  Use
22957         '[$]' to escape the $s.
22958
22959 2003-07-15  Karl Berry  <karl@gnu.org>
22960
22961         * lib/vasnprintf.c: update from gettext.
22962
22963 2003-07-15  Karl Berry  <karl@gnu.org>
22964
22965         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
22966         gets expanded when surrounded by '$'.
22967
22968 2003-07-15  Jim Meyering  <jim@meyering.net>
22969
22970         * modules/save-cwd: Don't depend on error.  From Derek Price.
22971
22972 2003-07-15  Jim Meyering  <jim@meyering.net>
22973
22974         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
22975
22976 2003-07-14  Simon Josefsson  <jas@extundo.com>
22977
22978         * modules/mempcpy: New file.
22979         * MODULES.html.sh (func_all_modules): Add mempcpy.
22980
22981 2003-07-14  Simon Josefsson  <jas@extundo.com>
22982
22983         * m4/mempcpy.m4: New file.
22984
22985 2003-07-14  Simon Josefsson  <jas@extundo.com>
22986
22987         * lib/mempcpy.h: New file.
22988         * lib/mempcpy.c: New file.
22989
22990 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22991
22992         * modules/getdate, modules/posixtm: Depend on mktime.
22993
22994 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22995
22996         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
22997         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
22998         unicodeio.c, unicodeio.h, unlocked-io.h:
22999         Switch from LGPL to GPL.
23000
23001 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23002
23003         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
23004         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
23005         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
23006         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
23007         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
23008         updated automatically by ../config/srclist-update.  This changes
23009         their license from LPGL to GPL.
23010
23011 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23012
23013         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
23014         assumed to refer to the root of the most recent stable gettext version.
23015         * config/srclistvars.sh: Add defaults for eggert.
23016         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
23017         Match "This program" as well as "The program".  This is needed
23018         for gettext.
23019
23020 2003-07-14  Jim Meyering  <jim@meyering.net>
23021
23022         Don't emit diagnostics.  Let callers do that.
23023         * lib/save-cwd.c: Don't include "error.h".
23024         (save_cwd): Don't call error.  Ensure that errno is valid
23025         when returning nonzero.
23026
23027         * lib/save-cwd.h (restore_cwd): Update prototype.
23028         * lib/save-cwd.c (restore_cwd): Remove two parameters.
23029         Simplify.  Don't call error upon failure.  Let callers do that.
23030         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
23031         when auditing is enabled.  But don't bother updating the #if.
23032
23033 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
23034
23035         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
23036         it breaks C++ compilation.
23037         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
23038
23039 2003-07-10  Simon Josefsson  <jas@extundo.com>
23040
23041         * modules/strchrnul (Makefile.am): Add strchrnul.h.
23042
23043 2003-07-10  Jim Meyering  <jim@meyering.net>
23044
23045         * m4/clock_time.m4: Remove trailing blank.
23046         * m4/intmax_t.m4: Likewise.
23047
23048 2003-07-10  Jim Meyering  <jim@meyering.net>
23049
23050         * lib/vasnprintf.c: Remove trailing blanks.
23051         Make cpp indentation consistent.
23052
23053 2003-07-09  Paul Eggert  <eggert@twinsun.com>
23054
23055         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
23056         posixver.c, strftime.c, strnlen.c, strverscmp.c:
23057         Switch from LGPL to GPL.
23058
23059 2003-07-09  Paul Eggert  <eggert@twinsun.com>
23060
23061         * config/srclist.txt: Sort sublists.  Add
23062         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
23063         that differ from gnulib for one reason or another; we'd like this list
23064         to be smaller but for now let's document what we have.
23065
23066 2003-07-08  Paul Eggert  <eggert@twinsun.com>
23067
23068         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
23069         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
23070         and sweeter "eval x=$x".
23071         * config/srclist.txt: Get lib/argp* from glibc.
23072
23073 2003-07-07  Paul Eggert  <eggert@twinsun.com>
23074
23075         * lib/mktime.c: Fix some boundary cases and remove need for floating
23076         point.
23077
23078         Issue a compile-time diagnostic if time_t is floating point, or if
23079         two's complement arithmetic is not in effect, or if arithmetic
23080         right shift does not propagate the sign.  These assumptions were
23081         all in the original code but they weren't checked.
23082
23083         (TIME_T_MIDPOINT, verify): New macros.
23084         (__isleap): Remove; it has integer overflow problems.
23085         (leapyear): New function, without those problems.
23086         (ydhms_tm_diff): Remove; splitting into two parts.
23087         (ydhms_diff): New function, containing the arithmetic part of
23088         the old ydhms_tm_diff function.  Issue a compile-time
23089         diagnostic if we are not using C99 integer division.
23090         Avoid casts when possible.
23091         (guess_time_tm): New function, containing the checking part of
23092         the old ydhms_tm_diff function.  Return the new value, rather than
23093         the difference between it and the old.  Accept a new argument T
23094         so that *T specifies the old value.  Check for overflow in the result.
23095
23096         (__mktime_internal): Use a time_t offset, not a long int offset.
23097         This undoes the 2003-06-04 change, which is no longer needed now
23098         that we have better overflow checking.
23099         (localtime_offset): Likewise.
23100
23101         (__mktime_internal): Avoid harmful overflow on hosts where time_t
23102         and long are 64-bit but int is only 32-bit.
23103         (ydhms_diff): Use long int to store year1 and yday1.
23104         Issue a compile-time diagnostic if long int is not wide enough.
23105
23106         (__mktime_internal): Use long int to store adjusted year and yday.
23107         Use plain C rather than preprocessor commands, if that doesn't
23108         affect efficiency.
23109         Check for overflow (and try to repair) after each probe
23110         rather than checking only at the very end.  This avoids some bugs
23111         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
23112         does not equal GMT offset at maximum time).
23113         Use integer to check for overflow rather than floating point; this
23114         is more portable to non-IEEE hosts, and is a tad faster.
23115         When we detect that we are oscillating between two values,
23116         don't check whether tm_isdst has the requested value, since
23117         we already know the answer.  When tm_isdst has the wrong value,
23118         use a different heuristic to find the right one, based on the
23119         extreme values actually observed in practice in tz2003a,
23120         rather than the (overly optimistic) "previous 3 calendar quarters".
23121
23122         (not_equal_tm, print_tm, check_result): Use "const T" rather than
23123         "T const" to accommodate glibc style.
23124         (check_result): Use less-confusing report format.  "long" -> "long int.
23125         (main): Likewise.
23126         Don't loop if the iteration overflows time_t.
23127         Allow a negative step in the iteration.
23128
23129 2003-07-06  Karl Berry  <karl@gnu.org>
23130
23131         * config/depcomp: update from automake.
23132         * config/config.sub: update from prep.
23133
23134 2003-07-03  Karl Berry  <karl@gnu.org>
23135
23136         * config/config.guess: update from prep.
23137
23138 2003-07-01  Paul Eggert  <eggert@twinsun.com>
23139
23140         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
23141         xreadlink.c now includes it unconditionally.
23142
23143 2003-07-01  Paul Eggert  <eggert@twinsun.com>
23144
23145         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
23146         having it depend on HAVE_SYS_TYPES_H.
23147
23148 2003-07-01  Bruno Haible  <bruno@clisp.org>
23149
23150         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
23151         <sys/types.h> should be sufficient.
23152         Reported by Paul Eggert.
23153
23154 2003-06-26  Karl Berry  <karl@gnu.org>
23155
23156         * config/depcomp: update from automake.
23157
23158 2003-06-26  Bruno Haible  <bruno@clisp.org>
23159
23160         * modules/human: Depend on module stdbool.
23161
23162 2003-06-25  Bruno Haible  <bruno@clisp.org>
23163
23164         * modules/readlink: New file.
23165         * modules/xreadlink: Depend on it.
23166         * MODULES.html.sh (func_all_modules): Add readlink.
23167
23168 2003-06-25  Bruno Haible  <bruno@clisp.org>
23169
23170         * m4/readlink.m4: New file.
23171
23172 2003-06-25  Bruno Haible  <bruno@clisp.org>
23173
23174         * lib/readlink.c: New file.
23175
23176 2003-06-22  Karl Berry  <karl@gnu.org>
23177
23178         * config/srclist.txt: update mkinstalldirs from automake.
23179         * config/mkinstalldirs: update.
23180
23181 2003-06-22  Bruno Haible  <bruno@clisp.org>
23182
23183         Portability to mingw32.
23184         * m4/ssize_t.m4: New file, from GNU gettext.
23185         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
23186         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
23187
23188 2003-06-22  Bruno Haible  <bruno@clisp.org>
23189
23190         * modules/safe-read: Add m4/ssize_t.m4.
23191         * modules/xreadlink: Add m4/ssize_t.m4.
23192
23193 2003-06-20  Bruno Haible  <bruno@clisp.org>
23194
23195         Assume C89, so PARAMS isn't needed.
23196         * lib/unicodeio.h (PARAMS): Remove.
23197         * lib/unicodeio.c: Don't use PARAMS.
23198
23199 2003-06-18  Karl Berry  <karl@gnu.org>
23200
23201         * config/config.{guess,sub}: update from prep.
23202
23203 2003-06-18  Jim Meyering  <jim@meyering.net>
23204
23205         Merge changes from coreutils.
23206         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
23207         Remove explicit declarations of xmalloc and realloc.
23208         Include xalloc.h.
23209         (read_utmp): Remove anachronistic cast of xmalloc.
23210
23211 2003-06-17  Paul Eggert  <eggert@twinsun.com>
23212
23213         Assume C89, so PARAMS isn't needed.
23214         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
23215         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
23216         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
23217         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
23218         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
23219         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
23220         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
23221         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
23222         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
23223         lib/xstrtod.h, lib/xstrtol.h: Likewise.
23224         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
23225         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
23226         no longer needed. Anyway, config.h should always be included before any
23227         other file.
23228
23229 2003-06-11  Simon Josefsson  <jas@extundo.com>
23230
23231         * modules/sysexits: New file.
23232         * MODULES.html.sh (func_all_modules): Add sysexits.
23233
23234 2003-06-11  Simon Josefsson  <jas@extundo.com>
23235
23236         * lib/sysexit_.h: New file.
23237
23238 2003-06-11  Derek Price  <derek@ximbiot.com>
23239
23240         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
23241         necessary.
23242
23243 2003-06-11  Bruno Haible  <bruno@clisp.org>
23244
23245         * m4/sysexits.m4: New file.
23246
23247 2003-06-10  Simon Josefsson  <jas@extundo.com>
23248
23249         * lib/argp.h: New file, from glibc.
23250         * lib/argp-ba.c: New file, from glibc.
23251         * lib/argp-eexst.c: New file, from glibc.
23252         * lib/argp-fmtstream.c: New file, from glibc.
23253         * lib/argp-fmtstream.h: New file, from glibc.
23254         * lib/argp-fs-xinl.c: New file, from glibc.
23255         * lib/argp-help.c: New file, from glibc.
23256         * lib/argp-namefrob.h: New file, from glibc.
23257         * lib/argp-parse.c: New file, from glibc.
23258         * lib/argp-pv.c: New file, from glibc.
23259         * lib/argp-pvh.c: New file, from glibc.
23260         * lib/argp-xinl.c: New file, from glibc.
23261
23262 2003-06-10  Simon Josefsson  <jas@extundo.com>
23263
23264         * modules/strchrnul: New file.
23265
23266 2003-06-10  Simon Josefsson  <jas@extundo.com>
23267
23268         * modules/argp: New file.
23269
23270 2003-06-10  Simon Josefsson  <jas@extundo.com>
23271
23272         * m4/strchrnul.m4: New file.
23273
23274 2003-06-10  Simon Josefsson  <jas@extundo.com>
23275
23276         * lib/strchrnul.h: New file.
23277         * lib/strchrnul.c: New file.
23278
23279 2003-06-10  Bruno Haible  <bruno@clisp.org>
23280
23281         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
23282
23283 2003-06-07  Karl Berry  <karl@gnu.org>
23284
23285         * config/config.{guess,sub}: update from prep.
23286
23287 2003-06-07  Jim Meyering  <jim@meyering.net>
23288
23289         * modules/strtod: Use $(...) notation, not @...@ for
23290         AC_REPLACE'd variables.
23291         * modules/localcharset: Likewise.
23292
23293 2003-06-07  Jim Meyering  <jim@meyering.net>
23294
23295         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
23296         in place of my name in the copyright comment.
23297         Remove definition and uses of __P.
23298
23299         From coreutils.
23300         * lib/stat.c: Don't declare xmalloc explicitly.
23301         Instead, include "xalloc.h".
23302         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
23303         xrealloc, and xcalloc return values.
23304         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
23305         Improve comment.
23306         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
23307
23308 2003-06-07  Bruno Haible  <bruno@clisp.org>
23309
23310         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
23311         avoid AC_CONFIG_LINKS.
23312         * modules/fnmatch (Makefile.am): Use explicit creation rule for
23313         fnmatch.h, to avoid AC_CONFIG_LINKS.
23314         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
23315
23316 2003-06-07  Bruno Haible  <bruno@clisp.org>
23317
23318         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
23319         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
23320         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23321         directory.
23322         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
23323         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23324         directory.
23325
23326 2003-06-06  Jim Meyering  <jim@meyering.net>
23327
23328         Merge from coreutils.
23329         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
23330         Consolidate declarations and initializations of *_base* locals.
23331
23332         Merge from coreutils.
23333         This avoids a core dump on systems without GNU putenv,
23334         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
23335         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
23336         (unsetenv): New static function, from GNU libc.
23337         (rpl_putenv): Use it.
23338
23339         * lib/modechange.c: Remove trailing blanks.
23340
23341         Merge from coreutils.
23342         * lib/fsusage.c: Remove declaration of statfs.
23343         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
23344
23345         * lib/posixtm.c: Include <stdbool.h> unconditionally.
23346
23347 2003-06-06  Jim Meyering  <jim@meyering.net>
23348
23349         * lib/stdbool_.h: Renamed from stdbool.h.in.
23350
23351 2003-06-06  Jim Meyering  <jim@meyering.net>
23352             Bruno Haible  <bruno@clisp.org>
23353
23354         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
23355         Adjust Makefile.am snippet not to redirect directly to target.
23356         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
23357
23358 2003-06-05  Paul Eggert  <eggert@twinsun.com>
23359
23360         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
23361         mismatch, look in future quarters as well as past.  This fixes a
23362         bug when processing fall-backwards gaps immediately after a long
23363         period of daylight-saving time.
23364
23365         * lib/mktime.c: Assume freestanding C89 or better.
23366         (HAVE_LIMITS_H): Remove.  Assume it's 1.
23367         (__P): Remove; not used.
23368         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
23369         (mktime, not_equal_tm, print_tm, check_result,
23370         main): Use prototypes.  Use const * where appropriate.
23371         (main): Fix typo in testing code that uncovered by above changes.
23372         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
23373
23374 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23375
23376         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
23377         locale.h, localeconv.  This merges changes from coreutils.
23378
23379         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
23380         It can be removed after the next Autoconf is released.
23381         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
23382         needed.
23383
23384 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23385
23386         * lib/mktime.c: Fix Debian bug 177940
23387         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
23388         (localtime_offset): Now long int, not time_t, because we want it
23389         to be guaranteed to be signed.  All uses changed.
23390         (__mktime_internal): If overflow would occur when adding offset,
23391         don't add it.
23392
23393         Merge 'human' changes from coreutils.  Rewrite to support
23394         locale-specific notations like thousands separators.
23395         * lib/human.c: Simplify authorship notice.
23396         Include human.h immediately after config.h.
23397         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
23398         <limits.h>: Do not include, since human.h does.
23399         (SIZE_MAX, UINTMAX_MAX): New macros.
23400         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
23401         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
23402         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
23403         (power_letter): Renamed from suffixes.
23404         (generate_suffix_backwards): Remove.
23405         (adjust_value): Now takes int style (because of human.h changes)
23406         and long double value (for greater precision on some platforms).
23407         (group_number): New function.
23408         (human_readable): Use it.  Use integer options, not enum.
23409         Put the options before the sizes in the arg list.
23410         Support all the new options.
23411         The old human_readable function has been removed;
23412         use inttostr.h instead.
23413         (human_readable, default_block_size, humblock):
23414         Use uintmax_t, not int, for block sizes.
23415         (human_readable_inexact, block_size_types): Remove.
23416         (block_size_opts): New constant.
23417         (human_options): Renamed from human_block_size, with new signature
23418         that allows block sizes up to UINTMAX_MAX.  All callers changed.
23419         * lib/human.h: Add copyright and authorship notice.
23420         Include <limits.h> and <stdbool.h> unconditionally.
23421         (PARAMS): Remove.  All uses removed.
23422         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
23423         (enum human_inexact_style): Remove tag; now a nameless enum.
23424         (human_floor, human_ceiling, human_round_to_even): Now have
23425         values 2, 0, 1 rather than -1, 1, 0.
23426         (human_group_digits, human_suppress_point_zero, human_autoscale,
23427         human_base_1024, human_SI, human_B): New constants.
23428         (human_readable_inexact, human_block_size): Remove.
23429         (human_readable): Size args are now uintmax_t, not int.
23430         (human_options): New decl.
23431
23432         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
23433         unnecessary now that we assume C89 or better.  This change
23434         imported from coreutils.
23435
23436         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23437         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
23438         in the 2003-05-30 sync from glibc.
23439
23440         .h files should stand alone, but we shouldn't include <sys/types.h>
23441         if we can get away with just <stddef.h>.
23442
23443         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
23444         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
23445         rather than <sys/types.h>, as we merely need size_t.
23446         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
23447         to get size_t.
23448         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
23449         Include <stdio.h>, to get FILE.
23450         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
23451         memcasecmp.h has included <stddef.h> and all we need is size_t.
23452         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
23453         our interface, instead of including <sys/types.h>
23454
23455 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23456
23457         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
23458         now, as glibc mktime is buggy on non-glibc systems.
23459
23460 2003-06-03  Karl Berry  <karl@gnu.org>
23461
23462         * config/config.sub: update from prep.
23463
23464 2003-06-02  Paul Eggert  <eggert@twinsun.com>
23465
23466         [from coreutils]
23467         Fix some minor time-related bugs with POSIX time arguments.
23468         Some valid time stamps were being rejected (notably -1, and
23469         time stamps before 1900 on 64-bit hosts).  And some invalid
23470         time stamps were being accepted, e.g. September 31.
23471
23472         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
23473         that we can return (time_t) -1 successfully.
23474         * lib/posixtm.c: Likewise.
23475         [HAVE_STDBOOL_H]: Include <stdbool.h>.
23476         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
23477         (t): Remove static var.
23478         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
23479         of static var.  All uses changed.
23480         (year): Do not reject years before 1900; they can occur with
23481         64-bit time_t.
23482         (posix_time_parse): Do not check for out-of-range components;
23483         that is now the caller's responsibility, since our checks were
23484         only approximations.
23485         (posixtime): Use mktime to check for out-of-range components,
23486         since it knows them exactly.
23487         If mktime returns (time_t) -1, check whether an error actually occurred
23488         by invoking localtime on -1.
23489         (main) [TEST_POSIXTIME]: Check for input data errors, and report
23490         posixtime failures better.
23491         Improve the test data (in comments only).
23492
23493 2003-06-02  Karl Berry  <karl@gnu.org>
23494
23495         * config/mkinstalldirs (version): new variable.
23496         (--version): new option.
23497         (usage): improve message.
23498
23499 2003-05-30  Karl Berry  <karl@gnu.org>
23500
23501         * lib/mktime.c: update from libc.
23502
23503 2003-05-30  Bruno Haible  <bruno@clisp.org>
23504
23505         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
23506         * config/config.rpath: Upgrade to gettext-0.12.1.
23507
23508 2003-05-30  Bruno Haible  <bruno@clisp.org>
23509
23510         * m4/gettext.m4: Upgrade to gettext-0.12.1.
23511         * m4/nls.m4: New file, from gettext-0.12.1.
23512         * m4/po.m4: New file, from gettext-0.12.1.
23513         * m4/progtest.m4: Upgrade to gettext-0.12.1.
23514
23515 2003-05-30  Bruno Haible  <bruno@clisp.org>
23516
23517         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
23518         * lib/localcharset.h: Likewise.
23519         * lib/localcharset.c: Likewise.
23520
23521 2003-05-29  Karl Berry  <karl@gnu.org>
23522
23523         * config/config.rpath: update from gettext.
23524
23525 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23526
23527         Assume the headers required for C89 freestanding compilers.
23528         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
23529         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
23530         * m4/human.m4 (gl_HUMAN): Likewise.
23531         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
23532         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
23533         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23534         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
23535         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23536         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
23537
23538 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23539
23540         Assume the headers required for C89 freestanding compilers.
23541         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
23542         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
23543         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
23544         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
23545         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
23546         define, since <limits.h> is guaranteed to do that.
23547         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
23548         * lib/exclude.c: Include <stdbool.h> unconditionally.
23549         * lib/tempname.c: Include <stddef.h> unconditionally.
23550         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
23551         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
23552         <stddef.h> does that.
23553         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
23554         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
23555         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
23556         needed.
23557         * lib/xstrtol.c: Likewise.
23558         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
23559         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
23560
23561         * lib/addext.c (addext): Use assignment rather than cast, to avoid
23562         warnings on some platforms.
23563
23564         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23565         arbitrarily.
23566
23567 2003-05-26  Jim Meyering  <jim@meyering.net>
23568
23569         Merge in a change from coreutils:
23570         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
23571         that is guaranteed to be `no'.  Use `no_such_member' to indicate
23572         that condition, rather than `-1' which is slightly misleading.
23573         Change the name of the cache variable to have the gl_ prefix.
23574         Prompted by a patch from Richard Dawe for DJGPP.
23575
23576 2003-05-24  Karl Berry  <karl@gnu.org>
23577
23578         * config/config.guess: update from prep.
23579
23580 2003-05-22  Karl Berry  <karl@gnu.org>
23581
23582         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
23583
23584 2003-05-20  Karl Berry  <karl@gnu.org>
23585
23586         * config/config.guess: update from prep.
23587
23588 2003-05-18  Karl Berry  <karl@gnu.org>
23589
23590         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
23591         might actually be set by the user.
23592
23593         * config/depcomp, install-sh, mdate-sh: update from automake.
23594
23595 2003-05-17  Bruno Haible  <bruno@clisp.org>
23596
23597         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
23598         invalid expansion for AC_EGREP_CPP.
23599         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
23600         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
23601         Suggested by Akim Demaille <akim@epita.fr> in
23602         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
23603
23604 2003-05-12  Jim Meyering  <jim@meyering.net>
23605
23606         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
23607         the space-padded-by-default conversion specifiers, %e, %k, %l.
23608
23609 2003-05-12  Bruno Haible  <bruno@clisp.org>
23610
23611         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
23612         the string is longer than 4 KB.
23613
23614 2003-05-11  Karl Berry  <karl@gnu.org>
23615
23616         * config/config.{guess,sub}: update from prep.
23617
23618 2003-05-09  Bruno Haible  <bruno@clisp.org>
23619
23620         * modules/error: Add m4/strerror_r.m4 to file list.
23621
23622 2003-05-03  Bruno Haible  <bruno@clisp.org>
23623
23624         Upgrade to Unicode-4.0.
23625         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
23626         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
23627         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
23628         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
23629         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
23630         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
23631         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
23632         Change width of U+E0100..U+E01EF from 1 to 0.
23633
23634 2003-04-25  Jim Meyering  <jim@meyering.net>
23635
23636         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
23637         of type size_t, not int.
23638
23639 2003-04-25  Bruno Haible  <bruno@clisp.org>
23640
23641         * lib/copy-file.c: Include <stddef.h>, for size_t.
23642
23643 2003-04-21  Paul Eggert  <eggert@twinsun.com>
23644
23645         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
23646         code which expansion is under static control.  Patch imported from
23647         Akim Demaille's patch to Bison; see
23648         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
23649
23650 2003-04-14  Bruno Haible  <bruno@clisp.org>
23651
23652         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
23653
23654 2003-04-11  Jim Meyering  <jim@meyering.net>
23655
23656         Merge changes from Coreutils.
23657
23658         2003-03-22  Jim Meyering  <jim@meyering.net>
23659
23660         * lib/strftime.c (widen): Cast alloca return value to proper type.
23661
23662         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
23663
23664         From GNU libc.
23665         * lib/strftime.c (my_strftime): Handle very large width
23666         specifications for numeric values correctly.  Improve checks for
23667         overflow.
23668
23669         2003-01-19  Jim Meyering  <jim@meyering.net>
23670
23671         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
23672         definitions.
23673         (nl_get_alt_digit) [! defined my_strftime]: Define.
23674         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
23675         _nl_get_alt_digit and _nl_get_walt_digit.
23676
23677         * lib/strftime.c (my_strftime): Merge in locale-related changes from
23678         libc. These changes have no effect outside of _LIBC.
23679
23680 2003-04-10  Bruno Haible  <bruno@clisp.org>
23681
23682         * modules/findprog: New file.
23683         * MODULES.html.sh (func_all_modules): Add it.
23684
23685 2003-04-10  Bruno Haible  <bruno@clisp.org>
23686
23687         * m4/findprog.m4: New file.
23688         * m4/eaccess.m4: New file.
23689
23690 2003-04-10  Bruno Haible  <bruno@clisp.org>
23691
23692         * lib/findprog.h: New file, from GNU gettext.
23693         * lib/findprog.c: New file, from GNU gettext.
23694
23695 2003-04-05  Jim Meyering  <jim@meyering.net>
23696
23697         Merge changes from Coreutils.
23698
23699         * lib/exclude.h (PARAMS): Remove definition and uses.
23700         * lib/exclude.c: Remove uses of `PARAMS'.
23701
23702         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
23703         Add test-cases for DOS filenames. Declare program_name.
23704         (main): Set up program_name.  Patch by Rich Dawe.
23705
23706         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23707         error from mntctl.
23708         Use mntctl's return value to drive the entry-processing loop, since
23709         we can't rely on the value of the vmt_length member in the last
23710         entry.  On some systems doing so could result in exhausting
23711         virtual memory.  Based in part on a patch from Mike Jetzer.
23712
23713 2003-04-04  Bruno Haible  <bruno@clisp.org>
23714
23715         * modules/linebreak: New file.
23716         * MODULES.html.sh (func_all_modules): Add it.
23717
23718 2003-04-04  Bruno Haible  <bruno@clisp.org>
23719
23720         * m4/linebreak.m4: New file.
23721
23722 2003-04-04  Bruno Haible  <bruno@clisp.org>
23723
23724         * lib/linebreak.h: New file, from GNU gettext.
23725         * lib/linebreak.c: New file, from GNU gettext with slight
23726         modifications.
23727         * lib/lbrkprop.h: New file, from GNU gettext.
23728
23729 2003-04-03  Bruno Haible  <bruno@clisp.org>
23730
23731         * modules/utf8-ucs4: New file.
23732         * modules/utf16-ucs4: New file.
23733         * modules/ucs4-utf8: New file.
23734         * modules/ucs4-utf16: New file.
23735         * MODULES.html.sh (func_all_modules): Add them.
23736
23737 2003-04-03  Bruno Haible  <bruno@clisp.org>
23738
23739         * m4/utf-ucs4.m4: New file.
23740         * m4/ucs4-utf.m4: New file.
23741
23742 2003-04-03  Bruno Haible  <bruno@clisp.org>
23743
23744         * lib/utf8-ucs4.h: New file, from GNU gettext.
23745         * lib/utf16-ucs4.h: New file, from GNU gettext.
23746         * lib/ucs4-utf8.h: New file, from GNU gettext.
23747         * lib/ucs4-utf16.h: New file, from GNU gettext.
23748
23749 2003-04-02  Bruno Haible  <bruno@clisp.org>
23750
23751         * modules/binary-io: New file.
23752         * MODULES.html.sh (func_all_modules): Add it.
23753
23754 2003-04-02  Bruno Haible  <bruno@clisp.org>
23755
23756         * lib/binary-io.h: New file, from GNU gettext.
23757
23758 2003-04-01  Bruno Haible  <bruno@clisp.org>
23759
23760         * modules/pathname: New file.
23761         * MODULES.html.sh (func_all_modules): Add it.
23762
23763 2003-04-01  Bruno Haible  <bruno@clisp.org>
23764
23765         * lib/pathname.h: New file, from GNU gettext.
23766         * lib/concatpath.c: New file, from GNU gettext.
23767
23768 2003-03-30  Bruno Haible  <bruno@clisp.org>
23769
23770         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
23771
23772 2003-03-30  Bruno Haible  <bruno@clisp.org>
23773
23774         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
23775         function chown() doesn't exist.
23776
23777 2003-03-28  Bruno Haible  <bruno@clisp.org>
23778
23779         * modules/copy-file: New file.
23780         * MODULES.html.sh (func_all_modules): Add it.
23781
23782 2003-03-28  Bruno Haible  <bruno@clisp.org>
23783
23784         * m4/copy-file.m4: New file.
23785
23786 2003-03-28  Bruno Haible  <bruno@clisp.org>
23787
23788         * lib/copy-file.h: New file, from GNU gettext.
23789         * lib/copy-file.c: New file, from GNU gettext.
23790
23791 2003-03-18  Jim Meyering  <jim@meyering.net>
23792
23793         * lib/quote.c (quote_n): Fix typo in comment.
23794
23795 2003-03-18  Bruno Haible  <bruno@clisp.org>
23796
23797         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
23798         checking.
23799         * m4/onceonly_2_57.m4: Likewise.
23800
23801 2003-03-17  Bruno Haible  <bruno@clisp.org>
23802
23803         * m4/onceonly.m4: Require autoconf 2.54 or newer.
23804         (m4_quote): Remove macro.
23805         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
23806
23807 2003-03-14  Jim Meyering  <jim@meyering.net>
23808
23809         Merge changes from Coreutils.
23810         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
23811         to be const, in order to avoid warnings.
23812         (obstack_room): Likewise.
23813         (obstack_empty_p): Likewise.
23814
23815 2003-03-14  Bruno Haible  <bruno@clisp.org>
23816
23817         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
23818         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
23819
23820 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23821
23822         Merge changes from Bison.
23823         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
23824         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
23825         when compiling Bison 1.875's `bitset bset = obstack_alloc
23826         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
23827         * lib/hash.c: Include <stdbool.h> unconditionally.
23828
23829 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23830
23831         * m4/onceonly.m4 (m4_quote): New macro.
23832         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
23833         Quote AC_FOREACH variable-expansions properly.
23834
23835 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23836
23837         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
23838
23839 2003-03-09  Paul Eggert  <eggert@twinsun.com>
23840
23841         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
23842         Reported by Bruce Becker; see:
23843         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
23844
23845 2003-03-03  Paul Eggert  <eggert@twinsun.com>
23846             Bruno Haible  <bruno@clisp.org>
23847
23848         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
23849         Reported by John Hughes, see
23850         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
23851
23852 2003-02-20  Bruno Haible  <bruno@clisp.org>
23853
23854         * MODULES.html.sh (func_all_modules): Add poll.
23855
23856 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23857
23858         * modules/poll: New file.
23859
23860 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23861
23862         * lib/poll_.h: New file.
23863         * lib/poll.c: New file.
23864
23865 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23866
23867         * m4/poll.m4: New file.
23868
23869 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23870
23871         * modules/mathl: New file.
23872
23873 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23874
23875         * lib/mathl.h: New file.
23876         * lib/acosl.c: New file.
23877         * lib/asinl.c: New file.
23878         * lib/atanl.c: New file.
23879         * lib/ceill.c: New file.
23880         * lib/cosl.c: New file.
23881         * lib/expl.c: New file.
23882         * lib/floorl.c: New file.
23883         * lib/frexpl.c: New file.
23884         * lib/ldexpl.c: New file.
23885         * lib/logl.c: New file.
23886         * lib/sincosl.c: New file.
23887         * lib/sinl.c: New file.
23888         * lib/sqrtl.c: New file.
23889         * lib/tanl.c: New file.
23890         * lib/trigl.c: New file.
23891         * lib/trigl.h: New file.
23892
23893 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23894
23895         * m4/mathl.m4: New file.
23896
23897 2003-02-18  Bruno Haible  <bruno@clisp.org>
23898
23899         * MODULES.html.sh (func_all_modules): Add mathl.
23900
23901 2003-02-17  Bruno Haible  <bruno@clisp.org>
23902
23903         * modules/mkdtemp: New module.
23904         * MODULES.html.sh (func_all_modules): Add it.
23905
23906 2003-02-17  Bruno Haible  <bruno@clisp.org>
23907
23908         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
23909
23910 2003-02-17  Bruno Haible  <bruno@clisp.org>
23911
23912         * lib/mkdtemp.h: New file, from GNU gettext.
23913         * lib/mkdtemp.c: New file, from GNU gettext.
23914
23915 2003-02-02  Jim Meyering  <jim@meyering.net>
23916
23917         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
23918         e.g. glibc-2.2.93.
23919
23920 2003-01-31  Bruno Haible  <bruno@clisp.org>
23921
23922         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
23923         'rpl_rename'.
23924         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
23925         'rpl_strnlen'.
23926         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
23927         'rpl_strtod'.
23928         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
23929         'rpl_utime'.
23930
23931 2003-01-31  Bruno Haible  <bruno@clisp.org>
23932
23933         * lib/rename.c: #undef rename before defining rpl_rename.
23934         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
23935
23936 2003-01-30  Bruno Haible  <bruno@clisp.org>
23937
23938         * modules/vasnprintf, modules/vasprintf: New modules.
23939         * MODULES.html.sh (func_all_modules): Add them.
23940
23941 2003-01-30  Bruno Haible  <bruno@clisp.org>
23942
23943         * m4/signed.m4: New file, from GNU gettext.
23944         * m4/longdouble.m4: New file, from GNU gettext.
23945         * m4/wchar_t.m4: New file, from GNU gettext.
23946         * m4/wint_t.m4: New file, from GNU gettext.
23947         * m4/vasnprintf.m4: New file.
23948         * m4/vasprintf.m4: New file.
23949
23950 2003-01-30  Bruno Haible  <bruno@clisp.org>
23951
23952         * lib/printf-args.h: New file, from GNU gettext.
23953         * lib/printf-args.c: New file, from GNU gettext.
23954         * lib/printf-parse.h: New file, from GNU gettext.
23955         * lib/printf-parse.c: New file, from GNU gettext.
23956         * lib/vasnprintf.h: New file, from GNU gettext.
23957         * lib/vasnprintf.c: New file, from GNU gettext.
23958         * lib/asnprintf.c: New file, from GNU gettext.
23959         * lib/vasprintf.h: New file, from GNU gettext with modifications.
23960         * lib/vasprintf.c: New file, from GNU gettext.
23961         * lib/asprintf.c: New file, from GNU gettext.
23962
23963 2003-01-29  Bruno Haible  <bruno@clisp.org>
23964
23965         * modules/stpncpy: New module.
23966         * MODULES.html.sh (func_all_modules): Add it.
23967
23968 2003-01-29  Bruno Haible  <bruno@clisp.org>
23969
23970         * m4/stpncpy.m4: New file.
23971
23972 2003-01-29  Bruno Haible  <bruno@clisp.org>
23973
23974         * lib/stpncpy.h: New file, from GNU gettext with modifications.
23975         * lib/stpncpy.c: New file, from GNU gettext with modifications.
23976
23977 2003-01-28  Bruno Haible  <bruno@clisp.org>
23978
23979         * modules/c-ctype: New module.
23980         * MODULES.html.sh (func_all_modules): Add it.
23981
23982 2003-01-28  Bruno Haible  <bruno@clisp.org>
23983
23984         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
23985         Paul Eggert.
23986         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
23987         Paul Eggert.
23988
23989 2003-01-27  Bruno Haible  <bruno@clisp.org>
23990
23991         * modules/xsetenv: New module.
23992         * MODULES.html.sh (func_all_modules): Add it.
23993
23994 2003-01-27  Bruno Haible  <bruno@clisp.org>
23995
23996         * lib/xsetenv.h: New file, from GNU gettext.
23997         * lib/xsetenv.c: New file, from GNU gettext.
23998
23999 2003-01-23  Jim Meyering  <jim@meyering.net>
24000
24001         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
24002         from working on systems without dirfd (at least Irix and OSF1/Tru64).
24003
24004 2003-01-23  Bruno Haible  <bruno@clisp.org>
24005
24006         * modules/minmax: New module.
24007         * MODULES.html.sh (func_all_modules): Add it.
24008
24009 2003-01-23  Bruno Haible  <bruno@clisp.org>
24010
24011         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
24012         Eggert.
24013
24014 2003-01-22  Bruno Haible  <bruno@clisp.org>
24015
24016         * modules/exit: New module.
24017         * MODULES.html.sh (func_all_modules): Add it.
24018
24019 2003-01-22  Bruno Haible  <bruno@clisp.org>
24020
24021         * lib/exit.h: New file, from GNU gettext.
24022
24023 2003-01-19  Bruno Haible  <bruno@clisp.org>
24024
24025         * gnulib-tool: Recognize option --extract-maintainer.
24026         (func_get_maintainer): New function.
24027         * modules/*: Add Maintainer entry.
24028
24029 2003-01-16  Jim Meyering  <jim@meyering.net>
24030
24031         * m4/regex.m4: The `regex' struct is both input and output.
24032         Initialize it before each use.  Patch by Tim Waugh.
24033
24034 2003-01-16  Bruno Haible  <bruno@clisp.org>
24035
24036         * MODULES.html.sh: Add a table of contents. Add the module name as
24037         leftmost column. Add hyperlinks.
24038
24039 2003-01-15  Bruno Haible  <bruno@clisp.org>
24040
24041         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
24042
24043 2003-01-15  Bruno Haible  <bruno@clisp.org>
24044
24045         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
24046         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
24047         suffix.
24048
24049 2003-01-15  Bruno Haible  <bruno@clisp.org>
24050
24051         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
24052
24053 2003-01-15  Bruno Haible  <bruno@clisp.org>
24054
24055         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
24056         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
24057
24058 2003-01-14  Jim Meyering  <jim@meyering.net>
24059
24060         * lib/same.c (same_name): Tweak a comment.
24061
24062 2003-01-14  Bruno Haible  <bruno@clisp.org>
24063
24064         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
24065         when a string comparison is sufficient.
24066
24067 2003-01-14  Bruno Haible  <bruno@clisp.org>
24068
24069         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
24070         'unsigned int'.
24071
24072 2003-01-14  Bruno Haible  <bruno@clisp.org>
24073
24074         * lib/hash-pjw.c: Add comment about low quality of this function.
24075
24076 2003-01-13  Bruno Haible  <bruno@clisp.org>
24077
24078         * modules/stpcpy: Distribute lib/stpcpy.h.
24079         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
24080
24081 2003-01-13  Bruno Haible  <bruno@clisp.org>
24082
24083         * modules/*: Add a description.
24084         * modules/strpbrk: Fix Makefile.am snippet.
24085         * modules/strtoimax: Fix dependencies.
24086         * modules/strtoumax: Likewise.
24087
24088 2003-01-13  Bruno Haible  <bruno@clisp.org>
24089
24090         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
24091         * modules/alloca (Makefile.am): All object files depend on alloca.h.
24092         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
24093
24094 2003-01-13  Bruno Haible  <bruno@clisp.org>
24095
24096         * gnulib-tool (func_create_testdir): Store config/* files in the main
24097         directory.
24098         * config.rpath: Move to ...
24099         * config/config.rpath: ... here.
24100         * modules/gettext: Contains config/config.rpath, not config.rpath.
24101         * modules/iconv: Likewise.
24102
24103 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24104
24105         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24106         to avoid collisions with libcurses and libreadline.
24107
24108         * m4/getstr.m4: Remove.
24109         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
24110
24111 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24112
24113         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24114         to avoid collisions with libcurses and libreadline.
24115
24116         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
24117         * lib/getstr.h, getstr.c: Remove.
24118         * lib/getline.c: Include "getline.h", to check interface.
24119         Move body of old getstr.c here: this defines MIN_CHUNK and
24120         declares getdelim2, which is renamed from getstr.
24121         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
24122
24123         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
24124         All uses changed.
24125         * lib/linebuffer.h: Likewise.
24126         (readline): Remove backward-compatibility macro.
24127
24128 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24129
24130         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24131         to avoid collisions with libcurses and libreadline.
24132         * getstr: Remove.
24133         * MODULES.html.sh: Remove getstr.
24134         * modules/getline: Depend on unlocked-io, not getstr.
24135
24136 2003-01-12  Jim Meyering  <jim@meyering.net>
24137
24138         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
24139
24140 2003-01-10  Bruno Haible  <bruno@clisp.org>
24141
24142         * modules/alloca: Change Makefile.am requirements. Simplify Include
24143         requirements. Add lib/alloca_.h to file list.
24144
24145 2003-01-10  Bruno Haible  <bruno@clisp.org>
24146
24147         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
24148
24149 2003-01-10  Bruno Haible  <bruno@clisp.org>
24150
24151         * lib/alloca_.h: New file.
24152         * lib/getdate.y: Unconditionally include alloca.h.
24153         * lib/makepath.c: Likewise.
24154         * lib/setenv.c: Likewise.
24155         * lib/userspec.c: Likewise.
24156
24157 2003-01-09  Karl Berry  <karl@gnu.org>
24158
24159         * MODULES.html.sh: include `dirname $0` in PATH, to find
24160         gnulib-tool.
24161
24162 2003-01-09  Bruno Haible  <bruno@clisp.org>
24163
24164         * modules/stdbool: Change configure.ac, Makefile.am requirements.
24165         Simplify Include requirements. Add lib/stdbool.h.in to file list.
24166
24167 2003-01-09  Bruno Haible  <bruno@clisp.org>
24168
24169         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
24170
24171 2003-01-09  Bruno Haible  <bruno@clisp.org>
24172
24173         * lib/stdbool.h.in: New file.
24174
24175 2003-01-09  Bruno Haible  <bruno@clisp.org>
24176
24177         * gnulib-tool (func_all_modules): Ignore files ending in ~.
24178         * MODULES.html.sh: Likewise.
24179
24180 2003-01-08  Jim Meyering  <jim@meyering.net>
24181
24182         * lib/full-write.c: Undefine and define-away `const' after inclusion
24183         of errno.h, not before.  Suggestion from Bruno Haible.
24184
24185 2003-01-08  Bruno Haible  <bruno@clisp.org>
24186
24187         * modules/full-read: Depend on full-write.
24188
24189 2003-01-08  Bruno Haible  <bruno@clisp.org>
24190
24191         * lib/safe-read.c: Include specification header first, to ensure its
24192         selfcontainedness.
24193         * lib/full-write.c: Likewise.
24194
24195 2003-01-07  Jim Meyering  <jim@meyering.net>
24196
24197         * lib/full-write.c: Rework so that it may serve to define full_read,
24198         too.
24199         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
24200
24201 2003-01-07  Bruno Haible  <bruno@clisp.org>
24202
24203         * lib/strtoimax.c: Include <stdint.h> as an alternative to
24204         <inttypes.h>.
24205         * lib/xstrtol.h: Likewise.
24206         * lib/xstrtoimax.c: Likewise.
24207         * lib/xstrtoumax.c: Likewise.
24208         * lib/human.h: Likewise.
24209
24210         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
24211         on systems that have <inttypes.h> but not <stdint.h>.
24212
24213 2003-01-07  Bruno Haible  <bruno@clisp.org>
24214
24215         * MODULES.html.sh: Add copyright notice.
24216         (missed_files): Omit CVS directory entries.
24217         (func_module): Make it work with sed-3.02.
24218         * MODULES.txt: Remove file.
24219
24220 2003-01-06  Jim Meyering  <jim@meyering.net>
24221
24222         * lib/version-etc.c: Update year in translatable copyright string.
24223
24224 2003-01-03  Karl Berry  <karl@gnu.org>
24225
24226         * config/config.{guess,sub}: update from prep.
24227
24228 2003-01-02  Karl Berry  <karl@gnu.org>
24229
24230         * doc/COPYING.DOC: belatedly updated to 1.2.
24231
24232 2003-01-01  Karl Berry  <karl@gnu.org>
24233
24234         * gnulib-tool (func_verify_module): report module name $module in
24235         error message, not $1.
24236         * gnulib-tool (create-testdir): don't complain if destdir couldn't
24237         be created, only if it doesn't exist.
24238         * gnulib-tool (last_checkin_date): don't expand the $Date here.
24239
24240 2002-12-31  Paul Eggert  <eggert@twinsun.com>
24241
24242         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
24243
24244 2002-12-31  Paul Eggert  <eggert@twinsun.com>
24245
24246         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
24247         memcmp if strcoll doesn't work.
24248
24249 2002-12-31  Bruno Haible  <bruno@clisp.org>
24250
24251         * lib/utime.c (utime_null): No need to call ftruncate if the file was
24252         nonempty.
24253
24254 2002-12-31  Bruno Haible  <bruno@clisp.org>
24255
24256         * lib/memcoll.c (STRCOLL): New macro.
24257         (memcoll): Use it.
24258
24259 2002-12-31  Bruno Haible  <bruno@clisp.org>
24260
24261         * lib/localcharset.h: New file.
24262         * lib/localcharset.c: Include it.
24263         * lib/unicodeio.c: Likewise.
24264
24265 2002-12-31  Bruno Haible  <bruno@clisp.org>
24266
24267         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
24268         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
24269
24270 2002-12-31  Bruno Haible  <bruno@clisp.org>
24271
24272         * lib/getline.h: Include <stddef.h>, for size_t.
24273
24274         * lib/unicodeio.h: Include <stddef.h>, for size_t.
24275         * lib/unicodeio.c: Don't include <stddef.h>.
24276
24277 2002-12-31  Bruno Haible  <bruno@clisp.org>
24278
24279         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
24280         HAVE_TM_ZONE.
24281
24282 2002-12-24  Karl Berry  <karl@gnu.org>
24283
24284         * config/config.guess: update from prep.
24285
24286 2002-12-24  Bruno Haible  <bruno@clisp.org>
24287
24288         General infrasructure.
24289         * m4/README: Rewritten.
24290         * m4/onceonly.m4: New file.
24291         * m4/onceonly_2_57.m4: New file.
24292
24293         Module atexit.
24294         * m4/atexit.m4: New file.
24295
24296         Module strtod.
24297         * m4/strtod.m4: New file.
24298
24299         Module strtol.
24300         * m4/strtol.m4: New file.
24301
24302         Module strtoul.
24303         * m4/strtoul.m4: New file.
24304
24305         Module memchr.
24306         * m4/memchr.m4: New file.
24307
24308         Module memcmp.
24309         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
24310         (jm_FUNC_MEMCMP): Invoke it.
24311
24312         Module memcpy.
24313         * m4/memcpy.m4: New file.
24314
24315         Module memmove.
24316         * m4/memmove.m4: New file.
24317
24318         Module memset.
24319         * m4/memset.m4: New file.
24320
24321         Module strcspn.
24322         * m4/strcspn.m4: New file.
24323
24324         Module strpbrk.
24325         * m4/strpbrk.m4: New file.
24326
24327         Module strstr.
24328         * m4/strstr.m4: New file.
24329
24330         Module strerror.
24331         * m4/strerror.m4: New file.
24332
24333         Module mktime.
24334         * m4/mktime.m4: Renamed from jm-mktime.m4.
24335         (gl_PREREQ_MKTIME): New macro.
24336         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
24337
24338         Module malloc.
24339         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
24340         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
24341         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
24342
24343         Module realloc.
24344         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
24345         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
24346         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
24347
24348         Module strftime.
24349         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
24350         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
24351         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
24352         gl_TM_GMTOFF.
24353         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
24354
24355         Module xalloc.
24356         * m4/xalloc.m4: New file.
24357
24358         Module alloca.
24359         * m4/alloca.m4: New file.
24360
24361         Module putenv.
24362         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
24363         (jm_FUNC_PUTENV): Invoke it.
24364
24365         Module setenv.
24366         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
24367         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
24368         when invoked twice.
24369         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
24370         gt_FUNC_SETENV.
24371
24372         Module memrchr.
24373         * m4/memrchr.m4: New file.
24374
24375         Module stpcpy.
24376         * m4/stpcpy.m4: New file.
24377
24378         Module strcase.
24379         * m4/strcase.m4: New file.
24380
24381         Module strdup.
24382         * m4/strdup.m4: New file.
24383
24384         Module strnlen.
24385         * m4/strnlen.m4: New file.
24386
24387         Module strndup.
24388         * m4/strndup.m4: New file.
24389
24390         Module xstrtod.
24391         * m4/xstrtod.m4: New file.
24392
24393         Module xstrtol.
24394         * m4/xstrtol.m4: New file.
24395
24396         Module getdate.
24397         * m4/getdate.m4: New file.
24398
24399         Module unlocked-io.
24400         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
24401         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
24402         * m4/jm-glibc-io.m4n: Remove file.
24403
24404         Module long-options.
24405         * m4/long-options.m4: New file.
24406
24407         Module md5.
24408         * m4/md5.m4: New file.
24409
24410         Module sha.
24411         * m4/sha.m4: New file.
24412
24413         Module getstr.
24414         * m4/getstr.m4: New file.
24415
24416         Module getline.
24417         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
24418         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
24419         <sys/types.h>, for size_t. Use the function name gnu_getline, not
24420         simply getline. Infoke gl_PREREQ_GETLINE.
24421
24422         Module obstack.
24423         * m4/obstack.m4: New file.
24424
24425         Module hash.
24426         * m4/hash.m4: New file.
24427
24428         Module readtokens.
24429         * m4/readtokens.m4: New file.
24430
24431         Module strverscmp.
24432         * m4/strverscmp.m4: New file.
24433
24434         Module stdbool.
24435         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
24436         OSF/1.
24437
24438         Module strtoll.
24439         * m4/strtoll.m4: New file.
24440
24441         Module strtoull.
24442         * m4/strtoull.m4: New file.
24443
24444         Module strtoimax.
24445         * m4/strtoimax.m4: New file.
24446
24447         Module strtoumax.
24448         * m4/strtoumax.m4: New file.
24449
24450         Module xstrtoimax.
24451         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
24452         jm_AC_PREREQ_XSTRTOIMAX.
24453         Moved the strtol prerequisites to strtol.m4.
24454         Moved the strtoll prerequisites to strtoll.m4.
24455         Moved the strtoimax prerequisites to strtoimax.m4.
24456
24457         Module xstrtoumax.
24458         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
24459         jm_AC_PREREQ_XSTRTOUMAX.
24460         Moved the strtoul prerequisites to strtoul.m4.
24461         Moved the strtoull prerequisites to strtoull.m4.
24462         Moved the strtoumax prerequisites to strtoumax.m4.
24463
24464         Module chown.
24465         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
24466         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
24467
24468         Module dup2.
24469         * m4/dup2.m4: New file.
24470
24471         Module ftruncate.
24472         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
24473         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
24474
24475         Module getgroups.
24476         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
24477         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
24478
24479         Module gettimeofday.
24480         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
24481         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
24482         gl_PREREQ_GETTIMEOFDAY.
24483
24484         Module mkdir.
24485         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
24486         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
24487
24488         Module mkstemp.
24489         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
24490         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
24491         jm_AC_TYPE_UINTMAX_T.
24492         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
24493
24494         Module stat.
24495         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
24496         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
24497
24498         Module lstat.
24499         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
24500         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
24501
24502         Module timespec.
24503         * m4/timespec.m4 (gl_TIMESPEC): New macro.
24504         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
24505         * m4/st_mtim.m4: Indentation.
24506
24507         Module nanosleep.
24508         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
24509         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
24510         gl_PREREQ_NANOSLEEP.
24511
24512         Module regex.
24513         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
24514         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
24515         (gl_REGEX): New macro.
24516
24517         Module rename.
24518         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
24519         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
24520
24521         Module rmdir.
24522         * m4/rmdir.m4: New file.
24523
24524         Module utime.
24525         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
24526         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
24527         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
24528
24529         Module dirname.
24530         * m4/dirname.m4: New file.
24531
24532         Module getopt.
24533         * m4/getopt.m4: New file.
24534
24535         Module unistd-safer.
24536         * m4/unistd-safer.m4: New file.
24537
24538         Module fnmatch.
24539         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
24540         declaration.
24541         (gl_PREREQ_FNMATCH_EXTRA): New macro.
24542         (gl_FUNC_FNMATCH_POSIX): New macro.
24543         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
24544         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
24545         simply fnmatch.
24546
24547         Module exclude.
24548         * m4/exclude.m4: New file.
24549
24550         Module human.
24551         * m4/human.m4: New file.
24552
24553         Module acl.
24554         * m4/acl.m4: Nop.
24555
24556         Module backupfile.
24557         * m4/backupfile.m4: New file.
24558         * m4/d-ino.m4: Indentation.
24559
24560         Module fsusage.
24561         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
24562         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
24563         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
24564
24565         Module dirfd.
24566         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
24567         requirements.
24568
24569         Module euidaccess.
24570         * m4/euidaccess.m4: New file.
24571
24572         Module file-type.
24573         * m4/file-type.m4: New file.
24574
24575         Module fileblocks.
24576         * m4/fileblocks.m4: New file.
24577
24578         Module filemode.
24579         * m4/filemode.m4: New file.
24580
24581         Module isdir.
24582         * m4/isdir.m4: New file.
24583
24584         Module lchown.
24585         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
24586         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
24587
24588         Module makepath.
24589         * m4/makepath.m4: New file.
24590
24591         Module modechange.
24592         * m4/modechange.m4: New file.
24593
24594         Module mountlist.
24595         * m4/mountlist.m4: New file.
24596         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
24597         Indentation.
24598
24599         Module path-concat.
24600         * m4/path-concat.m4: New file.
24601
24602         Module pathmax.
24603         * m4/pathmax.m4: New file.
24604
24605         Module same.
24606         * m4/same.m4: New file.
24607
24608         Module save-cwd.
24609         * m4/save-cwd.m4: New file.
24610
24611         Module savedir.
24612         * m4/savedir.m4: New file.
24613
24614         Module xgetcwd.
24615         * m4/xgetcwd.m4: New file.
24616         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
24617
24618         Module xreadlink.
24619         * m4/xreadlink.m4: New file.
24620
24621         Module safe-read.
24622         * m4/safe-read.m4: New file.
24623
24624         Module safe-write.
24625         * m4/safe-write.m4: New file.
24626
24627         Module closeout.
24628         * m4/closeout.m4: New file.
24629
24630         Module stdio-safer.
24631         * m4/stdio-safer.m4: New file.
24632
24633         Module getpass.
24634         * m4/getpass.m4: New file.
24635
24636         Module getugroups.
24637         * m4/getugroups.m4: New file.
24638
24639         Module group-member.
24640         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
24641         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
24642
24643         Module idcache.
24644         * m4/idcache.m4: New file.
24645
24646         Module userspec.
24647         * m4/userspec.m4: New file.
24648
24649         Module gettime.
24650         * m4/clock_time.m4: New file.
24651         * m4/gettime.m4: New file.
24652
24653         Module settime.
24654         * m4/settime.m4: New file.
24655
24656         Module posixtm.
24657         * m4/posixtm.m4: New file.
24658
24659         Module gethostname.
24660         * m4/gethostname.m4: New file.
24661
24662         Module canon-host.
24663         * m4/canon-host.m4: New file.
24664
24665         Module gettext.
24666         * m4/codeset.m4: New file, from gettext-0.11.5.
24667         * m4/gettext.m4: New file, from gettext-0.11.5.
24668         * m4/glibc21.m4: New file, from gettext-0.11.5.
24669         * m4/iconv.m4: New file, from gettext-0.11.5.
24670         * m4/intdiv0.m4: New file, from gettext-0.11.5.
24671         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
24672         * m4/inttypes.m4: New file, from gettext-0.11.5.
24673         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
24674         * m4/isc-posix.m4: New file, from gettext-0.11.5.
24675         * m4/lcmessage.m4: New file, from gettext-0.11.5.
24676         * m4/lib-ld.m4: New file, from gettext-0.11.5.
24677         * m4/lib-link.m4: New file, from gettext-0.11.5.
24678         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
24679         * m4/progtest.m4: New file, from gettext-0.11.5.
24680         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
24681         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
24682         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
24683
24684         Module localcharset.
24685         * m4/localcharset.m4: New file.
24686
24687         Module hard-locale.
24688         * m4/hard-locale.m4: New file.
24689
24690         Module mbswidth.
24691         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
24692         onceonly macros.
24693         * m4/mbrtowc.m4: Add comment.
24694
24695         Module memcasecmp.
24696         * m4/memcasecmp.m4: New file.
24697
24698         Module memcoll.
24699         * m4/memcoll.m4: New file.
24700
24701         Module unicodeio.
24702         * m4/unicodeio.m4: New file.
24703
24704         Module rpmatch.
24705         * m4/rpmatch.m4: New file.
24706
24707         Module yesno.
24708         * m4/yesno.m4: New file.
24709
24710         Module exitfail.
24711         * m4/exitfail.m4: New file.
24712
24713         Module c-stack.
24714         * m4/c-stack.m4 (gl_C_STACK): New macro.
24715         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
24716
24717         Module error.
24718         * m4/error.m4 (gl_ERROR): New macro.
24719         (jm_PREREQ_ERROR): Use onceonly macros.
24720
24721         Module fatal.
24722         * m4/fatal.m4: New file.
24723
24724         Module getloadavg.
24725         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
24726         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
24727
24728         Module getpagesize.
24729         * m4/getpagesize.m4: New file.
24730
24731         Module getusershell.
24732         * m4/getusershell.m4: New file.
24733
24734         Module physmem.
24735         * m4/physmem.m4: New file.
24736
24737         Module posixver.
24738         * m4/posixver.m4: New file.
24739
24740         Module quotearg.
24741         * m4/quotearg.m4: New file.
24742
24743         Module quote.
24744         * m4/quote.m4: New file.
24745
24746         Module readutmp.
24747         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
24748
24749         Module sig2str.
24750         * m4/sig2str.m4: New file.
24751
24752         Other.
24753         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
24754         ulonglong.m4.
24755         * m4/intmax_t.m4: New file.
24756         * m4/d-type.m4: Indentation.
24757         * m4/jm-macros.m4: Update.
24758         * m4/prereq.m4 (jm_PREREQ): Update.
24759         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
24760         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
24761         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
24762         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
24763         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
24764         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
24765         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
24766         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
24767         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
24768         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
24769         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
24770         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
24771         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
24772         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
24773         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
24774         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
24775         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
24776         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
24777         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
24778
24779 2002-12-24  Bruno Haible  <bruno@clisp.org>
24780
24781         * MODULES.txt: Update according to m4/ changes.
24782
24783         Module gettext.
24784         * config.rpath: New file, from gettext-0.11.5.
24785
24786         * modules/*: New module descriptions.
24787         * gnulib-tool: New file.
24788         * MODULES.html.sh: New file.
24789
24790 2002-12-21  Karl Berry  <karl@gnu.org>
24791
24792         * doc/fdl.texi: update to version 1.2.
24793
24794 2002-12-19  Karl Berry  <karl@gnu.org>
24795
24796         * config/config.guess: update from prep.
24797
24798 2002-12-18  Bruno Haible  <bruno@clisp.org>
24799
24800         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
24801         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
24802
24803 2002-12-17  Bruno Haible  <bruno@clisp.org>
24804
24805         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
24806         stdlib.h, string.h.
24807
24808 2002-12-17  Bruno Haible  <bruno@clisp.org>
24809
24810         * lib/canon-host.c (strdup): Remove unused declaration.
24811
24812         * lib/fsusage.c: Include full_read.h.
24813         (get_fs_usage): Use full_read instead of safe_read.
24814
24815         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
24816
24817 2002-12-12  Karl Berry  <karl@gnu.org>
24818
24819         * config/config.guess: update from prep.
24820
24821 2002-12-11  Bruno Haible  <bruno@clisp.org>
24822
24823         * m4/setenv.m4: New file, from gettext-0.11.5.
24824
24825 2002-12-11  Bruno Haible  <bruno@clisp.org>
24826
24827         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
24828         not unsetenv().
24829         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
24830         modifications:
24831
24832         2002-12-11  Bruno Haible  <bruno@clisp.org>
24833
24834                 * setenv.c (alloca): Fall back to malloc.
24835                 (freea): New macro.
24836                 (setenv): Use freea() to free memory allocated with alloca().
24837
24838         2002-11-13  Bruno Haible  <bruno@clisp.org>
24839
24840                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
24841                 function declarations.
24842                 * unsetenv.c (unsetenv): Likewise.
24843
24844         2002-03-04  Bruno Haible  <bruno@clisp.org>
24845
24846                 Portability to AIX 4.3.3.
24847                 * unsetenv.c: New file, extracted from setenv.c.
24848                 * setenv.c: Move the unsetenv() function to unsetenv.c.
24849
24850         2001-12-20  Bruno Haible  <bruno@clisp.org>
24851
24852                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
24853                 use malloc instead. For SunOS 4.
24854
24855         2001-12-11  Bruno Haible  <bruno@clisp.org>
24856
24857                 * setenv.c: Declare alloca.
24858                 (compar_fn_t): New typedef.
24859                 (KNOWN_VALUE, STORE_VALUE): Use it.
24860
24861         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
24862         setenv.h.
24863
24864 2002-12-10  Paul Eggert  <eggert@twinsun.com>
24865
24866         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
24867         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
24868         Choose values that are less likely to collide with system fnmatch
24869         options.
24870         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
24871         defined (e.g., a pure POSIX system).
24872         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
24873         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
24874
24875 2002-12-06  Paul Eggert  <eggert@twinsun.com>
24876
24877         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
24878         a pain in practice to deal with generated m4 files.  This change
24879         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
24880
24881         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
24882         and jm-glibc-io.m4, as they are no longer a special case.
24883         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
24884         kludge and the auto-generation stuff.  Check only whether the
24885         functions are declared, not whether they exist, since older hosts
24886         that don't declare the functions can't use the optimization anyway.
24887
24888 2002-12-06  Jim Meyering  <jim@meyering.net>
24889
24890         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
24891
24892         Merge in changes from libc's misc/error.c, in preparation
24893         for the merge of gnulib's changes back into libc.
24894
24895         * lib/error.c (_): Define only if not already defined.
24896         Move definition to follow all #include directives.
24897         Include unlocked-io.h only if !_LIBC.
24898         [_LIBC]: Include <libio/libioP.h>.
24899         [USE_IN_LIBIO]: Include <libio/iolibio.h>
24900         (fflush): Tweak definition to use INTUSE.
24901         (putc): Define.
24902
24903 2002-12-05  Paul Eggert  <eggert@twinsun.com>
24904
24905         * lib/alloca.c [defined emacs]: Include "lisp.h".
24906         (xalloc_die) [defined emacs]: New macro.
24907         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
24908         [! defined emacs]: Include <xalloc.h>.
24909         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
24910         (pointer): Typedef to POINTER_TYPE *.
24911         (malloc): Remove decl; we now always use xmalloc.
24912         (alloca): Use old-style definition, since Emacs needs this.
24913         Check for arithmetic overflow when computing combined size.
24914
24915 2002-12-04  Paul Eggert  <eggert@twinsun.com>
24916
24917         Do not generate unlocked-io.h automatically, since it's easier to
24918         maintain it by hand.
24919
24920         * lib/unlocked-io.h: New file, from GNU diffutils,
24921         but with proper copyright notice and attribution.
24922         * lib/gen-uio: Remove.
24923         * lib/Makefile.am: Add copyright notice.
24924         (libfetish_a_SOURCES): Add unlocked-io.h.
24925         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
24926         (DISTCLEANFILES, io_functions): Remove macros.
24927         (EXTRA_DIST): Remove gen_uio.
24928         (unlocked-io.h): Remove rule.
24929
24930 2002-12-04  Jim Meyering  <jim@meyering.net>
24931
24932         Reflect the fact that stat.c and lstat.c are no longer generated.
24933         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
24934         (DISTCLEANFILES): Likewise.
24935         (EXTRA_DIST): Likewise.
24936         (all_local): Don't depend on stat.c or lstat.c.
24937         (stat.c, lstat.c): Remove rules.
24938         (EXTRA_DIST): Remove xstat.in.
24939
24940         * lib/xstat.in: Remove file.  Contents moved into stat.c.
24941         * lib/stat.c: New file.  Contents mostly from xstat.in.
24942         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
24943         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
24944
24945         * lib/safe-read.c: Rework so that it may serve to define safe_write,
24946         too.
24947         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
24948
24949 2002-12-03  Jim Meyering  <jim@meyering.net>
24950
24951         * lib/safe-read.c, safe-write.c: Change variable names and comments,
24952         but not semantics, to minimize the differences between these two files.
24953         (safe_read): Change comment to mention SAFE_READ_ERROR.
24954
24955         * lib/safe-read.c (IS_EINTR): Define.
24956         (safe_read): Use IS_EINTR in place of in-function cpp directives.
24957
24958 2002-12-02  Jim Meyering  <jim@meyering.net>
24959
24960         * lib/safe-read.c (EINTR): Define.
24961         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24962         (INT_MAX): Provide fallback.
24963         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
24964
24965         * lib/safe-read.h (SAFE_READ_ERROR): Define.
24966
24967 2002-12-02  Bruno Haible  <bruno@clisp.org>
24968
24969         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
24970         Define, taken from safe-read.c.
24971         (INT_MAX): Provide fallback.
24972         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
24973         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
24974
24975         * lib/safe-read.c (EINTR): Remove definition.
24976         (safe_read): Don't use EINTR if it is absent.
24977
24978 2002-12-01  Jim Meyering  <jim@meyering.net>
24979
24980         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
24981         zero.
24982         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
24983
24984 2002-11-27  Paul Eggert  <eggert@twinsun.com>
24985
24986         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
24987         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
24988         with `if (! (value < limit)) abort ();', for readability.
24989
24990 2002-11-26  Karl Berry  <karl@gnu.org>
24991
24992         * lib/strdup.c: copy from libc again, with jim's ok.
24993         * lib/.cppi-disable: re-add strdup.c
24994
24995 2002-11-25  Karl Berry  <karl@gnu.org>
24996
24997         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
24998         instead of "strtol.c".
24999
25000 2002-11-25  Karl Berry  <karl@gnu.org>
25001
25002         * config/install-sh: update from automake for variable quoting, $0 in
25003         error msgs, etc.
25004
25005         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
25006         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
25007         entry.
25008
25009 2002-11-25  Jim Meyering  <jim@meyering.net>
25010
25011         * lib/mktime.c: Sync from libc, now that it has the latest fix.
25012
25013 2002-11-24  Karl Berry  <karl@gnu.org>
25014
25015         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
25016         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
25017
25018 2002-11-24  Jim Meyering  <jim@meyering.net>
25019
25020         Update from coreutils:
25021
25022         * lib/mktime.c: Merge in changes from libc.
25023
25024         Avoid a link-time failure on some Linux systems.
25025         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
25026         (otherwise).
25027         (__mon_yday): Declare with the STATIC attribute.
25028         (__mktime_internal): Likewise.
25029         Based on a report from Greg Schafer.
25030
25031 2002-11-23  Jim Meyering  <jim@meyering.net>
25032
25033         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
25034         Use `unsigned', not `int', as type of index.
25035
25036         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
25037
25038         * lib/fsusage.c: Remove unneeded parentheses around operands of
25039         `defined'.
25040
25041 2002-11-22  Paul Eggert  <eggert@twinsun.com>
25042
25043         * lib/quotearg.h: Allow multiple inclusion by surrounding with
25044         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
25045         so that we can be included first.
25046         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
25047         * lib/quotearg.c: Include quotearg.h immediately after config.h.
25048         No need to include stddef.h or sys/types.h any more.
25049         Surround local include files with "", not "<>".
25050         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
25051         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
25052         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
25053         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
25054         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
25055         (ISPRINT): Remove; no longer needed now that we assume C89.
25056
25057         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
25058         Preserve errno.
25059
25060         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
25061         quotearg_char): Use SIZE_MAX rather than
25062         (size_t) -1 when we are talking about "infinity".
25063
25064         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
25065
25066 2002-11-22  Paul Eggert  <eggert@twinsun.com>
25067
25068         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
25069         hint that one should use `if (! x) abort ();' rather than `assert
25070         (x);', and anyway it's one less thing to worry about configuring.
25071         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
25072         hash_rehash, hash_insert): Use abort rather than assert.
25073
25074 2002-11-22  Bruno Haible  <bruno@clisp.org>
25075
25076         * lib/safe-read.h: Assume C89. Add comments.
25077         (safe_read): Change return type to size_t.
25078         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
25079         byte counts > SSIZE_MAX correctly.
25080         * lib/safe-write.h: New file.
25081         * lib/safe-write.c: New file.
25082         * lib/full-read.h: New file.
25083         * lib/full-read.c: New file.
25084         * lib/full-write.h: Assume C89. Add comments.
25085         * lib/full-write.c: Include safe-write.h.
25086         (full_write): Rewritten to use safe_write.
25087         Suggested by Jim Meyering and Paul Eggert.
25088
25089 2002-11-21  Jim Meyering  <jim@meyering.net>
25090
25091         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
25092
25093         Merge in changes from the coreutils.
25094
25095         2002-09-25  Paul Eggert  <eggert@twinsun.com>
25096         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
25097         <stdint.h>.
25098         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
25099         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
25100         int.  Work more efficiently if X is the same width as uintmax_t.
25101         Do not compare X to -1, to avoid bogus compiler warning.
25102         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
25103         Don't assume that f_frsize and f_bsize are the same type.
25104
25105         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
25106         warning on FreeBSD.
25107
25108         * lib/makepath.c (make_path): Restore umask *before* creating the final
25109         component.
25110         (make_path): Minor reformatting.
25111
25112         * lib/xmalloc.c: Adjust to work with new autoconf macros,
25113         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
25114         HAVE_MALLOC/HAVE_REALLOC.
25115
25116         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
25117         dummy ones.  At least on GNU/Linux systems, `auto' means something
25118         else.
25119         From Michael Stone.
25120
25121 2002-11-21  Bruno Haible  <bruno@clisp.org>
25122
25123         Remove case insensitive option matching.
25124         * lib/argmatch.h (argcasematch): Remove declaration.
25125         (ARGCASEMATCH): Remove macro.
25126         (__xargmatch_internal): Remove case_sensitive argument.
25127         (XARGMATCH): Update.
25128         (XARGCASEMATCH): Remove macro.
25129         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
25130         case_sensitive argument.
25131         (argcasematch): Remove function.
25132         (__xargmatch_internal): Remove case_sensitive argument.
25133         (main): Use XARGMATCH instead of XARGCASEMATCH.
25134
25135         * lib/xmalloc.c: Change compile-time error message. Add comment about
25136         required autoconf version.
25137
25138 2002-11-20  Paul Eggert  <eggert@twinsun.com>
25139
25140         Merge argmatch cleanups from Bison.  Assume C89.
25141
25142         * lib/argmatch.c: Include config.h here, not in argmatch.h.
25143         Include stdlib.h, for EXIT_FAILURE.
25144         Always include <string.h>, since we assume C89.
25145         (EXIT_FAILURE): Remove pre-C89 bug workaround.
25146         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
25147         Include <stddef.h> instead, since it's all we need for size_t.
25148         (PARAMS): Remove.  All uses removed.
25149         (ARRAY_CARDINALITY): Do not bother to #undef.
25150         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
25151         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
25152         Remove unnecessary parentheses.
25153         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
25154         Insert necessary parentheses.
25155         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
25156         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
25157
25158 2002-11-19  Bruno Haible  <bruno@clisp.org>
25159
25160         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
25161         * lib/mbswidth.h: Include <stddef.h>, for size_t.
25162
25163         * lib/mbswidth.h (PARAMS): Remove macro.
25164         (mbswidth, mbsnwidth): Use ANSI C function declarations.
25165         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
25166
25167         * lib/gcd.h (PARAMS): Remove macro.
25168         (gcd): Use ANSI C function declarations.
25169         * lib/gcd.c (gcd): Likewise.
25170
25171 2002-11-15  Bruno Haible  <bruno@clisp.org>
25172
25173         * lib/strcspn.c: Include <stddef.h>.
25174         (strcspn): Use ANSI C function declaration. Change return type to
25175         size_t. Use NULL.
25176         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
25177         (strpbrk): Use NULL.
25178         * lib/strpbrk.h (PARAMS): Remove macro.
25179         (strpbrk): Use ANSI C function declaration.
25180         * lib/strstr.c: Don't include <sys/types.h>.
25181         * lib/strstr.h (PARAMS): Remove macro.
25182         (strstr): Use ANSI C function declarations.
25183
25184 2002-11-14  Karl Berry  <karl@gnu.org>
25185
25186         * config/mkinstalldirs: `do' on separate line, instead of
25187         `for var; do'.
25188
25189 2002-11-06  Bruno Haible  <bruno@clisp.org>
25190
25191         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
25192         * lib/gcd.c (gcd): Likewise.
25193
25194 2002-11-05  Bruno Haible  <bruno@clisp.org>
25195
25196         * lib/gcd.h: New file, from gettext-0.11.5.
25197         * lib/gcd.c: New file, from gettext-0.11.5.
25198
25199 2002-11-05  Bruno Haible  <bruno@clisp.org>
25200
25201         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25202         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25203         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25204         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25205
25206         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
25207         <libintl.h>.
25208         * lib/makepath.c: Include gettext.h instead of <locale.h> and
25209         <libintl.h>.
25210
25211         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
25212         * lib/human.c: Include gettext.h instead of <libintl.h>.
25213         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
25214         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
25215         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
25216         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
25217         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
25218         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
25219         (textdomain): Remove definition.
25220         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
25221
25222         * lib/long-options.c: Remove include of <libintl.h> and definition of
25223         _.
25224         * lib/same.c: Remove include of <libintl.h> and definition of _.
25225
25226 2002-11-04  Owen Taylor  <otaylor@redhat.com>
25227
25228         * lib/config.charset: A few additions for Solaris.
25229
25230 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
25231
25232         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
25233         * lib/localcharset.c (locale_charset): Declare as extern "C".
25234
25235 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
25236
25237         * lib/config.charset: msdos in uk_UA uses CP1125.
25238
25239 2002-11-04  Bruno Haible  <bruno@clisp.org>
25240
25241         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
25242         * lib/strcase.h: New file, from GNU gettext-0.11.5.
25243         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
25244         * lib/strstr.h: New file, from GNU gettext-0.11.5.
25245         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
25246
25247 2002-11-04  Bruno Haible  <bruno@clisp.org>
25248
25249         * lib/localcharset.c (locale_charset): Don't return an empty string.
25250
25251 2002-11-04  Bruno Haible  <bruno@clisp.org>
25252
25253         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
25254         aliases.
25255
25256 2002-11-04  Bruno Haible  <bruno@clisp.org>
25257
25258         * lib/config.charset: Update for newest glibc. Add canonical names
25259         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
25260
25261 2002-11-04  Bruno Haible  <bruno@clisp.org>
25262
25263         * lib/config.charset: Add support for NetBSD.
25264
25265 2002-11-04  Bruno Haible  <bruno@clisp.org>
25266
25267         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
25268
25269 2002-11-01  Bruno Haible  <bruno@clisp.org>
25270
25271         * configure.in: Add AC_CONFIG_AUX_DIR call.
25272         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
25273         test/Makefile.
25274         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
25275
25276 2002-09-28  Karl Berry  <karl@gnu.org>
25277
25278         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
25279         installed automake until the next release, since changes have been
25280         made.
25281
25282 2002-09-25  Karl Berry  <karl@gnu.org>
25283
25284         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
25285         * lib/getopt*: copy from libc/posix.
25286         * lib/gettext.h: copy from gettext.
25287         * lib/.cppi-disable: add strdup.c, gettext.h.
25288
25289 2002-09-25  Karl Berry  <karl@gnu.org>
25290
25291         * config/srclist.txt: enable gettext.h check.
25292         * config/config.{guess,sub}: update from prep.
25293         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
25294                 from automake 1.6.3.
25295         See srclist*.
25296
25297 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
25298
25299         * regex.c (PATFETCH): Remove the translating fetch.
25300         (PATFETCH_RAW): Rename to PATFETCH.
25301         (set_image_of_range): New fun.
25302         (SET_RANGE_TABLE_WORK_AREA): Use it.
25303         (regex_compile): Don't translate the pattern chars so eagerly.
25304         Only do it when inserting an `exactn' bytecode or when handling
25305         a char-range.
25306         (mutually_exclusive_p): Avoid empty statement.
25307
25308 2002-07-06  Jim Meyering  <meyering@lucent.com>
25309
25310         * m4/README: Don't mention Makefile.am.in.
25311         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
25312
25313 2002-07-01  Jim Meyering  <meyering@lucent.com>
25314
25315         * lib/c-stack.c: Include sys/time.h.
25316         From Volker Borchert.
25317
25318 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25319
25320         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
25321
25322 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25323
25324         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
25325         New macro.  Use it uniformly instead of
25326         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
25327         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
25328         reported by Vin Shelton.
25329
25330 2002-06-22  Paul Eggert  <eggert@twinsun.com>
25331
25332         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
25333         Do not assume SA_SIGINFO behavior.
25334         Bug reported by Jim Meyering on NetBSD 1.5.2.
25335
25336 2002-06-22  Jim Meyering  <meyering@lucent.com>
25337
25338         * m4/c-stack.m4: New file, from diffutils-2.8.2.
25339         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
25340
25341         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
25342         now that configure.ac uses AC_GNU_SOURCE.
25343         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
25344         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
25345
25346         Update to latest tools.  Suggestions from Paul Eggert.
25347         * m4/stdbool.m4: New file, from diffutils-2.8.2.
25348         * m4/gnu-source.m4: Update from diffutils-2.8.2.
25349         * m4/fnmatch.m4: Likewise.
25350         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
25351         to AC_HEADER_STDBOOL
25352
25353 2002-06-22  Jim Meyering  <meyering@lucent.com>
25354
25355         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
25356         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
25357
25358 2002-06-22  Jim Meyering  <meyering@lucent.com>
25359
25360         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
25361
25362         * lib/exitfail.c, exitfail.h: Likewise.
25363         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
25364
25365         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
25366         of fnmatch.h.
25367         (EXTRA_DIST): Add fnmatch_loop.c.
25368         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
25369
25370         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
25371         * lib/fnmatch.c: Update from diffutils-2.8.2.
25372         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
25373         * lib/fnmatch.h: Remove file.
25374
25375 2002-06-21  Jim Meyering  <meyering@lucent.com>
25376
25377         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
25378         * m4/mbrtowc.m4: Likewise.
25379
25380         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
25381         * m4/mbswidth.m4: Reflect name change:
25382         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
25383         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
25384
25385         * m4/lib-link.m4: Update from gettext-0.11.2.
25386         * m4/gettext.m4: Likewise.
25387
25388         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
25389         From Alfred M. Szmidt.
25390
25391 2002-06-18  Paul Eggert  <eggert@twinsun.com>
25392
25393         * lib/file-type.h: Report an error if neither S_ISREG nor
25394         S_IFREG is defined, instead of using a test specific to glibc
25395         2.2.  This should be safe, since POSIX requires S_ISREG and
25396         Unix Version 7 had S_IFREG.  We don't need to check for
25397         <sys/types.h> since we don't use any symbols that it defines.
25398
25399 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
25400
25401         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
25402         $@-t, so that each temporary file name is unique and valid in the first
25403         8 characters, for operation under DOS.
25404
25405 2002-06-15  Paul Eggert  <eggert@twinsun.com>
25406
25407         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
25408
25409 2002-06-15  Jim Meyering  <meyering@lucent.com>
25410
25411         Work even with DJGPP 2.03, which lacks support for symlinks.
25412         From Richard Dawe.
25413         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
25414         is defined.
25415         * lib/lchown.c (S_ISLNK): Likewise.
25416
25417 2002-06-15  Jim Meyering  <meyering@lucent.com>
25418
25419         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
25420         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
25421         have been included before this file.
25422
25423 2002-06-14  Jim Meyering  <meyering@lucent.com>
25424
25425         * lib/file-type.h: Use the version from diffutils-2.8.2.
25426         * lib/file-type.c: Likewise.
25427
25428 2002-06-07  Jim Meyering  <meyering@lucent.com>
25429
25430         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
25431         They're needed at least for NetBSD 1.5.2.
25432         ($statxfs_includes): Include those same headers.
25433         ($statxfs_includes): Include sys/vfs.h if available.
25434         ($statxfs_includes): Likewise for sys/statvfs.h.
25435         Check for the following members in both structs statfs and statvfs:
25436         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
25437
25438 2002-06-01  Jim Meyering  <meyering@lucent.com>
25439
25440         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
25441         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
25442
25443 2002-05-28  Jim Meyering  <meyering@lucent.com>
25444
25445         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
25446         Reported by Volker Borchert.
25447
25448 2002-05-27  Jim Meyering  <meyering@lucent.com>
25449
25450         Fix a problem seen only on nonconforming systems whereby ls.c's
25451         use of localtime, and then of gettimeofday would cause trouble:
25452         the localtime call used to initialize rpl_gettimeofday's save
25453         mechanism would clobber ls's current local time information so
25454         that in any long listing the first file would always be listed
25455         with date 1970-01-01.  Analysis by Volker Borchert.
25456
25457         * lib/gettimeofday.c (localtime): Undefine.
25458         (rpl_localtime): New function.
25459
25460 2002-05-27  Jim Meyering  <meyering@lucent.com>
25461
25462         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
25463         localtime.
25464
25465         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
25466         use the replacement function; it wouldn't resolve at link time.
25467         Reported by Volker Borchert.
25468
25469 2002-05-22  Jim Meyering  <meyering@lucent.com>
25470
25471         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
25472         file-type.h.
25473         * lib/file-type.h: New file.
25474         * lib/file-type.c (file_type): New file/function.  Extracted from
25475         diffutils.
25476
25477 2002-04-30  Jim Meyering  <meyering@lucent.com>
25478
25479         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
25480
25481 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25482
25483         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
25484
25485 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25486
25487         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
25488         Do not check for alloca.h (no longer used) or stdbool.h (was never
25489         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
25490
25491 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25492
25493         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
25494
25495 2002-04-29  Jim Meyering  <meyering@lucent.com>
25496
25497         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
25498         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
25499         Use AC_FUNC_STRNLEN here instead.
25500
25501         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
25502         With autoconf-2.53a, it's part of AC_PROG_CC.
25503
25504 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25505
25506         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
25507         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
25508
25509 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25510
25511         * lib/sig2str.h, lib/sig2str.c: New files.
25512         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
25513
25514 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25515
25516         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
25517         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
25518         of 127, since 64 is the largest conceivable number for ancient
25519         nonstandard hosts.
25520         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
25521
25522 2002-04-28  Jim Meyering  <meyering@lucent.com>
25523
25524         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
25525
25526 2002-04-24  Jim Meyering  <meyering@lucent.com>
25527
25528         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
25529         (jm_PREREQ): Use it.
25530
25531         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
25532         mach/mach.h fcntl.h.
25533         Check for this function: setlocale.
25534
25535 2002-04-24  Jim Meyering  <meyering@lucent.com>
25536
25537         * lib/gettext.h: New file, from Gettext.
25538         * lib/Makefile.am (INCLUDES): Remove -I../intl.
25539         (libfetish_a_SOURCES): Add gettext.h.
25540
25541 2002-04-16  Jim Meyering  <meyering@lucent.com>
25542
25543         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
25544         ut_pid, ut_id, ut_exit.
25545
25546 2002-04-16  Jim Meyering  <meyering@lucent.com>
25547
25548         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
25549         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
25550         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
25551
25552 2002-04-12  Jim Meyering  <meyering@lucent.com>
25553
25554         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
25555         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
25556         existence of the getmntinfo function.  Needed for Darwin 5.3.
25557
25558         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
25559         This is necessary at least on Darwin 5.3.
25560
25561         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
25562         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
25563         strnlen.o in the library, and that makes some versions of ranlib
25564         object.
25565
25566 2002-04-12  Jim Meyering  <meyering@lucent.com>
25567
25568         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
25569
25570 2002-04-09  Jim Meyering  <meyering@lucent.com>
25571
25572         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
25573         to be more precise.  Rather than saying we're checking whether the
25574         function `works', say what we're testing.
25575         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
25576         Reported by Bruno Haible.
25577
25578 2002-03-10  Jim Meyering  <meyering@lucent.com>
25579
25580         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
25581         Suggestion from Santiago Vila.
25582
25583 2002-03-08  Jim Meyering  <meyering@lucent.com>
25584
25585         * lib/rename.c: Mention that this wrapper is needed also on
25586         mips-dec-ultrix4.4 systems.
25587
25588 2002-03-02  Jim Meyering  <meyering@lucent.com>
25589
25590         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
25591         not HAVE_CLOCK_SETTIME.
25592
25593 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25594
25595         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
25596         Check for clock_settime.
25597
25598 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25599
25600         * lib/nanosleep.h: Rename to....
25601         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
25602
25603         * lib/gettime.c: New file.
25604         * lib/settime.c: New file.
25605         * lib/stime.c: Remove.
25606
25607         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
25608         timespec.h.  Remove nanosleep.h.
25609
25610 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25611
25612         * m4/acl.m4: New file.
25613         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
25614         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
25615
25616 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25617
25618         * lib/acl.c, lib/acl.h: New files.
25619         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
25620
25621 2002-02-24  Jim Meyering  <meyering@lucent.com>
25622
25623         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
25624         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
25625         cause trouble.  Reported by Nelson Beebe.
25626
25627 2002-02-23  Paul Eggert  <eggert@twinsun.com>
25628
25629         * lib/path-concat.c (xpath_concat): Reorder code to pacify
25630         compilers that don't know that xalloc_die never returns.
25631
25632 2002-02-20  Jim Meyering  <meyering@lucent.com>
25633
25634         * lib/getdate.c: Regenerate using bison-1.33.
25635
25636 2002-02-17  Jim Meyering  <meyering@lucent.com>
25637
25638         * config/config.guess (main): Don't use `head -1'; it's no longer
25639         portable. Use `sed 1q' instead.
25640
25641 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
25642
25643         * m4/codeset.m4: Upgrade to gettext-0.11.
25644         * m4/gettext.m4: Upgrade to gettext-0.11.
25645         * m4/glibc21.m4: Upgrade to gettext-0.11.
25646         * m4/iconv.m4: Upgrade to gettext-0.11.
25647         * m4/isc-posix.m4: Upgrade to gettext-0.11.
25648         * m4/lcmessage.m4: Upgrade to gettext-0.11.
25649         * m4/lib-ld.m4: New file, from gettext-0.11.
25650         * m4/lib-link.m4: New file, from gettext-0.11.
25651         * m4/lib-prefix.m4: New file, from gettext-0.11.
25652         * m4/progtest.m4: Upgrade to gettext-0.11.
25653
25654 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25655
25656         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
25657         (jm_PREREQ): Use it.
25658
25659 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25660
25661         * lib/posixver.c, lib/posixver.h: New files.
25662         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25663
25664 2002-02-02  Paul Eggert  <eggert@twinsun.com>
25665             Bruno Haible  <bruno@clisp.org>
25666
25667         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
25668         (fwrite_success_callback): New declaration.
25669         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
25670         print_unicode_char. Call failure callback instead of error.
25671         (fwrite_success_callback): New function.
25672         (exit_failure_callback): New function.
25673         (fallback_failure_callback): New function.
25674         (print_unicode_char): Call unicode_to_mb.
25675
25676 2002-01-26  Jim Meyering  <meyering@lucent.com>
25677
25678         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
25679         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
25680
25681 2002-01-26  Jim Meyering  <meyering@lucent.com>
25682
25683         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
25684
25685 2002-01-22  Paul Eggert  <eggert@twinsun.com>
25686
25687         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
25688
25689 2002-01-22  Jim Meyering  <meyering@lucent.com>
25690
25691         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
25692         Otherwise, some versions of automake would omit the rule that makes
25693         Makefile from Makefile.in.
25694
25695 2002-01-21  Paul Eggert  <eggert@twinsun.com>
25696
25697         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
25698         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25699         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
25700         (memcoll): Set errno to zero if there is no error.
25701
25702         * lib/quotearg.c (quotearg_buffer_restyled):
25703         Fix bug with quoting buffers containing NUL when backslashing escapes.
25704         This bug was exposed by the other changes in this patch.
25705         (quotearg_n_options): New arg ARGSIZE.
25706         All callers changed.
25707         (quoting_options_from_style): New function.
25708         (quotearg_n_style): Use it.
25709         (quotearg_n_style_mem): New function.
25710
25711         * lib/quotearg.h (quotearg_n_style_mem): New function.
25712
25713 2002-01-19  Jim Meyering  <meyering@lucent.com>
25714
25715         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
25716         Remove useless quotes: DF_PROG="df".
25717         * m4/strnlen.m4: New file.
25718
25719 2002-01-16  Paul Eggert  <eggert@twinsun.com>
25720
25721         * lib/backupfile.c (ISDIGIT): Comment fix.
25722         * lib/getdate.y (ISDIGIT): Likewise.
25723         * lib/posixtm.c (ISDIGIT, year): Likewise.
25724         * lib/strverscmp.c (ISDIGIT): Likewise.
25725         * lib/userspec.c (ISDIGIT): Likewise.
25726
25727 2002-01-16  Jim Meyering  <meyering@lucent.com>
25728
25729         * lib/getdate.y: Add three semicolons, each just before a closing
25730         brace. Bison (as of version 1.31) no longer papers over that mistake.
25731
25732 2002-01-05  Jim Meyering  <meyering@lucent.com>
25733
25734         * lib/version-etc.c (version_etc_copyright): Update copyright year.
25735
25736 2001-12-19  Paul Eggert  <eggert@twinsun.com>
25737
25738         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
25739         not silently exit merely because the output buffer happens to
25740         have nothing pending.
25741
25742 2001-12-18  Paul Eggert  <eggert@twinsun.com>
25743
25744         See the big note in ../ChangeLog.
25745         * lib/human.c (suffixes): Prefer K to k for 1024.
25746         (generate_suffix_backwards): New function.
25747         (human_readable_inexact): Use it.
25748         * lib/xstrtol.c (__xstrtol): If there is no number but there
25749         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
25750         Accept 'K' as well as 'k'.
25751
25752 2001-12-15  Jim Meyering  <meyering@lucent.com>
25753
25754         * lib/regex.h (__restrict_arr): Update from libc.
25755
25756         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
25757         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
25758         (STREQ): Define.
25759
25760 2001-12-14  Jim Meyering  <meyering@lucent.com>
25761
25762         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
25763         Suggestion from Bruno Haible.
25764
25765 2001-12-10  Jim Meyering  <meyering@lucent.com>
25766
25767         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
25768         xrealloc, Instead, include "xalloc.h".
25769         (initbuffer): Don't cast xmalloc return value to char*.
25770         (readline): Reword comment.
25771         Don't cast xrealloc return value to char*
25772         Return NULL, not 0.
25773
25774 2001-12-09  Jim Meyering  <meyering@lucent.com>
25775
25776         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
25777         about `signed and unsigned type in conditional expression'.
25778         * lib/posixtm.c (posix_time_parse): Likewise.
25779
25780         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
25781
25782         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
25783         to avoid a pedantic warning.
25784
25785         * lib/getstr.c: Don't include assert.h.
25786         (getstr): Remove warning-evoking assertions.
25787         Return -1 if offset parameter is out of bounds.
25788         Change the type of a local from int to size_t.
25789
25790         * lib/strftime.c (my_strftime_localtime_r): Include this function
25791         definition in the `#if ! HAVE_TM_GMTOFF' block.
25792
25793         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
25794         Include xalloc.h instead.
25795
25796 2001-12-02  Jim Meyering  <meyering@lucent.com>
25797
25798         * lib/tempname.c: Don't declare getenv, thus reverting the change of
25799         2001-11-18.  It's no longer necessary, now that stdlib.h is always
25800         included.
25801
25802         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
25803         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
25804
25805 2001-11-30  Akim Demaille  <akim@epita.fr>
25806
25807         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
25808         before being defined.
25809
25810 2001-11-27  Paul Eggert  <eggert@twinsun.com>
25811
25812         * lib/quotearg.h (quotearg_n, quotearg_n_style):
25813         First arg is int, not unsigned.
25814         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
25815         (SIZE_MAX, UINT_MAX): New macros.
25816         (quotearg_n_options): Abort if N is negative.
25817         Avoid overflow check on hosts where size_t is 64 bits and int
25818         is 32 bits, as overflow is impossible there.
25819         Fix off-by-one typo that caused unnecessary reallocation.
25820
25821 2001-11-27  Jim Meyering  <meyering@lucent.com>
25822
25823         * lib/tempname.c: Merge with version from libc.
25824         * lib/regex.c: Likewise.
25825
25826         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
25827         systems for which STDC_HEADERS is 0, it was not included, resulting in
25828         a warning about an integer-to-pointer conversion problem with getenv.
25829         Reported by Volker Borchert.
25830
25831 2001-11-26  Jim Meyering  <meyering@lucent.com>
25832
25833         * lib/gtod.h: Remove file.
25834         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
25835         * lib/gettimeofday.c: Don't include gtod.h.
25836         (GTOD_init): Remove function.
25837         (rpl_gettimeofday): Do its job here instead, rather than aborting.
25838         Suggestion from Volker Borchert.
25839
25840 2001-11-23  Jim Meyering  <meyering@lucent.com>
25841
25842         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
25843         it.
25844         * lib/hash.c (struct hash_table): Define it here instead.
25845
25846 2001-11-22  Jim Meyering  <meyering@lucent.com>
25847
25848         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
25849
25850 2001-11-20  Jim Meyering  <meyering@lucent.com>
25851
25852         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
25853         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
25854
25855 2001-11-19  Jim Meyering  <meyering@lucent.com>
25856
25857         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
25858         directory.  Use "conftestXXXXXX" as the template.
25859         Suggestion from Paul Eggert.
25860
25861         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
25862         immediately, so the test doesn't mistakenly hit the max-open-files
25863         limit.
25864
25865 2001-11-18  Paul Eggert  <eggert@twinsun.com>
25866
25867         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
25868         (TEMPORARIES): New macro.
25869         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
25870         removes an artificial limitation (e.g. HP-UX 10.20, where
25871         TMP_MAX is 17576).
25872
25873 2001-11-18  Jim Meyering  <meyering@lucent.com>
25874
25875         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
25876
25877 2001-11-18  Jim Meyering  <meyering@lucent.com>
25878
25879         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
25880         on SunOS 4.
25881
25882         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
25883         files will be created before anything else.
25884
25885 2001-11-17  Paul Eggert  <eggert@twinsun.com>
25886
25887         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
25888         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
25889
25890 2001-11-17  Jim Meyering  <meyering@lucent.com>
25891
25892         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
25893         Prompted by a report from Bob Proulx.
25894
25895         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
25896         Instead, require UTILS_FUNC_MKSTEMP.
25897
25898 2001-11-17  Jim Meyering  <meyering@lucent.com>
25899
25900         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
25901         Now, that's done as part of AC_FUNC_STRTOD.
25902
25903 2001-11-17  Jim Meyering  <meyering@lucent.com>
25904
25905         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
25906         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
25907         rather than group writable.  Patch by Juan F. Codagnone.
25908
25909         * lib/readtokens.c: Remove explicit declarations of xmalloc and
25910         xrealloc, Instead, include "xalloc.h".
25911
25912         * lib/mountlist.c: Include unlocked-io.h after all system headers.
25913         Remove explicit declarations of xmalloc, xrealloc,
25914         and xstrdup.  Instead, include "xalloc.h".
25915
25916         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
25917         unlocked-io.h.
25918         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
25919         Likewise.
25920         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
25921
25922         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
25923         Reported by Padraig Brady.
25924
25925         * lib/mkstemp.c: #undef mkstemp.
25926         Include config.h.
25927         (rpl_mkstemp): Rename from mkstemp.
25928         Protoize.
25929
25930 2001-11-16  Jim Meyering  <meyering@lucent.com>
25931
25932         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
25933         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
25934         determine the amount of total physical memory, use pstat_getstatic.
25935         HPUX-11 doesn't define _SC_PHYS_PAGES.
25936         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
25937         If sysconf couldn't be used to determine the amount of available
25938         physical memory, use both pstat_getstatic and pstat_getdynamic.
25939         Based on a patch from Bob Proulx.
25940
25941 2001-11-10  Jim Meyering  <meyering@lucent.com>
25942
25943         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
25944         (jm_PREREQ): Use it.
25945
25946 2001-11-09  Jim Meyering  <meyering@lucent.com>
25947
25948         * m4/jm-macros.m4: Require autoconf-2.52f.
25949         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
25950         Use these AC_-prefixed names, not the AM_-prefixed ones.
25951
25952         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
25953
25954 2001-11-05  Jim Meyering  <meyering@lucent.com>
25955
25956         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
25957
25958 2001-11-04  Jim Meyering  <meyering@lucent.com>
25959
25960         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
25961         $DEFS.
25962
25963 2001-11-03  Jim Meyering  <meyering@lucent.com>
25964
25965         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
25966         of AC_DEFUN.
25967
25968         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
25969         know the name of the variable in the macro definition.
25970
25971 2001-11-03  Jim Meyering  <meyering@lucent.com>
25972
25973         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
25974         in argmatch_to_argument call.
25975
25976         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
25977         argument.
25978
25979         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
25980         e.g., a fault due to an attempt to free a NULL pointer.
25981
25982 2001-11-01  Jim Meyering  <meyering@lucent.com>
25983
25984         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
25985         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
25986
25987 2001-11-01  Jim Meyering  <meyering@lucent.com>
25988
25989         * lib/dirfd.c, lib/dirfd.h: New files.
25990         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
25991
25992         * lib/hash.c (hash_print) [TESTING]: Clean up.
25993
25994 2001-10-22  Paul Eggert  <eggert@twinsun.com>
25995
25996         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
25997         to avoid a warning if -Wall.
25998
25999 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
26000
26001         * README: New file
26002         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
26003         (per RMS's instructions, this is now the canonical source)
26004         * lgpl/, gpl/: New directories.
26005
26006 2001-10-21  Paul Eggert  <eggert@twinsun.com>
26007
26008         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
26009
26010 2001-10-21  Jim Meyering  <meyering@lucent.com>
26011
26012         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
26013         this code would end up calling gettext even in packages built
26014         with --disable-nls.
26015         * lib/getopt.c (_): Likewise.
26016         * lib/regex.c (_): Likewise.
26017
26018 2001-10-20  Paul Eggert  <eggert@twinsun.com>
26019
26020         * m4/error.m4 (jm_PREREQ_ERROR):
26021         Do not invoke AC_CHECK_FUNCS with strerror_r, as
26022         AC_FUNC_STRERROR_R does that.
26023         Check for strerror declaration.
26024
26025         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
26026         are supposed to have them these days.
26027         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
26028         Merge changes from latest Autoconf CVS.
26029         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
26030         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
26031         POSIX decided to standardize on the int flavor of strerror_r.
26032
26033 2001-10-20  Paul Eggert  <eggert@twinsun.com>
26034
26035         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
26036         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
26037         Use strerror_r that is only a macro, even if it is not a function.
26038         (strerror): Check for HAVE_DECL_STRERROR before declaring.
26039         (private_strerror): Use prototypes, not old-style function definition.
26040         (print_errno_message): New function.
26041         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
26042         char*-flavored one.
26043         (error_tail, error, error_at_line): Use it.
26044
26045 2001-10-11  Jim Meyering  <meyering@lucent.com>
26046
26047         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
26048         and quote_n (1, ... to avoid clobbering a buffer.
26049
26050 2001-10-05  Jim Meyering  <meyering@lucent.com>
26051
26052         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
26053         hash-pjw.h.
26054         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
26055         * lib/hash-pjw.h: New file.
26056
26057 2001-09-30  Jim Meyering  <meyering@lucent.com>
26058
26059         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
26060         `struct fsstat' has the `f_fstypename' member.
26061         Use that to define FS_TYPE, which is now used to make
26062         the getfsstat link test tighter.
26063
26064 2001-09-30  Jim Meyering  <meyering@lucent.com>
26065
26066         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
26067         Include <sys/ucred.h>, for Apple Darwin.
26068         Include sys/mount.h and sys/fs_types.h only if available.
26069         (FS_TYPE): Define.
26070         (read_filesystem_list): Use FS_TYPE.
26071
26072 2001-09-29  Paul Eggert  <eggert@twinsun.com>
26073
26074         * lib/exclude.c (excluded_filename): 0 -> false, since it's
26075         a boolean context.
26076
26077 2001-09-29  Jim Meyering  <meyering@lucent.com>
26078
26079         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
26080         [one-argument getmntent function]): Include stdio.h before mntent.h.
26081         SunOS 4.1.x needs it for the declaration of `FILE'.
26082         Patch by Volker Borchert.
26083
26084         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
26085         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
26086         sys/fs_types.h, and make the link-test for getfsstat guard #include
26087         directives with appropriate #if HAVE_*_H tests so that we can
26088         detect getfsstat on Apple Darwin1.3.7 systems.
26089         Reported by Nelson Beebe.
26090         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
26091
26092 2001-09-28  Paul Eggert  <eggert@twinsun.com>
26093
26094         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
26095         #defines strtoimax.  Also treat the other strto* functions
26096         like strtoimax.
26097
26098         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26099         Check for strtoul and strtoumax,
26100         as those declarations are made even in the signed case.
26101         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
26102         Likewise, for strtol and strtoimax.
26103
26104 2001-09-28  Paul Eggert  <eggert@twinsun.com>
26105
26106         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
26107         #defines strtoimax.  Also treat the other strto* functions
26108         like strtoimax.
26109
26110         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
26111         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
26112         (strtoimax, strtoumax): Do not declare if already defined as a macro.
26113
26114 2001-09-26  Jim Meyering  <meyering@lucent.com>
26115
26116         Most macros in unlocked-io.h had the wrong number of arguments.
26117         * lib/gen-uio: New script.
26118         (USE_UNLOCKED_IO): Define to 1 if not already defined.
26119         * lib/unlocked-io.hin: Remove file.
26120         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
26121         rather than trying to embed it here.
26122         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
26123         Reported by Padraig Brady.
26124
26125 2001-09-25  Volker Borchert  <bt@teknon.de>
26126
26127         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
26128         `result'.
26129
26130 2001-09-24  Jim Meyering  <meyering@lucent.com>
26131
26132         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
26133
26134 2001-09-23  Jim Meyering  <meyering@lucent.com>
26135
26136         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
26137         instead of the mere test for existence of mntent.h.  The latter
26138         would get a false-positive on AIX 3.4 systems.
26139         In the outer getmntent if-block, don't die if neither of the getmntent
26140         tests succeeds.  Instead, just fall through and continue with the
26141         remaining tests.
26142
26143 2001-09-23  Jim Meyering  <meyering@lucent.com>
26144
26145         * lib/mountlist.c: Remove useless parentheses in #if directives.
26146         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
26147         the deprecated MOUNTED symbol is no longer defined in mntent.h.
26148
26149 2001-09-22  Jim Meyering  <meyering@lucent.com>
26150
26151         * m4/gettext.m4: New file.  From gettext.
26152         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
26153         * m4/progtest.m4: Likewise
26154         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
26155         * m4/glibc21.m4: Likewise.
26156
26157         * m4/libintl.m4: Remove.  No longer used.
26158
26159 2001-09-22  Jim Meyering  <meyering@lucent.com>
26160
26161         * lib/localcharset.c: Update from latest gettext.
26162         * lib/config.charset: Likewise.
26163
26164 2001-09-20  Jim Meyering  <meyering@lucent.com>
26165
26166         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
26167         strtoimax.
26168         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
26169         strtoumax.
26170
26171 2001-09-20  Jim Meyering  <meyering@lucent.com>
26172
26173         * lib/xstrtol.c (strtoimax): Guard declaration with
26174         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
26175         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
26176         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
26177         (strtoumax): Likewise, for completeness (it wasn't necessary).
26178
26179 2001-09-17  Paul Eggert  <eggert@twinsun.com>
26180
26181         * lib/strtoimax.c (HAVE_LONG_LONG):
26182         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
26183         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
26184         to work around bug in IBM C compiler.
26185
26186 2001-09-17  Jim Meyering  <meyering@lucent.com>
26187
26188         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
26189         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
26190         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
26191         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
26192         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
26193         whenever the right hand side need not be expanded by the shell.
26194
26195 2001-09-16  Paul Eggert  <eggert@twinsun.com>
26196
26197         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
26198         library.  It's not correct, as some older glibcs are buggy.
26199         fnmatch wasn't fixed until glibc 2.2.
26200
26201         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
26202         special shell magic here.
26203
26204 2001-09-16  Jim Meyering  <meyering@lucent.com>
26205
26206         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
26207         * m4/jm-macros.m4: Require it.
26208
26209 2001-09-16  Jim Meyering  <meyering@lucent.com>
26210
26211         * lib/mkdir.c: New file.
26212
26213 2001-09-15  Jim Meyering  <meyering@lucent.com>
26214
26215         * m4/jm-macros.m4: Check for help2man.
26216
26217 2001-09-11  Jim Meyering  <meyering@lucent.com>
26218
26219         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
26220         The body, by Paul Eggert, was moved here from configure.in.
26221         * m4/jm-macros.m4: Require UTILS_HOST_OS.
26222
26223 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26224
26225         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
26226         (jm_PREREQ): Use it.
26227
26228 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26229
26230         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
26231         Use ssize_t, not int, to store result of readlink.
26232         Check for ssize_t overflow as well as size_t overflow,
26233         as POSIX says the result of readlink is implementation-defined
26234         when ssize_t overflows.
26235         Remove unnecessary cast to char*.
26236         Use free+malloc instead of realloc, as the storage doesn't need
26237         to be preserved and it's clearer and can be more efficient that way.
26238         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
26239         * lib/xreadlink.h (xreadlink): Update prototype.
26240
26241 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26242
26243         * lib/xgetcwd.c: Revert some of the previous change; intead,
26244         fix the HAVE_GETCWD_NULL code to behave more like the
26245         !HAVE_GETCWD_NULL code used to.
26246
26247         Include "xalloc.h".
26248         (xgetcwd): Do not return NULL when memory is exhausted; instead,
26249         invoke xalloc_die.
26250
26251 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26252
26253         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
26254         sys/param.h, as pathmax.h includes them.
26255
26256 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26257
26258         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
26259         (jm_PREREQ_XGETCWD): New macro.
26260
26261         * m4/getcwd.m4: New file.
26262
26263 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26264
26265         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
26266         like the HAVE_GETCWD_NULL code.
26267         Include pathmax.h if not HAVE_GETCWD.
26268         Do not include xalloc.h.
26269         (INITIAL_BUFFER_SIZE): New symbol.
26270         Do not use xmalloc / xrealloc, since the caller is responsible for
26271         handling errors.  Preserve errno around `free' during failure.
26272         Do not overrun buffer when using getwd.
26273
26274 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26275
26276         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
26277         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
26278         getcwd (NULL, 0).
26279
26280 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26281
26282         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
26283         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
26284         spotted by Jim Meyering.
26285
26286 2001-09-03  Jim Meyering  <meyering@lucent.com>
26287
26288         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
26289         failure.
26290
26291 2001-09-02  Jim Meyering  <meyering@lucent.com>
26292
26293         * lib/error.c: Update from GNU libc.
26294
26295 2001-09-01  Jim Meyering  <meyering@lucent.com>
26296
26297         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
26298         Used by df.
26299
26300 2001-09-01  Jim Meyering  <meyering@lucent.com>
26301
26302         * lib/xreadlink.c: New file.
26303         * lib/xreadlink.h: New file.
26304         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
26305         xreadlink.h.
26306
26307         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
26308         doesn't conflict with sparc Solaris 7's definition in
26309         /usr/include/sys/int_types.h.
26310
26311         * lib/exclude.c: Use `""', not `<>' to #include non-system header
26312         files.
26313         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
26314         and strncasecmp as r-values.  Unixware didn't have declarations.
26315
26316 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26317
26318         * lib/xstrtol.h: Add copyright notice.
26319         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
26320         LONGINT_INVALID_SUFFIX_CHAR.
26321
26322 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26323
26324         * lib/xstrtol.c (strtoimax): New decl.
26325
26326 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26327
26328         * lib/xgetcwd.c: Don't include pathmax.h.
26329         Include stdlib.h and unistd.h if available.
26330         Include xalloc.h.
26331         (xmalloc, xstrdup, free): Remove decls.
26332         (xgetcwd): Don't assume sizes fit in unsigned.
26333         Check for overflow when computing sizes.
26334         Simplify reallocation code.
26335
26336 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26337
26338         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
26339         a directory's st_size can have an arbitrary value, so the old
26340         usage could waste an arbitrary amount of memory.  All uses
26341         changed.
26342         * lib/savedir.h: Update prototype.
26343
26344 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26345
26346         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
26347
26348         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
26349         old strtoimax.c.
26350
26351         Also, make the following further changes to make this file's
26352         configuration more similar to that of strtol.c:
26353         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
26354         (strtoumax, uintmax_t, strtoull, strtol): Remove.
26355         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
26356         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
26357         changed to signed values.
26358
26359         And make the following changes as well:
26360         Fix copyright notice, as 1999 was missing.
26361         (verify): New macro.
26362         (strtoimax): Check sizes at compile-time, not run-time.
26363         Prefer strtol to strtoll if both work.
26364         (main): Remove; it was not that useful and was a pain to maintain.
26365
26366         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
26367
26368 2001-08-31  Jim Meyering  <meyering@lucent.com>
26369
26370         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
26371         Use an initial, malloc'd, buffer of length 128 rather than
26372         a statically allocated one of length 1024.
26373
26374 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26375
26376         Simplify code, partly by assuming autoconf 2.52 semantics.
26377
26378         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
26379
26380         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
26381         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
26382         All uses removed.
26383         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
26384         Move AC_REQUIRE to next-to-top level, to avoid confusion.
26385         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
26386         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
26387         jm_AC_HEADER_INTTYPES_H.
26388         * m4/jm-macros.m4 (jm_MACROS): Likewise.
26389
26390         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
26391
26392         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26393         Quote first arg of AC_DEFUN.
26394         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
26395         since they are needed to parse the include file even if we need
26396         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
26397         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
26398         but with opposite signedness.
26399
26400 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26401
26402         Merge 'exclude' changes from tar 1.13.22.
26403         This fixes one or two unlikely storage allocation overflow bugs,
26404         but doesn't change user-visible behavior otherwise.
26405
26406 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26407
26408         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
26409         (jm_PREREQ_EXCLUDE): New macro.
26410
26411 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26412
26413         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
26414         tm to be declared.
26415
26416 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26417
26418         * lib/hash.c: Remove '2001' from copyright notice.
26419
26420 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26421
26422         * lib/full-write.h: New file.
26423         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
26424         * lib/full-write.c: Correct credits, as cccp.c no longer
26425         exists and anyway it was so heavily changed from the old cccp
26426         code as to be unrecognizable.  Include full-write.h.
26427         (full_write) Return size_t, with short writes meaning failure.
26428         All callers changed.  This fixes a bug with large buffers
26429         on 64-bit hosts.
26430         * lib/utime.c: Include full-write.h.
26431
26432 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26433
26434         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
26435         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
26436         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
26437         Include if available.
26438         (<xalloc.h>): Include
26439         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
26440         (verify): New macro.  Use it to verify that EXCLUDE macros do not
26441         collide with FNM macros.
26442         (struct patopts): New struct.
26443         (struct exclude): Use it, as exclude patterns now come with options.
26444         (new_exclude): Support above changes.
26445         (new_exclude, add_exclude_file):
26446         Initial size must now be a power of two to simplify overflow checking.
26447         (free_exclude, fnmatch_no_wildcards): New function.
26448         (excluded_filename): No longer requires options arg, as the options
26449         are determined by add_exclude.  Now returns bool, not int.
26450         (excluded_filename, add_exclude):
26451         Add support for the fancy new exclusion options.
26452         (add_exclude, add_exclude_file): Now takes int options arg.
26453         Check for arithmetic overflow when computing sizes.
26454         (add_exclude_file): xrealloc might modify errno, so don't
26455         realloc until after errno might be used.
26456
26457         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
26458         New macros.
26459         (free_exclude): New decl.
26460         (add_exclude, add_exclude_file): Now takes int options arg.
26461         (excluded_filename): No longer requires options arg, as the options
26462         are determined by add_exclude.  Now returns bool, not int.
26463
26464 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26465
26466         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
26467
26468 2001-08-27  Jim Meyering  <meyering@lucent.com>
26469
26470         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
26471
26472         * lib/version-etc.c (N_): Remove definition.
26473         Revert most of last change.
26474         Instead, simply don't mark the `Copyright...' string for translation.
26475         Based on advice from Paul Eggert.
26476
26477         * lib/strtoxmax.c: Tweak comment.
26478
26479 2001-08-26  Jim Meyering  <meyering@lucent.com>
26480
26481         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
26482
26483         * m4/xstrtoimax.m4: New file.
26484         * m4/xstrtoumax.m4: Add comments explaining why we
26485         AC_REPLACE_FUNCS(strtol).
26486
26487 2001-08-26  Jim Meyering  <meyering@lucent.com>
26488
26489         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
26490         of copyright with `%s' so translators don't get an untranslated
26491         message in 2002.
26492         (COPYRIGHT_YEAR): Define.
26493         (version_etc): Use fprintf rather than fputs.
26494         Suggestion from Ulrich Drepper.
26495
26496         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
26497
26498         * lib/strtoll.c: New file, from GNU libc.
26499         * lib/xstrtoimax.c: New file.
26500
26501         * lib/xstrtol.h: Add xstrtoimax.
26502         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
26503         * lib/strtoimax.c: New file.  Likewise, but first define
26504         STRTOUXMAX_SIGNED.
26505
26506         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
26507         ...
26508         * lib/strtoxmax.c: ... then renamed to this.
26509
26510 2001-08-18  Paul Eggert  <eggert@twinsun.com>
26511
26512         * m4/inttypes.m4: Add AC_PREREQ(2.13).
26513         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
26514         (jm_AC_TYPE_INTMAX_T): New macro.
26515         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
26516
26517         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
26518
26519         * m4/longlong.m4: Renamed from ulonglong.m4.
26520         * m4/inttypes.m4: Renamed from inttypes_h.m4.
26521         * m4/uintmax_t.m4: Removed.
26522
26523 2001-08-13  Paul Eggert  <eggert@twinsun.com>
26524
26525         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
26526         Port to Solaris 8, where 'sed' requires a space after the 'r'
26527         command, and where sh dislikes "$/".  Clean up the spacing a bit.
26528         Redirect output to $tmp just once.
26529
26530 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
26531
26532         * lib/addext.c (<errno.h>): Include.
26533         (errno): Declare if not defined.
26534         (addext): Work correctly when pathconf returns -1 and leaves
26535         errno alone because there is no limit.  Also, work even if
26536         pathconf returns a value greater than SIZE_MAX.
26537
26538 2001-08-12  Jim Meyering  <meyering@lucent.com>
26539
26540         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
26541         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
26542         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
26543         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
26544         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
26545         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
26546         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
26547         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
26548         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
26549         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
26550         utime.m4, utimes.m4, xstrtoumax.m4:
26551         Quote the first argument in each use of AC_DEFUN.
26552
26553 2001-08-12  Jim Meyering  <meyering@lucent.com>
26554
26555         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
26556         Simply `return getcwd (NULL, 0);'.
26557         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
26558         Use 1300 as initial value for length, not PATH_MAX.
26559
26560         * lib/pathmax.h: Clean up cpp syntax.
26561
26562 2001-08-12  Jim Meyering  <meyering@lucent.com>
26563
26564         * lib/gettimeofday.c: New file.
26565         * lib/gtod.h: New file.
26566         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
26567
26568 2001-08-05  Jim Meyering  <meyering@lucent.com>
26569
26570         * m4/jm-macros.m4: Require autoconf-2.52.
26571
26572 2001-08-04  Jim Meyering  <meyering@lucent.com>
26573
26574         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
26575         stmt, to get in sync with glibc.
26576
26577 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26578
26579         The following changes are from gettext 0.10.39 as maintained by
26580         Bruno Haible.
26581
26582         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
26583         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
26584         with inverted sense.  All uses changed.
26585
26586         * lib/mbswidth.c: Don't include <limits.h>.
26587         Include <stdlib.h> and <string.h> unconditionally.
26588         (iswcntrl, mbsinit, ISCNTRL): New macros.
26589         (mbsnwidth): Use K&R style function declarations.
26590         Don't bother checking for MB_LEN_MAX == 1, since the compiler
26591         can optimize it when MB_CUR_MAX == 1.
26592         The width of control characters is zero, not 1.
26593
26594 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26595
26596         The following changes are from gettext 0.10.39 as maintained by
26597         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
26598
26599         * m4/codeset.m4: Upgrade to serial AM1.
26600         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
26601         all uses changed.  Quote first arg of AC_DEFUN.
26602         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
26603
26604         * m4/iconv.m4: Upgrade to serial AM2.
26605         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
26606         Add --with-libconv-prefix.
26607         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
26608         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
26609         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
26610         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
26611         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
26612
26613         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
26614         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
26615         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
26616         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
26617         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
26618         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
26619         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
26620         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
26621         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
26622
26623         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
26624         string.h any more.
26625
26626         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
26627         not the default value.
26628
26629         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
26630         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
26631         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
26632         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
26633         Also check for iswcntrl, used for wcwidth fallback.
26634         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
26635         to Autoconf 2.13.
26636
26637 2001-08-03  Jim Meyering  <meyering@lucent.com>
26638
26639         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
26640         as it was in the original.  Reported by Paul Eggert.
26641
26642 2001-07-16  Jim Meyering  <meyering@lucent.com>
26643
26644         * m4/gettimeofday.m4: New file.
26645         Prompted by a report from Bernhard Baehr.
26646
26647 2001-07-15  Jim Meyering  <meyering@lucent.com>
26648
26649         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
26650         stuff. Now it's in ../Makefile.cfg.
26651
26652 2001-07-15  Jim Meyering  <meyering@lucent.com>
26653
26654         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
26655         (BUILT_SOURCES): Add unlocked-io.h.
26656         (io_functions): Define.
26657         (unlocked-io.h): New rule.
26658         (DISTCLEANFILES): Add unlocked-io.h.
26659         (all-local): Depend on unlocked-io.h, to ensure it is created.
26660
26661         * lib/unlocked-io.hin: New file
26662
26663         * lib/regex.c: Update from glibc.
26664
26665 2001-07-05  Jim Meyering  <meyering@lucent.com>
26666
26667         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
26668         recommendation.
26669         (libfetish_a_SOURCES): Put all .h files here instead.
26670         Remove a thus-exposed (better checks in automake) duplicate and
26671         two unnecessary .h files.
26672
26673 2001-07-04  Jim Meyering  <meyering@lucent.com>
26674
26675         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
26676         that generates jm-glibc-io.m4 so that it doesn't trigger any make
26677         distcheck failure.
26678
26679 2001-07-02  Jim Meyering  <meyering@lucent.com>
26680
26681         The following changes were prompted by suggestions from Bruno Haible.
26682
26683         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
26684         is now generated.
26685         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
26686         definition of EXTRA_DIST.
26687         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
26688         ensure that the generated file is created/updated whenever the list
26689         of $(unlocked_functions) is changed.
26690         (jm-glibc-io.m4): New rule.
26691         (unlocked-io.h): New rule -- currently unused.
26692
26693 2001-06-24  Jim Meyering  <meyering@lucent.com>
26694
26695         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
26696         unmatched right bracket, rather than kludging it with an extra,
26697         falsely-matching quote in a comment.  Patch by Akim Demaille.
26698
26699 2001-06-11  Jim Meyering  <meyering@lucent.com>
26700
26701         * lib/regex.c: Update from GNU libc.
26702
26703 2001-05-27  Jim Meyering  <meyering@lucent.com>
26704
26705         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
26706         Check for ut_type in struct utmp.
26707
26708 2001-05-27  Jim Meyering  <meyering@lucent.com>
26709
26710         * lib/readutmp.h (UT_TYPE): Define.
26711
26712 2001-05-24  Jim Meyering  <meyering@lucent.com>
26713
26714         * lib/argmatch.c: Include "quote.h".
26715         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
26716         quote function.  Reported by Göran Uddeborg.
26717
26718 2001-05-22  Jim Meyering  <meyering@lucent.com>
26719
26720         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
26721         now that we use the package-supplied version unconditionally.
26722         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
26723
26724 2001-05-21  Jim Meyering  <meyering@lucent.com>
26725
26726         * m4/regex.m4: Change a couple backticks to single quotes to avoid
26727         shell syntax errors.
26728
26729 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26730
26731         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
26732
26733 2001-05-20  Paul Eggert  <eggert@twinsun.com>
26734
26735         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
26736         Don't bother to check library strftime, since
26737         we'll be using our own my_strftime function anyway.
26738         Define my_strftime instead of strftime.
26739
26740 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
26741
26742         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
26743         which is not yet declared.
26744
26745 2001-05-15  Jim Meyering  <meyering@lucent.com>
26746
26747         * m4/regex.m4: Use proper quoting so brackets appear in the test
26748         program.
26749         Reported by, and with help from, Bruno Haible.
26750
26751 2001-05-13  Jim Meyering  <meyering@lucent.com>
26752
26753         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
26754         undefined.
26755
26756 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26757
26758         dirname code cleanup.  base_name now behaves more compatibly
26759         with POSIX basename when given file names that have trailing
26760         slashes, and similarly for dir_name.  Add new primitives
26761         base_len and dir_len.  Put the directory-name-related decls
26762         into dirname.h.
26763
26764         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
26765         * lib/backupfile.c (base_name): Likewise.
26766         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
26767         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
26768         * lib/makepath.c (strip_trailing_slashes): Likewise.
26769         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
26770         ISSLASH): Likewise.
26771         * lib/rename.c (strip_trailing_slashes): Likewise.
26772         * lib/same.c (base_name): Likewise.
26773         * lib/stripslash.c (ISSLASH): Likewise.
26774
26775         * lib/addext.c: Include <dirname.h> after size_t is defined.
26776         * lib/backupfile.c: Likewise.
26777
26778         * lib/addext.c (addext): Use base_len to trim redundant
26779         trailing slashes instead of doing it ourselves.
26780         But do not trim the last slash if it is not redundant.
26781
26782         * lib/backupfile.c (find_backup_file_name,
26783         max_backup_version): Use base_len instead of rolling it ourselves.
26784         Handle the case of "" and (on DOS) "C:" correctly.
26785
26786         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
26787         needed. Include <string.h>, <dirname.h>.
26788         (base_name): Allow file names ending in slashes, other than names
26789         that are all slashes.  In this case, return the basename followed
26790         by the slashes.  This is more general, and can be used in places
26791         where the original base_name purposely had an assertion failure.
26792         (base_len): New function.
26793
26794         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
26795         Do not include <assert.h>; no longer needed.
26796         Include xalloc.h.
26797         (memrchr): Remove decl.
26798         (dir_name_r): Remove.
26799         (dir_len): Renamed from dirlen.  All callers changed.
26800         Rewrite in terms of base_name, for simplicity and consistency.
26801         (dir_name): Never return NULL.  All callers changed.
26802         Do not include <stdlib.h> in test program; no longer needed.
26803         return 0; is fine for test program.
26804
26805         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
26806         New macros.
26807         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
26808
26809         * lib/path-concat.c (path_concat): Use base_len to compute
26810         base length, not strlen; this means we cannot rely on memcpy
26811         to null-terminate.
26812
26813         * lib/same.c (STREQ): Remove.
26814         (same_name): Handle the case where the basename ends in trailing '/'.
26815
26816         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
26817         a slash was stripped.  Do not strip the last slash after a
26818         file system prefix.
26819
26820 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26821
26822         * lib/Makefile.am (libfetish_a_SOURCES):
26823         Add strftime.c, since we now compile it on all hosts.
26824
26825         * lib/strftime.c (my_strftime):
26826         Define to nstrftime if emacs, but only if my_strftime is not defined.
26827         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
26828         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
26829         Add one more extra argument: a nanoseconds value.
26830         All uses changed.
26831         (ns): New macro.
26832         (my_strftime function): Add %N format.
26833         (emacs_strftimeu): Renamed from emacs_strftime,
26834         with extra ut argument.
26835
26836 2001-05-09  Paul Eggert  <eggert@twinsun.com>
26837
26838         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
26839
26840 2001-04-21  Jim Meyering  <meyering@lucent.com>
26841
26842         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
26843         doesn't interfere.
26844
26845 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26846
26847         * m4/ftruncate.m4: Check for chsize.
26848         Link with ftruncate.o unconditionally if ftruncate is missing.
26849         This was required when cross-compiling to i586-mingw32msvc.
26850
26851 2001-04-08  Jim Meyering  <meyering@lucent.com>
26852
26853         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
26854         recomputed; that's necessary when the offset spans a DST transition.
26855         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
26856
26857 2001-04-02  Jim Meyering  <meyering@lucent.com>
26858
26859         * lib/regex.h, regex.c: Update from GNU libc.
26860
26861 2001-03-24  Jim Meyering  <meyering@lucent.com>
26862
26863         * m4/jm-macros.m4: Require autoconf-2.49d.
26864
26865 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
26866
26867         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
26868
26869 2001-03-19  Paul Eggert  <eggert@twinsun.com>
26870
26871         * lib/version-etc.c (version_etc_copyright): Update to 2001.
26872
26873 2001-03-17  Jim Meyering  <meyering@lucent.com>
26874
26875         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
26876         now that the version in autoconf is equivalent.
26877         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
26878
26879         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
26880         Suggestion from Akim Demaille.
26881
26882         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
26883         (jm_PREREQ_TEMPNAME): New function.
26884
26885 2001-03-16  Paul Eggert  <eggert@twinsun.com>
26886
26887         * lib/tempname.c (uint64_t): Define to uintmax_t if
26888         not defined, and if UINT64_MAX is not defined.
26889         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
26890         Reported by John David Anglin.
26891
26892 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
26893
26894         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
26895         resolve alias if codeset is empty.
26896         * lib/config.charset (BeOS): Use wildcard syntax.
26897
26898 2001-03-13  Jim Meyering  <meyering@lucent.com>
26899
26900         * lib/path-concat.c (path_concat)
26901         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
26902         concatenating e.g., `C:' and `foo'.
26903         From Bruno Haible.
26904
26905 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26906
26907         * lib/localcharset.c (locale_charset): Don't use
26908         setlocale(LC_CTYPE,NULL). Don't return NULL.
26909         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
26910
26911 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26912
26913         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
26914         support for DOS/DJGPP.
26915
26916 2001-03-01  Paul Eggert  <eggert@twinsun.com>
26917
26918         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
26919         lacks mkstemp.  Compile our own tempname.c if we compile our own
26920         mkstemp.c, as mkstemp relies on tempname.
26921
26922 2001-03-01  Jim Meyering  <meyering@lucent.com>
26923
26924         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
26925         AH_VERBATIM really does output its argument verbatim.
26926
26927 2001-02-28  Paul Eggert  <eggert@twinsun.com>
26928
26929         * lib/Makefile.am (libfetish_a_SOURCES):
26930         Add dup-safer.c, fopen-safer.c.
26931         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
26932
26933         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
26934         * lib/unistd-safer.h: New files.
26935
26936 2001-02-25  Paul Eggert  <eggert@twinsun.com>
26937
26938         The mkstemp replacement is taken from glibc 2.2.2, with some
26939         portability fixes for use outside glibc, as follows:
26940
26941         * lib/tempname.c (struct_stat64): New macro.
26942         (direxists, __gen_tempname): Use it.
26943         This avoids a portability problem with Solaris 8.
26944
26945         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
26946         (<stddef.h>, <stdint.h>, <string.h>):
26947         Include only if STDC_HEADERS || _LIBC.
26948         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
26949         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
26950         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
26951         (__set_errno): Define this macro if <errno.h> doesn't.
26952         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
26953         Define these macros if <stdio.h> doesn't.
26954         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
26955         Define these macros if <sys/stat.h>
26956         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
26957         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
26958         __xstat64): Define if not _LIBC.
26959         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
26960         (__gen_tempname): Invoke gettimeofday only if
26961         HAVE_GETTIMEOFDAY || _LIBC;
26962         otherwise, fall back on plain "time".
26963         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
26964
26965         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
26966
26967         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
26968
26969 2001-02-18  Paul Eggert  <eggert@twinsun.com>
26970
26971         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
26972
26973 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26974
26975         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
26976         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
26977         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
26978         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
26979
26980 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26981
26982         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
26983         Remove workaround macros for hosts that have mbrtowc but not
26984         mbstate_t, as we now insist on proper declarations for both
26985         before using mbrtowc.
26986
26987 2001-02-17  Jim Meyering  <meyering@lucent.com>
26988
26989         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
26990         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
26991         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
26992         UnixWare 7.1.1.
26993
26994         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
26995         rather than AC_CACHE_VAL.
26996
26997 2001-02-17  Jim Meyering  <meyering@lucent.com>
26998
26999         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
27000         around included file name.
27001
27002         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
27003
27004         * lib/strftime.c: Update from GNU libc (the only changes were to
27005         comments).
27006
27007 2001-02-17  Jim Meyering  <meyering@lucent.com>
27008
27009         * lib/regex.c: Update from libc.
27010
27011 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
27012
27013         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
27014         clash.
27015
27016 2001-02-16  Paul Eggert  <eggert@twinsun.com>
27017
27018         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
27019         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
27020         Reported by Mark Hounschell via Paul Eggert.
27021
27022 2001-02-07  Jim Meyering  <meyering@lucent.com>
27023
27024         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
27025
27026 2001-02-05  Jim Meyering  <meyering@lucent.com>
27027
27028         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
27029         it includes the patch required for `large file' support with at least
27030         HP-UX's 10.20 /bin/cc.
27031
27032 2001-02-03  Jim Meyering  <meyering@lucent.com>
27033
27034         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
27035         AS_IF, now that it works once again (mysteriously).
27036         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
27037
27038 2001-01-30  Jim Meyering  <meyering@lucent.com>
27039
27040         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
27041         * m4/chown.m4: Rename conftestchown to conftest.chown.
27042         * m4/rename.m4: s/conftestdir/conftest.d1/ and
27043         s/conftestdir2/conftest.d2/.
27044         * m4/utimes.m4: s/conftestdata/conftest.data/
27045         Inspired by Pavel Roskin's change in autoconf.
27046
27047 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
27048
27049         * lib/config.charset: Update for FreeBSD 4.2.
27050
27051 2001-01-27  Jim Meyering  <meyering@lucent.com>
27052
27053         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
27054         a use of AS_IF.
27055         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
27056
27057 2001-01-26  Jim Meyering  <meyering@lucent.com>
27058
27059         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
27060         quotearg.c includes it.
27061
27062 2001-01-26  Jim Meyering  <meyering@lucent.com>
27063
27064         * lib/quotearg.c: Include stddef.h.
27065         * lib/quote.c: Include stddef.h.
27066         Reported by Axel Kittenberger.
27067
27068         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
27069         line in double quotes so that it evokes a better diagnostic.
27070         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
27071         Reported by Axel Kittenberger.
27072
27073 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
27074
27075         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
27076         as if it was a `charset'.
27077
27078 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
27079
27080         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
27081         has const.
27082
27083 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
27084
27085         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
27086         to avoid a warning.  Add back 'const' to inptr.
27087
27088 2001-01-20  Jim Meyering  <meyering@lucent.com>
27089
27090         Be sure that headers are checked before used in code compiled
27091         for the type checks.
27092         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
27093         In place of that, invoke jm_CHECK_ALL_TYPES.
27094         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
27095         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
27096         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
27097         The check for ssize_t was mistakenly run before the test for unistd.h.
27098
27099         The configure-time check for stdbool.h was missing.
27100         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
27101         (jm_PREREQ_HASH): New function.
27102
27103 2001-01-17  Jim Meyering  <meyering@lucent.com>
27104
27105         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
27106         for autoconf-2.49c.
27107         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
27108
27109 2001-01-16  Jim Meyering  <meyering@lucent.com>
27110
27111         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
27112         From Bruno Haible.
27113
27114 2001-01-14  Jim Meyering  <meyering@lucent.com>
27115
27116         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
27117         foo and bar.  Create conftestdir/ in the script, not in the C code.
27118         Remove directories in the script, not in the C code.
27119         Remove conftestdir{,2} before trying to create the directory.
27120         Make the entire configure script fail if the mkdir fails.
27121
27122 2001-01-14  Jim Meyering  <meyering@lucent.com>
27123
27124         * lib/rename.c: New file.  From Volker Borchert.
27125         Include stdlib.h, string.h or strings.h, and xalloc.h.
27126         Use strip_trailing_slashes rather than open-coding it.
27127
27128 2001-01-03  Paul Eggert  <eggert@twinsun.com>
27129
27130         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
27131
27132 2001-01-03  Jim Meyering  <meyering@lucent.com>
27133
27134         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
27135         of local `inptr' to avoid warning with some system declarations of
27136         iconv.
27137
27138 2001-01-02  Volker Borchert  <bt@teknon.de>
27139
27140         * m4/rename.m4: New file.
27141         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
27142
27143 2001-01-01  Jim Meyering  <meyering@lucent.com>
27144
27145         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
27146         even on systems with utmpx.h.  It's necessary for the declaration of
27147         utmp's ut_user member.  Reported by Andreas Jaeger.
27148
27149         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
27150         available. They are required for the declarations of getgrgid and
27151         getpwuid resp.
27152         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
27153         Reported by Andreas Jaeger.
27154
27155 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
27156
27157         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
27158         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
27159         so `make install' also works in VPATH builds.
27160
27161 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
27162
27163         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
27164         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
27165         can be used in subdirectories.
27166
27167 2000-12-29  Paul Eggert  <eggert@twinsun.com>
27168
27169         * lib/modechange.c: Do not assume that mode_t uses the
27170         traditional octal encoding.  E.g. "chmod 1 FOO" should set
27171         the other-execute bit of FOO even if S_IXOTH != 1.
27172
27173         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
27174         WOTH, XOTH, ALLM): New macros.
27175         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
27176          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
27177         Use them.
27178         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
27179         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
27180         (mode_compile):
27181         No need to use uintmax_t; unsigned long is long enough.
27182         Don't bother to get suffix since we don't use it.
27183
27184 2000-12-26  Jim Meyering  <meyering@lucent.com>
27185
27186         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
27187         better with autoheader.
27188
27189 2000-12-24  Jim Meyering  <meyering@lucent.com>
27190
27191         * lib/hash.c (is_prime): Return explicit boolean values.
27192         (hash_get_first): Return NULL to appease Irix5.6's 89.
27193         Reported by Nelson Beebe.
27194
27195 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
27196
27197         * lib/localcharset.c (locale_charset): Add support for Win32.
27198
27199 2000-12-18  Paul Eggert  <eggert@twinsun.com>
27200
27201         * lib/physmem.h, lib/physmem.c: New files.
27202
27203         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
27204         (noinst_HEADERS): Add physmem.h.
27205
27206         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
27207         't' for compatibility with Solaris 8 sort.
27208
27209 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
27210
27211         * lib/config.charset: Add support for BeOS.
27212
27213 2000-12-17  Jim Meyering  <meyering@lucent.com>
27214
27215         * m4/dos.m4 (jm_AC_DOS): New file and macro.
27216         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
27217
27218 2000-12-16  Jim Meyering  <meyering@lucent.com>
27219
27220         This bug had a serious impact on chown: `chown N:M FILE' (for integer
27221         N and M) would have treated it like `chown N:N FILE'.
27222
27223         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
27224
27225 2000-12-16  Jim Meyering  <meyering@lucent.com>
27226
27227         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
27228         SHELLS_FILE to a file name that's useful on djgpp systems.
27229         Include stdlib.h.
27230         (ADDITIONAL_DEFAULT_SHELLS): Define.
27231         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
27232         Based mostly on a patch from Prashant TR.
27233
27234 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
27235
27236         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
27237         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
27238         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
27239
27240 2000-12-08  Andreas Schwab  <schwab@suse.de>
27241
27242         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
27243         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
27244
27245 2000-12-07  Jim Meyering  <meyering@lucent.com>
27246
27247         * lib/stripslash.c (ISSLASH): Define.
27248         (strip_trailing_slashes): Use ISSLASH rather than comparing against
27249         `/'.
27250         From Prashant TR.
27251
27252         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
27253         (dir_name_r): Declare this function as static.
27254         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
27255         manifest itself on a name containing a mix of slashes and
27256         backslashes.
27257         Make this function work with names starting with a DOS-style
27258         drive letter and colon prefix.
27259         (dir_name): Append `.' if necessary.
27260         Based mostly on patches from Prashant TR and Eli Zaretskii.
27261
27262         * lib/dirname.h (dir_name_r): Remove prototype.
27263
27264 2000-12-06  Paul Eggert  <eggert@twinsun.com>
27265
27266         * m4/off_t-format.m4: Remove this file.
27267         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
27268
27269 2000-12-06  Jim Meyering  <meyering@lucent.com>
27270
27271         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
27272         replacement strtoull, we may well need the replacement strtoul, too.
27273         Check for declarations of strtoul and strtoull.
27274         Check for strtol.  Mainly as a cue to cause automake to include
27275         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
27276         Check for limits.h -- strtol.c needs it.
27277
27278 2000-12-05  Jim Meyering  <meyering@lucent.com>
27279
27280         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
27281
27282 2000-12-04  Jim Meyering  <meyering@lucent.com>
27283
27284         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
27285         Also include memory.h, stdlib.h, unistd.h if appropriate.
27286         Reported by Andreas Jaeger (conflicting declaration of malloc).
27287
27288 2000-12-02  Jim Meyering  <meyering@lucent.com>
27289
27290         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
27291         * m4/jm-macros.m4 (jm_MACROS): require it.
27292
27293 2000-12-02  Jim Meyering  <meyering@lucent.com>
27294
27295         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
27296
27297 2000-12-01  Paul Eggert  <eggert@twinsun.com>
27298
27299         * lib/memrchr.c: Include <config.h> before any system include file.
27300
27301 2000-11-30  Jim Meyering  <meyering@lucent.com>
27302
27303         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
27304
27305 2000-11-30  Jim Meyering  <meyering@lucent.com>
27306
27307         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
27308
27309 2000-11-29  Paul Eggert  <eggert@twinsun.com>
27310
27311         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
27312
27313 2000-11-26  Jim Meyering  <meyering@lucent.com>
27314
27315         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
27316
27317 2000-11-22  Paul Eggert  <eggert@twinsun.com>
27318
27319         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
27320         size of (size_t) -1; it's not portable.
27321
27322 2000-11-17  Jim Meyering  <meyering@lucent.com>
27323
27324         * lib/strstr.c: Update from GNU libc.
27325
27326 2000-11-17  Akim Demaille  <akim@epita.fr>
27327
27328         * lib/obstack.h: Formatting changes.
27329         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
27330         prevent type checking.
27331         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
27332         cast the value to (void *): assigning a `foo *' to a `void *'
27333         variable is valid.
27334         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
27335
27336 2000-11-16  Jim Meyering  <meyering@lucent.com>
27337
27338         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
27339
27340 2000-11-11  Jim Meyering  <meyering@lucent.com>
27341
27342         * lib/error.c: Add a couple #includes, merging from GNU libc version.
27343
27344 2000-11-10  Jim Meyering  <meyering@lucent.com>
27345
27346         * lib/obstack.h: Update from GNU libc.
27347         * lib/obstack.c: Likewise.
27348
27349 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
27350
27351         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
27352
27353 2000-11-06  Paul Eggert  <eggert@twinsun.com>
27354
27355         * lib/getusershell.c (setusershell): Use rewind rather than
27356         fseek/fseeko, to avoid configuration hassles with fseeko.
27357         Don't bother opening SHELLS_FILE if shellstream is NULL;
27358         it's not necessary.
27359
27360 2000-11-05  Jim Meyering  <meyering@lucent.com>
27361
27362         * lib/makepath.h (make_dir): Declare.
27363         * lib/makepath.c (make_dir): Remove `static' attribute.
27364         Tweak a comment.
27365
27366 2000-11-04  Jim Meyering  <meyering@lucent.com>
27367
27368         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
27369
27370 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
27371
27372         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
27373         last one in a bucket, advance to the next bucket.
27374
27375 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
27376
27377         * lib/fnmatch.c: Do not comment out all the code if we are using
27378         the GNU C library, because in some cases we are replacing buggy
27379         code in the GNU C library itself.
27380
27381 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
27382
27383         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
27384         (regex_compile): Catch bogus \(\1\).
27385
27386 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27387
27388         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
27389         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
27390         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
27391
27392 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27393
27394         * lib/error.h, getline.h, modechange.h:
27395         Remove "2000" from Copyright line, as the file hasn't been
27396         changed this year other than in the copyright notice.
27397
27398         * lib/xalloc.h: Add "2000" to Copyright line, as this file
27399         was changed this year.
27400
27401 2000-10-29  Jim Meyering  <meyering@lucent.com>
27402
27403         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
27404         renaming.
27405         * m4/ls-mntd-fs.m4: Likewise
27406
27407 2000-10-29  Jim Meyering  <meyering@lucent.com>
27408
27409         * lib/xstat.in: Fix grammar in comment.
27410
27411 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
27412
27413         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
27414         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
27415         doesn't define __restrict_arr.
27416
27417 2000-10-28  Jim Meyering  <meyering@lucent.com>
27418
27419         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
27420         (jm_PREREQ_MEMCHR): New function.
27421
27422 2000-10-28  Jim Meyering  <meyering@lucent.com>
27423
27424         * lib/memchr.c: Update from libc.
27425         Adjust for portability:
27426         [HAVE_STDLIB_H]: Include stdlib.h.
27427         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
27428         Undef __memchr, too.
27429         [!weak_alias]: Define __memchr to memchr.
27430
27431         * lib/regex.c: Update from libc.
27432         * lib/regex.h: Likewise.
27433         * lib/getopt1.c: Likewise.
27434         * lib/memcmp.c: Likewise.
27435
27436         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
27437         Avoid using fseek, when possible -- it's broken by design.
27438         Patch by Ulrich Drepper.
27439
27440 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
27441
27442         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
27443         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
27444         Giving in to popular pressure to shut up the compiler with casts.
27445
27446 2000-10-26  Jim Meyering  <meyering@lucent.com>
27447
27448         * lib/strftime.c: Update from libc.
27449
27450 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
27451
27452         * regex.c: More `unsigned char' -> `re_char' changes.
27453         Also change several `int' into `re_wchar_t'.
27454         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
27455         (PUSH_FAILURE_POINTER): Don't cast any more.
27456         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
27457         We want GCC to complain, since this piece of code makes
27458         re_match non-reentrant, which *should* be fixed.
27459         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
27460         (EXTEND_BUFFER): Use RETALLOC.
27461         (SET_LIST_BIT): Don't cast.
27462         (re_wchar_t): New type.
27463         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
27464         that those two functions will always properly return.
27465         (IMMEDIATE_QUIT_CHECK): Cast to void.
27466         (analyse_first): Use recursion rather than an explicit stack.
27467         (re_compile_fastmap): Can't fail anymore.
27468         (re_search_2): Don't check re_compile_fastmap for failure.
27469         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
27470         Now also sets the new value (passed in a new argument).
27471         (re_match_2_internal): Use it.
27472         Also, use a new var `reg' of type size_t when looping through regs
27473         rather than reuse the inappropriate `mcnt'.
27474
27475 2000-10-25  Jim Meyering  <meyering@lucent.com>
27476
27477         * lib/obstack.c: Update from libc.
27478
27479 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
27480
27481         * regex.c (regex_compile): Change the way of handling a range from
27482         a char less than 256 to a char not less than 256.
27483
27484 2000-10-24  Andrew Innes  <andrewi@gnu.org>
27485
27486         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
27487         NT-Emacs only.
27488         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
27489         so that re_search functions only quit when callers expect them to.
27490
27491 2000-10-23  Jim Meyering  <meyering@lucent.com>
27492
27493         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
27494         wrong.  That set_locale call must not have any side effects.
27495         From Paul Eggert.
27496
27497 2000-10-22  Jim Meyering  <meyering@lucent.com>
27498
27499         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
27500         [CYCLIC]: Remove now-unused definition.
27501
27502         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
27503         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
27504         Suggestion from Ulrich Drepper.
27505
27506 2000-10-21  Jim Meyering  <meyering@lucent.com>
27507
27508         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
27509         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
27510         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
27511
27512 2000-10-21  Jim Meyering  <meyering@lucent.com>
27513
27514         * lib/dirname.c (memrchr): Declare if necessary.
27515         (dir_name): Remove the restriction that there be no
27516         trailing slashes.  Now, this code skips past them, effectively
27517         ignoring them.
27518         [TEST_DIRNAME] (main): New unit tests.
27519
27520         * lib/memrchr.c: New file from GNU libc.
27521         Undef __memrchr, too.
27522         [!weak_alias]: Define __memrchr to memrchr.
27523         Guard weak_alias use with `#ifdef weak_alias'.
27524
27525 2000-10-21  Jim Meyering  <meyering@lucent.com>
27526
27527         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
27528         (dir_name): Use dir_name_r.
27529         * lib/dirname.h (dir_name_r): Declare it.
27530
27531 2000-10-17  Jim Meyering  <meyering@lucent.com>
27532
27533         * lib/quote.h (PARAMS): Define and use.
27534         Reported by Akim Demaille.
27535
27536         * lib/getopt.c: Update from libc.
27537
27538 2000-10-16  Jim Meyering  <meyering@lucent.com>
27539
27540         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
27541         setlocale.
27542         From Jan Fedak.
27543
27544 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
27545
27546         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
27547
27548 2000-09-25  Jim Meyering  <meyering@lucent.com>
27549
27550         * lib/md5.h (rol): Define (from GnuPG).
27551
27552         * lib/sha.c: Give credit (GnuPG) where due.
27553         (M): Use rol rather than open-coding it.
27554         Add a FIXME comment.
27555
27556 2000-09-21  Jim Meyering  <meyering@lucent.com>
27557
27558         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
27559         Reported by Michael Stone.
27560
27561 2000-09-20  Jim Meyering  <meyering@lucent.com>
27562
27563         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
27564         (noinst_HEADERS): Add sha.h.
27565         Based on code from Scott G. Miller and from GnuPG.
27566
27567 2000-09-18  Jim Meyering  <meyering@lucent.com>
27568
27569         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
27570         LIBS. Otherwise, everyone ends up linking with -lelf for some
27571         configurations.
27572         Reported by Mike Stone.
27573
27574 2000-09-15  Jim Meyering  <meyering@lucent.com>
27575
27576         * lib/regex.c: Update from libc.
27577
27578 2000-09-10  Jim Meyering  <meyering@lucent.com>
27579
27580         * lib/getopt.c (_getopt_internal): Update from glibc.
27581
27582 2000-09-09  Jim Meyering  <meyering@lucent.com>
27583
27584         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
27585         think it should be used as a general replacement for isascii.
27586         * lib/fnmatch.c: Likewise.
27587         * lib/mbswidth.c: Likewise
27588         * lib/regex.c: Likewise.
27589
27590         Don't use atoi.
27591         * lib/userspec.c: Include sys/param.h and limits.h.
27592         Include xstrtol.h.
27593         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27594         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
27595         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
27596         UID, GID.  Check range.
27597
27598 2000-09-06  Jim Meyering  <meyering@lucent.com>
27599
27600         * lib/getopt.c (_getopt_internal): Update from glibc.
27601
27602 2000-08-30  Jim Meyering  <meyering@lucent.com>
27603
27604         * lib/strftime.c: Merge in changes from GNU libc.
27605
27606 2000-08-26  Jim Meyering  <meyering@lucent.com>
27607
27608         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
27609         * m4/fpending.m4: New file.
27610
27611 2000-08-26  Jim Meyering  <meyering@lucent.com>
27612
27613         * lib/closeout.c: Include "__fpending.h".
27614         (close_stdout_status): Return right away if there's nothing to flush.
27615
27616         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
27617         * lib/__fpending.c: New file.
27618         * lib/__fpending.h: New file.
27619
27620 2000-08-20  Jim Meyering  <meyering@lucent.com>
27621
27622         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
27623         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
27624         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
27625
27626 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
27627
27628         Improve fileutils installation on systems where running
27629         programs (like install) can't be unlinked.
27630         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
27631         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
27632
27633 2000-08-07  Paul Eggert  <eggert@twinsun.com>
27634
27635         Standardize on "memory exhausted" instead of "Memory exhausted"
27636         or "virtual memory exhausted".
27637         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
27638         "virtual memory exhausted".
27639         * lib/same.c (same_name): Invoke xalloc_die instead of printing
27640         our own message.
27641         * lib/userspec.c (parse_user_spec): Likewise.
27642         * lib/bumpalloc.h: comment fix
27643         * lib/same.c, userspec.c: Include xalloc.h.
27644
27645         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
27646         not char *const and pointing to a constant array.
27647         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
27648         (xrealloc): Comment fix.
27649
27650         * lib/userspec.c (parse_user_spec):
27651         Don't translate a message until just before returning,
27652         to avoid unnecessary translation.
27653
27654 2000-08-07  Jim Meyering  <meyering@lucent.com>
27655
27656         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
27657         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
27658         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
27659         getgroups.c, gethostname.c, getopt.h, group-member.c,
27660         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
27661         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
27662         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
27663         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
27664         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
27665         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
27666         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
27667         yesno.c: Back out Copyright date changes for each file with no change
27668         this year.  This eases coordination with other programs using the same
27669         source code modules.  From Paul Eggert.
27670
27671 2000-08-06  Paul Eggert  <eggert@twinsun.com>
27672
27673         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
27674         not char, for compatibility with glibc 2.1.3 strftime.c.
27675
27676 2000-08-03  Greg McGary  <greg@mcgary.org>
27677
27678         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
27679         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
27680         (EXTEND_BUFFER): Use them.
27681
27682 2000-08-01  Jim Meyering  <meyering@lucent.com>
27683
27684         * lib/dirname.c (ISSLASH): Define.
27685         (BACKSLASH_IS_PATH_SEPARATOR): Define.
27686         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
27687         both `\' and `/' may be use as path separators.
27688         Based on a patch from Prashant TR.
27689
27690 2000-07-31  Paul Eggert  <eggert@twinsun.com>
27691
27692         * lib/quotearg.c (quotearg_n_options): Don't make the initial
27693         slot vector a constant, since it might get modified.
27694
27695 2000-07-31  Jim Meyering  <meyering@lucent.com>
27696
27697         * lib/xmalloc.c: Use `virtual memory exhausted', not
27698         `Memory exhausted'.
27699         * lib/obstack.c (print_and_abort): Likewise.
27700
27701 2000-07-30  Paul Eggert  <eggert@twinsun.com>
27702
27703         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
27704         buffer, so that the caller can always quote one small
27705         component of a "memory exhausted" message in slot 0.
27706         From a suggestion by Jim Meyering.
27707
27708 2000-07-30  Jim Meyering  <meyering@lucent.com>
27709
27710         * lib/makepath.c (make_path): Quote the other instance, too.
27711
27712         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
27713         (STATIC_BUF_SIZE): Define.
27714         (quotearg_n_options): Use only statically allocated storage when
27715         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
27716         than STATIC_BUF_SIZE.
27717
27718 2000-07-29  Jim Meyering  <meyering@lucent.com>
27719
27720         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
27721         * lib/dirname.c (dir_name): Likewise.
27722
27723         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
27724         `/'.
27725
27726         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
27727         (dir_name): Assert that there are no trailing slashes.
27728
27729 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
27730
27731         * lib/mbswidth.h (mbswidth): Add a flags argument.
27732         (mbswidth): New declaration.
27733         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
27734         * lib/mbswidth.c (mbswidth): Add a flags argument.
27735         (mbsnwidth): New function.
27736
27737 2000-07-24  Jim Meyering  <meyering@lucent.com>
27738
27739         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
27740
27741 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27742
27743         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
27744
27745 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27746
27747         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
27748         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
27749         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
27750         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
27751         invoke multibyte primitives.
27752
27753 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27754
27755         * lib/quotearg.c:
27756         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
27757         so that mbstate_t is always defined.
27758
27759         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
27760         be 1 in at least one GCC installation, and this configuration
27761         error is likely to be common.  Ignoring MB_LEN_MAX hurts
27762         performance on hosts that have mbrtowc but have only unibyte
27763         locales, but I assume these hosts are rare.
27764
27765 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27766
27767         * lib/mbswidth.c (_XOPEN_SOURCE):
27768         Don't define; this causes problems on Solaris 7.
27769         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
27770
27771 2000-07-23  Jim Meyering  <meyering@lucent.com>
27772
27773         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
27774         too: getgrgid, getpwuid, getuid.
27775
27776 2000-07-23  Jim Meyering  <meyering@lucent.com>
27777
27778         * lib/basename.c (base_name): Add an assertion.
27779
27780 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
27781
27782         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
27783         shadow its mbsinit function.
27784
27785 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27786
27787         * lib/mbswidth.h: New file.
27788         * lib/mbswidth.c: New file.
27789         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
27790         (noinst_HEADERS): Add mbswidth.h.
27791
27792 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27793
27794         * lib/config.charset: Add support for FreeBSD. Improve support for
27795         HP-UX and IRIX 6.
27796
27797 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
27798
27799         * m4/mbswidth.m4: New file.
27800         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
27801
27802 2000-07-15  Jim Meyering  <meyering@lucent.com>
27803
27804         * lib/makepath.c: Include quote.h.
27805         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
27806         corresponding argument in a `quote (...)' call.
27807         Give better diagnostics.
27808
27809         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
27810         (noinst_HEADERS): Add quote.h.
27811
27812         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
27813         from tar's src/misc.c.
27814         * lib/quote.h: New file.  Prototypes for same.
27815
27816 2000-07-14  Paul Eggert  <eggert@twinsun.com>
27817
27818         From a suggestion by Bruno Haible.
27819         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
27820         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
27821         to decide whether to define the BeOS workaround macro;
27822         this adjusts to the change to AC_MBSTATE_T.
27823
27824 2000-07-14  Jim Meyering  <meyering@lucent.com>
27825
27826         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
27827         jm_AC_TYPE_UINTMAX_T.
27828
27829 2000-07-13  Paul Eggert  <eggert@twinsun.com>
27830
27831         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
27832
27833         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
27834         quotearg_buffer_restyled): Add support for
27835         clocale_quoting_style.  Undo previous change to
27836         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
27837         and "{RIGHT QUOTATION MARK}" msgids.
27838
27839 2000-07-10  Paul Eggert  <eggert@twinsun.com>
27840
27841         From a suggestion by Bruno Haible.
27842         * m4/mbstate_t.m4 (AC_MBSTATE_T):
27843         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
27844         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
27845         and mbstate_t, to a single-part test that simply defines mbstate_t.
27846         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
27847         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
27848
27849 2000-07-10  Jim Meyering  <meyering@lucent.com>
27850
27851         * m4/strerror_r.m4: Mirror the correction made in autoconf.
27852
27853         * m4/gnu-source.m4: Output to confdefs.h directly.
27854         Suggestion from Akim Demaille.
27855
27856 2000-07-09  Paul Eggert  <eggert@twinsun.com>
27857
27858         The old behavior of quoting `like this' doesn't look good with
27859         newer, ISO-style fonts.  See:
27860         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
27861
27862         Instead, quote "like this" by default.  Let the translator
27863         tailor the locale-specific quoting behavior by providing
27864         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
27865
27866         * lib/quotearg.c (N_): New macro.
27867         (gettext_default): New function.
27868         (quotearg_buffer_restyled): Use
27869         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
27870         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
27871
27872 2000-07-09  Jim Meyering  <meyering@lucent.com>
27873
27874         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
27875         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
27876
27877         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
27878         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
27879
27880 2000-07-09  Jim Meyering  <meyering@lucent.com>
27881
27882         * lib/Most files: Update copyright dates to include 2000.
27883
27884 2000-07-08  Jim Meyering  <meyering@lucent.com>
27885
27886         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
27887         if not defined.
27888         (xgethostname): Remove now-unnecessary #ifdef.
27889         Move declaration of `err' into loop where it's used.
27890
27891 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27892         and Bruno Haible  <haible@clisp.cons.org>
27893
27894         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
27895         only if the test for an object-type mbstate_t fails.  This
27896         prevents us from mistakenly reporting that mbstate_t is a
27897         system object type after we "#define mbstate_t int" to work
27898         around its lack.
27899
27900 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27901         and Bruno Haible  <haible@clisp.cons.org>
27902
27903         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
27904
27905 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27906
27907         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
27908         to strerror_r.
27909         Include <ctype.h> for use of isalpha.
27910
27911 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27912
27913         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
27914         by allocating a larger buffer. Test the gethostname return value for
27915         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
27916         returns an error and ENAMETOOLONG isn't defined.
27917
27918 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27919
27920         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
27921         dimension.
27922
27923 2000-07-04  Jim Meyering  <meyering@lucent.com>
27924
27925         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
27926         of the deprecated AC_CHECKING.
27927
27928 2000-07-04  Jim Meyering  <meyering@lucent.com>
27929
27930         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
27931         Reported by Bruno Haible.
27932
27933 2000-07-04  Jim Meyering  <meyering@lucent.com>
27934
27935         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
27936         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
27937         lacks mbrtowc.
27938
27939 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27940
27941         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
27942         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
27943
27944 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27945         and Bruno Haible  <haible@clisp.cons.org>
27946
27947         * lib/quotearg.c (mbrtowc):
27948         Assign to *pwc, and return 1 only if result is nonzero.
27949         (iswprint): Use ISPRINT when substituting our own mbrtowc.
27950
27951 2000-07-03  Jim Meyering  <meyering@lucent.com>
27952
27953         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
27954
27955 2000-07-03  Jim Meyering  <meyering@lucent.com>
27956
27957         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
27958         This is necessary to get a definition of e.g., UTMP_FILE on
27959         HP-UX 10.20.
27960         From Bob Proulx.
27961
27962 2000-07-02  Jim Meyering  <meyering@lucent.com>
27963
27964         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
27965
27966         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
27967         AC_LIBOBJ(function_name).
27968         * m4/chown.m4: Likewise.
27969         * m4/fnmatch.m4: Likewise.
27970         * m4/ftruncate.m4: Likewise.
27971         * m4/getgroups.m4: Likewise.
27972         * m4/getline.m4: Likewise.
27973         * m4/group-member.m4: Likewise.
27974         * m4/jm-macros.m4: Likewise.
27975         * m4/lstat.m4: Likewise.
27976         * m4/malloc.m4: Likewise.
27977         * m4/memcmp.m4: Likewise.
27978         * m4/nanosleep.m4: Likewise.
27979         * m4/putenv.m4: Likewise.
27980         * m4/realloc.m4: Likewise.
27981         * m4/regex.m4: Likewise.
27982         * m4/stat.m4: Likewise.
27983         * m4/strftime.m4: Likewise.
27984
27985 2000-07-02  Jim Meyering  <meyering@lucent.com>
27986
27987         * lib/quotearg.c (mbstate_t): Don't define here.
27988
27989 2000-07-02  Jim Meyering  <meyering@lucent.com>
27990
27991         * lib/nanosleep.c (SIGCONT): Define if not already defined.
27992
27993 2000-07-01  Jim Meyering  <meyering@lucent.com>
27994
27995         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
27996
27997 2000-07-01  Jim Meyering  <meyering@lucent.com>
27998
27999         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
28000         problem.
28001
28002 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
28003
28004         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
28005         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
28006
28007 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
28008
28009         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
28010         per change in ../m4/ls-mntd-fs.m4.
28011         (read_filesystem_list): Ignore symbolic links.
28012
28013 2000-06-29  Jim Meyering  <meyering@lucent.com>
28014
28015         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
28016         for declaration of strcmp.
28017
28018         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
28019
28020         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
28021         Avoid warning by casting result to `char *' to remove `const'.
28022
28023 2000-06-28  Jim Meyering  <meyering@lucent.com>
28024
28025         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
28026         included by quotearg.c, for which we perform this test.  From
28027         Bruno Haible.
28028
28029 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
28030
28031         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
28032         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
28033         <utmpx.h> exists, put readutmp.o into LIBOBJS.
28034
28035 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
28036
28037         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
28038
28039 2000-06-26  Paul Eggert  <eggert@twinsun.com>
28040
28041         savedir now sets errno on failure and invokes xmalloc to get memory.
28042         Fix a couple of other minor bugs while we're at it.
28043
28044         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
28045         (NAMLEN): Remove macro.
28046         (malloc, realloc): Remove decls.
28047         (stpcpy): Likewise.
28048         ("xalloc.h"): Include.
28049         (NAME_SIZE_DEFAULT): New macro.
28050         (savedir): Use xmalloc / xrealloc to allocate memory.
28051         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
28052         Skip "" directory entries.
28053         Use strlen to calculate directory entry length, since the old method
28054         is rarely used these days and isn't worth supporting.
28055         Don't use a pointer after freeing it.
28056         Check for integer overflow when calculating allocation size.
28057         Use memcpy to copy entries, instead of stpcpy.
28058         Set errno properly when returning NULL.
28059         Check for readdir error.
28060
28061 2000-06-26  Jim Meyering  <meyering@lucent.com>
28062
28063         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
28064
28065 2000-06-25  Jim Meyering  <meyering@lucent.com>
28066
28067         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
28068         Linux header bug when _XOPEN_SOURCE is defined to 500.
28069
28070 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
28071
28072         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
28073         deficiency.
28074
28075 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
28076
28077         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
28078         Include xalloc.h.
28079         Don't include <stdlib.h>.  Don't declare malloc, realloc.
28080
28081 2000-06-24  Jim Meyering  <meyering@lucent.com>
28082
28083         * m4/strerror_r.m4: Revive this file -- to try out an experimental
28084         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
28085         for which strerror does return char*, but which lacks a conveniently
28086         accessible declaration of the function.  If the compile-test says
28087         strerror_r doesn't work, then resort to a `run'-test that works on
28088         BeOS and segfaults on DEC Unix.
28089
28090 2000-06-24  Jim Meyering  <meyering@lucent.com>
28091
28092         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
28093
28094 2000-06-23  Paul Eggert  <eggert@twinsun.com>
28095
28096         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
28097         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
28098
28099 2000-06-23  Paul Eggert  <eggert@twinsun.com>
28100
28101         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
28102         (mbrtowc, mbstate_t): Define substitutes if
28103         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
28104         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
28105         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
28106
28107 2000-06-23  Jim Meyering  <meyering@lucent.com>
28108
28109         * m4/afs.m4: Add missing AC_MSG_RESULT.
28110         Reported by Bruno Haible.
28111
28112         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
28113         Suggestion from Bruno Haible.
28114
28115 2000-06-23  Jim Meyering  <meyering@lucent.com>
28116
28117         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
28118
28119 2000-06-21  Jim Meyering  <meyering@lucent.com>
28120
28121         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
28122
28123 2000-06-21  Jim Meyering  <meyering@lucent.com>
28124
28125         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
28126         (noinst_HEADERS): Add getstr.h.
28127
28128         * lib/getline.c (getstr): Move into a separate file.
28129         * lib/getstr.c (getstr): New file, extracted from getline.c, with
28130         the following changes: new parameter, delim2; both delim[12]
28131         parameters have type `int', not `char'.  The latter would lose
28132         with 8-bit delimiters.
28133         * lib/getstr.h: New file.
28134
28135 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28136
28137         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
28138         than 1024, return a memory chunk of least possible size, instead
28139         of size PATH_MAX + 2. In the loop, increment the size proportionally.
28140         Use free/xmalloc instead of xrealloc to avoid copying for very long
28141         paths.
28142
28143 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28144
28145         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
28146         the empty string.
28147
28148 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28149
28150         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
28151         address, not strdup.  Include <stdlib.h> and don't declare free().
28152
28153 2000-06-19  Jim Meyering  <meyering@lucent.com>
28154
28155         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
28156
28157 2000-06-18  Jim Meyering  <meyering@lucent.com>
28158
28159         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
28160
28161         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
28162         `checking whether...' message to be consistent with that of the
28163         lstat test.
28164
28165 2000-06-18  Jim Meyering  <meyering@lucent.com>
28166
28167         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
28168         Besides, these days every porting target provides a mkdir function.
28169
28170         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
28171         needed. (this snippet comes from src/system.h).
28172
28173 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
28174
28175         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
28176
28177 2000-06-15  Paul Eggert  <eggert@twinsun.com>
28178
28179         * lib/human.c (adjust_value): New function.
28180         (human_readable_inexact): Apply rounding style even when
28181         printing approximate values.
28182
28183 2000-06-14  Paul Eggert  <eggert@twinsun.com>
28184
28185         * lib/human.c (human_readable_inexact): Allow an input block
28186         size that is not a multiple of the output block size, and vice versa.
28187         Reported by Piergiorgio Sartor.
28188
28189 2000-06-14  Paul Eggert  <eggert@twinsun.com>
28190
28191         * lib/getdate.y (get_date): Apply relative times after time
28192         zone indicator, not before.  Reported by Todd A. Jacobs.
28193
28194 2000-06-13  Jim Meyering  <meyering@lucent.com>
28195
28196         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
28197
28198         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
28199
28200 2000-06-12  Paul Eggert  <eggert@twinsun.com>
28201
28202         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
28203
28204 2000-06-12  Jim Meyering  <meyering@lucent.com>
28205
28206         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
28207         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
28208         optional argument.
28209         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
28210         the optional argument, `lib'.
28211
28212 2000-06-08  Jim Meyering  <meyering@lucent.com>
28213
28214         * m4/largefile.m4: Remove file (now that it's part of autoconf).
28215
28216 2000-06-04  Paul Eggert  <eggert@twinsun.com>
28217
28218         Rewrite largefile configuration so that we don't need to run
28219         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
28220         AC_CANONICAL_HOST in configure.in -- jmm]
28221
28222         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
28223         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
28224         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
28225         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
28226         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
28227         All uses changed.
28228         Instead of inspecting the output of getconf, try to compile the
28229         test program without and with the macro definition.
28230         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
28231         for getconf.  Instead, check for the needed flags by compiling
28232         test programs.
28233
28234 2000-06-04  Paul Eggert  <eggert@twinsun.com>
28235
28236         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
28237
28238 2000-06-04  Jim Meyering  <meyering@lucent.com>
28239
28240         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
28241         SunOS 4.1.4 for which gid_t is an unsigned type.
28242
28243 2000-06-03  Jim Meyering  <meyering@lucent.com>
28244
28245         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
28246         now that autoconf requires that.
28247
28248         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
28249         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
28250         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
28251
28252 2000-06-03  Jim Meyering  <meyering@lucent.com>
28253
28254         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
28255
28256 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
28257
28258         * m4/glibc21.m4: New file.
28259         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
28260
28261 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
28262
28263         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
28264         newer, don't install charset.alias.
28265         * lib/config.charset: Change the Linux/glibc rules so they become empty
28266         on glibc-2.1 or newer.
28267
28268 2000-06-02  Jim Meyering  <meyering@lucent.com>
28269
28270         * lib/mountlist.c: Back out last change.  Instead, do this...
28271         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
28272         me_dummy member using the same `ignore'-testing code.
28273         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
28274         fs_type strings.
28275         From Mark D. Roth.
28276
28277 2000-05-29  Jim Meyering  <meyering@lucent.com>
28278
28279         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
28280         mounts with the `ignore' attribute.  Based on a patch from
28281         Mark D. Roth.
28282
28283 2000-05-28  Jim Meyering  <meyering@lucent.com>
28284
28285         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
28286         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28287         * m4/stat.m4: Likewise.
28288         * m4/lstat.m4: Likewise.
28289         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
28290
28291         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
28292         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
28293
28294 2000-05-26  Jim Meyering  <meyering@lucent.com>
28295
28296         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
28297
28298 2000-05-24  Jim Meyering  <meyering@lucent.com>
28299
28300         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
28301         autoconf requires that.
28302         * m4/lib-check.m4: Likewise.
28303         * m4/jm-macros.m4: Likewise.
28304         * m4/strftime.m4: Likewise.
28305
28306         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
28307         AC_CHECK_DECLS, now that autoconf requires that.
28308
28309 2000-05-22  Jim Meyering  <meyering@lucent.com>
28310
28311         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28312         * m4/lstat.m4: Likewise.
28313
28314 2000-05-22  Jim Meyering  <meyering@lucent.com>
28315
28316         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
28317
28318 2000-05-20  Jim Meyering  <meyering@lucent.com>
28319
28320         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
28321         (jm_PREREQ): Use it.
28322
28323 2000-05-18  Jim Meyering  <meyering@lucent.com>
28324
28325         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
28326         back, too, since it may have been modified by allocate_entry.
28327         (hash_delete): Rewrite to use neither the assignment operator
28328         nor the comma operator in an if-expression.
28329
28330 2000-05-15  Paul Eggert  <eggert@twinsun.com>
28331
28332         * lib/closeout.c:
28333         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
28334         Remove; no longer needed.
28335         "quotearg.h": Add include.
28336         (file_name): Do not bother to explicitly initialize to NULL; it's less
28337         efficient on some hosts.
28338         (close_stdout_status): Remove test as to whether stdout was already
28339         closed; it breaks for the case "echo x | sort >&-".
28340         Quote file name colons.
28341         Do not assume that _("write error") lacks format strings.
28342
28343 2000-05-15  Jim Meyering  <meyering@lucent.com>
28344
28345         * lib/version-etc.c (version_etc_copyright): Update the copyright
28346         string used in all --version output.
28347
28348 2000-05-14  Jim Meyering  <meyering@lucent.com>
28349
28350         * lib/closeout.c (close_stdout_set_file_name): New function.
28351         (close_stdout_status): Use new file-scoped global.
28352         Return right away if fstat says the stdout file descriptor is invalid.
28353         * lib/closeout.h (close_stdout_set_file_name): Declare.
28354
28355 2000-05-10  Jim Meyering  <meyering@lucent.com>
28356
28357         * lib/closeout.c [default_exit_status]: New file-scoped variable.
28358         (close_stdout_set_status): New function.
28359         * lib/closeout.h (close_stdout_set_status): Declare.
28360
28361 2000-05-09  Jim Meyering  <meyering@lucent.com>
28362
28363         * m4/gettext.m4: Rename this...
28364         * m4/libintl.m4: ...to this.
28365
28366 2000-05-08  Jim Meyering  <meyering@lucent.com>
28367
28368         * lib/long-options.c: Don't include closeout.h.
28369         (parse_long_options): Don't call close_stdout for --version.
28370
28371 2000-05-06  Paul Eggert  <eggert@twinsun.com>
28372
28373         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
28374         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
28375         2.1.3 bug.  This avoids a clash when files like regex.c define
28376         _GNU_SOURCE.
28377
28378 2000-05-06  Jim Meyering  <meyering@lucent.com>
28379
28380         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
28381         (AC_REPLACE_FUNCS): Add strnlen.
28382
28383         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
28384         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
28385
28386         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
28387         AC_SEARCH_LIBS call for nanosleep.
28388         (LIB_NANOSLEEP): Set and AC_SUBST.
28389
28390 2000-05-06  Jim Meyering  <meyering@lucent.com>
28391
28392         * lib/strnlen.c: Undefine __strnlen and strnlen.
28393         [!weak_alias]: Define __strnlen to strnlen.
28394
28395         * lib/atexit.c: New file, from libiberty.
28396
28397 2000-05-06  Jim Meyering  <meyering@lucent.com>
28398
28399         * lib/closeout.c (close_stdout_status): Also check for errors on the
28400         stderr stream.
28401
28402 2000-05-05  Jim Meyering  <meyering@lucent.com>
28403
28404         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
28405         AC_SEARCH_LIBS call for clock_gettime.
28406         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
28407
28408         * m4/search-libs.m4: Update from autoconf.
28409
28410         su doesn't work on Solaris 2.6.
28411         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
28412         <shadow.h>.  Reported by Dragos Harabor.
28413
28414 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
28415
28416         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
28417         memcpy instead of xmalloc, xrealloc, path_concat.
28418         (locale_charset): Treat empty environment variables as absent.
28419         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
28420
28421 2000-05-04  Jim Meyering  <meyering@lucent.com>
28422
28423         * lib/getopt.c: Update from glibc.
28424         * lib/obstack.c: Likewise.
28425         * lib/obstack.h: Likewise.
28426         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
28427         file
28428
28429         * lib/regex.h: Likewise.
28430         * lib/strndup.c: Likewise.
28431         * lib/strnlen.c: New file, from glibc.
28432
28433 2000-05-03  Jim Meyering  <meyering@lucent.com>
28434
28435         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
28436
28437 2000-05-02  Paul Eggert  <eggert@twinsun.com>
28438
28439         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
28440         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
28441         compile-time test, rather than inspecting host and OS, to
28442         decide whether to define _LARGEFILE_SOURCE.
28443
28444 2000-05-01  Jim Meyering  <meyering@lucent.com>
28445
28446         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
28447
28448         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
28449         Based on a patch from Bruno Haible.
28450
28451 2000-05-01  Jim Meyering  <meyering@lucent.com>
28452
28453         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
28454
28455 2000-04-29  Jim Meyering  <meyering@lucent.com>
28456
28457         * lib/path-concat.c: Declare strdup only if it's not defined.
28458         * lib/canon-host.c: Likewise.
28459
28460 2000-04-28  Jim Meyering  <meyering@lucent.com>
28461
28462         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
28463         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
28464         is included first, then limits.h is included by locale.h by libintl.h.
28465         From John David Anglin.
28466
28467 2000-04-25  Jim Meyering  <meyering@lucent.com>
28468
28469         * lib/makepath.c (S_IRWXUGO): Define.
28470         (make_path): Always perform explicit chmod if MODE specifies any
28471         of the `special' permission bits.  Prompted by a bug report against
28472         install from Mate Wierdl and Joost van Baal.
28473
28474 2000-04-18  Jim Meyering  <meyering@lucent.com>
28475
28476         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
28477         (jm_PREREQ): Use it.
28478
28479 2000-04-18  Jim Meyering  <meyering@lucent.com>
28480
28481         * lib/README: New file.
28482
28483         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
28484         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
28485
28486 2000-04-17  Jim Meyering  <meyering@lucent.com>
28487
28488         Get it right :-)
28489         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
28490         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
28491         Suggestion from Akim Demaille.
28492
28493 2000-04-17  Jim Meyering  <meyering@lucent.com>
28494
28495         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
28496         the definition of it to rpl_strftime also defined-away the system's
28497         declaration.
28498
28499 2000-04-15  Jim Meyering  <meyering@lucent.com>
28500
28501         Use `C' to denote so-called `contiguous' files, the same way
28502         that tar does.
28503         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
28504         (ftypelet): Use S_ISCTG.
28505         From Michael Deutschmann.
28506
28507 2000-04-14  Jim Meyering  <meyering@lucent.com>
28508
28509         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
28510         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
28511         clobbered.
28512
28513 2000-04-14  Jim Meyering  <meyering@lucent.com>
28514
28515         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
28516
28517 2000-04-13  Jim Meyering  <meyering@lucent.com>
28518
28519         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
28520         AH_VERBATIM to insert required #ifndef into config.h.in.
28521         Suggestion from Akim Demaille.
28522
28523 2000-04-12  Jim Meyering  <meyering@lucent.com>
28524
28525         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
28526         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
28527         Christian Krackowizer.
28528
28529         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
28530         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
28531         (AC_SYS_LARGEFILE): Require.
28532         (AM_C_PROTOTYPES): Require.
28533
28534 2000-04-08  Jim Meyering  <meyering@lucent.com>
28535
28536         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
28537         names don't conflict.  Reported by Eli Zaretskii.
28538
28539 2000-04-07  Jim Meyering  <meyering@lucent.com>
28540
28541         * lib/putenv.c: Move inclusion of errno.h so it follows that of
28542         sys/types.h, to work around system header problems on AIX 3.2.5.
28543         From Bruno Haible.
28544
28545 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
28546
28547         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
28548         bug.  Deal with the different error behavior of Irix iconv.
28549
28550 2000-04-05  Paul Eggert  <eggert@twinsun.com>
28551
28552         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
28553         IRIX if the installer said otherwise.
28554
28555 2000-04-05  Jim Meyering  <meyering@lucent.com>
28556
28557         Portability tweaks required for ultrix4.3.
28558         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
28559         (jm_CHECK_DECLS): Add getutent to the list of functions.
28560         (_jm_DECL_HEADERS): Add utmpx.h.
28561         From John David Anglin.
28562
28563         * m4/strftime.m4: Back out the 2000-04-02 change.
28564         Instead of that change, simply undefine putenv in the test program.
28565
28566 2000-04-05  Jim Meyering  <meyering@lucent.com>
28567
28568         Portability tweaks required for ultrix4.3.
28569         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
28570         getutent.
28571         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
28572         * lib/canon-host.c: Declare strdup.
28573         * lib/path-concat.c: Likewise.
28574         From John David Anglin.
28575
28576 2000-04-04  Jim Meyering  <meyering@lucent.com>
28577
28578         Be more DOS 8.3-friendly.
28579         * lib/ref-add.sin: Renamed from ref-add.sed.in.
28580         * lib/ref-del.sin: Renamed from ref-del.sed.in.
28581         * lib/Makefile.am: Reflect renaming.
28582         Reported by Eli Zaretskii.
28583
28584         Use a temporary file name that won't clash with `charset.alias'
28585         in the DOS 8.3 name space.
28586         * lib/Makefile.am (charset_tmp): Define.
28587         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
28588         (uninstall-local): Likewise.
28589         Reported by Eli Zaretskii.
28590
28591 2000-04-03  Jim Meyering  <meyering@lucent.com>
28592
28593         * m4/gettext.m4: Fix typo in comment.
28594
28595         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
28596         textutils/configure.in).  Suggestion from Paul Eggert.
28597         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
28598
28599 2000-04-02  Paul Eggert  <eggert@twinsun.com>
28600
28601         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
28602         variable in the shell rather than using putenv, which isn't
28603         portable.  This avoids the configure-time inter-test dependency
28604         on the potentially-renamed putenv function.
28605
28606 2000-03-30  Paul Eggert  <eggert@twinsun.com>
28607
28608         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
28609         before checking struct stat.st_blksize, so that
28610         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
28611
28612 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28613
28614         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
28615         since strftime.c uses HAVE_STRFTIME to decide whether to use
28616         the underlying strftime.
28617
28618 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28619
28620         * lib/time/strftime.c (my_strftime): Make sure we call the system
28621         strftime, not ourselves, when invoking the underlying strftime.
28622
28623 2000-03-24  Jim Meyering  <meyering@lucent.com>
28624
28625         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
28626         (charset_alias): Define.
28627         (install-exec-local): Factor out common code.
28628         (uninstall-local): Split lines longer than 80.
28629         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
28630         (SUFFIXES): Define.
28631         (.sed.in.sed): New rule.  Don't redirect directly to $@.
28632         (CLEANFILES): Add ref-add.sed and ref-del.sed.
28633
28634 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
28635
28636         * lib/config.charset: Output a line containing "Packages using this
28637         file".
28638         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
28639         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
28640         ref-del.sed): New rules.
28641
28642 2000-03-17  Jim Meyering  <meyering@lucent.com>
28643
28644         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
28645         Otherwise, include <strings.h>
28646
28647 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
28648
28649         * lib/unicodeio.c (utf8_wctomb): New function.
28650         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
28651         format instead of in UCS-4 with platform dependent endianness.
28652
28653 2000-03-10  Jim Meyering  <meyering@lucent.com>
28654
28655         * m4/lib-check.m4: Look for getspnam in -lgen, too.
28656         From Marco Franzen.
28657
28658 2000-03-07  Paul Eggert  <eggert@twinsun.com>
28659
28660         * lib/savedir.c (savedir): Work even if directory size is
28661         negative; this can happen with some screwy NFS configurations.
28662
28663 2000-03-06  Jim Meyering  <meyering@lucent.com>
28664
28665         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
28666         if it's NULL (because we ran out of memory).  From Bruno Haible.
28667
28668 2000-03-05  Jim Meyering  <meyering@lucent.com>
28669
28670         * lib/localcharset.c ("path-concat.h"): Include.
28671         (get_charset_aliases): Use path_concat instead of ANSI string
28672         concatenation.
28673
28674         * lib/unicodeio.h (PARAMS): Define.
28675         Use it to guard prototype.
28676
28677 2000-03-04  Jim Meyering  <meyering@lucent.com>
28678
28679         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
28680         for lib/localcharset.c.
28681
28682 2000-03-04  Jim Meyering  <meyering@lucent.com>
28683
28684         * lib/Makefile.am (install-exec-local): Create $(libdir) before
28685         installing into it.
28686         (uninstall-local): Uncomment this rule so `make distcheck' works
28687         once again.
28688
28689         * lib/unicodeio.c (<errno.h>): Include it.
28690         (errno): Declare if not defined.
28691
28692         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
28693
28694         * lib/config.charset: New version, incorporating remarks from a linux
28695         i18n mailing list.  From Bruno Haible.
28696
28697 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
28698
28699         * m4/codeset.m4: New file.
28700         * m4/iconv.m4: New file.
28701         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
28702
28703 2000-03-03  Jim Meyering  <meyering@lucent.com>
28704
28705         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
28706
28707 2000-03-02  Jim Meyering  <meyering@lucent.com>
28708
28709         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
28710         the messages come out on separate lines.
28711
28712         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
28713         rather than jm_CHECK_DECLARATIONS.
28714         * m4/decl.m4: Remove now-unused file.
28715
28716         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
28717         geteuid.
28718
28719 2000-03-02  Jim Meyering  <meyering@lucent.com>
28720
28721         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
28722
28723 2000-03-01  Jim Meyering  <meyering@lucent.com>
28724
28725         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
28726         * lib/unicodeio.c: Likewise.
28727
28728 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
28729
28730         * lib/config.charset: New file.
28731         * lib/localcharset.c: New file.
28732         * lib/unicodeio.h, lib/unicodeio.c: New files.
28733         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
28734         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
28735         (noinst_HEADERS): Add unicodeio.h.
28736         (all-local, install-exec-local, charset.alias): New targets.
28737
28738 2000-02-28  Paul Eggert  <eggert@twinsun.com>
28739
28740         * lib/quotearg.c (ALERT_CHAR): New macro.
28741         (quotearg_buffer_restyled): Use it.
28742
28743 2000-02-27  Jim Meyering  <meyering@lucent.com>
28744
28745         * m4/check-decl.m4: Add getenv to the list.
28746
28747 2000-02-27  Jim Meyering  <meyering@lucent.com>
28748
28749         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
28750         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
28751
28752         * lib/backupfile.c: Guard inclusion of stdlib.h with
28753         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
28754         Declare malloc if needed.
28755
28756         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
28757         `#ifndef HAVE_DECL..'
28758         now that autoconf always defines the HAVE_DECL_ symbols.
28759         * lib/human.c: Likewise.
28760         * lib/same.c: Likewise.
28761         * lib/strtoumax.c: Likewise.
28762
28763         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
28764         declaration check was not run.
28765         * lib/hash.c: Likewise.
28766         * lib/human.c: Likewise.
28767         * lib/same.c: Likewise.
28768         * lib/strtoumax.c: Likewise.
28769
28770         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
28771         `.', then first look up the entire `.'-containing string as a login
28772         name.
28773
28774 2000-02-23  Jim Meyering  <meyering@lucent.com>
28775
28776         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
28777         in place of my hack.
28778
28779 2000-02-18  Paul Eggert  <eggert@twinsun.com>
28780
28781         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
28782         (textint): New typedef.
28783         (parser_control): Member year changed from int to textint.
28784         All uses changed.
28785         (YYSTYPE): Removed; replaced by %union with int and textint members.
28786         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
28787         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
28788         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
28789         (tSNUMBER, tUNUMBER): Now of type <textintval>.
28790         (date, number, to_year): Use width of number in digits, not its value,
28791         to determine whether it's a 2-digit year, or a 2-digit time.
28792         (yylex): Store number of digits of numeric tokens.
28793         Reported by John Kendall.
28794
28795         (parser_control): Changed from struct parser_control to typedef (for
28796         consistency).  All uses changed.
28797
28798         (tID): Removed; not used.
28799         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
28800
28801 2000-02-14  Paul Eggert  <eggert@twinsun.com>
28802
28803         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
28804         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
28805
28806 2000-02-12  Jim Meyering  <meyering@lucent.com>
28807
28808         * lib/userspec.c (ISDIGIT): Define it.
28809         (isdigit): Remove definition.
28810         (is_number): Use ISDIGIT, not isdigit.
28811         <libintl.h>: Include.
28812         (_ and N_): Define.
28813         (parse_user_spec): Mark translatable strings.
28814
28815 2000-02-10  Jim Meyering  <meyering@lucent.com>
28816
28817         With these changes, nanosleep.[ch] are finally enough like the other
28818         lib/* replacement files to compile on a few more losing systems.
28819
28820         * lib/nanosleep.h: Don't include config.h.
28821         Remove prototype from declaration of nanosleep.
28822         (PARAMS): Remove now-unneeded definition.
28823         * lib/nanosleep.c: #undef nanosleep.
28824         (rpl_nanosleep): Rename from nanosleep.
28825
28826 2000-02-10  Jim Meyering  <meyering@lucent.com>
28827
28828         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
28829         gnu_nanosleep to rpl_nanosleep.
28830
28831 2000-02-09  Jim Meyering  <meyering@lucent.com>
28832
28833         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
28834         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
28835
28836 2000-02-08  Akim Demaille  <akim@epita.fr>
28837
28838         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
28839         `[' and `]' and remove uses of `changequote'.
28840         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
28841         (AC_SYS_LARGEFILE): Likewise.
28842         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
28843         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
28844         of changequote.
28845         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
28846         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
28847         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
28848         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
28849
28850 2000-02-05  Jim Meyering  <meyering@lucent.com>
28851
28852         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
28853         Remove explicit use of AC_HEADER_TIME.  It is required by
28854         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
28855         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
28856         in autoconf whereby the expansion of the latter ended up preceding
28857         the expansion of its prerequisite, AC_HEADER_TIME.
28858         Reported by Volker Borchert.
28859
28860 2000-02-03  Jim Meyering  <meyering@lucent.com>
28861
28862         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
28863
28864 2000-02-03  Jim Meyering  <meyering@lucent.com>
28865
28866         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
28867         rather than with `#if HAVE_UTMPNAME'.
28868
28869 2000-02-02  Jim Meyering  <meyering@lucent.com>
28870
28871         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
28872         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
28873         Reported by Eli Zaretskii.
28874
28875 2000-02-01  Jim Meyering  <meyering@lucent.com>
28876
28877         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
28878
28879 2000-01-31  Jim Meyering  <meyering@lucent.com>
28880
28881         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
28882         functions.  Add the time.h and sys/time.h headers along with the
28883         AC_REQUIRE'ment of AC_HEADER_TIME.
28884
28885 2000-01-31  Jim Meyering  <meyering@lucent.com>
28886
28887         * lib/nanosleep.h (nanosleep): Guard declaration with
28888         `#if ! HAVE_DECL_NANOSLEEP'.
28889         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
28890         the declaration in that vendor's sys/timers.h.
28891         Reported by Christian Krackowizer.
28892
28893         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
28894         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
28895         (ISPRINT): Likewise.
28896         Reported by Tom Tromey.
28897
28898 2000-01-30  Jim Meyering  <meyering@lucent.com>
28899
28900         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
28901
28902         * m4/prereq.m4 (utmp_includes): Define.
28903         Check for ut_user and ut_name members in both struct utmpx
28904         and struct utmp.
28905
28906 2000-01-30  Jim Meyering  <meyering@lucent.com>
28907
28908         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
28909         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
28910         header files where only utmpx.ut_user is declared.
28911
28912         * lib/readutmp.h (UT_USER): Define.
28913
28914 2000-01-29  Jim Meyering  <meyering@lucent.com>
28915
28916         * m4/lib-check.m4: New file containing library-related checks from
28917         fileutils and sh-utils (textutils had none).
28918
28919 2000-01-28  Jim Meyering  <meyering@lucent.com>
28920
28921         * m4/perl.m4: Change format of warning message to look more like that
28922         from the missing script.  Suggestion from François Pinard.
28923
28924 2000-01-25  Jim Meyering  <meyering@lucent.com>
28925
28926         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
28927         well as time.h in the compile check.
28928         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
28929         Fix typo in cross-compiling case: s/yes/no/.
28930
28931 2000-01-23  Jim Meyering  <meyering@lucent.com>
28932
28933         * m4/jm-macros.m4: Move df-related tests here from
28934         fileutils/configure.in
28935
28936         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
28937         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
28938
28939         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
28940         s/space/ac_fsusage_space/.
28941         (jm_FILE_SYSTEM_USAGE): Take two parameters.
28942
28943         * m4/ftruncate.m4: New file (derived from part of
28944         fileutils/configure.in).
28945         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
28946         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
28947
28948         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
28949         AC_SUBST these here, rather than just in sh-util/configure.in, so
28950         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
28951         all the same.
28952         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
28953         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
28954         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
28955         (AC_SUBST(POW_LIBM)): Likewise.
28956         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
28957
28958 2000-01-23  Jim Meyering  <meyering@lucent.com>
28959
28960         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
28961         obstack.c.
28962
28963 2000-01-22  Jim Meyering  <meyering@lucent.com>
28964
28965         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
28966
28967         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
28968
28969         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
28970         configure.in
28971         (AC_CHECK_HEADERS): Likewise for sh-utils.
28972         (AC_CHECK_HEADERS): Likewise for textutils.
28973         Merge the three lists of headers.
28974
28975         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
28976         from fileutils' configure.in.
28977
28978         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
28979         code. Moved tests into their own function (_jm_DECL_HEADERS) in
28980         check-decl.m4.
28981
28982         * m4/check-decl.m4: Use #if rather than #ifdef.
28983         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
28984         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
28985         (_jm_DECL_HEADERS): Define new function.
28986         (jm_CHECK_DECLARATIONS): Require it.
28987
28988 2000-01-22  Jim Meyering  <meyering@lucent.com>
28989
28990         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
28991         [! HAVE_DECL_STRTOULL]: Declare strtoull.
28992         Required for some AIX systems.  Reported by Christian Krackowizer.
28993         [TESTING] (main): New function.
28994
28995         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
28996         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
28997         letters.
28998
28999         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
29000         iswprint.
29001
29002         * lib/strverscmp.c (ISDIGIT): Define.
29003         (strverscmp): Use ISDIGIT, not isdigit.
29004
29005 2000-01-19  Jim Meyering  <meyering@lucent.com>
29006
29007         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
29008         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
29009         defines `struct timespec' in <sys/time.h>
29010
29011         * m4/c-bs-a.m4: Remove uses of changequote altogether.
29012         Thanks to Akim for explaining.
29013
29014 2000-01-17  Paul Eggert  <eggert@twinsun.com>
29015
29016         * lib/nanosleep.c (nanosleep):
29017         Don't use SA_INTERRUPT to decide whether to call sigaction, as
29018         POSIX.1 doesn't require SA_INTERRUPT and some systems
29019         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
29020         it's been part of POSIX.1 since day 1 (in 1988).
29021
29022 2000-01-17  Jim Meyering  <meyering@lucent.com>
29023
29024         * lib/interlock: Remove unused file.  Reported by François Pinard.
29025
29026 2000-01-16  Paul Eggert  <eggert@twinsun.com>
29027
29028         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
29029         alert, backslash, formfeed, and vertical tab unnecessarily in
29030         shell quoting style.
29031
29032 2000-01-16  Jim Meyering  <meyering@lucent.com>
29033
29034         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
29035         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
29036         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
29037         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
29038
29039 2000-01-16  Jim Meyering  <meyering@lucent.com>
29040
29041         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
29042         because the latter didn't work.
29043
29044 2000-01-15  Jim Meyering  <meyering@lucent.com>
29045
29046         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
29047         (AC_REPLACE_FUNCS): Add memcpy and memset.
29048         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
29049         Add strpbrk.
29050         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
29051
29052 2000-01-12  Jim Meyering  <meyering@lucent.com>
29053
29054         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
29055         (jm_PREREQ): Use it.
29056         (jm_PREREQ_READUTMP): New macro.
29057         (jm_PREREQ): Use it.
29058
29059 2000-01-11  Paul Eggert  <eggert@twinsun.com>
29060
29061         Quote multibyte characters correctly.
29062         * m4/c-bs-a.m4: New file.
29063         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
29064         (jm_PREREQ): Use it.
29065
29066 2000-01-11  Paul Eggert  <eggert@twinsun.com>
29067
29068         * m4/uintmax_t.m4: Port to autoconf 2.13.
29069
29070 2000-01-08  Jim Meyering  <meyering@ascend.com>
29071
29072         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
29073         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
29074
29075 2000-01-04  Jim Meyering  <meyering@ascend.com>
29076
29077         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
29078         jm_STRUCT_DIRENT_D_TYPE.
29079         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
29080         jm_STRUCT_DIRENT_D_INO.
29081         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
29082         jm_STRUCT_UTIMBUF.
29083         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
29084         renamings.
29085         * m4/utime.m4: Likewise.
29086
29087         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
29088         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
29089
29090 2000-01-03  Paul Eggert  <eggert@twinsun.com>
29091
29092         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
29093         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
29094
29095 2000-01-02  Jim Meyering  <meyering@ascend.com>
29096
29097         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
29098         remember if this is necessary.
29099
29100 1999-12-26  Jim Meyering  <meyering@ascend.com>
29101
29102         * m4/jm-macros.m4: Use it here.
29103         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
29104
29105 1999-12-23  Jim Meyering  <meyering@ascend.com>
29106
29107         * m4/jm-macros.m4: Check for clock_gettime (moved from
29108         fileutils/configure.in)
29109         Check for gettimeofday.
29110
29111 1999-12-20  Jim Meyering  <meyering@ascend.com>
29112
29113         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
29114         autoconf-2.14a-1999-12-20.
29115
29116 1999-12-19  Jim Meyering  <meyering@ascend.com>
29117
29118         * m4/lstat-slash.m4: New file.
29119         * m4/jm-macros.m4: Use the new macro:
29120         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
29121
29122 1999-12-07  Jim Meyering  <meyering@ascend.com>
29123
29124         * m4/perl.m4: Require that File::Compare be available, too.
29125         Too many systems seem to lack it.
29126
29127         * m4/strftime.m4: Add checks for most of the cpp macros tested in
29128         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
29129
29130 1999-11-18  Paul Eggert  <eggert@twinsun.com>
29131
29132         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
29133         problem with the QNX 4.25 shell, which doesn't propagate exit
29134         status of failed commands inside shell assignments.
29135
29136 1999-11-17  Jim Meyering  <meyering@ascend.com>
29137
29138         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
29139
29140 1999-11-07  Jim Meyering  <meyering@ascend.com>
29141
29142         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
29143
29144 1999-11-06  Jim Meyering  <meyering@ascend.com>
29145
29146         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
29147         * m4/jm-macros.m4 (jm_MACROS): Use it here.
29148
29149 1999-11-05  Jim Meyering  <meyering@ascend.com>
29150
29151         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
29152         configure.in of textutils, fileutils, and sh-utils into this one
29153         (shared between those packages) file.
29154         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
29155         AC_STRUCT_ST_BLKSIZE.
29156
29157 1999-11-03  Jim Meyering  <meyering@ascend.com>
29158
29159         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
29160         of AC_CHECK_TYPE checks includes unistd.h.
29161         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
29162         Suggestion from Akim Demaille.
29163
29164 1999-10-30  Jim Meyering  <meyering@ascend.com>
29165
29166         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
29167         m4-quoted string.
29168         * m4/ls-mntd-fs.m4: Likewise.
29169         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
29170         * m4/jm-winsz1.m4: Likewise.
29171
29172         * m4/const.m4: Remove file, since the fix made it into the experimental
29173         version of autoconf.
29174         * m4/mktime.m4: Likewise.
29175
29176         * m4/check-type.m4: Remove file, now that the latest version of
29177         AC_CHECK_TYPE takes a third arg to specify additional #includes.
29178
29179         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
29180         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
29181         AC_CHECK_TYPE.
29182
29183 1999-10-04  Jim Meyering  <meyering@ascend.com>
29184
29185         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
29186
29187 1999-09-22  Paul Eggert  <eggert@twinsun.com>
29188
29189         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
29190         2.95.1 bug with HP-UX 10.20.
29191
29192 1999-09-17  Jim Meyering  <meyering@ascend.com>
29193
29194         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
29195         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
29196         due to missing strdup (against sh-utils-2.0).
29197
29198 1999-08-29  Jim Meyering  <meyering@ascend.com>
29199
29200         * m4/jm-macros.m4: Require jm_BISON.
29201         * m4/bison.m4: New file.
29202
29203 1999-08-17  Paul Eggert  <eggert@twinsun.com>
29204
29205         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
29206         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
29207
29208 1999-08-05  Jim Meyering  <meyering@ascend.com>
29209
29210         * m4/getline.m4: Rename test file from conftestdata to conftest.data
29211         to avoid conflicts with `conftest' on 8+3 filesystems.
29212         Suggestion from Eli Zaretskii.
29213
29214 1999-08-04  Jim Meyering  <meyering@ascend.com>
29215
29216         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
29217         fileutils and sh-utils (textutils's getline test was inadequate).
29218         (AM_FUNC_GETLINE): Run this test.
29219         (AC_CHECK_FUNCS): Check for getdelim.
29220         Reported by Bob Proulx.
29221
29222 1999-08-02  Jim Meyering  <meyering@ascend.com>
29223
29224         * m4/jm-macros.m4: Add a comment.
29225
29226 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29227
29228         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
29229         <inttypes.h> defines strtoumax as a macro (and not as a
29230         function).
29231
29232 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29233
29234         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
29235         that we can shift, multiply and divide unsigned long long
29236         values; Ultrix cc can't do it.
29237
29238 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29239
29240         * m4/mktime.m4: New file, which is a preview of what should appear
29241         in the next public autoconf release.
29242
29243 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29244
29245         * m4/lfs.m4: Remove this file.
29246         * m4/largefile.m4: New file.  It contains the old contents of
29247         lfs.m4, except that all names with prefix AC_LFS have been
29248         changed to use the prefix AC_SYS_LARGEFILE instead, to be
29249         compatible with future autoconf versions.  Also, some minor m4
29250         quoting problems have been fixed.
29251
29252 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29253
29254         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
29255         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
29256         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
29257         and simplify the shell code.
29258
29259 1999-08-01  Jim Meyering  <meyering@ascend.com>
29260
29261         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
29262         m4.
29263
29264 1999-07-20  Jim Meyering  <meyering@ascend.com>
29265
29266         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
29267
29268 1999-07-15  Jim Meyering  <meyering@ascend.com>
29269
29270         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
29271
29272 1999-05-22  Jim Meyering  <meyering@ascend.com>
29273
29274         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
29275
29276 1999-05-20  Jim Meyering  <meyering@ascend.com>
29277
29278         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
29279         Add a colon after each `then' in case $4 is empty.
29280
29281 1999-05-16  Jim Meyering  <meyering@ascend.com>
29282
29283         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
29284
29285 1999-05-10  Jim Meyering  <meyering@ascend.com>
29286
29287         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
29288
29289         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
29290         AC_FUNC_MKTIME.
29291
29292 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
29293
29294         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
29295
29296 1999-05-04  Paul Eggert  <eggert@twinsun.com>
29297
29298         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
29299         not CPPFLAGS, so that linking works correctly in IRIX.
29300
29301 1999-04-30  Paul Eggert  <eggert@twinsun.com>
29302
29303         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
29304
29305 1999-04-20  Paul Eggert  <eggert@twinsun.com>
29306
29307         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
29308         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
29309         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
29310         jm_AC_TYPE_UNSIGNED_LONG_LONG.
29311         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
29312
29313         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
29314
29315 1999-04-20  Jim Meyering  <meyering@ascend.com>
29316
29317         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
29318         AC_REPLACE xstroull if necessary.  From Paul Eggert.
29319         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
29320
29321 1999-04-18  Jim Meyering  <meyering@ascend.com>
29322
29323         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
29324         * m4/jm-macros.m4: Use it.
29325
29326 1999-04-06  Jim Meyering  <meyering@ascend.com>
29327
29328         * m4/strftime.m4: Remove test for %f.
29329
29330 1999-03-29  Jim Meyering  <meyering@ascend.com>
29331
29332         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
29333         superset of the AC_TYPE_* checks in the textutils, fileutils,
29334         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
29335         AC_TYPE_PID_T.
29336
29337 1999-03-28  Jim Meyering  <meyering@ascend.com>
29338
29339         * m4/jm-macros.m4: Define GNU_PACKAGE here.
29340         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
29341         replaced e.g., in the *.sh files of the sh-utils.
29342
29343 1999-03-20  Jim Meyering  <meyering@ascend.com>
29344
29345         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
29346         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
29347         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
29348
29349 1999-03-19  Jim Meyering  <meyering@ascend.com>
29350
29351         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
29352
29353 1999-03-12  Jim Meyering  <meyering@ascend.com>
29354
29355         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
29356
29357 1999-03-07  Jim Meyering  <meyering@ascend.com>
29358
29359         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
29360         declared.
29361
29362 1999-02-17  Jim Meyering  <meyering@ascend.com>
29363
29364         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
29365         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
29366
29367 1999-02-07  Jim Meyering  <meyering@ascend.com>
29368
29369         * m4/group-member.m4: New file -- extracted from sh-utils'
29370         configure.in.
29371
29372         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
29373         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
29374
29375 1999-02-06  Jim Meyering  <meyering@ascend.com>
29376
29377         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
29378         * m4/fnmatch.m4: Likewise.
29379         * m4/getgroups.m4: Likewise.
29380         * m4/lstat.m4: Likewise.
29381         * m4/malloc.m4: Likewise.
29382         * m4/putenv.m4: Likewise.
29383         * m4/realloc.m4: Likewise.
29384         * m4/regex.m4: Likewise.
29385         * m4/stat.m4: Likewise.
29386         * m4/strftime.m4: Likewise.
29387         Suggestion from Alain Magloire.
29388
29389         * m4/chown.m4: Use `.$ac_objext', not `.o'.
29390         * m4/fnmatch.m4: Likewise.
29391         * m4/getgroups.m4: Likewise.
29392         * m4/getline.m4: Likewise.
29393         * m4/lstat.m4: Likewise.
29394         * m4/malloc.m4: Likewise.
29395         * m4/memcmp.m4: Likewise.
29396         * m4/putenv.m4: Likewise.
29397         * m4/realloc.m4: Likewise.
29398         * m4/regex.m4: Likewise.
29399         * m4/stat.m4: Likewise.
29400         * m4/strftime.m4: Likewise.
29401         Suggestion from Alain Magloire.
29402
29403         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
29404         an argument.
29405
29406         * m4/regex.m4: Add a run-time Test for proper operation of
29407         re_compile_pattern.
29408
29409 1999-01-31  Jim Meyering  <meyering@ascend.com>
29410
29411         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
29412
29413 1999-01-30  Jim Meyering  <meyering@ascend.com>
29414
29415         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
29416
29417         * m4/jm-mktime.m4: Make this a wrapper around the official
29418         AM_FUNC_MKTIME rather than my private copy, now that the official one
29419         is up to date.
29420         * m4/mktime.m4: Remove file.
29421
29422         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
29423         * m4/uptime.m4: Likewise.
29424         * m4/uintmax_t.m4: Likewise.
29425
29426 1999-01-28  Jim Meyering  <meyering@ascend.com>
29427
29428         * m4/jm-macros.m4: Use jm_AFS.
29429         * m4/afs.m4: New file (from fileutils' configure.in).
29430
29431         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
29432         * m4/chown.m4: Likewise.
29433         * m4/d-ino.m4: Likewise.
29434         * m4/d-type.m4: Likewise.
29435         * m4/fnmatch.m4: Likewise.
29436         * m4/getgroups.m4: Likewise.
29437         * m4/gettext.m4: Likewise.
29438         * m4/jm-mktime.m4: Likewise.
29439         * m4/jm-winsz2.m4: Likewise.
29440         * m4/lcmessage.m4: Likewise.
29441         * m4/ls-mntd-fs.m4: Likewise.
29442         * m4/malloc.m4: Likewise.
29443         * m4/memcmp.m4: Likewise.
29444         * m4/putenv.m4: Likewise.
29445         * m4/realloc.m4: Likewise.
29446         * m4/st_mtim.m4: Likewise.
29447         * m4/strftime.m4: Likewise.
29448
29449 1999-01-16  Jim Meyering  <meyering@ascend.com>
29450
29451         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
29452         (ARGMATCH_DIE_DECL): Define.
29453
29454 1999-01-12  Jim Meyering  <meyering@ascend.com>
29455
29456         * m4/Makefile.am.in: Rewrite to avoid using fmt.
29457         Reported by Lars Hecking.
29458
29459 1999-01-10  Jim Meyering  <meyering@ascend.com>
29460
29461         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
29462         gross kludge.
29463         * m4/inttypes_h.m4: Likewise.
29464         * m4/lstat.m4: Likewise.
29465         * m4/malloc.m4: Likewise.
29466         * m4/readdir.m4: Likewise.
29467         * m4/realloc.m4: Likewise.
29468         * m4/st_dm_mode.m4: Likewise.
29469         * m4/stat.m4: Likewise.
29470         * m4/utimbuf.m4: Likewise.
29471         * m4/utimes.m4: Likewise.
29472
29473         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
29474         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
29475         comments in config.h.in are meaningful.
29476
29477         * m4/jm-macros.m4: Require autoconf-2.13 here.
29478
29479         * m4/regex.m4: By default, don't use the included regex.c on systems
29480         with glibc 2.  Suggestion from Uli Drepper.
29481
29482 1999-01-02  Jim Meyering  <meyering@ascend.com>
29483
29484         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
29485
29486 1998-12-18  Jim Meyering  <meyering@ascend.com>
29487
29488         * m4/Makefile.am.in (Makefile.am): Simplify rule.
29489         Based on a suggestion from Lars Hecking.
29490
29491 1998-11-16  Paul Eggert  <eggert@twinsun.com>
29492
29493         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
29494
29495 1998-11-16  Jim Meyering  <meyering@ascend.com>
29496
29497         * m4/lfs.m4: Double-quote the `uname...` expression.
29498
29499 1998-11-14  Jim Meyering  <meyering@ascend.com>
29500
29501         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
29502         * m4/stat.m4: Likewise.
29503
29504 1998-11-03  Jim Meyering  <meyering@ascend.com>
29505
29506         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
29507         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
29508
29509 1998-10-18  Jim Meyering  <meyering@ascend.com>
29510
29511         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
29512
29513 1998-10-17  Jim Meyering  <meyering@ascend.com>
29514
29515         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
29516         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
29517         calls for those previously hard-coded headers.  Instead, take a new
29518         parameter.
29519         (jm_CHECK_DECLARATIONS): Reflect interface change.
29520         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
29521         (jm_CHECK_DECL_LOCALTIME_R): New macro.
29522
29523         * m4/mktime.m4: Test for spring-forward gap before long-running test.
29524
29525 1998-10-14  Jim Meyering  <meyering@ascend.com>
29526
29527         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
29528         instead of "TZ=America/Vancouver".  From Paul Eggert.
29529
29530 1998-10-11  Jim Meyering  <meyering@ascend.com>
29531
29532         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
29533         This adds a test for a recently added compatibility fix for mktime.c.
29534         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
29535
29536 1998-09-27  Jim Meyering  <meyering@ascend.com>
29537
29538         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
29539
29540         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
29541         ../configure.in, including a change from Gordon Matzigkeit to allow
29542         cross-compiling for the Hurd.
29543
29544         * m4/glibc.m4: New file/macro to test for the GNU C Library
29545         versions 1 and 2.  From Gordon Matzigkeit.
29546         Indent.
29547
29548 1998-09-21  Jim Meyering  <meyering@ascend.com>
29549
29550         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
29551
29552 1998-08-18  Paul Eggert  <eggert@twinsun.com>
29553
29554         Port nanosecond-resolution times to UnixWare 2.1.2 and
29555         pedantic Solaris 2.6.
29556
29557         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
29558         AC_STRUCT_ST_MTIM.
29559         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
29560         Generate name of ns member, instead of just 1 or undef.
29561         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
29562
29563 1998-08-15  Jim Meyering  <meyering@ascend.com>
29564
29565         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
29566         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
29567         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
29568         instead of jm_TYPE_SSIZE_T.
29569
29570 1998-08-12  Jim Meyering  <meyering@ascend.com>
29571
29572         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
29573
29574 1998-08-02  Jim Meyering  <meyering@ascend.com>
29575
29576         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
29577         in acconfig.h manually.
29578
29579 1998-07-31  Paul Eggert  <eggert@twinsun.com>
29580
29581         * m4/st_mtim.m4: New file.
29582
29583 1998-07-28  Jim Meyering  <meyering@ascend.com>
29584
29585         * m4/utimes.m4: Undef stat.
29586
29587 1998-07-25  Jim Meyering  <meyering@ascend.com>
29588
29589         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
29590         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
29591
29592 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
29593
29594         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
29595         uid and gid actually remain unchanged.
29596
29597 1998-07-07  Jim Meyering  <meyering@ascend.com>
29598
29599         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
29600
29601 1998-07-04  Jim Meyering  <meyering@ascend.com>
29602
29603         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
29604         to prove that this macro can be used in packages without regex.c.
29605
29606 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
29607
29608         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
29609         is to be used.
29610
29611 1998-07-03  Jim Meyering  <meyering@ascend.com>
29612
29613         * m4/gettext.m4: Add -lintl if it's found to be necessary.
29614
29615         * m4/gettext.m4: New file -- from gettext-0.10.35.
29616         * m4/lcmessage.m4: Likewise.
29617         * m4/progtest.m4: Likewise.
29618
29619         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
29620         * m4/jm-macros.m4: Require the new macro.
29621
29622 1998-06-29  Jim Meyering  <meyering@ascend.com>
29623
29624         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
29625         for the definition of NGROUPS (used in a system header included
29626         by sys/mount.h).
29627
29628 1998-06-28  Jim Meyering  <meyering@ascend.com>
29629
29630         * m4/ls-mntd-fs.m4: New file.
29631         * m4/fstypename.m4: New file.
29632
29633         * m4/jm-macros.m4: Require the new macro.
29634         * m4/jm-glibc-io.m4: New file.
29635
29636 1998-05-19  Jim Meyering  <meyering@ascend.com>
29637
29638         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
29639         * m4/lchown.m4: New file.
29640
29641         * m4/Makefile.am.in: New file.
29642         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
29643
29644 1998-05-14  Jim Meyering  <meyering@ascend.com>
29645
29646         * m4/Makefile.am (EXTRA_DIST): Add them.
29647         * m4/jm-macros.m4: New file.
29648         * m4/utimbuf.m4: New file.
29649
29650 1998-05-12  Jim Meyering  <meyering@ascend.com>
29651
29652         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
29653
29654 1998-05-11  Jim Meyering  <meyering@ascend.com>
29655
29656         * m4/isc-posix.m4: New file.
29657
29658 1998-05-10  Jim Meyering  <meyering@ascend.com>