New module 'freadable'.
[gnulib.git] / ChangeLog
1 2007-04-13  Bruno Haible  <bruno@clisp.org>
2
3         * modules/freadable: New file.
4         * lib/freadable.h: New file.
5         * lib/freadable.c: New file.
6         * m4/freadable.m4: New file.
7
8 2007-04-13  Bruno Haible  <bruno@clisp.org>
9
10         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
11         MOSTLYCLEANFILES.
12
13 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14
15         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
16         gzip bootstrap.conf to avoid dragging in i18n machinery.
17         (gnulib_tool_option): Use it.
18
19 2007-04-13  Bruno Haible  <bruno@clisp.org>
20
21         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
22         %F directives.
23         * tests/test-vasprintf-posix.c (test_function): Likewise.
24         * tests/test-snprintf-posix.h (test_function): Likewise.
25         * tests/test-sprintf-posix.h (test_function): Likewise.
26         * tests/test-fprintf-posix.h (test_function): Likewise.
27         * tests/test-printf-posix.h (test_function): Likewise.
28         * tests/test-fprintf-posix.out: Likewise.
29
30 2007-04-13  Bruno Haible  <bruno@clisp.org>
31
32         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
33         * modules/tls-tests (configure.ac): Likewise.
34         Reported by Arto C. Nirkko <anirkko@insel.ch>.
35
36 2007-04-13  Bruno Haible  <bruno@clisp.org>
37
38         * lib/tls.c (glthread_tls_get): Fix return type.
39         Patch by Arto C. Nirkko <anirkko@insel.ch>.
40
41 2007-04-12  Eric Blake  <ebb9@byu.net>
42
43         * modules/gettime (Depends-on): Remove gettime.
44         Reported by Dmitry V. Levin.
45
46 2007-04-12  Bruno Haible  <bruno@clisp.org>
47
48         * modules/fflush (Include): Mention <stdio.h>.
49         * modules/strtoimax (Include): Mention <inttypes.h>.
50         * modules/strtoumax (Include): Likewise.
51
52 2007-04-12  Eric Blake  <ebb9@byu.net>
53
54         * .cvsignore: New file.
55         * .gitignore: Likewise.
56
57 2007-04-12  Bruno Haible  <bruno@clisp.org>
58
59         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
60         not before, since $(LDADD) often contains libgnu.a.
61         * modules/striconv-tests (test_striconv_LDADD): Likewise.
62         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
63         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
64         Needed on Cygwin.
65
66 2007-04-12  Eric Blake  <ebb9@byu.net>
67
68         Work around glibc's failure to flush stdin on fclose.
69         * lib/closein.c (close_stdin): Flush stdin before closing.
70
71         Work around glibc's failure to reset seekable stdin on exit.
72         * modules/closein: New module.
73         * lib/closein.c: New file.
74         * lib/closein.h: Likewise.
75         * m4/closein.m4: Likewise.
76         * MODULES.html.sh (File stream based Input/Output): Document it.
77
78 2007-04-12  Simon Josefsson  <simon@josefsson.org>
79
80         * gnulib-tool: Rename generated 'autobuild' script to
81         'do-autobuild' in --create-megatestdir output.
82
83         * doc/gnulib.texi (Build robot for gnulib): Fix.
84
85 2007-04-12  Simon Josefsson  <simon@josefsson.org>
86
87         * modules/sysexits (Depends-on): Add absolute-header.
88
89 2007-04-12  Eric Blake  <ebb9@byu.net>
90
91         No need to preserve errno on success.
92         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
93         Reported by Bruno Haible.
94
95 2007-04-12  Simon Josefsson  <simon@josefsson.org>
96
97         * MODULES.html.sh (Support for maintaining and releasing
98         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
99
100 2007-04-12  Simon Josefsson  <simon@josefsson.org>
101
102         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
103
104 2007-04-12  Simon Josefsson  <simon@josefsson.org>
105
106         * modules/autobuild: New module.
107
108         * m4/autobuild.m4: New file.
109
110 2007-04-11  Bruno Haible  <bruno@clisp.org>
111
112         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
113         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
114         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
115         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
116         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
117         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
118         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
119         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
120         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
121         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
122         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
123         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
124         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
125         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
126         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
127         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
128         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
129         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
130         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
131         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
132         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
133         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
134         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
135         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
136         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
137         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
138         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
139         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
140         Reported by Eric Blake.
141
142 2007-04-11  Bruno Haible  <bruno@clisp.org>
143
144         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
145
146 2007-04-10  Bruno Haible  <bruno@clisp.org>
147
148         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
149         for NaN and Infinity. Needed on FreeBSD 6.1.
150         * tests/test-vasnprintf-posix.c (test_function): Undo last change
151         regarding results for "%010a" of Infinity and NaN.
152         * tests/test-vasprintf-posix.c (test_function): Likewise.
153         * tests/test-snprintf-posix.h (test_function): Likewise.
154         * tests/test-sprintf-posix.h (test_function): Likewise.
155         * tests/test-fprintf-posix.h (test_function): Likewise.
156         * tests/test-printf-posix.h (test_function): Likewise.
157         * tests/test-fprintf-posix.out: Likewise.
158
159 2007-04-10  Bruno Haible  <bruno@clisp.org>
160
161         * modules/locale-tests: New file.
162         * tests/test-locale.c: New file.
163
164         * modules/locale: New file.
165         * lib/locale_.h: New file.
166         * m4/locale_h.m4: New file.
167
168 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
169             Bruno Haible  <bruno@clisp.org>
170
171         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
172         be determined, test for availability of the copysignf, copysign,
173         copysignl functions.
174         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
175         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
176         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
177
178 2007-04-09  Eric Blake  <ebb9@byu.net>
179
180         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
181         * modules/stdio (Makefile.am): Support fflush.
182         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
183         * modules/fflush: New file.
184         * lib/fflush.c: Likewise.
185         * m4/fflush.m4: Likewise.
186         * modules/fflush-tests: New test.
187         * tests/test-fflush.c: Likewise.
188         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
189
190 2007-04-06  Bruno Haible  <bruno@clisp.org>
191
192         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
193         (VASNPRINTF): Use signbit for faster determination whether to print a
194         minus sign.
195         * modules/vasnprintf (Files): Remove lib/float+.h.
196         * modules/fprintf-posix (Depends-on): Add signbit.
197         * modules/snprintf-posix (Depends-on): Likewise.
198         * modules/sprintf-posix (Depends-on): Likewise.
199         * modules/vasnprintf-posix (Depends-on): Likewise.
200         * modules/vasprintf-posix (Depends-on): Likewise.
201         * modules/vfprintf-posix (Depends-on): Likewise.
202         * modules/vsnprintf-posix (Depends-on): Likewise.
203         * modules/vsprintf-posix (Depends-on): Likewise.
204
205 2007-04-06  Bruno Haible  <bruno@clisp.org>
206
207         * tests/test-frexp.c (main): Test also the sign bit of zero results.
208         * tests/test-frexpl.c (main): Likewise.
209         * tests/test-ldexpl.c (main): Likewise.
210         * modules/frexp-tests (Depends-on): Add signbit.
211         * modules/frexpl-tests (Depdends-on): Likewise.
212         * modules/ldexpl-tests (Depdends-on): Likewise.
213
214 2007-04-06  Bruno Haible  <bruno@clisp.org>
215
216         * modules/signbit-tests: New file.
217         * tests/test-signbit.c: New file.
218
219         * modules/signbit: New file.
220         * lib/signbitf.c: New file.
221         * lib/signbitd.c: New file.
222         * lib/signbitl.c: New file.
223         * m4/signbit.m4: New file.
224         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
225         (signbit): New macro.
226         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
227         REPLACE_SIGNBIT.
228         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
229         REPLACE_FREXPL into math.h.
230
231 2007-04-06  Bruno Haible  <bruno@clisp.org>
232
233         * modules/isnanf-nolibm-tests: New file.
234         * tests/test-isnanf.c: New file.
235
236         * modules/isnanf-nolibm: New file.
237         * lib/isnanf.h: New file.
238         * lib/isnanf.c: New file.
239         * lib/isnan.c: Consider the USE_FLOAT macro.
240         * m4/isnanf.m4: New file.
241
242 2007-04-06  Bruno Haible  <bruno@clisp.org>
243
244         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
245         (Link): New section.
246
247         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
248
249 2007-04-06  Bruno Haible  <bruno@clisp.org>
250
251         Assume the 'long double' type.
252         * m4/longdouble.m4: Remove file.
253         * config/srclist.txt: Don't mention longdouble.m4.
254         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
255         * lib/float+.h: Likewise.
256         * lib/frexp.c: Likewise.
257         * lib/printf-args.h: Likewise.
258         * lib/printf-args.c: Likewise.
259         * lib/printf-frexp.c: Likewise.
260         * lib/printf-parse.c: Likewise.
261         * lib/vasnprintf.c: Likewise.
262         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
263         * m4/intl.m4: Likewise.
264         * m4/isnanl.m4: Likewise.
265         * m4/printf.m4: Likewise.
266         * m4/printf-frexpl.m4: Likewise.
267         * m4/vasnprintf.m4: Likewise.
268         * modules/allocsa (Files): Remove m4/longdouble.m4.
269         * modules/gettext (Files): Likewise.
270         * modules/relocatable-prog-wrapper (Files): Likewise.
271         * modules/vasnprintf (Files): Likewise.
272         * modules/isnanl (Files): Likewise.
273         (Include): Simplify.
274         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
275         (Include): Simplify.
276         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
277         (Include): Simplify.
278         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
279         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
280         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
281         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
282         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
283         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
284         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
285         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
286         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
287         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
288         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
289         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
290         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
291         * tests/test-isnanl.c: Likewise.
292         * tests/test-snprintf-posix.h: Likewise.
293         * tests/test-sprintf-posix.h: Likewise.
294         * tests/test-vasnprintf-posix.c: Likewise.
295         * tests/test-vasnprintf-posix2.c: Likewise.
296         * tests/test-vasprintf-posix.c: Likewise.
297
298 2007-04-06  Bruno Haible  <bruno@clisp.org>
299
300         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
301         * lib/math_.h [__DECC]: Include the overridden include file through
302         #include_next, outside the double-inclusion guard.
303         * lib/stdio_.h [__DECC]: Likewise.
304         * lib/stdlib_.h [__DECC]: Likewise.
305         * lib/string_.h [__DECC]: Likewise.
306         * lib/time_.h [__DECC]: Likewise.
307         * lib/wchar_.h [__DECC]: Likewise.
308         * lib/wctype_.h [__DECC]: Likewise.
309         * lib/inttypes_.h [__DECC]: Likewise.
310         Reported by Albert Chin <china@thewrittenword.com> in
311         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
312
313 2007-04-04  Eric Blake  <ebb9@byu.net>
314
315         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
316         1.5.x.
317
318 2007-04-04  Bruno Haible  <bruno@clisp.org>
319
320         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
321         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
322
323 2007-04-04  Bruno Haible  <bruno@clisp.org>
324
325         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
326         results for "%010a" of Infinity and NaN.
327         * tests/test-vasprintf-posix.c (test_function): Likewise.
328         * tests/test-snprintf-posix.h (test_function): Likewise.
329         * tests/test-sprintf-posix.h (test_function): Likewise.
330         * tests/test-fprintf-posix.h (test_function): Remove these tests.
331         * tests/test-printf-posix.h (test_function): Likewise.
332         * tests/test-fprintf-posix.out: Update.
333         Needed for FreeBSD 6.1.
334
335 2007-04-04  Bruno Haible  <bruno@clisp.org>
336
337         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
338         directly used by the gnulib modules nor by gnulib-tool.
339
340 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
341
342         * DEPENDENCIES: Give overall description of version dependency
343         desirability.  Use more-typical names for apps.
344         Add shell, coreutils, diffutils, grep, tar, gzip.
345
346 2007-04-04  Simon Josefsson  <simon@josefsson.org>
347
348         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
349
350 2007-04-04  Karl Berry  <karl@gnu.org>
351
352         * MODULES.html.sh (func_module): missing '.
353
354 2007-04-03  Bruno Haible  <bruno@clisp.org>
355
356         * modules/argmatch-tests (Makefile.am): New variable
357         test_argmatch_LDADD.
358         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
359         * modules/array-list-tests (Makefile.am): New variable
360         test_array_list_LDADD.
361         * modules/array-oset-tests (Makefile.am): New variable
362         test_array_oset_LDADD.
363         * modules/avltree-list-tests (Makefile.am): New variable
364         test_avltree_list_LDADD.
365         * modules/avltree-oset-tests (Makefile.am): New variable
366         test_avltree_oset_LDADD.
367         * modules/avltreehash-list-tests (Makefile.am): New variable
368         test_avltreehash_list_LDADD.
369         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
370         test_canonicalize_lgpl_LDADD.
371         * modules/carray-list-tests (Makefile.am): New variable
372         test_carray_list_LDADD.
373         * modules/dirname-tests (Makefile.am): New variable
374         test_dirname_LDADD.
375         * modules/linked-list-tests (Makefile.am): New variable
376         test_linked_list_LDADD.
377         * modules/linkedhash-list-tests (Makefile.am): New variable
378         test_linkedhash_list_LDADD.
379         * modules/rbtree-list-tests (Makefile.am): New variable
380         test_rbtree_list_LDADD.
381         * modules/rbtree-oset-tests (Makefile.am): New variable
382         test_rbtree_oset_LDADD.
383         * modules/rbtreehash-list-tests (Makefile.am): New variable
384         test_rbtreehash_list_LDADD.
385         * modules/xvasprintf-tests (Makefile.am): New variable
386         test_xvasprintf_LDADD.
387         Reported by Eric Blake.
388
389 2007-04-03  Eric Blake  <ebb9@byu.net>
390
391         * DEPENDENCIES: Weaken m4 requirements.
392
393 2007-04-03  Bruno Haible  <bruno@clisp.org>
394
395         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
396         * modules/isnanl-tests (configure.ac): Likewise.
397
398 2007-04-03  Ben Pfaff  <blp@gnu.org>
399
400         * modules/iconv_open: Add $(srcdir)/ to source directory
401         references in Makefile fragments that call gperf, to fix VPATH
402         builds.
403
404 2007-04-03  Bruno Haible  <bruno@clisp.org>
405
406         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
407         * lib/ldexpl.c: Undo last change.
408
409 2007-04-03  Bruno Haible  <bruno@clisp.org>
410
411         * modules/printf-frexpl (Depends-on): Undo last change.
412         (Files): Add m4/ldexpl.m4.
413
414 2007-04-03  Bruno Haible  <bruno@clisp.org>
415
416         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
417         * modules/isnanl (Link): New section.
418
419         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
420         * modules/frexp (Link): New section.
421
422         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
423         * modules/frexpl (Link): New section.
424
425         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
426         * modules/ldexpl (Link): New section.
427
428 2007-04-03  Bruno Haible  <bruno@clisp.org>
429
430         * modules/TEMPLATE-EXTENDED: New file.
431         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
432
433 2007-04-03  Bruno Haible  <bruno@clisp.org>
434
435         * DEPENDENCIES: New file.
436         Suggested by Simon Josefsson.
437
438 2007-04-03  Bruno Haible  <bruno@clisp.org>
439
440         * doc/gnulib.texi: Escape @.
441
442 2007-04-03  James Youngman  <jay@gnu.org>
443         and Paul Eggert  <eggert@cs.ucla.edu>
444
445         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
446         birthtime on all systems that have birthtime, not just those which
447         use st_birthtimensec rather than st_birthtim.  Putting zero in
448         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
449         that the birth time is not available for files on an NFS mount.
450
451 2007-04-03  Simon Josefsson  <simon@josefsson.org>
452
453         * modules/memxor: Move back from crypto/, suggested by Bruno.
454         * modules/crypto/hmac-sha1: Fix memxor dependency.
455
456         * modules/crypto/gc: Moved from ../.
457
458 2007-04-02  Eric Blake  <ebb9@byu.net>
459
460         * lib/ldexpl.c (includes): Avoid libm.
461
462         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
463
464 2007-04-02  Bruno Haible  <bruno@clisp.org>
465
466         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
467         on IRIX.
468
469 2007-04-02  Bruno Haible  <bruno@clisp.org>
470
471         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
472         x86 or x86_64 platforms running MacOS X.
473         Reported by Ryan Schmidt <@ryandesign.com>.
474
475 2007-04-02  Bruno Haible  <bruno@clisp.org>
476
477         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
478         i386.
479
480 2007-04-01  Simon Josefsson  <simon@josefsson.org>
481
482         * modules/crypto/arcfour: Moved from ../.
483         * modules/crypto/arcfour-tests: Moved from ../.
484         * modules/crypto/arctwo: Moved from ../.
485         * modules/crypto/arctwo-tests: Moved from ../.
486         * modules/crypto/des: Moved from ../.
487         * modules/crypto/des-tests: Moved from ../.
488         * modules/crypto/gc-arcfour: Moved from ../.
489         * modules/crypto/gc-arcfour-tests: Moved from ../.
490         * modules/crypto/gc-arctwo: Moved from ../.
491         * modules/crypto/gc-arctwo-tests: Moved from ../.
492         * modules/crypto/gc-des: Moved from ../.
493         * modules/crypto/gc-des-tests: Moved from ../.
494         * modules/crypto/gc-hmac-md5: Moved from ../.
495         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
496         * modules/crypto/gc-hmac-sha1: Moved from ../.
497         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
498         * modules/crypto/gc-md2: Moved from ../.
499         * modules/crypto/gc-md2-tests: Moved from ../.
500         * modules/crypto/gc-md4: Moved from ../.
501         * modules/crypto/gc-md4-tests: Moved from ../.
502         * modules/crypto/gc-md5: Moved from ../.
503         * modules/crypto/gc-md5-tests: Moved from ../.
504         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
505         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
506         * modules/crypto/gc-random: Moved from ../.
507         * modules/crypto/gc-rijndael: Moved from ../.
508         * modules/crypto/gc-rijndael-tests: Moved from ../.
509         * modules/crypto/gc-sha1: Moved from ../.
510         * modules/crypto/gc-sha1-tests: Moved from ../.
511         * modules/crypto/gc-tests: Moved from ../.
512         * modules/crypto/hmac-md5: Moved from ../.
513         * modules/crypto/hmac-md5-tests: Moved from ../.
514         * modules/crypto/hmac-sha1: Moved from ../.
515         * modules/crypto/hmac-sha1-tests: Moved from ../.
516         * modules/crypto/md2: Moved from ../.
517         * modules/crypto/md2-tests: Moved from ../.
518         * modules/crypto/md4: Moved from ../.
519         * modules/crypto/md4-tests: Moved from ../.
520         * modules/crypto/md5: Moved from ../.
521         * modules/crypto/md5-tests: Moved from ../.
522         * modules/crypto/memxor: Moved from ../.
523         * modules/crypto/rijndael: Moved from ../.
524         * modules/crypto/rijndael-tests: Moved from ../.
525         * modules/crypto/sha1: Moved from ../.
526
527 2007-03-30  James Youngman  <jay@gnu.org>
528
529         * tests/test-stat-time.c (prepare_test): use chmod() rather than
530         rename() to change the ctime of a file (because ctime is unaffected
531         by rename on jfs2 on AIX 5.1).
532         (main): Start by doing cleanup, in case a previous run failed leaving
533         test files behind.
534
535 2007-03-31  Bruno Haible  <bruno@clisp.org>
536
537         Support old proprietary implementations of iconv.
538         * modules/iconv_open: New file.
539         * lib/iconv_.h: New file.
540         * m4/iconv_h.m4: New file.
541         * lib/iconv_open.c: New file.
542         * lib/iconv_open-aix.gperf: New file.
543         * lib/iconv_open-hpux.gperf: New file.
544         * lib/iconv_open-irix.gperf: New file.
545         * lib/iconv_open-osf.gperf: New file.
546         * m4/iconv_open.m4: New file.
547         * modules/linebreak (Depends-on): Add iconv_open.
548         * modules/striconv (Depends-on): Likewise.
549         * modules/striconveh (Depends-on): Likewise.
550         * modules/unicodeio (Depends-on): Likewise.
551         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
552         (iconv_t)(-1).
553         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
554         conversion if cd is (iconv_t)(-1).
555         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
556         is not possible.
557
558 2007-03-31  Bruno Haible  <bruno@clisp.org>
559
560         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
561         work on Solaris either. Protect also second use of "autodetect_jp".
562
563 2007-03-31  Bruno Haible  <bruno@clisp.org>
564
565         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
566         the function is not present.
567
568 2007-03-31  Bruno Haible  <bruno@clisp.org>
569
570         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
571         the function is not present.
572
573 2007-03-31  Bruno Haible  <bruno@clisp.org>
574
575         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
576         a bug in HP-UX iconv_open().
577
578 2007-03-31  Bruno Haible  <bruno@clisp.org>
579
580         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
581         (Mathematics <math.h>): New section, add fpieee.
582         (Input/output <stdio.h>): Add fseterr.
583         (Mathematics <math.h>): New section, add printf-frexp.
584         (Container data structures): Add sublist.
585         (Core language properties): Add fpucw, inline.
586         (Functions for greatest-width integer types <inttypes.h>): Add
587         imaxabs, imaxdiv, inttypes.
588         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
589         isnanl-nolibm, ldexp.
590         (Mathematics <math.h>): New section, add printf-frexpl.
591         (Support for systems lacking POSIX:2001): Add fprintf-posix,
592         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
593         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
594         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
595         (Unicode string functions): Add unistr/u*-mbtoucr.
596         (Java): Add javacomp-script, javaexec-script.
597         (C#): Add csharpcomp-script, csharpexec-script.
598         (Support for building libraries and executables): Add havelib,
599         relocatable-*.
600         (Support for maintaining and releasing projects): Renamed from
601         'Support for maintaining and release projects'. Add announce-gen.
602
603 2007-03-31  Bruno Haible  <bruno@clisp.org>
604
605         * README: Talk primarily about git.
606         (git and CVS): Renamed from CVS.
607         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
608         gnulib is available through git.
609         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
610
611 2007-03-30  Bruno Haible  <bruno@clisp.org>
612
613         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
614         * lib/poll_.h: Likewise.
615         * lib/stat_.h: Likewise.
616         * lib/sys_time_.h: Likewise.
617         * lib/sysexit_.h: Likewise.
618         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
619         * lib/stdbool_.h: Likewise.
620         * lib/byteswap_.h: Add double-inclusion guard.
621
622 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
623
624         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
625
626 2007-03-30  Karl Berry  <karl@gnu.org>
627
628         * config/srclist-update: double space after USA in the license
629         substitution, since that's how it's usually (?) written.
630
631 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
632
633         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
634         reported by Bruno Haible.
635
636 2007-03-29  Bruno Haible  <bruno@clisp.org>
637
638         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
639         a bug in AIX iconv().
640
641 2007-03-29  Bruno Haible  <bruno@clisp.org>
642
643         * modules/ldexpl-tests: New file.
644         * tests/test-ldexpl.c: New file.
645
646 2007-03-29  Bruno Haible  <bruno@clisp.org>
647
648         * lib/ldexpl.c: Include fpucw.h.
649         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
650         multiplication.
651         * modules/ldexpl (Depends-on): Add fpucw.
652
653 2007-03-29  Bruno Haible  <bruno@clisp.org>
654
655         * modules/ldexpl: New file.
656         * m4/ldexpl.m4: New file.
657         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
658         set.
659         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
660         REPLACE_LDEXPL.
661         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
662         REPLACE_LDEXPL.
663         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
664         gl_FUNC_LDEXPL_WORKS.
665         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
666         * modules/mathl (Files): Remove lib/ldexpl.c.
667         (Depends-on): Add ldexpl.
668
669 2007-03-29  Bruno Haible  <bruno@clisp.org>
670
671         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
672
673 2007-03-29  Bruno Haible  <bruno@clisp.org>
674
675         * tests/test-striconveh.c (main): Don't assume that a direct conversion
676         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
677         and possibly also HP-UX.
678         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
679         work on AIX, IRIX, HP-UX, OSF/1.
680         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
681         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
682         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
683         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
684         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
685         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
686
687 2007-03-29  Bruno Haible  <bruno@clisp.org>
688
689         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
690
691 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
692
693         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
694         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
695
696 2007-03-29  Eric Blake  <ebb9@byu.net>
697
698         * lib/acl-internal.h: Remove redundant include.
699         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
700         Cygwin when a file is locked.
701
702 2007-03-29  Bruno Haible  <bruno@clisp.org>
703
704         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
705         file.
706         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
707
708 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
709
710         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
711         try to remove a parent directory if the child couldn't be removed
712         (except for the first rmdir, which could fail because the child
713         doesn't exist).  Problem reported by Jeff Blaine in
714         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
715
716 2007-03-28  Bruno Haible  <bruno@clisp.org>
717
718         * lib/striconveh.c (utf8conv_carefully): New function.
719         (mem_cd_iconveh_internal): Invoke it.
720
721 2007-03-28  Bruno Haible  <bruno@clisp.org>
722
723         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
724         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
725         input.
726         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
727         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
728         unistr/u8-uctomb.
729
730 2007-03-28  Bruno Haible  <bruno@clisp.org>
731
732         * modules/unistr/u8-mbtoucr: New file.
733         * lib/unistr/u8-mbtoucr.c: New file.
734         * modules/unistr/u16-mbtoucr: New file.
735         * lib/unistr/u16-mbtoucr.c: New file.
736         * modules/unistr/u16-mbtoucr: New file.
737         * lib/unistr/u16-mbtoucr.c: New file.
738         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
739
740 2007-03-27  Simon Josefsson  <simon@josefsson.org>
741             Bruno Haible  <bruno@clisp.org>
742
743         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
744         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
745         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
746
747         * m4/stdio_h.m4: Add stubs for vasprintf too.
748
749         * modules/stdio: Support vasprintf in sed command.
750
751         * modules/vasprintf: Depend on stdio for prototypes.  Remove
752         vasprintf.h.  Add stdio module indicator.
753
754         * lib/stdio_.h: Declare asprintf and vasprintf, based on
755         vasprintf.h.
756
757         * lib/vasprintf.h: File removed.
758
759         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
760         * lib/vasprintf.c: Ditto.
761         * lib/xvasprintf.c: Ditto.
762         * tests/test-vasprintf-posix.c: Ditto.
763         * tests/test-vasprintf.c: Ditto.
764
765 2007-03-27  Bruno Haible  <bruno@clisp.org>
766
767         Make vasnprintf multithread-safe.
768         * lib/vasnprintf.c (decimal_point_char): New function.
769         (VASNPRINTF): Use it.
770         Suggested by Simon Josefsson.
771
772 2007-03-27  Eric Blake  <ebb9@byu.net>
773
774         Support sub-second birthtime on cygwin.
775         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
776         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
777         (get_stat_birthtime): Also work with st_birthtim.
778
779 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
780
781         * lib/stat-time.h (USE_BIRTHTIME): Remove.
782         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
783         (get_stat_birthtime_ns): Do not try to use "spare" fields.
784         (get_stat_birthtime_ns): Simplify compile-time tests.
785         (get_stat_birthtime): Change the API to look like
786         get_stat_mtime etc., except return a negative tv_nsec on error.
787         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
788         Don't check for "spare" fields.
789         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
790         or for struct stat.st_birthtime, as these tests aren't used.
791         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
792
793 2007-03-27  Bruno Haible  <bruno@clisp.org>
794
795         * lib/stat-time.h: Include <sys/stat.h>.
796
797 2007-03-27  James Youngman  <jay@gnu.org>
798
799         * lib/stat-time.h (get_stat_birthtime): New function for
800           retrieving st_birthtime as provided by UFS2 (hence *BSD).
801         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
802           and its variants.
803         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
804         * modules/stat-time-test: New file.
805         * tests/test-stat-time.c: New test, devised by Bruno Haible.
806
807 2007-03-26  Bruno Haible  <bruno@clisp.org>
808
809         Better support of signalling NaNs.
810         * lib/atanl.c: Include isnanl.h.
811         (atanl): Perform test for NaN at the beginning of the function and
812         through a call to isnanl.
813         * lib/cosl.c: Include isnanl.h.
814         (cosl): Perform test for NaN at the beginning of the function and
815         through a call to isnanl.
816         * lib/ldexpl.c: Include isnanl.h.
817         (ldexpl): Perform test for NaN through a call to isnanl.
818         * lib/logl.c: Include isnanl.h.
819         (logl): Perform test for NaN at the beginning of the function and
820         through a call to isnanl.
821         * lib/sinl.c: Include isnanl.h.
822         (sinl): Perform test for NaN at the beginning of the function and
823         through a call to isnanl.
824         * lib/sqrtl.c: Include isnanl.h.
825         (sqrtl): Perform test for NaN at the beginning of the function and
826         through a call to isnanl.
827         * lib/tanl.c: Include isnanl.h.
828         (tanl): Perform test for NaN at the beginning of the function and
829         through a call to isnanl.
830         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
831         * modules/mathl (Depends-on): Add isnanl.
832
833 2007-03-26  Eric Blake  <ebb9@byu.net>
834
835         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
836         regression in logic sense of previous patch.
837
838 2007-03-26  Bruno Haible  <bruno@clisp.org>
839
840         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
841         unportable shell command "if ! ...".
842         Reported by Ralf Wildenhues.
843
844 2007-03-25  Bruno Haible  <bruno@clisp.org>
845
846         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
847         <sysexits.h> file, and only add EX_CONFIG.
848         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
849         absolute file name and whether it is sufficient. Substitute also
850         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
851         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
852         ABSOLUTE_SYSEXITS_H into sysexits.h.
853
854 2007-03-25  Bruno Haible  <bruno@clisp.org>
855
856         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
857         hints is NULL.
858
859 2007-03-25  Bruno Haible  <bruno@clisp.org>
860
861         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
862         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
863
864 2007-03-25  Bruno Haible  <bruno@clisp.org>
865
866         * lib/vasnprintf.c: Include langinfo.h.
867         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
868         multithread-safe.
869         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
870         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
871         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
872         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
873         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
874         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
875         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
876         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
877         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
878         Reported by Simon Josefsson.
879
880 2007-03-25  Bruno Haible  <bruno@clisp.org>
881
882         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
883         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
884         * modules/vasnprintf (Depends-on): Add stdint.
885
886 2007-03-25  Bruno Haible  <bruno@clisp.org>
887
888         * modules/fpieee: New file.
889         * m4/fpieee.m4: New file.
890         * modules/isnan-nolibm (Depends-on): Add fpieee.
891         * modules/isnanl-nolibm (Depends-on): Add fpieee.
892         * modules/isnanl (Depends-on): Add fpieee.
893
894 2007-03-25  Bruno Haible  <bruno@clisp.org>
895
896         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
897
898 2007-03-25  Bruno Haible  <bruno@clisp.org>
899
900         Avoid test failures on IRIX 6.5.
901         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
902         (main): Use it.
903         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
904         macros.
905         (main): Use them.
906
907 2007-03-25  Bruno Haible  <bruno@clisp.org>
908
909         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
910         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
911         exists but doesn't work.
912         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
913         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
914         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
915         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
916
917 2007-03-25  Bruno Haible  <bruno@clisp.org>
918
919         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
920         returns inf. Needed on IRIX 6.5.
921
922 2007-03-25  Bruno Haible  <bruno@clisp.org>
923
924         * tests/test-frexpl.c: Include isnanl-nolibm.h.
925         (main): Use isnanl instead of x != x idiom.
926         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
927
928         * tests/test-frexp.c: Include isnan.h.
929         (main): Use isnan instead of x != x idiom.
930         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
931
932 2007-03-25  Bruno Haible  <bruno@clisp.org>
933
934         * tests/test-frexp.c (NaN): New function/macro.
935         (main): Use it instead of 0.0 / 0.0.
936         * tests/test-isnan.c (NaN): New function/macro.
937         (main): Use it instead of 0.0 / 0.0.
938         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
939         (test_function): Use it instead of 0.0 / 0.0.
940         * tests/test-vasprintf-posix.c (NaN): New function/macro.
941         (test_function): Use it instead of 0.0 / 0.0.
942         * tests/test-snprintf-posix.h (NaN): New function/macro.
943         (test_function): Use it instead of 0.0 / 0.0.
944         * tests/test-sprintf-posix.h (NaN): New function/macro.
945         (test_function): Use it instead of 0.0 / 0.0.
946         * tests/test-fprintf-posix.h (NaN): New function/macro.
947         (test_function): Use it instead of 0.0 / 0.0.
948         * tests/test-printf-posix.h (NaN): New function/macro.
949         (test_function): Use it instead of 0.0 / 0.0.
950
951         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
952
953 2007-03-25  Bruno Haible  <bruno@clisp.org>
954
955         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
956
957 2007-03-25  Bruno Haible  <bruno@clisp.org>
958
959         * lib/regexec.c (merge_state_with_log): Make static.
960
961 2007-03-25  Bruno Haible  <bruno@clisp.org>
962
963         * lib/trigl.c (kernel_rem_pio2): Make static.
964
965 2007-03-25  Bruno Haible  <bruno@clisp.org>
966
967         * lib/sincosl.c (sincosl_table): Make static.
968
969 2007-03-25  Bruno Haible  <bruno@clisp.org>
970
971         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
972         if the compiler does not support C99.
973
974 2007-03-25  Bruno Haible  <bruno@clisp.org>
975
976         * modules/time (Makefile.am): Ensure all rule action lines start with a
977         tab.
978
979 2007-03-24  Bruno Haible  <bruno@clisp.org>
980
981         * modules/tsearch-tests: New file.
982         * tests/test-tsearch.sh: New file.
983         * tests/test-tsearch.c: New file, mostly copied from glibc.
984
985         * modules/search-tests: New file.
986         * tests/test-search.c: New file.
987
988         * modules/search: New file.
989         * lib/search_.h: New file, incorporating lib/tsearch.h.
990         * m4/search_h.m4: New file.
991         * lib/tsearch.h: Remove file.
992         * lib/tsearch.c: Include search.h instead of tsearch.h.
993         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
994         HAVE_TSEARCH.
995         * modules/tsearch (Files): Remove lib/tsearch.h.
996         (Depends-on): Add search.
997         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
998         (Include): Change tsearch.h into search.h.
999
1000 2007-03-24  Bruno Haible  <bruno@clisp.org>
1001
1002         * modules/fpucw: New file.
1003         * lib/fpucw.h: New file.
1004         * lib/frexp.c: Include fpucw.h.
1005         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
1006         (FUNC): Use them.
1007         * lib/printf-frexp.c: Include fpucw.h.
1008         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
1009         (FUNC): Use them.
1010         * lib/vasnprintf.c: Include fpucw.h.
1011         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
1012         'long double' calculations.
1013         * tests/test-frexpl.c: Include fpucw.h.
1014         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
1015         * tests/test-printf-frexpl.c: Include fpucw.h.
1016         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
1017         * modules/frexpl (Depends-on): Add fpucw.
1018         * modules/printf-frexpl (Depends-on): Likewise.
1019         * modules/fprintf-posix (Depends-on): Likewise.
1020         * modules/snprintf-posix (Depends-on): Likewise.
1021         * modules/sprintf-posix (Depends-on): Likewise.
1022         * modules/vasnprintf-posix (Depends-on): Likewise.
1023         * modules/vasprintf-posix (Depends-on): Likewise.
1024         * modules/vfprintf-posix (Depends-on): Likewise.
1025         * modules/vsnprintf-posix (Depends-on): Likewise.
1026         * modules/vsprintf-posix (Depends-on): Likewise.
1027         * modules/frexpl-tests (Depends-on): Likewise.
1028         * modules/printf-frexpl-tests (Depends-on): Likewise.
1029
1030 2007-03-24  Bruno Haible  <bruno@clisp.org>
1031
1032         * lib/float+.h: New file.
1033         * lib/isnan.c: Include float+.h.
1034         (SIZE): New macro.
1035         (FUNC): Compare only SIZE bytes of the value.
1036         * lib/vasnprintf.c: Include float+.h.
1037         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
1038         SIZEOF_LDBL or SIZEOF_DBL bytes.
1039         * modules/isnan-nolibm (Files): Add lib/float+.h.
1040         * modules/isnanl-nolibm (Files): Add lib/float+.h.
1041         * modules/isnanl (Files): Add lib/float+.h.
1042         * modules/vasnprintf (Files): Add lib/float+.h.
1043
1044 2007-03-24  Bruno Haible  <bruno@clisp.org>
1045
1046         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
1047         include isnanl-nolibm.h.
1048
1049 2007-03-24  Bruno Haible  <bruno@clisp.org>
1050
1051         * tests/test-read-file.c (main): Don't produce spurious output for
1052         expected situations. Make the test fail if it encountered unexpected
1053         results.
1054
1055 2007-03-24  Bruno Haible  <bruno@clisp.org>
1056
1057         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
1058         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
1059
1060 2007-03-24  Bruno Haible  <bruno@clisp.org>
1061
1062         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
1063
1064 2007-03-24  Bruno Haible  <bruno@clisp.org>
1065
1066         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
1067         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
1068
1069         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
1070         * modules/utf8-ucs4: Turn into a symbolic link to module
1071         unistr/u8-mbtouc.
1072
1073         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
1074         utf8-ucs4-unsafe.
1075         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
1076         unistr/u8-mbtouc-unsafe.
1077
1078         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
1079         * modules/utf16-ucs4: Turn into a symbolic link to module
1080         unistr/u16-mbtouc.
1081
1082         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
1083         utf16-ucs4-unsafe.
1084         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
1085         unistr/u16-mbtouc-unsafe.
1086
1087         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
1088         * modules/ucs4-utf8: Turn into a symbolic link to module
1089         unistr/u8-ubtomb.
1090
1091         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
1092         * modules/ucs4-utf16: Turn into a symbolic link to module
1093         unistr/u16-ubtomb.
1094
1095 2007-03-24  Bruno Haible  <bruno@clisp.org>
1096
1097         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
1098         Enable the function only if HAVE_INLINE.
1099         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
1100         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
1101         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
1102         Enable the function only if HAVE_INLINE.
1103         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
1104         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
1105         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
1106         Enable the function only if HAVE_INLINE.
1107         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
1108         Enable the function only if HAVE_INLINE.
1109         * modules/utf8-ucs4: Update.
1110         * modules/utf8-ucs4-unsafe: Update.
1111         * modules/utf16-ucs4: Update.
1112         * modules/utf16-ucs4-unsafe: Update.
1113         * modules/ucs4-utf8: Update.
1114         * modules/ucs4-utf16: Update.
1115
1116 2007-03-24  Bruno Haible  <bruno@clisp.org>
1117
1118         * lib/utf8-ucs4.h: Remove file.
1119         * lib/utf8-ucs4-unsafe.h: Remove file.
1120         * lib/utf16-ucs4.h: Remove file.
1121         * lib/utf16-ucs4-unsafe.h: Remove file.
1122         * lib/ucs4-utf8.h: Remove file.
1123         * lib/ucs4-utf16.h: Remove file.
1124         * lib/unistr.h: Include their previous contents.
1125         * m4/utf-ucs4.m4: Remove file.
1126         * m4/ucs4-utf.m4: Remove file.
1127         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
1128         (Depends-on): Add unistr/base.
1129         (configure.ac): Remove gl_UTF_UCS4.
1130         (Makefile.am): Update.
1131         (Include): Change to unistr.h.
1132         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
1133         (Depends-on): Add unistr/base.
1134         (configure.ac): Remove gl_UTF_UCS4.
1135         (Makefile.am): Update.
1136         (Include): Change to unistr.h.
1137         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
1138         (Depends-on): Add unistr/base.
1139         (configure.ac): Remove gl_UTF_UCS4.
1140         (Makefile.am): Update.
1141         (Include): Change to unistr.h.
1142         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
1143         (Depends-on): Add unistr/base.
1144         (configure.ac): Remove gl_UTF_UCS4.
1145         (Makefile.am): Update.
1146         (Include): Change to unistr.h.
1147         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
1148         (Depends-on): Add unistr/base.
1149         (configure.ac): Remove gl_UCS4_UTF.
1150         (Makefile.am): Update.
1151         (Include): Change to unistr.h.
1152         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
1153         (Depends-on): Add unistr/base.
1154         (configure.ac): Remove gl_UCS4_UTF.
1155         (Makefile.am): Update.
1156         (Include): Change to unistr.h.
1157         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
1158         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
1159         utf8-ucs4-unsafe.h.
1160         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
1161         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
1162         utf16-ucs4-unsafe.h.
1163         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
1164         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
1165         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
1166         * lib/unistr/u8-strchr.c: Likewise.
1167         * lib/unistr/u8-strrchr.c: Likewise.
1168         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
1169         * lib/unistr/u16-strchr.c: Likewise.
1170         * lib/unistr/u16-strrchr.c: Likewise.
1171         * lib/striconveh.c: Update.
1172         * lib/linebreak.c: Update.
1173
1174 2007-03-24  Bruno Haible  <bruno@clisp.org>
1175
1176         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
1177         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
1178
1179 2007-03-22  Bruno Haible  <bruno@clisp.org>
1180
1181         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
1182
1183 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
1184
1185         * MODULES.html.sh (File system functions): New module write-any-file.
1186         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
1187         * m4/write-any-file.m4: New files.
1188
1189 2007-03-23  Eric Blake  <ebb9@byu.net>
1190
1191         * gnulib-tool: Rearrange space-tab sequences, since some editors
1192         like to eat them.
1193
1194 2007-03-23  Eric Blake  <ebb9@byu.net>
1195
1196         * lib/version-etc.c (version_etc_va): Update license wording to
1197         be more concise.  Recommended by Richard Stallman.
1198
1199 2007-03-22  Bruno Haible  <bruno@clisp.org>
1200
1201         * lib/poll.c (MSG_PEEK): New fallback definition.
1202
1203 2007-03-22  Bruno Haible  <bruno@clisp.org>
1204
1205         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
1206         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
1207         (main): Update.
1208         Fixes a compilation error on BeOS.
1209
1210 2007-03-22  Bruno Haible  <bruno@clisp.org>
1211
1212         * modules/frexpl-tests: New file.
1213         * tests/test-frexpl.c: New file.
1214
1215         * modules/frexpl: New file.
1216         * m4/frexpl.m4: New file.
1217         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
1218         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
1219         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
1220         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
1221         (Depends-on): Add frexpl. Remove isnanl-nolibm.
1222         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
1223
1224 2007-03-22  Bruno Haible  <bruno@clisp.org>
1225
1226         * lib/frexpl.c: Share code with lib/frexp.c.
1227         * modules/mathl (Files): Add lib/frexp.c.
1228         (Depends-on): Add isnanl-nolibm.
1229
1230 2007-03-22  Bruno Haible  <bruno@clisp.org>
1231
1232         * modules/printf-frexp (Files): Add m4/frexp.m4.
1233         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
1234         only if the found frexp function actually works.
1235
1236 2007-03-22  Bruno Haible  <bruno@clisp.org>
1237
1238         * lib/frexp.c: Remove older implementation that uses divisions.
1239
1240 2007-03-21  Bruno Haible  <bruno@clisp.org>
1241
1242         * modules/frexp-tests: New file.
1243         * tests/test-frexp.c: New file.
1244
1245         * modules/frexp: New file.
1246         * lib/frexp.c: New file.
1247         * m4/frexp.m4: New file.
1248         * lib/math_.h (frexp): New declaration.
1249         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
1250         REPLACE_FREXP.
1251         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
1252
1253 2007-03-21  Bruno Haible  <bruno@clisp.org>
1254
1255         * modules/isnanl-tests: New file.
1256         * tests/test-isnanl.c: New file.
1257
1258         * modules/isnanl: New file.
1259         * lib/isnanl.h: New file.
1260         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
1261         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
1262         gl_FUNC_ISNANL_WORKS.
1263         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
1264         New macros.
1265
1266 2007-03-21  Bruno Haible  <bruno@clisp.org>
1267
1268         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
1269         lib/isnanl.h.
1270         (Include): Update.
1271         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
1272         * lib/vasnprintf.c: Update.
1273         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
1274         tests/test-isnanl.h, remove tests/test-isnanl.c.
1275         (Makefile.am): Update.
1276         * tests/test-isnanl-nolibm.c: New file.
1277         * tests/test-isnanl.h: New file.
1278         * tests/test-isnanl.c: Remove file.
1279
1280 2007-03-21  Jim Meyering  <jim@meyering.net>
1281
1282         When trying to open ".", treat ESTALE like EACCES.
1283         * lib/savewd.c (savewd_save): Resort to forking not just upon
1284         failure with EACCES, but also when errno is ESTALE.
1285
1286 2007-03-20  Bruno Haible  <bruno@clisp.org>
1287
1288         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
1289         Needed on AIX 5.1. Reported by Matthew Woehlke.
1290
1291 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1292
1293         Suggestions by Bruno Haible:
1294         * lib/acl-internal.h: Include "gettext.h" rather than rolling
1295         our own.
1296         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
1297         * modules/acl (Depends-on): Add gettext.
1298
1299 2007-03-19  Bruno Haible  <bruno@clisp.org>
1300
1301         * modules/iconvme: Remove file.
1302         * lib/iconvme.h: Remove file.
1303         * lib/iconvme.c: Remove file.
1304         * m4/iconvme.m4: Remove file.
1305
1306 2007-03-19  Bruno Haible  <bruno@clisp.org>
1307
1308         * doc/relocatable-maint.texi: Break long shell script line.
1309         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
1310
1311 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1312
1313         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
1314         handle file_has_acl.
1315         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
1316         * lib/acl.c: Move header inclusions and related macro defns into
1317         lib/acl-internal.h.
1318         (S_ISLNK): Remove defn, since that's now done for us.
1319         (file_has_acl): Move to lib/file-has-acl.c.
1320         Call acl_trivial if available.  This is the crucial part of the fix.
1321         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
1322         shared within the library.  Rewrite a bit, partly to make it compatible
1323         with the GNU coding style.
1324         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
1325         Remove unnecessary double-quotes.
1326         Don't test for acl_to_text; the build will catch that.
1327         Replace acl_entries if it doesn't exist and it is needed.
1328         Check for -lsec and acl_trivial (as used on Solaris 10).
1329         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
1330         lib/file-has-acl.c.
1331         (Depends-on): Add sys_stat, for S_ISLNK.
1332
1333 2007-03-19  Ben Pfaff  <blp@gnu.org>
1334
1335         * doc/gnulib.texi: Fix typos.
1336         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
1337
1338 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1339
1340         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
1341         If size is zero here, buf must be zero.
1342
1343 2007-03-19  Simon Josefsson  <simon@josefsson.org>
1344
1345         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
1346         <bruno@clisp.org>.
1347
1348 2007-03-18  Bruno Haible  <bruno@clisp.org>
1349
1350         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
1351         Suggested by Eric Blake.
1352
1353 2007-03-18  Ben Pfaff  <blp@gnu.org>
1354
1355         * doc/relocatable.texi: Recommend using as prefix a directory
1356         that does not exist and will never be created.  Based on
1357         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
1358         and others.
1359
1360 2007-03-17  Bruno Haible  <bruno@clisp.org>
1361
1362         * lib/fchownat.c: Include lchown.h.
1363
1364 2007-03-17  Bruno Haible  <bruno@clisp.org>
1365
1366         Fix endless loop when the given allocated size was > INT_MAX.
1367         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
1368         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
1369         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
1370         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
1371         * lib/sprintf.c (sprintf): Likewise.
1372
1373 2007-03-17  Bruno Haible  <bruno@clisp.org>
1374
1375         * tests/test-argp-2.sh (func_compare): Output a context diff.
1376
1377 2007-03-17  Bruno Haible  <bruno@clisp.org>
1378
1379         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
1380         locale's decimal-point character.
1381
1382 2007-03-17  Bruno Haible  <bruno@clisp.org>
1383
1384         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
1385         before comparing it. Needed because on some platforms (e.g. x86) a
1386         'long double' occupies less bytes than sizeof (long double).
1387
1388 2007-03-17  Bruno Haible  <bruno@clisp.org>
1389
1390         * tests/test-crc.c (main): Make printf statements 64-bit clean.
1391         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
1392         * tests/test-getaddrinfo.c (simple): Likewise.
1393         * tests/test-read-file.c (main): Likewise.
1394
1395 2007-03-17  Bruno Haible  <bruno@clisp.org>
1396
1397         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
1398
1399 2007-03-17  Bruno Haible  <bruno@clisp.org>
1400
1401         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
1402         unused variable.
1403
1404 2007-03-17  Bruno Haible  <bruno@clisp.org>
1405
1406         * tests/test-c-strcasecmp.c: Include c-strcase.h.
1407         * tests/test-c-strncasecmp.c: Likewise.
1408
1409 2007-03-17  Bruno Haible  <bruno@clisp.org>
1410
1411         * modules/stdlib (Depends-on): Add unistd.
1412         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
1413         Needed for MacOS X 10.3.
1414
1415 2007-03-17  Bruno Haible  <bruno@clisp.org>
1416
1417         * lib/unistr/u-strdup.h: Include <stdlib.h>.
1418
1419 2007-03-17  Bruno Haible  <bruno@clisp.org>
1420
1421         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
1422
1423 2007-03-17  Bruno Haible  <bruno@clisp.org>
1424
1425         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
1426         to reflect files copied from gnulib (with or without modifications).
1427         Suggested by Jim Meyering.
1428
1429 2007-03-17  Eric Blake  <ebb9@byu.net>
1430
1431         * NEWS: Document stdlib change from 2007-02-18.
1432
1433 2007-03-17  Jim Meyering  <jim@meyering.net>
1434
1435         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
1436         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
1437         someone uses a name containing shell meta-characters.
1438         Reported by Alfred M. Szmidt.
1439
1440         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
1441
1442 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1443
1444         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
1445         and copy gettext configuration files only if configure.ac contains
1446         a use of AM_GNU_GETTEXT_VERSION.
1447
1448 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1449
1450         * build-aux/bootstrap (gnulib_name): New variable.
1451         (gnulib_tool_options): Use it.
1452
1453 2007-03-13  Simon Josefsson  <simon@josefsson.org>
1454
1455         * tests/test-des.c: Use new namespace.
1456
1457 2007-03-15  Bruno Haible  <bruno@clisp.org>
1458
1459         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
1460         Reported by James Youngman <jay@gnu.org>.
1461
1462 2007-03-15  Bruno Haible  <bruno@clisp.org>
1463
1464         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
1465         declared prototype. Needed with cc on OSF/1 5.1.
1466
1467 2007-03-15  Bruno Haible  <bruno@clisp.org>
1468
1469         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
1470         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
1471         (struct gl_list_implementation): Add dispose_fn argument to the
1472         'create_empty', 'create' methods.
1473         (struct gl_list_impl_base): Add field 'dispose_fn'.
1474         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
1475         argument.
1476         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
1477         dispose_fn argument.
1478         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
1479         dispose_fn on the dropped values.
1480         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
1481         dispose_fn argument.
1482         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
1483         dropped values.
1484         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
1485         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1486         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
1487         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1488         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
1489         argument.
1490         (gl_tree_list_free): Call dispose_fn on the dropped values.
1491         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
1492         the dropped values.
1493         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1494         Add dispose_fn argument.
1495         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
1496         Call dispose_fn on the dropped values.
1497         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
1498         Add dispose_fn argument.
1499         (gl_sublist_create): Initialize the 'dispose_fn' field.
1500         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
1501         * tests/test-array_list.c (main): Update.
1502         * tests/test-carray_list.c (main): Update.
1503         * tests/test-avltree_list.c (main): Update.
1504         * tests/test-rbtree_list.c (main): Update.
1505         * tests/test-avltreehash_list.c (main): Update.
1506         * tests/test-rbtreehash_list.c (main): Update.
1507         * tests/test-linked_list.c (main): Update.
1508         * tests/test-linkedhash_list.c (main): Update.
1509         * tests/test-array_oset.c (main): Update.
1510
1511 2007-03-15  Bruno Haible  <bruno@clisp.org>
1512
1513         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
1514         (gl_oset_create_empty): Add dispose_fn argument.
1515         (struct gl_oset_implementation): Add dispose_fn argument to
1516         'create_empty' method.
1517         (struct gl_oset_impl_base): Add dispose_fn field.
1518         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
1519         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
1520         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
1521         values.
1522         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
1523         (gl_tree_oset_free): Call dispose_fn on the dropped values.
1524         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1525         dropped value.
1526         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1527         dropped value.
1528         * tests/test-array_oset.c (main): Update.
1529         * tests/test-avltree_oset.c (main): Update.
1530         * tests/test-rbtree_oset.c (main): Update.
1531         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
1532
1533 2007-03-13  Bruno Haible  <bruno@clisp.org>
1534
1535         * tests/test-stdbool.c (i): Update after last patch.
1536
1537 2007-03-12  Bruno Haible  <bruno@clisp.org>
1538
1539         * lib/quotearg.c: Include <wctype.h> early, before the definition of
1540         the iswprint macro. Needed on Solaris 2.5.1.
1541
1542 2007-03-12  Bruno Haible  <bruno@clisp.org>
1543
1544         * tests/test-printf-frexp.c (main): Declare x as volatile.
1545
1546 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1547
1548         * doc/gnulib.texi (Build robot for gnulib): New section.
1549
1550 2007-03-12  Jim Meyering  <jim@meyering.net>
1551
1552         * build-aux/bootstrap: New file.
1553         * build-aux/bootstrap.conf: New file, from coreutils.
1554
1555 2007-03-11  Bruno Haible  <bruno@clisp.org>
1556
1557         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
1558
1559 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1560
1561         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
1562         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
1563         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
1564
1565 2007-03-11  Bruno Haible  <bruno@clisp.org>
1566
1567         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
1568         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
1569
1570 2007-03-11  Bruno Haible  <bruno@clisp.org>
1571
1572         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
1573         formula. Needed for SunPRO C 5.0.
1574
1575 2007-03-11  Bruno Haible  <bruno@clisp.org>
1576
1577         * modules/long-options (Depends-on): Add getopt.
1578
1579 2007-03-11  Bruno Haible  <bruno@clisp.org>
1580
1581         * modules/modechange (Depends-on): Add stdbool.
1582
1583 2007-03-11  Bruno Haible  <bruno@clisp.org>
1584
1585         * modules/i-ring (Depends-on): Add stdbool.
1586
1587 2007-03-11  Bruno Haible  <bruno@clisp.org>
1588
1589         * modules/gc-des (Depends-on): Add stdbool.
1590
1591 2007-03-11  Bruno Haible  <bruno@clisp.org>
1592
1593         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
1594
1595 2007-03-11  Bruno Haible  <bruno@clisp.org>
1596
1597         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
1598
1599 2007-03-11  Bruno Haible  <bruno@clisp.org>
1600
1601         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
1602
1603 2007-03-11  Bruno Haible  <bruno@clisp.org>
1604
1605         * lib/vasnprintf.c (sprintf): Undefine.
1606
1607 2007-03-11  Bruno Haible  <bruno@clisp.org>
1608
1609         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
1610         initializers in SunPRO C and Compaq C compilers.
1611
1612 2007-03-11  Bruno Haible  <bruno@clisp.org>
1613
1614         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
1615         decrementing code ANSI C compliant.
1616
1617 2007-03-11  Bruno Haible  <bruno@clisp.org>
1618
1619         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
1620         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
1621
1622 2007-03-11  Bruno Haible  <bruno@clisp.org>
1623
1624         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
1625         <stdbool.h> substitute doesn't pass.
1626
1627 2007-03-11  Bruno Haible  <bruno@clisp.org>
1628
1629         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
1630
1631 2007-03-11  Bruno Haible  <bruno@clisp.org>
1632
1633         * gnulib-tool (func_create_megatestdir): Create also an autobuild
1634         script, for submission to autobuild.josefsson.org.
1635
1636 2007-03-10  Bruno Haible  <bruno@clisp.org>
1637
1638         * modules/canonicalize-lgpl-tests: New file.
1639         * tests/test-canonicalize-lgpl.sh: New file.
1640         * tests/test-canonicalize-lgpl.c: New file.
1641
1642         * modules/c-strcase-tests: New file.
1643         * tests/test-c-strcase.sh: New file.
1644         * tests/test-c-strcasecmp.c: New file.
1645         * tests/test-c-strncasecmp.c: New file.
1646
1647         * modules/atexit-tests: New file.
1648         * tests/test-atexit.sh: New file.
1649         * tests/test-atexit.c: New file.
1650
1651 2007-03-10  Bruno Haible  <bruno@clisp.org>
1652
1653         * tests/test-binary-io.sh: Use temporary filenames that are not so
1654         likely to clash with those of other tests (in a parallel make).
1655         * tests/test-binary-io.c: Likewise.
1656
1657 2007-03-10  Bruno Haible  <bruno@clisp.org>
1658
1659         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
1660         fallback; use #error instead.
1661         Suggested by Simon Josefsson.
1662
1663 2007-03-10  Bruno Haible  <bruno@clisp.org>
1664
1665         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
1666         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
1667         first and the last.
1668
1669 2007-03-10  Bruno Haible  <bruno@clisp.org>
1670
1671         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
1672
1673 2007-03-10  Bruno Haible  <bruno@clisp.org>
1674
1675         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
1676         "make distcheck".
1677         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
1678         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
1679         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
1680
1681 2007-03-10  Bruno Haible  <bruno@clisp.org>
1682
1683         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
1684         variable.
1685         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
1686         variable.
1687
1688 2007-03-09  Eric Blake  <ebb9@byu.net>
1689         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
1690
1691         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
1692         types are not being provided by gnulib.
1693         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
1694         types are supported.
1695
1696 2007-03-10  Bruno Haible  <bruno@clisp.org>
1697
1698         * lib/stdio_.h (__attribute__): New macro.
1699         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
1700         vsprintf): Specify __attribute__ __format__ for GCC.
1701         Suggested by Eric Blake.
1702
1703 2007-03-09  Bruno Haible  <bruno@clisp.org>
1704
1705         * modules/printf-posix-tests: New file.
1706         * tests/test-printf-posix.sh: New file.
1707         * tests/test-printf-posix.c: New file.
1708
1709         * modules/printf-posix: New file.
1710         * lib/printf.c: New file.
1711         * m4/printf-posix-rpl.m4: New file.
1712         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
1713         REPLACE_PRINTF.
1714         * lib/stdio_.h (printf): New declaration.
1715         (format, __format__, ____printf____, ____scanf____, ____strftime____,
1716         ____strfmon____): New macros.
1717         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
1718         REPLACE_PRINTF.
1719
1720 2007-03-09  Bruno Haible  <bruno@clisp.org>
1721
1722         * tests/test-vasnprintf-posix2.sh: New file.
1723         * tests/test-vasnprintf-posix2.c: New file.
1724         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
1725         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
1726         (Makefile.am): Activate test-vasnprintf-posix2.sh.
1727
1728         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
1729         a locale dependent decimal point, rather than always '.'.
1730
1731 2007-03-09  Eric Blake  <ebb9@byu.net>
1732
1733         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
1734         spite of platforms like Tandem/NSK that define it to -1.
1735
1736 2007-03-08  Bruno Haible  <bruno@clisp.org>
1737
1738         * modules/vprintf-posix-tests: New file.
1739         * tests/test-vprintf-posix.sh: New file.
1740         * tests/test-vprintf-posix.c: New file.
1741         * tests/test-printf-posix.h: New file.
1742
1743         * modules/vprintf-posix: New file.
1744         * lib/vprintf.c: New file.
1745         * m4/vprintf-posix.m4: New file.
1746         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
1747         REPLACE_VPRINTF.
1748         * lib/stdio_.h (vprintf): New declaration.
1749         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
1750         REPLACE_VPRINTF.
1751
1752 2007-03-08  Bruno Haible  <bruno@clisp.org>
1753
1754         * modules/fprintf-posix-tests: New file.
1755         * tests/test-fprintf-posix.sh: New file.
1756         * tests/test-fprintf-posix.c: New file.
1757
1758         * modules/fprintf-posix: New file.
1759         * lib/fprintf.c: New file.
1760         * m4/fprintf-posix.m4: New file.
1761         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
1762         REPLACE_FPRINTF.
1763         * lib/stdio_.h (fprintf): New declaration.
1764         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
1765         REPLACE_FPRINTF.
1766
1767 2007-03-08  Bruno Haible  <bruno@clisp.org>
1768
1769         * modules/vfprintf-posix-tests: New file.
1770         * tests/test-vfprintf-posix.sh: New file.
1771         * tests/test-vfprintf-posix.c: New file.
1772         * tests/test-fprintf-posix.h: New file.
1773         * tests/test-fprintf-posix.out: New file.
1774
1775         * modules/vfprintf-posix: New file.
1776         * lib/vfprintf.c: New file.
1777         * m4/vfprintf-posix.m4: New file.
1778         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
1779         REPLACE_VFPRINTF.
1780         * lib/stdio_.h (vfprintf): New declaration.
1781         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
1782         REPLACE_VFPRINTF.
1783
1784 2007-03-08  Bruno Haible  <bruno@clisp.org>
1785
1786         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
1787
1788 2007-03-08  Bruno Haible  <bruno@clisp.org>
1789
1790         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
1791         instead of 'expr' invocations.
1792         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1793         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1794         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1795         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1796         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1797         Suggested by Paul Eggert.
1798
1799 2007-03-08  Bruno Haible  <bruno@clisp.org>
1800
1801         * modules/fseterr-tests: New file.
1802         * tests/test-fseterr.c: New file.
1803
1804         * modules/fseterr: New file.
1805         * lib/fseterr.h: New file.
1806         * lib/fseterr.c: New file.
1807
1808 2007-03-08  Bruno Haible  <bruno@clisp.org>
1809
1810         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
1811         * lib/getopt_.h: Likewise.
1812         * lib/mbswidth.h: Likewise.
1813         * lib/setenv.h: Likewise.
1814         * lib/vasnprintf.h: Likewise.
1815         * lib/vasprintf.h: Likewise.
1816         * lib/verror.h: Likewise.
1817         * lib/xsetenv.h: Likewise.
1818         * lib/xvasprintf.h: Likewise.
1819
1820 2007-03-08  Jim Meyering  <jim@meyering.net>
1821
1822         * users.txt: Add parted.
1823
1824         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
1825
1826 2007-03-07  Bruno Haible  <bruno@clisp.org>
1827
1828         * m4/printf.m4: Make the shell script snippets copy&pastable.
1829
1830 2007-03-02  Bruno Haible  <bruno@clisp.org>
1831
1832         * lib/netinet_in_.h: New file.
1833         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
1834         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
1835         * modules/netinet_in (Files): Add lib/netinet_in_.h.
1836         (Depends-on): Add absolute-header.
1837         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
1838         into netinet/in.h.
1839
1840 2007-03-03  Bruno Haible  <bruno@clisp.org>
1841
1842         * lib/sys_select_.h: New file.
1843         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
1844         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
1845         * modules/sys_select (Files): Add lib/sys_select_.h.
1846         (Depends-on): Add absolute-header.
1847         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
1848         into sys/select.h.
1849
1850 2007-03-02  Bruno Haible  <bruno@clisp.org>
1851
1852         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
1853         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
1854         values.
1855         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
1856         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
1857         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
1858         * modules/sys_socket (Depends-on): Add absolute-header.
1859         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
1860         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
1861         (Include): Remove requirement of inclusion of <sys/types.h>.
1862
1863 2007-03-02  Bruno Haible  <bruno@clisp.org>
1864
1865         * lib/byteswap_.h (bswap_32): Fix formula.
1866
1867 2007-03-06  Bruno Haible  <bruno@clisp.org>
1868
1869         * modules/sprintf-posix-tests: New file.
1870         * tests/test-sprintf-posix.c: New file.
1871
1872         * modules/sprintf-posix: New file.
1873         * lib/sprintf.c: New file.
1874         * m4/sprintf-posix.m4: New file.
1875         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
1876         REPLACE_SPRINTF.
1877         * lib/stdio_.h (sprintf): New declaration.
1878         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
1879         REPLACE_SPRINTF.
1880
1881 2007-03-06  Bruno Haible  <bruno@clisp.org>
1882
1883         * modules/vsprintf-posix-tests: New file.
1884         * tests/test-vsprintf-posix.c: New file.
1885         * tests/test-sprintf-posix.h: New file.
1886
1887         * modules/vsprintf-posix: New file.
1888         * lib/vsprintf.c: New file.
1889         * m4/vsprintf-posix.m4: New file.
1890         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
1891         REPLACE_VSPRINTF.
1892         * lib/stdio_.h (vsprintf): New declaration.
1893         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
1894         REPLACE_VSPRINTF.
1895
1896 2007-03-06  Bruno Haible  <bruno@clisp.org>
1897
1898         * modules/vsnprintf (Depend-on): Remove minmax.
1899
1900 2007-03-06  Bruno Haible  <bruno@clisp.org>
1901
1902         * modules/snprintf-posix-tests: New file.
1903         * tests/test-snprintf-posix.c: New file.
1904
1905         * modules/snprintf-posix: New file.
1906         * m4/snprintf-posix.m4: New file.
1907         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
1908         gl_FUNC_SNPRINTF.
1909         (gl_FUNC_SNPRINTF): Invoke it.
1910         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
1911         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
1912         is set.
1913         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
1914
1915 2007-03-06  Bruno Haible  <bruno@clisp.org>
1916
1917         * modules/vsnprintf-posix-tests: New file.
1918         * tests/test-vsnprintf-posix.c: New file.
1919         * tests/test-snprintf-posix.h: New file.
1920
1921         * modules/vsnprintf-posix: New file.
1922         * m4/vsnprintf-posix.m4: New file.
1923         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
1924         gl_FUNC_VSNPRINTF.
1925         (gl_FUNC_VSNPRINTF): Invoke it.
1926         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
1927         * lib/stdio_.h (vsnprintf): Define as a replacement if
1928         REPLACE_VSNPRINTF is set.
1929         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
1930
1931 2007-03-06  Bruno Haible  <bruno@clisp.org>
1932
1933         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
1934         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
1935
1936 2007-03-06  Bruno Haible  <bruno@clisp.org>
1937
1938         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
1939         (asinl): Declare also if HAVE_DECL_ASINL is set.
1940         (atanl): Declare also if HAVE_DECL_ATANL is set.
1941         (ceill): Declare also if HAVE_DECL_CEILL is set.
1942         (cosl): Declare also if HAVE_DECL_COSL is set.
1943         (expl): Declare also if HAVE_DECL_EXPL is set.
1944         (floorl): Declare also if HAVE_DECL_FLOORL is set.
1945         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
1946         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
1947         (logl): Declare also if HAVE_DECL_LOGL is set.
1948         (sinl): Declare also if HAVE_DECL_SINL is set.
1949         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
1950         (tanl): Declare also if HAVE_DECL_TANL is set.
1951         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
1952         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
1953         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
1954         declaration of frexpl, ldexpl.
1955         * modules/printf-frexpl (Depends-on): Add math.
1956         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
1957
1958 2007-03-05  Bruno Haible  <bruno@clisp.org>
1959
1960         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
1961         frexpl and ldexpl are declared.
1962         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
1963
1964 2007-03-05  Bruno Haible  <bruno@clisp.org>
1965
1966         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
1967         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
1968
1969 2007-03-05  Bruno Haible  <bruno@clisp.org>
1970
1971         * lib/stdio_.h: Include <stddef.h>.
1972
1973 2007-03-05  Bruno Haible  <bruno@clisp.org>
1974
1975         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
1976
1977 2007-03-05  Bruno Haible  <bruno@clisp.org>
1978
1979         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
1980         NetBSD 4, from Ralf Wildenhues.
1981
1982 2007-03-04  Bruno Haible  <bruno@clisp.org>
1983
1984         * lib/vasprintf.h: Update #if logic for the case when the functions
1985         exist but are overridden.
1986
1987 2007-03-04  Bruno Haible  <bruno@clisp.org>
1988
1989         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
1990         implementations: glibc-2.4 and MacOS X 10.3.
1991         * tests/test-vasnprintf-posix.c (test_function): Test also the case
1992         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
1993         * tests/test-vasprintf-posix.c (test_function): Likewise.
1994
1995 2007-03-04  Bruno Haible  <bruno@clisp.org>
1996
1997         * modules/vasprintf-posix-tests: New file.
1998         * tests/test-vasprintf-posix.c: New file.
1999
2000         * modules/vasprintf-posix: New file.
2001         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
2002         defined.
2003         * m4/vasprintf-posix.m4: New file.
2004         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
2005         gl_FUNC_VASPRINTF.
2006         (gl_FUNC_VASPRINTF): Invoke it.
2007         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
2008         here.
2009         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
2010
2011 2007-03-04  Bruno Haible  <bruno@clisp.org>
2012
2013         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
2014         REPLACE_GETTIMEOFDAY.
2015         * modules/sys_time (Makefile.am): Likewise.
2016         * m4/sys_time_h.m4: Likewise.
2017         * m4/gettimeofday.m4: Likewise.
2018
2019 2007-03-04  Bruno Haible  <bruno@clisp.org>
2020
2021         * modules/vasnprintf-posix-tests: New file.
2022         * tests/test-vasnprintf-posix.c: New file.
2023
2024         * modules/vasnprintf-posix: New file.
2025         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
2026         printf-frexpl.h.
2027         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
2028         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
2029         REPLACE_VASNPRINTF is defined.
2030         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
2031         gl_FUNC_VASNPRINTF.
2032         (gl_FUNC_VASNPRINTF): Invoke it.
2033         * m4/vasnprintf-posix.m4: New file.
2034         * m4/printf.m4: New file.
2035
2036 2007-03-04  Bruno Haible  <bruno@clisp.org>
2037
2038         Compile progreloc.c only if --enable-relocatable is specified.
2039         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
2040         if --enable-relocatable was specified.
2041         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
2042         lib_SOURCES.
2043
2044 2007-03-04  Jim Meyering  <jim@meyering.net>
2045
2046         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
2047         Use it consistently, rather than enumerating errno constants.
2048
2049 2007-03-04  Bruno Haible  <bruno@clisp.org>
2050
2051         * modules/xvasprintf-tests: New file.
2052         * tests/test-xvasprintf.c: New file.
2053
2054         * modules/vasprintf-tests: New file.
2055         * tests/test-vasprintf.c: New file.
2056
2057         * modules/vasnprintf-tests: New file.
2058         * tests/test-vasnprintf.c: New file.
2059
2060         * modules/vsnprintf-tests: New file.
2061         * tests/test-vsnprintf.c: New file.
2062
2063         * modules/snprintf-tests: New file.
2064         * tests/test-snprintf.c: New file.
2065
2066 2007-03-04  Bruno Haible  <bruno@clisp.org>
2067
2068         Compile relocatable.c only if --enable-relocatable is specified.
2069         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
2070         gl_RELOCATABLE_LIBRARY.
2071         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
2072         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
2073         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
2074         gl_RELOCATABLE_LIBRARY.
2075         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
2076         (Makefile.am): Remove lib_SOURCES.
2077         * modules/relocatable-lib-lgpl (configure.ac): Invoke
2078         gl_RELOCATABLE_LIBRARY.
2079         (Makefile.am): Remove lib_SOURCES.
2080         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
2081         always.
2082         * modules/relocatable-prog-wrapper (configure.ac): Invoke
2083         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
2084
2085 2007-03-04  Bruno Haible  <bruno@clisp.org>
2086
2087         * modules/argmatch-tests: New file.
2088         * tests/test-argmatch.c: New file.
2089
2090         * tests/test-allocsa.c (main): Halve the number of loop runs.
2091
2092         * modules/alloca-opt-tests: New file.
2093         * tests/test-alloca-opt.c: New file.
2094
2095 2007-03-04  Jim Meyering  <jim@meyering.net>
2096
2097         Work around difference between Linux ACLs and Solaris 10 ZFS.
2098         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
2099         for EINVAL.
2100
2101 2007-03-03  Bruno Haible  <bruno@clisp.org>
2102
2103         * modules/relocatable-prog (Depends-on): Add back progreloc's
2104         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
2105
2106 2007-03-03  Bruno Haible  <bruno@clisp.org>
2107
2108         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
2109         * modules/relocatable-lib: New file.
2110
2111 2007-03-03  Bruno Haible  <bruno@clisp.org>
2112
2113         * modules/relocatable-prog: Renamed from modules/relocatable.
2114         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
2115
2116 2007-03-03  Bruno Haible  <bruno@clisp.org>
2117
2118         * modules/relocatable-script (Files): Add doc/relocatable.texi,
2119         m4/relocatable-lib.m4.
2120         (Depends-on): Remove 'relocatable'.
2121         (configure.ac): Add gl_RELOCATABLE_NOP.
2122
2123 2007-03-03  Bruno Haible  <bruno@clisp.org>
2124
2125         * modules/relocatable-prog-wrapper: New file.
2126         * modules/relocatable (Depends-on): Add it. Remove all other
2127         dependencies except progname.
2128         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
2129
2130         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
2131         (gl_FUNC_STRERROR): Nop.
2132         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
2133
2134         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
2135         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
2136
2137         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
2138         (gl_FUNC_READLINK): Update.
2139
2140         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
2141
2142 2007-03-03  Bruno Haible  <bruno@clisp.org>
2143
2144         * lib/xreadlink.c: Include <unistd.h> unconditionally.
2145         * modules/xreadlink (Depends-on): Add unistd.
2146         * modules/xreadlink-with-size (Depends-on): Likewise.
2147
2148 2007-03-03  Bruno Haible  <bruno@clisp.org>
2149
2150         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
2151         extracted from gt_FUNC_SETENV.
2152         (gt_FUNC_SETENV): Remove macro.
2153         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
2154         remove gt_FUNC_SETENV.
2155
2156 2007-03-03  Bruno Haible  <bruno@clisp.org>
2157
2158         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
2159         ENABLE_RELOCATABLE here.
2160         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
2161
2162 2007-03-03  Bruno Haible  <bruno@clisp.org>
2163
2164         * modules/rbtreehash-list-tests (Depends-on): Add progname.
2165         * tests/test-rbtreehash_list.c: Include progname.h.
2166         (main): Call set_program_name.
2167
2168         * modules/rbtree-oset-tests (Depends-on): Add progname.
2169         * tests/test-rbtree_oset.c: Include progname.h.
2170         (main): Call set_program_name.
2171
2172         * modules/rbtree-list-tests (Depends-on): Add progname.
2173         * tests/test-rbtree_list.c: Include progname.h.
2174         (main): Call set_program_name.
2175
2176         * modules/linked-list-tests (Depends-on): Add progname.
2177         * tests/test-linked_list.c: Include progname.h.
2178         (main): Call set_program_name.
2179
2180 2007-03-03  Bruno Haible  <bruno@clisp.org>
2181
2182         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
2183         All uses of __restrict changed to _Restrict_.
2184         * lib/glob_.h (__restrict): Remove macro.
2185
2186 2007-03-02  Bruno Haible  <bruno@clisp.org>
2187
2188         * modules/gettext (configure.ac): Require gettext infrastructure
2189         from version 0.16.1.
2190
2191 2007-03-02  Bruno Haible  <bruno@clisp.org>
2192
2193         * modules/linkedhash-list-tests (Depends-on): Add progname.
2194         * tests/test-linkedhash_list.c: Include progname.h.
2195         (main): Call set_program_name.
2196
2197         * modules/carray-list-tests (Depends-on): Add progname.
2198         * tests/test-carray_list.c: Include progname.h.
2199         (main): Call set_program_name.
2200
2201         * modules/avltreehash-list-tests (Depends-on): Add progname.
2202         * tests/test-avltreehash_list.c: Include progname.h.
2203         (main): Call set_program_name.
2204
2205         * modules/avltree-oset-tests (Depends-on): Add progname.
2206         * tests/test-avltree_oset.c: Include progname.h.
2207         (main): Call set_program_name.
2208
2209         * modules/avltree-list-tests (Depends-on): Add progname.
2210         * tests/test-avltree_list.c: Include progname.h.
2211         (main): Call set_program_name.
2212
2213         * modules/array-oset-tests (Depends-on): Add progname.
2214         * tests/test-array_oset.c: Include progname.h.
2215         (main): Call set_program_name.
2216
2217         * modules/array-list-tests (Depends-on): Add progname.
2218         * tests/test-array_list.c: Include progname.h.
2219         (main): Call set_program_name.
2220
2221         * modules/argp-tests (Depends-on): Add progname.
2222         * tests/test-argp.c: Include argp.h first. Include progname.h.
2223         (main): Call set_program_name.
2224
2225 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
2226
2227         * doc/gnulib-tool.texi (Initial import): Reword description of
2228         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
2229         limited effect even if defined after the first system include.
2230
2231 2007-03-01  Bruno Haible  <bruno@clisp.org>
2232
2233         * build-aux/config.libpath: Update to libtool-1.5.22.
2234         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2235
2236 2007-03-01  Bruno Haible  <bruno@clisp.org>
2237
2238         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
2239         foo_CFLAGS.
2240         Reported by Ralf Wildenhues.
2241
2242 2007-03-01  Bruno Haible  <bruno@clisp.org>
2243
2244         * build-aux/install-reloc: Remove object files left over by some
2245         compilers.
2246         Reported by Ralf Wildenhues.
2247
2248 2007-03-01  Bruno Haible  <bruno@clisp.org>
2249
2250         * build-aux/install-reloc: Break long lines.
2251
2252 2007-03-01  Bruno Haible  <bruno@clisp.org>
2253
2254         * doc/relocatable.texi: Document that it may not work on OpenBSD.
2255         Reported by Ralf Wildenhues.
2256
2257 2007-03-01  Bruno Haible  <bruno@clisp.org>
2258
2259         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
2260         include ordering constraints.
2261
2262 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
2263
2264         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
2265         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
2266         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
2267         as another example.
2268         * lib/time_.h: Fix misspelling.
2269         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2270         Require gl_HEADER_TIME_H_DEFAULTS.
2271         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
2272         * m4/time_r.m4 (gl_TIME_R): Likewise.
2273         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
2274
2275 2007-03-01  Bruno Haible  <bruno@clisp.org>
2276
2277         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
2278         * m4/utimens.m4 (gl_UTIMENS): Likewise.
2279
2280 2007-03-01  Jim Meyering  <jim@meyering.net>
2281
2282         * modules/xreadlink (Maintainer): Add my name.
2283         * modules/xreadlink-with-size (Depends-on): Alphabetize.
2284
2285 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
2286             Bruno Haible  <bruno@clisp.org>
2287
2288         * build-aux/install-reloc: Compile also c-ctype.c.
2289         * build-aux/relocatable.sh.in: New file.
2290         * doc/relocatable.texi: New file.
2291         * doc/relocatable-maint.texi: New file.
2292         * doc/gnulib.texi: Include relocatable-maint.texi.
2293         * lib/progreloc.c: Include unistd.h unconditionally.
2294         * lib/relocwrapper.c: Include unistd.h unconditionally.
2295         Include c-ctype.h.
2296         (add_dotbin): Use c_tolower.
2297         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
2298         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
2299         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
2300         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
2301         to m4/relocatable-lib.m4.
2302         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
2303         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
2304         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
2305         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
2306         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
2307         * modules/relocatable: New file.
2308         * modules/relocatable-lib: New file.
2309         * modules/relocatable-script: New file.
2310
2311 2007-02-28  Bruno Haible  <bruno@clisp.org>
2312
2313         Import --enable-relocatable infrastructure.
2314         * build-aux/config.libpath: New file, from GNU gettext.
2315         * build-aux/install-reloc: New file, from GNU gettext.
2316         * build-aux/reloc-ldflags: New file, from GNU gettext.
2317         * lib/relocatable.h: New file, from GNU gettext.
2318         * lib/relocatable.c: New file, from GNU gettext.
2319         * lib/relocwrapper.c: New file, from GNU gettext.
2320         * m4/relocatable.m4: New file, from GNU gettext.
2321
2322 2007-02-28  Bruno Haible  <bruno@clisp.org>
2323
2324         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
2325
2326         * modules/xreadlink: New file, from GNU gettext with modifications.
2327         * lib/xreadlink.c: New file, from GNU gettext.
2328         * lib/xreadlink.h: Add comments.
2329         (xreadlink): New declaration.
2330
2331         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
2332         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
2333         lib/xreadlink-with-size.c.
2334         (configure.ac): Remove gl_XREADLINK invocation.
2335         (Makefile.am): Augment lib_SOURCES.
2336         * m4/xreadlink.m4: Remove file.
2337         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
2338         (xreadlink_with_size): Renamed from xreadink.
2339         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
2340         * modules/canonicalize (Depends-on): Replace xreadlink with
2341         xreadlink-with-size.
2342         * lib/canonicalize.c (canonicalize_filename_mode): Update.
2343
2344 2007-02-25  Jim Meyering  <jim@meyering.net>
2345
2346         * build-aux/announce-gen: When complaining about excess arguments,
2347         list them.
2348
2349 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
2350
2351         * README: Document signed integer overflow situation more
2352         accurately.
2353
2354 2007-02-25  Bruno Haible  <bruno@clisp.org>
2355
2356         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
2357         'a' or 'A' conversion.
2358
2359 2007-02-25  Bruno Haible  <bruno@clisp.org>
2360
2361         * modules/filename: Renamed from modules/pathname.
2362         (Files): Replace lib/pathname.h with lib/filename.h. Replace
2363         lib/concatpath.c with lib/concat-filename.c.
2364         (Makefile.am): Update.
2365         (Include): Replace pathname.h with filename.h.
2366         * lib/filename.h: Renamed from lib/pathname.h.
2367         (concatenated_filename): Renamed from concatenated_pathname.
2368         * lib/concat-filename.c: Renamed from lib/concatpath.c.
2369         (concatenated_filename): Renamed from concatenated_pathname.
2370         * lib/findprog.c: Include filename.h instead of pathname.h.
2371         (find_in_path): Update.
2372         * lib/javacomp.c: Include filename.h instead of pathname.h.
2373         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
2374         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
2375         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
2376         is_oldgcj_14_13_usable, is_javac_usable): Update.
2377         * lib/javaexec.c: Include filename.h instead of pathname.h.
2378         (execute_java_class): Update.
2379         * modules/findprog: Update.
2380         * modules/javacomp: Update.
2381         * modules/javaexec: Update.
2382         * MODULES.html.sh (File system functions): Add 'filename', remove
2383         'pathname'.
2384
2385 2007-02-25  Bruno Haible  <bruno@clisp.org>
2386
2387         * modules/printf-frexpl-tests: New file.
2388         * tests/test-printf-frexpl.c: New file.
2389
2390         * modules/printf-frexpl: New file.
2391         * lib/printf-frexpl.h: New file.
2392         * lib/printf-frexpl.c: New file.
2393         * m4/printf-frexpl.m4: New file.
2394
2395 2007-02-25  Bruno Haible  <bruno@clisp.org>
2396
2397         * modules/printf-frexp-tests: New file.
2398         * tests/test-printf-frexp.c: New file.
2399
2400         * modules/printf-frexp: New file.
2401         * lib/printf-frexp.h: New file.
2402         * lib/printf-frexp.c: New file.
2403         * m4/printf-frexp.m4: New file.
2404
2405 2007-02-25  Bruno Haible  <bruno@clisp.org>
2406
2407         Assume automake >= 1.10 for the tests.
2408         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
2409         * modules/arctwo-tests: Likewise.
2410         * modules/argp-tests: Likewise.
2411         * modules/avltree-list-tests: Likewise.
2412         * modules/avltree-oset-tests: Likewise.
2413         * modules/avltreehash-list-tests: Likewise.
2414         * modules/carray-list-tests: Likewise.
2415         * modules/crc-tests: Likewise.
2416         * modules/des-tests: Likewise.
2417         * modules/gc-arcfour-tests: Likewise.
2418         * modules/gc-arctwo-tests: Likewise.
2419         * modules/gc-des-tests: Likewise.
2420         * modules/gc-hmac-md5-tests: Likewise.
2421         * modules/gc-hmac-sha1-tests: Likewise.
2422         * modules/gc-md2-tests: Likewise.
2423         * modules/gc-md4-tests: Likewise.
2424         * modules/gc-md5-tests: Likewise.
2425         * modules/gc-pbkdf2-sha1-tests: Likewise.
2426         * modules/gc-rijndael-tests: Likewise.
2427         * modules/gc-sha1-tests: Likewise.
2428         * modules/gc-tests: Likewise.
2429         * modules/getaddrinfo-tests: Likewise.
2430         * modules/hmac-md5-tests: Likewise.
2431         * modules/hmac-sha1-tests: Likewise.
2432         * modules/linked-list-tests: Likewise.
2433         * modules/linkedhash-list-tests: Likewise.
2434         * modules/lock-tests: Likewise.
2435         * modules/md2-tests: Likewise.
2436         * modules/md4-tests: Likewise.
2437         * modules/md5-tests: Likewise.
2438         * modules/rbtree-list-tests: Likewise.
2439         * modules/rbtree-oset-tests: Likewise.
2440         * modules/rbtreehash-list-tests: Likewise.
2441         * modules/read-file-tests: Likewise.
2442         * modules/rijndael-tests: Likewise.
2443         * modules/stdint-tests: Likewise.
2444         * modules/tls-tests: Likewise.
2445
2446 2007-02-24  Bruno Haible  <bruno@clisp.org>
2447
2448         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
2449         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
2450         function; instead check whether isnan with a double argument links.
2451         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
2452         function; instead check whether isnan with a 'long double' argument
2453         links.
2454         Reported by Eric Blake <ebb9@byu.net>.
2455
2456 2007-02-24  Bruno Haible  <bruno@clisp.org>
2457
2458         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
2459         defined.
2460         * lib/isnanl.c: Remove all code. Just include isnan.c.
2461         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
2462
2463 2007-02-25  Jim Meyering  <jim@meyering.net>
2464
2465         Avoid conflicting types for 'unsetenv' on FreeBSD.
2466         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
2467         conflicting with FreeBSD's (5.0 and 6.1) function declaration
2468         in stdlib.h.
2469
2470 2007-02-24  Bruno Haible  <bruno@clisp.org>
2471
2472         * modules/isnanl-nolibm-tests: New file.
2473         * tests/test-isnanl.c: New file.
2474
2475         * modules/isnanl-nolibm: New file.
2476         * lib/isnanl.h: New file.
2477         * lib/isnanl.c: New file.
2478         * m4/isnanl.m4: New file.
2479
2480 2007-02-24  Bruno Haible  <bruno@clisp.org>
2481
2482         * modules/isnan-nolibm-tests: New file.
2483         * tests/test-isnan.c: New file.
2484
2485         * modules/isnan-nolibm: New file.
2486         * lib/isnan.h: New file.
2487         * lib/isnan.c: New file.
2488         * m4/isnan.m4: New file.
2489
2490 2007-02-24  Bruno Haible  <bruno@clisp.org>
2491
2492         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
2493         assume that an exponent fits in 20 bits.
2494
2495 2007-02-24  Jim Meyering  <jim@meyering.net>
2496
2497         * m4/regex.m4: Update the description of the configure-time option,
2498         --without-included-regex, to state accurately what the defaults are,
2499         and perhaps to give people an idea why using this option is risky.
2500
2501 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
2502
2503         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
2504         loops on small arguments.  This attempts to avoid the problem
2505         Bruno Haible reported for AIX 4.3.2 in
2506         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
2507
2508 2007-02-23  Bruno Haible  <bruno@clisp.org>
2509
2510         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
2511         Needed for help2man.
2512
2513 2007-02-23  Karl Berry  <karl@gnu.org>
2514
2515         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
2516         exists, foo.h should be cvs-ignored, not committed.
2517
2518 2007-02-23  Eric Blake  <ebb9@byu.net>
2519
2520         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
2521         * lib/stat-time.h (includes): Likewise.
2522         * lib/utimecmp.c (includes): Likewise.
2523         * lib/utimens.h (includes): Likewise.
2524         * lib/getdate.y (includes): Also include "timespec.h" for use
2525         internal to the module.
2526         * modules/utimens (Depends-on): Revert yesterday's patch.
2527         * modules/nanosleep (Depends-on): Add missing dependency.
2528
2529 2007-02-22  Bruno Haible  <bruno@clisp.org>
2530
2531         * lib/glob.c: Don't include getlogin_r.h.
2532
2533 2007-02-22  Jim Meyering  <jim@meyering.net>
2534
2535         * modules/utimens (Depends-on): Add timespec, required for
2536         utimens.h's inclusion of timespec.h.
2537
2538 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
2539
2540         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
2541         long unreadable paths in GNU/Linux.  Problem reported by Andreas
2542         Schwab in
2543         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
2544         I'll try to think of a better way to fix the Solaris problem.
2545
2546         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
2547         like glibc; on Solaris 10, it fails with errno == EINVAL.
2548         POSIX says the behavior is unspecified if the first argument is NULL,
2549         so play it safe and never pass NULL to the system getcwd.
2550
2551 2007-02-21  Jim Meyering  <jim@meyering.net>
2552
2553         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
2554         of gettimeofday.  It would conflict with the one now always
2555         provided via sys_time_.h.  Reported by Matthew Woehlke, as
2556         an IRIX 6.5 build failure.
2557
2558 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2559
2560         Minor fixups to port to Solaris 10 with Sun C 5.8.
2561         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
2562         * modules/getcwd (Depends-on): Add dirfd.
2563         * lib/putenv.c (putenv): #undef it.
2564         (rpl_putenv): New decl.
2565         (malloc, free): Include <stdlib.h> rather than prototyping separately.
2566
2567 2007-02-20  Bruno Haible  <bruno@clisp.org>
2568
2569         * modules/stdio-tests: New file.
2570         * tests/test-stdio.c: New file.
2571
2572         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
2573         (Depends-on): Add stdio.
2574         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2575         (Include): Use <stdio.h> instead of vsnprintf.h.
2576         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2577         HAVE_DECL_VSNPRINTF.
2578         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
2579
2580         * modules/snprintf (Files): Remove lib/snprintf.h.
2581         (Depends-on): Add stdio.
2582         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2583         (Include): Use <stdio.h> instead of snprintf.h.
2584         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2585         HAVE_DECL_SNPRINTF.
2586         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
2587         * lib/getaddrinfo.c: Likewise.
2588
2589         * modules/stdio: New file.
2590         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
2591         * lib/snprintf.h: Remove file.
2592         * lib/vsnprintf.h: Remove file.
2593         * lib/.cppi-disable: Remove snprintf.h.
2594         * m4/stdio_h.m4: New file.
2595         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
2596
2597 2007-02-20  Jim Meyering  <jim@meyering.net>
2598
2599         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
2600         used by e.g., mingw.  From Bruno Haible.
2601
2602 2007-02-19  Bruno Haible  <bruno@clisp.org>
2603
2604         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
2605         warnings.
2606         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2607
2608 2007-02-19  Bruno Haible  <bruno@clisp.org>
2609
2610         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
2611         from mingw users.
2612
2613 2007-02-19  Bruno Haible  <bruno@clisp.org>
2614
2615         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
2616         warnings.
2617         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
2618
2619 2007-02-19  Jim Meyering  <jim@meyering.net>
2620
2621         Don't use FD after a successful "fdopendir (fd)".
2622         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
2623         Reset it by calling dirfd on the just-obtained DIR*.
2624
2625         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
2626         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
2627
2628 2007-02-18  Bruno Haible  <bruno@clisp.org>
2629
2630         * lib/readlink.c: Include <unistd.h>.
2631         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
2632         HAVE_READLINK.
2633         * modules/readlink (Depends-on): Add unistd.
2634         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2635         (Include): Add <unistd.h>.
2636
2637         * lib/getlogin_r.h: Remove file.
2638         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
2639         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
2640         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
2641         HAVE_DECL_GETLOGIN_R.
2642         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
2643         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2644         (Include): Use <unistd.h> instead of getlogin_r.h.
2645
2646         * lib/getcwd.h: Remove file.
2647         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
2648         * lib/xgetcwd.c: Likewise.
2649         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
2650         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
2651         * modules/getcwd (Files): Remove lib/getcwd.h.
2652         (Depends-on): Add unistd.
2653         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2654         (Include): Use <unistd.h> instad of getcwd.h.
2655
2656         * lib/ftruncate.c: Include <unistd.h> first.
2657         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
2658         Set HAVE_FTRUNCATE.
2659         * modules/ftruncate (Depends-on): Add unistd.
2660         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2661
2662         * lib/fchdir.c: Include <unistd.h> first.
2663         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
2664         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
2665         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
2666         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2667         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
2668
2669         * lib/dup2.c: Include <unistd.h> first.
2670         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
2671         HAVE_DUP2.
2672         * modules/dup2 (Depends-on): Add unistd.
2673         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2674
2675         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
2676         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
2677         REPLACE_CHOWN. Don't define chown as a macro here.
2678         * modules/chown (Depends-on): Add unistd.
2679         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2680
2681         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
2682         Add definition for GL_LINK_WARNING.
2683         (chown, dup2): New declarations.
2684         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
2685         link warning.
2686         (ftruncate): New declaration.
2687         (getcwd): New declaration, taken from old getcwd.h.
2688         (getlogin_r): New declaration, taken from old getlogin_r.h.
2689         (readlink): New declaration.
2690         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
2691         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
2692         (gl_PREREQ_UNISTD): Remove macro.
2693         (gl_UNISTD_MODULE_INDICATOR): New macro.
2694         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
2695         many new variables. Don't set UNISTD_H.
2696         * modules/unistd (Description): Change.
2697         (Depends-on): Add link-warning.
2698         (configure.ac): Update.
2699         (Makefile.am): Create unistd.h always. Substitute many new variables
2700         into it.
2701
2702 2007-02-18  Bruno Haible  <bruno@clisp.org>
2703
2704         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
2705         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
2706         HAVE_GETSUBOPT.
2707         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
2708         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
2709         * lib/getsubopt.h: Remove file.
2710         * modules/getsubopt (Files): Remove lib/getsubopt.h.
2711         (Depends-on): Add stdlib.
2712         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2713         (Includes): Use <stdlib.h> instead of getsubopt.h.
2714         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
2715         Set HAVE_GETSUBOPT.
2716         * lib/getsubopt.c: Don't include getsubopt.h.
2717
2718 2007-02-18  Bruno Haible  <bruno@clisp.org>
2719
2720         * modules/fchdir (Depends-on): Add dup2.
2721
2722 2007-02-18  Bruno Haible  <bruno@clisp.org>
2723
2724         * lib/stdlib_.h: Handle glibc's special invocation convention
2725         specially.
2726
2727 2007-02-18  Bruno Haible  <bruno@clisp.org>
2728
2729         * modules/stdlib-tests: New file.
2730         * tests/test-stdlib.c: New file.
2731
2732         * modules/mkstemp (Files): Remove lib/mkstemp.h.
2733         (Depends-on): Add stdlib.
2734         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2735         (Includes): Use <stdlib.h> instead of mkstemp.h.
2736         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2737         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
2738         * lib/mkstemp.c: Don't include mkstemp.h.
2739         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
2740         * lib/stdlib--.h: Don't include mkstemp.h.
2741
2742         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
2743         (Depends-on): Add stdlib.
2744         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2745         (Includes): Use <stdlib.h> instead of mkdtemp.h.
2746         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2747         HAVE_MKDTEMP.
2748         * lib/mkdtemp.c: Don't include mkdtemp.h.
2749         * lib/clean-temp.c: Don't include mkdtemp.h.
2750
2751         * modules/exit (Files): Remove lib/exit.h.
2752         (Depends-on): Add stdlib.
2753         (Makefile.am): Remove lib_SOURCES.
2754         (Include): Use <stdlib.h> instead of exit.h.
2755         * lib/argmatch.c: Don't include exit.h.
2756         * lib/execute.c: Likewise.
2757         * lib/pagealign_alloc.c: Likewise.
2758         * lib/pipe.c: Likewise.
2759         * lib/wait-process.c: Likewise.
2760         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
2761         * lib/exitfail.c: Likewise.
2762         * lib/savewd.c: Likewise.
2763         * lib/xsetenv.c: Likewise.
2764
2765         * modules/stdlib: New file.
2766         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
2767         and extra comments about mkstemp().
2768         * lib/exit.h: Remove file.
2769         * lib/mkdtemp.h: Remove file.
2770         * lib/mkstemp.h: Remove file.
2771         * m4/stdlib_h.m4: New file.
2772         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
2773
2774 2007-02-18  Bruno Haible  <bruno@clisp.org>
2775
2776         * modules/math-tests: New file.
2777         * tests/test-math.c: New file.
2778
2779         * modules/math: New file.
2780         * modules/mathl (Files): Remove lib/mathl.h.
2781         (Depends-on): Add math.
2782         (Makefile.am): Don't mention mathl.h.
2783         (Include): Use <math.h> instead of mathl.h.
2784         * lib/math_.h: New file.
2785         * lib/mathl.h: Remove file.
2786         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
2787         mathl.h.
2788         * lib/asinl.c: Likewise.
2789         * lib/atanl.c: Likewise.
2790         * lib/ceill.c: Likewise.
2791         * lib/cosl.c: Likewise.
2792         * lib/expl.c: Likewise.
2793         * lib/floorl.c: Likewise.
2794         * lib/frexpl.c: Likewise.
2795         * lib/ldexpl.c: Likewise.
2796         * lib/logl.c: Likewise.
2797         * lib/sincosl.c: Likewise.
2798         * lib/sinl.c: Likewise.
2799         * lib/sqrtl.c: Likewise.
2800         * lib/tanl.c: Likewise.
2801         * lib/trigl.c: Likewise.
2802         * m4/math_h.m4: New file.
2803         * MODULES.html.sh (Mathematics): Add math.
2804
2805 2007-02-17  Bruno Haible  <bruno@clisp.org>
2806
2807         * modules/wctype-tests: New file.
2808         * tests/test-wctype.c: New file.
2809
2810         * modules/wchar-tests: New file.
2811         * tests/test-wchar.c: New file.
2812
2813         * modules/unistd-tests: New file.
2814         * tests/test-unistd.c: New file.
2815
2816         * modules/time-tests: New file.
2817         * tests/test-time.c: New file.
2818
2819         * modules/sysexits-tests: New file.
2820         * tests/test-sysexits.c: New file.
2821
2822         * modules/sys_time-tests: New file.
2823         * tests/test-sys_time.c: New file.
2824
2825         * modules/sys_stat-tests: New file.
2826         * tests/test-sys_stat.c: New file.
2827
2828         * modules/sys_socket-tests: New file.
2829         * tests/test-sys_socket.c: New file.
2830
2831         * modules/sys_select-tests: New file.
2832         * tests/test-sys_select.c: New file.
2833
2834         * modules/string-tests: New file.
2835         * tests/test-string.c: New file.
2836
2837         * modules/stdbool-tests: New file.
2838         * tests/test-stdbool.c: New file.
2839
2840         * modules/netinet_in-tests: New file.
2841         * tests/test-netinet_in.c: New file.
2842
2843         * modules/inttypes-tests: New file.
2844         * tests/test-inttypes.c: New file.
2845
2846         * modules/fcntl-tests: New file.
2847         * tests/test-fcntl.c: New file.
2848
2849         * modules/byteswap-tests: New file.
2850         * tests/test-byteswap.c: New file.
2851
2852         * modules/arpa_inet-tests: New file.
2853         * tests/test-arpa_inet.c: New file.
2854
2855 2007-02-17  Bruno Haible  <bruno@clisp.org>
2856
2857         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
2858         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
2859         if the corresponding module is not enabled. Emit link warnings if
2860         the function is used nevertheless.
2861         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
2862         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
2863         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
2864         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
2865         * modules/inttypes (Depends-on): Add link-warning.
2866         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2867         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
2868         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
2869         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
2870         * modules/imaxdiv (configure.ac): Likewise.
2871         * modules/strtoimax (configure.ac): Likewise.
2872         * modules/strtoumax (configure.ac): Likewise.
2873
2874 2007-02-17  Bruno Haible  <bruno@clisp.org>
2875
2876         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
2877         gl_STRING_MODULE_INDICATOR_DEFAULTS.
2878         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
2879         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
2880
2881 2007-02-17  Bruno Haible  <bruno@clisp.org>
2882
2883         * modules/link-warning: New file.
2884         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
2885         * lib/string_.h (GL_LINK_WARNING): Remove definition.
2886         * modules/string (Depends-on): Add link-warning.
2887         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2888         string.h.
2889         * MODULES.html.sh (Support for building libraries and executables): Add
2890         link-warning.
2891
2892 2007-02-17  Bruno Haible  <bruno@clisp.org>
2893
2894         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
2895         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
2896         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
2897         long lines.
2898
2899 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
2900             Bruno Haible  <bruno@clisp.org>
2901
2902         * modules/tmpfile: New file.
2903         * lib/tmpfile.c: New file.
2904         * m4/tmpfile.m4: New file.
2905         * MODULES.html.sh (func_all_modules): New section "Input/output".
2906
2907 2007-02-15  Bruno Haible  <bruno@clisp.org>
2908
2909         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
2910         (supports_delete_on_close): New function.
2911         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
2912
2913 2007-02-14  Bruno Haible  <bruno@clisp.org>
2914
2915         * modules/mbspcasecmp-tests: New file.
2916         * tests/test-mbspcasecmp.sh: New file.
2917         * tests/test-mbspcasecmp.c: New file.
2918
2919         New module mbspcasecmp.
2920         * modules/mbspcasecmp: New file.
2921         * lib/mbspcasecmp.c: New file.
2922         * lib/string_.h (strncasecmp): Change warning message.
2923         (mbspcasecmp): New declaration.
2924         * m4/mbspcasecmp.m4: New file.
2925         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2926         GNULIB_MBSPCASECMP.
2927         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
2928         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
2929
2930 2007-02-14  Bruno Haible  <bruno@clisp.org>
2931
2932         * modules/mbsncasecmp-tests: New file.
2933         * tests/test-mbsncasecmp.sh: New file.
2934         * tests/test-mbsncasecmp.c: New file.
2935
2936         New module mbsncasecmp.
2937         * modules/mbsncasecmp: New file.
2938         * lib/mbsncasecmp.c: New file.
2939         * lib/string_.h (mbsncasecmp): New declaration.
2940         * m4/mbsncasecmp.m4: New file.
2941         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2942         GNULIB_MBSNCASECMP.
2943         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
2944         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
2945
2946 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2947
2948         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
2949         Verify that it doesn't overlap with our flags.
2950         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
2951         do not have the desired effect in multibyte locales; instead, use
2952         mbscasecmp.
2953         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
2954         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
2955         we don't require GNU fnmatch ourselves (if our users require it, they
2956         should do so explicitly).
2957
2958         Fix regex code so it doesn't rely on strcasecmp.
2959         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
2960         Otherwise, include gnulib's langinfo.h.
2961         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
2962         undesirable behavior in non-C locales.  Instead, rely on localecharset.
2963         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
2964         * modules/regex (FILES): Remove m4/codeset.m4.
2965         (Depends-on): Add localcharset.  Remove strcase.
2966
2967 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2968
2969         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
2970         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
2971
2972 2007-02-13  Bruno Haible  <bruno@clisp.org>
2973
2974         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
2975         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2976
2977 2007-02-12  Bruno Haible  <bruno@clisp.org>
2978
2979         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2980         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
2981         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
2982         time warning rather than a link error.
2983
2984 2007-02-12  Bruno Haible  <bruno@clisp.org>
2985
2986         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
2987         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2988         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2989
2990 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2991
2992         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
2993         args, not 2.
2994
2995 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2996
2997         New module 'time', so that apps can include <time.h> as per
2998         POSIX and GNU instead of separate include files like time_r.h
2999         and timegm.h.  This implementation tries out a simpler approach
3000         for replacing decls in standard include files (as compared to
3001         the string module), somewhat as an experiment.
3002
3003         * config/srclist.txt: Comment out mktime.c for now.
3004         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
3005         since it doesn't apply any more.  Use generic wording instead.
3006         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
3007         'time'.
3008         * lib/time_.h, m4/time_h.m4, modules/time: New files.
3009         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
3010         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
3011         Don't include <sys/types.h>; no longer needed since we assume C89.
3012         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
3013         * lib/strftime.c: Likewise.
3014         * lib/time_r.c: Likewise.
3015         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
3016         * lib/nanosleep.c: Include <time.h> first, to check interface.
3017         * lib/strptime.c: Likewise.
3018         * lib/time_r.c: Likewise.
3019         * lib/timegm.c: Likewise.
3020         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
3021         needed.
3022         * lib/timegm.c: Don't include timegm.h; no longer needed.
3023         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
3024         time.h now handles any problems in that area.
3025         (struct timespec, nanosleep): Remove; time.h now arranges for these.
3026         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
3027         that time.h defines struct timespec.
3028         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
3029         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
3030         handles that.
3031         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
3032         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
3033         needed.  Set REPLACE_LOCALTIME.
3034         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
3035         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
3036         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
3037         nanosleep; time_h.m4 now does that.  Don't require
3038         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
3039         module handles this now.
3040         * modules/getdate (Depends-on): Remove timespec.  Add time.
3041         * modules/nanosleep (Depends-on): Likewise.
3042         * modules/stat-time (Depends-on): Likewise.
3043         * modules/nanosleep (Include): Include time.h, not timespec.h.
3044         * modules/strptime (Files): Remove lib/strptime.h.
3045         (Depends-on): Add extensions, time.
3046         (Include): Include time.h, not strptime.h.
3047         * modules/time_r (Files): Remove lib/time_r.h.
3048         (Depends-on): Add time.
3049         (Include): Include time.h, not time_r.h.
3050         * modules/timegm: Likewise.
3051         * modules/timespec (Description): Now does timespec-related decls
3052         of our own, instead of struct timespec itself.
3053         (Depends-on): Add time; remove extensions.
3054         (Maintainer): Add self.
3055         * modules/utimecmp (Depends-on): Add time; remove timespec.
3056         * modules/utimens (Depends-on): Likewise.
3057         * modules/xnanosleep (Depends-on): Likewise.
3058
3059 2007-02-11  Bruno Haible  <bruno@clisp.org>
3060
3061         * lib/c-strstr.c: Include allocsa.h.
3062         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
3063         * lib/c-strcasestr.c: Include allocsa.h.
3064         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
3065         * lib/strcasestr.c: Include allocsa.h.
3066         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
3067         * lib/mbsstr.c: Include allocsa.h.
3068         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
3069         allocsa/freesa instead of malloc/free.
3070         * lib/mbscasestr.c: Include allocsa.h.
3071         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
3072         allocsa/freesa instead of malloc/free.
3073         * modules/c-strstr (Depends-on): Add allocsa.
3074         * modules/c-strcasestr (Depends-on): Likewise.
3075         * modules/strcasestr (Depends-on): Likewise.
3076         * modules/mbsstr (Depends-on): Likewise.
3077         * modules/mbscasestr (Depends-on): Likewise.
3078
3079 2007-02-11  Bruno Haible  <bruno@clisp.org>
3080
3081         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
3082
3083         * modules/mbsspn-tests: New file.
3084         * tests/test-mbsspn.sh: New file.
3085         * tests/test-mbsspn.c: New file.
3086
3087 2007-02-11  Bruno Haible  <bruno@clisp.org>
3088
3089         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
3090
3091         * modules/mbspbrk-tests: New file.
3092         * tests/test-mbspbrk.sh: New file.
3093         * tests/test-mbspbrk.c: New file.
3094
3095 2007-02-11  Bruno Haible  <bruno@clisp.org>
3096
3097         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
3098         unneeded cast.
3099
3100         * modules/mbscspn-tests: New file.
3101         * tests/test-mbscspn.sh: New file.
3102         * tests/test-mbscspn.c: New file.
3103
3104 2007-02-11  Bruno Haible  <bruno@clisp.org>
3105
3106         * modules/mbscasecmp-tests: New file.
3107         * tests/test-mbscasecmp.sh: New file.
3108         * tests/test-mbscasecmp.c: New file.
3109
3110 2007-02-11  Bruno Haible  <bruno@clisp.org>
3111
3112         Ensure O(n) worst-case complexity of mbscasestr.
3113         * lib/mbscasestr.c: Include stdbool.h.
3114         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
3115         functions.
3116         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
3117         the bookkeeping indicates that it's worth it.
3118         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
3119
3120         * modules/mbscasestr-tests: New file.
3121         * tests/test-mbscasestr1.c: New file.
3122         * tests/test-mbscasestr2.sh: New file.
3123         * tests/test-mbscasestr2.c: New file.
3124         * tests/test-mbscasestr3.sh: New file.
3125         * tests/test-mbscasestr3.c: New file.
3126         * tests/test-mbscasestr4.sh: New file.
3127         * tests/test-mbscasestr4.c: New file.
3128         * m4/locale-tr.m4: New file.
3129
3130 2007-02-11  Bruno Haible  <bruno@clisp.org>
3131
3132         Ensure O(n) worst-case complexity of mbsstr.
3133         * lib/mbsstr.c: Include stdbool.h.
3134         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
3135         functions.
3136         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
3137         bookkeeping indicates that it's worth it.
3138         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
3139
3140         * modules/mbsstr-tests: New file.
3141         * tests/test-mbsstr1.c: New file.
3142         * tests/test-mbsstr2.sh: New file.
3143         * tests/test-mbsstr2.c: New file.
3144         * tests/test-mbsstr3.sh: New file.
3145         * tests/test-mbsstr3.c: New file.
3146         * m4/locale-fr.m4: New file.
3147
3148 2007-02-11  Bruno Haible  <bruno@clisp.org>
3149
3150         * lib/mbsrchr.c (mbsrchr): Fix bug.
3151
3152         * modules/mbsrchr-tests: New file.
3153         * tests/test-mbsrchr.sh: New file.
3154         * tests/test-mbsrchr.c: New file.
3155
3156 2007-02-11  Bruno Haible  <bruno@clisp.org>
3157
3158         * lib/mbschr.c (mbschr): Fix bug.
3159
3160         * modules/mbschr-tests: New file.
3161         * tests/test-mbschr.sh: New file.
3162         * tests/test-mbschr.c: New file.
3163         * m4/locale-zh.m4: New file.
3164
3165 2007-02-11  Bruno Haible  <bruno@clisp.org>
3166
3167         Support for copying multibyte string iterators.
3168         * lib/mbiter.h: Include <string.h>.
3169         (mbiter_multi_copy): New function.
3170         (mbi_copy): New macro.
3171         * lib/mbuiter.h: Include <string.h>.
3172         (mbuiter_multi_copy): New function.
3173         (mbui_copy): New macro.
3174
3175 2007-02-11  Bruno Haible  <bruno@clisp.org>
3176
3177         New module mbslen.
3178         * modules/mbslen: New file.
3179         * lib/mbslen.c: New file.
3180         * lib/string_.h (mbslen): New declaration.
3181         * m4/mbslen.m4: New file.
3182         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3183         GNULIB_MBSLEN.
3184         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
3185         * MODULES.html.sh (Internationalization functions): Add mbslen.
3186
3187 2007-02-11  Bruno Haible  <bruno@clisp.org>
3188
3189         Ensure O(n) worst-case complexity of strcasestr substitute.
3190         * lib/strcasestr.c: Include stdbool.h.
3191         (knuth_morris_pratt): New function.
3192         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
3193         bookkeeping indicates that it's worth it.
3194         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
3195
3196         * modules/strcasestr-tests: New file.
3197         * tests/test-strcasestr.c: New file.
3198
3199 2007-02-11  Bruno Haible  <bruno@clisp.org>
3200
3201         Ensure O(n) worst-case complexity of c_strcasestr.
3202         * lib/c-strcasestr.c: Include stdbool.h, string.h.
3203         (knuth_morris_pratt): New function.
3204         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
3205         the bookkeeping indicates that it's worth it.
3206         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
3207
3208         * modules/c-strcasestr-tests: New file.
3209         * tests/test-c-strcasestr.c: New file.
3210
3211 2007-02-11  Bruno Haible  <bruno@clisp.org>
3212
3213         Ensure O(n) worst-case complexity of c_strstr.
3214         * lib/c-strstr.c: Include stdbool.h, string.h.
3215         (knuth_morris_pratt): New function.
3216         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
3217         bookkeeping indicates that it's worth it.
3218         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
3219
3220         * lib/c-strstr.c: Complete rewrite for maintainability.
3221
3222         * modules/c-strstr-tests: New file.
3223         * tests/test-c-strstr.c: New file.
3224
3225 2007-02-11  Bruno Haible  <bruno@clisp.org>
3226
3227         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
3228         5.2.1 and earlier, whereby \055 was treated just like the range
3229         delimiter '-'.
3230         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3231
3232 2007-02-08  Bruno Haible  <bruno@clisp.org>
3233
3234         * modules/regex (Depends-on): Add stdbool.
3235         Reported by Dalibor Topic <robilad@kaffe.org>.
3236
3237 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
3238
3239         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
3240         Prefer returning from main to exiting from it.
3241         Remove unnecessary parens after sizeof.
3242
3243 2007-02-05  Bruno Haible  <bruno@clisp.org>
3244
3245         New module mbssep.
3246         * modules/mbssep: New file.
3247         * lib/mbssep.c: New file.
3248         * lib/string_.h (strsep): Add a conditional link warning.
3249         (mbssep): New declaration.
3250         * m4/mbssep.m4: New file.
3251         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3252         GNULIB_MBSSEP.
3253         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
3254         * MODULES.html.sh (Internationalization functions): Add mbssep.
3255
3256 2007-02-05  Bruno Haible  <bruno@clisp.org>
3257
3258         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
3259         Optimize search in case of 1 delimiter.
3260
3261 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
3262
3263         * lib/acl.h: Include sys/types.h before sys/acl.h.
3264
3265 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
3266
3267         Merge upstream fix for glibc bugzilla #3957:
3268
3269         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
3270
3271         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
3272         bit for RE_HAT_LISTS_NOT_NEWLINE.
3273         (build_charclass_op): Remove bogus comment.
3274
3275 2007-02-05  Simon Josefsson  <simon@josefsson.org>
3276
3277         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
3278
3279 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3280
3281         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
3282         * lib/memmem.c [!defined _LIBC]: Include config.h.
3283
3284 2007-02-04  Bruno Haible  <bruno@clisp.org>
3285
3286         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
3287         warning message.
3288
3289 2007-02-04  Bruno Haible  <bruno@clisp.org>
3290
3291         New module mbstok_r.
3292         * modules/mbstok_r: New file.
3293         * lib/mbstok_r.c: New file.
3294         * lib/string_.h (strtok_r): Change argument names to match the
3295         comments. Add a conditional link warning.
3296         (mbstok_r): New declaration.
3297         * m4/mbstok_r.m4: New file.
3298         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3299         GNULIB_MBSTOK_R.
3300         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
3301         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
3302
3303 2007-02-04  Bruno Haible  <bruno@clisp.org>
3304
3305         New module mbsspn.
3306         * modules/mbsspn: New file.
3307         * lib/mbsspn.c: New file.
3308         * lib/string_.h (strspn): Add a conditional link warning.
3309         (mbsspn): New declaration.
3310         * m4/mbsspn.m4: New file.
3311         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3312         GNULIB_MBSSPN.
3313         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
3314         * MODULES.html.sh (Internationalization functions): Add mbsspn.
3315
3316 2007-02-04  Bruno Haible  <bruno@clisp.org>
3317
3318         New module mbspbrk.
3319         * modules/mbspbrk: New file.
3320         * lib/mbspbrk.c: New file.
3321         * lib/string_.h (strpbrk): Add a conditional link warning.
3322         (mbspbrk): New declaration.
3323         * m4/mbspbrk.m4: New file.
3324         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3325         GNULIB_MBSPBRK.
3326         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
3327         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
3328
3329 2007-02-04  Bruno Haible  <bruno@clisp.org>
3330
3331         New module mbscspn.
3332         * modules/mbscspn: New file.
3333         * lib/mbscspn.c: New file.
3334         * lib/string_.h (strcspn): Add a conditional link warning.
3335         (mbscspn): New declaration.
3336         * m4/mbscspn.m4: New file.
3337         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3338         GNULIB_MBSCSPN.
3339         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
3340         * MODULES.html.sh (Internationalization functions): Add mbscspn.
3341
3342 2007-02-04  Bruno Haible  <bruno@clisp.org>
3343
3344         New module mbscasestr, reduced goal of strcasestr.
3345         * modules/mbscasestr: New file.
3346         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
3347         (mbscasestr): Renamed from strcasestr.
3348         * lib/strcasestr.c: Don't include mbuiter.h.
3349         (strcasestr): Remove support for multibyte locales.
3350         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
3351         Change the conditional link warning.
3352         (mbscasestr): New declaration.
3353         * m4/mbscasestr.m4: New file.
3354         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
3355         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
3356         REPLACE_STRCASESTR.
3357         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
3358         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3359         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3360         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
3361         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
3362         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3363         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
3364         (Depends-on): Remove mbuiter.
3365         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
3366
3367 2007-02-04  Bruno Haible  <bruno@clisp.org>
3368
3369         Simplify handling of strncasecmp.
3370         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
3371         the conditional link warning.
3372         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3373         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
3374         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
3375         * modules/strcase (configure.ac): Don't invoke
3376         gl_STRING_MODULE_INDICATOR.
3377         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
3378
3379 2007-02-04  Bruno Haible  <bruno@clisp.org>
3380
3381         New module mbscasecmp, reduced goal of strcasecmp.
3382         * modules/mbscasecmp: New file.
3383         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
3384         (mbscasecmp): Renamed from strcasecmp.
3385         * lib/strcasecmp.c: Don't include mbuiter.h.
3386         (strcasecmp): Remove support for multibyte locales.
3387         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
3388         Change the conditional link warning.
3389         (mbscasecmp): New declaration.
3390         * m4/mbscasecmp.m4: New file.
3391         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
3392         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
3393         REPLACE_STRCASECMP.
3394         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
3395         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3396         GNULIB_MBSCASECMP.
3397         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
3398         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
3399         * modules/strcase (Files): Remove m4/mbrtowc.m4.
3400         (Depends-on): Remove mbuiter.
3401         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
3402
3403 2007-02-04  Bruno Haible  <bruno@clisp.org>
3404
3405         New module mbsstr. Remove module strstr.
3406         * modules/mbsstr: New file.
3407         * modules/strstr: Remove file.
3408         * lib/mbsstr.c: Renamed from lib/strstr.c.
3409         (mbsstr): Renamed from strstr.
3410         * lib/string_.h (strstr): Remove declaration. Change the conditional
3411         link warning.
3412         (mbsstr): New declaration.
3413         * m4/mbsstr.m4: New file.
3414         * m4/strstr.m4: Remove file.
3415         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
3416         REPLACE_STRSTR.
3417         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
3418         Don't initialize GNULIB_STRSTR.
3419         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
3420         substitute GNULIB_STRSTR and REPLACE_STRSTR.
3421         * MODULES.html.sh (Internationalization functions): Add mbsstr.
3422         (Support for systems lacking ANSI C 89): Remove strstr.
3423
3424 2007-02-04  Bruno Haible  <bruno@clisp.org>
3425
3426         New module mbsrchr.
3427         * modules/mbsrchr: New file.
3428         * lib/mbsrchr.c: New file.
3429         * lib/string_.h (strrchr): Add a conditional link warning.
3430         (mbsrchr): New declaration.
3431         * m4/mbsrchr.m4: New file.
3432         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3433         GNULIB_MBSRCHR.
3434         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
3435         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
3436
3437 2007-02-04  Bruno Haible  <bruno@clisp.org>
3438
3439         New module mbschr.
3440         * modules/mbschr: New file.
3441         * lib/mbschr.c: New file.
3442         * lib/string_.h (strchr): Add a conditional link warning.
3443         (mbschr): New declaration.
3444         * m4/mbschr.m4: New file.
3445         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3446         GNULIB_MBSCHR.
3447         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
3448         * MODULES.html.sh (Internationalization functions): Add mbschr.
3449
3450 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3451
3452         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
3453
3454         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
3455
3456 2007-02-04  Bruno Haible  <bruno@clisp.org>
3457
3458         New module description section 'configure.ac-early'.
3459         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
3460         (func_get_autoconf_early_snippet): New function.
3461         (func_import, func_create_testdir): Use it. Remove special cases for
3462         modules 'extensions' and 'lock'.
3463         * modules/extensions (configure.ac-early): Require
3464         gl_USE_SYSTEM_EXTENSIONS.
3465         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
3466
3467 2007-02-04  Bruno Haible  <bruno@clisp.org>
3468
3469         Make use of gcj-4.3's -fsource and -ftarget option.
3470         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
3471         and if so try the options -fsource and -ftarget.
3472         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
3473         source_version, ftarget_option, target_version arguments.
3474         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
3475         (is_envjavac_oldgcj_14_14_usable): Renamed from
3476         is_envjavac_gcj_14_14_usable.
3477         (is_envjavac_oldgcj_14_13_usable): Renamed from
3478         is_envjavac_gcj_14_13_usable.
3479         (is_gcj_present): Update.
3480         (is_gcj_43, is_gcj43_usable): New functions.
3481         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
3482         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
3483         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
3484         try the options -fsource and -ftarget.
3485
3486 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3487
3488         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
3489         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
3490         larger value.
3491
3492 2007-02-03  Jim Meyering  <jim@meyering.net>
3493
3494         Give tools a better chance to allocate space for very large buffers.
3495         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
3496
3497         Make pwd and readlink work also when run with an unreadable parent dir
3498         on systems with openat support.
3499         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
3500         provided getcwd function, even when we have openat support.
3501         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
3502
3503 2007-02-02  Bruno Haible  <bruno@clisp.org>
3504
3505         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
3506         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
3507         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
3508         portability problems if one of these functions is only used on specific
3509         platforms.
3510         Reported by Paul Eggert.
3511
3512 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3513
3514         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
3515         is causing more trouble than it's curing.
3516         * lib/regex_internal.h (__mempcpy): Remove.
3517         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
3518         (and make the code a tad smaller to boot).
3519         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
3520
3521 2007-02-02  Jim Meyering  <jim@meyering.net>
3522
3523         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
3524         section, not in the Makefile.am: one.
3525
3526 2007-02-02  Eric Blake  <ebb9@byu.net>
3527
3528         * lib/strchrnul.c: Always include config.h first.
3529
3530         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
3531         gnulib strstr is not necessary here.
3532
3533 2007-02-02  Simon Josefsson  <simon@josefsson.org>
3534
3535         * m4/socklen.m4: Fix typo.
3536
3537 2007-02-02  Eric Blake  <ebb9@byu.net>
3538
3539         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
3540         * modules/netinet_in (Makefile.am): Likewise.
3541
3542 2007-02-01  Bruno Haible  <bruno@clisp.org>
3543
3544         * lib/string_.h (GL_LINK_WARNING): New macro.
3545         (strcasecmp, strstr, strcasestr): If provided by the system,
3546         conditionally define as a macro that leads to a warning instead of to
3547         an error.
3548         (strncasecmp): Conditionally define as a macro that leads to a warning.
3549
3550 2007-02-01  Karl Berry  <karl@gnu.org>
3551
3552         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
3553
3554 2007-02-01  Bruno Haible  <bruno@clisp.org>
3555
3556         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
3557         renamings.
3558
3559 2007-02-01  Eric Blake  <ebb9@byu.net>
3560
3561         * modules/regex (Depends-on): Revert dependence on mempcpy.
3562         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
3563         module's definition of mempcpy.
3564         Reported by Paul Eggert.
3565
3566 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3567
3568         * lib/string_.h: If the gnulib module XYZ is not present, undefine
3569         the symbol XYZ before redefining it.  This fixes a problem with
3570         programs that don't use XYZ, when compiled on systems that define
3571         XYZ to something else.
3572
3573 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3574
3575         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
3576         occurs when "mkdir -m foo" creates a setgid directory that is (1)
3577         writeable to group or other and (2) is intended to have a special
3578         mode bit that is set or cleared.  In such a case, the directory
3579         should be neither group- nor other-writeable until the special
3580         mode bits are right.
3581
3582 2007-01-31  Eric Blake  <ebb9@byu.net>
3583
3584         * modules/mountlist (Depends-on): Add strstr.
3585
3586         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
3587         bug.
3588         * modules/string (Makefile.am): Remove redundant replacement.
3589         * modules/regex (Depends-on): Add mempcpy.
3590
3591 2007-01-31  Bruno Haible  <bruno@clisp.org>
3592
3593         New module description field 'Link'.
3594         * gnulib-tool (func_usage): Document --extract-link-directive.
3595         (sed_extract_prog): Recognize 'Link' directive.
3596         (func_get_link_directive): New function.
3597         (func_import): Show summary of link directives.
3598         Handle --extract-link-directive option.
3599         * modules/acl (Link): New section.
3600         * modules/clock-time (Link): New section.
3601         * modules/euidaccess (Link): New section.
3602         * modules/gettext (Link): New section.
3603         * modules/iconv (Link): New section.
3604         * modules/lock (Link): New section.
3605         * modules/nanosleep (Link): New section.
3606         * modules/readline (Link): New section.
3607
3608 2007-01-27  Bruno Haible  <bruno@clisp.org>
3609
3610         Enforce the use of gnulib modules for unportable <string.h> functions.
3611         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
3612         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
3613         (gl_HEADER_STRING_H_BODY): Require it.
3614         * lib/string_.h: If the gnulib module XYZ is not present, redefine
3615         the symbol XYZ to one that gives a link error.
3616         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
3617         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
3618         * modules/mempcpy (configure.ac): Likewise.
3619         * modules/memrchr (configure.ac): Likewise.
3620         * modules/stpcpy (configure.ac): Likewise.
3621         * modules/stpncpy (configure.ac): Likewise.
3622         * modules/strcase (configure.ac): Likewise.
3623         * modules/strcasestr (configure.ac): Likewise.
3624         * modules/strchrnul (configure.ac): Likewise.
3625         * modules/strdup (configure.ac): Likewise.
3626         * modules/strndup (configure.ac): Likewise.
3627         * modules/strnlen (configure.ac): Likewise.
3628         * modules/strpbrk (configure.ac): Likewise.
3629         * modules/strsep (configure.ac): Likewise.
3630         * modules/strstr (configure.ac): Likewise.
3631         * modules/strtok_r (configure.ac): Likewise.
3632
3633 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
3634
3635         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
3636
3637 2007-01-30  Jim Meyering  <jim@meyering.net>
3638
3639         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
3640
3641 2007-01-29  Bruno Haible  <bruno@clisp.org>
3642
3643         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
3644         * lib/execute.c: Likewise.
3645         * lib/pipe.c: Likewise.
3646         * lib/printf-args.h: Likewise.
3647         * lib/printf-args.c: Likewise.
3648         * lib/printf-parse.c: Likewise.
3649         * lib/vasnprintf.c: Likewise.
3650
3651 2007-01-29  Eric Blake  <ebb9@byu.net>
3652
3653         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
3654         declaration.
3655
3656 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
3657
3658         * lib/strptime.h (strptime): Use 'restrict' for args where
3659         POSIX requires this.
3660         * lib/strptime.c (strptime): Likewise.
3661         Change license notice from LGPL to GPL, since gnulib-tool will
3662         change this as needed.
3663         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
3664         defined.
3665         Include "strptime.h" first, to check interface.
3666         Do not #undef _LIBC and _NL_CURRENT.
3667         Do not include <stdlib.h>; no longer needed.
3668         Include "time_r.h" and declare ptime_locale_status
3669         only if _LIBC is not defined.
3670         (__P): Remove unused macro.
3671         (match_string): Bring back glibc version, but use it only if _LIBC
3672         is defined.
3673         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
3674         Remove unnecessary assertion and abort() call.
3675         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
3676         * m4/strptime.m4: Fix serial number comment.
3677         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
3678         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
3679         (Depends-on): Add time_r.
3680
3681 2007-01-29  Bruno Haible  <bruno@clisp.org>
3682
3683         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3684         strptime.
3685         * modules/strptime (Depends-on): Add stdbool.
3686         * lib/strptime.h: Include <time.h> always. Add comments.
3687
3688 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
3689
3690         * modules/strptime: New file.
3691         * lib/strptime.h: New file.
3692         * lib/strptime.c: New file.
3693         * m4/strptime.m4: New file.
3694
3695 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3696
3697         * MODULES.html.sh: New module mpsort.
3698         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
3699
3700         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
3701         a circularity problem with HP-UX ia64 reported by Bob Proulx in
3702         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
3703         All uses changed.
3704         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
3705         All uses changed.
3706         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
3707         to _Restrict_.
3708         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
3709         the parameter matches the prototype.
3710
3711 2007-01-28  Jim Meyering  <jim@meyering.net>
3712
3713         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
3714         sys/time.h here, reverting that part of the previous patch:
3715         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
3716
3717 2007-01-28  Bruno Haible  <bruno@clisp.org>
3718
3719         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
3720         value of $(SYS_TIME_H).
3721         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
3722         remove it conditionally, too. [added by Jim Meyering]
3723         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
3724         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3725         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
3726         GETTIMEOFDAY_REPLACEMENT to 1.
3727
3728 2007-01-28  Bruno Haible  <bruno@clisp.org>
3729
3730         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
3731         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
3732         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
3733         Set UNISTD_H instead of UNISTD_H2.
3734         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
3735
3736 2007-01-28  Bruno Haible  <bruno@clisp.org>
3737
3738         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
3739         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
3740
3741 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3742
3743         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
3744         (func_create_testdir): Ensure C locale for `grep' and `tr'
3745         character ranges.
3746         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
3747         ACLOCAL_AMFLAGS parsing state machine.
3748
3749 2007-01-27  Bruno Haible  <bruno@clisp.org>
3750
3751         * modules/unistr/base: Update.
3752
3753 2007-01-27  Bruno Haible  <bruno@clisp.org>
3754
3755         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
3756         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
3757         * modules/unistr/u32-mbtouc-unsafe: Renamed from
3758         modules/unistr/u32-mbtouc.
3759         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
3760         * lib/unistr.h: Update.
3761         * lib/linebreak.c: Update.
3762         * modules/unistr/u32-mbtouc: Renamed from
3763         modules/unistr/u32-mbtouc-safe.
3764         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
3765         * lib/unistr.h: Update.
3766         * lib/unistr/u32-to-u8.c: Update.
3767         * lib/unistr/u32-to-u16.c: Update.
3768
3769 2007-01-27  Bruno Haible  <bruno@clisp.org>
3770
3771         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
3772         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
3773         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
3774         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
3775         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
3776         * modules/unistr/u16-mbtouc-unsafe: Renamed from
3777         modules/unistr/u16-mbtouc.
3778         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
3779         * lib/unistr.h: Update.
3780         * lib/linebreak.c: Update.
3781         * modules/linebreak: Update.
3782         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
3783         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
3784         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
3785         * modules/unistr/u16-mbtouc: Renamed from
3786         modules/unistr/u16-mbtouc-safe.
3787         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
3788         * lib/unistr.h: Update.
3789         * lib/unistr/u16-to-u8.c: Update.
3790         * modules/unistr/u16-to-u8: Update.
3791         * lib/unistr/u16-to-u32.c: Update.
3792         * modules/unistr/u16-to-u32: Update.
3793
3794 2007-01-27  Bruno Haible  <bruno@clisp.org>
3795
3796         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
3797         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
3798         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
3799         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
3800         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
3801         * modules/unistr/u8-mbtouc-unsafe: Renamed from
3802         modules/unistr/u8-mbtouc.
3803         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
3804         * lib/unistr.h: Update.
3805         * lib/striconveh.c: Update.
3806         * modules/striconveh: Update.
3807         * lib/linebreak.c: Update.
3808         * modules/linebreak: Update.
3809         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
3810         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
3811         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
3812         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
3813         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
3814         * lib/unistr.h: Update.
3815         * lib/striconveh.c: Update.
3816         * modules/striconveh: Update.
3817         * lib/unistr/u8-to-u16.c: Update.
3818         * modules/unistr/u8-to-u16: Update.
3819         * lib/unistr/u8-to-u32.c: Update.
3820         * modules/unistr/u8-to-u32: Update.
3821
3822 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3823
3824         Sync from Libtool.
3825         * lib/argz.c: Do not include strings.h nor memory.h, include
3826         string.h unconditionally.  Patch by Simon Josefsson.
3827
3828 2007-01-27  Bruno Haible  <bruno@clisp.org>
3829
3830         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
3831         from gl_HEADER_STRING_H_BODY.
3832         (gl_HEADER_STRING_H_BODY): Require it.
3833         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
3834         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
3835         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
3836         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
3837         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3838         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
3839         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3840         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
3841         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
3842         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3843         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
3844         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
3845         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
3846         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3847         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3848
3849 2007-01-27  Bruno Haible  <bruno@clisp.org>
3850
3851         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
3852         check_PROGRAMS into noinst_PROGRAMS.
3853         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
3854         check_PROGRAMS in this case.
3855         (func_import): Set for_test to false.
3856         (func_create_testdir): Set for_test to true.
3857
3858 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3859             Bruno Haible  <bruno@clisp.org>
3860
3861         * modules/strcasestr (Files): Remove lib/strcasestr.h.
3862         (Depends-on): Add string.
3863         (Includes): Use <string.h> instead of strcasestr.h.
3864         * modules/string (Makefile.am): Also substitute the value of
3865         REPLACE_STRCASESTR.
3866         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
3867         assume strcasestr is declared in <string.h> not <strings.h>. Also
3868         set REPLACE_STRCASESTR.
3869         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
3870         REPLACE_STRCASESTR.
3871         * lib/strcasestr.h: Remove file.
3872         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
3873         * lib/string_.h (strcasestr): New declaration.
3874
3875 2007-01-27  Bruno Haible  <bruno@clisp.org>
3876
3877         * lib/string_.h: Use 'extern'.
3878
3879 2007-01-27  Jim Meyering  <jim@meyering.net>
3880
3881         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
3882         of set-but-not-used local, "q".
3883
3884         * lib/mempcpy.c: Include <config.h> before <string.h>.
3885         This fixes a compilation error on HP-UX, due to the system's
3886         "restrict"-using mempcpy prototype.
3887
3888 2007-01-26  Bruno Haible  <bruno@clisp.org>
3889
3890         Small optimization.
3891         * lib/javacomp.c: Include c-strstr.h.
3892          (is_envjavac_gcj): Use c_strstr instead of strstr.
3893         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
3894
3895 2007-01-26  Bruno Haible  <bruno@clisp.org>
3896
3897         * MODULES.html.sh (Unicode string functions): Add the new modules.
3898
3899         * modules/uniconv/u32-strconv-to-locale: New file.
3900         * lib/uniconv/u32-strconv-to-locale.c: New file.
3901
3902         * modules/uniconv/u16-strconv-to-locale: New file.
3903         * lib/uniconv/u16-strconv-to-locale.c: New file.
3904
3905         * modules/uniconv/u8-strconv-to-locale: New file.
3906         * lib/uniconv/u8-strconv-to-locale.c: New file.
3907
3908         * modules/uniconv/u32-strconv-from-locale: New file.
3909         * lib/uniconv/u32-strconv-from-locale.c: New file.
3910
3911         * modules/uniconv/u16-strconv-from-locale: New file.
3912         * lib/uniconv/u16-strconv-from-locale.c: New file.
3913
3914         * modules/uniconv/u8-strconv-from-locale: New file.
3915         * lib/uniconv/u8-strconv-from-locale.c: New file.
3916
3917         * modules/uniconv/u32-strconv-to-enc: New file.
3918         * lib/uniconv/u32-strconv-to-enc.c: New file.
3919         * modules/uniconv/u32-strconv-to-enc-tests: New file.
3920         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
3921
3922         * modules/uniconv/u16-strconv-to-enc: New file.
3923         * lib/uniconv/u16-strconv-to-enc.c: New file.
3924         * lib/uniconv/u-strconv-to-enc.h: New file.
3925         * modules/uniconv/u16-strconv-to-enc-tests: New file.
3926         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
3927
3928         * modules/uniconv/u8-strconv-to-enc: New file.
3929         * lib/uniconv/u8-strconv-to-enc.c: New file.
3930         * modules/uniconv/u8-strconv-to-enc-tests: New file.
3931         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
3932
3933         * modules/uniconv/u32-strconv-from-enc: New file.
3934         * lib/uniconv/u32-strconv-from-enc.c: New file.
3935         * modules/uniconv/u32-strconv-from-enc-tests: New file.
3936         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
3937
3938         * modules/uniconv/u16-strconv-from-enc: New file.
3939         * lib/uniconv/u16-strconv-from-enc.c: New file.
3940         * modules/uniconv/u16-strconv-from-enc-tests: New file.
3941         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
3942
3943         * modules/uniconv/u8-strconv-from-enc: New file.
3944         * lib/uniconv/u8-strconv-from-enc.c: New file.
3945         * lib/uniconv/u-strconv-from-enc.h: New file.
3946         * modules/uniconv/u8-strconv-from-enc-tests: New file.
3947         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
3948
3949         * modules/uniconv/u32-conv-from-enc: New file.
3950         * lib/uniconv/u32-conv-from-enc.c: New file.
3951         * modules/uniconv/u32-conv-from-enc-tests: New file.
3952         * tests/uniconv/test-u32-conv-from-enc.c: New file.
3953
3954         * modules/uniconv/u16-conv-from-enc: New file.
3955         * lib/uniconv/u16-conv-from-enc.c: New file.
3956         * lib/uniconv/u-conv-from-enc.h: New file.
3957         * modules/uniconv/u16-conv-from-enc-tests: New file.
3958         * tests/uniconv/test-u16-conv-from-enc.c: New file.
3959
3960         * modules/uniconv/u8-conv-from-enc: New file.
3961         * lib/uniconv/u8-conv-from-enc.c: New file.
3962         * modules/uniconv/u8-conv-from-enc-tests: New file.
3963         * tests/uniconv/test-u8-conv-from-enc.c: New file.
3964
3965         * modules/uniconv/base: New file.
3966         * lib/uniconv.h: New file.
3967
3968 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
3969
3970         * doc/gnulib-tool.texi (Initial import): Update to match current
3971         behavior with strdup module.
3972         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
3973         * lib/memmem.h: Remove; all uses removed.  This is now done
3974         by <string.h>.
3975         * lib/mempcpy.h: Likewise.
3976         * lib/memrchr.h: Likewise.
3977         * lib/stpcpy.h: Likewise.
3978         * lib/stpncpy.h: Likewise.
3979         * lib/strcase.h: Likewise.
3980         * lib/strchrnul.h: Likewise.
3981         * lib/strdup.h: Likewise.
3982         * lib/strndup.h: Likewise.
3983         * lib/strnlen.h: Likewise.
3984         * lib/strpbrk.h: Likewise.
3985         * lib/strsep.h: Likewise.
3986         * lib/strstr.h: Likewise.
3987         * lib/strtok_r.h: Likewise.
3988         * lib/string_.h: New file.
3989         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
3990         Rely on <string.h> instead.
3991         * lib/canon-host.c: Likewise.
3992         * lib/chdir-long.c: Likewise.
3993         * lib/concatpath.c: Likewise.
3994         * lib/exclude.c: Likewise.
3995         * lib/fchdir.c: Likewise.
3996         * lib/getaddrinfo.c: Likewise.
3997         * lib/getcwd.c: Likewise.
3998         * lib/getsubopt.c: Likewise.
3999         * lib/glob.c: Likewise.
4000         * lib/hard-locale.c: Likewise.
4001         * lib/iconvme.c: Likewise.
4002         * lib/javacomp.c: Likewise.
4003         * lib/mempcpy.c: Likewise.
4004         * lib/memrchr.c: Likewise.
4005         * lib/regex_internal.h: Likewise.
4006         * lib/stpncpy.c: Likewise.
4007         * lib/strcasecmp.c: Likewise.
4008         * lib/strchrnul.c: Likewise.
4009         * lib/strdup.c: Likewise.
4010         * lib/striconv.c: Likewise.
4011         * lib/striconveh.c: Likewise.
4012         * lib/striconveha.c: Likewise.
4013         * lib/strncasecmp.c: Likewise.
4014         * lib/strndup.c: Likewise.
4015         * lib/strnlen.c: Likewise.
4016         * lib/strsep.c: Likewise.
4017         * lib/strstr.c: Likewise.
4018         * lib/strtok_r.c: Likewise.
4019         * lib/userspec.c: Likewise.
4020         * lib/w32spawn.h: Likewise.
4021         * lib/xstrndup.c: Likewise.
4022         * lib/mountlist.c (strstr): Remove decl.
4023         * m4/string_h.m4: New file.
4024         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
4025         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
4026         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
4027         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
4028         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
4029         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
4030         Set REPLACE_STRCASECMP if necessary.
4031         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
4032         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
4033         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
4034         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
4035         HAVE_DECL_STRDUP if necessary.
4036         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
4037         since gl_FUNC_STRNDUP does that now.
4038         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
4039         Check for decl here...
4040         (gl_PREREQ_STRNLEN): ... not here.
4041         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
4042         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
4043         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
4044         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
4045         necessary.
4046         * modules/string: New file.
4047         * modules/memmem (Files): Remove special-purpose include file.
4048         (Depends-on): Add string.
4049         (Include): Include <string.h>, not the removed file.
4050         * modules/mempcpy: Likewise.
4051         * modules/memrchr: Likewise.
4052         * modules/stpcpy: Likewise.
4053         * modules/stpncpy: Likewise.
4054         * modules/strcase: Likewise.
4055         * modules/strchrnul: Likewise.
4056         * modules/strdup: Likewise.
4057         * modules/strndup: Likewise.
4058         * modules/strnlen: Likewise.
4059         * modules/strpbrk: Likewise.
4060         * modules/strsep: Likewise.
4061         * modules/strstr: Likewise.
4062         * modules/strtok_r: Likewise.
4063         * tests/test-dirname.c: Don't include "strdup.h", since
4064         <string.h> now suffices.
4065         * tests/test-memmem.c: Don't include "memmem.h", since
4066         <string.h> now suffices.
4067
4068 2007-01-25  Bruno Haible  <bruno@clisp.org>
4069
4070         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
4071         *resultp is 0.
4072
4073         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
4074         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
4075         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
4076         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
4077
4078         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
4079         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
4080         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
4081         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
4082         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
4083         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
4084
4085 2007-01-24  Bruno Haible  <bruno@clisp.org>
4086
4087         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
4088         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
4089         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
4090         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
4091         gl_FUNC_FTS_CORE.
4092         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
4093         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
4094         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
4095         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
4096         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
4097         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
4098         gl_FUNC_FCHOWNAT.
4099         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
4100         gl_FUNC_STRFTIME.
4101         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
4102         Reported by Ralf Wildenhues.
4103
4104 2007-01-24  Bruno Haible  <bruno@clisp.org>
4105
4106         Drop AC_REQUIRE calls that are redundant with the module dependencies.
4107         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
4108         gl_GETADDRINFO.
4109         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
4110         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
4111         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
4112
4113 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
4114
4115         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
4116         Don't use 'exit'; just return from 'main'.
4117         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
4118
4119         * lib/fnmatch_.h: Readjust white space and comments to match
4120         glibc, to avoid spurious diffs.
4121
4122 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
4123
4124         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
4125         2004-12-01 change by Jakub Jelinek, since this code won't compile
4126         if !LIBC.  Problem reported by Bob Proulx.
4127
4128 2007-01-23  Bruno Haible  <bruno@clisp.org>
4129
4130         * lib/striconveh.c: Include c-strcaseeq.h.
4131         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
4132         * modules/striconveh (Depends-on): Add c-strcaseeq.
4133
4134 2007-01-23  Bruno Haible  <bruno@clisp.org>
4135
4136         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
4137
4138         * modules/c-strcaseeq: New file.
4139         * lib/c-strcaseeq.h: New file.
4140
4141         * modules/streq: New file.
4142         * lib/streq.h: New file.
4143
4144 2007-01-23  Bruno Haible  <bruno@clisp.org>
4145
4146         * modules/striconveha-tests: New file.
4147         * tests/test-striconveha.c: New file.
4148
4149         * lib/striconveha.h: Include <stdbool.h>.
4150         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
4151         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
4152         (mem_iconveha_notranslit): Renamed from mem_iconveha.
4153         (mem_iconveha): New function.
4154         (str_iconveha_notranslit): Renamed from str_iconveha.
4155         (str_iconveha): New function.
4156         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
4157         c-strcase.
4158
4159 2007-01-23  Bruno Haible  <bruno@clisp.org>
4160
4161         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
4162         encodings without forgiving before trying any encoding with handler.
4163         (str_iconveha): Try all encodings without forgiving before trying any
4164         encoding with handler.
4165
4166 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
4167
4168         Import the following changes from libc.
4169
4170         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
4171
4172         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
4173
4174         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
4175
4176         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
4177         normal_bracket label.
4178
4179         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
4180
4181         [BZ #361]
4182         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
4183         to normal_bracket after fetching the next character.
4184
4185 2007-01-22  Bruno Haible  <bruno@clisp.org>
4186
4187         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
4188         argument.
4189         * lib/striconveh.c (iconv_carefully_1): New function.
4190         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
4191         argument.
4192         (str_cd_iconveh): Update.
4193         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
4194         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
4195         * tests/test-striconveh.c (MAGIC): New macro.
4196         (new_offsets): New function.
4197         (main): Test call with and without offsets.
4198
4199 2007-01-22  Bruno Haible  <bruno@clisp.org>
4200
4201         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
4202         * modules/sys_select (Makefile.am): Likewise.
4203         * modules/sys_socket (Makefile.am): Likewise.
4204         * modules/sys_time (Makefile.am): Likewise.
4205
4206 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
4207
4208         * modules/gettimeofday (License): Change from GPL to LGPL, since
4209         gettimeofday is a library function.
4210
4211 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4212
4213         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
4214
4215 2007-01-21  Bruno Haible  <bruno@clisp.org>
4216
4217         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
4218
4219 2007-01-21  Bruno Haible  <bruno@clisp.org>
4220
4221         * modules/striconveha: New file.
4222         * lib/striconveha.h: New file.
4223         * lib/striconveha.c: New file.
4224         * MODULES.html.sh (Internationalization functions): Add striconveha.
4225         * lib/striconv.c (str_iconv): Optimize the case of an empty input
4226         string.
4227         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
4228
4229 2007-01-21  Bruno Haible  <bruno@clisp.org>
4230
4231         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
4232         * lib/striconveh.c (str_iconveh): Likewise.
4233
4234 2007-01-21  Bruno Haible  <bruno@clisp.org>
4235
4236         * lib/striconveh.h (mem_iconveh): New declaration.
4237         * lib/striconveh.c (mem_iconveh): New function.
4238         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
4239
4240 2007-01-21  Bruno Haible  <bruno@clisp.org>
4241
4242         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
4243
4244         * lib/striconveh.h (mem_cd_iconveh): Change specification.
4245         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
4246         original result buffer.
4247         (str_cd_iconveh): Update.
4248         * tests/test-striconveh.c (main): Update.
4249
4250         * lib/striconv.h (mem_cd_iconv): Change specification.
4251         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
4252         result buffer.
4253         (str_cd_iconv): Update.
4254         * tests/test-striconv.c (main): Update.
4255
4256 2007-01-21  Bruno Haible  <bruno@clisp.org>
4257
4258         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
4259
4260 2007-01-20  Jim Meyering  <jim@meyering.net>
4261
4262         * lib/userspec.c (parse_with_separator): If a user or group string
4263         starts with "+", skip the corresponding name-to-ID look-up, since
4264         such a look-up must fail: user and group names may not include "+".
4265
4266 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
4267
4268         * lib/poll.c: Include sys/time.h and time.h unconditionally,
4269         since we now assume the sys_time module.
4270         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
4271         check for sys/time.h; no longer needed.
4272         * modules/poll (Depends-on): Depend on sys_time.
4273
4274 2007-01-18  Bruno Haible  <bruno@clisp.org>
4275
4276         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
4277         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
4278
4279         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
4280         gettimeofday.
4281
4282         * tests/test-gettimeofday.c: Include <time.h>.
4283         (dummy): Remove variable.
4284
4285         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
4286         gl_HEADER_SYS_TIME_H.
4287         (gl_HEADER_SYS_TIME_H): New macro.
4288
4289         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
4290         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4291         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
4292         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
4293         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4294         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
4295         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
4296         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4297         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
4298         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
4299         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4300
4301         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
4302         last change; it caused a compilation error when cross-compiling to
4303         Cygwin.
4304
4305 2007-01-18  Jim Meyering  <jim@meyering.net>
4306
4307         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
4308         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
4309         than the race-prone "test -d sys || mkdir sys".
4310         (configure.ac): Use AC_PROG_MKDIR_P.
4311         * modules/sys_select: Likewise.
4312         * modules/sys_socket: Likewise.
4313         * modules/sys_time: Likewise.
4314
4315 2007-01-18  Eric Blake  <ebb9@byu.net>
4316
4317         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
4318         replace gettimeofday.
4319         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
4320         name, to avoid infinite recursion.
4321
4322 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
4323
4324         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
4325         module sys_time.
4326         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
4327         assume timespec.h defines struct timeval.
4328         * lib/settime.c: Likewise.
4329         * lib/utimens.c: Likewise.
4330         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
4331         since we now assume the gettimeofday module.
4332         * lib/tempname.c (__gen_tempname): Likewise.
4333         * lib/gettimeofday.h: Remove.
4334         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
4335         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
4336         Include <time.h>, for 'time()'.
4337         (localtime_buffer_addr): Also use this workaround if
4338         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
4339         to simplify the uses.  All uses changed.
4340         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
4341         that #undef is inside {}, and 'const' follows type name consistently.
4342         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
4343         (gettimeofday): Do not use the maximum possible value for
4344         tv->tv_usec, since that might break usages other than ls.c.
4345         Instead, we'll leave ls.c alone.  This undoes today's patch
4346         by Bruno.  Add a compile-time warning for 1s-clock resolution;
4347         we've never observed the problem but might as well keep the
4348         canary.
4349         * lib/nanosleep.c: Include timespec.h first, for interface check.
4350         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
4351         now assume the sys_time module.
4352         * lib/tempname.c: Likewise.
4353         * lib/timespec.h: Likewise.
4354         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
4355         needed.
4356         * lib/strftime.c: Likewise.
4357         * lib/timespec.h: Likewise.
4358         * lib/posixtm.c: Include posixtm.h first, for interface check.
4359         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
4360         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
4361         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
4362         * lib/sys_time_.h: New file.
4363         * lib/timespec.h (struct timespec): Use long int, not long.
4364         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
4365         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
4366         Remove obsolescent call to AC_HEADER_TIME.
4367         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
4368         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
4369         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
4370         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
4371         Likewise.
4372         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
4373         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
4374         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
4375         into the sys_time module.  Check for gettimeofday just once.
4376         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
4377         for gettimeofday signature to just check the signature.  Merely
4378         compile it, since linking doesn't test signature.  Improve test for
4379         whether gettimeofday.o is actually needed.
4380         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
4381         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
4382         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
4383         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4384         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
4385         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
4386         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
4387         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
4388         than worrying about sys/time.h.
4389         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4390         Don't bother worrying about TIME_WITH_SYS_TIME.
4391         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
4392         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
4393         * m4/sys_time_h.m4: New file.
4394         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
4395         Don't include sys/time.h.  Return from main rather than exiting.
4396         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
4397         all uses changed.
4398         * modules/gethrxtime (Depends-on): Add sys_time.
4399         * modules/gettime (Depends-on): Likewise.
4400         * modules/gettimeofday (Depends-on): Likewise.
4401         * modules/nanosleep (Depends-on): Likewise.
4402         * modules/settime (Depends-on): Likewise.
4403         * modules/tempname (Depends-on): Likewise.
4404         * modules/utimens (Depends-on): Likewise.
4405         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
4406         (Include:) Change back to <sys/time.h>.
4407         (Maintainer:) Add self.
4408         * modules/sys_time: New file.
4409         * modules/tempname (Depends-on): Add gettimeofday.
4410         * tests/test-gettimeofday.c: Include <sys/time.h>
4411         rather than gettimeofday.h.
4412
4413 2007-01-17  Bruno Haible  <bruno@clisp.org>
4414
4415         * gnulib-tool (func_get_license): Revert last patch. Instead, let
4416         the license default to GPL.
4417         (func_create_testdir): Don't complain if a module is LGPL and its
4418         tests module depends on GPLed modules.
4419
4420 2007-01-17  Bruno Haible  <bruno@clisp.org>
4421
4422         * lib/gettimeofday.c (gettimeofday): Add code for the case
4423         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
4424         maximum possible value for tv->tv_usec, rather than the minimum one.
4425
4426 2005-10-08  Martin Lambers  <marlam@marlam.de>
4427 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4428 2007-01-16  Bruno Haible  <bruno@clisp.org>
4429
4430         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
4431         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
4432         gl_FUNC_GETTIMEOFDAY.
4433         (Include): Add gettimeofday.h.
4434         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
4435         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
4436         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
4437         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
4438         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
4439         * lib/gettimeofday.h: New file.
4440         * lib/gettimeofday.c: Include <sys/timeb.h>.
4441         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
4442         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4443         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
4444         fall back on time().
4445
4446         * tests/test-gettimeofday.c: New file.
4447         * modules/gettimeofday-tests: New file.
4448
4449 2007-01-16  Eric Blake  <ebb9@byu.net>
4450
4451         * modules/fnmatch (Depends-on): Depend on wchar.
4452         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
4453         * m4/fnmatch.m4: Likewise.
4454         * modules/mbchar (Makefile.am): Assume <wchar.h>.
4455         * m4/mbchar.m4: Likewise.
4456         * modules/mbswidth (Depends-on): Depend on wchar.
4457         * lib/mbswidth.c: Assume <wchar.h>.
4458         * m4/mbswidth.m4: Likewise.
4459         * modules/quotearg (Depends-on): Depend on wchar.
4460         * lib/quotearg.c: Assume <wchar.h>.
4461         * m4/quotearg.m4: Likewise.
4462         * modules/regex (Depends-on): Depend on wchar.
4463         * lib/regex_internal.h: Assume <wchar.h>.
4464         * m4/regex.m4: Likewise.
4465         * modules/stdint (Depends-on): Depend on wchar.
4466         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
4467         * m4/stdint.m4: Likewise.
4468         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
4469         * modules/strftime (Depends-on): Depend on wchar.
4470         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
4471         * modules/strtol (Depends-on): Depend on wchar.
4472         * lib/strtol.c: Assume <wchar.h>.
4473         * modules/wcwidth (Depends-on): Depend on wchar.
4474         * lib/wcwidth.h: Assume <wchar.h>.
4475         * m4/wcwidth.m4: Likewise.
4476
4477 2007-01-16  Bruno Haible  <bruno@clisp.org>
4478
4479         * modules/csharpexec-script: New, created from...
4480         * modules/csharpexec: ... this.
4481
4482 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
4483
4484         * modules/javaexec-script: New, created from...
4485         * modules/javaexec: ... this.
4486
4487 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4488
4489         * modules/poll (Dependencies): Add sys_select.
4490
4491 2007-01-15  Jim Meyering  <jim@meyering.net>
4492
4493         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
4494         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
4495         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
4496         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
4497
4498 2007-01-15  Bruno Haible  <bruno@clisp.org>
4499
4500         * modules/striconveh: New file.
4501         * lib/striconveh.h: New file.
4502         * lib/striconveh.c: New file.
4503         * MODULES.html.sh (Internationalization functions): Add striconveh.
4504
4505         * modules/striconveh-tests: New file.
4506         * tests/test-striconveh.c: New file.
4507
4508 2007-01-15  Bruno Haible  <bruno@clisp.org>
4509
4510         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
4511         not from GNU libiconv or GNU libc.
4512
4513 2007-01-15  Bruno Haible  <bruno@clisp.org>
4514
4515         * doc/gnulib-intro.texi (Copyright): Explain the different license
4516         terms for module descriptions, autoconf macros, tests, documentation.
4517
4518 2007-01-14  Bruno Haible  <bruno@clisp.org>
4519
4520         * modules/striconv-tests: New file.
4521         * tests/test-striconv.c: New file.
4522
4523 2007-01-14  Bruno Haible  <bruno@clisp.org>
4524
4525         * modules/iconv-tests: New file.
4526         * tests/test-iconv.c: New file.
4527
4528 2007-01-14  Bruno Haible  <bruno@clisp.org>
4529
4530         * gnulib-tool (func_get_license): For test modules, use the license of
4531         the main module.
4532
4533 2007-01-14  Bruno Haible  <bruno@clisp.org>
4534
4535         * modules/iconv (Include): Clarify that <iconv.h> can only be included
4536         if iconv is found to exist.
4537
4538 2007-01-14  Bruno Haible  <bruno@clisp.org>
4539
4540         * modules/c-ctype-tests: New file.
4541         * tests/test-c-ctype.c: New file.
4542
4543 2007-01-14  Bruno Haible  <bruno@clisp.org>
4544
4545         * modules/binary-io-tests: New file.
4546         * tests/test-binary-io.sh: New file.
4547         * tests/test-binary-io.c: New file.
4548
4549 2007-01-14  Bruno Haible  <bruno@clisp.org>
4550
4551         * modules/array-oset-tests: New file.
4552         * tests/test-array_oset.c: New file.
4553
4554 2007-01-14  Bruno Haible  <bruno@clisp.org>
4555
4556         * modules/array-list-tests: New file.
4557         * tests/test-array_list.c: New file.
4558
4559 2007-01-14  Bruno Haible  <bruno@clisp.org>
4560
4561         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
4562         and make.
4563         Reported by Simon Josefsson in
4564         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
4565
4566 2007-01-14  Bruno Haible  <bruno@clisp.org>
4567
4568         * modules/allocsa-tests: New file.
4569         * tests/test-allocsa.c: New file.
4570
4571 2007-01-14  Bruno Haible  <bruno@clisp.org>
4572
4573         * modules/fchdir (Depends-on): Add absolute-header.
4574         * modules/unistd (Depends-on): Likewise.
4575
4576 2006-12-30  Bruno Haible  <bruno@clisp.org>
4577
4578         * modules/fchdir: New file.
4579         * modules/unistd (Files): Add lib/unistd_.h.
4580         (Makefile.am): Generate unistd.h from unistd_.h.
4581         * lib/fchdir.c: New file.
4582         * lib/dirent_.h: New file.
4583         * lib/unistd_.h: New file.
4584         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
4585         * m4/fchdir.m4: New file.
4586         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
4587         (gl_HEADER_UNISTD): Invoke it.
4588         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
4589         function.
4590         * lib/backupfile.c (opendir, closedir): Undefine.
4591         * lib/chown.c (open, close): Undefine.
4592         * lib/clean-temp.c (open, close): Undefine.
4593         * lib/copy-file.c (open, close): Undefine.
4594         * lib/execute.c (open, close): Undefine.
4595         * lib/fsusage.c (open, close): Undefine.
4596         * lib/gc-gnulib.c (open, close): Undefine.
4597         * lib/getcwd.c (opendir, closedir): Undefine.
4598         * lib/glob.c (opendir, closedir): Undefine.
4599         * lib/javacomp.c (open, close): Undefine.
4600         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
4601         * lib/openat-proc.c (open, close): Undefine.
4602         * lib/pagealign_alloc.c (open, close): Undefine.
4603         * lib/pipe.c (open, close): Undefine.
4604         * lib/progreloc.c (open, close): Undefine.
4605         * lib/savedir.c (opendir, closedir): Undefine.
4606         * lib/utime.c (open, close): Undefine.
4607         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
4608
4609 2007-01-10  Bruno Haible  <bruno@clisp.org>
4610
4611         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
4612
4613 2007-01-12  Eric Blake  <ebb9@byu.net>
4614
4615         Provide a robust <wchar.h>.  Further simplifications are now
4616         possible in other modules, but not included here.
4617         * modules/wchar: New module.
4618         * m4/wchar.m4: New file.
4619         * lib/wchar_.h: Likewise.
4620         * modules/mbchar (Depends-on): Depend on wchar, as the first use
4621         of the new module.
4622         * MODULES.html.sh (Extended multibyte and wide character utilities):
4623         New section.
4624
4625 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
4626
4627         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
4628         to a reasonable default for memory allocation.
4629         (xreadlink): Don't allocate a huge buffer, to work around a buggy
4630         file system that reports garbage st_size values for symlinks.
4631         Problem reported by Liyang Hu.
4632
4633 2007-01-11  Simon Josefsson  <simon@josefsson.org>
4634
4635         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
4636         Emacs .#* auto-save files).
4637
4638 2007-01-11  Bruno Haible  <bruno@clisp.org>
4639
4640         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
4641         directory.
4642
4643 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
4644
4645         Use @...@ consistently in lib/wctype_.h.
4646         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
4647         on it being set to 1 or 0.
4648         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
4649         go back to AC_SUBSTing it.
4650         * modules/wctype (Makefile.am): Undo previous change.
4651
4652 2007-01-10  Eric Blake  <ebb9@byu.net>
4653
4654         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
4655         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
4656         * modules/wctype (Makefile.am): Likewise.
4657         Reported by Chris McGuire.
4658
4659 2007-01-10  Jim Meyering  <jim@meyering.net>
4660
4661         fts.c: a small readability/maintainability improvement
4662         * lib/fts.c (fts_read): Make this code slightly more readable and
4663         maintainable by hoisting the "sp->fts_cur = p" assignments to
4664         immediately follow the statements that set P.  Derived from
4665         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
4666
4667 2007-01-10  Eric Blake  <ebb9@byu.net>
4668
4669         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
4670         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
4671         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4672         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
4673         Reported by Chris McGuire.
4674
4675 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4676
4677         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
4678         in sed script.
4679
4680 2007-01-09  Bruno Haible  <bruno@clisp.org>
4681
4682         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
4683         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
4684         variables.
4685         (func_module): Use them.
4686
4687 2007-01-09  Bruno Haible  <bruno@clisp.org>
4688
4689         * modules/unistr/base: New file.
4690         * lib/unistr.h: New file.
4691
4692         * modules/unistr/u8-to-u16: New file.
4693         * lib/unistr/u8-to-u16.c: New file.
4694
4695         * modules/unistr/u8-to-u32: New file.
4696         * lib/unistr/u8-to-u32.c: New file.
4697
4698         * modules/unistr/u16-to-u8: New file.
4699         * lib/unistr/u16-to-u8.c: New file.
4700
4701         * modules/unistr/u16-to-u32: New file.
4702         * lib/unistr/u16-to-u32.c: New file.
4703
4704         * modules/unistr/u32-to-u8: New file.
4705         * lib/unistr/u32-to-u8.c: New file.
4706
4707         * modules/unistr/u32-to-u16: New file.
4708         * lib/unistr/u32-to-u16.c: New file.
4709
4710         * modules/unistr/u8-check: New file.
4711         * modules/unistr/u16-check: New file.
4712         * modules/unistr/u32-check: New file.
4713         * lib/unistr/u8-check.c: New file.
4714         * lib/unistr/u16-check.c: New file.
4715         * lib/unistr/u32-check.c: New file.
4716
4717         * modules/unistr/u8-chr: New file.
4718         * modules/unistr/u16-chr: New file.
4719         * modules/unistr/u32-chr: New file.
4720         * lib/unistr/u8-chr.c: New file.
4721         * lib/unistr/u16-chr.c: New file.
4722         * lib/unistr/u32-chr.c: New file.
4723
4724         * modules/unistr/u8-cmp: New file.
4725         * modules/unistr/u16-cmp: New file.
4726         * modules/unistr/u32-cmp: New file.
4727         * lib/unistr/u8-cmp.c: New file.
4728         * lib/unistr/u16-cmp.c: New file.
4729         * lib/unistr/u32-cmp.c: New file.
4730
4731         * modules/unistr/u8-cpy: New file.
4732         * modules/unistr/u16-cpy: New file.
4733         * modules/unistr/u32-cpy: New file.
4734         * lib/unistr/u8-cpy.c: New file.
4735         * lib/unistr/u16-cpy.c: New file.
4736         * lib/unistr/u32-cpy.c: New file.
4737         * lib/unistr/u-cpy.h: New file.
4738
4739         * modules/unistr/u8-cpy-alloc: New file.
4740         * modules/unistr/u16-cpy-alloc: New file.
4741         * modules/unistr/u32-cpy-alloc: New file.
4742         * lib/unistr/u8-cpy-alloc.c: New file.
4743         * lib/unistr/u16-cpy-alloc.c: New file.
4744         * lib/unistr/u32-cpy-alloc.c: New file.
4745         * lib/unistr/u-cpy-alloc.h: New file.
4746
4747         * modules/unistr/u8-endswith: New file.
4748         * modules/unistr/u16-endswith: New file.
4749         * modules/unistr/u32-endswith: New file.
4750         * lib/unistr/u8-endswith.c: New file.
4751         * lib/unistr/u16-endswith.c: New file.
4752         * lib/unistr/u32-endswith.c: New file.
4753         * lib/unistr/u-endswith.h: New file.
4754
4755         * modules/unistr/u8-mblen: New file.
4756         * modules/unistr/u16-mblen: New file.
4757         * modules/unistr/u32-mblen: New file.
4758         * lib/unistr/u8-mblen.c: New file.
4759         * lib/unistr/u16-mblen.c: New file.
4760         * lib/unistr/u32-mblen.c: New file.
4761
4762         * modules/unistr/u8-mbtouc: New file.
4763         * modules/unistr/u16-mbtouc: New file.
4764         * modules/unistr/u32-mbtouc: New file.
4765         * lib/unistr/u8-mbtouc.c: New file.
4766         * lib/unistr/u16-mbtouc.c: New file.
4767         * lib/unistr/u32-mbtouc.c: New file.
4768
4769         * modules/unistr/u8-mbtouc-safe: New file.
4770         * modules/unistr/u16-mbtouc-safe: New file.
4771         * modules/unistr/u32-mbtouc-safe: New file.
4772         * lib/unistr/u8-mbtouc-safe.c: New file.
4773         * lib/unistr/u16-mbtouc-safe.c: New file.
4774         * lib/unistr/u32-mbtouc-safe.c: New file.
4775
4776         * modules/unistr/u8-move: New file.
4777         * modules/unistr/u16-move: New file.
4778         * modules/unistr/u32-move: New file.
4779         * lib/unistr/u8-move.c: New file.
4780         * lib/unistr/u16-move.c: New file.
4781         * lib/unistr/u32-move.c: New file.
4782         * lib/unistr/u-move.h: New file.
4783
4784         * modules/unistr/u8-next: New file.
4785         * modules/unistr/u16-next: New file.
4786         * modules/unistr/u32-next: New file.
4787         * lib/unistr/u8-next.c: New file.
4788         * lib/unistr/u16-next.c: New file.
4789         * lib/unistr/u32-next.c: New file.
4790
4791         * modules/unistr/u8-prev: New file.
4792         * modules/unistr/u16-prev: New file.
4793         * modules/unistr/u32-prev: New file.
4794         * lib/unistr/u8-prev.c: New file.
4795         * lib/unistr/u16-prev.c: New file.
4796         * lib/unistr/u32-prev.c: New file.
4797
4798         * modules/unistr/u8-set: New file.
4799         * modules/unistr/u16-set: New file.
4800         * modules/unistr/u32-set: New file.
4801         * lib/unistr/u8-set.c: New file.
4802         * lib/unistr/u16-set.c: New file.
4803         * lib/unistr/u32-set.c: New file.
4804         * lib/unistr/u-set.h: New file.
4805
4806         * modules/unistr/u8-startswith: New file.
4807         * modules/unistr/u16-startswith: New file.
4808         * modules/unistr/u32-startswith: New file.
4809         * lib/unistr/u8-startswith.c: New file.
4810         * lib/unistr/u16-startswith.c: New file.
4811         * lib/unistr/u32-startswith.c: New file.
4812         * lib/unistr/u-startswith.h: New file.
4813
4814         * modules/unistr/u8-stpcpy: New file.
4815         * modules/unistr/u16-stpcpy: New file.
4816         * modules/unistr/u32-stpcpy: New file.
4817         * lib/unistr/u8-stpcpy.c: New file.
4818         * lib/unistr/u16-stpcpy.c: New file.
4819         * lib/unistr/u32-stpcpy.c: New file.
4820         * lib/unistr/u-stpcpy.h: New file.
4821
4822         * modules/unistr/u8-stpncpy: New file.
4823         * modules/unistr/u16-stpncpy: New file.
4824         * modules/unistr/u32-stpncpy: New file.
4825         * lib/unistr/u8-stpncpy.c: New file.
4826         * lib/unistr/u16-stpncpy.c: New file.
4827         * lib/unistr/u32-stpncpy.c: New file.
4828         * lib/unistr/u-stpncpy.h: New file.
4829
4830         * modules/unistr/u8-strcat: New file.
4831         * modules/unistr/u16-strcat: New file.
4832         * modules/unistr/u32-strcat: New file.
4833         * lib/unistr/u8-strcat.c: New file.
4834         * lib/unistr/u16-strcat.c: New file.
4835         * lib/unistr/u32-strcat.c: New file.
4836         * lib/unistr/u-strcat.h: New file.
4837
4838         * modules/unistr/u8-strchr: New file.
4839         * modules/unistr/u16-strchr: New file.
4840         * modules/unistr/u32-strchr: New file.
4841         * lib/unistr/u8-strchr.c: New file.
4842         * lib/unistr/u16-strchr.c: New file.
4843         * lib/unistr/u32-strchr.c: New file.
4844
4845         * modules/unistr/u8-strcmp: New file.
4846         * modules/unistr/u16-strcmp: New file.
4847         * modules/unistr/u32-strcmp: New file.
4848         * lib/unistr/u8-strcmp.c: New file.
4849         * lib/unistr/u16-strcmp.c: New file.
4850         * lib/unistr/u32-strcmp.c: New file.
4851
4852         * modules/unistr/u8-strcpy: New file.
4853         * modules/unistr/u16-strcpy: New file.
4854         * modules/unistr/u32-strcpy: New file.
4855         * lib/unistr/u8-strcpy.c: New file.
4856         * lib/unistr/u16-strcpy.c: New file.
4857         * lib/unistr/u32-strcpy.c: New file.
4858         * lib/unistr/u-strcpy.h: New file.
4859
4860         * modules/unistr/u8-strcspn: New file.
4861         * modules/unistr/u16-strcspn: New file.
4862         * modules/unistr/u32-strcspn: New file.
4863         * lib/unistr/u8-strcspn.c: New file.
4864         * lib/unistr/u16-strcspn.c: New file.
4865         * lib/unistr/u32-strcspn.c: New file.
4866         * lib/unistr/u-strcspn.h: New file.
4867
4868         * modules/unistr/u8-strdup: New file.
4869         * modules/unistr/u16-strdup: New file.
4870         * modules/unistr/u32-strdup: New file.
4871         * lib/unistr/u8-strdup.c: New file.
4872         * lib/unistr/u16-strdup.c: New file.
4873         * lib/unistr/u32-strdup.c: New file.
4874         * lib/unistr/u-strdup.h: New file.
4875
4876         * modules/unistr/u8-strlen: New file.
4877         * modules/unistr/u16-strlen: New file.
4878         * modules/unistr/u32-strlen: New file.
4879         * lib/unistr/u8-strlen.c: New file.
4880         * lib/unistr/u16-strlen.c: New file.
4881         * lib/unistr/u32-strlen.c: New file.
4882         * lib/unistr/u-strlen.h: New file.
4883
4884         * modules/unistr/u8-strmblen: New file.
4885         * modules/unistr/u16-strmblen: New file.
4886         * modules/unistr/u32-strmblen: New file.
4887         * lib/unistr/u8-strmblen.c: New file.
4888         * lib/unistr/u16-strmblen.c: New file.
4889         * lib/unistr/u32-strmblen.c: New file.
4890
4891         * modules/unistr/u8-strmbtouc: New file.
4892         * modules/unistr/u16-strmbtouc: New file.
4893         * modules/unistr/u32-strmbtouc: New file.
4894         * lib/unistr/u8-strmbtouc.c: New file.
4895         * lib/unistr/u16-strmbtouc.c: New file.
4896         * lib/unistr/u32-strmbtouc.c: New file.
4897
4898         * modules/unistr/u8-strncat: New file.
4899         * modules/unistr/u16-strncat: New file.
4900         * modules/unistr/u32-strncat: New file.
4901         * lib/unistr/u8-strncat.c: New file.
4902         * lib/unistr/u16-strncat.c: New file.
4903         * lib/unistr/u32-strncat.c: New file.
4904         * lib/unistr/u-strncat.h: New file.
4905
4906         * modules/unistr/u8-strncmp: New file.
4907         * modules/unistr/u16-strncmp: New file.
4908         * modules/unistr/u32-strncmp: New file.
4909         * lib/unistr/u8-strncmp.c: New file.
4910         * lib/unistr/u16-strncmp.c: New file.
4911         * lib/unistr/u32-strncmp.c: New file.
4912
4913         * modules/unistr/u8-strncpy: New file.
4914         * modules/unistr/u16-strncpy: New file.
4915         * modules/unistr/u32-strncpy: New file.
4916         * lib/unistr/u8-strncpy.c: New file.
4917         * lib/unistr/u16-strncpy.c: New file.
4918         * lib/unistr/u32-strncpy.c: New file.
4919         * lib/unistr/u-strncpy.h: New file.
4920
4921         * modules/unistr/u8-strnlen: New file.
4922         * modules/unistr/u16-strnlen: New file.
4923         * modules/unistr/u32-strnlen: New file.
4924         * lib/unistr/u8-strnlen.c: New file.
4925         * lib/unistr/u16-strnlen.c: New file.
4926         * lib/unistr/u32-strnlen.c: New file.
4927         * lib/unistr/u-strnlen.h: New file.
4928
4929         * modules/unistr/u8-strpbrk: New file.
4930         * modules/unistr/u16-strpbrk: New file.
4931         * modules/unistr/u32-strpbrk: New file.
4932         * lib/unistr/u8-strpbrk.c: New file.
4933         * lib/unistr/u16-strpbrk.c: New file.
4934         * lib/unistr/u32-strpbrk.c: New file.
4935         * lib/unistr/u-strpbrk.h: New file.
4936
4937         * modules/unistr/u8-strrchr: New file.
4938         * modules/unistr/u16-strrchr: New file.
4939         * modules/unistr/u32-strrchr: New file.
4940         * lib/unistr/u8-strrchr.c: New file.
4941         * lib/unistr/u16-strrchr.c: New file.
4942         * lib/unistr/u32-strrchr.c: New file.
4943
4944         * modules/unistr/u8-strspn: New file.
4945         * modules/unistr/u16-strspn: New file.
4946         * modules/unistr/u32-strspn: New file.
4947         * lib/unistr/u8-strspn.c: New file.
4948         * lib/unistr/u16-strspn.c: New file.
4949         * lib/unistr/u32-strspn.c: New file.
4950         * lib/unistr/u-strspn.h: New file.
4951
4952         * modules/unistr/u8-strstr: New file.
4953         * modules/unistr/u16-strstr: New file.
4954         * modules/unistr/u32-strstr: New file.
4955         * lib/unistr/u8-strstr.c: New file.
4956         * lib/unistr/u16-strstr.c: New file.
4957         * lib/unistr/u32-strstr.c: New file.
4958         * lib/unistr/u-strstr.h: New file.
4959
4960         * modules/unistr/u8-strtok: New file.
4961         * modules/unistr/u16-strtok: New file.
4962         * modules/unistr/u32-strtok: New file.
4963         * lib/unistr/u8-strtok.c: New file.
4964         * lib/unistr/u16-strtok.c: New file.
4965         * lib/unistr/u32-strtok.c: New file.
4966         * lib/unistr/u-strtok.h: New file.
4967
4968         * modules/unistr/u8-uctomb: New file.
4969         * modules/unistr/u16-uctomb: New file.
4970         * modules/unistr/u32-uctomb: New file.
4971         * lib/unistr/u8-uctomb.c: New file.
4972         * lib/unistr/u16-uctomb.c: New file.
4973         * lib/unistr/u32-uctomb.c: New file.
4974
4975         * MODULES.html.sh (Unicode string functions): Add the new modules.
4976
4977 2007-01-08  Bruno Haible  <bruno@clisp.org>
4978
4979         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
4980         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
4981         subdirectories.
4982
4983 2007-01-08  Karl Berry  <karl@gnu.org>
4984
4985         * doc/error.texi: mention that main() fns must set program_name
4986         when progname is used.
4987
4988 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4989
4990         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
4991         WCTYPE_H is empty, for the benefit of builds from non-distclean
4992         directories.  Problem reported by Eric Blake in
4993         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
4994
4995 2007-01-08  Bruno Haible  <bruno@clisp.org>
4996
4997         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
4998         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
4999         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
5000         PROVIDE_CANONICALIZE_FILENAME_MODE.
5001         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
5002
5003 2007-01-08  Bruno Haible  <bruno@clisp.org>
5004
5005         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
5006         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
5007         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
5008         * lib/fts.c: Likewise.
5009         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
5010
5011 2006-12-25  Bruno Haible  <bruno@clisp.org>
5012
5013         * modules/utf8-ucs4-safe: New file.
5014         * lib/utf8-ucs4-safe.h: New file.
5015         * lib/unistr/utf8-ucs4-safe.c: New file.
5016
5017         * modules/utf16-ucs4-safe: New file.
5018         * lib/utf16-ucs4-safe.h: New file.
5019         * lib/unistr/utf16-ucs4-safe.c: New file.
5020
5021         * MODULES.html.sh (Unicode string functions): Add the new modules.
5022
5023 2007-01-08  Bruno Haible  <bruno@clisp.org>
5024
5025         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
5026         (Depends-on): Add unitypes.
5027         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
5028         (u8_mbtouc_aux): Move out to separate file.
5029         (u8_mbtouc): Use ucs4_t, uint8_t types.
5030         * lib/unistr/utf8-ucs4.c: New file.
5031
5032         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
5033         (Depends-on): Add unitypes.
5034         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
5035         (u16_mbtouc_aux): Move out to separate file.
5036         (u16_mbtouc): Use ucs4_t, uint16_t types.
5037         * lib/unistr/utf16-ucs4.c: New file.
5038
5039         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
5040         (Depends-on): Add unitypes.
5041         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
5042         (u8_uctomb_aux): Move out to separate file.
5043         (u8_uctomb): Use ucs4_t, uint8_t types.
5044         * lib/unistr/ucs4-utf8.c: New file.
5045
5046         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
5047         (Depends-on): Add unitypes.
5048         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
5049         (u16_uctomb_aux): Move out to separate file.
5050         (u16_uctomb): Use ucs4_t, uint16_t types.
5051         * lib/unistr/ucs4-utf16.c: New file.
5052
5053 2006-12-25  Bruno Haible  <bruno@clisp.org>
5054
5055         * modules/unitypes: New file.
5056         * lib/unitypes.h: New file.
5057         * MODULES.html.sh (func_all_modules): New section "Unicode string
5058         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
5059         this section. Add unitypes.
5060
5061 2007-01-08  Bruno Haible  <bruno@clisp.org>
5062
5063         Avoid variable names that conflict with those from libtool.
5064         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
5065         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
5066         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
5067         library_names_spec to acl_library_names_spec, hardcode_* to
5068         acl_hardcode_*.
5069         Reported by Ralf Wildenhues.
5070
5071 2007-01-08  Bruno Haible  <bruno@clisp.org>
5072
5073         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
5074         definition.
5075         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
5076         definition.
5077         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
5078         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
5079         definition.
5080         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
5081         definition.
5082         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
5083         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
5084         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
5085         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
5086         definition.
5087         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
5088         definition.
5089         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
5090         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
5091         GC_USE_<algorithm>.
5092         * lib/gc-libgcrypt.c: Likewise.
5093         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
5094         * modules/gc-arctwo (configure.ac): Likewise.
5095         * modules/gc-des (configure.ac): Likewise.
5096         * modules/gc-hmac-md5 (configure.ac): Likewise.
5097         * modules/gc-hmac-sha1 (configure.ac): Likewise.
5098         * modules/gc-md2 (configure.ac): Likewise.
5099         * modules/gc-md4 (configure.ac): Likewise.
5100         * modules/gc-md5 (configure.ac): Likewise.
5101         * modules/gc-random (configure.ac): Likewise.
5102         * modules/gc-rijndael (configure.ac): Likewise.
5103         * modules/gc-sha1 (configure.ac): Likewise.
5104
5105 2007-01-08  Bruno Haible  <bruno@clisp.org>
5106
5107         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
5108         macro definition.
5109         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
5110         definition.
5111         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
5112         definition.
5113         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
5114         * modules/fcntl-safer (configure.ac): Likewise.
5115         * modules/fopen-safer (configure.ac): Likewise.
5116         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
5117         GNULIB_FWRITEERROR macro definition.
5118
5119 2007-01-08  Bruno Haible  <bruno@clisp.org>
5120
5121         * m4/gnulib-common.m4: New file.
5122         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
5123         (func_get_filelist): Add m4/gnulib-common.m4.
5124
5125 2007-01-08  Bruno Haible  <bruno@clisp.org>
5126
5127         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
5128         command.
5129
5130 2007-01-08  Jim Meyering  <jim@meyering.net>
5131
5132         Use a more robust test for a "can't happen" condition.
5133         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
5134         narrowed the st_size value.  Presuming the "can't happen" condition
5135         is true, that narrowing could conceivably convert an invalid st_size
5136         value into a valid one.  Instead, use a change based on Matthew
5137         Woehlke's original patch.
5138
5139         Slight readability improvement: use an assert-like macro
5140         in place of literal "abort ()" uses.
5141         * lib/fts.c (fts_assert): Define.
5142         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
5143         Use this macro instead of a bare 'abort'.
5144
5145 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
5146
5147         Don't worry about using IRIX 5.3's wctype.h broken definitions;
5148         simply work around them.
5149         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
5150         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
5151         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
5152         declaring.
5153         Don't bother to define as macros, since the standard doesn't require it.
5154         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
5155         longer worry about IRIX 5.3.
5156         (HAVE_WCTYPE_CTMP_BUG): Remove.
5157
5158 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
5159
5160         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
5161         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
5162         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
5163         Problems reported by Georg Schwarz for IRIX 5.3.
5164
5165         * gnulib-tool (autoconf_minversion): Take the maximum version number
5166         found, not the minimum.  Problem reported by James Youngman.
5167
5168 2007-01-03  Karl Berry  <karl@gnu.org>
5169
5170         * doc/error.texi: new file, explaining interaction with progname.
5171         * doc/gnulib.texi: include it.  Update copyright.
5172
5173 2007-01-03  Simon Josefsson  <simon@josefsson.org>
5174
5175         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
5176         AC_CANONICAL_HOST, to improve autobuild outputs.
5177
5178 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
5179             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
5180
5181         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
5182         sockets, server sockets, and other file descriptors.  Count errors
5183         to compute the return value.  Reorder the code a bit to be easier
5184         to follow.  Don't set event bits that were not requested (except
5185         POLLERR and POLLHUP).
5186
5187 2007-01-01  Bruno Haible  <bruno@clisp.org>
5188
5189         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
5190
5191 2007-01-03  Jim Meyering  <jim@meyering.net>
5192
5193         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
5194
5195 2007-01-02  Bruno Haible  <bruno@clisp.org>
5196
5197         * modules/settime (Include): Require timespec.h.
5198         * modules/nanosleep (Include): Likewise.
5199
5200 2007-01-01  Bruno Haible  <bruno@clisp.org>
5201
5202         * gnulib-tool (func_emit_copyright_notice): Bump year.
5203         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
5204
5205 2007-01-01  Bruno Haible  <bruno@clisp.org>
5206
5207         Improve support for OpenBSD.
5208         * build-aux/config.rpath (libname_spec): Export.
5209         (library_names_spec): New variable. Export.
5210         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
5211         library_names_spec from the config.rpath output. Locate shared library
5212         through the name pattern in library_names_spec.
5213
5214 2007-01-01  Eric Blake  <ebb9@byu.net>
5215
5216         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
5217
5218 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5219
5220         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
5221         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
5222         assume the C locale, and avoid an "eval" that could cause trouble.
5223         Problem with SORT reported by Bob Proulx.
5224
5225         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
5226         Define.  Trivial patch from Henning Nielsen Lund, originally
5227         sent to bug-grep@gnu.org today.
5228
5229 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5230
5231         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
5232         struct stat.  Problem reported by Henning Nielsen Lund.
5233         * lib/acl.c: Include acl.h first, to check interface.  Don't
5234         bother to include sys/types.h and sys/stat.h again.
5235
5236 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
5237
5238         Import the following change from libc; problem reported by
5239         Sven Verdoolaege.
5240
5241         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
5242
5243         [BZ #1373]
5244         * lib/argp.h: Remove __NTH for __argp_usage inline function.
5245
5246 2006-12-28  Jim Meyering  <jim@meyering.net>
5247
5248         * build-aux/announce-gen: Do not assume that the package
5249         builds any of tar.gz, tar.bz2, and .xdelta files.
5250         Suggestion from Simon Josefsson.
5251
5252 2006-12-28  Simon Josefsson  <simon@josefsson.org>
5253
5254         * modules/announce-gen: New file.
5255
5256 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
5257
5258         * lib/mbchar.h: Just include <wctype.h>; the wctype module
5259         handles its gotchas now.
5260         * lib/mbswidth.c: Likewise.
5261         * lib/wcwidth.h: Likewise.
5262         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
5263         and iswcntrl; the wctype module does this stuff now.
5264         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5265         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
5266         * modules/mbchar (Depends-on): Add wctype.
5267         * modules/mbswidth (Depends-on): Likewise.
5268         * modules/wcwidth (Depends-on): Likewise.
5269
5270 2006-12-27  Eric Blake  <ebb9@byu.net>
5271
5272         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
5273         module uses more than what <wctype.h> is required to provide.
5274
5275 2006-12-26  Eric Blake  <ebb9@byu.net>
5276
5277         * gnulib-tool (sed_extract_prog): Avoid space-tab.
5278
5279 2006-12-26  Eric Blake  <ebb9@byu.net>
5280
5281         * modules/absolute-header: New module.
5282         * modules/fcntl (Depends-on): Depend on it.
5283         * modules/inttypes (Depends-on): Likewise.
5284         * modules/stdint (Depends-on): Likewise.
5285         * modules/sys_stat (Depends-on): Likewise.
5286         * modules/wctype (Depends-on): Likewise.
5287         * MODULES.html.sh (Support for building libraries and
5288         executables): Document it.
5289
5290 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
5291
5292         * gnulib-tool (SED): Remove, undoing previous change.
5293         The problem was that it broke coreutils on Solaris, because
5294         "sed --posix" leaked into a makefile.
5295         (sed): New alias, if 'alias' and GNU sed.
5296
5297 2006-12-24  Jim Meyering  <jim@meyering.net>
5298
5299         Work around an fchownat bug in glibc-2.4:
5300         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
5301         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
5302         in spite of the -P option.
5303         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
5304         New macros.
5305         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
5306         * modules/openat (Files): Add lib/fchownat.c.
5307         * lib/openat.c (fchownat): Don't define here.  Move to...
5308         * lib/fchownat.c: ...this new file.
5309
5310 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
5311
5312         Fix bug reported by Bruno Haible in
5313         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
5314         where quotearg.c didn't compile on Mac OS X 10.2 because it
5315         lacks <wchar.h> and wint_t.
5316         * lib/wctype_.h (__wctype_wint_t): New type.
5317         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
5318         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
5319         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
5320         Arg is now of type __wctype_wint_t, not wint_t.
5321         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
5322         substitute HAVE_WINT_T.
5323         * modules/wctype (Files): Add m4/wint_t.m4.
5324         (wctype.h): Substitute HAVE_WINT_T.
5325
5326 2006-12-23  Bruno Haible  <bruno@clisp.org>
5327
5328         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
5329
5330 2006-12-23  Bruno Haible  <bruno@clisp.org>
5331
5332         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
5333         S_ISLNK.
5334         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
5335         mingw.
5336
5337 2006-12-22  Bruno Haible  <bruno@clisp.org>
5338
5339         * lib/copy-file.c: Include acl.h.
5340         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
5341         Close the file descriptors only after being done with copy_acl.
5342         * modules/copy-file (Depends-on): Add acl.
5343
5344 2006-12-22  Bruno Haible  <bruno@clisp.org>
5345
5346         * gnulib-tool (SED): New variable.
5347         Use $SED instead of sed everywhere.
5348
5349 2006-12-22  Bruno Haible  <bruno@clisp.org>
5350
5351         * modules/no-c++: New file.
5352         * m4/no-c++.m4: New file.
5353         * MODULES.html.sh (Support for building libraries and executables):
5354         Add no-c++.
5355
5356 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
5357
5358         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5359         Include <limits.h>, and use its INT_MAX to rewrite the
5360         j loop so that it does not overflow 'int'.  Problem reported by
5361         Ralf Wildenhues in
5362         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
5363         Play it safe by shifting left by 1 rather than multiplying by 2,
5364         as GCC is less likely to optimize this away when the value
5365         is signed (when it assumes overflow leads to undefined behavior).
5366         Also, don't assume time_t uses two's complement.
5367
5368 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5369
5370         * MODULES.html.sh: New module wctype.
5371         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
5372         * lib/fnmatch.c: Don't bother to include <wchar.h> before
5373         <wctype.h>, since the new wctype module should fix this.
5374         * lib/quotearg.c: Include <wctype.h> unconditionally, since
5375         the wctype module should arrange for it.
5376         * lib/regex_internal.h: Likewise.
5377         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
5378         since the wctype module should handle this now.
5379         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
5380         * modules/fnmatch (Depends-on): Add wctype.
5381         * modules/quotearg (Depends-on): Likewise.
5382         * modules/regex (Depends-on): Likewise.
5383
5384 2006-12-19  Bruno Haible  <bruno@clisp.org>
5385
5386         * lib/strdup.h [C++]: Wrap definitions in extern "C".
5387         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
5388
5389 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5390
5391         * modules/savewd (Depends-on): Fix dependency on fcntl.
5392
5393 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5394
5395         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
5396         conforms to C99, rather than relying on the user's environment
5397         setting of STDINT_H.
5398
5399 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5400         and Eric Blake  <ebb9@byu.net>
5401
5402         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
5403         This is more consistent with the other defines here.
5404         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
5405         Port to z/OS.  Problem reported by Paul Gilmartin.
5406         Change local vars to use gl_ prefix rather than ac_.
5407         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
5408         with other defines.
5409         * modules/double-slash-root: New module.
5410         * modules/dirname (Files): Remove m4/double-slash-root.m4.
5411         (Depends-on): Add double-slash-root.
5412         * MODULES.html.sh (File system functions): Mention new module.
5413
5414 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5415
5416         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
5417         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
5418         This is for the benefit of gzip, which doesn't do i18n.
5419
5420 2006-12-12  Jim Meyering  <jim@meyering.net>
5421
5422         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
5423         Reported by Andreas Schwab <schwab@suse.de>.
5424
5425 2006-12-12  Bruno Haible  <bruno@clisp.org>
5426
5427         Merge these changes.
5428         2006-09-05  Bruno Haible  <bruno@clisp.org>
5429         * lib/iconvme.c (iconv_string): No need to save and restore errno when
5430         iconv_alloc succeeded.
5431         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
5432         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
5433         test for " && dest " at the end - dest is always != NULL there. Call
5434         iconv with 4xNULL arguments initially, to reset the state. Call iconv
5435         with 2xNULL arguments, also to flush the state storage. Handle the
5436         IRIX iconv behaviour. Realloc the final result, to throw away unused
5437         memory.
5438
5439 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
5440
5441         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
5442         and fchmodat unconditionally, since glibc 2.4 has them.
5443         Problem reported by Arkadiusz Miskiewicz.
5444
5445 2006-12-10  Bruno Haible  <bruno@clisp.org>
5446
5447         * gnulib-tool (func_import): Show the include files only for those
5448         modules that are copied and specified.
5449         Reported by Karl Berry.
5450
5451 2006-12-08  Jim Meyering  <jim@meyering.net>
5452
5453         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
5454         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
5455
5456         * build-aux/announce-gen: Add two new options, both optional:
5457         --bootstrap-tools=TOOL_LIST
5458               a comma-separated list of tools, e.g.,
5459               autoconf,automake,bison,gnulib
5460         --gnulib-snapshot-date=DATE
5461               if gnulib is in the bootstrap tool list,
5462               then report this as the snapshot date.
5463               If not specified, use the current date/time.
5464               If you specify a date here, be sure it's UTC.
5465
5466 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5467
5468         * tests/test-argp-2.sh: Fix test to match actual output.
5469         (func_compare): Fix sed script to be portable.
5470
5471 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5472
5473         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
5474         workaround for this case.  It is not autoconfigured now; offhand
5475         it's hard to see how to autoconfigure it.
5476
5477 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
5478
5479         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
5480         a directory that is about to be chowned.  Such a directory's
5481         initial file permissions should permit the owner only and this
5482         should not be changed until after the chown, since the group and
5483         other bits would be incorrect if they granted permission before
5484         the chown.
5485
5486         Fix porting problem for iswctype reported by Georg Schwarz in:
5487         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
5488         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
5489         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
5490         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
5491         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5492
5493 2006-12-03  Jim Meyering  <jim@meyering.net>
5494
5495         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
5496         p->fts_statp may not yet be defined.
5497         (fts_read): Instead, set it in the caller, once p->fts_statp is
5498         sure to be defined, and corresponds to a top-level directory.
5499         This bug made du -x fail.  Here's the coreutils test case:
5500         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
5501         Reported by Mike Frysinger.
5502
5503 2006-12-01  Jim Meyering  <jim@meyering.net>
5504
5505         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
5506         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
5507         Reported by Simon Josefsson.
5508
5509 2006-11-30  Jim Meyering  <jim@meyering.net>
5510
5511         * m4/warning.m4: Use the all-permissive copyright notice
5512         recommended by RMS (rather than LGPL).
5513         * m4/vararrays.m4: Likewise.
5514         * m4/flexmember.m4: Likewise.
5515
5516 2006-11-29  Bruno Haible  <bruno@clisp.org>
5517
5518         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5519         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
5520         using +=.
5521         Reported by Simon Josefsson <simon@josefsson.org>.
5522
5523 2006-11-28  James Youngman <jay@gnu.org>
5524
5525         * README: Advise users that they might find the bug-gnulib@gnu.org
5526         and autotools-announce@gnu.org mailing lists useful.
5527
5528 2006-11-28  Bruno Haible  <bruno@clisp.org>
5529
5530         * m4/ptrdiff_max.m4: Remove file.
5531
5532 2006-11-21  Bruno Haible  <bruno@clisp.org>
5533
5534         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
5535         _AC_COMPUTE_INT.
5536         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5537         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
5538         _AC_COMPUTE_INT.
5539         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5540         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
5541         _AC_COMPUTE_INT.
5542         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5543
5544 2006-11-28  Jim Meyering  <jim@meyering.net>
5545
5546         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
5547         warning from "gcc -Wshadow" about shadowing the builtin.
5548
5549 2006-11-27  Bruno Haible  <bruno@clisp.org>
5550
5551         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
5552         _AC_COMPUTE_INT.
5553         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5554
5555 2006-11-27  Bruno Haible  <bruno@clisp.org>
5556             Paul Eggert  <eggert@cs.ucla.edu>
5557
5558         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
5559
5560 2006-11-26  Bruno Haible  <bruno@clisp.org>
5561
5562         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5563         noinst_LTLIBRARIES.
5564
5565 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5566             Bruno Haible  <bruno@clisp.org>
5567
5568         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
5569         if compiling with "gcc -ansi".
5570
5571 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5572
5573         Fix some incompatibilities with gcc -ansi -pedantic.
5574         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
5575         if compiling pedantically with GCC, unless it's C99 or later.
5576         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
5577         it mishandles gcc -ansi -pedantic as well.
5578         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
5579         if gcc -pedantic.
5580         * lib/regexec.c (check_node_accept_bytes): Don't use auto
5581         initializers for struct if -pedantic, unless it's C99 or later.
5582
5583 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
5584
5585         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
5586         Don't close an fd more than once. Identical atimes indicate
5587         success, not failure.
5588
5589 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
5590
5591         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
5592
5593 2006-11-23  Jim Meyering  <jim@meyering.net>
5594
5595         * build-aux/announce-gen: New file.  From coreutils.
5596
5597 2006-11-22  Jim Meyering  <jim@meyering.net>
5598
5599         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
5600         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
5601         (fts_read): Use a temporary to narrow the overused st_size member
5602         before using it in a switch statement.  Reported by Matthew Woehlke.
5603
5604         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
5605         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5606
5607 2006-11-20  Bruno Haible  <bruno@clisp.org>
5608
5609         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
5610         changequote instead of pairs of brackets.
5611         Reported by Andreas Schwab <schwab@suse.de>.
5612
5613 2006-11-21  Jim Meyering  <jim@meyering.net>
5614
5615         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
5616         so as to remain compatible with older compilers.
5617         Patch from Michael Deutschmann.
5618
5619 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5620
5621         * MODULES.html.sh (File system functions): Add openat.
5622
5623         * lib/openat.h (rpl_fstatat): New macro, if
5624         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
5625         (fstatat): Define to rpl_fstatat under the same conditions,
5626         unless COMPILING_FSTATAT.
5627         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
5628         seems to have the bug.
5629         * lib/fstatat.c: New file.
5630         * modules/openat (Files): Add it.
5631
5632 2006-11-20  Bruno Haible  <bruno@clisp.org>
5633
5634         * Makefile: New file.
5635
5636 2006-11-20  Jim Meyering  <jim@meyering.net>
5637
5638         The beginnings of syntax-related checks for gnulib.
5639         * lib/Makefile: New file.
5640         * lib/t-idcache: New script.  Ensure that the two halves of
5641         idcache.c stay in sync.
5642
5643         * lib/idcache.c: Adjust comments in user- and group- portions to
5644         be more accurate, and to be consistent with one another.
5645
5646 2006-11-20  Jim Meyering  <jim@meyering.net>
5647
5648         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
5649         continue using the flexible array member (thus, this module performs
5650         half as many malloc calls), with the addition that...
5651         (getgroup, getuser): Consistently record a non-match via an empty
5652         "name" string, and map an empty string match to a NULL return value.
5653         * modules/idcache (Depends-on): Re-add flexmember.
5654
5655         * lib/idcache.c (getuser): Remove all uses of the register keyword.
5656         (getuidbyname, getgroup, getgidbyname): Likewise.
5657
5658         Use cleaner syntax: NULL rather than 0.
5659         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
5660
5661 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5662
5663         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
5664         It mishandled the case where the group was missing.
5665         Problem reported by Greg Schafer.
5666         * modules/idcache: Likewise.
5667
5668 2006-11-18  Jim Meyering  <jim@meyering.net>
5669
5670         * check-module (%exempt_header): Add exception for some
5671         conditionally-included headers.
5672
5673         * modules/i-ring (Depends-on): Add verify.
5674         (License): Change to LGPL.
5675
5676 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
5677
5678         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
5679         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
5680         and inttostr.h.  Use snprintf rather than uinttostr, so that
5681         LGPLed code doesn't depend on GPLed.
5682
5683 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5684
5685         * modules/inline (License): Change from GPL to LGPL.
5686
5687 2006-11-17  Jim Meyering  <jim@meyering.net>
5688
5689         * modules/d-type (License): Switch to LGPL.
5690
5691 2006-11-15  Bruno Haible  <bruno@clisp.org>
5692
5693         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
5694
5695 2006-11-15  Eric Blake  <ebb9@byu.net>
5696
5697         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
5698         the module dependency.
5699
5700 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5701             Bruno Haible  <bruno@clisp.org>
5702
5703         * gnulib-tool (func_create_testdir): Add license consistency check.
5704
5705 2006-11-15  Eric Blake  <ebb9@byu.net>
5706
5707         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
5708         random "(cached)" in configure output.
5709
5710 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5711
5712         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
5713         test for conforming inttypes.h is both announced and cached.
5714
5715         * MODULES.html.sh (seen_modules, seen_files): New variables.
5716         (func_module): Rewrite to use a few less gnulib-tool and sed
5717         invocations.  Avoid a couple of quadratic algorithms for ...
5718         (missed_modules, missed_files): ... these, with ...
5719         (func_append, func_tmpdir): ... these new functions, from
5720         gnulib-tool.  Analogously, install traps for cleanup.
5721
5722         * tests/test-gc.c (main): Remove unused variables.
5723         * tests/test-read-file.c: Include stdlib.h, for 'free'.
5724
5725 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5726
5727         * modules/inttostr (License): Change to LGPL.
5728
5729 2006-11-14  Eric Blake  <ebb9@byu.net>
5730
5731         * modules/tempname (License): Change to LGPL.
5732
5733 2006-11-14  Eric Blake  <ebb9@byu.net>
5734
5735         * doc/functions.texi (Function Portability): *printf functions on
5736         Cygwin now understand all POSIX size specifiers.
5737
5738 2006-11-14  Bruno Haible  <bruno@clisp.org>
5739
5740         * modules/c-ctype (License): Change to LGPL.
5741
5742 2006-11-12  Bruno Haible  <bruno@clisp.org>
5743
5744         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
5745         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
5746         for GNOME libraries, for which the include files are installed in
5747         subdirectories of $prefix/include.
5748
5749 2006-11-12  Bruno Haible  <bruno@clisp.org>
5750
5751         * m4/lib-link.m4: Require at least autoconf-2.54.
5752         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
5753         name to underscores for the --with option.
5754
5755 2006-11-13  Bruno Haible  <bruno@clisp.org>
5756
5757         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
5758         the tests directory.
5759         Reported by Ralf Wildenhues.
5760
5761 2006-11-13  Bruno Haible  <bruno@clisp.org>
5762
5763         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
5764         (func_emit_initmacro_end): Undo the override here.
5765         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
5766         Works around the famous automake error in coreutils.
5767
5768 2006-11-13  Eric Blake  <ebb9@byu.net>
5769
5770         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
5771         element, not its node.
5772
5773 2006-11-12  Bruno Haible  <bruno@clisp.org>
5774
5775         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
5776         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
5777
5778 2006-11-12  Bruno Haible  <bruno@clisp.org>
5779
5780         * gnulib-tool: New option --local-symlink.
5781         (func_usage): Document it.
5782         (lsymbolic): New variable.
5783         (func_import, func_create_testdir): If --symlink was not specified,
5784         test whether --local-symlink was specified and the file comes from
5785         the local_gnulib_dir.
5786
5787 2006-11-12  Bruno Haible  <bruno@clisp.org>
5788
5789         * gnulib-tool (func_ln): New function.
5790         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
5791
5792 2006-11-12  Bruno Haible  <bruno@clisp.org>
5793
5794         Finish support for source files in subdirectories.
5795         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
5796         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
5797         AUTOMAKE_OPTIONS.
5798         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
5799
5800 2006-11-12  Bruno Haible  <bruno@clisp.org>
5801
5802         * gnulib-tool (func_get_automake_snippet): Synthesize also an
5803         EXTRA_lib_SOURCES augmentation.
5804         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
5805
5806 2006-11-12  Jim Meyering  <jim@meyering.net>
5807
5808         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
5809         file descriptors.  This also averts a failure on systems with
5810         native openat support when a traversed directory lacks "x" access.
5811         * lib/fts_.h: Include "i-ring.h"
5812         (struct FTS) [fts_fd_ring]: New member.
5813         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
5814         (FCHDIR): Add parentheses.
5815         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
5816         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
5817         When descending, rather than simply closing the previous
5818         fts_cwd_fd value, push that file descriptor onto the ring.
5819         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
5820         (fts_open): Initialize the new fd_ring member.
5821         (fts_close): Clear the ring.
5822         (fts_safe_changedir): When possible, use our new fd_ring to skip
5823         the diropen and fstat and dev/ino comparison that would normally
5824         accompany a virtual `chdir ("..")'.
5825
5826         * modules/fts (Depends-on): Add i-ring.
5827         * modules/i-ring: New module.
5828         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
5829         * m4/i-ring.m4: New file.
5830
5831 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5832
5833         * gnulib-tool (func_create_testdir): Fix replacement of
5834         `build-aux' in configure.ac.  Run autotools in gltests
5835         subdirectory.
5836         (func_create_testdir, func_create_megatestdir, test): There is
5837         no need for '--force' in most autotool invocations in a new
5838         tree.  Actually fail the whole test if any of the tools, or the
5839         configure or make stages fail.
5840
5841         Sync from Automake.
5842         * build-aux/gnupload: Revert last change.  Add pointer to upload
5843         instructions of the GNU Maintenance Instructions.
5844         Suggestion by Karl Berry.
5845
5846 2006-11-10  Jim Meyering  <jim@meyering.net>
5847
5848         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
5849
5850 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5851
5852         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
5853         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
5854         (bind_textdomain_codeset) [! ENABLE_NLS]:
5855         Evaluate all the arguments.  That way, callers get compatible behavior
5856         if the arguments have side effects.  Also, it avoids some GCC
5857         diagnostics in some cases; Joel E. Denny reported problems when Bison
5858         was configured with --enable-gcc-warnigs.
5859
5860 2006-11-10  Jim Meyering  <jim@meyering.net>
5861
5862         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
5863         relevant options in CFLAGS (like -O, -fno-inline) are taken into
5864         account.
5865
5866 2006-11-10  Jim Meyering  <jim@meyering.net>
5867
5868         * modules/inline: New file/module.
5869         * modules/xalloc (Files): Remove m4/inline.m4.
5870         (Depends-on): Add inline, instead.
5871         * modules/oset: Likewise.
5872         * modules/list: Likewise.
5873
5874 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5875
5876         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
5877         Problem reported by Matthew Woehlke.
5878
5879 2006-11-09  Bruno Haible  <bruno@clisp.org>
5880
5881         * lib/tempname.c (gen_tempname): Remove variant that invokes
5882         __gen_tempname.
5883         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
5884         __gen_tempname.
5885
5886 2006-11-08  Bruno Haible  <bruno@clisp.org>
5887
5888         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
5889         to 'yes' instead of 'cross-compiling'.
5890
5891 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
5892
5893         * lib/quotearg.h (quotearg_free): New decl.
5894         * lib/quotearg.c (quotearg_free): New function.
5895         (slot0, nslots, slotvec0, slotvec):
5896         Now file-scope so that quotearg_free can get at them.
5897
5898 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5899
5900         Sync from Automake.
5901         * build-aux/gnupload: Add missing 'gnu' to example URL.
5902         Report by Karl Berry.
5903
5904 2006-11-08  Bruno Haible  <bruno@clisp.org>
5905
5906         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
5907         Suggested by Paul Eggert.
5908
5909 2006-11-08  Jim Meyering  <jim@meyering.net>
5910
5911         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
5912         It's already included if !_LIBC.
5913         (fts_safe_changedir): Add a comment.
5914
5915 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5916
5917         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
5918         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
5919         Matthew Woehlke.
5920
5921         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
5922         definitions up, to avoid colliding with change below.
5923         (static_inline) [HAVE_INLINE]: New macro.
5924         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
5925         Provide extern decls when !HAVE_INLINE.  Do not define unless
5926         static_inline is defined, either by us or by xmalloc.c.  Use
5927         static_inline rather than static inline.
5928         (XCALLOC): Optimize sizeof(T) = 1 case.
5929         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
5930
5931 2006-11-07  Bruno Haible  <bruno@clisp.org>
5932
5933         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
5934         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
5935         AC_C_INLINE.
5936         * modules/xalloc (Files): Add m4/inline.m4.
5937
5938 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5939
5940         * README: Fix typo.
5941         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
5942         (Miscellanous Notes): ...from this.
5943
5944 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5945
5946         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
5947         Mention that offsetof should be used instead of sizeof.
5948         From Bruno Haible.
5949
5950 2006-11-07  Bruno Haible  <bruno@clisp.org>
5951
5952         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
5953
5954 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5955
5956         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5957         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
5958         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5959         (gl_tree_add_before, gl_tree_add_after):
5960         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
5961         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
5962         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5963         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
5964         (gl_linked_add_after, gl_linked_add_at): Likewise.
5965         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
5966         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5967         (gl_tree_add_before, gl_tree_add_after): Likewise.
5968         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
5969         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
5970         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5971
5972 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5973
5974         * lib/gl_oset.h: Use C comment style, not C++ comment style.
5975
5976 2006-11-06  Bruno Haible  <bruno@clisp.org>
5977
5978         * m4/inline.m4: New file.
5979         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
5980         * modules/list (Files): Add m4/inline.m4.
5981         * modules/oset (Files): Likewise.
5982
5983 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5984
5985         * lib/idcache.c: Include <stddef.h>, for offsetof.
5986         (struct userid.name): Change from char * to a flexible array member.
5987         All uses changed.
5988         * modules/idcache (Depends-on): Add flexmember.
5989
5990         * MODULES.html.sh (Core language properties): New module flexmember.
5991         * modules/flexmember, m4/flexmember.m4: New files.
5992
5993         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
5994         inline functions that are identical with the old xnmalloc_inline,
5995         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
5996         that we can avoid some unnecessary integer multiplications and
5997         divisions in the common case where the element size is known at
5998         compile time.
5999         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
6000         needed.
6001         (xnboundedmalloc): Remove.
6002         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
6003         arguments, for consistency with rest of this header.
6004         (xcharalloc): Rewrite using XNMALLOC.
6005         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
6006         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
6007         versions have been moved to lib/xalloc.h and renamed to be the
6008         non-*_inline versions.
6009         (xmalloc, xrealloc): Implement without reference to the xnmalloc
6010         and xnrealloc functions, since those functions are now inline and
6011         now call us.
6012         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
6013         renaming described above.
6014         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
6015         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
6016         captures the dependency in AC_C_INLINE.
6017
6018         New module canonicalize-lgpl, proposed by Charles Wilson in
6019         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
6020         with a few small changes afterwards.
6021         * MODULES.html.sh (File system functions): New module
6022         canonicalize-lgpl.
6023         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
6024         and canonicalize_file_name.
6025         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
6026         * modules/canonicalize-lgpl: New files.
6027
6028 2006-11-05  Bruno Haible  <bruno@clisp.org>
6029
6030         * gnulib-tool (func_import, func_create_testdir): Create directories
6031         also for files in subdirectories of lib/.
6032
6033 2006-11-05  Bruno Haible  <bruno@clisp.org>
6034
6035         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
6036         ANSI C compliant.
6037
6038 2006-11-03  Bruno Haible  <bruno@clisp.org>
6039
6040         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
6041         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
6042         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
6043         (xnboundedmalloc): New inline function.
6044         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
6045         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
6046         xmalloc.
6047         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
6048         xmalloc.
6049         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
6050         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
6051         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
6052         xmalloc.
6053         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
6054         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
6055         xmalloc.
6056         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
6057         gl_tree_add_after): Use XMALLOC instead of xmalloc.
6058         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
6059         xmalloc.
6060         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
6061         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
6062         gl_tree_add_after): Use XMALLOC instead of xmalloc.
6063         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
6064         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
6065         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
6066         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
6067
6068 2006-11-03  Bruno Haible  <bruno@clisp.org>
6069
6070         * lib/c-ctype.h [C++]: Define functions without name mangling.
6071         * lib/fwriteerror.h [C++]: Likewise.
6072         * lib/gcd.h [C++]: Likewise.
6073         * lib/linebreak.h [C++]: Likewise.
6074
6075 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
6076
6077         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
6078         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
6079         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
6080         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6081         Check for functions and headers just once.
6082         Check for declaration of canonicalize_file_name.
6083         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
6084
6085 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6086
6087         * gnulib-tool (func_import): Fix typo in actioncmd.
6088
6089 2006-11-02  Bruno Haible  <bruno@clisp.org>
6090
6091         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
6092         newline sequence in the Makefile.am snippet as a space, like "make"
6093         does.
6094         Reported by Roger Persson <perrog@gmail.com>.
6095
6096 2006-11-01  Bruno Haible  <bruno@clisp.org>
6097
6098         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
6099         already declared in <string.h>.
6100         * lib/strcase.h (strncasecmp): Don't declare it if yes.
6101
6102 2006-11-01  Bruno Haible  <bruno@clisp.org>
6103
6104         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
6105         * lib/strcase.h: Include <string.h>.
6106         (strcasecmp): Define to rpl_strcasecmp here.
6107
6108 2006-11-01  Bruno Haible  <bruno@clisp.org>
6109
6110         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
6111
6112 2006-11-01  Eric Blake  <ebb9@byu.net>
6113
6114         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
6115
6116         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
6117
6118 2006-10-29  Bruno Haible  <bruno@clisp.org>
6119
6120         Make it compile in C++ mode.
6121         * lib/full-write.c (full_rw): Add a cast.
6122
6123 2006-11-01  Bruno Haible  <bruno@clisp.org>
6124
6125         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
6126         be POSIX compliant.
6127         Reported by Roger Persson <perrog@gmail.com>.
6128
6129 2006-11-01  Eric Blake  <ebb9@byu.net>
6130
6131         * lib/getopt_.h: Fix comments.
6132
6133 2006-10-31  Eric Blake  <ebb9@byu.net>
6134
6135         * modules/tmpdir (Depends-on): Add sys_stat.
6136         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
6137         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
6138         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
6139         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
6140         tempname.
6141
6142 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
6143
6144         Avoid some C++ diagnostics reported by Bruno Haible.
6145         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
6146         xmalloc.
6147         (quotearg_alloc): Use xcharalloc rather than xmalloc.
6148         (struct slotvec): Move to top level.
6149         (quotearg_n_options): Rewrite to avoid xmalloc.
6150         * lib/xalloc.h (xcharalloc): New function.
6151         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
6152         [defined __cplusplus]: Add function template that provides result
6153         type propagation.  This part of the change is from Bruno Haible.
6154
6155 2006-10-29  Bruno Haible  <bruno@clisp.org>
6156
6157         Make it compile in C++ mode.
6158         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
6159         * lib/strnlen1.c (strnlen1): Cast memchr result.
6160         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
6161         * lib/clean-temp.c (string_equals, string_hash): Add casts.
6162         (create_temp_dir): Rename local variable 'template'.
6163         (compile_csharp_using_sscli): Add cast.
6164         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
6165         * lib/findprog.c (find_in_path): Likewise.
6166         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
6167         * lib/wait-process.c (register_slave_subprocess): Likewise.
6168
6169 2006-10-22  Bruno Haible  <bruno@clisp.org>
6170
6171         * modules/tsearch: New file.
6172         * lib/tsearch.h: New file.
6173         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
6174         * m4/tsearch.m4: New file.
6175         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
6176
6177 2006-10-29  Eric Blake  <ebb9@byu.net>
6178
6179         * lib/arcfour.c: Assume config.h.
6180         * lib/arctwo.c: Likewise.
6181         * lib/base64.c: Likewise.
6182         * lib/check-version.c: Likewise.
6183         * lib/crc.c: Likewise.
6184         * lib/des.c: Likewise.
6185         * lib/gc-gnulib.c: Likewise.
6186         * lib/gc-libgcrypt.c: Likewise.
6187         * lib/gc-pbkdf2-sha1.c: Likewise.
6188         * lib/getaddrinfo.c: Likewise.
6189         * lib/getdelim.c: Likewise.
6190         * lib/getline.c: Likewise.
6191         * lib/hmac-md5.c: Likewise.
6192         * lib/hmac-sha1.c: Likewise.
6193         * lib/iconvme.c: Likewise.
6194         * lib/md2.c: Likewise.
6195         * lib/md4.c: Likewise.
6196         * lib/memxor.c: Likewise.
6197         * lib/read-file.c: Likewise.
6198         * lib/readline.c: Likewise.
6199         * lib/rijndael-alg-fst.c: Likewise.
6200         * lib/rijndael-api-fst.c: Likewise.
6201         * lib/xgetdomainname.c: Likewise.
6202
6203 2006-10-28  Eric Blake  <ebb9@byu.net>
6204
6205         * lib/xstrndup.c: Assume config.h.
6206
6207 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
6208
6209         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
6210         stat-macros.h is now for our own macros, whereas stat_h is for
6211         macros in the <sys/stat.h> name space.
6212         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
6213         (STAT_MACROS_H): Remove.
6214         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
6215         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
6216         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
6217         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
6218         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
6219         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
6220         Move these macros to ...
6221         * lib/stat_.h: here.  Don't include stat-macros.h.
6222         * lib/canonicalize.c: Don't include stat-macros.h.
6223         * lib/chown.c: Likewise.
6224         * lib/euidaccess.c: Likewise.
6225         * lib/file-type.c: Likewise.
6226         * lib/filemode.c: Likewise.
6227         * lib/glob.c: Likewise.
6228         * lib/isapipe.c: Likewise.
6229         * lib/lchown.c: Likewise.
6230         * lib/lstat.c: Likewise.
6231         * lib/mkdir-p.c: Likewise.
6232         * lib/rmdir.c: Likewise.
6233         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
6234         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
6235         unless mkdir isn't declared, to speed up 'configure'.
6236         Always create sys/stat.h, since it's unlikely any real sys/stat.h
6237         would define all the S_* symbols.
6238         * modules/canonicalize (Depends-on):
6239         Depend on sys_stat, not stat-macros.
6240         * modules/chown: Likewise.
6241         * modules/euidaccess: Likewise.
6242         * modules/filemode: Likewise.
6243         * modules/file-type: Likewise.
6244         * modules/glob: Likewise.
6245         * modules/isapipe: Likewise.
6246         * modules/lchown: Likewise.
6247         * modules/lstat: Likewise.
6248         * modules/mkancesdirs: Likewise.
6249         * modules/rmdir: Likewise.
6250         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
6251         * modules/modechange: Likewise.
6252         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
6253         (configure.ac): Remove gl_STAT_MACROS.
6254         * modules/sys_stat (Depends-on): Remove stat-macros.
6255
6256 2006-10-27  Bruno Haible  <bruno@clisp.org>
6257
6258         * m4/signed.m4: Remove file.
6259         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
6260         invocation.
6261         * modules/vasnprintf (Files): Remove m4/signed.m4.
6262
6263 2006-10-27  Bruno Haible  <bruno@clisp.org>
6264
6265         Update to GNU gettext 0.16.
6266         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
6267         m4/inttypes-h.m4, m4/signed.m4.
6268         * m4/gettext.m4: Update to GNU gettext 0.16.
6269         * m4/intl.m4: New file, from GNU gettext.
6270         * m4/intldir.m4: New file, from GNU gettext.
6271         * config/srclist.txt: Update
6272
6273 2006-10-27  Eric Blake  <ebb9@byu.net>
6274
6275         * MODULES.html.sh: Document tempname.
6276         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
6277         dependencies.
6278         (Files): Move lib/tempname.c...
6279         * modules/tempname: ...to this new module.
6280         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
6281         (gl_PREREQ_TEMPNAME): Move...
6282         * m4/tempname.m4: ...to this new file.
6283         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
6284         * modules/sys_stat (Depends-on): Add stat-macros.
6285         * lib/stat_.h (includes): Pick up stat macros.
6286         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
6287         if stat macros are broken.
6288         * lib/tempname.c (includes): No need to include "stat-macros.h".
6289         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
6290         (direxists, __path_search) [!_LIBC]: Don't compile these in
6291         gnulib; the tmpdir module covers that.
6292         * lib/tempname.h: New file.
6293
6294 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
6295
6296         * COPYING: Explain how gnulib-tool converts licence headers.
6297         Almost all wording by Eric Blake.
6298
6299 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
6300
6301         * lib/mbchar.h (is_basic_table): Make read-only.
6302         * lib/mbchar.c (is_basic_table): Likewise.
6303         Reported by John Darrington.
6304
6305 2006-10-25  Bruno Haible  <bruno@clisp.org>
6306
6307         * lib/progname.h (set_program_name): Undefine before defining.
6308
6309 2006-10-25  Bruno Haible  <bruno@clisp.org>
6310
6311         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
6312         false for non-gcc C++ compilers.
6313         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
6314
6315 2006-10-24  Bruno Haible  <bruno@clisp.org>
6316
6317         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
6318         iconv implementations like Irix iconv.
6319
6320 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6321
6322         * modules/vararrays: New file.
6323         * m4/vararrays.m4: New file, taken from diffutils.
6324         * MODULES.html.sh: New module vararrays.
6325
6326 2006-10-24  Karl Berry  <karl@gnu.org>
6327
6328         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
6329         Don't call GNU Unix.
6330
6331 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6332
6333         * users.txt: Add Libtool.
6334
6335         Sync from Libtool:
6336
6337         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6338
6339         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
6340         to gnulib's policy of including config.h unconditionally.
6341
6342 2006-10-24  Bruno Haible  <bruno@clisp.org>
6343
6344         * modules/wcwidth (Files): Add m4/wint_t.m4.
6345         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
6346         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
6347
6348 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6349
6350         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
6351         to pacify GCC with some -W flags enabled.  Problem reported by
6352         Bruno Haible.
6353
6354 2006-10-24  Jim Meyering  <jim@meyering.net>
6355
6356         * MODULES.html.sh: Remove uinttostr.  It's not a module.
6357         Reported by Karl Berry.
6358
6359 2006-10-23  Bruno Haible  <bruno@clisp.org>
6360
6361         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
6362
6363 2006-10-24  Bruno Haible  <bruno@clisp.org>
6364
6365         * lib/gl_list.h: Use C comment style, not C++ comment style.
6366
6367 2006-10-23  Eric Blake  <ebb9@byu.net>
6368
6369         * lib/getaddrinfo.c (includes): Add missing include.
6370
6371 2006-10-23  Bruno Haible  <bruno@clisp.org>
6372             Paul Eggert  <eggert@cs.ucla.edu>
6373
6374         Ability to rename obstack_free.
6375         * lib/obstack.h (__obstack_free): New macro. Declare instead of
6376         obstack_free.
6377         (obstack_free): Invoke the __obstack_free macro.
6378         * lib/obstack.c (obstack_free): Use __obstack_free macro.
6379
6380 2006-10-23  Bruno Haible  <bruno@clisp.org>
6381             Paul Eggert  <eggert@cs.ucla.edu>
6382
6383         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
6384         __argc, __argv from the declaration. (They are defined as macros on
6385         mingw.)
6386
6387 2006-10-22  Bruno Haible  <bruno@clisp.org>
6388
6389         * doc/gnulib-intro.texi: New file.
6390         * doc/gnulib.texi: Include it.
6391
6392 2006-10-21  Bruno Haible  <bruno@clisp.org>
6393
6394         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
6395         "Introduction", "Miscellanous Notes", "Particular Modules".
6396
6397 2006-10-21  Bruno Haible  <bruno@clisp.org>
6398
6399         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6400         Change mostlyclean-local rule to avoid sh syntax error from bash
6401         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
6402
6403 2006-10-23  Jim Meyering  <jim@meyering.net>
6404
6405         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
6406         in place of snprintf.
6407
6408         * modules/inttostr (Files): Add lib/uinttostr.c.
6409         * lib/uinttostr.c (inttostr): New file/function.
6410         * lib/inttostr.h (uinttostr): Declare.
6411         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
6412         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
6413         Add uinttostr.
6414         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
6415
6416 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6417
6418         * lib/canonicalize.c (ELOOP): Define if not already defined.
6419         Problem reported by Bruno Haible in
6420         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
6421
6422 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6423
6424         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
6425         Problem reported by Perry Smith and Ville Laurikari.
6426
6427         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
6428         uses.
6429
6430 2006-10-19  Bruno Haible  <bruno@clisp.org>
6431
6432         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
6433         for mingw.
6434
6435 2006-10-19  Bruno Haible  <bruno@clisp.org>
6436
6437         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
6438         Needed for mingw.
6439
6440 2006-10-19  Bruno Haible  <bruno@clisp.org>
6441
6442         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
6443
6444 2006-10-19  Bruno Haible  <bruno@clisp.org>
6445
6446         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
6447         it.
6448
6449 2006-10-19  Bruno Haible  <bruno@clisp.org>
6450
6451         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
6452         invocation.
6453
6454 2006-10-19  Bruno Haible  <bruno@clisp.org>
6455
6456         * gnulib-tool (func_create_testdir): Don't include ftruncate and
6457         mountlist by default.
6458
6459 2006-10-16  Bruno Haible  <bruno@clisp.org>
6460
6461         * lib/c-strstr.c: Include c-strstr.h.
6462
6463 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6464
6465         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
6466         in a slash.
6467
6468 2006-10-18  Bruno Haible  <bruno@clisp.org>
6469
6470         * lib/lock.h [C++]: Wrap definitions in extern "C".
6471
6472 2006-10-18  Bruno Haible  <bruno@clisp.org>
6473
6474         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
6475         gl_LIBOBJS list.
6476
6477 2006-10-18  Bruno Haible  <bruno@clisp.org>
6478
6479         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
6480
6481 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
6482
6483         * lib/xstrtol.h: Include gettext.h.
6484         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
6485         Problem reported by Eric Blake.
6486         * modules/xstrtol (Depends-on): Add gettext-h.
6487
6488 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
6489
6490         * lib/strftime.c (advance): New macro.
6491         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
6492         incomplete type, so you can't add 0 to it.  Problem and patch
6493         reported by Eelco Dolstra for dietlibc.
6494
6495 2006-10-18  Jim Meyering  <jim@meyering.net>
6496
6497         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
6498         type for a local, and rename it: s/up/user_proc/.
6499
6500 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
6501
6502         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
6503         READ_UTMP_USER_PROCESS.
6504         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
6505
6506 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
6507
6508         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
6509         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
6510
6511 2006-10-17  Eric Blake  <ebb9@byu.net>
6512
6513         * lib/sigprocmask.c (sigprocmask): Fix typo.
6514
6515         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
6516
6517         * modules/clean-temp (Makefile.am): Don't add to make output...
6518         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
6519         config.h.
6520
6521 2006-10-17  Bruno Haible  <bruno@clisp.org>
6522
6523         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
6524         differently if DEFAULT_TEXT_DOMAIN is set.
6525
6526 2006-10-16  Bruno Haible  <bruno@clisp.org>
6527
6528         * lib/clean-temp.c: Include fwriteerror.h.
6529
6530 2006-10-16  Bruno Haible  <bruno@clisp.org>
6531
6532         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
6533
6534 2006-10-16  Bruno Haible  <bruno@clisp.org>
6535
6536         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
6537         * lib/sigprocmask.h: Include <sys/types.h>.
6538         (sigset_t): Use the system's definition if present.
6539
6540 2006-10-17  Eric Blake  <ebb9@byu.net>
6541
6542         * lib/xvasprintf.c (includes): Assume config.h.
6543         * lib/xasprintf.c (includes): Likewise.
6544
6545 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6546
6547         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
6548         at least as wide as intmax_t.
6549
6550 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
6551
6552         (Imported from Automake.)
6553         * build-aux/gnupload: Update to version 1.1 of directive file.
6554
6555 2006-10-16  Eric Blake  <ebb9@byu.net>
6556
6557         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
6558         match Automake 1.10a.
6559
6560 2006-10-14  Bruno Haible  <bruno@clisp.org>
6561
6562         * modules/sigprocmask: New file.
6563         * lib/sigprocmask.h: New file.
6564         * lib/sigprocmask.c: New file.
6565         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
6566         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
6567         request sigprocmask.o.
6568         (gl_PREREQ_SIGPROCMASK): New macro.
6569         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
6570         (Depends-on): Add sigprocmask.
6571         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
6572         gt_SIGNALBLOCKING. Test for 'raise' only once.
6573         * lib/fatal-signal.c: Include sigprocmask.h.
6574         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
6575         unblock_fatal_signals): Define always.
6576         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6577         sigprocmask.
6578
6579 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
6580
6581         Sync from Automake.
6582         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
6583         which incorrectly sets the mode of an existing destination
6584         directory.  In some cases the unpatched install-sh could do the
6585         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
6586         system.  We hope this is rare in practice, but it's clearly worth
6587         fixing.  Problem reported by Alex Unleashed in
6588         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
6589         Also, don't bother to check for -m bugs unless we're using -m;
6590         suggested by Stepan Kasal.
6591
6592 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6593
6594         Sync from Automake.
6595         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
6596         `-c' flag, so they appear at the same position as in %FASTDEP%
6597         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
6598         which ignores unknown options only after the first non-option.
6599         Bug report against M4 by Nelson H. F. Beebe.
6600
6601 2006-10-13  Jim Meyering  <jim@meyering.net>
6602
6603         Fix a bug in yesterday's change.
6604         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
6605         p->fts_statp->st_dev would be used uninitialized.
6606         Ensures that we always call fts_stat on the very first entry.
6607         Miklos Szeredi reported that find -xdev stopped working.
6608
6609 2006-10-12  Bruno Haible  <bruno@clisp.org>
6610
6611         * gnulib-tool (func_get_automake_snippet): Append an automatically
6612         computed EXTRA_DIST augmentation.
6613         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
6614         * modules/alloca-opt (Makefile.am): Likewise.
6615         * modules/allocsa (Makefile.am): Likewise.
6616         * modules/arcfour (Makefile.am): Likewise.
6617         * modules/arctwo (Makefile.am): Likewise.
6618         * modules/argmatch (Makefile.am): Likewise.
6619         * modules/argz (Makefile.am): Likewise.
6620         * modules/atexit (Makefile.am): Likewise.
6621         * modules/backupfile (Makefile.am): Likewise.
6622         * modules/byteswap (Makefile.am): Likewise.
6623         * modules/c-strtod (Makefile.am): Likewise.
6624         * modules/c-strtold (Makefile.am): Likewise.
6625         * modules/calloc (Makefile.am): Likewise.
6626         * modules/canon-host (Makefile.am): Likewise.
6627         * modules/canonicalize (Makefile.am): Likewise.
6628         * modules/chdir-long (Makefile.am): Likewise.
6629         * modules/chdir-safer (Makefile.am): Likewise.
6630         * modules/check-version (Makefile.am): Likewise.
6631         * modules/chown (Makefile.am): Likewise.
6632         * modules/cloexec (Makefile.am): Likewise.
6633         * modules/close-stream (Makefile.am): Likewise.
6634         * modules/closeout (Makefile.am): Likewise.
6635         * modules/crc (Makefile.am): Likewise.
6636         * modules/csharpexec (Makefile.am): Likewise.
6637         * modules/cycle-check (Makefile.am): Likewise.
6638         * modules/des (Makefile.am): Likewise.
6639         * modules/dev-ino (Makefile.am): Likewise.
6640         * modules/dirfd (Makefile.am): Likewise.
6641         * modules/dirname (Makefile.am): Likewise.
6642         * modules/dup2 (Makefile.am): Likewise.
6643         * modules/eealloc (Makefile.am): Likewise.
6644         * modules/error (Makefile.am): Likewise.
6645         * modules/euidaccess (Makefile.am): Likewise.
6646         * modules/exclude (Makefile.am): Likewise.
6647         * modules/exitfail (Makefile.am): Likewise.
6648         * modules/fcntl-safer (Makefile.am): Likewise.
6649         * modules/fcntl (Makefile.am): Likewise.
6650         * modules/file-type (Makefile.am): Likewise.
6651         * modules/fileblocks (Makefile.am): Likewise.
6652         * modules/filemode (Makefile.am): Likewise.
6653         * modules/filenamecat (Makefile.am): Likewise.
6654         * modules/fnmatch (Makefile.am): Likewise.
6655         * modules/fopen-safer (Makefile.am): Likewise.
6656         * modules/fpending (Makefile.am): Likewise.
6657         * modules/fprintftime (Makefile.am): Likewise.
6658         * modules/free (Makefile.am): Likewise.
6659         * modules/fsusage (Makefile.am): Likewise.
6660         * modules/ftruncate (Makefile.am): Likewise.
6661         * modules/fts (Makefile.am): Likewise.
6662         * modules/gc-arcfour (Makefile.am): Likewise.
6663         * modules/gc-des (Makefile.am): Likewise.
6664         * modules/gc-hmac-md5 (Makefile.am): Likewise.
6665         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
6666         * modules/gc-md4 (Makefile.am): Likewise.
6667         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6668         * modules/gc-sha1 (Makefile.am): Likewise.
6669         * modules/gc (Makefile.am): Likewise.
6670         * modules/getaddrinfo (Makefile.am): Likewise.
6671         * modules/getcwd (Makefile.am): Likewise.
6672         * modules/getdelim (Makefile.am): Likewise.
6673         * modules/getdomainname (Makefile.am): Likewise.
6674         * modules/getgroups (Makefile.am): Likewise.
6675         * modules/gethostname (Makefile.am): Likewise.
6676         * modules/gethrxtime (Makefile.am): Likewise.
6677         * modules/getline (Makefile.am): Likewise.
6678         * modules/getloadavg (Makefile.am): Likewise.
6679         * modules/getlogin_r (Makefile.am): Likewise.
6680         * modules/getndelim2 (Makefile.am): Likewise.
6681         * modules/getopt (Makefile.am): Likewise.
6682         * modules/getpagesize (Makefile.am): Likewise.
6683         * modules/getpass-gnu (Makefile.am): Likewise.
6684         * modules/getpass (Makefile.am): Likewise.
6685         * modules/getsubopt (Makefile.am): Likewise.
6686         * modules/gettime (Makefile.am): Likewise.
6687         * modules/gettimeofday (Makefile.am): Likewise.
6688         * modules/getugroups (Makefile.am): Likewise.
6689         * modules/getusershell (Makefile.am): Likewise.
6690         * modules/glob (Makefile.am): Likewise.
6691         * modules/group-member (Makefile.am): Likewise.
6692         * modules/hard-locale (Makefile.am): Likewise.
6693         * modules/hash (Makefile.am): Likewise.
6694         * modules/hmac-md5 (Makefile.am): Likewise.
6695         * modules/hmac-sha1 (Makefile.am): Likewise.
6696         * modules/human (Makefile.am): Likewise.
6697         * modules/idcache (Makefile.am): Likewise.
6698         * modules/imaxabs (Makefile.am): Likewise.
6699         * modules/imaxdiv (Makefile.am): Likewise.
6700         * modules/inet_ntop (Makefile.am): Likewise.
6701         * modules/inet_pton (Makefile.am): Likewise.
6702         * modules/intprops (Makefile.am): Likewise.
6703         * modules/inttostr (Makefile.am): Likewise.
6704         * modules/inttypes (Makefile.am): Likewise.
6705         * modules/isapipe (Makefile.am): Likewise.
6706         * modules/javaversion (Makefile.am): Likewise.
6707         * modules/lchmod (Makefile.am): Likewise.
6708         * modules/lchown (Makefile.am): Likewise.
6709         * modules/localcharset (Makefile.am): Likewise.
6710         * modules/long-options (Makefile.am): Likewise.
6711         * modules/lstat (Makefile.am): Likewise.
6712         * modules/malloc (Makefile.am): Likewise.
6713         * modules/mathl (Makefile.am): Likewise.
6714         * modules/mbchar (Makefile.am): Likewise.
6715         * modules/md2 (Makefile.am): Likewise.
6716         * modules/md4 (Makefile.am): Likewise.
6717         * modules/md5 (Makefile.am): Likewise.
6718         * modules/memcasecmp (Makefile.am): Likewise.
6719         * modules/memchr (Makefile.am): Likewise.
6720         * modules/memcmp (Makefile.am): Likewise.
6721         * modules/memcoll (Makefile.am): Likewise.
6722         * modules/memcpy (Makefile.am): Likewise.
6723         * modules/memmem (Makefile.am): Likewise.
6724         * modules/memmove (Makefile.am): Likewise.
6725         * modules/mempcpy (Makefile.am): Likewise.
6726         * modules/memrchr (Makefile.am): Likewise.
6727         * modules/memset (Makefile.am): Likewise.
6728         * modules/memxor (Makefile.am): Likewise.
6729         * modules/mkancesdirs (Makefile.am): Likewise.
6730         * modules/mkdir-p (Makefile.am): Likewise.
6731         * modules/mkdir (Makefile.am): Likewise.
6732         * modules/mkdtemp (Makefile.am): Likewise.
6733         * modules/mkstemp (Makefile.am): Likewise.
6734         * modules/mktime (Makefile.am): Likewise.
6735         * modules/modechange (Makefile.am): Likewise.
6736         * modules/mountlist (Makefile.am): Likewise.
6737         * modules/nanosleep (Makefile.am): Likewise.
6738         * modules/obstack (Makefile.am): Likewise.
6739         * modules/openat (Makefile.am): Likewise.
6740         * modules/pagealign_alloc (Makefile.am): Likewise.
6741         * modules/pathmax (Makefile.am): Likewise.
6742         * modules/physmem (Makefile.am): Likewise.
6743         * modules/poll (Makefile.am): Likewise.
6744         * modules/posixtm (Makefile.am): Likewise.
6745         * modules/posixver (Makefile.am): Likewise.
6746         * modules/putenv (Makefile.am): Likewise.
6747         * modules/quote (Makefile.am): Likewise.
6748         * modules/quotearg (Makefile.am): Likewise.
6749         * modules/raise (Makefile.am): Likewise.
6750         * modules/read-file (Makefile.am): Likewise.
6751         * modules/readline (Makefile.am): Likewise.
6752         * modules/readlink (Makefile.am): Likewise.
6753         * modules/readtokens (Makefile.am): Likewise.
6754         * modules/readutmp (Makefile.am): Likewise.
6755         * modules/realloc (Makefile.am): Likewise.
6756         * modules/regex (Makefile.am): Likewise.
6757         * modules/rename-dest-slash (Makefile.am): Likewise.
6758         * modules/rename (Makefile.am): Likewise.
6759         * modules/rijndael (Makefile.am): Likewise.
6760         * modules/rmdir (Makefile.am): Likewise.
6761         * modules/rpmatch (Makefile.am): Likewise.
6762         * modules/safe-read (Makefile.am): Likewise.
6763         * modules/safe-write (Makefile.am): Likewise.
6764         * modules/same-inode (Makefile.am): Likewise.
6765         * modules/same (Makefile.am): Likewise.
6766         * modules/save-cwd (Makefile.am): Likewise.
6767         * modules/savedir (Makefile.am): Likewise.
6768         * modules/setenv (Makefile.am): Likewise.
6769         * modules/settime (Makefile.am): Likewise.
6770         * modules/sha1 (Makefile.am): Likewise.
6771         * modules/sig2str (Makefile.am): Likewise.
6772         * modules/snprintf (Makefile.am): Likewise.
6773         * modules/stat-macros (Makefile.am): Likewise.
6774         * modules/stat-time (Makefile.am): Likewise.
6775         * modules/stdbool (Makefile.am): Likewise.
6776         * modules/stdint (Makefile.am): Likewise.
6777         * modules/stdlib-safer (Makefile.am): Likewise.
6778         * modules/stpcpy (Makefile.am): Likewise.
6779         * modules/stpncpy (Makefile.am): Likewise.
6780         * modules/strcase (Makefile.am): Likewise.
6781         * modules/strcasestr (Makefile.am): Likewise.
6782         * modules/strchrnul (Makefile.am): Likewise.
6783         * modules/strcspn (Makefile.am): Likewise.
6784         * modules/strdup (Makefile.am): Likewise.
6785         * modules/strerror (Makefile.am): Likewise.
6786         * modules/strftime (Makefile.am): Likewise.
6787         * modules/strndup (Makefile.am): Likewise.
6788         * modules/strnlen (Makefile.am): Likewise.
6789         * modules/strpbrk (Makefile.am): Likewise.
6790         * modules/strsep (Makefile.am): Likewise.
6791         * modules/strstr (Makefile.am): Likewise.
6792         * modules/strtod (Makefile.am): Likewise.
6793         * modules/strtoimax (Makefile.am): Likewise.
6794         * modules/strtok_r (Makefile.am): Likewise.
6795         * modules/strtol (Makefile.am): Likewise.
6796         * modules/strtoll (Makefile.am): Likewise.
6797         * modules/strtoul (Makefile.am): Likewise.
6798         * modules/strtoull (Makefile.am): Likewise.
6799         * modules/strtoumax (Makefile.am): Likewise.
6800         * modules/strverscmp (Makefile.am): Likewise.
6801         * modules/sys_socket (Makefile.am): Likewise.
6802         * modules/sys_stat (Makefile.am): Likewise.
6803         * modules/sysexits (Makefile.am): Likewise.
6804         * modules/time_r (Makefile.am): Likewise.
6805         * modules/timegm (Makefile.am): Likewise.
6806         * modules/timespec (Makefile.am): Likewise.
6807         * modules/tmpfile-safer (Makefile.am): Likewise.
6808         * modules/trim (Makefile.am): Likewise.
6809         * modules/unistd-safer (Makefile.am): Likewise.
6810         * modules/unlinkdir (Makefile.am): Likewise.
6811         * modules/unlocked-io (Makefile.am): Likewise.
6812         * modules/userspec (Makefile.am): Likewise.
6813         * modules/utime (Makefile.am): Likewise.
6814         * modules/utimecmp (Makefile.am): Likewise.
6815         * modules/utimens (Makefile.am): Likewise.
6816         * modules/vasnprintf (Makefile.am): Likewise.
6817         * modules/vasprintf (Makefile.am): Likewise.
6818         * modules/vsnprintf (Makefile.am): Likewise.
6819         * modules/xalloc (Makefile.am): Likewise.
6820         * modules/xgetcwd (Makefile.am): Likewise.
6821         * modules/xnanosleep (Makefile.am): Likewise.
6822         * modules/xreadlink (Makefile.am): Likewise.
6823         * modules/xstrtod (Makefile.am): Likewise.
6824         * modules/xstrtol (Makefile.am): Likewise.
6825         * modules/xstrtold (Makefile.am): Likewise.
6826         * modules/yesno (Makefile.am): Likewise.
6827         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
6828
6829 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6830
6831         * modules/error (Makefile.am): Distribute files through
6832         EXTRA_DIST, not lib_SOURCES.
6833
6834 2006-10-12  Eric Blake  <ebb9@byu.net>
6835
6836         * modules/error (Makefile.am): Distribute files in /lib.
6837         * modules/obstack (Makefile.am): Likewise.
6838
6839 2006-10-12  Bruno Haible  <bruno@clisp.org>
6840
6841         * modules/acl (Makefile.am): Distribute all files in lib/ through
6842         EXTRA_DIST.
6843         * modules/arcfour (Makefile.am): Likewise.
6844         * modules/arctwo (Makefile.am): Likewise.
6845         * modules/argmatch (Makefile.am): Likewise.
6846         * modules/argz (Makefile.am): Likewise.
6847         * modules/atexit (Makefile.am): Likewise.
6848         * modules/backupfile (Makefile.am): Likewise.
6849         * modules/c-strtod (Makefile.am): Likewise.
6850         * modules/c-strtold (Makefile.am): Likewise.
6851         * modules/calloc (Makefile.am): Likewise.
6852         * modules/canon-host (Makefile.am): Likewise.
6853         * modules/canonicalize (Makefile.am): Likewise.
6854         * modules/chdir-long (Makefile.am): Likewise.
6855         * modules/chdir-safer (Makefile.am): Likewise.
6856         * modules/check-version (Makefile.am): Likewise.
6857         * modules/chown (Makefile.am): Likewise.
6858         * modules/cloexec (Makefile.am): Likewise.
6859         * modules/close-stream (Makefile.am): Likewise.
6860         * modules/closeout (Makefile.am): Likewise.
6861         * modules/crc (Makefile.am): Likewise.
6862         * modules/cycle-check (Makefile.am): Likewise.
6863         * modules/des (Makefile.am): Likewise.
6864         * modules/dirfd (Makefile.am): Likewise.
6865         * modules/dirname (Makefile.am): Likewise.
6866         * modules/dup2 (Makefile.am): Likewise.
6867         * modules/euidaccess (Makefile.am): Likewise.
6868         * modules/exclude (Makefile.am): Likewise.
6869         * modules/exitfail (Makefile.am): Likewise.
6870         * modules/fcntl-safer (Makefile.am): Likewise.
6871         * modules/file-type (Makefile.am): Likewise.
6872         * modules/fileblocks (Makefile.am): Likewise.
6873         * modules/filemode (Makefile.am): Likewise.
6874         * modules/filenamecat (Makefile.am): Likewise.
6875         * modules/fnmatch (Makefile.am): Likewise.
6876         * modules/fopen-safer (Makefile.am): Likewise.
6877         * modules/fpending (Makefile.am): Likewise.
6878         * modules/fprintftime (Makefile.am): Likewise.
6879         * modules/free (Makefile.am): Likewise.
6880         * modules/fsusage (Makefile.am): Likewise.
6881         * modules/ftruncate (Makefile.am): Likewise.
6882         * modules/fts (Makefile.am): Likewise.
6883         * modules/gc (Makefile.am): Likewise.
6884         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6885         * modules/getaddrinfo (Makefile.am): Likewise.
6886         * modules/getcwd (Makefile.am): Likewise.
6887         * modules/getdelim (Makefile.am): Likewise.
6888         * modules/getdomainname (Makefile.am): Likewise.
6889         * modules/getgroups (Makefile.am): Likewise.
6890         * modules/gethostname (Makefile.am): Likewise.
6891         * modules/gethrxtime (Makefile.am): Likewise.
6892         * modules/getline (Makefile.am): Likewise.
6893         * modules/getloadavg (Makefile.am): Likewise.
6894         * modules/getlogin_r (Makefile.am): Likewise.
6895         * modules/getopt (Makefile.am): Likewise.
6896         * modules/getpass (Makefile.am): Likewise.
6897         * modules/getpass-gnu (Makefile.am): Likewise.
6898         * modules/getsubopt (Makefile.am): Likewise.
6899         * modules/gettime (Makefile.am): Likewise.
6900         * modules/gettimeofday (Makefile.am): Likewise.
6901         * modules/getugroups (Makefile.am): Likewise.
6902         * modules/getusershell (Makefile.am): Likewise.
6903         * modules/glob (Makefile.am): Likewise.
6904         * modules/group-member (Makefile.am): Likewise.
6905         * modules/hard-locale (Makefile.am): Likewise.
6906         * modules/hash (Makefile.am): Likewise.
6907         * modules/hmac-md5 (Makefile.am): Likewise.
6908         * modules/hmac-sha1 (Makefile.am): Likewise.
6909         * modules/human (Makefile.am): Likewise.
6910         * modules/idcache (Makefile.am): Likewise.
6911         * modules/imaxabs (Makefile.am): Likewise.
6912         * modules/imaxdiv (Makefile.am): Likewise.
6913         * modules/inet_ntop (Makefile.am): Likewise.
6914         * modules/inet_pton (Makefile.am): Likewise.
6915         * modules/inttostr (Makefile.am): Likewise.
6916         * modules/isapipe (Makefile.am): Likewise.
6917         * modules/lchown (Makefile.am): Likewise.
6918         * modules/long-options (Makefile.am): Likewise.
6919         * modules/lstat (Makefile.am): Likewise.
6920         * modules/malloc (Makefile.am): Likewise.
6921         * modules/mathl (Makefile.am): Likewise.
6922         * modules/mbchar (Makefile.am): Likewise.
6923         * modules/md2 (Makefile.am): Likewise.
6924         * modules/md4 (Makefile.am): Likewise.
6925         * modules/md5 (Makefile.am): Likewise.
6926         * modules/memcasecmp (Makefile.am): Likewise.
6927         * modules/memchr (Makefile.am): Likewise.
6928         * modules/memcmp (Makefile.am): Likewise.
6929         * modules/memcoll (Makefile.am): Likewise.
6930         * modules/memcpy (Makefile.am): Likewise.
6931         * modules/memmem (Makefile.am): Likewise.
6932         * modules/memmove (Makefile.am): Likewise.
6933         * modules/mempcpy (Makefile.am): Likewise.
6934         * modules/memrchr (Makefile.am): Likewise.
6935         * modules/memset (Makefile.am): Likewise.
6936         * modules/memxor (Makefile.am): Likewise.
6937         * modules/mkancesdirs (Makefile.am): Likewise.
6938         * modules/mkdir (Makefile.am): Likewise.
6939         * modules/mkdir-p (Makefile.am): Likewise.
6940         * modules/mkdtemp (Makefile.am): Likewise.
6941         * modules/mkstemp (Makefile.am): Likewise.
6942         * modules/mktime (Makefile.am): Likewise.
6943         * modules/modechange (Makefile.am): Likewise.
6944         * modules/mountlist (Makefile.am): Likewise.
6945         * modules/nanosleep (Makefile.am): Likewise.
6946         * modules/openat (Makefile.am): Likewise.
6947         * modules/pagealign_alloc (Makefile.am): Likewise.
6948         * modules/physmem (Makefile.am): Likewise.
6949         * modules/poll (Makefile.am): Likewise.
6950         * modules/posixtm (Makefile.am): Likewise.
6951         * modules/posixver (Makefile.am): Likewise.
6952         * modules/putenv (Makefile.am): Likewise.
6953         * modules/quote (Makefile.am): Likewise.
6954         * modules/quotearg (Makefile.am): Likewise.
6955         * modules/raise (Makefile.am): Likewise.
6956         * modules/read-file (Makefile.am): Likewise.
6957         * modules/readline (Makefile.am): Likewise.
6958         * modules/readlink (Makefile.am): Likewise.
6959         * modules/readtokens (Makefile.am): Likewise.
6960         * modules/readutmp (Makefile.am): Likewise.
6961         * modules/realloc (Makefile.am): Likewise.
6962         * modules/regex (Makefile.am): Likewise.
6963         * modules/rename (Makefile.am): Likewise.
6964         * modules/rename-dest-slash (Makefile.am): Likewise.
6965         * modules/rijndael (Makefile.am): Likewise.
6966         * modules/rmdir (Makefile.am): Likewise.
6967         * modules/rpmatch (Makefile.am): Likewise.
6968         * modules/safe-read (Makefile.am): Likewise.
6969         * modules/safe-write (Makefile.am): Likewise.
6970         * modules/same (Makefile.am): Likewise.
6971         * modules/save-cwd (Makefile.am): Likewise.
6972         * modules/savedir (Makefile.am): Likewise.
6973         * modules/setenv (Makefile.am): Likewise.
6974         * modules/settime (Makefile.am): Likewise.
6975         * modules/sha1 (Makefile.am): Likewise.
6976         * modules/sig2str (Makefile.am): Likewise.
6977         * modules/snprintf (Makefile.am): Likewise.
6978         * modules/stdlib-safer (Makefile.am): Likewise.
6979         * modules/stpcpy (Makefile.am): Likewise.
6980         * modules/stpncpy (Makefile.am): Likewise.
6981         * modules/strcase (Makefile.am): Likewise.
6982         * modules/strcasestr (Makefile.am): Likewise.
6983         * modules/strchrnul (Makefile.am): Likewise.
6984         * modules/strcspn (Makefile.am): Likewise.
6985         * modules/strdup (Makefile.am): Likewise.
6986         * modules/strerror (Makefile.am): Likewise.
6987         * modules/strftime (Makefile.am): Likewise.
6988         * modules/strndup (Makefile.am): Likewise.
6989         * modules/strnlen (Makefile.am): Likewise.
6990         * modules/strpbrk (Makefile.am): Likewise.
6991         * modules/strsep (Makefile.am): Likewise.
6992         * modules/strstr (Makefile.am): Likewise.
6993         * modules/strtod (Makefile.am): Likewise.
6994         * modules/strtoimax (Makefile.am): Likewise.
6995         * modules/strtok_r (Makefile.am): Likewise.
6996         * modules/strtol (Makefile.am): Likewise.
6997         * modules/strtoll (Makefile.am): Likewise.
6998         * modules/strtoul (Makefile.am): Likewise.
6999         * modules/strtoull (Makefile.am): Likewise.
7000         * modules/strtoumax (Makefile.am): Likewise.
7001         * modules/strverscmp (Makefile.am): Likewise.
7002         * modules/time_r (Makefile.am): Likewise.
7003         * modules/timegm (Makefile.am): Likewise.
7004         * modules/tmpfile-safer (Makefile.am): Likewise.
7005         * modules/unistd-safer (Makefile.am): Likewise.
7006         * modules/unlinkdir (Makefile.am): Likewise.
7007         * modules/userspec (Makefile.am): Likewise.
7008         * modules/utime (Makefile.am): Likewise.
7009         * modules/utimecmp (Makefile.am): Likewise.
7010         * modules/utimens (Makefile.am): Likewise.
7011         * modules/vasnprintf (Makefile.am): Likewise.
7012         * modules/vasprintf (Makefile.am): Likewise.
7013         * modules/vsnprintf (Makefile.am): Likewise.
7014         * modules/xalloc (Makefile.am): Likewise.
7015         * modules/xgetcwd (Makefile.am): Likewise.
7016         * modules/xnanosleep (Makefile.am): Likewise.
7017         * modules/xreadlink (Makefile.am): Likewise.
7018         * modules/xstrtod (Makefile.am): Likewise.
7019         * modules/xstrtol (Makefile.am): Likewise.
7020         * modules/xstrtold (Makefile.am): Likewise.
7021         * modules/yesno (Makefile.am): Likewise.
7022
7023 2006-10-12  Jim Meyering  <jim@meyering.net>
7024
7025         * m4/getloadavg.m4: Revert the change below.
7026
7027         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
7028         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
7029         fail with a symlink, which is what coreutils' ./bootstrap now
7030         creates by default.
7031
7032 2006-10-12  Bruno Haible  <bruno@clisp.org>
7033
7034         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
7035         mingw.
7036         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
7037         MSVC and mingw explicitly.
7038
7039 2006-10-11  Simon Josefsson  <jas@extundo.com>
7040             Bruno Haible  <bruno@clisp.org>
7041
7042         Add support for multiple gnulib-tool invocations in the scope of a
7043         single configure.ac file.
7044         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
7045         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
7046         with the same contents as the _LIBADD variable.
7047         (func_emit_initmacro_start, func_emit_initmacro_end,
7048         func_emit_initmacro_done): New functions.
7049         (func_import, func_create_testdir): Invoke them. Allow the identifiers
7050         gl_LIBOBJS and gl_LTLIBOBJS.
7051
7052 2006-10-11  Bruno Haible  <bruno@clisp.org>
7053
7054         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
7055         (func_create_testdir): Don't create po/Makefile.am, don't invoke
7056         autoreconf. Instead, invoke autopoint explicitly but move back the
7057         *.m4 files from gnulib.
7058
7059 2006-10-11  Bruno Haible  <bruno@clisp.org>
7060
7061         * gnulib-tool (func_usage): Make module names after --create-testdir
7062         optional.
7063         (func_create_testdir): If no module was specified, use nearly all
7064         modules.
7065
7066 2006-10-12  Jim Meyering  <jim@meyering.net>
7067
7068         Big performance improvement for fts-based tools that use FTS_NOSTAT.
7069         Avoid spurious inode-mismatch problems on non-POSIX file systems.
7070         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
7071         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
7072         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
7073         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
7074         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
7075         (fts_set_stat_required): New function.
7076         (fts_open): Defer the calls to fts_stat, if possible or requested.
7077         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
7078         into fts_stat itself.
7079         (fts_read): Perform any required (deferred) fts_stat call.
7080         (fts_build): Likewise, for the directory we're about to open and read.
7081         In the readdir loop, carefully decide whether each entry will require
7082         an eventual call to fts_stat, using dirent.d_type info if available.
7083         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
7084         a command line argument into this function.  Update all callers.
7085         Map a return value of FTS_DOT to FTS_D for a command line argument.
7086         * modules/fts (Depends-on): Add d-type.  Alphabetize.
7087         Thanks to Miklos Szeredi for his tenacity and for the initial
7088         bug report about "find" failing on a FUSE-based file system.
7089
7090         * lib/fts.c (fts_open): Use consistent indentation.
7091
7092 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
7093
7094         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
7095         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
7096         reported by Jim Meyering.  All uses of cache variables renamed
7097         to match Autoconf's.
7098         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
7099         the other one.
7100
7101         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
7102         Fix misspelling in diagnostic.
7103
7104 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
7105
7106         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
7107         defined.  Problem reported by Matthew Woehlke.
7108
7109         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
7110         Add support for Tandem NonStop R series.
7111         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
7112         Use new macro.
7113
7114         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
7115         (has_trailing_slash): Omit size arg; all callers changed.
7116         Omit 'inline', since it doesn't help performance and we'd
7117         need to configure it.
7118         Don't count //, ///, etc. as having a trailing slash.
7119         As a side effect, this removes a C99ism reported by Matthew Woehlke.
7120         (rpl_rename_dest_slash): On failure, use rename's errno rather
7121         than (in some cases) an incorrect or junk errno.
7122         Simplify code by removing need to compute length; this does
7123         cause it to make two passes instead of one over the file name,
7124         but it's worth it.
7125
7126         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
7127         change, since Autoconf's version may no longer be appropriate now
7128         that we are using CVS Autoconf's version.  Add support for Tandem.
7129
7130 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
7131             Bruno Haible  <bruno@clisp.org>
7132
7133         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
7134         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
7135         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
7136         gl_AC_TYPE_LONG_LONG.
7137
7138         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
7139         instead of HAVE_LONG_LONG.
7140         * lib/printf-args.c (printf_fetchargs): Likewise.
7141         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
7142         * lib/vasnprintf.c (VASNPRINTF): Likewise.
7143         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
7144         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
7145         gl_AC_TYPE_LONG_LONG.
7146
7147 2006-10-11  Bruno Haible  <bruno@clisp.org>
7148
7149         * m4/longlong.m4: Add comments.
7150         * m4/ulonglong.m4: Likewise.
7151
7152 2006-10-10  Bruno Haible  <bruno@clisp.org>
7153
7154         Make it possible to #define stpcpy, strdup to aliases.
7155         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
7156         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
7157
7158 2006-10-10  Bruno Haible  <bruno@clisp.org>
7159
7160         Make it possible to #define gcd to an alias.
7161         * lib/gcd.c: Include config.h.
7162
7163 2006-10-10  Bruno Haible  <bruno@clisp.org>
7164
7165         Make it possible to #define c_isascii to an alias.
7166         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
7167         defined. Undefine the macros before defining them, to avoid gcc
7168         warnings.
7169         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
7170         define NO_C_CTYPE_MACROS early.
7171
7172 2006-10-10  Bruno Haible  <bruno@clisp.org>
7173
7174         Make it possible to #define set_program_name to an alias.
7175         * lib/progname.c: Don't undefine set_program_name; instead, undefine
7176         ENABLE_RELOCATABLE early.
7177
7178 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
7179
7180         Port to Tandem NSK OSS, which has 64-bit signed int but at most
7181         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
7182         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
7183         More generally, don't assume that 64-bit signed int is available
7184         if unsigned int is, and vice versa.
7185         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
7186         unsigned symbols, not on their signed counterparts.
7187         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
7188         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
7189         (UINT64_C, UINTMAX_C):
7190         Likewise.
7191         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
7192         unsigned counterparts.
7193         (Have_long_long, Unsigned): New macros.
7194         (Int): Renamed from INT.
7195         (strtoimax): Use the new macros.
7196         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
7197         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
7198         * modules/inttypes (inttypes.h): Substitute
7199         HAVE_UNSIGNED_LONG_LONG_INT.
7200         * modules/stdint (stdint.h): Likewise.
7201         (Files): Add m4/ulonglong.m4.
7202
7203 2006-10-10  Bruno Haible  <bruno@clisp.org>
7204
7205         Fix a gcc -Wshadow warning.
7206         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
7207         to 'bucket'.
7208         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
7209         gl_linked_indexof_from_to): Likewise.
7210         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
7211         Likewise.
7212         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
7213         Likewise.
7214         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
7215         Reported by Eric Blake.
7216
7217 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
7218
7219         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
7220         for NetBSD.  Problem reported by Bruno Haible.
7221
7222 2006-10-09  Jim Meyering  <jim@meyering.net>
7223
7224         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
7225         Patch from Bruno Haible.
7226
7227 2006-10-09  Jim Meyering  <jim@meyering.net>
7228
7229         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
7230         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
7231         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
7232
7233 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7234
7235         Don't include <config.h> twice; this doesn't work in some cases,
7236         e.g., when config.h has "#define intmax_t long long int" and
7237         we include <config.h>, <inttypes.h>, <config.h> in that order.
7238         Problem reported by Matthew Woehlke in:
7239         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
7240         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
7241         * lib/fts-cycle.c: Don't include config.h.
7242         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
7243         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
7244         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
7245         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
7246         inttypes.h.
7247         * lib/xstrtoumax.c: Likewise.
7248         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
7249         __strtol and the like, so that this module is more like its siblings.
7250         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
7251         Remove; no longer needed now that we assume gnulib inttypes.h.
7252
7253 2006-10-08  Bruno Haible  <bruno@clisp.org>
7254
7255         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
7256         option.
7257
7258 2006-10-07  Jim Meyering  <jim@meyering.net>
7259
7260         * modules/inttypes (inttypes.h): Revert what seems to have been
7261         an inadvertent part of today's change: use "|", not "/" in the
7262         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
7263
7264 2006-10-07  Bruno Haible  <bruno@clisp.org>
7265
7266         * modules/sublist: New file.
7267
7268 2006-10-07  Bruno Haible  <bruno@clisp.org>
7269
7270         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
7271         * modules/argz (argz.h): Likewise.
7272         * modules/arpa_inet (arpa/inet.h): Likewise.
7273         * modules/byteswap (byteswap.h): Likewise.
7274         * modules/configmake (configmake.h): Likewise.
7275         * modules/fcntl (fcntl.h): Likewise.
7276         * modules/fnmatch (fnmatch.h): Likewise.
7277         * modules/getopt (getopt.h): Likewise.
7278         * modules/glob (glob.h): Likewise.
7279         * modules/inttypes (inttypes.h): Likewise.
7280         * modules/netinet_in (netinet/in.h): Likewise.
7281         * modules/poll (poll.h): Likewise.
7282         * modules/stdbool (stdbool.h): Likewise.
7283         * modules/stdint (stdint.h): Likewise.
7284         * modules/sys_select (sys/select.h): Likewise.
7285         * modules/sys_socket (sys/socket.h): Likewise.
7286         * modules/sys_stat (sys/stat.h): Likewise.
7287         * modules/sysexits (sysexits.h): Likewise.
7288         * modules/unistd (unistd.h): Likewise.
7289         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7290         Add a "DO NOT EDIT" comment to the generated file.
7291         (func_import): Likewise for gnulib-comp.m4.
7292
7293 2006-10-07  Bruno Haible  <bruno@clisp.org>
7294
7295         * lib/gl_sublist.h: New file.
7296         * lib/gl_sublist.c: New file.
7297
7298 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
7299
7300         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
7301         name (relative to the original working directory) and the file
7302         name component (relative to the temporary working directory).  All
7303         callers changed.
7304         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
7305         * lib/mkdir-p.c (make_dir_parents): Likewise.
7306         * lib/mkdir-p.h (make_dir_parents): Likewise.
7307
7308 2006-10-06  Eric Blake  <ebb9@byu.net>
7309
7310         Define several macros for use by the clean-temp module.
7311         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
7312         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
7313         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
7314
7315         * lib/clean-temp.h (close_stream_temp): New declaration.
7316         * lib/clean-temp.c (includes): Pull in headers according to what
7317         other modules are in use.
7318         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
7319
7320 2006-10-06  Bruno Haible  <bruno@clisp.org>
7321
7322         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
7323         instead of fopen, fwriteerror.
7324
7325 2006-10-06  Bruno Haible  <bruno@clisp.org>
7326
7327         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
7328         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
7329         int.
7330         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
7331         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
7332         Return an error indicator.
7333         Suggested by Eric Blake.
7334
7335 2006-10-06  Bruno Haible  <bruno@clisp.org>
7336
7337         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
7338         Reported by Eric Blake.
7339
7340 2006-10-06  Bruno Haible  <bruno@clisp.org>
7341
7342         * modules/closeout (Description): Mention stderr too.
7343
7344 2006-10-06  Bruno Haible  <bruno@clisp.org>
7345         and Paul Eggert  <eggert@cs.ucla.edu>
7346
7347         * lib/closeout.c (close_stdout): Also close stderr.
7348         * lib/closeout.h: Update comment.
7349
7350 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
7351
7352         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
7353         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
7354         * lib/dirchownmod.c: Include lchown.h.
7355         * lib/lchown.c: Don't include files that lchown.h now includes.
7356         Don't declare chown, since lchown.h now does that.
7357         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
7358         (lchown): Define to rpl_chown if lchown is declared but
7359         does not exist.  Declare using a prototype if lchown is not
7360         declared.  Add a copyright notice.
7361         * lib/mkstemp.h: Include <unistd.h>.
7362         * lib/openat.c: Include lchown.h.
7363
7364         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
7365         we now test for that separately.
7366         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
7367         rather than O_NOFOLLOW, when testing whether it's possible to
7368         avoid a race condition reliably.
7369         * lib/savewd.c (savewd_chdir): Likewise.
7370
7371         Remove macros that are no longer needed now that stdint.h is
7372         reliable.
7373         * lib/fsusage.c (UINTMAX_MAX): Remove.
7374         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
7375         * lib/utimecmp.c (SIZE_MAX): Remove.
7376
7377         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
7378
7379         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
7380         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
7381         O_NOATIME works.
7382
7383 2006-10-05  Bruno Haible  <bruno@clisp.org>
7384
7385         * lib/gl_list.h (gl_sortedlist_search_from_to,
7386         gl_sortedlist_indexof_from_to): New declarations.
7387         (gl_list_implementation): New fields sortedlist_search_from_to,
7388         sortedlist_indexof_from_to.
7389         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
7390         inline functions.
7391         * lib/gl_list.c (gl_sortedlist_search_from_to,
7392         gl_sortedlist_indexof_from_to): New functions.
7393         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
7394         function.
7395         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
7396         (gl_array_sortedlist_search_from_to): New function.
7397         (gl_array_list_implementation): Update.
7398         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
7399         function.
7400         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
7401         (gl_carray_sortedlist_search_from_to): New function.
7402         (gl_carray_list_implementation): Update.
7403         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
7404         gl_linked_sortedlist_indexof_from_to): New functions.
7405         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7406         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7407         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
7408         gl_tree_sortedlist_indexof_from_to): New functions.
7409         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7410         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7411         Update.
7412         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7413         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
7414         Update.
7415
7416 2006-10-05  Bruno Haible  <bruno@clisp.org>
7417
7418         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
7419         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
7420         (struct gl_list_implementation): Add fields search_from_to,
7421         indexof_from_to. Remove fields search, indexof.
7422         (gl_list_search): Use the search_from_to method.
7423         (gl_list_search_from, gl_list_search_from_to): New functions.
7424         (gl_list_indexof): Use the indexof_from_to method.
7425         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7426         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
7427         (gl_list_search_from, gl_list_search_from_to): New functions.
7428         (gl_list_indexof): Use the indexof_from_to method.
7429         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7430         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
7431         gl_array_indexof. Add start_index, end_index arguments.
7432         (gl_array_search_from_to): Renamed from gl_array_search. Add
7433         start_index, end_index arguments.
7434         (gl_array_remove, gl_array_list_implementation): Update.
7435         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
7436         gl_carray_indexof. Add start_index, end_index arguments.
7437         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
7438         start_index, end_index arguments.
7439         (gl_carray_remove, gl_carray_list_implementation): Update.
7440         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
7441         gl_linked_search. Add start_index, end_index arguments.
7442         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
7443         start_index, end_index arguments.
7444         (gl_linked_remove): Update.
7445         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7446         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7447         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
7448         field to 'size_t'.
7449         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
7450         gl_tree_search. Add start_index, end_index arguments.
7451         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7452         start_index, end_index arguments.
7453         (gl_tree_remove): Update.
7454         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7455         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7456         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
7457         function.
7458         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
7459         gl_tree_search. Add start_index, end_index arguments.
7460         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7461         start_index, end_index arguments.
7462         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7463         Update.
7464         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
7465
7466 2006-10-05  Bruno Haible  <bruno@clisp.org>
7467
7468         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
7469
7470         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
7471         fwriteerror_temp): New declarations.
7472         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
7473         (descriptors): New variable.
7474         (cleanup): First, close the descriptors.
7475         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
7476         fclose_temp, fwriteerror_temp): New functions.
7477
7478 2006-10-04  Jim Meyering  <jim@meyering.net>
7479
7480         * lib/fts.c (fts_open): Tiny comment change.
7481
7482 2006-10-04  Bruno Haible  <bruno@clisp.org>
7483
7484         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
7485         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
7486         gl_LOCK_BODY.
7487         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
7488         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
7489         gl_LOCK_EARLY_BODY.
7490         (gl_LOCK): Require gl_LOCK_BODY.
7491
7492 2006-10-04  Bruno Haible  <bruno@clisp.org>
7493
7494         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
7495         (gl_oset_search_atleast): New declaration.
7496         (struct gl_oset_implementation): Add field 'search_atleast'.
7497         (gl_oset_search_atleast): New inline function.
7498         * lib/gl_oset.c (gl_oset_search_atleast): New function.
7499         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
7500         (gl_array_oset_implementation): Update.
7501         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
7502         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
7503         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
7504
7505 2006-10-04  Bruno Haible  <bruno@clisp.org>
7506
7507         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
7508
7509 2006-10-03  Bruno Haible  <bruno@clisp.org>
7510
7511         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
7512         from gl_avltreehash_list_implementation.
7513
7514 2006-10-03  Bruno Haible  <bruno@clisp.org>
7515
7516         * lib/gl_oset.c (gl_oset_add): Fix return type.
7517
7518 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
7519
7520         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
7521
7522 2006-10-02  Eric Blake  <ebb9@byu.net>
7523
7524         * modules/strnlen (Depends-on): Add extensions.
7525
7526 2006-10-02  Eric Blake  <ebb9@byu.net>
7527
7528         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
7529         definition in 2.60+.
7530
7531 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
7532
7533         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
7534         checks.
7535
7536 2006-10-02  Bruno Haible  <bruno@clisp.org>
7537
7538         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
7539         to the AUTOMAKE_OPTIONS.
7540         Reported by Jim Meyering.
7541
7542 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
7543
7544         Work around bug in Solaris 10 /proc file system:
7545         /proc/self/fd/NNN/.. isn't the parent directory of
7546         the directory whose file descriptor is NNN.  This needs to
7547         be worked around at run time, not compile time, since a
7548         program might be built on Solaris 8, where things work, and
7549         run on Solaris 10.
7550         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
7551         to use the following interface instead:
7552         (OPENAT_BUFFER_SIZE): New macro.
7553         (openat_proc_name): New function.
7554         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
7555         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
7556         Likewise.
7557         * lib/openat-proc.c: New file.
7558         * modules/openat (Files): Add lib/openat-proc.c.
7559         (Depends-on): Add same-inode, stdbool.
7560         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
7561
7562 2006-09-29  Bruno Haible  <bruno@clisp.org>
7563
7564         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
7565         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
7566         argument. Set stdout_closed before testing for ferror, not after.
7567         (fwriteerror, fwriteerror_no_ebadf): New functions.
7568
7569 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7570
7571         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
7572
7573 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
7574
7575         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
7576         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
7577
7578 2006-09-28  Jim Meyering  <jim@meyering.net>
7579
7580         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
7581         Include <unistd.h>.
7582
7583 2006-09-28  Bruno Haible  <bruno@clisp.org>
7584
7585         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
7586         * modules/linkedhash-list (Depends-on): Likewise.
7587         * modules/rbtreehash-list (Depends-on): Likewise.
7588
7589 2006-09-28  Bruno Haible  <bruno@clisp.org>
7590
7591         * lib/strndup.h: Simplify the redefinition of strndup.
7592         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
7593         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
7594
7595 2006-09-28  Bruno Haible  <bruno@clisp.org>
7596
7597         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
7598         * lib/gl_linkedhash_list.c: Likewise.
7599         * lib/gl_rbtreehash_list.c: Likewise.
7600
7601 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7602
7603         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
7604         getaddrinfo.
7605
7606         * lib/__fpending.h: Don't include <stdio_ext.h> unless
7607         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
7608         it causes <stdio_ext.h> to cause a compile-time error.
7609         Problem reported by Nelson H. F. Beebe.
7610         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
7611         of HAVE_DECL___PENDING.
7612
7613         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
7614         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
7615         declaration.
7616
7617 2006-09-27  Jim Meyering  <jim@meyering.net>
7618
7619         This file could end up with a definition for a function
7620         named __strndup, rather than rpl_strndup on a system with
7621         incomplete weak_alias support.
7622         * lib/strndup.c (strndup): Rename from __strndup.
7623         Remove #defines that used to map __strndup to strndup.
7624         Don't use K&R prototypes.
7625         Remove LIBC-related code, since this file is not sync'd with glibc.
7626         * lib/strndup.h: Revamp, accordingly.
7627         * m4/strndup.m4: Modernize.
7628
7629 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7630
7631         * modules/savewd (Depends-on): Add 'raise'.
7632         * lib/savewd.c: Include <signal.h>, for 'raise'.
7633
7634 2006-09-26  Jim Meyering  <jim@meyering.net>
7635
7636         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
7637         when we detect Darwin 8.7.0's acl_get_file bug.
7638         Rearrange to perform the new (below) run-test while $LIBS
7639         contains any acl-related library.  Set USE_ACL at the end.
7640         (gl_ACL_GET_FILE): New function.
7641
7642 2006-09-26  Eric Blake  <ebb9@byu.net>
7643
7644         * lib/verror.c: Include <config.h> unconditionally.
7645
7646 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
7647
7648         * modules/clock-time (Maintainer): Add self.
7649         * modules/getlogin_r (Depends-on): Add extensions.
7650
7651 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7652
7653         * modules/clock-time: New module.
7654         * modules/nanosleep (Depends-on): Add clock-time.
7655         * modules/gethrxtime (Depends-on): Likewise.
7656         * modules/gettime (Depends-on): Likewise.
7657         * modules/settime (Depends-on): Likewise.
7658
7659         * modules/fts-lgpl: Depend on openat.
7660         * modules/mkancesdirs: Depend on savewd.
7661         * modules/mkdir-p: Likewise.
7662
7663 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7664
7665         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
7666
7667         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
7668         `gl_have_arbitrary_file_name_length_limit' to
7669         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
7670         actually works between configure runs.
7671
7672 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7673             Bruno Haible  <bruno@clisp.org>
7674
7675         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
7676
7677 2006-09-25  Jim Meyering  <jim@meyering.net>
7678
7679         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
7680         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
7681
7682 2006-09-25  Eric Blake  <ebb9@byu.net>
7683
7684         * gnulib-tool (func_import, func_create_testdir): Fix typos in
7685         exec's in 2006-09-18 patch when shuffling fds.
7686
7687 2006-09-25  Bruno Haible  <bruno@clisp.org>
7688
7689         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
7690         Reported by Jim Meyering.
7691
7692 2006-09-24  Jim Meyering  <jim@meyering.net>
7693
7694         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
7695         compare a pointer against a literal "0".  That caused failures with
7696         at least HP-UX's hpcc.
7697
7698 2006-09-22  Simon Josefsson  <jas@extundo.com>
7699
7700         * modules/gc-sha1:
7701         * modules/gc-md4:
7702         * modules/gc-hmac-sha1:
7703         * modules/gc-hmac-md5:
7704         * modules/gc-des:
7705         * modules/gc-arcfour: Distribute more files.
7706
7707 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7708
7709         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
7710         (gl_linked_iterator_from_to): Initialize struct completely.
7711         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
7712         (gl_tree_iterator_from_to): Likewise
7713         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
7714         * lib/gl_array_list.c [lint] (gl_array_iterator)
7715         (gl_array_iterator_from_to): Likewise.
7716         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
7717         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
7718         (gl_carray_iterator_from_to): Likewise.
7719
7720         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
7721         * lib/md4.c (md4_process_block): Remove unused variable.
7722         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
7723         parentheses for clarity.
7724
7725 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7726
7727         * modules/bison-i18n (Depends-on): Add gettext.
7728
7729 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7730
7731         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
7732         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
7733         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
7734         also add missing comma that caused broken test.
7735         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
7736         stdlib.h, for `abort'.
7737         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
7738         variables.
7739         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
7740         include unistd.h if present, for `rmdir'.
7741         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
7742         variables.
7743         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
7744         in the process include standard headers for prototypes.
7745         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
7746         gets declared on GNU/Linux.
7747         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
7748         unistd.h, for `rmdir'.
7749         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
7750
7751         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
7752         always true.
7753         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
7754
7755         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
7756
7757 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7758
7759         * gnulib-tool (func_version): Create output all at once.  This
7760         may help avoid triggering unnecessary SIGPIPEs, and at any
7761         rate it doesn't hurt.
7762
7763 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7764             Bruno Haible  <bruno@clisp.org>
7765
7766         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
7767         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7768         * m4/signed.m4 (bh_C_SIGNED): Likewise.
7769
7770         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
7771         (gl_FUNC_VASPRINTF): Invoke it.
7772
7773 2006-09-22  Bruno Haible  <bruno@clisp.org>
7774
7775         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
7776         getloadavg.c as first argument.
7777
7778 2006-09-22  Bruno Haible  <bruno@clisp.org>
7779
7780         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
7781         at the beginning of the gl_INIT macro.
7782         * modules/getloadavg (configure.ac): Pass $gl_source_base to
7783         gl_GETLOADAVG.
7784
7785 2006-09-22  Bruno Haible  <bruno@clisp.org>
7786
7787         * gnulib-tool (func_create_megatestdir): Don't include the config-h
7788         module.
7789         Suggested by Ralf Wildenhues.
7790
7791 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
7792
7793         Import this patch from libc:
7794
7795         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
7796
7797         * lib/regex_internal.c (re_string_reconstruct): Handle
7798         offset < pstr->valid_raw_len && pstr->offsets_needed case.
7799         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
7800         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
7801         re_string_context_at.
7802
7803         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
7804         now requires it.
7805         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
7806         gl_REGEX now does it for us.
7807         (gl_REGEX): Add test taken from
7808         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
7809
7810         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
7811         Check that large offsets work.  Modernize Autoconf usages.
7812         Prefer "yes" to mean a good thing rather than a bad.
7813         Don't put "#define mkstemp" in config.h, as this might interfere
7814         with standard system headers that "#define mkstemp mkstemp64".
7815
7816         * modules/mkstemp (Depends-on): Add extensions, so that
7817         mkstemp is visible on some platforms.
7818         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
7819         (Include): Change to "mkstemp.h" from <stdlib.h>.
7820         (Files): Add mkstemp.h.
7821
7822         * lib/mkstemp.h: New file, since some standard headers
7823         #define mkstemp.
7824         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
7825         Include "mkstemp.h".
7826         Make the _LIBC code resemble glibc original more,
7827         e.g., use K&R style.
7828         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
7829         (mkstemp): Remove, since mkstemp.h does this for us.
7830         * lib/stdlib--.h: Include mkstemp.h.
7831
7832         Import this patch from libc:
7833
7834         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7835
7836         * lib/tempname.c (__gen_tempname): Change attempts_min
7837         into a macro.  Use preprocessor to decide how to initialize
7838         attempts [Coverity CID 67].
7839
7840 2006-09-20  Bruno Haible  <bruno@clisp.org>
7841
7842         * lib/mkdtemp.c: Import from libc.
7843         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7844                 * sysdeps/posix/tempname.c (__gen_tempname): Change
7845                 attempts_min into a macro.  Use preprocessor to decide how to
7846                 initialize attempts [Coverity CID 67].
7847         2001-11-27  Paul Eggert  <eggert@twinsun.com>
7848                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
7849                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
7850
7851 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7852
7853         * gnulib-tool (func_exit): New function, to allow to pass the
7854         exit status portably through the trap.  Use everywhere.
7855         (--help, --version): Signal a write error.
7856         (trap): catch SIGPIPE, for write errors.
7857         Exit at the end of the trap, with the correct exit status.
7858
7859 2006-09-19  Karl Berry  <karl@gnu.org>
7860
7861         * doc/gnulib.texi: note about the license texinfo files.
7862
7863 2006-09-19  Eric Blake  <ebb9@byu.net>
7864
7865         * gnulib-tool: Avoid space-tab.
7866
7867 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7868
7869         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
7870         that prevented coreutils 6.1 from building.  Problem reported
7871         by Petter Reinholdtsen.
7872
7873 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7874
7875         * gnulib-tool (avoidlist): Fix typo that broke options like
7876         --avoid=lock that are used by coreutils bootstrap.
7877
7878 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
7879
7880         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
7881         more systematically.
7882
7883 2006-09-18  Jim Meyering  <jim@meyering.net>
7884
7885         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
7886
7887 2006-09-18  Bruno Haible  <bruno@clisp.org>
7888
7889         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
7890
7891 2006-09-18  Bruno Haible  <bruno@clisp.org>
7892
7893         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
7894         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
7895         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
7896         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
7897         * m4/gettext.m4: Require autoconf >= 2.52.
7898         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
7899         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
7900         of gl_cv_header_inttypes_h.
7901
7902 2006-09-18  Bruno Haible  <bruno@clisp.org>
7903
7904         * lib/javaversion.c: Include configmake.h.
7905
7906 2006-09-18  Bruno Haible  <bruno@clisp.org>
7907
7908         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
7909         avoid that the while loops be executed in a subshell.
7910
7911 2006-09-18  Bruno Haible  <bruno@clisp.org>
7912
7913         * MODULES.html.sh (func_module): Break long lines.
7914         Suggested by Bruce Korb <bkorb@gnu.org>.
7915
7916 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7917
7918         Speed up by a factor of 1.12.
7919         * gnulib-tool (nl): New variable.
7920         (func_import): Rewrite include directive extraction to only read each
7921         directive once.
7922
7923 2006-09-17  Bruno Haible  <bruno@clisp.org>
7924
7925         * modules/javaversion (Makefile.am): Remove DEFS setting.
7926         (Depends-on): Add configmake, for PKGDATADIR definition.
7927
7928 2006-09-17  Bruno Haible  <bruno@clisp.org>
7929
7930         * gnulib-tool (func_create_testdir): Rewrite all files at once.
7931
7932 2006-09-17  Bruno Haible  <bruno@clisp.org>
7933
7934         * gnulib-tool (func_append): New function, stolen from libtool.m4.
7935         (func_modules_transitive_closure, func_modules_add_dummy,
7936         func_modules_to_filelist, func_import, func_create_testdir,
7937         func_create_megatestdir, ...): Use it wherever possible.
7938         Suggested by Ralf Wildenhues.
7939
7940 2006-09-16  Karl Berry  <karl@gnu.org>
7941
7942         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
7943         to avoid sectioning errors.
7944         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
7945         [ifinfo]: blank line after @center-ed titles.
7946         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
7947         Spell FSF address consistently with others.
7948         (These changes approved by rms.)
7949
7950 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7951
7952         Speed up by a factor of 1.61.
7953         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
7954         already checked module names again.
7955
7956 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7957
7958         Speed up by a factor of 1.13.
7959         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
7960         for new_files, and the input to func_add_or_update.
7961
7962 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7963
7964         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
7965         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
7966
7967 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7968
7969         * modules/mkancesdirs (Depends-on): Add fcntl.
7970         * modules/savewd: New file.
7971         * MODULES.html.sh (File system functions): Add savewd.
7972
7973         * modules/configmake (Makefile.am): Add support for the
7974         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
7975
7976 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7977
7978         * m4/savewd.m4: New file.
7979
7980 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7981
7982         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
7983         (dirchownmod): New arg FD.  All callers changed.
7984         Use FD rather than opening the directory ourself, as opening is
7985         now the caller's responsibility.
7986         * lib/dirchownmod.h: Likewise.
7987         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
7988         hosts that require <sys/types.h> before <sys/stat.h>.  Include
7989         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
7990         (test_dir): Remove.
7991         (mkancesdirs): Return length of prefix of FILE that has already
7992         been made, or -2 if there is a child doing the work.  Redo
7993         algorithm so that it is O(N) rather than O(N**2).  Optimize away
7994         ".", and treat ".." specially since it might stray back into
7995         already-created areas.  Use a subprocess if necessary.  New arg
7996         WD; all users changed.  MAKE_DIR function should now return 1
7997         if it creates a directory that is not readable.  Return -2 if
7998         a child process is spun off.
7999         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
8000         Adjust signature to match code.
8001         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
8002         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
8003         all users changed.
8004         * lib/savewd.c, lib/savewd.h: New files.
8005
8006 2006-09-15  Jim Meyering  <jim@meyering.net>
8007
8008         * modules/rename-dest-slash: New module.
8009         * MODULES.html.sh (posix_compat): Add it here.
8010
8011         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
8012
8013 2006-09-15  Jim Meyering  <jim@meyering.net>
8014
8015         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
8016         file.
8017
8018         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
8019
8020 2006-09-15  Jim Meyering  <jim@meyering.net>
8021
8022         * lib/rename-dest-slash.c (has_trailing_slash): Use
8023         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
8024         (rpl_rename_dest_slash): Perform the cheaper trailing slash
8025         test before testing whether SRC is a directory.
8026         Suggestions from Bruno Haible.
8027
8028         Avoid a warning about an unused variable.
8029         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
8030         into the #ifdef block where it's used.
8031
8032         * lib/rename-dest-slash.c: New file.
8033
8034 2006-09-14  Bruno Haible  <bruno@clisp.org>
8035
8036         * lib/allocsa.c: Include <config.h> unconditionally.
8037         * lib/asnprintf.c: Likewise.
8038         * lib/asprintf.c: Likewise.
8039         * lib/c-strcasecmp.c: Likewise.
8040         * lib/c-strcasestr.c: Likewise.
8041         * lib/c-strncasecmp.c: Likewise.
8042         * lib/c-strstr.c: Likewise.
8043         * lib/classpath.c: Likewise.
8044         * lib/clean-temp.c: Likewise.
8045         * lib/concatpath.c: Likewise.
8046         * lib/copy-file.c: Likewise.
8047         * lib/csharpcomp.c: Likewise.
8048         * lib/csharpexec.c: Likewise.
8049         * lib/execute.c: Likewise.
8050         * lib/fatal-signal.c: Likewise.
8051         * lib/findprog.c: Likewise.
8052         * lib/fwriteerror.c: Likewise.
8053         * lib/gl_array_list.c: Likewise.
8054         * lib/gl_array_oset.c: Likewise.
8055         * lib/gl_avltree_list.c: Likewise.
8056         * lib/gl_avltree_oset.c: Likewise.
8057         * lib/gl_avltreehash_list.c: Likewise.
8058         * lib/gl_carray_list.c: Likewise.
8059         * lib/gl_linked_list.c: Likewise.
8060         * lib/gl_linkedhash_list.c: Likewise.
8061         * lib/gl_list.c: Likewise.
8062         * lib/gl_oset.c: Likewise.
8063         * lib/gl_rbtree_list.c: Likewise.
8064         * lib/gl_rbtree_oset.c: Likewise.
8065         * lib/gl_rbtreehash_list.c: Likewise.
8066         * lib/imaxabs.c: Likewise.
8067         * lib/imaxdiv.c: Likewise.
8068         * lib/javacomp.c: Likewise.
8069         * lib/javaexec.c: Likewise.
8070         * lib/javaversion.c: Likewise.
8071         * lib/linebreak.c: Likewise.
8072         * lib/localcharset.c: Likewise.
8073         * lib/lock.c: Likewise.
8074         * lib/mbchar.c: Likewise.
8075         * lib/mbswidth.c: Likewise.
8076         * lib/mkdtemp.c: Likewise.
8077         * lib/pipe.c: Likewise.
8078         * lib/printf-args.c: Likewise.
8079         * lib/printf-parse.c: Likewise.
8080         * lib/progname.c: Likewise.
8081         * lib/progreloc.c: Likewise.
8082         * lib/readlink.c: Likewise.
8083         * lib/sh-quote.c: Likewise.
8084         * lib/stpcpy.c: Likewise.
8085         * lib/stpncpy.c: Likewise.
8086         * lib/strcasecmp.c: Likewise.
8087         * lib/strcasestr.c: Likewise.
8088         * lib/strcspn.c: Likewise.
8089         * lib/striconv.c: Likewise.
8090         * lib/strncasecmp.c: Likewise.
8091         * lib/strnlen1.c: Likewise.
8092         * lib/strstr.c: Likewise.
8093         * lib/strtok_r.c: Likewise.
8094         * lib/tls.c: Likewise.
8095         * lib/tmpdir.c: Likewise.
8096         * lib/unicodeio.c: Likewise.
8097         * lib/unsetenv.c: Likewise.
8098         * lib/vasnprintf.c: Likewise.
8099         * lib/vasprintf.c: Likewise.
8100         * lib/wait-process.c: Likewise.
8101         * lib/xallocsa.c: Likewise.
8102         * lib/xsetenv.c: Likewise.
8103         * lib/xstriconv.c: Likewise.
8104
8105 2006-09-13  Simon Josefsson  <jas@extundo.com>
8106
8107         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
8108         that internally, suggested by Ralf Wildenhues
8109         <Ralf.Wildenhues@gmx.de>.
8110
8111 2006-09-13  Simon Josefsson  <jas@extundo.com>
8112
8113         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
8114         @LIBOBJS@.
8115         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8116
8117 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
8118
8119         * lib/_fpending.c: Include <config.h> unconditionally, since we no
8120         longer worry about uses that don't define HAVE_CONFIG_H.
8121         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
8122         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
8123         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
8124         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
8125         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
8126         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
8127         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
8128         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
8129         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
8130         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
8131         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
8132         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
8133         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
8134         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
8135         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
8136         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
8137         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
8138         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
8139         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
8140         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
8141         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
8142         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
8143         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
8144         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
8145         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
8146         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
8147         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
8148         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
8149         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
8150         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
8151         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
8152         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
8153         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
8154         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
8155         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
8156         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
8157         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
8158         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
8159         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
8160         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
8161         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
8162         Likewise.
8163
8164 2006-09-13  Eric Blake  <ebb9@byu.net>
8165
8166         * lib/getopt.c: Fix typo in last commit.
8167
8168 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8169
8170         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
8171         dgettext.
8172
8173 2006-09-12  Jim Meyering  <jim@meyering.net>
8174
8175         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
8176         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
8177         Reported by Nelson H. F. Beebe.
8178
8179 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8180
8181         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
8182         program_invocation_name and program_invocation_short_name are
8183         initialized.
8184         * lib/argp-namefrob.h: Move declarations of program_invocation_name
8185         and program_invocation_short_name to argp.h, so they are visible
8186         to user programs.
8187         * lib/argp.h: Likewise
8188
8189 2006-09-10  Bruno Haible  <bruno@clisp.org>
8190
8191         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8192         m4/inttypes_h.m4, m4/uintmax_t.m4.
8193
8194 2006-09-10  Bruno Haible  <bruno@clisp.org>
8195
8196         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
8197         gl_AC_TYPE_UINTMAX_T.
8198
8199 2006-09-10  Bruno Haible  <bruno@clisp.org>
8200
8201         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
8202
8203 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8204
8205         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
8206         convention.  Text proposed by Bruno Haible.
8207         (struct argp_option): Document the use of N_() wrappers.
8208
8209         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
8210         '\v', and translate the two parts separately, instead of feeding
8211         the whole string to gettext.  This allows to exclude
8212         '\v' from the strings visible to the translator by writing doc
8213         strings as N_("..") "\v" N_("..").
8214
8215 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
8216
8217         * config/srclist.txt: Undo latest change; the bug was fixed.
8218
8219 2006-09-09  Bruno Haible  <bruno@clisp.org>
8220
8221         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
8222         assignments if building a library without libtool.
8223         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
8224         in func_emit_lib_Makefile_am.
8225         (func_import): When building a static library libfoo.a, arrange to
8226         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
8227         (func_create_testdir): Likewise.
8228         * modules/gc (configure.ac, Makefile.am): If building statically,
8229         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
8230         * modules/iconvme (configure.ac, Makefile.am): Likewise.
8231         * modules/striconv (configure.ac, Makefile.am): Likewise.
8232         Based on a suggestion by Ralf Wildenhues.
8233
8234 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8235
8236         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
8237         Check for unistd.h too, since Autoconf doesn't assume POSIX.
8238         Also:
8239
8240         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8241         Add year_2050_test to catch glibc bug 2821
8242         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
8243
8244         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8245         Prefer #ifdef to #if.
8246
8247         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
8248         Return from 'main' instead of calling 'exit'.
8249
8250 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8251
8252         * lib/mktime.c (guess_time_tm): Fix bug where mktime
8253         returned the maximum time_t value rather than (time_t) -1.
8254         Problem originally reported by William Bardwell
8255         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
8256
8257         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
8258         Moved to here ...
8259         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
8260         ... from here.
8261
8262 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8263
8264         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
8265         2821 is fixed.
8266
8267 2006-09-08  Jim Meyering  <jim@meyering.net>
8268
8269         Don't make generated files read-only.  That would bother too many
8270         people.  However, do retain the ability to work when targets are
8271         read-only: remove the destination and temporary files before writing
8272         them (when generated via sed or echo), or by using the -f option for
8273         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
8274         * modules/alloca-opt, modules/argz, modules/arpa_inet:
8275         * modules/byteswap, modules/configmake, modules/fcntl:
8276         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
8277         * modules/localcharset, modules/netinet_in, modules/poll:
8278         * modules/stdbool, modules/stdint, modules/sys_select:
8279         * modules/sys_socket, modules/sys_stat, modules/sysexits:
8280
8281 2006-09-08  Jim Meyering  <jim@meyering.net>
8282
8283         Avoid new build failure on FreeBSD 6.0.
8284         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
8285         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
8286         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
8287
8288 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8289
8290         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
8291
8292 2006-09-07  Jim Meyering  <jim@meyering.net>
8293
8294         Fix global typo in last change: use chmod u-w, not chmod u-x.
8295         Spotted by Paul Eggert and Bruce Korb.
8296         * modules/alloca-opt, modules/argz, modules/arpa_inet:
8297         * modules/byteswap, modules/configmake, modules/fcntl:
8298         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
8299         * modules/localcharset, modules/netinet_in, modules/poll:
8300         * modules/stdbool, modules/stdint, modules/sys_select:
8301         * modules/sys_socket, modules/sys_stat, modules/sysexits:
8302
8303 2006-09-06  Jim Meyering  <jim@meyering.net>
8304
8305         Make generated files be read-only.
8306         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
8307         Ensure that each generated file is now read-only.
8308         * modules/argz: Likewise.
8309         * modules/arpa_inet: Likewise.
8310         * modules/byteswap: Likewise.
8311         * modules/configmake: Likewise.
8312         * modules/fcntl: Likewise.
8313         * modules/fnmatch: Likewise.
8314         * modules/getopt: Likewise.
8315         * modules/glob: Likewise.
8316         * modules/inttypes: Likewise.
8317         * modules/netinet_in: Likewise.
8318         * modules/poll: Likewise.
8319         * modules/stdbool: Likewise.
8320         * modules/stdint: Likewise.
8321         * modules/sys_select: Likewise.
8322         * modules/sys_socket: Likewise.
8323         * modules/sys_stat: Likewise.
8324         * modules/sysexits: Likewise.
8325         * modules/localcharset: Same as above, but continue using temporary
8326         file named "t-$@" (why different?) rather than the "$@-t" used
8327         everywhere else.
8328
8329         * modules/sysexits (Makefile.am): Replace literal occurrences
8330         of "sysexit.h" more readable, and more consistent, "$@".
8331
8332 2006-09-06  Bruno Haible  <bruno@clisp.org>
8333
8334         * modules/striconv: New file.
8335         * modules/xstriconv: New file.
8336         * MODULES.html.sh (Internationalization functions): Add striconv,
8337         xstriconv.
8338
8339 2006-09-06  Bruno Haible  <bruno@clisp.org>
8340
8341         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
8342         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
8343         not using libtool correctly.
8344
8345 2006-09-06  Bruno Haible  <bruno@clisp.org>
8346
8347         * lib/striconv.h: New file.
8348         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
8349         iconvstring.c.
8350         * lib/xstriconv.h: New file.
8351         * lib/xstriconv.c: New file.
8352
8353 2006-09-06  Bruno Haible  <bruno@clisp.org>
8354
8355         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8356         lib_..._LDFLAGS.
8357
8358 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8359
8360         * lib/argz_.h: Sync from Libtool.
8361
8362         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
8363                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8364
8365         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
8366
8367 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8368
8369         * modules/trim: New file.
8370
8371 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8372
8373         * lib/trim.h: New file.
8374         * lib/trim.c: New file.
8375
8376 2006-09-05  Bruno Haible  <bruno@clisp.org>
8377
8378         * MODULES.html.sh (String handling): Add trim.
8379
8380 2006-09-04  Karl Berry  <karl@gnu.org>
8381
8382         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
8383         until next release.
8384
8385 2006-09-03  Bruno Haible  <bruno@clisp.org>
8386
8387         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
8388         correctly.
8389
8390 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8391
8392         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
8393         not gl_GETLOADAVG.  Omit unneeded semicolons.
8394         Problems reported by Ralf Wildenhues in
8395         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8396         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
8397         at the end, which is the usual gnulib style.
8398
8399         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
8400         of doing all the work ourselves.
8401         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
8402         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
8403
8404 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8405
8406         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
8407         Problem reported by Ralf Wildenhues in
8408         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8409
8410         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
8411         HAVE_STRUCT_STATFS_F_FSTYPENAME.
8412
8413 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8414
8415         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
8416         yesterday's patch by changing test -n to test -z.
8417
8418 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8419
8420         * modules/getloadavg (Files): Add m4/getloadavg.m4.
8421         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
8422         the former is now obsolescent.
8423
8424         * modules/chdir-long (Depends-on): Add fcntl.
8425
8426 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8427
8428         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
8429         obsolescent, and programs should use gnulib instead.
8430         * m4/getloadavg.m4: New file, with contents taken from Autoconf
8431         but with prefixes changed.
8432
8433 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8434
8435         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
8436         or stdbool.h, because they might not exist while configuring.
8437
8438         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
8439         Don't include unistd.h or limits.h; not needed, since chdir-long.h
8440         does that for us.
8441         (O_DIRECTORY): Remove.
8442
8443 2006-08-31  Eric Blake  <ebb9@byu.net>
8444
8445         * gnulib-tool: Don't let emacs change spaces to TAB.
8446
8447 2006-08-31  Bruno Haible  <bruno@clisp.org>
8448
8449         * gnulib-tool: When calling func_import more than once, do it in a
8450         subshell.
8451         Reported by Eric Blake <ebb9@byu.net>.
8452
8453 2006-08-31  Bruno Haible  <bruno@clisp.org>
8454
8455         * gnulib-tool (nl): Remove variable.
8456         (sed_transform_lib_file): Use more robust test for config-h module.
8457         (func_import): Fix typo in 2006-08-25 patch.
8458
8459 2006-08-31  Bruno Haible  <bruno@clisp.org>
8460
8461         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
8462         specified, augment Makefile.am variables instead of assigning them.
8463
8464 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8465
8466         Work around a bug in both the Linux and SunOS 64-bit kernels:
8467         nanosleep mishandles sleeps for longer than 2**31 seconds.
8468         Problem reported by Frank v Waveren in
8469         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8470         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
8471         Check for nanosleep bug.
8472         (LIB_NANOSLEEP): Append clock_gettime library if needed.
8473
8474 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8475
8476         Work around a bug in both the Linux and SunOS 64-bit kernels:
8477         nanosleep mishandles sleeps for longer than 2**31 seconds.
8478         Problem reported by Frank v Waveren in
8479         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8480         * lib/nanosleep.c (BILLION): New constant.
8481         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
8482         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
8483         implementation.
8484
8485 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8486
8487         * modules/nanosleep (Depends-on): Add gettime.
8488
8489 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8490         and Simon Josefsson  <jas@extundo.com>
8491         and Oskar Liljeblad  <oskar@osk.mine.nu>
8492
8493         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
8494         * gnulib-tool (func_import): New license type 'unmodifiable license
8495         text'.
8496         * modules/fdl: Use it.  Longer description.
8497         * module/gpl, module/lgpl: New files.
8498
8499 2006-08-30  Jim Meyering  <jim@meyering.net>
8500
8501         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
8502         shadowing the parameter.
8503
8504 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8505
8506         Sync from Libtool:
8507
8508         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8509
8510         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
8511         sharing with gnulib.  Report by Eric Blake.
8512
8513 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8514
8515         * modules/isapipe: New file.
8516         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
8517
8518 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8519
8520         * modules/configmake (Makefile.am): Add a comment, and omit
8521         the CONFIGMAKE_ prefix from generated macro names.  Suggested
8522         by Bruno Haible.
8523
8524 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8525
8526         * m4/isapipe.m4: New file.
8527
8528 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8529
8530         * lib/isapipe.c, lib/isapipe.h: New files.
8531
8532 2006-08-29  Jim Meyering  <jim@meyering.net>
8533
8534         * modules/configmake (Makefile.am): Make configmake.h depend on
8535         Makefile.  Otherwise, a stale configmake.h could hang around.
8536
8537 2006-08-29  Eric Blake  <ebb9@byu.net>
8538
8539         * lib/error.c (error_at_line, print_errno_message): Match libc, after
8540         resolution of upstream bug 3044.
8541
8542 2006-08-29  Bruno Haible  <bruno@clisp.org>
8543
8544         * modules/localcharset (Depends-on): Add configmake.
8545         (Makefile.am): Remove setting of LIBDIR through DEFS.
8546
8547 2006-08-29  Bruno Haible  <bruno@clisp.org>
8548
8549         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
8550         defined.
8551
8552 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8553
8554         * modules/fcntl: New file.
8555         * modules/chdir-safer (Depends-on): Add fcntl.
8556         * modules/fts: Likewise.
8557         * modules/mkdir-p: Likewise.
8558
8559         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
8560         This undoes the most recent change, since we're now addressing the
8561         problem in a different way.
8562
8563         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
8564         into output, since the output might be called Makefile.am even
8565         if $makefile_name is something different.
8566         (func_import): Use $makefile_am rather than
8567         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
8568         empty.
8569
8570         * modules/inttypes (Files): Add m4/inttypes-h.m4.
8571
8572 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8573
8574         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
8575         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
8576         recent change to stdint.m4, since we're now addressing the problem in a
8577         different way.
8578
8579 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8580
8581         * m4/fcntl_h.m4: New file.
8582
8583 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8584
8585         * lib/fcntl_.h: New file.
8586         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
8587         the fcntl module.
8588         * lib/dirchownmod.c: Likewise.
8589         * lib/fts.c: Likewise.
8590
8591         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
8592         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
8593         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
8594         just before including <inttypes.h>, to avoid circular inclusion.
8595
8596 2006-08-28  Jim Meyering  <jim@meyering.net>
8597
8598         * doc/visibility.texi: Actually read and correct the grammar of the
8599         sentence affected by yesterday's change.
8600
8601 2006-08-28  Eric Blake  <ebb9@byu.net>
8602
8603         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
8604         needs wrapper.
8605
8606 2006-08-28  Eric Blake  <ebb9@byu.net>
8607
8608         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
8609
8610 2006-08-28  Eric Blake  <ebb9@byu.net>
8611
8612         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
8613
8614 2006-08-28  Bruno Haible  <bruno@clisp.org>
8615
8616         * modules/c-strstr: New file, from GNU gettext.
8617         * MODULES.html.sh (String handling): Add c-strstr.
8618
8619 2006-08-28  Bruno Haible  <bruno@clisp.org>
8620
8621         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
8622         macros.
8623         Reported by Eric Blake.
8624
8625 2006-08-28  Bruno Haible  <bruno@clisp.org>
8626
8627         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
8628         (VASNPRINTF): Return a string of length > INT_MAX without failing.
8629         * lib/vasprintf.c: Include errno.h, limits.h.
8630         (EOVERFLOW): New fallback definition.
8631         (vasprintf): Test here whether the string length is > INT_MAX.
8632         * lib/vsnprintf.c: Include errno.h, limits.h.
8633         (EOVERFLOW): New fallback definition.
8634         (vsnprintf): Fix bug when generated string was too long for the buffer.
8635         Test here whether the string length is > INT_MAX.
8636
8637 2006-08-28  Bruno Haible  <bruno@clisp.org>
8638
8639         * lib/inttypes_.h (SCNX*): Remove definitions.
8640         Reported by Eric Blake.
8641
8642 2006-08-28  Bruno Haible  <bruno@clisp.org>
8643
8644         * lib/c-strstr.h: New file, from GNU gettext.
8645         * lib/c-strstr.c: New file, from GNU gettext.
8646
8647 2006-08-28  Bruno Haible  <bruno@clisp.org>
8648
8649         * gnulib-tool: Reorder some statements.
8650
8651 2006-08-28  Bruno Haible  <bruno@clisp.org>
8652
8653         * gnulib-tool: New option --makefile-name.
8654         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
8655         $makefile_name.
8656         (func_import): Write $makefile_name to the cache file, and read it from
8657         there unless explicitly specified. Use $makefile_name as file name
8658         instead of Makefile.am. Adjust the recommendations accordingly.
8659
8660 2006-08-28  Bruno Haible  <bruno@clisp.org>
8661
8662         * gnulib-tool (func_verify_module): Check against misapplying patch.
8663
8664 2006-08-28  Bruno Haible  <bruno@clisp.org>
8665
8666         * gnulib-tool (func_relativize, func_relconcat): New functions.
8667         Give an error if --local-dir is given with --update.
8668         Remove trailing slashes from $local_gnulib_dir.
8669         (func_import): Store the relativized $local_gnulib_dir in
8670         gnulib-cache.m4, and read it from there if not specified explicitly.
8671
8672 2006-08-28  Bruno Haible  <bruno@clisp.org>
8673
8674         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
8675         is the current directory. Respect also $local_gnulib_dir.
8676
8677 2006-08-28  Bruno Haible  <bruno@clisp.org>
8678             Simon Josefsson  <jas@extundo.com>
8679
8680         BeOS portability.
8681         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
8682
8683 2006-08-27  Jim Meyering  <jim@meyering.net>
8684
8685         * doc/visibility.texi: Remove duplicate word: "pointer".
8686
8687 2006-08-26  Bruno Haible  <bruno@clisp.org>
8688
8689         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
8690         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
8691         (Makefile.am): Create inttypes.h from inttypes_.h.
8692         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
8693
8694         * modules/imaxabs: New file.
8695
8696         * modules/imaxdiv: New file.
8697
8698 2006-08-26  Bruno Haible  <bruno@clisp.org>
8699
8700         * m4/inttypes.m4: New file.
8701         * m4/_inttypes_h.m4: Remove file.
8702         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
8703         PRI_MACROS_BROKEN.
8704         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
8705
8706         * m4/imaxabs.m4: New file.
8707
8708         * m4/imaxdiv.m4: New file.
8709
8710 2006-08-26  Bruno Haible  <bruno@clisp.org>
8711
8712         * lib/inttypes_.h: New file.
8713         * lib/inttypes.h: Remove file.
8714         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
8715
8716         * lib/imaxabs.c: New file.
8717
8718         * lib/imaxdiv.c: New file.
8719
8720 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8721
8722         New config-h module, so that "make" output needn't be cluttered
8723         by -DHAVE_CONFIG_H.
8724         * MODULES.html.sh (Support for building libraries and executables):
8725         Add config-h.
8726         * modules/config-h: New file.
8727         * gnulib-tool (nl, sed_transform_lib_file): New vars.
8728         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
8729         the config-h module is used.
8730
8731         New configmake module, so that "make" output needn't be cluttered
8732         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
8733         * MODULES.html.sh (Support for building libraries and executables):
8734         Add configmake.
8735         * modules/configmake: New file.
8736
8737 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8738
8739         * m4/config-h.m4: New file.
8740
8741 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8742
8743         * config/srclist.txt: Add elisp-comp.
8744
8745 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8746
8747         * MODULES.html.sh (Support for building libraries and executables):
8748         Add elisp-comp.
8749         * build-aux/elisp-comp: New file.
8750         * modules/elisp-comp: New file.
8751
8752 2006-08-24  Bruno Haible  <bruno@clisp.org>
8753
8754         * gnulib-tool (func_create_testdir): Use non-default values of
8755         sourcebase and m4base.
8756
8757 2006-08-24  Bruno Haible  <bruno@clisp.org>
8758
8759         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
8760         HTML structure.
8761
8762 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
8763
8764         * modules/openat (Depends-on): Add lchown.
8765
8766 2006-08-23  Bruno Haible  <bruno@clisp.org>
8767
8768         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
8769         of gl_LOCK_EARLY instead of gl_LOCK.
8770
8771 2006-08-23  Bruno Haible  <bruno@clisp.org>
8772
8773         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
8774         on OSF/1 to no.
8775         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
8776
8777 2006-08-23  Bruno Haible  <bruno@clisp.org>
8778
8779         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
8780         as unusable.
8781
8782         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
8783         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
8784         (gl_LOCK): New macro.
8785
8786 2006-08-22  Simon Josefsson  <jas@extundo.com>
8787
8788         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
8789         to md5 module.
8790
8791 2006-08-22  Simon Josefsson  <jas@extundo.com>
8792
8793         * MODULES.html.sh: Add "Support for maintaining and release
8794         projects".
8795
8796         * build-aux/gnupload: New file, from coreutils.
8797
8798 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8799
8800         Avoid the need for AC_LIBSOURCES in m4 macros.
8801         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
8802         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
8803         * modules/check-version (EXTRA_DIST): Add check-version.h.
8804         * modules/crc (EXTRA_DIST): Add crc.h.
8805         * modules/des (EXTRA_DIST): Add des.h.
8806         * modules/gc (EXTRA_DIST): Add gc.h.
8807         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
8808         * modules/getline (EXTRA_DIST): Add getline.h.
8809         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
8810         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
8811         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
8812         * modules/md2 (EXTRA_DIST): Add md2.h.
8813         * modules/md4 (EXTRA_DIST): Add md4.h.
8814         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
8815         * modules/read-file (EXTRA_DIST): Add read-file.h.
8816         * modules/readline (EXTRA_DIST): Add readline.h.
8817         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
8818         rijndael-api-fst.h.
8819
8820 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8821
8822         * m4/rijndael.m4 (gl_ARCFOUR):
8823         * m4/arctwo.m4 (gl_ARCTWO):
8824         * m4/check-version.m4 (gl_CHECK_VERSION):
8825         * m4/crc.m4 (gl_CRC):
8826         * m4/des.m4 (gl_DES):
8827         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
8828         * m4/gc.m4 (gl_GC):
8829         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
8830         * m4/getline.m4 (gl_FUNC_GETLINE):
8831         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
8832         * m4/hmac-md5.m4 (gl_HMAC_MD5):
8833         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
8834         * m4/md2.m4 (gl_MD2):
8835         * m4/md4.m4 (gl_MD4):
8836         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
8837         * m4/read-file.m4 (gl_FUNC_READ_FILE):
8838         * m4/readline.m4 (gl_FUNC_READLINE):
8839         * m4/rijndael.m4 (gl_RIJNDAEL):
8840         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8841         to get the necessary .h files and whatnot.
8842
8843 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8844
8845         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
8846         gnulib rather than the other way around.
8847         * config/srclistvars.sh (COREUTILS): Remove.
8848
8849 2006-08-22  Jim Meyering  <jim@meyering.net>
8850
8851         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
8852
8853         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
8854
8855 2006-08-22  Eric Blake  <ebb9@byu.net>
8856
8857         * modules/regexprops-generic: New file.
8858         * MODULES.html.sh (Support for building documentation): List it.
8859
8860 2006-08-22  Eric Blake  <ebb9@byu.net>
8861
8862         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
8863         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
8864         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
8865         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
8866
8867 2006-08-22  Bruno Haible  <bruno@clisp.org>
8868
8869         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
8870         and lib_LTLIBRARIES like the other lib_* variables.
8871
8872 2006-08-22  Bruno Haible  <bruno@clisp.org>
8873
8874         * build-aux/x-to-1.in: New file, from GNU gettext.
8875
8876 2006-08-22  Bruno Haible  <bruno@clisp.org>
8877
8878         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
8879         <utmpx.h> exists.
8880
8881 2006-08-22  Bruno Haible  <bruno@clisp.org>
8882
8883         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
8884         <utmpx.h> exists.
8885
8886 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8887
8888         BeOS portability.
8889         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
8890         exist.
8891         Problem reported by Bruno Haible.
8892
8893 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8894
8895         Avoid the need for AC_LIBSOURCES in m4 macros.
8896         * modules/acl (EXTRA_DIST): Add acl.h.
8897         * modules/argmatch (Files): Add m4/argmatch.m4.
8898         (configure.ac): Add gl_ARGMATCH.
8899         (EXTRA_DIST): Renamed from lib_SOURCES, for
8900         consistency with the other modules.  Remove argmatch.c.
8901         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
8902         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
8903         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
8904         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
8905         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
8906         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
8907         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
8908         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
8909         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
8910         * modules/closeout (EXTRA_DIST): Add closeout.h.
8911         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
8912         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
8913         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
8914         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
8915         dirname.h; remove basename.c and stripslash.c.
8916         * modules/exclude (EXTRA_DIST): Add exclude.h.
8917         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
8918         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
8919         * modules/file-type (EXTRA_DIST): Add file-type.h.
8920         * modules/filemode (EXTRA_DIST): Add filemode.h.
8921         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
8922         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8923         * modules/fpending (EXTRA_DIST): Add __fpending.h.
8924         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
8925         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
8926         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
8927         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
8928         * modules/getdate (EXTRA_DIST): Add getdate.c.
8929         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
8930         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
8931         * modules/getpass (EXTRA_DIST): Add getpass.h.
8932         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
8933         * modules/group-member (EXTRA_DIST): Add group-member.h.
8934         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
8935         * modules/hash (EXTRA_DIST): Add hash.h.
8936         * modules/human (EXTRA_DIST): Add human.h.
8937         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
8938         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
8939         * modules/lchown (EXTRA_DIST): Add lchown.h.
8940         * modules/long-options (EXTRA_DIST): Add long-options.h.
8941         * modules/lstat (EXTRA_DIST): Add lstat.h.
8942         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
8943         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
8944         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
8945         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
8946         * modules/memxor (EXTRA_DIST): Add memxor.h.
8947         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
8948         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
8949         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
8950         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
8951         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
8952         * modules/physmem (EXTRA_DIST): Add physmem.h.
8953         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
8954         * modules/posixver (EXTRA_DIST): Add posixver.h.
8955         * modules/quote (EXTRA_DIST): Add quote.h.
8956         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
8957         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
8958         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
8959         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
8960         regex_internal.h regexec.c.
8961         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
8962         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
8963         * modules/same (EXTRA_DIST): Add same.h.
8964         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
8965         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
8966         * modules/savedir (EXTRA_DIST): Add savedir.h.
8967         * modules/sha1 (EXTRA_DIST): Add sha1.h.
8968         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
8969         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
8970         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
8971         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
8972         * modules/strdup (EXTRA_DIST): Add strdup.h.
8973         * modules/strftime (EXTRA_DIST): Add strftime.h.
8974         * modules/strndup (EXTRA_DIST): Add strndup.h.
8975         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
8976         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
8977         * modules/time_r (EXTRA_DIST): Add time_r.h.
8978         * modules/timespec (EXTRA_DIST): Add timespec.h.
8979         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8980         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
8981         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
8982         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
8983         * modules/userspec (EXTRA_DIST): Add userspec.h.
8984         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
8985         * modules/utimens (EXTRA_DIST): Add utimens.h.
8986         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
8987         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
8988         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
8989         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
8990         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
8991         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
8992         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
8993         * modules/yesno (EXTRA_DIST): Add yesno.h.
8994
8995 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8996
8997         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
8998
8999         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
9000         * m4/dev-ino.m4, same-inode.m4: Remove.
9001
9002         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
9003         * m4/acl.m4 (AC_FUNC_ACL):
9004         * m4/backupfile.m4 (gl_BACKUPFILE):
9005         * m4/c-strtod.m4 (gl_C99_STRTOLD):
9006         * m4/canon-host.m4 (gl_CANON_HOST):
9007         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
9008         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
9009         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
9010         * m4/cloexec.m4 (gl_CLOEXEC):
9011         * m4/close-stream.m4 (gl_CLOSE_STREAM):
9012         * m4/closeout.m4 (gl_CLOSEOUT):
9013         * m4/dirfd.m4 (gl_FUNC_DIRFD):
9014         * m4/dirname.m4 (gl_DIRNAME):
9015         * m4/exclude.m4 (gl_EXCLUDE):
9016         * m4/exitfail.m4 (gl_EXITFAIL):
9017         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
9018         * m4/file-type.m4 (gl_FILE_TYPE):
9019         * m4/filemode.m4 (gl_FILEMODE):
9020         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
9021         * m4/fpending.m4 (gl_FUNC_FPENDING):
9022         * m4/fprintftime.m4 (gl_FPRINTFTIME):
9023         * m4/fts.m4 (gl_FUNC_FTS):
9024         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
9025         * m4/getdate.m4 (gl_GETDATE):
9026         * m4/gethrxtime.m4 (gl_GETHRXTIME):
9027         * m4/getpagesize.m4 (gl_GETPAGESIZE):
9028         * m4/getpass.m4 (gl_FUNC_GETPASS):
9029         * m4/gettime.m4 (gl_GETTIME):
9030         * m4/getugroups.m4 (gl_GETUGROUPS):
9031         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
9032         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
9033         * m4/hard-locale.m4 (gl_HARD_LOCALE):
9034         * m4/hash.m4 (gl_HASH):
9035         * m4/idcache.m4 (gl_IDCACHE):
9036         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
9037         * m4/lchown.m4 (gl_FUNC_LCHOWN):
9038         * m4/long-options.m4 (gl_LONG_OPTIONS):
9039         * m4/lstat.m4 (gl_FUNC_LSTAT):
9040         * m4/md5.m4 (gl_MD5):
9041         * m4/memcasecmp.m4 (gl_MEMCASECMP):
9042         * m4/memcoll.m4 (gl_MEMCOLL):
9043         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
9044         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
9045         * m4/memxor.m4 (gl_MEMXOR):
9046         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
9047         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
9048         * m4/modechange.m4 (gl_MODECHANGE):
9049         * m4/mountlist.m4 (gl_MOUNTLIST):
9050         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
9051         * m4/openat.m4 (gl_FUNC_OPENAT):
9052         * m4/pathmax.m4 (gl_PATHMAX):
9053         * m4/physmem.m4 (gl_PHYSMEM):
9054         * m4/posixtm.m4 (gl_POSIXTM):
9055         * m4/posixver.m4 (gl_POSIXVER):
9056         * m4/quote.m4 (gl_QUOTE):
9057         * m4/quotearg.m4 (gl_QUOTEARG):
9058         * m4/readtokens.m4 (gl_READTOKENS):
9059         * m4/readutmp.m4 (gl_READUTMP):
9060         * m4/regex.m4 (gl_REGEX):
9061         * m4/safe-read.m4 (gl_SAFE_READ):
9062         * m4/safe-write.m4 (gl_SAFE_WRITE):
9063         * m4/same.m4 (gl_SAME):
9064         * m4/save-cwd.m4 (gl_SAVE_CWD):
9065         * m4/savedir.m4 (gl_SAVEDIR):
9066         * m4/settime.m4 (gl_SETTIME):
9067         * m4/sha1.m4 (gl_SHA1):
9068         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
9069         * m4/stat-macros.m4 (gl_STAT_MACROS):
9070         * m4/stat-time.m4 (gl_STAT_TIME):
9071         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
9072         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
9073         * m4/strdup.m4 (gl_FUNC_STRDUP):
9074         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
9075         * m4/strndup.m4 (gl_FUNC_STRNDUP):
9076         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
9077         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
9078         * m4/time_r.m4 (gl_TIME_R):
9079         * m4/timespec.m4 (gl_TIMESPEC):
9080         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
9081         * m4/unlinkdir.m4 (gl_UNLINKDIR):
9082         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
9083         * m4/userspec.m4 (gl_USERSPEC):
9084         * m4/utimecmp.m4 (gl_UTIMECMP):
9085         * m4/utimens.m4 (gl_UTIMENS):
9086         * m4/xalloc.m4 (gl_XALLOC):
9087         * m4/xgetcwd.m4 (gl_XGETCWD):
9088         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
9089         * m4/xreadlink.m4 (gl_XREADLINK):
9090         * m4/xstrtod.m4 (gl_XSTRTOD):
9091         * m4/yesno.m4 (gl_YESNO):
9092         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
9093         to get the necessary .h files and whatnot.
9094
9095 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
9096             Bruno Haible  <bruno@clisp.org>
9097
9098         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
9099         /bin/sh understanding of '!' conditional negation.
9100
9101 2006-08-21  Jim Meyering  <jim@meyering.net>
9102
9103         * modules/openat (Depends-on): Really alphabetize.
9104
9105         * modules/acl (Depends-on): Add error and quote.
9106
9107         * check-module (find_included_lib_files): Add at-func.c to the
9108         ok-to-include-more-than-once white list.
9109
9110         * modules/openat (Depends-on): Add lstat.  Alphabetize.
9111
9112 2006-08-21  Bruno Haible  <bruno@clisp.org>
9113
9114         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9115         Emit a pkgdata_DATA variable only if some snippets add contents to it.
9116         Reported by Martin Lambers <marlam@marlam.de>.
9117
9118 2006-08-21  Bruno Haible  <bruno@clisp.org>
9119
9120         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
9121         specify an installation location, don't emit a noinst_LIBRARIES or
9122         noinst_LTLIBRARIES assignment.
9123
9124 2006-08-21  Bruno Haible  <bruno@clisp.org>
9125
9126         BeOS portability.
9127         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
9128         BeOS has mbrtowc() but no <wctype.h>.
9129
9130 2006-08-21  Bruno Haible  <bruno@clisp.org>
9131
9132         BeOS portability.
9133         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
9134         exist.
9135
9136 2006-08-21  Bruno Haible  <bruno@clisp.org>
9137
9138         BeOS portability.
9139         * lib/mbchar.h: Include <wctype.h> only if it exists.
9140
9141 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9142
9143         Remove files that are no longer needed by their respective modules.
9144         * m4/obstack.m4: Remove.
9145         * m4/strerror_r.m4: Remove.
9146         * m4/uint32_t.m4: Remove.
9147         * m4/uintptr_t.m4: Remove.
9148         * m4/ullong_max.m4: Remove.
9149         * m4/xstrtoimax.m4: Remove.
9150         * m4/xstrtoumax.m4: Remove.
9151
9152         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
9153         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
9154         dependencies now capture this.
9155
9156         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
9157         Do not use AC_LIBSOURCES, since gnulib modules now do this.
9158         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
9159         * m4/human.m4 (gl_HUMAN): Likewise.
9160         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
9161         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
9162
9163         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
9164
9165         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
9166         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
9167         stdint.
9168         * m4/human.m4 (gl_HUMAN): Likewise.
9169         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
9170         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
9171         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
9172         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
9173         * m4/xstrtol (gl_XSTRTOL): Likewise.
9174
9175         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
9176         AC_TYPE_LONG_LONG_INT.
9177         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
9178         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
9179         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
9180         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
9181
9182         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
9183         on stdbool.
9184
9185         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
9186         (gl_PREREQ_XSTRTOUL): Remove.
9187
9188         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
9189
9190         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
9191         mode.
9192
9193 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9194
9195         Add and change modules to make it easier for coreutils to use
9196         gnulib-tool.
9197         * modules/backupfile (Files): Remove m4/d-ino.m4.
9198         (Depends-on): Add d-ino.
9199         * modules/cycle-check (Depends-on): Add stdint.
9200         (lib_SOURCES): Add cycle-check.h.
9201         * modules/d-ino: New module.
9202         * modules/d-type: New module.
9203         * modules/error (Files): Remove m4/strerror_r.m4.
9204         * modules/filemode (Files): Add m4/st_dm_mode.m4.
9205         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
9206         m4/inttypes_h.m4, m4/uintmax_t.m4.
9207         (Depends-on): Add stdint.
9208         (lib_SOURCES): Add fsusage.h.
9209         * modules/getcwd (Files): Remove d-ino.m4.
9210         (Depends-on): Add d-ino.
9211         * modules/getndelim2 (Depends-on): Add stdint.
9212         * modules/glob (Files): Remove m4/d-type.m4.
9213         (Depends-on): Add d-type.
9214         * modules/host-os: New module.
9215         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
9216         m4/inttypes_h.m4, m4/uintmax_t.m4.
9217         * Depends-on: Add stdint.
9218         (lib_SOURCES): Add human.h.
9219         * modules/inttostr (Files): Remove m4/intmax_t.m4,
9220         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
9221         m4/uintmax_t.m4, m4/ulonglong.m4.
9222         (Depends-on): Add stdint.
9223         (EXTRA_DIST): Add inttostr.h.
9224         * modules/lchmod: New module.
9225         * modules/link-follow: New module.
9226         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
9227         (Depends-on): Add lchmod.
9228         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
9229         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
9230         (Depends-on): Add stdint.
9231         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
9232         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
9233         (Depends-on): Add stdint.
9234         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
9235         * modules/perl: New module.
9236         * modules/regex (Depends-on): Add stdint.
9237         * modules/rmdir-errno: New module.
9238         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
9239         m4/intmax_t.m4.
9240         (Depends-on): Add stdint.
9241         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
9242         m4/uintmax_t.m4.
9243         (Depends-on): Add stdint.
9244         * modules/unlink-busy: New module.
9245         * modules/utimecmp (Depends-on): Add stdint.
9246         * modules/uptime: New module.
9247         * modules/winsz-ioctl: New module.
9248         * modules/winsz-termios: New module.
9249         * modules/xnanosleep (Depends-on): Add nanosleep.
9250         * modules/ullong_max: Remove.
9251         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
9252         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
9253         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
9254         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
9255         (Depends-on): Add inttypes.
9256         (lib_SOURCES): Add xstrtol.h.
9257         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
9258         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
9259         * MODULES.html.sh: Move 'assert' into the assert section.
9260         Move 'dummy' into the linking section.
9261         Remove ullong_max.
9262         Add section for compatibility checks for POSIX:2001 functions,
9263         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
9264         winsz-ioctl, and winsz-termios into it.
9265         Add lchmod.
9266         Add top-level Misc section and put host-os, perl, and uptime
9267         into it.
9268
9269 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9270
9271         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
9272         now assume the stdint module.  Do not include inttypes.h.
9273         * lib/fsusage.h: Likewise.
9274         * lib/getndelim2.c: Likewise.
9275         * lib/human.h: Likewise.
9276         * lib/inttostr.h: Likewise.
9277         * lib/obstack.c: Likewise.
9278         * lib/regex_internal.h: Likewise.
9279         * lib/tempname.c: Likewise.
9280         * lib/utimecmp.c: Likewise.
9281         * lib/xstrtol.h: Likewise.
9282
9283         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
9284
9285         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
9286         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
9287         * lib/xtime.h: Likewise.
9288
9289 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9290
9291         * modules/openat (Files): Add lib/fchmodat.c.
9292         Fixes problem reported by Jay Youngman.
9293
9294 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9295
9296         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
9297         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
9298
9299 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
9300             Bruno Haible  <bruno@clisp.org>
9301
9302         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
9303         and is a script that invokes bison. Tighten the code. Add comments.
9304
9305 2006-08-18  Jim Meyering  <jim@meyering.net>
9306
9307         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
9308         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
9309         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
9310         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
9311
9312 2006-08-18  Bruno Haible  <bruno@clisp.org>
9313
9314         * modules/bison-i18n: New file.
9315         * MODULES.html.sh (Internationalization functions): Add it.
9316
9317 2006-08-18  Bruno Haible  <bruno@clisp.org>
9318
9319         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
9320         sys/statvfs.h. When getmntinfo was found, check its declaration and
9321         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
9322
9323 2006-08-18  Bruno Haible  <bruno@clisp.org>
9324
9325         * m4/bison-i18n.m4: New file, from bison.
9326
9327 2006-08-18  Bruno Haible  <bruno@clisp.org>
9328
9329         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
9330         (ME_DUMMY): Treat "kernfs" as a dummy.
9331         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
9332
9333 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9334
9335         Update from coreutils.
9336
9337         2006-08-15  Jim Meyering  <jim@meyering.net>
9338
9339         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
9340
9341         2006-01-17  Jim Meyering  <jim@meyering.net>
9342
9343         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
9344
9345         2006-01-11  Jim Meyering  <jim@meyering.net>
9346
9347         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
9348         Check for the lchmod function.
9349
9350 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9351
9352         Update from coreutils.
9353
9354         * lib/__fpending.h: Add copyright notice.
9355         * lib/fprintftime.h: Likewise.
9356         * lib/savedir.c: Use (C) in copyright notice.
9357         * lib/savedir.h: Likewise.
9358
9359         2006-08-15  Jim Meyering  <jim@meyering.net>
9360
9361         * lib/at-func.c: New file, with the logic of all emulated at-functions.
9362         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
9363         in support of the EXPECTED_ERRNO macro.
9364         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
9365         definitions.  Instead, define the appropriate symbols and include
9366         "at-func.c".
9367         * lib/mkdirat.c (mkdirat): Likewise.
9368         * lib/fchmodat.c (fchmodat): Likewise.
9369         (ENOSYS): Remove definition.
9370         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
9371         it.  Don't include "unistd--.h" -- it wasn't ever used.
9372
9373         2006-01-17  Jim Meyering  <jim@meyering.net>
9374
9375         Rewrite fts.c not to change the current working directory,
9376         by using openat, fstatat, fdopendir, etc..
9377
9378         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
9379         (HAVE_OPENAT_SUPPORT): Define.
9380         [_LIBC] (fchdir): Don't undef or define; no longer used.
9381         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
9382         Now, this `function' always succeeds, and consumes its file descriptor
9383         parameter -- so callers must not close such FDs.  Update callers.
9384         (diropen_fd, opendirat, cwd_advance_fd): New functions.
9385         (diropen): Add parameter, SP.  Adjust all callers.
9386         Implement using diropen_fd, rather than open.
9387         (fts_open): Initialize new member, fts_cwd_fd.
9388         Remove fts_rft-setting code.
9389         (fts_close): Close fts_cwd_fd, if necessary.
9390         (__opendir2): Define in terms of opendir or opendirat,
9391         depending on whether the FST_NOCHDIR flag is set.
9392         (fts_build): Since fts_safe_changedir consumes its FD, and since
9393         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
9394         and close the dup'd file descriptor upon failure.
9395         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
9396         (fts_safe_changedir): Tweak semantics to reflect that this function
9397         now calls cwd_advance_fd and hence consumes its FD argument.
9398         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
9399         [struct FTS] (fts_rft): Remove now-unused member.
9400         [struct FTS] (fts_cycle.state): Improve comment.
9401
9402         * lib/openat.c (openat_needs_fchdir): New function.
9403         * lib/openat.h (openat_needs_fchdir): Declare it.
9404
9405 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
9406
9407         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
9408         Problem and fix reported by Pádraig Brady in
9409         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
9410
9411 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9412
9413         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
9414
9415 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9416
9417         * lib/memcoll.c (memcoll): Optimize for the common case where the
9418         arguments are bytewise equal.
9419
9420 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9421
9422         * doc/regexprops-generic.texi: Add a copyright notice.
9423
9424 2006-08-15  Bruno Haible  <bruno@clisp.org>
9425
9426         * modules/tmpdir (License): Change to LGPL.
9427
9428 2006-08-15  Bruno Haible  <bruno@clisp.org>
9429
9430         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
9431         module.
9432
9433 2006-08-14  Simon Josefsson  <jas@extundo.com>
9434
9435         * config/srclist.txt: Add gnupload.
9436
9437 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9438
9439         Change copyright notice from LGPL 2 to GPL 2, since that's the
9440         standard form used in the gnulib repository.
9441         * tests/test-lock.c: Likewise.
9442         * tests/test-stdint.c: Likewise.
9443         * tests/test-tls.c: Likewise.
9444
9445         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
9446         prelude-manager.  User shorter URLs for GNU projects, without '?'.
9447         Add copyright notice.
9448
9449         * check-module: Add copyright notice.  Output a copyright
9450         notice if "--version" is specified.
9451         * modules/COPYING: New file.
9452         * tests/test-getaddrinfo.c: Add copyright notice.
9453         * tests/test-verify.c: Likewise.
9454
9455 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9456
9457         Change copyright notice from LGPL 2 to GPL 2, since that's the
9458         standard form used in the gnulib repository.
9459         * lib/lock.c: LGPL -> GPL.
9460         * lib/lock.h: Likewise.
9461         * lib/strnlen1.c: Likewise.
9462         * lib/strnlen1.h: Likewise.
9463         * lib/tls.c: Likewise.
9464         * lib/tls.h: Likewise.
9465         * lib/tmpdir.c: Likewise.
9466
9467         * lib/TODO: Remove; this belongs only in coreutils.
9468
9469 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9470
9471         Add copyright notices to long-enough files that lack them, since
9472         otherwise the files aren't clearly free.  Use the same notice that
9473         getdate.texi already uses.
9474         * doc/alloca-opt.texi: Add copyright notice.
9475         * doc/alloca.texi: Likewise.
9476         * doc/ctime.texi: Likewise.
9477         * doc/functions.texi: Likewise.
9478         * doc/gcd.texi: Likewise.
9479         * doc/gnulib-tool.texi: Likewise.
9480         * doc/inet_ntoa.texi: Likewise.
9481         * doc/visibility.texi: Likewise.
9482
9483         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
9484         * doc/quote.texi: Add copyright notice.
9485
9486         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
9487         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
9488         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
9489         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
9490         is now obsolete, and give a pointer to the Sun list.
9491         Add copyright notice.
9492
9493 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9494
9495         * config/srclistvars.sh: Add copyright notice.
9496
9497 2006-08-14  Eric Blake  <ebb9@byu.net>
9498
9499         Import the following change from libc:
9500
9501         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9502
9503         Upstream bug 2997.
9504         * lib/misc/error.c: Add space between program name and message if file
9505         name is missing.
9506
9507 2006-08-12  Karl Berry  <karl@gnu.org>
9508
9509         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
9510         remove, these originate in gnulib now.
9511
9512 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9513
9514         * doc/Makefile (standards.info standards.html standards.dvi):
9515         Also depend on make-stds.texi.
9516
9517 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9518
9519         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
9520         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
9521
9522         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
9523         in wchar_t.  Problem reported by Eric Blake.
9524
9525         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
9526         LEN is smaller than SIZE.  Suggested by Bruno Haible.
9527         Also, help the compiler to keep LEN in a register.
9528
9529 2006-08-11  Eric Blake  <ebb9@byu.net>
9530
9531         * users.txt: Sort.  Add tar.
9532
9533 2006-08-11  Bruno Haible  <bruno@clisp.org>
9534
9535         * users.txt: New file.
9536
9537 2006-08-11  Bruno Haible  <bruno@clisp.org>
9538
9539         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
9540         before <wchar.h>. Needed for OSF/1 and BSD/OS.
9541
9542 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9543
9544         * modules/snprintf (Depends-on): Remove minmax.
9545         (Maintainer): Add self and Bruno.
9546
9547 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9548
9549         * lib/.cppi-disable: Add snprintf.h, socket_.h.
9550         * lib/snprintf.c: Include <errno.h> and <limits.h>.
9551         (EOVERFLOW): Define if the system does not.
9552         Do not include "minmax.h"; it wasn't used.
9553         (snprintf): Don't assume size_t promotes to an unsigned type.
9554         Fix bug when generated string was too long for the buffer: the
9555         buffer's contents are supposed to be the initial prefix of the
9556         output.  Don't assume vasnprintf returns EOVERFLOW if the size
9557         exceeds INT_MAX; do the check ourselves.
9558
9559         Import the following changes from libc:
9560
9561         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9562
9563         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
9564         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
9565         set wc to the byte which couldn't be converted.
9566         (re_string_reconstruct): Don't clear valid_raw_len before calling
9567         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9568         tip_context using re_string_context_at.
9569
9570         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
9571
9572         * lib/posix/regex.h: g++ still cannot handled [restrict].
9573
9574         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
9575
9576         * lib/posix/regex.h: Remove special handling for VMS.
9577
9578 2006-08-10  Jim Meyering  <jim@meyering.net>
9579
9580         * modules/same-inode: New module.
9581         * modules/dev-ino: New module.
9582         * modules/cycle-check: Depend on these modules, rather than simply
9583         including their .h files.
9584         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
9585         required via m4/cycle-check.m4.
9586         * modules/same: Depend on new same-inode module, rather than
9587         including same-inode.h.
9588         * modules/chdir-safer: New file.
9589
9590         * modules/chown (Depends-on): Add stat-macros.
9591
9592 2006-08-10  Jim Meyering  <jim@meyering.net>
9593
9594         * m4/cycle-check.m4: New file.
9595         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
9596         * m4/dev-ino.m4, m4/same-inode.m4: New files.
9597
9598 2006-08-10  Eric Blake  <ebb9@byu.net>
9599
9600         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
9601         in from original proposal.
9602
9603 2006-08-10  Eric Blake  <ebb9@byu.net>
9604         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9605
9606         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
9607         namespace.
9608
9609 2006-08-10  Bruno Haible  <bruno@clisp.org>
9610
9611         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
9612         as well.
9613
9614 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9615
9616         Sync from coreutils.
9617
9618         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
9619
9620         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
9621         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
9622
9623 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9624
9625         * modules/restrict: Remove; no longer needed now that we assume
9626         Autoconf 2.59 or later.
9627         * MODULES.html.sh: Remove 'restrict'.
9628         * modules/argp (Depends-on): Remove 'restrict'.
9629         * modules/base64 (Depends-on): Likewise.
9630         * modules/gc (Depends-on): Likewise.
9631         * modules/getaddrinfo (Depends-on): Likewise.
9632         * modules/glob (Depends-on): Likewise.
9633         * modules/inet_ntop (Depends-on): Likewise.
9634         * modules/inet_pton (Depends-on): Likewise.
9635         * modules/memxor (Depends-on): Likewise.
9636         * modules/regex (Depends-on): Likewise.
9637         * modules/strtok_r (Depends-on): Likewise.
9638         * modules/time_r (Depends-on): Likewise.
9639
9640 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9641
9642         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
9643         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
9644         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9645         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
9646         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
9647         * m4/memxor.m4 (gl_MEMXOR): Likewise.
9648         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
9649         gl_C_RESTRICT replaced by AC_C_RESTRICT.
9650
9651         Merge from coreutils.
9652         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
9653         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
9654         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9655         * m4/time_r.m4 (gl_TIME_R): Likewise.
9656
9657 2006-08-09  Karl Berry  <karl@gnu.org>
9658
9659         * config/srclist.txt: no more gettext-tools, per Bruno.
9660
9661 2006-08-08  Eric Blake  <ebb9@byu.net>
9662
9663         * modules/verror: New module.
9664         * MODULES.html.sh: Document it.
9665
9666 2006-08-08  Eric Blake  <ebb9@byu.net>
9667
9668         * lib/verror.h, lib/verror.c: New files.
9669
9670 2006-08-08  Eric Blake  <ebb9@byu.net>
9671
9672         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
9673         verror_at_line output complies with GNU Coding Standards even when
9674         file is NULL.
9675
9676 2006-08-07  Bruno Haible  <bruno@clisp.org>
9677
9678         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
9679         versions of AIX.
9680         Reported by Ralf Wildenhues.
9681
9682 2006-08-07  Bruno Haible  <bruno@clisp.org>
9683
9684         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
9685         in an AC_DEFUN. Needed so that the autoconf snippets can use
9686         AC_REQUIRE.
9687
9688 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9689
9690         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9691         Initialize pkgdata_DATA.
9692         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
9693         overriding it.
9694
9695 2006-08-06  Eric Blake  <ebb9@byu.net>
9696
9697         * lib/error.h: Fold in some upstream changes from glibc.
9698         * lib/error.c: Likewise.
9699
9700 2006-08-04  Bruno Haible  <bruno@clisp.org>
9701
9702         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9703         Make the mostlyclean-local rule depend on mostlyclean-generic.
9704         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
9705
9706 2006-07-31  Bruno Haible  <bruno@clisp.org>
9707
9708         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
9709         <stdlib.h>, <string.h>.
9710
9711 2006-07-30  Bruno Haible  <bruno@clisp.org>
9712
9713         * modules/readlink (License): Change to LGPL.
9714
9715 2006-07-30  Bruno Haible  <bruno@clisp.org>
9716
9717         * modules/javaversion (Makefile.am): Distribute javaversion.java and
9718         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
9719         set PKGDATADIR to point to it.
9720
9721 2006-07-30  Bruno Haible  <bruno@clisp.org>
9722
9723         * modules/csharpexec (configure.ac): Comment out macro invocation.
9724         * modules/javaexec (configure.ac): Likewise.
9725         * modules/javacomp-script (configure.ac): Likewise.
9726
9727         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
9728
9729 2006-07-30  Bruno Haible  <bruno@clisp.org>
9730
9731         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
9732         linked-list.
9733
9734 2006-07-30  Bruno Haible  <bruno@clisp.org>
9735
9736         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
9737
9738 2006-07-30  Bruno Haible  <bruno@clisp.org>
9739
9740         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9741         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
9742         get removed.
9743
9744 2006-07-29  Bruno Haible  <bruno@clisp.org>
9745
9746         Make it possible for gnulib-tool to work with locally modified or
9747         augmented gnulib repositories.
9748         * gnulib-tool (func_usage): Document --local-dir option.
9749         (local_gnulib_dir): New variable.
9750         Handle --local-dir option.
9751         (func_lookup_file): New function.
9752         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
9753         (func_get_description, func_get_filelist, func_get_description,
9754         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
9755         func_get_automake_snippet, func_get_include_directive,
9756         func_get_license, func_get_maintainer): Use func_lookup_file.
9757         (func_import, func_create_testdir): Use func_lookup_file.
9758
9759 2006-07-29  Bruno Haible  <bruno@clisp.org>
9760
9761         * modules/setenv (Depends-on): Add unistd.
9762
9763 2006-07-29  Bruno Haible  <bruno@clisp.org>
9764
9765         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
9766
9767 2006-07-29  Bruno Haible  <bruno@clisp.org>
9768
9769         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
9770
9771 2006-07-29  Bruno Haible  <bruno@clisp.org>
9772
9773         * gnulib-tool (import, update): If there is no Makefile.am, look at
9774         aclocal.m4, instead of bailing out.
9775
9776 2006-07-29  Bruno Haible  <bruno@clisp.org>
9777
9778         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
9779         Categorize the options by when they are useful.
9780
9781 2006-07-29  Bruno Haible  <bruno@clisp.org>
9782
9783         * gnulib-tool (func_usage): Document option --no-libtool.
9784         Handle option --no-libtool.
9785         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
9786         for changed semantics of $libtool variable.
9787         (func_import): Likewise. If libtool is not used, show this through
9788         an option --no-libtool.
9789         (func_create_testdir): Update.
9790
9791 2006-07-29  Bruno Haible  <bruno@clisp.org>
9792
9793         * gnulib-tool (func_import): Extend error message about missing
9794         --doc-base.
9795
9796 2006-07-29  Bruno Haible  <bruno@clisp.org>
9797
9798         * gnulib-tool (func_import): Don't create the $docbase directory if
9799         there is no file to store there.
9800
9801 2006-07-29  Bruno Haible  <bruno@clisp.org>
9802
9803         * gnulib-tool (autoconf_minversion): If a --dir option is given and
9804         relevant, look for configure.ac there, not in the current directory.
9805         Also use a simple search for AC_PREREQ, not "autoconf --trace".
9806
9807 2006-07-29  Bruno Haible  <bruno@clisp.org>
9808
9809         * gnulib-tool (SORT): New variable.
9810         (func_usage): Undocument --assume-autoconf option.
9811         Remove --assume-autoconf option handling.
9812         (autoconf_minversion): Determine from the contents of configure.ac.
9813         (func_import): Remove autoconf_minversion handling.
9814         Suggested by Eric Blake.
9815
9816 2006-07-29  Bruno Haible  <bruno@clisp.org>
9817
9818         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
9819
9820 2006-07-29  Bruno Haible  <bruno@clisp.org>
9821
9822         * config/srclist.txt (*setenv.[ch]): Remove rules.
9823
9824 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9825
9826         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
9827
9828 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9829
9830         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
9831         arpa/inet.h.
9832
9833 2006-07-28  Simon Josefsson  <jas@extundo.com>
9834
9835         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
9836         * modules/inet_pton (Depends-on): Likewise.
9837
9838 2006-07-28  Simon Josefsson  <jas@extundo.com>
9839
9840         * m4/netinet_in_h.m4: New file.
9841
9842 2006-07-28  Simon Josefsson  <jas@extundo.com>
9843
9844         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
9845         #include's.
9846
9847 2006-07-28  Simon Josefsson  <jas@extundo.com>
9848
9849         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
9850         #include's.
9851
9852 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
9853
9854         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
9855         setgid on directories only if they set these bits.
9856         * lib/modechange.h: Remove obsolete comment about masks.
9857
9858 2006-07-28  Eric Blake  <ebb9@byu.net>
9859
9860         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
9861         macro expansion.
9862
9863 2006-07-28  Bruno Haible  <bruno@clisp.org>
9864
9865         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
9866
9867 2006-07-28  Bruno Haible  <bruno@clisp.org>
9868
9869         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
9870
9871 2006-07-28  Bruno Haible  <bruno@clisp.org>
9872
9873         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
9874         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
9875         Define fallbacks.
9876         Avoids link error on FreeBSD 4.x.
9877         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9878
9879         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
9880         encoding.
9881         * lib/mbswidth.c (iswcntrl): Likewise.
9882
9883 2006-07-27  Bruno Haible  <bruno@clisp.org>
9884
9885         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
9886         test.
9887
9888 2006-07-27  Bruno Haible  <bruno@clisp.org>
9889
9890         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
9891         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
9892         defined.
9893
9894 2006-07-26  Eric Blake  <ebb9@byu.net>
9895
9896         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
9897
9898 2006-07-26  Eric Blake  <ebb9@byu.net>
9899
9900         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
9901         like mingw that lack mkstemp.
9902         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
9903         avoid compilation warning on mingw.
9904
9905 2006-07-26  Bruno Haible  <bruno@clisp.org>
9906
9907         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
9908         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
9909         INT_FAST*_MIN, INTPTR_MIN.
9910
9911 2006-07-25  Bruno Haible  <bruno@clisp.org>
9912
9913         * modules/version-etc (Depends-on): Add stdarg.
9914
9915 2006-07-25  Bruno Haible  <bruno@clisp.org>
9916
9917         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
9918         complex commands.
9919
9920 2006-07-25  Bruno Haible  <bruno@clisp.org>
9921
9922         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
9923         defined in <stdarg.h> or config.h.
9924
9925 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9926
9927         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
9928         (gl_STDIO_SAFER): Remove.
9929
9930 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9931
9932         * MODULES.html.sh (File stream based Input/Output):
9933         Add fopen-safer, tmpfile-safer; remove stdio-safer.
9934         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
9935         * modules/fopen-safer, modules/tmpfile-safer: New files.
9936         * modules/stdio-safer: Remove.
9937
9938 2006-07-24  Bruno Haible  <bruno@clisp.org>
9939
9940         * modules/tmpdir: New file.
9941         * MODULES.html.sh (File system functions): Add it.
9942
9943 2006-07-24  Bruno Haible  <bruno@clisp.org>
9944
9945         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
9946         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
9947
9948 2006-07-24  Bruno Haible  <bruno@clisp.org>
9949
9950         * modules/clean-temp: New file.
9951
9952 2006-07-24  Bruno Haible  <bruno@clisp.org>
9953
9954         * m4/tmpdir.m4: New file, from GNU gettext.
9955
9956 2006-07-24  Bruno Haible  <bruno@clisp.org>
9957
9958         * lib/tmpdir.h: New file, from GNU gettext.
9959         * lib/tmpdir.c: New file, from GNU gettext.
9960
9961 2006-07-24  Bruno Haible  <bruno@clisp.org>
9962
9963         * lib/clean-temp.h: New file, from GNU gettext.
9964         * lib/clean-temp.c: New file, from GNU gettext.
9965
9966 2006-07-23  Eric Blake  <ebb9@byu.net>
9967
9968         * modules/stdio-safer (Files): Add tmpfile-safer.c.
9969         (Depends-on): Add binary-io.
9970
9971 2006-07-23  Eric Blake  <ebb9@byu.net>
9972
9973         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
9974
9975 2006-07-23  Eric Blake  <ebb9@byu.net>
9976
9977         * lib/tmpfile-safer.c: New file.
9978         * lib/stdio-safer.h (fopen_safer): Add prototype.
9979         * lib/stdio--.h (tmpfile): Make safer.
9980
9981 2006-07-23  Bruno Haible  <bruno@clisp.org>
9982
9983         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
9984         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
9985         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
9986         gl_linked_remove_at): Use it.
9987
9988 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9989         and Simon Josefsson <jas@extundo.com>
9990
9991         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
9992
9993         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
9994
9995 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9996
9997         * modules/close-stream: New file.
9998         * modules/closeout (Description): Make it clear that it exits
9999         with a diagnostic on error.
10000         (Depends-on): Add close-stream.  Remove fpending, stdbool.
10001         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
10002
10003 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
10004
10005         * m4/close-stream.m4: New file.
10006
10007 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
10008
10009         * lib/close-stream.c, lib/close-stream.h: New files.
10010
10011 2006-07-22  Bruno Haible  <bruno@clisp.org>
10012
10013         Merge from GNU gettext 0.15.
10014
10015         2006-05-01  Bruno Haible  <bruno@clisp.org>
10016
10017                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
10018
10019         2006-07-22  Bruno Haible  <bruno@clisp.org>
10020
10021                 * modules/javaversion: New file.
10022                 * MODULES.html.sh (Java): Add javaversion.
10023
10024         2006-03-12  Bruno Haible  <bruno@clisp.org>
10025
10026                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
10027
10028         2005-12-04  Bruno Haible  <bruno@clisp.org>
10029
10030                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
10031                 (untested).
10032
10033         2006-06-21  Bruno Haible  <bruno@clisp.org>
10034
10035                 Avoid warnings from recent versions of mcs.
10036                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
10037                 -o, -L, -r any more. Use options documented since mcs-1.0
10038                 instead. Similarly for -g.
10039
10040         2005-12-04  Bruno Haible  <bruno@clisp.org>
10041
10042                 * build-aux/csharpcomp.sh.in: Suffix for resources is
10043                 .resources, not .resource.
10044
10045         2005-07-09  Bruno Haible  <bruno@clisp.org>
10046
10047                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
10048                 add a .dll suffix.
10049                 Reported by Mark Junker <mjscod@gmx.de>.
10050
10051         2006-07-22  Bruno Haible  <bruno@clisp.org>
10052
10053                 * modules/gettext: Upgrade to gettext-0.15.
10054                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
10055                 m4/visibility.m4.
10056                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
10057
10058 2006-07-22  Bruno Haible  <bruno@clisp.org>
10059
10060         Merge from GNU gettext 0.15.
10061
10062         2006-03-25  Bruno Haible  <bruno@clisp.org>
10063
10064                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
10065
10066         2006-07-21  Bruno Haible  <bruno@clisp.org>
10067
10068                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
10069                 "1.1".
10070
10071         2006-05-09  Bruno Haible  <bruno@clisp.org>
10072
10073                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
10074                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
10075                 for the conftestver execution.
10076
10077         2006-05-01  Bruno Haible  <bruno@clisp.org>
10078
10079                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
10080                 optional target-version argument. Verify that the compiler
10081                 groks source of the specified source-version, or add -source
10082                 option as necessary. Verify that the compiler produces
10083                 bytecode in the specified target-version, or add -target and
10084                 -source options as necessary. Make the result of the test
10085                 available as variable CONF_JAVAC. Also log error output in
10086                 config.log.
10087
10088         2006-03-11  Bruno Haible  <bruno@clisp.org>
10089
10090                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
10091
10092         2006-05-09  Bruno Haible  <bruno@clisp.org>
10093
10094                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
10095                 CLASSPATH_SEPARATOR to a semicolon.
10096
10097         2006-03-12  Bruno Haible  <bruno@clisp.org>
10098
10099                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
10100                 available as variable CONF_JAVA, for subsequent autoconf
10101                 tests. Also log error output in config.log.
10102
10103         2006-07-19  Bruno Haible  <bruno@clisp.org>
10104
10105                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
10106                 that getline works on glibc2 systems. Needed to avoid trouble
10107                 in relocatable.c.
10108                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
10109
10110         2005-12-04  Bruno Haible  <bruno@clisp.org>
10111
10112                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
10113                 launcher (untested).
10114
10115         2005-12-04  Bruno Haible  <bruno@clisp.org>
10116
10117                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
10118
10119         2006-07-22  Bruno Haible  <bruno@clisp.org>
10120
10121                 * gettext.m4: Update from GNU gettext-0.15.
10122                 * nls.m4: Likewise.
10123                 * po.m4: Likewise.
10124                 * inttypes-pri.m4: Likewise.
10125                 * inttypes-h.m4: Renamed from inttypes.m4.
10126                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
10127
10128 2006-07-22  Bruno Haible  <bruno@clisp.org>
10129
10130         Merge from GNU gettext 0.15.
10131
10132         2005-07-05  Bruno Haible  <bruno@clisp.org>
10133
10134                 * printf-args.c (printf_fetchargs): Work around broken
10135                 definition of wint_t on mingw.
10136
10137         2005-02-12  Bruno Haible  <bruno@clisp.org>
10138
10139                 * xallocsa.h: Add extern "C" for C++.
10140
10141         2006-05-17  Bruno Haible  <bruno@clisp.org>
10142
10143                 Cygwin portability.
10144                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
10145
10146         2006-04-30  Bruno Haible  <bruno@clisp.org>
10147
10148                 * progreloc.c: Include <mach-o/dyld.h> if available.
10149                 (find_executable): Use _NSGetExecutablePath when possible.
10150
10151         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
10152
10153                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
10154                 function.
10155
10156         2005-12-29  Bruno Haible  <bruno@clisp.org>
10157
10158                 * progreloc.c (set_program_name_and_installdir): Fix
10159                 compilation error.
10160
10161         2005-12-04  Bruno Haible  <bruno@clisp.org>
10162
10163                 Cygwin portability.
10164                 * progreloc.c: Include <windows.h> also on Cygwin.
10165                 (find_executable): Add support for Cygwin.
10166                 (set_program_name_and_installdir): Handle also platforms with
10167                 nonempty EXEEXT.
10168
10169         2006-07-11  Bruno Haible  <bruno@clisp.org>
10170
10171                 * javacomp.c: Fix a comment.
10172                 Reported by Jim Meyering.
10173
10174         2006-04-30  Bruno Haible  <bruno@clisp.org>
10175
10176                 * javacomp.h (compile_java_class): Add source_version,
10177                 target_version arguments.
10178                 * javacomp.c: Rewritten to choose only a compiler that
10179                 respects the specified source_version and target_version.
10180
10181         2006-06-27  Bruno Haible  <bruno@clisp.org>
10182
10183                 Assume correct S_ISDIR macro.
10184                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
10185
10186         2006-07-22  Bruno Haible  <bruno@clisp.org>
10187
10188                 * javaversion.h: New file, from GNU gettext.
10189                 * javaversion.c: New file, from GNU gettext.
10190                 * javaversion.java: New file, from GNU gettext.
10191                 * javaversion.class: New file, from GNU gettext.
10192
10193         2006-05-17  Bruno Haible  <bruno@clisp.org>
10194
10195                 Cygwin portability.
10196                 * javaexec.c (execute_java_class): Test for jview program
10197                 also on Cygwin.
10198
10199         2006-04-09  Bruno Haible  <bruno@clisp.org>
10200
10201                 * fatal-signal.c: Don't include string.h.
10202                 (at_fatal_signal): Use a copying loop instead of memcpy.
10203
10204         2005-12-04  Bruno Haible  <bruno@clisp.org>
10205
10206                 * csharpexec.c: Add support for 'clix' launcher (untested).
10207                 (execute_csharp_using_sscli): New function.
10208                 (execute_csharp_program): Call it.
10209
10210         2006-06-21  Bruno Haible  <bruno@clisp.org>
10211
10212                 Avoid warnings from recent versions of mcs.
10213                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
10214                 -o, -L, -r any more. Use options documented since mcs-1.0
10215                 instead. Similarly for -g.
10216
10217         2005-07-09  Bruno Haible  <bruno@clisp.org>
10218
10219                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
10220                 add a .dll suffix.
10221                 Reported by Mark Junker <mjscod@gmx.de>.
10222
10223         2006-06-17  Bruno Haible  <bruno@clisp.org>
10224
10225                 * config.charset: Update for NetBSD 3.0.
10226
10227         2006-05-17  Bruno Haible  <bruno@clisp.org>
10228
10229                 Cygwin portability.
10230                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
10231
10232         2006-05-16  Bruno Haible  <bruno@clisp.org>
10233
10234                 * localcharset.c [CYGWIN]: Include <windows.h>.
10235                 (get_charset_aliases): For Cygwin, return the same CPxxx
10236                 aliases list as under WIN32.
10237                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
10238                 the environment variables. Fall back to GetACP().
10239
10240         2006-04-05  Bruno Haible  <bruno@clisp.org>
10241
10242                 * config.charset: Update Juan Manuel Guerrero's address.
10243
10244         2005-02-12  Bruno Haible  <bruno@clisp.org>
10245
10246                 * allocsa.h: Add extern "C" for C++.
10247
10248         2005-02-10  Bruno Haible  <bruno@clisp.org>
10249
10250                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
10251                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
10252
10253         2006-07-22  Bruno Haible  <bruno@clisp.org>
10254
10255                 * gettext.h: Update to GNU gettext-0.15.
10256
10257 2006-07-22  Bruno Haible  <bruno@clisp.org>
10258
10259         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
10260         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
10261         lib-prefix.m4, longdouble.m4, ssize_t.m4.
10262
10263 2006-07-21  Eric Blake  <ebb9@byu.net>
10264
10265         * modules/stdlib-safer: New file.
10266         * MODULES.html.sh (File stream based Input/Output): Add
10267         stdlib-safer.
10268
10269 2006-07-21  Eric Blake  <ebb9@byu.net>
10270
10271         * lib/stdlib-safer.h: New file from coreutils, required by
10272         stdlib--.h.
10273
10274 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
10275
10276         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
10277
10278 2006-07-20  Bruno Haible  <bruno@clisp.org>
10279
10280         * gnulib-tool: Recognize new option --assume-autoconf.
10281         (autoconf_minversion): New variable.
10282         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
10283
10284 2006-07-20  Bruno Haible  <bruno@clisp.org>
10285
10286         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
10287
10288 2006-07-19  Derek R. Price  <derek@ximbiot.com>
10289
10290         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
10291         Reindent and repaginate.
10292
10293 2006-07-19  Derek Price  <derek@ximbiot.com>
10294
10295         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
10296         Correct grammar.
10297
10298 2006-07-17  Bruno Haible  <bruno@clisp.org>
10299
10300         * modules/list: New file.
10301         * modules/array-list: New file.
10302         * modules/carray-list, modules/carray-list-tests: New files.
10303         * modules/linked-list, modules/linked-list-tests: New files.
10304         * modules/avltree-list, modules/avltree-list-tests: New files.
10305         * modules/rbtree-list, modules/rbtree-list-tests: New files.
10306         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
10307         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
10308         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
10309         * modules/oset: New file.
10310         * modules/array-oset: New file.
10311         * modules/avltree-oset, modules/avltree-oset-tests: New files.
10312         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
10313         * tests/test-carray_list.c: New file.
10314         * tests/test-linked_list.c: New file.
10315         * tests/test-avltree_list.c: New file.
10316         * tests/test-rbtree_list.c: New file.
10317         * tests/test-linkedhash_list.c: New file.
10318         * tests/test-avltreehash_list.c: New file.
10319         * tests/test-rbtreehash_list.c: New file.
10320         * tests/test-avltree_oset.c: New file.
10321         * tests/test-rbtree_oset.c: New file.
10322         * MODULES.html.sh (Container data structures): New section.
10323
10324 2006-07-17  Bruno Haible  <bruno@clisp.org>
10325
10326         * m4/gl_list.m4: New file.
10327
10328 2006-07-17  Bruno Haible  <bruno@clisp.org>
10329
10330         * lib/gl_list.h: New file.
10331         * lib/gl_list.c: New file.
10332         * lib/gl_array_list.h: New file.
10333         * lib/gl_array_list.c: New file.
10334         * lib/gl_carray_list.h: New file.
10335         * lib/gl_carray_list.c: New file.
10336         * lib/gl_linked_list.h: New file.
10337         * lib/gl_linked_list.c: New file.
10338         * lib/gl_anylinked_list1.h: New file.
10339         * lib/gl_anylinked_list2.h: New file.
10340         * lib/gl_avltree_list.h: New file.
10341         * lib/gl_avltree_list.c: New file.
10342         * lib/gl_anyavltree_list1.h: New file.
10343         * lib/gl_anyavltree_list2.h: New file.
10344         * lib/gl_rbtree_list.h: New file.
10345         * lib/gl_rbtree_list.c: New file.
10346         * lib/gl_anyrbtree_list1.h: New file.
10347         * lib/gl_anyrbtree_list2.h: New file.
10348         * lib/gl_anytree_list1.h: New file.
10349         * lib/gl_anytree_list2.h: New file.
10350         * lib/gl_linkedhash_list.h: New file.
10351         * lib/gl_linkedhash_list.c: New file.
10352         * lib/gl_anyhash_list1.h: New file.
10353         * lib/gl_anyhash_list2.h: New file.
10354         * lib/gl_avltreehash_list.h: New file.
10355         * lib/gl_avltreehash_list.c: New file.
10356         * lib/gl_rbtreehash_list.h: New file.
10357         * lib/gl_rbtreehash_list.c: New file.
10358         * lib/gl_anytreehash_list1.h: New file.
10359         * lib/gl_anytreehash_list2.h: New file.
10360
10361         * lib/gl_oset.h: New file.
10362         * lib/gl_oset.c: New file.
10363         * lib/gl_array_oset.h: New file.
10364         * lib/gl_array_oset.c: New file.
10365         * lib/gl_avltree_oset.h: New file.
10366         * lib/gl_avltree_oset.c: New file.
10367         * lib/gl_rbtree_oset.h: New file.
10368         * lib/gl_rbtree_oset.c: New file.
10369         * lib/gl_anytree_oset.h: New file.
10370
10371 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10372
10373         * m4/mkancesdirs.m4: New file.
10374         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
10375         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
10376         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
10377         it.
10378
10379 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10380
10381         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
10382         * lib/mkancesdirs.h: New files.
10383         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
10384         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
10385         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
10386         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
10387         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
10388         callers changed.  Revamp internals significantly, by not
10389         attempting to create directories that are temporarily more
10390         permissive than the final results.  Do not attempt to use
10391         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
10392         This removes some race conditions, fixes some bugs, and simplifies
10393         things.  Use new dirchownmod function to do owner and mode changes.
10394         * lib/mkdir-p.h: Likewise.
10395         * lib/modechange.c (octal_to_mode): New function.
10396         (struct mode_change): New member mentioned.
10397         (make_node_op_equals): New arg mentioned.  All callers changed.
10398         (mode_compile): Keep track of which mode bits the user has explicitly
10399         mentioned.
10400         (mode_adjust): New arg DIR, so that we implement the X op correctly.
10401         New arg PMODE_BITS, to keep track of which mode bits the user
10402         mentioned; it treats S_ISUID and S_ISGID speciall.
10403         All callers changed.
10404         * lib/modechange.h: Likewise.
10405
10406 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10407
10408         * MODULES.html.sh: Add mkancestors.
10409         * modules/mkancesdirs: New module.
10410         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
10411         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
10412         The chdir-safer and afs files are now orphans; I'll remove them
10413         unless someone speaks up.
10414         Add lib/dirchownmod.c, lib/dirchownmod.h.
10415         (Depends-on): Remove alloca, chown, save-cwd, dirname.
10416         Add lchown, mkancesdirs.
10417         (Maintainer): Add self.
10418
10419 2006-07-15  Karl Berry  <karl@gnu.org>
10420
10421         * gnulib-tool: help message wording/arrangement.
10422
10423 2006-07-14  Simon Josefsson  <jas@extundo.com>
10424
10425         * doc/gnulib.texi (Libtool and Windows): New section.
10426
10427 2006-07-12  Simon Josefsson  <jas@extundo.com>
10428
10429         * modules/gendocs (License): Fix license, approved by Karl.
10430
10431 2006-07-12  Eric Blake  <ebb9@byu.net>
10432
10433         * MODULES.html.sh: Add gendocs.
10434
10435 2006-07-11  Eric Blake  <ebb9@byu.net>
10436
10437         * modules/fdl: New module, to install doc/fdl.texi.
10438         * MODULES.html.sh: Add new section for documentation modules.
10439         * gnulib-tool: Avoid space-tab.
10440         (--doc-base): New option, to manage files from doc.
10441
10442 2006-07-11  Eric Blake  <ebb9@byu.net>
10443
10444         * m4/absolute-header.m4: Fix comments to match recent change.
10445
10446 2006-07-11  Eric Blake  <ebb9@byu.net>
10447
10448         * gnulib-tool: List --doc-base before --tests-base.
10449
10450 2006-07-11  Derek R. Price  <derek@ximbiot.com>
10451
10452         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
10453
10454 2006-07-11  Bruno Haible  <bruno@clisp.org>
10455
10456         * README: Mention where to put documentation.
10457
10458 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10459
10460         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
10461
10462 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10463
10464         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
10465         to stdint.m4.
10466
10467 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10468
10469         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
10470         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
10471         "no/such/file/stdint.h" when there is no such file, so that
10472         the resulting C code can be parsed by dodgy compilers.
10473         Problems reported by Bob Proulx.
10474
10475 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10476
10477         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
10478         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10479         macros into the GNU _D_EXACT_NAMLEN.
10480         * lib/savedir.c:  Likewise.
10481         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
10482
10483 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10484         and Paul Eggert  <eggert@cs.ucla.edu>
10485
10486         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
10487         * m4/savedir.m4:
10488         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10489         macros into the GNU _D_EXACT_NAMLEN.
10490
10491 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10492
10493         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
10494         around the absolute name, to work around a problem with the HP-UX
10495         11.23 native C compiler, reported by Bob Proulx.
10496
10497 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10498
10499         * doc/maintain.texi, make-stds.texi: Sync from
10500         <http://savannah.gnu.org/projects/gnustandards>.
10501
10502 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10503
10504         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
10505
10506 2006-07-09  Jim Meyering  <jim@meyering.net>
10507
10508         * m4/glob.m4: Remove a doubled word in a comment.
10509
10510 2006-07-09  Jim Meyering  <jim@meyering.net>
10511
10512         * lib/argp-pv.c: Remove a doubled word in a comment.
10513         * lib/check-version.c (check_version): Likewise.
10514         * lib/javacomp.c (compile_java_class): Likewise.
10515
10516 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
10517
10518         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
10519         for the benefit of people using Autoconf 2.60.  If you want to
10520         support older Autoconf versions you can copy m4/onceonly_2_57.m4
10521         (or m4/onceonly.m4, if pre-2.57) manually.
10522
10523 2006-07-08  Jim Meyering  <jim@meyering.net>
10524
10525         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
10526         comment.
10527         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
10528         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
10529         comment.
10530
10531 2006-07-08  Jim Meyering  <jim@meyering.net>
10532
10533         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
10534
10535 2006-07-07  Simon Josefsson  <jas@extundo.com>
10536
10537         * tests/test-crc.c: Change expected crc value, the test vector
10538         were probably computed using the old broken crc.c?
10539
10540 2006-07-06  Simon Josefsson  <jas@extundo.com>
10541
10542         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
10543         now the canonical place for the M4 file).
10544
10545         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
10546         from the sys_socket dependency now.
10547
10548         * modules/inet_pton (Files): Ditto.
10549
10550         * modules/inet_ntop (Files): Ditto.
10551
10552 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10553
10554         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
10555         not gl_PREREQ_GETUSERSHELL.
10556
10557 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10558
10559         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
10560         with only one argument, for Autoconf 2.60.
10561         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
10562         expand to nothing, so add a shell command to avoid syntax error.
10563         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10564
10565 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10566
10567         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
10568
10569 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10570
10571         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
10572         no longer needed.  Check for isblank decl.
10573         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
10574         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
10575         of existence.
10576
10577 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10578
10579         * lib/getloadavg.c: Use __VMS, not VMS.
10580         * lib/getopt.c: Likewise.
10581         * lib/getpagesize.h: Likewise.
10582         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
10583         and probably does not work.
10584
10585 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10586
10587         * lib/.cppi-disable: Add wcwidth.
10588         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
10589         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
10590         (ISGRAPH): Remove.  All uses changed to isgraph.
10591         (FOLD) [!defined _LIBC]: Remove special case.
10592         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
10593         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
10594         HAVE_ISBLANK.
10595         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
10596         case.
10597
10598 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10599
10600         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
10601         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
10602         brackets.  Other minor changes to suppress some compiler
10603         warnings.
10604
10605 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10606         and Paul Eggert  <eggert@cs.ucla.edu>
10607
10608         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
10609         of invoking obsolescent AC_HEADER_DIRENT macro.
10610         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
10611         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
10612         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10613         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
10614         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
10615         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10616         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
10617         * m4/readdir.m4: Remove; no longer needed.
10618
10619 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10620         and Paul Eggert  <eggert@cs.ucla.edu>
10621
10622         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
10623         Don't worry about this obsolete case any more.
10624         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
10625         directories.
10626         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
10627         worry about this obsolete case any more.
10628         * lib/fts.c: Likewise.
10629         * lib/getcwd.c: Likewise.
10630         * lib/glob.h: Likewise.
10631         * lib/savedir.c: Likewise.
10632
10633 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10634
10635         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
10636         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
10637         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
10638         needed.
10639         All uses removed.
10640         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10641         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10642         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
10643         needed.
10644         * m4/getdate.m4 (gl_GETDATE): Likewise.
10645         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10646         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10647         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10648         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10649         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10650         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10651         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
10652         needed.
10653
10654 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10655
10656         * lib/memcasecmp.c: Include <limits.h>.
10657         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
10658         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
10659         Don't assume isdigit succeeds only on '0' through '9'.
10660
10661 2006-07-05  Eric Blake  <ebb9@byu.net>
10662
10663         * modules/getaddrinfo (Depends-on): Add snprintf.
10664
10665 2006-07-05  Eric Blake  <ebb9@byu.net>
10666
10667         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
10668         to avoid 'header present but could not be compiled' on cygwin.
10669
10670 2006-07-05  Eric Blake  <ebb9@byu.net>
10671
10672         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
10673         missing from netdb.h.
10674         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
10675
10676 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10677
10678         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
10679         no longer needed.
10680         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
10681         * m4/getdate.m4 (gl_GETDATE): Likewise.
10682         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10683         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10684         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10685         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10686         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10687
10688 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10689
10690         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
10691         All uses of is_space replaced by isspace.
10692         * lib/exit.h: Don't talk about STDC_HEADERS.
10693         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
10694         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
10695         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
10696         replaced by isprint etc.
10697         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
10698         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10699         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
10700         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
10701         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
10702         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10703
10704 2006-07-05  Bruno Haible  <bruno@clisp.org>
10705
10706         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
10707         the function exists, before testing against AIX.
10708         Reported by Martin Lambers <marlam@marlam.de>.
10709
10710 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10711
10712         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
10713         From Mark D. Baushke.
10714
10715 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10716
10717         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
10718         to the absolute name, not just one, to bypass Sun C 5.8's
10719         "warning: #include of /usr/include/... may be non-portable".
10720
10721 2006-07-04  Eric Blake  <ebb9@byu.net>
10722
10723         * modules/dirname-tests: New test module.
10724         * tests/test-dirname.c: New file, replacing dirname.c
10725         TEST_DIRNAME section that was recently deleted.
10726
10727 2006-07-04  Bruno Haible  <bruno@clisp.org>
10728
10729         Assume ANSI C header files and <ctype.h> functions.
10730         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
10731         (mbsnwidth): Use isprint, iscntrl instead.
10732
10733 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10734
10735         Merge from coreutils.
10736         * MODULES.html.sh: Add xstrtold.
10737         * modules/xstrtold: New file.
10738         * modules/cycle-check (Files): Add lib/same-inode.h.
10739         * modules/dirname (Files): Add m4/double-slash-root.m4.
10740         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
10741         * modules/mkdir-p (Files): Add lib/same-inode.h.
10742         * modules/same (Files): Add lib/same-inode.h.
10743
10744 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10745
10746         * m4/absolute-header.m4: Renamed from full-header-path.m4.
10747         This is to keep the terminology clean; POSIX talks about
10748         "absolute pathnames", not "full pathnames", but the GNU
10749         Coding Standards say to use "path" for something else;
10750         so use "absolute" to keep both sides happy.
10751         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
10752         Set gl_absolute_header, not gl_full_header_path.
10753         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
10754         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
10755         All uses changed.
10756
10757         Merge from coreutils.
10758
10759         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10760
10761         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
10762         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
10763         want to require the building of c-strtod.o.
10764         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
10765         needs -lm directly.
10766         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
10767
10768         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10769
10770         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
10771         --as-needed option if available.  Problem reported by Albert Chin in
10772         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
10773         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
10774         cc merely issues a bunch of annoying warnings for --as-needed
10775         (this problem was reported by Bob Proulx).  Also, try linking with
10776         -lm to detect a bug in binutils 2.16 (this problem was reported
10777         by Ralf Wildenhues).
10778
10779         2006-06-18  Jim Meyering  <jim@meyering.net>
10780
10781         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
10782         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
10783         macro.
10784         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
10785         also check for glibc-2.4's abort-inducing bug.
10786
10787         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
10788         Low-probability clean-up should be to use rmdir to get rid of
10789         the just-created directory, not unlink.
10790
10791         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
10792         configure fail, and request a bug report to inform us about it.
10793         Add a comment that, barring reports to the contrary, in 2007 we'll
10794         assume ftruncate is universally available.
10795
10796         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10797
10798         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
10799
10800         2006-03-12  Jim Meyering  <jim@meyering.net>
10801
10802         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
10803         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
10804         * m4/same.m4 (gl_SAME): Likewise.
10805         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
10806
10807         2006-03-11  Eric Blake  <ebb9@byu.net>
10808
10809         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
10810         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
10811         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
10812         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
10813
10814 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10815
10816         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
10817         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
10818         reported by Mark D. Baushke, one in
10819         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
10820
10821         Merge from coreutils.
10822
10823         * lib/.cppi-disable: Add stdint_.h.
10824         * lib/.cvsignore: Add stdint.h.
10825
10826         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10827
10828         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
10829         both double and long double versions.
10830         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
10831         * lib/xstrtold.c: New file.
10832         * lib/xstrtod.h (xstrtold): New decl.
10833
10834         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10835
10836         * lib/filemode.c (setst): Remove.
10837         (strmode): Rewrite to avoid setst.  This makes the code shorter,
10838         (arguably) clearer, and the generated code is a bit smaller on my
10839         Debian GNU/Linux stable x86 host.
10840
10841         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10842
10843         * lib/filemode.c: Include "filemode.h" first, to test the interface.
10844         Assume that filemode.h includes sys/types.h and sys/stat.h.
10845         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
10846         (ftypelet): Reorder to put common cases first, for efficiency.
10847         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
10848         to do 'M'.
10849         (strmode): Renamed from mode_string, and now stores 12 bytes instead
10850         of 10, for compatibility with FreeBSD.  All callers changed.
10851         (filemodestring): Now stores 12 bytes instead of 10, and sets file
10852         types that can't be deduced solely from st_mode.  First arg is now a
10853         const pointer.
10854         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
10855         (strmode): Renamed from mode_string.
10856         (filemodestring): New decl.
10857         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
10858         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
10859         needed.
10860         (S_ISPORT, S_ISWHT): New macros, if not already defined.
10861
10862         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10863
10864         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
10865         fsusage.h now does that.  Include fsusage.h first, to test interface.
10866         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
10867         at most one method (the old code could have generated decls that
10868         didn't conform to C89, not that this was ever exercised).
10869         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
10870
10871         2006-03-19  Jim Meyering  <jim@meyering.net>
10872
10873         Work even in a chroot where d_ino values for entries in "/"
10874         don't match the stat.st_ino values for the same names.
10875         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
10876         number, iterate through all entries again, using lstat instead.
10877         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
10878         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
10879
10880         * lib/getcwd.c (__getcwd): Clarify a comment.
10881         Use memcpy in place of a call to strcpy.
10882
10883         2006-03-12  Jim Meyering  <jim@meyering.net>
10884
10885         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
10886         matches that of the current directory (which we're about to chdir ".."
10887         out of), then save the dev-ino of the parent, instead.
10888
10889         * lib/same-inode.h (SAME_INODE): New file/macro.
10890         * lib/chdir-safer.c (SAME_INODE): Remove definition.
10891         Include "same-inode.h", instead.
10892         * lib/same.c: Likewise.
10893         * lib/cycle-check.h: Include "same-inode.h".
10894         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
10895         * lib/cycle-check.c (SAME_INODE): Remove definition.
10896         * lib/root-dev-ino.h: Include "same-inode.h".
10897
10898         2006-03-11  Eric Blake  <ebb9@byu.net>
10899
10900         * lib/same.c (same_name): s/base_name/last_component/
10901         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
10902         * lib/filenamecat.c (file_name_concat): Likewise.
10903
10904         2006-03-11  Eric Blake  <ebb9@byu.net>,
10905                     Paul Eggert  <eggert@cs.ucla.edu>
10906
10907         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
10908         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
10909         drive prefix.
10910         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
10911         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
10912         (last_component): New method.
10913         * lib/dirname.c (dir_len): Determine when drive letters need a
10914         subsequent slash.  Preserve // when it is special.
10915         (dir_name): Don't append dot when drive letter is absolute.
10916         [TEST_DIRNAME]: Move into a full-blown gnulib test.
10917         * lib/basename.c (base_name): New semantics - malloc the result.
10918         Preserve // when it is special.  Preserve relative files that look
10919         like drive letters.
10920         (base_len): Preserve // when it is special.
10921         (last_component): New method, similar to old base_name semantics.
10922         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
10923         base_name.  Strip redundant slashes from ///.
10924
10925 2006-07-03  Jim Meyering  <jim@meyering.net>
10926
10927         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
10928         macro is used before the first cycle_check call.
10929
10930 2006-07-03  Eric Blake  <ebb9@byu.net>
10931
10932         * modules/dirname (Depends-on): Add xstrndup.
10933
10934 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10935
10936         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
10937         test cases, so that config.log is a bit easier to follow.
10938
10939 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10940
10941         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
10942         both are 64 bits, since this seems to be the tradition, and this
10943         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
10944         we ever run into a host that prefers long long to long in this
10945         case, we'll need another configure-time test.  Problem reported by
10946         Jim Meyering.
10947
10948 2006-07-02  Eric Blake  <ebb9@byu.net>
10949
10950         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
10951
10952 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10953
10954         * modules/inttypes (Depends-on): No longer depends on stdint.
10955         * modules/stdint (Description): Say more about assumptions.
10956         Say that the fast types might differ.  Say macros are used.
10957         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
10958         (Makefile.am): Revise list of substituted symbols to match
10959         new stdint.m4.
10960         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
10961         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
10962         * tests/test-stdint.c (verify_same_types)
10963         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
10964         the code conforms to C99/C89.
10965         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
10966         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
10967
10968 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10969
10970         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
10971         but fix a bug, by requiring at least 64 bits.
10972         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10973         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
10974         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
10975         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
10976
10977         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
10978         changes.  Make 2.59 a prerequisite.  Check and substitute for
10979         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
10980         inttypes.h.  Do not use special include files; just use the
10981         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
10982         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
10983         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
10984         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
10985         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
10986         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
10987         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
10988         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
10989         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
10990         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
10991         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
10992         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
10993         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
10994         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
10995         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
10996         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
10997         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
10998         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
10999         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
11000         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
11001         WINT_MAX.  Check for C99 conformance more strictly, by detecting
11002         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
11003         not check for things that C99 does not require, e.g., int8_t.  If
11004         a test isn't needed unless <stdint.h> isn't working, and is
11005         unlikely to be needed for any other reason, then don't do it
11006         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
11007         size_t, since we assume C89 freestanding at least.  Do not check
11008         for sig_atomic_t, wchar_t, or wint_t, since the code now does
11009         the right thing even if the types are not defined.  Instead use:
11010         (gl_STDINT_TYPE_PROPERTIES): New macro.
11011         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
11012         testing whether <sys/types.h> clashes, as Autoconf does this for
11013         us now.  All uses removed.
11014         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
11015         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
11016         (gl_CHECK_TYPE_SAME):
11017         Remove; no longer needed.
11018         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
11019         exists, since we'll return 0 anyway in that case.
11020         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
11021
11022 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11023
11024         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
11025         possible collision with system files.
11026         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
11027         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
11028         WCHAR_MIN and WCHAR_MAX in this case.
11029         (<stddef.h>): Do not include; no longer needed.
11030         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
11031         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
11032         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
11033         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
11034         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
11035         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
11036         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
11037         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
11038         !defined(__c99))]: Include in this case too, since it's harmless
11039         now.
11040         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
11041         dangerous to do so.
11042         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
11043         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
11044         (_STDINT_MIN, _STDINT_MAX): New macros.
11045         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
11046         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
11047         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
11048         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
11049         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
11050         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
11051         macros, not typedefs; this simplifies things quite a bit.
11052         Use long int for all types narrower than int64_t.
11053         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
11054         Define in terms of long long int or int64_t or long int,
11055         not int64_t or int32_t.  This saves some compile-time testing.
11056         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
11057         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
11058         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
11059         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
11060         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
11061         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
11062         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
11063         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
11064         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
11065         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
11066         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
11067         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
11068         undef any previous version and define our own version, for
11069         simplicity and consistency with the new macros for types.
11070         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
11071         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
11072         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
11073         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
11074         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
11075         @WINT_T_SUFFIX@ to keep things simple here.
11076         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
11077         Simplify by assuming typical 8/16/32/64 host, since we're
11078         already doing that elsewhere anyway.
11079         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
11080         and assume long long int is 64 bits if available.  This
11081         speeds up 'configure'.
11082
11083 2006-07-01  Eric Blake  <ebb9@byu.net>
11084
11085         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
11086         Reported by Andreas Buening.
11087
11088 2006-07-01  Eric Blake  <ebb9@byu.net>
11089
11090         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
11091
11092 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
11093
11094         * lib/getaddrinfo.c: fixed typo
11095
11096 2006-06-29  Jim Meyering  <jim@meyering.net>
11097
11098         * modules/strftime (Maintainer): Add my name, since with the
11099         FPRINTFTIME changes strftime.c has forked from glibc.
11100
11101 2006-06-29  Eric Blake  <ebb9@byu.net>
11102
11103         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
11104
11105 2006-06-29  Eric Blake  <ebb9@byu.net>
11106
11107         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
11108
11109 2006-06-29  Eric Blake  <ebb9@byu.net>
11110
11111         * lib/stat_.h: New file.
11112
11113 2006-06-29  Eric Blake  <ebb9@byu.net>
11114
11115         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
11116         unused static function.
11117
11118 2006-06-29  Eric Blake  <ebb9@byu.net>
11119
11120         * doc/functions.texi (Function Portability): Document missing lstat
11121         on mingw.
11122
11123 2006-06-29  Eric Blake  <ebb9@byu.net>
11124
11125         * MODULES.html.sh: Add sys_stat.
11126         * modules/sys_stat: New module.
11127         * modules/mkstemp (Depends-on): Add sys_stat.
11128
11129 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11130
11131         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
11132
11133 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11134
11135         * m4/c-bs-a.m4: Removed.
11136
11137 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11138
11139         * lib/strftime.c: Assume strftime() exists.
11140
11141 2006-06-29  Derek Price  <derek@ximbiot.com>
11142
11143         * modules/c-bs-a: Removed - \a is C89.
11144         * MODULES.html.sh: Remove c-bs-a.
11145
11146 2006-06-29  Bruno Haible  <bruno@clisp.org>
11147
11148         * modules/wcwidth (License): Change to LGPL.
11149
11150 2006-06-28  Simon Josefsson  <jas@extundo.com>
11151
11152         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
11153         on _WIN32.
11154
11155         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
11156         getnameinfo.
11157
11158 2006-06-28  Simon Josefsson  <jas@extundo.com>
11159
11160         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
11161
11162 2006-06-28  Simon Josefsson  <jas@extundo.com>
11163
11164         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
11165         functions there.  It will succeed on Windows XP, but on Windows
11166         2000 and (presumably) earlier, it will fail, and use the internal
11167         re-implementation.
11168         (use_win32_p): New function.
11169         (getaddrinfo): Use strtoul on servname, to support numeric ports.
11170         Support AI_NUMERICSERV to disable getservbyname.
11171         (getnameinfo): New function, only supports
11172         NI_NUMERICHOST|NI_NUMERICSERV for now.
11173
11174         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
11175         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
11176         getnameinfo.
11177
11178 2006-06-28  Eric Blake  <ebb9@byu.net>
11179
11180         * modules/wcwidth: New file.
11181         * modules/mbchar (Depends-on): Add wcwidth.
11182         * modules/mbswidth (Depends-on): Add wcwidth.
11183         * MODULES.html.sh: Add wcwidth.
11184
11185 2006-06-28  Eric Blake  <ebb9@byu.net>
11186
11187         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
11188         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
11189
11190 2006-06-28  Eric Blake  <ebb9@byu.net>
11191
11192         * lib/xvasprintf.h: Fix comments.
11193
11194 2006-06-28  Eric Blake  <ebb9@byu.net>
11195
11196         * lib/mbchar.h (wcwidth): Include wcwidth.h.
11197         * lib/mbswidth.c (wcwidth): Move from here...
11198         * lib/wcwidth.h: ...to this new file.
11199
11200 2006-06-28  Derek R. Price  <derek@ximbiot.com>
11201
11202         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
11203
11204         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
11205         it's obsolete.
11206         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
11207
11208 2006-06-28  Derek R. Price  <derek@ximbiot.com>
11209
11210         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
11211         Autoconf 2.60 says this stuff was obsolete.
11212
11213 2006-06-28  Bruno Haible  <bruno@clisp.org>
11214
11215         * modules/wcwidth (Files): Add m4/wchar_t.m4.
11216
11217 2006-06-28  Bruno Haible  <bruno@clisp.org>
11218
11219         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
11220         gt_TYPE_WCHAR_T.
11221
11222 2006-06-28  Bruno Haible  <bruno@clisp.org>
11223
11224         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
11225         declaration for wcwidth.
11226         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
11227
11228 2006-06-28  Bruno Haible  <bruno@clisp.org>
11229
11230         * lib/mkdtemp.c [MINGW]: Include <io.h>.
11231         (mkdir): Define using _mkdir.
11232
11233 2006-06-28  Bruno Haible  <bruno@clisp.org>
11234
11235         * lib/getaddrinfo.h: Fix POSIX URL.
11236         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
11237         _WIN32.
11238         (use_win32_p): Make static.
11239         (getaddrinfo): Reject service name if it is empty or does not consist
11240         solely of decimal digits, or if its value is > 65535.
11241         (getnameinfo): Remove useless casts.
11242
11243 2006-06-27  Simon Josefsson  <jas@extundo.com>
11244
11245         * modules/sys_select: New file, suggested by Bruno Haible, Paul
11246         Eggert and Martin Lambers.
11247
11248 2006-06-27  Simon Josefsson  <jas@extundo.com>
11249
11250         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
11251         Eggert and Martin Lambers.
11252
11253 2006-06-27  Bruno Haible  <bruno@clisp.org>
11254
11255         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
11256         result to 0, not to empty.
11257         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
11258
11259 2006-06-27  Bruno Haible  <bruno@clisp.org>
11260
11261         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
11262
11263 2006-06-26  Simon Josefsson  <jas@extundo.com>
11264
11265         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
11266         present.
11267
11268 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
11269
11270         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
11271         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
11272         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
11273
11274 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
11275
11276         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
11277
11278 2006-06-26  Bruno Haible  <bruno@clisp.org>
11279
11280         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
11281
11282 2006-06-26  Bruno Haible  <bruno@clisp.org>
11283
11284         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
11285
11286 2006-06-26  Bruno Haible  <bruno@clisp.org>
11287
11288         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
11289         SGI C compiler in pre-C99 mode.
11290         Suggested by Mark D. Baushke and Larry Jones.
11291
11292 2006-06-26  Bruno Haible  <bruno@clisp.org>
11293
11294         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
11295         WCHAR_MAX.
11296         Reported by Mark D. Baushke and Larry Jones.
11297
11298 2006-06-26  Bruno Haible  <bruno@clisp.org>
11299
11300         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
11301         in pre-C99 mode.
11302         Suggested by Mark D. Baushke and Larry Jones.
11303
11304 2006-06-23  Simon Josefsson  <jas@extundo.com>
11305             Bruno Haible  <bruno@clisp.org>
11306
11307         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
11308         Emit mostlyclean-local rule.
11309         (func_emit_tests_Makefile_am): Likewise.
11310         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
11311
11312 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
11313
11314         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
11315
11316 2006-06-23  Bruno Haible  <bruno@clisp.org>
11317
11318         * tests/test-stdint.c: Update to match ISO C 99 Technical
11319         Corrigendum 1.
11320
11321 2006-06-23  Bruno Haible  <bruno@clisp.org>
11322
11323         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
11324
11325 2006-06-23  Bruno Haible  <bruno@clisp.org>
11326
11327         * lib/stdint_.h: Treat IRIX like OpenBSD.
11328
11329 2006-06-23  Bruno Haible  <bruno@clisp.org>
11330
11331         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
11332         ISO C 99 Technical Corrigendum 1.
11333
11334 2006-06-22  Simon Josefsson  <jas@extundo.com>
11335
11336         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
11337         MinGW.
11338
11339 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11340
11341         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
11342         needed.  Some compiler complained about some of them.  Problem reported
11343         by Larry Jones in
11344         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
11345
11346 2006-06-21  Simon Josefsson  <jas@extundo.com>
11347
11348         * tests/test-getaddrinfo.c: New file.
11349
11350         * modules/getaddrinfo-tests: New file.
11351
11352         * MODULES.html.sh: Add inet_pton.
11353
11354         * modules/inet_pton: New file.
11355
11356 2006-06-21  Simon Josefsson  <jas@extundo.com>
11357
11358         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
11359         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
11360         of using the (limited) gnulib implementation on Windows XP.
11361
11362         * m4/inet_pton.m4: New file.
11363
11364 2006-06-21  Simon Josefsson  <jas@extundo.com>
11365
11366         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
11367         variable.
11368
11369         * lib/socket_.h: Don't define WINVER.
11370
11371         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
11372         slightly modified to work in gnulib.
11373
11374 2006-06-21  Simon Josefsson  <jas@extundo.com>
11375
11376         * doc/gnulib.texi (Windows sockets): Add.
11377
11378 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
11379
11380         * lib/read-file.c (fread_file): Start with buffer allocation of
11381         0 bytes rather than 1 byte; this simplifies the code.
11382         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
11383         code to free buffer and save/restore errno.
11384         (internal_read_file): Remove unused local.
11385
11386 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
11387
11388         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
11389         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
11390         Problem reported by Denis Excoffier in
11391         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
11392
11393 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11394
11395         * modules/sys_socket, modules/socklen: Include sys/types since
11396         FreeBSD 4.x's sys/socket.h needs it.
11397
11398 2006-06-19  Simon Josefsson  <jas@extundo.com>
11399
11400         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
11401
11402 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
11403
11404         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
11405
11406 2006-06-19  Bruno Haible  <bruno@clisp.org>
11407
11408         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
11409         and FULL_PATH_INTTYPES_H in angle brackets.
11410         Reported by Mark D. Baushke <mdb@gnu.org>.
11411
11412 2006-06-17  Eric Blake  <ebb9@byu.net>
11413
11414         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
11415         errno.
11416
11417 2006-06-17  Bruno Haible  <bruno@clisp.org>
11418
11419         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
11420         <sys/inttypes.h>.
11421
11422 2006-06-17  Bruno Haible  <bruno@clisp.org>
11423
11424         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
11425         whether errno is declared. Assume <errno.h> declares errno.
11426
11427 2006-06-17  Bruno Haible  <bruno@clisp.org>
11428
11429         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
11430
11431 2006-06-17  Bruno Haible  <bruno@clisp.org>
11432
11433         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
11434         problem on Solaris 2.5.1.
11435
11436 2006-06-16  Eric Blake  <ebb9@byu.net>
11437
11438         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
11439         * lib/unicodeio.c [!defined errno]: Likewise.
11440         * lib/strtol.c [!defined errno]: Likewise.
11441         * lib/strtod.c [!defined errno]: Likewise.
11442
11443 2006-06-15  Eric Blake  <ebb9@byu.net>
11444
11445         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
11446
11447 2006-06-15  Eric Blake  <ebb9@byu.net>
11448
11449         * config/srclist.txt (ssize_t.m4): Lose sync.
11450
11451 2006-06-15  Bruno Haible  <bruno@clisp.org>
11452
11453         * modules/stdint (Files): Include m4/full-header-path.m4,
11454         m4/size_max.m4, m4/wchar_t.m4.
11455         (Makefile.am): Many more substitutions.
11456         * modules/stdint-tests: New file.
11457         * tests/test-stdint.c: New file.
11458
11459 2006-06-15  Bruno Haible  <bruno@clisp.org>
11460
11461         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
11462         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
11463         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
11464         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
11465         gl_CHECK_TYPE_SAME): New macros.
11466
11467 2006-06-15  Bruno Haible  <bruno@clisp.org>
11468
11469         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
11470
11471 2006-06-15  Bruno Haible  <bruno@clisp.org>
11472
11473         * lib/stdint_.h: Rewritten to be fully auto-configured.
11474         Fixes bug on HP-UX/IA64.
11475
11476 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
11477
11478         * lib/getdate.y (__attribute__): Don't define if already defined.
11479         Problem reported by Larry Jones.
11480         * lib/utimens.c (__attribute__): Likewise.
11481
11482 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
11483
11484         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
11485         reported by Andreas Schwab.
11486
11487 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11488             Bruno Haible  <bruno@clisp.org>
11489
11490         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
11491         check for the declaration of strnlen and a run test that exposes the
11492         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
11493         rpl_strndup.
11494
11495 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11496             Bruno Haible  <bruno@clisp.org>
11497
11498         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
11499
11500 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11501
11502         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
11503         compile test, for Tru64 4.0D.
11504
11505 2006-05-28  Karl Berry  <karl@gnu.org>
11506
11507         * config/srclist.txt (printf-args.c): lose sync.
11508
11509 2006-05-26  Martin Lambers  <marlam@marlam.de>
11510
11511         * lib/getpass.c: Updates the test for the native W32 API, and adds
11512         missing includes, thus fixing compilation warnings.
11513
11514 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11515
11516         * lib/exclude.c (exclude_fnmatch): New function.
11517         (excluded_file_name): Call exclude_fnmatch.
11518         * lib/exclude.h (excluded_file_name): New prototype
11519
11520 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
11521
11522         * lib/tempname.c (small_open, large_open): New macros.
11523         (__open, __open64) [!_LIBC]: Remove.
11524         (__gen_tempname): Use small_open and large_open instead of __open
11525         and __open64.  This fixes a portability bug on HP-UX 11.11i
11526         reported by Simon Wing-Tang in
11527         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
11528
11529 2006-05-24  Bruno Haible  <bruno@clisp.org>
11530
11531         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
11532         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
11533         Reported by Thorsten Maerz <torte@netztorte.de> via
11534         Aaron Stone <aaron@serendipity.cx>.
11535
11536 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11537
11538         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
11539         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
11540         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
11541         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
11542         not really conditional on the cache.
11543         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
11544
11545 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11546
11547         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
11548         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
11549         (my_usleep): Don't mishandle maximum value.
11550
11551 2006-05-19  Jim Meyering  <jim@meyering.net>
11552
11553         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
11554
11555 2006-05-17  Bruno Haible  <bruno@clisp.org>
11556
11557         Cygwin portability.
11558         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
11559
11560 2006-05-17  Bruno Haible  <bruno@clisp.org>
11561
11562         * lib/stdint_.h: Fix recognition of Cygwin.
11563
11564 2006-05-15  Bruno Haible  <bruno@clisp.org>
11565
11566         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
11567         on libtool patch by Ralf Wildenhues.
11568
11569 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11570
11571         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
11572         test for C99 conformance; (bool) 0.5 is an integer constant
11573         expression, but (bool) -0.5 is not.  Problem reported by Fedor
11574         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
11575
11576 2006-05-11  Simon Josefsson  <jas@extundo.com>
11577
11578         * m4/xvasprintf.m4: Fix obvious typo.
11579
11580 2006-05-11  Jim Meyering  <jim@meyering.net>
11581
11582         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
11583         James Lemley.
11584
11585 2006-05-10  Simon Josefsson  <jas@extundo.com>
11586
11587         * lib/md4.c: Typo fix, update copyright years.
11588         (K1, K2): Don't use L because it turn computations into 64-bit on
11589         64-bit platforms.
11590
11591 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11592
11593         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
11594         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
11595         unwanted sign propagation, e.g., on hosts with 64-bit int.
11596         There still are some problems with reeelly weird theoretical hosts
11597         (e.g., 33-bit int) but it's not worth worrying about now.
11598         * lib/sha1.c (rol): Likewise.
11599         (K1, K2, K3, K4): Remove unnecessary L suffix.
11600
11601 2006-05-10  Bruno Haible  <bruno@clisp.org>
11602
11603         * lib/des.c: Cast to avoid warnings.
11604
11605 2006-05-09  Bruno Haible  <bruno@clisp.org>
11606
11607         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
11608         (Depends-on): Depend also on xsize, stdarg.
11609         (configure.ac): Add gl_XVASPRINTF.
11610
11611 2006-05-09  Bruno Haible  <bruno@clisp.org>
11612
11613         * m4/xvasprintf.m4: New file.
11614
11615 2006-05-09  Bruno Haible  <bruno@clisp.org>
11616
11617         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
11618         (EOVERFLOW): Define fallback value.
11619         (xstrcat): New function.
11620         (xvasprintf): Recognize the special case of a string concatenation.
11621
11622 2006-05-08  Eric Blake  <ebb9@byu.net>
11623
11624         * gnulib-tool (func_version): Base copyright year on CVS date.
11625         (func_emit_copyright_notice): New function.
11626         (func_emit_lib_Makefile_am): Use it.
11627         (func_emit_tests_Makefile_am): Likewise.
11628         (func_import): Likewise.
11629
11630 2006-05-08  Bruno Haible  <bruno@clisp.org>
11631
11632         * modules/stdarg: New file.
11633         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
11634
11635 2006-05-08  Bruno Haible  <bruno@clisp.org>
11636
11637         * m4/stdarg.m4: New file, from GNU gettext.
11638
11639 2006-05-08  Bruno Haible  <bruno@clisp.org>
11640
11641         * config/srclist.txt (build-aux/config.rpath): different from latest
11642         release.
11643
11644 2006-05-08  Bruno Haible  <bruno@clisp.org>
11645
11646         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
11647
11648 2006-05-05  Jim Meyering  <jim@meyering.net>
11649
11650         * m4/warning.m4: New file, derived from bison's file by the same name.
11651
11652 2006-05-03  Bruno Haible  <bruno@clisp.org>
11653
11654         * lib/stdint_.h: Shorter URL.
11655         * lib/inttypes.h: Likewise.
11656
11657 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11658
11659         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
11660
11661 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11662
11663         * lib/verify.h: Document the internals better.  Most of this change
11664         was written by Bruno Haible.
11665
11666 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11667
11668         * doc/verify.texi: New file, partly based on a proposal by
11669         Bruno Haible.
11670
11671 2006-05-02  Bruno Haible  <bruno@clisp.org>
11672
11673         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
11674         test from here...
11675         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
11676
11677 2006-04-29  Bruno Haible  <bruno@clisp.org>
11678
11679         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
11680         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
11681
11682 2006-04-29  Bruno Haible  <bruno@clisp.org>
11683
11684         * gnulib-tool: Make --update option actually work.
11685
11686 2006-04-29  Bruno Haible  <bruno@clisp.org>
11687
11688         * doc/gcd.texi: New file.
11689         * doc/gnulib.texi: Include it.
11690
11691 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11692
11693         * lib/getdate.y (get_date): When adding relative date, start with the
11694         initial time, not with the result of the first mktime call.
11695
11696 2006-04-25  Bruno Haible  <bruno@clisp.org>
11697
11698         * gnulib-tool (func_import): Output the include directives in three
11699         blocks, sorted separately.
11700         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11701
11702 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11703
11704         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
11705         to define main with arguments, for C++.  Reported by Eric Blake.
11706         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
11707         Prefer 'int main ()' to 'int main (void)', for C++.
11708         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
11709         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
11710         for 'main', for C99 and C++.
11711
11712 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11713
11714         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
11715         Don't assume that exit status -1 is valid.
11716         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11717         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
11718         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11719         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
11720         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
11721         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
11722         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
11723         functions can be used without declaring them, or that you can
11724         exit with status -1.
11725         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11726
11727 2006-04-24  Karl Berry  <karl@gnu.org>
11728
11729         * config/srclist.txt (longdouble.m4): sync lost.
11730
11731 2006-04-24  Eric Blake  <ebb9@byu.net>
11732
11733         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
11734
11735 2006-04-24  Bruno Haible  <bruno@clisp.org>
11736
11737         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
11738         poll() implementation in AIX.
11739         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11740
11741 2006-04-24  Bruno Haible  <bruno@clisp.org>
11742
11743         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
11744         assigned exactly once.
11745
11746 2006-04-23  Claudio Fontana  <claudio@gnu.org>
11747             Bruno Haible  <bruno@clisp.org>
11748
11749         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
11750         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
11751         for AM_CPPFLAGS.
11752
11753 2006-04-23  Bruno Haible  <bruno@clisp.org>
11754
11755         * modules/copy-file: Depend on unistd.
11756         * modules/execute: Likewise.
11757         * modules/fatal-signal: Likewise.
11758         * modules/findprog: Likewise.
11759         * modules/mkdtemp : Likewise.
11760         * modules/pipe: Likewise.
11761         * modules/wait-process: Likewise.
11762
11763 2006-04-23  Bruno Haible  <bruno@clisp.org>
11764
11765         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
11766         condition was already detected.
11767         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11768
11769 2006-04-23  Bruno Haible  <bruno@clisp.org>
11770
11771         * lib/copy-file.c: Include <unistd.h> unconditionally.
11772         * lib/execute.c: Likewise.
11773         * lib/fatal-signal.c: Likewise.
11774         * lib/findprog.c: Likewise.
11775         * lib/mkdtemp.c: Likewise.
11776         * lib/pipe.h: Likewise.
11777         * lib/pipe.c: Likewise.
11778         * lib/wait-process.h: Likewise.
11779
11780 2006-04-23  Bruno Haible  <bruno@clisp.org>
11781
11782         * gnulib-tool (func_usage): Fix --import description. Document
11783         --update.
11784         (func_import): Create temporary file in a temporary directory, if
11785         --dry-run is specified. Silence errors from 'grep' when there are no
11786         m4 files in $m4dir.
11787         (func_create_testdir): Silence errors from 'grep' when there are no
11788         m4 files in $m4dir.
11789         Reported by Karl Berry <karl@freefriends.org>.
11790
11791 2006-04-20  Bruno Haible  <bruno@clisp.org>
11792
11793         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
11794         one argument, so that the code will be portable to Autoconf 2.60.
11795         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
11796         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11797         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
11798
11799 2006-04-19  Derek Price  <derek@ximbiot.com>
11800             Eric Blake  <ebb9@byu.net>
11801
11802         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
11803         rather than "/full/path.h".  Update comment to match.  Shorten &
11804         generalize m4_translit call via AS_TR_CPP.
11805
11806 2006-04-19  Derek Price  <derek@ximbiot.com>
11807             Eric Blake  <ebb9@byu.net>
11808
11809         * lib/inttypes.h: Correct grammar in comment.
11810
11811 2006-04-18  Derek Price  <derek@ximbiot.com>
11812             Paul Eggert  <eggert@cs.ucla.edu>
11813
11814         * modules/inttypes: New file.
11815         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
11816
11817 2006-04-18  Derek Price  <derek@ximbiot.com>
11818             Paul Eggert  <eggert@cs.ucla.edu>
11819
11820         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
11821         New files.
11822
11823 2006-04-18  Derek Price  <derek@ximbiot.com>
11824             Paul Eggert  <eggert@cs.ucla.edu>
11825
11826         * lib/inttypes.h: New file.
11827         * lib/strtoimax.c: Assume <inttypes.h>.
11828
11829 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
11830
11831         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
11832         isn't mounted.  Problem reported by Kir Kolyshkin.
11833
11834 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11835
11836         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
11837         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
11838         Derek R. Price.
11839         * lib/regex.h (RE_DUP_MAX): Update comment to match current
11840         implementation.
11841
11842 2006-04-12  Eric Blake  <ebb9@byu.net>
11843
11844         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
11845         is now done automatically by the corresponding Autoconf macro.
11846
11847 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
11848
11849         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
11850         time_r.h.
11851
11852 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11853
11854         Merge regex changes from libc, removing some of our
11855         POSIX-conformance changes that were rejected and redoing them in a
11856         less-intrusive way.
11857
11858         * lib/regcomp.c (re_compile_internal, init_dfa):
11859         Length arg is now size_t, not Idx.  All uses changed.
11860         (peek_token): Forward decl now says internal_function.
11861         (__re_error_msgid, __re_error_msgid_idx):
11862         Now static rather than extern with attribute_hidden.
11863         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
11864         For some reason libc prefers K&R style defns for external functions.
11865         (regerror) [!defined _LIBC]: Likewise.
11866         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
11867         (seek_collating_symbol_entry, lookup_collation_sequence_value):
11868         (build_range_exp, build_collating_symbol):
11869         Use K&R-style defn.
11870         (re_compile_fastmap): Use '\0' to memset, not 0.
11871         (utf8_sb_map): Make the calculations more obvious.
11872         (init_dfa, parse_bracket_exp, build_charclass_op):
11873         Call calloc and cast result, as glibc does.
11874         (init_word_char, fetch_token, peek_token, peek_token_bracket):
11875         (build_range_exp, build_collating_symbol):
11876         Now internal functions.
11877
11878         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
11879
11880         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
11881         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
11882         Don't depend on VMS; depend on __VMS instead, for POSIX
11883         namespace cleanness.
11884         (regoff_t): Define to ssize_t, not long int.
11885
11886         Remove the REG_ macros named below.  Instead, make the old names
11887         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
11888         __USE_GNU_REGEX.
11889         (REG_BACKSLASH_ESCAPE_IN_LISTS):
11890         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
11891         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
11892         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
11893         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
11894         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
11895         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
11896         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
11897         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
11898         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
11899         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
11900         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
11901         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
11902         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
11903         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
11904         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
11905         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
11906         (REG_NREGS):
11907         Remove.  All uses replaced by the old RE_* names.
11908         (RE_BACKSLASH_ESCAPE_IN_LISTS):
11909         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
11910         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
11911         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
11912         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
11913         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
11914         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
11915         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
11916         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
11917         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
11918         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
11919         Don't bother having these macros be independent of each others'
11920         values, since they no longer exist in the POSIX name space.
11921
11922         Rename the following member names back to their old names,
11923         unless !__USE_GNU_REGEX.  All uses changed back.
11924         (buffer): Renamed from re_buffer.
11925         (allocated): Renamed from re_allocated.
11926         (used): Renamed from re_used.
11927         (syntax): Renamed from re_syntax.
11928         (fastmap): Renamed from re_fastmap.
11929         (translate): Renamed from re_translate.
11930         (can_be_null): Renamed from re_can_be_null.
11931         (regs_allocated): Renamed from re_regs_allocated.
11932         (fastmap_accurate): Renamed from re_fastmap_accurate.
11933         (no_sub): Renamed from re_no_sub.
11934         (not_bol): Renamed from re_not_bol.
11935         (not_eol): Renamed from re_not_eol.
11936         (newline_anchor): Renamed from re_newline_anchor.
11937         (num_regs): Renamed from rm_num_regs.
11938         (start): Renamed from rm_start.
11939         (end): Renamed from rm_end.
11940
11941         (free_state): Move up a bit.
11942
11943         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
11944         #define to be empty.
11945         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
11946         when that is what is intended.
11947         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
11948         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
11949         (MAX): New macro.
11950         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
11951         All uses changed back to re_malloc, etc.  It's now the caller's
11952         responsibility to check for overflow; all callers changed.
11953         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
11954         (re_x2nrealloc): Remove.
11955         (free_state): Remove decl.
11956
11957         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
11958         (re_set_registers, re_exec):
11959         Use K&R-style defn.
11960
11961         2006-01-31  Roland McGrath  <roland@redhat.com>
11962
11963         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
11964         Reported by Mike Frysinger <vapier@gentoo.org>.
11965
11966         2006-01-15  Andreas Jaeger  <aj@suse.de>
11967
11968         [BZ #1950]
11969         * lib/regex_internal.c (re_string_reconstruct): Adjust for
11970         build_wcs_upper_buffer change.
11971         (build_wcs_upper_buffer): Change return type.
11972
11973         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
11974
11975         * lib/regex_internal.h: Include <stdint.h> if available.
11976
11977         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
11978
11979         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
11980
11981         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11982
11983         * lib/regcomp.c: Adjust for changed secondary hash function.
11984
11985         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
11986
11987         * lib/regex.h: Pretty printing.
11988         Clean up namespace a bit.
11989
11990         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
11991
11992         * lib/regexec.c (update_cur_sifted_state, check_arrival,
11993         check_arrival_add_next_nodes): Avoid using uninitialized variable.
11994
11995         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11996                     Ulrich Drepper  <drepper@redhat.com>
11997
11998         [BZ #1302]
11999         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
12000         changed.
12001         (bitset_word_t): Renamed from bitset_word.  All uses changed.
12002
12003         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
12004
12005         [BZ #281]
12006         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
12007         * lib/regcomp.c: Remove unnecessary uses of
12008         unsigned RE_TRANSLATE_TYPE.
12009         * lib/regex_internal.h: Likewise.
12010         * lib/regex_internal.c: Likewise.
12011         * lib/regexec.c: Likewise.
12012         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
12013
12014         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
12015
12016         * lib/regexec.c (find_recover_state): Remove unnecessary
12017         initialization.
12018         (transit_state_bkref): Make DFA a const pointer.
12019         (get_subexp): Likewise.
12020         (check_arrival): Likewise.
12021         (update_cur_sifted_state): Likewise.
12022         (re_search_internal): Likewise.
12023         (prune_impossible_nodes): Likewise.
12024         (acquire_init_state_context): Likewise.
12025         (proceed_next_node): Likewise.
12026         (set_regs): Likewise.
12027         (free_fail_stack_return): Likewise.
12028         (check_arrival_expand_ecl): Mark DFA parameter as const.
12029         (check_arrival_expand_ecl_sub): Likewise.
12030         (check_subexp_limits): Likewise.
12031         (sub_epsilon_src_nodes):  Likewise.
12032         (add_epsilon_src_nodes):  Likewise.
12033         (merge_state_array): Likewise.
12034         (update_regs): Likewise.
12035         (build_trtable): Likewise.
12036         (sift_states_backward): Mark MCTX parameter as const.
12037         (build_sifted_states): Likewise.
12038         (update_cur_sifted_state): Likewise.
12039         (sift_states_mkref): Likewise.
12040         (check_arrival_expand_ecl): Mark eclosure as const.
12041         (check_dst_limits_calc_pos_1): Likewise.
12042         * lib/regex_internal.h (re_match_context_t): Make dfa a const
12043         pointer.
12044
12045         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
12046
12047         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
12048         (transit_state_sb): Likewise.
12049         (transit_state_mb): Likewise.
12050         (sift_states_iter_mb): Likewise.
12051         (check_arrival_add_next_nodes): Likewise.
12052         (check_node_accept_bytes): Change first parameter to pointer-to-const.
12053         [_LIBC] (re_search_2_stub): Use mempcpy.
12054
12055         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
12056         mbrtowc for very simple UTF-8 case.
12057
12058         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
12059         a pointer-to-const.
12060         (re_acquire_state_context): Likewise.
12061         * lib/regex_internal.h: Adjust prototypes.
12062
12063         * lib/regex.c: Prevent using C++ compilers.
12064
12065         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
12066         (re_acquire_state_context): Likewise.
12067
12068 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12069
12070         * modules/regex (Depends-on): Add ssize_t.
12071
12072 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12073
12074         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
12075         translation table.
12076
12077 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12078
12079         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
12080
12081 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
12082             Bruno Haible  <bruno@clisp.org>
12083
12084         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
12085         <sys/types.h> and <inttypes.h>.
12086
12087 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12088
12089         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
12090         `__error_t_defined', so argp.h will not typedef the former.
12091
12092 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
12093
12094         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
12095         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
12096         glibc names.  Even if glibc is changed to conform to POSIX, the
12097         traditional names will be available anyway, since regex depends on
12098         the extensions module.  Also, fix a longstanding typo in the
12099         implementation of Spencer ERE test #75 from grep 2.3.  Problems
12100         reported by Emanuele Giaquinta.  Also, change sense of cached
12101         variable, so that the message makes sense.
12102
12103 2006-03-24  Simon Josefsson  <jas@extundo.com>
12104
12105         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
12106         including some doc fixes.
12107         (base64_encode_alloc): Fix +1 bug on allocation failures.
12108
12109 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12110
12111         * lib/base64.c (base64_encode): Do not read past end of array with
12112         unsanitized input on systems with CHAR_BIT > 8.
12113
12114 2006-03-24  Eric Blake  <ebb9@byu.net>
12115
12116         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
12117
12118 2006-03-22  Karl Berry  <karl@gnu.org>
12119
12120         * config/srclist.txt (*setenv.[ch]): get from coreutils.
12121         * config/srclistvars.sh (COREUTILS): new var.
12122
12123 2006-03-17  Jim Meyering  <jim@meyering.net>
12124
12125         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
12126         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
12127
12128 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
12129
12130         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
12131         no longer needs it.  Instead, check that regoff_t is as least
12132         as wide as ptrdiff_t.
12133
12134         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
12135         so that our regex.h stays compatible with the installed regex.
12136         This is helpful for installers who configure --without-included-regex.
12137         Problem reported by Emanuele Giaquinta.
12138
12139 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
12140
12141         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
12142         Typedef to long int, not to off_, as POSIX will likely change
12143         in that direction.
12144
12145 2006-03-15  Eric Blake  <ebb9@byu.net>
12146
12147         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
12148
12149 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
12150
12151         * lib/argp-help.c (validate_uparams): Fix typo
12152         * lib/argp-parse.c (argp_default_options): Consistently begin help
12153         messages with a lowercase letter.
12154
12155 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
12156
12157         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
12158         overrun buffers and shouldn't be used (much as gets shouldn't be
12159         used).
12160         * lib/time_r.c (asctime_r, ctime_r): Likewise.
12161
12162 2006-03-08  Simon Josefsson  <jas@extundo.com>
12163
12164         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
12165         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12166
12167 2006-03-08  Simon Josefsson  <jas@extundo.com>
12168
12169         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
12170         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12171
12172 2006-03-08  Simon Josefsson  <jas@extundo.com>
12173
12174         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
12175         signal that configure disabled the device.
12176
12177 2006-03-08  Simon Josefsson  <jas@extundo.com>
12178
12179         * build-aux/maint.mk: Fix refresh-po, to handle no translated
12180         languages.
12181
12182 2006-03-07  Simon Josefsson  <jas@extundo.com>
12183
12184         * modules/getopt (Depends-on): Add unistd.
12185
12186         * modules/unistd: New file.
12187
12188 2006-03-07  Simon Josefsson  <jas@extundo.com>
12189
12190         * modules/gc-random: New file.
12191
12192 2006-03-07  Simon Josefsson  <jas@extundo.com>
12193
12194         * m4/unistd_h.m4: New file.
12195
12196 2006-03-07  Simon Josefsson  <jas@extundo.com>
12197
12198         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
12199         test to be side-effect free by storing the result in the cache
12200         variable gl_cv_lib_readline, and moving the assignment of
12201         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
12202         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12203
12204 2006-03-07  Simon Josefsson  <jas@extundo.com>
12205
12206         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
12207         error on missing devices (the functions will return an error).
12208
12209         * m4/gc.m4: Move random stuff to gc-random.m4
12210
12211 2006-03-07  Simon Josefsson  <jas@extundo.com>
12212
12213         * lib/unistd_.h: New file.
12214
12215 2006-03-07  Simon Josefsson  <jas@extundo.com>
12216
12217         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
12218
12219 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12220
12221         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
12222         Problem reported by Juan Manuel Guerrero.
12223
12224 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12225
12226         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
12227         the unistd module.
12228         * lib/getlogin_r.c: Likewise.
12229         * lib/getlogin_r.h: Likewise.
12230         * lib/glob.c: Likewise.
12231         * lib/pagealign_alloc.c: Likewise.
12232         * lib/unistd_.h: Remove; no longer needed.
12233
12234 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12235
12236         * MODULES.html.sh (Support for systems lacking POSIX:2001):
12237         Add unistd.
12238         * modules/c-stack (Depends-on): Add unistd.
12239         * modules/getlogin_r: Likewise.
12240         * modules/glob: Likewise.
12241         * modules/pagealign_alloc: Likewise.
12242         * modules/unistd (Files): Remove lib/unistd_.h.
12243         (EXTRA_DIST): Remove.
12244         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
12245         need unistd_.h.
12246         (MOSTLYCLEANFILES): Remove unistd.h-t.
12247
12248 2006-03-03  Simon Josefsson  <jas@extundo.com>
12249
12250         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
12251
12252 2006-03-03  Simon Josefsson  <jas@extundo.com>
12253
12254         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
12255         libidn and bison.
12256
12257 2006-03-03  Simon Josefsson  <jas@extundo.com>
12258
12259         * build-aux/maint.mk: Add indent target.
12260
12261 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
12262
12263         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
12264         our replacement poll.h in any case, to avoid a differing
12265         declaration from a system header.  Seen on AIX.
12266
12267 2006-03-01  Simon Josefsson  <jas@extundo.com>
12268
12269         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
12270         <kasal@ucw.cz>.
12271
12272 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12273
12274         * modules/gettime (Depends-on): Add extensions module.
12275         * modules/nanosleep (Depends-on): Likewise.
12276         * modules/settime (Depends-on): Likewise.
12277
12278 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12279
12280         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
12281         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
12282         pedantically.
12283         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
12284         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
12285
12286         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
12287         not "==".  Reported by Ralf Wildenhues.
12288
12289 2006-03-01  Karl Berry  <karl@gnu.org>
12290
12291         * doc/Copyright/request-*: new files, synced from gnuorg.
12292
12293 2006-03-01  Karl Berry  <karl@gnu.org>
12294
12295         * config/srclist.txt (Copyright/*): new entries.
12296
12297 2006-02-28  Simon Josefsson  <jas@extundo.com>
12298
12299         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
12300
12301 2006-02-27  Simon Josefsson  <jas@extundo.com>
12302
12303         * lib/base64.h: Indent #define's.  From Jim Meyering
12304         <jim@meyering.net>.
12305
12306 2006-02-27  Jim Meyering  <jim@meyering.net>
12307
12308         Revert the change of 2006-02-24, so these files can continue
12309         to be sync'd from gettext.
12310         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
12311         of `config.h'.
12312
12313 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
12314
12315         * modules/intprops: New file.
12316         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
12317         Add intprops.
12318         * modules/getloadavg (Files): Remove lib/intprops.h.
12319         (Depends-on): Add intprops.
12320         * modules/human: Likewise.
12321         * modules/inttostr: Likewise.
12322         * modules/openat: Likewise.
12323         * modules/sig2str: Likewise.
12324         * modules/userspec: Likewise.
12325         * modules/utimecmp: Likewise.
12326         * modules/xnanosleep: Likewise.
12327         * modules/xstrtol: Likewise.
12328
12329 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
12330
12331         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
12332         * modules/lock-tests (TESTS): Use $(EXEEXT).
12333         * modules/tls-tests: Likewise.
12334         * modules/argp-tests: Likewise.
12335         (check_PROGRAMS): New var, replacing...
12336         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
12337
12338 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12339
12340         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
12341         `config.h'.
12342
12343 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
12344
12345         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
12346
12347 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12348
12349         Sync from coreutils.
12350         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
12351         gl_CHDIR_SAFER.
12352
12353 2006-02-22  Jim Meyering  <jim@meyering.net>
12354
12355         Sync from coreutils.
12356         * m4/chdir-safer.m4: New file.
12357
12358 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
12359
12360         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
12361         AT_FDCWD exceeds INT_MAX.
12362         * lib/openat.h (AT_FDCWD): Likewise.
12363
12364 2006-02-17  Eric Blake  <address@hidden>
12365
12366         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
12367
12368 2006-02-16  Simon Josefsson  <jas@extundo.com>
12369
12370         * modules/getaddrinfo (Depends-on): Add sys_socket.
12371
12372 2006-02-15  Simon Josefsson  <jas@extundo.com>
12373
12374         * build-aux/maint.mk: Add dsyntax-check rule.
12375
12376 2006-02-15  Eric Blake  <ebb9@byu.net>
12377
12378         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
12379         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
12380         'present but cannot compile' warnings on cygwin.
12381         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
12382         use ws2tcpip.h if sys/socket.h works.
12383         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
12384         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
12385
12386 2006-02-14  Simon Josefsson  <jas@extundo.com>
12387
12388         * modules/maintainer-makefile (Files): Rename.
12389
12390         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
12391         and (the local) Makefile.cfg to maint-cfg.mk.
12392
12393         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
12394         to the latter.
12395
12396         * modules/maintainer-makefile: New module.
12397
12398         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
12399         severaly stripped to make it possible to build it up from scratch
12400         with reliable tests.
12401
12402         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
12403         fixes to permit overriding the default actions when configure and
12404         makefile are not available.
12405
12406 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
12407
12408         Sync from coreutils.
12409         * modules/lstat (Depends-on): Don't depend on xalloc.
12410         (License): Change from GPL to LGPL, since this is now simply a
12411         replacement for a libc function.
12412
12413 2006-02-14  Jim Meyering  <jim@meyering.net>
12414
12415         Sync from coreutils.
12416
12417         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
12418         failure on deficient systems, and simplify gnulib lgpl dependencies.
12419         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
12420         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
12421
12422         * lib/xalloc-die.c: Remove unused definition of N_.
12423
12424 2006-02-14  Jim Meyering  <jim@meyering.net>
12425
12426         Sync from coreutils.
12427         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
12428         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
12429         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
12430         double-quote uses of that variable, to accommodate the rare case in
12431         which getmntent is available in none of the libraries checked.  This
12432         happens at least on FreeBSD 5.0.
12433
12434 2006-02-13  Simon Josefsson  <jas@extundo.com>
12435
12436         * gnulib-tool (Usage): Fix --import, from
12437         karl@freefriends.org (Karl Berry).
12438
12439 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
12440
12441         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
12442
12443 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
12444
12445         * lib/argp-namefrob.h: Restore changes accidentally lost during the
12446         "autoupdate" on 2005-12-12.
12447
12448 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12449
12450         * modules/closeout (Depends-on): Remove atexit.
12451
12452 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12453
12454         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
12455         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
12456
12457 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
12458
12459         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
12460         __EXTENSIONS__ if this causes compilation to fail.  Problem
12461         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
12462         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
12463
12464 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
12465
12466         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
12467         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
12468         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
12469         All uses changed.
12470
12471 2006-01-26  Simon Josefsson  <jas@extundo.com>
12472
12473         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
12474         prototype is visible on mingw32.
12475
12476         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
12477         for mingw32.
12478
12479         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
12480         mingw32).
12481
12482 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
12483
12484         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
12485         attempt to open for write; this always fails, at least on POSIX
12486         hosts.  This reinstates the 2006-01-09 change, which was
12487         inadvertently removed.
12488
12489 2006-01-26  Bruno Haible  <bruno@clisp.org>
12490
12491         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
12492         Reported by Paul Eggert.
12493
12494 2006-01-26  Bruno Haible  <bruno@clisp.org>
12495             Paul Eggert  <eggert@cs.ucla.edu>
12496
12497         * lib/stdbool_.h (_Bool)
12498         [(! (defined __cplusplus || defined __BEOS__)
12499           && !defined __GNUC__
12500           && !(defined __HP_cc || defined __xlc__
12501                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
12502                || defined __sgi))]:
12503         #define to signed char in these cases too; this simplifies
12504         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
12505         etc., separately) and makes it more conservative.
12506
12507 2006-01-25  Simon Josefsson  <jas@extundo.com>
12508
12509         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
12510         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
12511         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
12512
12513 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12514
12515         * lib/argp-namefrob.h: Bugfix. Remove stray #
12516
12517 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12518
12519         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
12520         so that we test the test.
12521         Check for yet another HP-UX cc bug involving *bool |= bool.
12522
12523 2006-01-25  Karl Berry  <karl@gnu.org>
12524
12525         * config/srclist.txt (vasnprintf.c): sync lost.
12526
12527 2006-01-25  Jim Meyering  <jim@meyering.net>
12528
12529         Sync from the stable (b5) branch of coreutils:
12530
12531         * lib/fts.c (fts_children): Don't let close() clobber errno from
12532         failed fchdir().
12533
12534         * lib/fts.c (fts_stat): When following a symlink-to-directory,
12535         don't necessarily interpret stat-fails+lstat-succeeds as indicating
12536         a dangling symlink.  That can also happen at least for ELOOP.
12537         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
12538         FYI, this bug predates the inclusion of fts.c in coreutils.
12539
12540         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
12541         in their own block, so pre-c99 compilers don't object.
12542
12543         Avoid the double-free (first in fts_read, second in fts_close) that
12544         would occur when an `active' directory is made inaccessible (e.g.,
12545         via chmod a-x) during a traversal.
12546         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12547         before returning.  Reproduce this failure by
12548         mkdir -p a/b; cd a; chmod a-x . b
12549         Reported by Stavros Passas.
12550
12551 2006-01-25  Jim Meyering  <jim@meyering.net>
12552
12553         * lib/fileblocks.c: Remove more useless parentheses.
12554         * lib/readutmp.h: Likewise.
12555
12556 2006-01-25  Bruno Haible  <bruno@clisp.org>
12557
12558         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
12559         warnings.
12560         Reported by Paul Eggert.
12561
12562 2006-01-25  Bruno Haible  <bruno@clisp.org>
12563
12564         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
12565         rid of a trap command. For Solaris sh.
12566         Reported by Mark D. Baushke <mdb@gnu.org>.
12567
12568 2006-01-24  Simon Josefsson  <jas@extundo.com>
12569
12570         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
12571         Bruno.
12572
12573 2006-01-24  Karl Berry  <karl@gnu.org>
12574
12575         * config/srclist.txt (argp-namefrob.h): sync lost.
12576
12577 2006-01-24  Jim Meyering  <jim@meyering.net>
12578
12579         * modules/openat (Files): Add lib/intprops.h.
12580         From Mark D. Baushke.
12581
12582 2006-01-24  Jim Meyering  <jim@meyering.net>
12583
12584         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
12585         Reported by Mark D. Baushke.
12586
12587 2006-01-24  Jim Meyering  <jim@meyering.net>
12588
12589         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
12590
12591 2006-01-24  Bruno Haible  <bruno@clisp.org>
12592
12593         * modules/strnlen (Maintainer): Change from glibc to all.
12594
12595 2006-01-24  Bruno Haible  <bruno@clisp.org>
12596
12597         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
12598         Patch by Paul Eggert.
12599
12600 2006-01-24  Bruno Haible  <bruno@clisp.org>
12601
12602         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
12603         already has it.
12604         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
12605         2005-11-26.
12606
12607         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
12608         'signed char' to avoid problems with the built-in _Bool type.
12609         Reported by Paul Eggert on 2005-11-26.
12610
12611 2006-01-24  Bruno Haible  <bruno@clisp.org>
12612
12613         * gnulib-tool (func_import): Avoid constructing complicated sed
12614         expressions inside backquote.
12615         Report and solution by Mark D. Baushke <mdb@gnu.org>.
12616
12617 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
12618
12619         These changes imported from libc.
12620         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
12621         test and two separate function calls.
12622         * lib/strndup.c (__strndup): Add libc_hidden_def.
12623
12624 2006-01-23  Simon Josefsson  <jas@extundo.com>
12625
12626         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
12627         Remove the test_*_SOURCES variable: automake infers it by default.
12628         * modules/tls-tests: Likewise.
12629
12630 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12631
12632         Work around porting bugs reported by Dieter in
12633         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
12634         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
12635         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
12636         Include "getopt.h" first, to check interface.
12637         (getenv): Declare only if defined HAVE_DECL_GETENV &&
12638         !HAVE_DECL_GETENV.
12639         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
12640         (__strndup): Revert to K&R-style function dfns, the glibc style.
12641         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
12642         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
12643         Include strnlen.h first, to get prototype properly.
12644         (strnlen): Renamed from __strnlen.
12645         Remove weak alias.
12646
12647 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12648
12649         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
12650
12651 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12652
12653         * config/srclist.txt: Adjust to reflect glibc reorganization.
12654         This affects only comments.
12655
12656 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12657
12658          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
12659          Reported by Bruce Korb <bkorb@gnu.org>.
12660
12661 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
12662
12663         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
12664         to pacify gcc -Wswitch-default.
12665
12666 2006-01-22  Bruno Haible  <bruno@clisp.org>
12667
12668         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
12669         temporary buffer for sprintf, take into account the precision also
12670         for 'd', 'i', 'u', 'o', 'x', 'X'.
12671
12672 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12673
12674         * modules/argp-tests: New module
12675         * tests/test-argp.c: New file
12676         * tests/test-argp-2.sh: New file
12677
12678 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12679
12680         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
12681         (__argp_base_name): Removed
12682         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
12683         typo.
12684         (__argp_base_name): Provide macro definition or extern declaration
12685         depending on the configuration
12686
12687 2006-01-20  Simon Josefsson  <jas@extundo.com>
12688
12689         * modules/inet_ntop (Depends-on): Depend on sys_socket.
12690
12691 2006-01-20  Simon Josefsson  <jas@extundo.com>
12692
12693         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
12694
12695 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12696
12697         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
12698         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
12699         Suggested by Bruno Haible.
12700
12701 2006-01-20  Karl Berry  <karl@gnu.org>
12702
12703         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
12704         until changes propagate, I guess.
12705
12706 2006-01-19  Simon Josefsson  <jas@extundo.com>
12707
12708         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
12709
12710 2006-01-19  Simon Josefsson  <jas@extundo.com>
12711
12712         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
12713
12714 2006-01-19  Simon Josefsson  <jas@extundo.com>
12715
12716         * gnulib-tool: Set check_PROGRAMS.
12717
12718         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12719         modules/des-tests, modules/gc-arcfour-tests,
12720         modules/gc-arctwo-tests, modules/gc-des-tests,
12721         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12722         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12723         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12724         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12725         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12726         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
12727         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
12728         test_*_SOURCES.
12729
12730 2006-01-18  Simon Josefsson  <jas@extundo.com>
12731
12732         * modules/socklen (Depends-on): Depend on sys_socket.
12733
12734 2006-01-18  Simon Josefsson  <jas@extundo.com>
12735
12736         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12737         modules/des-tests, modules/gc-arcfour-tests,
12738         modules/gc-arctwo-tests, modules/gc-des-tests,
12739         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12740         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12741         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12742         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12743         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12744         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
12745         $(EXEEXT) to automake TESTS variable, for mingw32.
12746
12747 2006-01-17  Simon Josefsson  <jas@extundo.com>
12748
12749         * modules/socklen (Include): Need sys/socket.h.
12750
12751 2006-01-17  Bruno Haible  <bruno@clisp.org>
12752
12753         * modules/ssize_t (Include): Add <sys/types.h>.
12754
12755 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
12756
12757         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
12758         it's not portable and it doesn't work with cross-compiles.
12759         Problem reported by Bruno Haible.  Fix missing-$ typo in
12760         'test "gl_cv_ignore_unused_libraries" ...' that prevented
12761         -zignore from being used with Sun's C compiler.
12762
12763 2006-01-12  Simon Josefsson  <jas@extundo.com>
12764
12765         * lib/base64.c: Fix warning, reported by Bruno Haible
12766         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
12767
12768 2006-01-12  Bruno Haible  <bruno@clisp.org>
12769
12770         * modules/ldd: New file.
12771         * build-aux/ldd.sh.in: New file.
12772         * MODULES.html.sh (Support for building libraries and executables): Add
12773         ldd.
12774
12775 2006-01-12  Bruno Haible  <bruno@clisp.org>
12776
12777         * m4/ldd.m4: New file.
12778
12779 2006-01-12  Bruno Haible  <bruno@clisp.org>
12780
12781         * gnulib-tool (func_import, func_create_testdir): Don't go into an
12782         endless loop while replacing $auxdir with build-aux.
12783
12784 2006-01-11  Simon Josefsson  <jas@extundo.com>
12785
12786         * lib/stdint_.h (SIZE_MAX): Add missing (.
12787
12788 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
12789
12790         Sync from coreutils.
12791         * lib/md5.c: Fix commentary typos.
12792         (alignof, UNALIGNED_P): No need for a GCC-specific version.
12793         * lib/md5.h (__attribute__): Remove; unused.
12794         * lib/sha1.c: Fix commentary to match md5 better.
12795         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
12796         so that we don't need to worry about alignment.  All uses changed.
12797         This merges the 2005-10-28 md5 change into sha1.
12798
12799 2006-01-11  Jim Meyering  <jim@meyering.net>
12800
12801         Sync from coreutils.
12802         * lib/md5.c (OP): Fix spacing.
12803
12804 2006-01-11  Bruno Haible  <bruno@clisp.org>
12805
12806         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12807         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
12808         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
12809
12810 2006-01-11  Bruno Haible  <bruno@clisp.org>
12811
12812         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12813         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
12814         the "early" section as well.
12815
12816 2006-01-11  Bruno Haible  <bruno@clisp.org>
12817
12818         Avoid "ar: no archive members specified" error on MacOS X.
12819         * gnulib-tool (func_modules_add_dummy): New function.
12820         (func_import, func_create_testdir): Invoke it.
12821
12822 2006-01-11  Bruno Haible  <bruno@clisp.org>
12823
12824         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
12825         with $auxdir in AC_CONFIG_FILES statements.
12826
12827 2006-01-11  Bruno Haible  <bruno@clisp.org>
12828
12829         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12830         Initialize also noinst_HEADERS to empty.
12831
12832 2006-01-11  Bruno Haible  <bruno@clisp.org>
12833
12834         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
12835         variables.
12836         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
12837         autoreconf.
12838
12839 2006-01-11  Bruno Haible  <bruno@clisp.org>
12840
12841         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
12842         overridable by the user.
12843         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12844
12845 2006-01-10  Simon Josefsson  <jas@extundo.com>
12846
12847         * modules/sys_socket: New file.
12848
12849 2006-01-10  Simon Josefsson  <jas@extundo.com>
12850
12851         * m4/sys_socket_h.m4: New file.
12852
12853 2006-01-10  Simon Josefsson  <jas@extundo.com>
12854
12855         * lib/socket_.h: New file.
12856
12857 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12858
12859         * modules/readutmp (Maintainer): Add myself.
12860
12861 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12862
12863         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
12864         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
12865         People who are still concerned with buggy memcmp implementations
12866         can invoke gl_FUNC_MEMCMP themselves.
12867
12868 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12869
12870         * lib/regex_internal.h (BITSET_WORD_BITS):
12871         Work around a bug in 64-bit PGC (before version 6.1-2), where the
12872         preprocessor mishandles large unsigned values as if they were signed.
12873         Problem reported by Claudio Fontana in
12874         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
12875
12876 2006-01-10  Jim Meyering  <jim@meyering.net>
12877
12878         Avoid the double-free (first in fts_read, second in fts_close) that
12879         would occur when an `active' directory is made inaccessible (e.g.,
12880         via chmod a-x) during a traversal.
12881         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12882         before returning.  Reproduce this failure by
12883         mkdir -p a/b; cd a; chmod a-x . b
12884         Reported by Stavros Passas.
12885
12886         Sync from coreutils.
12887         * lib/sha1.c: Tweak grammar in a comment.
12888
12889 2006-01-10  Jim Meyering  <jim@meyering.net>
12890
12891         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
12892         Patch by Joerg Sonnenberger.
12893
12894 2006-01-10  Bruno Haible  <bruno@clisp.org>
12895
12896         * modules/readutmp: Depend on module free.
12897         * modules/strtok_r: Depend on module restrict.
12898
12899 2006-01-10  Bruno Haible  <bruno@clisp.org>
12900
12901         * modules/gettext (configure.ac): Add an invocation of
12902         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
12903
12904 2006-01-10  Bruno Haible  <bruno@clisp.org>
12905
12906         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
12907         Reported by Werner Lemberg <wl@gnu.org>.
12908
12909 2006-01-10  Bruno Haible  <bruno@clisp.org>
12910
12911         * lib/localcharset.c: Update from GNU gettext.
12912
12913 2006-01-10  Bruno Haible  <bruno@clisp.org>
12914
12915         * lib/argp.h (__const): Remove macro. Use const instead.
12916         * lib/argp-fmtstream.h (__const): Likewise.
12917         * lib/glob_.h (__const): Remove macro.
12918         * lib/glob-libc.h: Use const instead of __const.
12919
12920 2006-01-10  Bruno Haible  <bruno@clisp.org>
12921
12922         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
12923         variable.
12924         Needed to avoid an automake error regarding the 'gettext' module.
12925
12926 2006-01-09  Simon Josefsson  <jas@extundo.com>
12927
12928         * modules/inet_ntop (Depends-on): Add restrict.
12929
12930 2006-01-09  Simon Josefsson  <jas@extundo.com>
12931
12932         * modules/gc-rijndael-tests (License): Put under LGPL.
12933
12934         * modules/gc-des-tests (License): Likewise.
12935
12936         * modules/gc-arcfour-tests (License): Likewise.
12937
12938         * modules/gc-arctwo-tests (License): Likewise.
12939
12940         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
12941
12942         * modules/gc-hmac-sha1-tests (Files): Likewise.
12943
12944         * modules/gc-hmac-md5-tests (License): Likewise.
12945
12946         * modules/gc-sha1-tests (License): Likewise.
12947
12948         * modules/gc-md5-tests (License): Likewise.
12949
12950         * modules/gc-md4-tests (License): Likewise.
12951
12952         * modules/gc-md2-tests (License): Likewise.
12953
12954         * modules/gc-tests (License): Likewise.
12955
12956         * modules/des-tests (License): Likewise.
12957
12958         * modules/md4-tests (License): Likewise.
12959
12960         * modules/md2-tests (License): Likewise.
12961
12962 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12963
12964         Sync from coreutils:
12965
12966         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
12967         * modules/lib-ignore: New file.
12968         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
12969         chdir-safer.m4, lchmod.m4.
12970         * modules/openat: Add mkdirat.c, openat-priv.h.
12971
12972 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12973
12974         Sync from coreutils.
12975         * m4/lib-ignore.m4: New file.
12976         * m4/lchmod.m4: New file.
12977
12978 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12979
12980         Sync from coreutils.
12981         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
12982         for write access: POSIX says that must fail.
12983         * lib/fts.c (diropen): Likewise.
12984         * lib/save-cwd.c (save_cwd): Likewise.
12985         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
12986         well, for minor improvements on hosts that lack O_DIRECTORY.
12987         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
12988         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
12989         Fall back on chown if open failed with EACCES.
12990
12991         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
12992         Report an error at compile-time if only a 1-second nominal clock
12993         resolution is found.
12994
12995         * lib/lchmod.h: New file.
12996         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
12997         (make_dir_parents): Use lchown rather than chown, and
12998         lchmod rather than chmod.
12999
13000         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
13001         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
13002         "proc" reported by n0dalus.
13003
13004         * lib/mountlist.c: Include <limits.h>.
13005         (dev_from_mount_options)
13006         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
13007         New function.  It no longer assumes "dev=" has the System V meaning
13008         on Linux (since it doesn't).  It also parses "dev=" more carefully.
13009         (read_file_system_list)
13010         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
13011         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
13012         dev= in that case.
13013
13014         * lib/posixtm.h (PDS_PRE_2000): New macro.
13015         * lib/posixtm.c (year): Arg is now syntax_bits rather than
13016         allow_century.  All usages changed.  Reject dates outside the range
13017         1969-1999 if PDS_PRE_2000 is used.
13018
13019 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
13020
13021         Sync from coreutils.
13022         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
13023         (Time of day items): Mention the possibility of leap seconds.
13024         Problem reported by Dr. David Alan Gilbert.
13025
13026 2006-01-09  Jim Meyering  <jim@meyering.net>
13027
13028         Sync from coreutils.
13029
13030         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
13031
13032         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
13033
13034         * lib/modechange.c (mode_compile): Reject an invalid mode string
13035         that starts with an octal digit.  From Andreas Gruenbacher.
13036
13037         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
13038         and dup to open_safer and dup_safer, respectively.
13039         (openat_permissive): Fix typo in comment.
13040
13041         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
13042         "gettext.h"; either no longer needed or are guaranteed by openat.h.
13043         (_): Remove; no longer needed.
13044         (openat): Renamed from rpl_openat; no need for rpl_openat
13045         since openat.h renames openat for us.
13046         Replace most of the body with a call to openat_permissive,
13047         to avoid duplicate code.
13048         Port to (probably hypothetical) environments were mode_t is
13049         wider than int.
13050         (openat_permissive): Require mode arg, so that we can check
13051         types better.  Put it just after flags.  Change cwd failure
13052         indicator from pointer-to-bool to pointer-to-errno-value.
13053         All callers changed.
13054         Invoke openat_save_fail and/or openat_restore_fail if
13055         cwd_errno is null, so that openat can call us.
13056         (openat_permissive, fdopendir, fstatat, unlinkat):
13057         Simplify errno handling to avoid some duplicate code,
13058         as it's OK to set errno on success.
13059         * lib/openat.h: Revamp code so that function macros depend on
13060         __OPENAT_PREFIX only, not also on AT_FDCWD.
13061         (openat_ro): Remove.  Caller changed to use openat_permissive.
13062         (openat_permissive): Now a macro, if not a function.
13063         (openat_restore_fail, openat_save_fail): Now always functions,
13064         since mkdirat needs them even if __OPENAT_PREFIX is defined.
13065
13066         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
13067         and openat.c.
13068         * lib/mkdirat.c: Include openat-priv.h.
13069         Remove definitions of macros defined therein.
13070         * lib/openat.c: Likewise.
13071
13072         * lib/mkdirat.c (mkdirat): New file and function.
13073         * lib/openat.h (mkdirat): Declare.
13074
13075         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
13076
13077         * lib/openat.h (openat_permissive): Declare.
13078         (openat_ro): Define.
13079
13080         * lib/openat.c (EXPECTED_ERRNO): New macro.
13081         (openat_permissive): New function -- used in remove.c rewrite.
13082         (all functions): Set errno just before returning, only if there
13083         was an actual failure.
13084         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
13085
13086         Emulate openat-family functions using Linux's procfs, if possible.
13087         Idea and some code based on Ulrich Drepper's glibc changes.
13088
13089         * lib/openat.c: (BUILD_PROC_NAME): New macro.
13090         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
13091         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
13092         before falling back on save_cwd and restore_cwd.
13093         (fdopendir, fstatat, unlinkat): Likewise.
13094
13095         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
13096         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
13097
13098         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
13099         as second argument to va_arg.  Otherwise, some versions of gcc
13100         warn that `if this code is reached, the program will abort'.
13101
13102 2006-01-09  Jim Meyering  <jim@meyering.net>
13103
13104         Sync from coreutils.
13105         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
13106         Require openat-priv.h.
13107
13108 2006-01-09  Bruno Haible  <bruno@clisp.org>
13109
13110         * modules/strnlen (Include): Use strnlen.h.
13111
13112 2006-01-09  Bruno Haible  <bruno@clisp.org>
13113
13114         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
13115
13116 2006-01-09  Bruno Haible  <bruno@clisp.org>
13117
13118         * lib/sysexit_.h (EX_OK): New macro.
13119         Suggested by Martin Lambers <marlam@marlam.de>.
13120
13121 2006-01-09  Bruno Haible  <bruno@clisp.org>
13122
13123         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
13124         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
13125
13126 2006-01-09  Bruno Haible  <bruno@clisp.org>
13127
13128         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
13129         numbers.
13130
13131 2006-01-09  Bruno Haible  <bruno@clisp.org>
13132
13133         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
13134         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
13135         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
13136         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
13137
13138 2006-01-09  Bruno Haible  <bruno@clisp.org>
13139
13140         * build-aux/javacomp.sh.in: New file, moved from lib/.
13141         * modules/javacomp-script (Files): Update.
13142         (configure.ac): Add AC_CONFIG_FILES invocation.
13143         (EXTRA_DIST): Remove variable.
13144
13145         * build-aux/javaexec.sh.in: New file, moved from lib/.
13146         * modules/javaexec (Files): Update.
13147         (configure.ac): Add AC_CONFIG_FILES invocation.
13148         (EXTRA_DIST): Remove javaexec.sh.in.
13149
13150         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
13151         * modules/csharpcomp-script (Files): Update.
13152         (configure.ac): Add AC_CONFIG_FILES invocation.
13153         (EXTRA_DIST): Remove variable.
13154
13155         * build-aux/csharpexec.sh.in: New file, moved from lib/.
13156         * modules/csharpexec (Files): Update.
13157         (configure.ac): Add AC_CONFIG_FILES invocation.
13158         (EXTRA_DIST): Remove csharpexec.sh.in.
13159
13160 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
13161
13162         Sync from coreutils.
13163
13164         Add POSIX ACL support
13165         * lib/acl.h (copy_acl, set_acl): Add declarations.
13166         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
13167         systems other than Linux.
13168         (chmod_or_fchmod): New function: use fchmod when possible,
13169         and chmod otherwise.
13170         (file_has_acl): Add a POSIX ACL implementation, with a
13171         Linux-specific subcase.
13172         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
13173         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
13174         acls are unsupported.
13175         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
13176         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
13177         are unsupported.
13178
13179 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
13180
13181         Sync from coreutils.
13182         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
13183
13184 2006-01-07  Bruno Haible  <bruno@clisp.org>
13185
13186         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
13187         gl_EARLY.
13188
13189 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13190
13191         * lib/strftime.c (tzname): Don't declare if it is already #defined.
13192         Problem reported for Mingw by Mark Junker.
13193
13194 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13195
13196         * README: Gnulib normally doesn't generate a tarball.
13197
13198 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
13199
13200         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
13201         long int, not int, for nanosecond counts, so that people who are
13202         used to POSIX struct timespec won't be surprised.  Reported by Jim
13203         Meyering.
13204
13205 2005-12-28  Bruno Haible  <bruno@clisp.org>
13206
13207         * build-aux/config.rpath: Update from GNU gettext.
13208
13209 2005-12-16  Jim Meyering  <jim@meyering.net>
13210
13211         * modules/fprintftime: New module.
13212         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
13213
13214 2005-12-16  Jim Meyering  <jim@meyering.net>
13215
13216         * m4/fprintftime.m4: New file.
13217
13218 2005-12-16  Jim Meyering  <jim@meyering.net>
13219
13220         * lib/fprintftime.c, lib/fprintftime.h: New files.
13221
13222 2005-12-15  Simon Josefsson  <jas@extundo.com>
13223
13224         * modules/socklen (configure.ac): Fix M4 macro name, to align with
13225         new m4/socklen.m4.
13226
13227 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13228
13229         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
13230         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
13231
13232 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13233
13234         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
13235         * lib/argp-help.c (fill_in_uparams): Check if the constructed
13236         struct uparams is valid. Fall back to the default values if it is
13237         not.
13238
13239 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13240
13241         * modules/argp (Files): Add argp-pin.c
13242         (Depends-on): dirname
13243         (lib_SOURCES): Add argp-pin.c
13244
13245 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13246
13247         * m4/argp.m4:  Check if program_invocation_name and
13248         program_invocation_short_name are declared and define appropriate
13249         macros if they are not.
13250
13251 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13252
13253         * lib/argp-help.c (__argp_base_name): New function
13254         (__argp_short_program_name): Rewrite using __argp_base_name
13255         * lib/argp-namefrob.h: Define program_invocation_name and
13256         program_invocation_short_name if requested
13257         (__argp_base_name): Add prototype
13258         * lib/argp-parse.c (argp_def): Use gettext wrappers
13259         (argp_default_parser): Use __argp_base_name
13260         * lib/argp-pin.c: New file. Defines program_invocation_name and
13261         program_invocation_short_name on systems that lack them.
13262
13263 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13264
13265         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
13266         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
13267         porting problem reported by Georg Schwarz in
13268         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
13269
13270 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13271
13272         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
13273         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
13274         porting problem reported by Georg Schwarz in
13275         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
13276
13277 2005-12-05  Bruno Haible  <bruno@clisp.org>
13278
13279         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
13280         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
13281         Reported by Mark Junker <mjscod@gmx.de>.
13282
13283 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
13284
13285         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
13286         Use implementation from Albert Chin, with some
13287         comments/corrections by Stepan Kasal and myself.
13288
13289 2005-12-02  Bruno Haible  <bruno@clisp.org>
13290
13291         * gnulib-tool (func_import): Accept GPLed build tool modules when
13292         --lgpl is given.
13293         * modules/csharpcomp-script: New file.
13294         * modules/csharpcomp: Depend on it.
13295         * modules/javacomp-script: New file.
13296         * modules/javacomp: Depend on it.
13297         Suggested by Simon Josefsson.
13298
13299 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
13300
13301         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
13302         statement, to work around an HP-UX 10.20 compiler bug reported by
13303         Peter O'Gorman.
13304
13305 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
13306
13307         * modules/savedir (Depends-on): Add openat.
13308
13309 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
13310
13311         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
13312         (uintmax_t) [defined uintmax_t]: Do not declare.
13313         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
13314         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
13315         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
13316         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
13317         sake of portability to weird hosts that C allows (though we don't
13318         know of any practical examples).
13319
13320         * lib/savedir.h (fdsavedir): New decl.
13321         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
13322         contains most of the former guts of savedir.
13323         (savedir): Use savedirstream.
13324         Include "openat.h".
13325
13326 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13327
13328         * modules/obstack (Files): Add m4/ulonglong.m4.
13329         Problem reported by Davide Angelocola.
13330
13331 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
13332
13333         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
13334         coreutils no longer futzes with rounding modes.
13335
13336 2005-11-14  Jim Meyering  <jim@meyering.net>
13337
13338         * lib/mkstemp-safer.c: Include <config.h>, required for possible
13339         replacement of mkstemp.
13340
13341 2005-11-10  Simon Josefsson  <jas@extundo.com>
13342
13343         * lib/readline.c: Remove EOL.
13344
13345 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13346
13347         * modules/gethrxtime (Depends-on): Add gettime.
13348
13349 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13350
13351         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
13352         or gettimeofday; no longer needed.
13353
13354 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13355
13356         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
13357         time business.
13358         (gethrxtime) [! (HAVE_NANOUPTIME
13359         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
13360         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
13361         our own approximation.
13362
13363 2005-11-08  Eric Blake  <ebb9@byu.net>
13364
13365         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13366
13367 2005-11-08  Eric Blake  <ebb9@byu.net>
13368
13369         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13370
13371 2005-11-04  Bruno Haible  <bruno@clisp.org>
13372
13373         * gnulib-tool: Implement --update mode.
13374
13375 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13376
13377         Fix porting problem reported by Theodoros V. Kalamatianos.
13378         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
13379         Don't assume that futimes failing means we must fail.
13380
13381 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13382
13383         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
13384         variables to suggest the intended function of the PATH_MAX check.
13385
13386 2005-10-30  Kean Johnston  <jkj@sco.com>
13387
13388         Trivial changes to support SCO systems.
13389         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
13390         as PATH_MAX.
13391         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
13392         where __ptr is null when no I/O is pending.
13393
13394 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13395
13396         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
13397         leave errno alone.  Problem reported by Dmitry V. Levin.
13398
13399 2005-10-28  Simon Josefsson  <jas@extundo.com>
13400
13401         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
13402         Test more.
13403
13404         * tests/test-gc-md2.c, tests/test-md2.c: New files.
13405
13406         * modules/md2, modules/md2-tests: New files.
13407
13408 2005-10-28  Simon Josefsson  <jas@extundo.com>
13409
13410         * m4/inet_ntop.m4: More tests.
13411
13412         * m4/gc-md2.m4, md2.m4: New file.
13413
13414 2005-10-28  Simon Josefsson  <jas@extundo.com>
13415
13416         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
13417         "restrict" keywords, as per POSIX.  Protect the function
13418         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
13419         Don't use K&R prototypes.  Check the sprintf return values.
13420         Re-define EAFNOSUPPORT if not present.  Indent.
13421
13422         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
13423         suggested by Bruno Haible <bruno@clisp.org>.
13424
13425         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
13426
13427         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
13428
13429         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
13430         libgcrypt).
13431
13432         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
13433
13434         * lib/md2.h, lib/md2.c: New files.
13435
13436 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
13437
13438         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
13439         errno alone.  Problem reported by Frederic Jolliton.
13440
13441 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
13442
13443         * modules/verify (License): Change from GPL to LGPL.  This is a
13444         tiny module and there are apparently near-equivalents that are
13445         under the BSD license.
13446
13447 2005-10-24  Simon Josefsson  <jas@extundo.com>
13448
13449         * modules/sha1: Relicense to LGPL.
13450
13451 2005-10-24  Simon Josefsson  <jas@extundo.com>
13452
13453         * lib/md4.h: Shrink buffer size, now that we changed the type.
13454
13455 2005-10-23  Simon Josefsson  <jas@extundo.com>
13456
13457         * gnulib-tool (func_import): Fix --tests-base.
13458
13459 2005-10-22  Simon Josefsson  <jas@extundo.com>
13460
13461         * modules/arcfour (Depends-on): Need stdint.
13462
13463 2005-10-22  Simon Josefsson  <jas@extundo.com>
13464
13465         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
13466         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
13467
13468 2005-10-22  Simon Josefsson  <jas@extundo.com>
13469
13470         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
13471         suggested by Bruno Haible <bruno@clisp.org>.
13472
13473 2005-10-22  Simon Josefsson  <jas@extundo.com>
13474
13475         * lib/crc.h: Include stddef.h, for size_t.
13476
13477 2005-10-22  Simon Josefsson  <jas@extundo.com>
13478
13479         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
13480         arcfour_context struct (simplify test vector testing in GNU
13481         Shishi).
13482
13483 2005-10-21  Simon Josefsson  <jas@extundo.com>
13484
13485         * modules/des, modules/des-tests: New files.
13486
13487         * modules/gc-des, modules/gc-des-tests: New files.
13488
13489         * tests/test-des.c, tests/test-gc-des.c: New file.
13490
13491 2005-10-21  Simon Josefsson  <jas@extundo.com>
13492
13493         * modules/arctwo, modules/arctwo-tests: New files.
13494
13495         * tests/test-arctwo.c: New file.
13496
13497         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
13498
13499         * tests/test-gc-arctwo.c: New file.
13500
13501 2005-10-21  Simon Josefsson  <jas@extundo.com>
13502
13503         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
13504         Bruno Haible <bruno@clisp.org>.
13505
13506         * m4/gc-des.m4: New file.
13507
13508 2005-10-21  Simon Josefsson  <jas@extundo.com>
13509
13510         * m4/arctwo.m4: New file.
13511
13512         * m4/gc-arctwo.m4: New file.
13513
13514 2005-10-21  Simon Josefsson  <jas@extundo.com>
13515
13516         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
13517         block.
13518
13519 2005-10-21  Simon Josefsson  <jas@extundo.com>
13520
13521         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
13522         <bruno@clisp.org>.
13523
13524         * lib/hmac-sha1.c (hmac_sha1): Likewise.
13525
13526         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
13527         Bruno Haible <bruno@clisp.org>.
13528
13529         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
13530         <bruno@clisp.org>.
13531
13532 2005-10-21  Simon Josefsson  <jas@extundo.com>
13533
13534         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
13535
13536 2005-10-21  Simon Josefsson  <jas@extundo.com>
13537
13538         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
13539
13540 2005-10-21  Simon Josefsson  <jas@extundo.com>
13541
13542         * lib/des.h, lib/des.c: New files.
13543
13544         * lib/gc-gnulib.c: Support DES.c
13545
13546 2005-10-21  Simon Josefsson  <jas@extundo.com>
13547
13548         * lib/arctwo.h, lib/arctwo.c: New files.
13549
13550         * lib/gc-gnulib.c: Support ARCTWO.
13551
13552 2005-10-21  Simon Josefsson  <jas@extundo.com>
13553
13554         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
13555         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13556
13557 2005-10-21  Simon Josefsson  <jas@extundo.com>
13558
13559         * gnulib-tool (func_import, func_create_testdir): Define automake
13560         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
13561         Makefile.am snippet),
13562         suggested by Bruno Haible <bruno@clisp.org>.
13563
13564         * modules/gc (Makefile.am): Use it.
13565
13566 2005-10-21  Bruno Haible  <bruno@clisp.org>
13567
13568         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
13569         patch.
13570
13571 2005-10-19  Simon Josefsson  <jas@extundo.com>
13572
13573         * tests/test-gc-rijndael.c: New file.
13574
13575         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
13576
13577 2005-10-19  Simon Josefsson  <jas@extundo.com>
13578
13579         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
13580         interface too.
13581
13582 2005-10-19  Simon Josefsson  <jas@extundo.com>
13583
13584         * tests/test-gc-arcfour.c: New file.
13585
13586         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
13587
13588 2005-10-19  Simon Josefsson  <jas@extundo.com>
13589
13590         * modules/gc-md4, modules/gc-md4-tests: New file.
13591
13592         * tests/test-gc-md4.c: New file.
13593
13594 2005-10-19  Simon Josefsson  <jas@extundo.com>
13595
13596         * m4/gc-md4.m4: New file.
13597
13598 2005-10-19  Simon Josefsson  <jas@extundo.com>
13599
13600         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
13601         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
13602         <kasal@ucw.cz>.
13603
13604 2005-10-19  Simon Josefsson  <jas@extundo.com>
13605
13606         * m4/gc-arcfour.m4: New file.
13607
13608         * m4/gc-rijndael.m4: New file.
13609
13610 2005-10-19  Simon Josefsson  <jas@extundo.com>
13611
13612         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
13613
13614 2005-10-19  Simon Josefsson  <jas@extundo.com>
13615
13616         * lib/gc-gnulib.c: Support ARCFOUR.
13617
13618 2005-10-19  Simon Josefsson  <jas@extundo.com>
13619
13620         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
13621         support.
13622
13623         * lib/gc.h: Add ECB enum type.
13624
13625         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
13626
13627 2005-10-18  Simon Josefsson  <jas@extundo.com>
13628
13629         * tests/test-md5.c: New file.
13630
13631         * modules/md5-tests: New file.
13632
13633 2005-10-18  Simon Josefsson  <jas@extundo.com>
13634
13635         * tests/test-md4.c: New file.
13636
13637         * modules/md4, modules/md4-tests: New files.
13638
13639 2005-10-18  Simon Josefsson  <jas@extundo.com>
13640
13641         * m4/md4.m4: New file.
13642
13643 2005-10-18  Simon Josefsson  <jas@extundo.com>
13644
13645         * lib/md4.h, lib/md4.c: New files, based on md5.?.
13646
13647 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
13648
13649         * gnulib-tool (func_create_testdir): Omit the second check whether
13650         BUILT_SOURCES in nonempty.
13651
13652 2005-10-17  Simon Josefsson  <jas@extundo.com>
13653
13654         * tests/test-rijndael.c: New file.
13655
13656 2005-10-17  Simon Josefsson  <jas@extundo.com>
13657
13658         * modules/sha1: Depend on stdint instead of md5.
13659
13660         * modules/md5: Depend on stdint, remove uint32_t.
13661
13662 2005-10-17  Simon Josefsson  <jas@extundo.com>
13663
13664         * modules/gc-sha1-tests: New file.
13665
13666         * tests/test-gc-sha1.c: New file.
13667
13668 2005-10-17  Simon Josefsson  <jas@extundo.com>
13669
13670         * m4/md5.m4: Remove call to uint32_t.m4.
13671
13672 2005-10-17  Simon Josefsson  <jas@extundo.com>
13673
13674         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
13675
13676         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
13677         md5.h.
13678
13679         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
13680
13681         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
13682
13683 2005-10-17  Simon Josefsson  <jas@extundo.com>
13684
13685         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
13686
13687 2005-10-17  Simon Josefsson  <jas@extundo.com>
13688
13689         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
13690
13691 2005-10-17  Simon Josefsson  <jas@extundo.com>
13692
13693         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
13694
13695         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
13696
13697 2005-10-17  Bruno Haible  <bruno@clisp.org>
13698
13699         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
13700         that it can also be used in a test.
13701
13702 2005-10-16  Bruno Haible  <bruno@clisp.org>
13703
13704         * gnulib-tool (func_emit_tests_Makefile_am): Also define
13705         TESTS_ENVIRONMENT, so that individual tests can augment it.
13706
13707         * gnulib-tool (func_create_testdir): Use an intermediate target for
13708         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
13709         macros, like $(ALLOCA_H), which cannot be passed through the command
13710         line.
13711
13712 2005-10-15  Simon Josefsson  <jas@extundo.com>
13713
13714         * modules/rijndael-tests: New file.
13715
13716         * modules/rijndael: New file.
13717
13718 2005-10-15  Simon Josefsson  <jas@extundo.com>
13719
13720         * m4/rijndael.m4: New file.
13721
13722 2005-10-15  Simon Josefsson  <jas@extundo.com>
13723
13724         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
13725
13726         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
13727
13728 2005-10-14  Simon Josefsson  <jas@extundo.com>
13729
13730         * tests/test-arcfour.c: New file.
13731
13732         * modules/arcfour, modules/arcfour-tests: New files.
13733
13734 2005-10-14  Simon Josefsson  <jas@extundo.com>
13735
13736         * m4/arcfour.m4: New file.
13737
13738 2005-10-14  Simon Josefsson  <jas@extundo.com>
13739
13740         * lib/arcfour.h, lib/arcfour.c: New files.
13741
13742 2005-10-14  Roland McGrath  <roland@redhat.com>
13743
13744         Import from libc.  [BZ #1331]
13745         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
13746         macro argument.
13747         Reported by Matej Vela <vela@debian.org>.
13748
13749 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13750
13751         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
13752         include <wchar.h>; no longer needed.
13753
13754 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13755
13756         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
13757
13758 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
13759         and  Ulrich Drepper  <drepper@redhat.com>
13760
13761         Import from libc.
13762         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
13763         instead of inline stream orientation test and two separate
13764         function calls.  Pay no attention to USE_IN_LIBIO.
13765
13766 2005-10-13  Simon Josefsson  <jas@extundo.com>
13767
13768         * modules/gc-hmac-md5-tests: New file.
13769
13770         * tests/test-gc-hmac-sha1.c: New file.
13771
13772         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
13773
13774         * modules/gc-hmac-md5-tests: New file.
13775
13776         * tests/test-gc-md5.c: New file.
13777
13778         * modules/gc-md5-tests: New file.
13779
13780 2005-10-13  Simon Josefsson  <jas@extundo.com>
13781
13782         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
13783         Move memory allocation outside of loop.
13784
13785 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
13786
13787         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
13788         intermediate directory is in a read-only file system.  Problem
13789         reported by Eric Blake.
13790
13791 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
13792
13793         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
13794
13795 2005-10-12  Simon Josefsson  <jas@extundo.com>
13796
13797         * tests/test-hmac-sha1.c: New file.
13798
13799         * modules/hmac-sha1-tests: New file.
13800
13801         * modules/hmac-sha1: New file.
13802
13803 2005-10-12  Simon Josefsson  <jas@extundo.com>
13804
13805         * modules/gc-sha1: New file.
13806
13807 2005-10-12  Simon Josefsson  <jas@extundo.com>
13808
13809         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
13810
13811         * tests/test-gc-pbkdf2-sha1.c: New file.
13812
13813 2005-10-12  Simon Josefsson  <jas@extundo.com>
13814
13815         * modules/gc-md5, modules/gc-hmac-md5: New files.
13816
13817         * modules/gc (Files): Remove md5, memxor and hmac files.
13818
13819 2005-10-12  Simon Josefsson  <jas@extundo.com>
13820
13821         * m4/gc-pbkdf2-sha1.m4: New file.
13822
13823         * m4/gc-hmac-sha1.m4: New file.
13824
13825         * m4/gc-sha1: New file.
13826
13827         * m4/hmac-sha1.m4: New file.
13828
13829 2005-10-12  Simon Josefsson  <jas@extundo.com>
13830
13831         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
13832
13833         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
13834
13835 2005-10-12  Simon Josefsson  <jas@extundo.com>
13836
13837         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
13838         suggested by Bruno Haible <bruno@clisp.org>.
13839
13840 2005-10-12  Simon Josefsson  <jas@extundo.com>
13841
13842         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
13843
13844 2005-10-12  Simon Josefsson  <jas@extundo.com>
13845
13846         * lib/gc-pbkdf2-sha1.c: New file.
13847
13848         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
13849
13850 2005-10-12  Simon Josefsson  <jas@extundo.com>
13851
13852         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
13853
13854         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
13855
13856 2005-10-12  Simon Josefsson  <jas@extundo.com>
13857
13858         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
13859         GC_USE_HMAC_MD5, respectively.
13860
13861         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
13862         (gc_md5): Fix typo.
13863
13864         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
13865
13866         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
13867
13868         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
13869
13870 2005-10-12  Bruno Haible  <bruno@clisp.org>
13871
13872         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
13873         Reported by Stepan Kasal <kasal@ucw.cz>.
13874
13875 2005-10-11  Simon Josefsson  <jas@extundo.com>
13876
13877         * tests/test-crc.c: New file.
13878
13879         * modules/crc, modules/crc-tests: New files.
13880
13881 2005-10-11  Simon Josefsson  <jas@extundo.com>
13882
13883         * m4/crc.m4: New file.
13884
13885 2005-10-11  Simon Josefsson  <jas@extundo.com>
13886
13887         * lib/gc.h: Add gc_hash and gc_hash_buffer.
13888
13889         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
13890
13891         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
13892
13893 2005-10-11  Simon Josefsson  <jas@extundo.com>
13894
13895         * lib/crc.h, lib/crc.c: New files.
13896
13897         * lib/gc.h (gc_hash_buffer): Add doc.
13898
13899 2005-10-11  Bruno Haible  <bruno@clisp.org>
13900
13901         * modules/c-strcasestr: New file.
13902         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
13903
13904 2005-10-11  Bruno Haible  <bruno@clisp.org>
13905
13906         * modules/c-strcase: New file.
13907         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
13908
13909 2005-10-11  Bruno Haible  <bruno@clisp.org>
13910
13911         * lib/strcasecmp.c: Include limits.h.
13912         (strcasecmp): Avoid integer overflow on exotic platforms.
13913         * lib/strncasecmp.c: Include limits.h.
13914         (strncasecmp): Avoid integer overflow on exotic platforms.
13915         Reported by Paul Eggert.
13916
13917 2005-10-11  Bruno Haible  <bruno@clisp.org>
13918
13919         * lib/c-strcasestr.h: New file, from GNU gettext.
13920         * lib/c-strcasestr.c: New file, from GNU gettext.
13921
13922 2005-10-11  Bruno Haible  <bruno@clisp.org>
13923
13924         * lib/c-strcase.h: New file, from GNU gettext.
13925         * lib/c-strcasecmp.c: New file, from GNU gettext.
13926         * lib/c-strncasecmp.c: New file, from GNU gettext.
13927
13928 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13929
13930         * modules/mempcpy (License): GPL -> LGPL.
13931         * modules/strchrnul (License): Likewise.
13932         * modules/sysexits (License): Likewise.
13933
13934 2005-10-08  Simon Josefsson  <jas@extundo.com>
13935
13936         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
13937
13938 2005-10-07  Simon Josefsson  <jas@extundo.com>
13939
13940         * m4/memxor.m4: Remove gl_C_RESTRICT call.
13941
13942 2005-10-06  Simon Josefsson  <jas@extundo.com>
13943
13944         * tests/test-hmac-md5.c: New file.
13945
13946         * modules/hmac-md5-tests: New file.
13947
13948         * modules/hmac-md5: New file.
13949
13950 2005-10-06  Simon Josefsson  <jas@extundo.com>
13951
13952         * m4/hmac-md5.m4: New file.
13953
13954         * m4/memxor.m4: Require gl_C_RESTRICT.
13955
13956 2005-10-06  Simon Josefsson  <jas@extundo.com>
13957
13958         * lib/memxor.c (memxor): Avoid casts and warnings.
13959
13960 2005-10-06  Simon Josefsson  <jas@extundo.com>
13961
13962         * lib/hmac-md5.c: New file.
13963
13964         * lib/hmac.h: New file.
13965
13966 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13967
13968         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
13969         promotes to int, not unsigned int, to catch the AIX 5.3
13970         compiler bug.
13971
13972 2005-10-05  Simon Josefsson  <jas@extundo.com>
13973
13974         * modules/memxor: New file.
13975
13976         * modules/iconv (Files): Move config.rpath to havelib, it is used
13977         there.
13978
13979         * modules/havelib (Files): Add config.rpath.
13980
13981 2005-10-05  Simon Josefsson  <jas@extundo.com>
13982
13983         * m4/memxor.m4: New file.
13984
13985 2005-10-05  Simon Josefsson  <jas@extundo.com>
13986
13987         * lib/memxor.c (memxor): Fix compiler error.
13988
13989         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
13990         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
13991
13992         * lib/memxor.h, lib/memxor.c: New files.
13993
13994         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
13995         we assume all systems have it, suggested by Jim Meyering
13996         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
13997         any systems lack sys/socket.h; mingw32 is known to lack it, but we
13998         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
13999         same reasons.
14000
14001 2005-10-05  Simon Josefsson  <jas@extundo.com>
14002
14003         * config/srclist.txt: Add glibc bug 1423 for md5.h.
14004
14005 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
14006
14007         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
14008         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
14009         needed, since the source code now assumes these .h files.
14010
14011 2005-10-05  Derek Price  <derek@ximbiot.com>
14012
14013         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
14014
14015 2005-10-05  Bruno Haible  <bruno@clisp.org>
14016
14017         * modules/stdint (License): Change to LGPL.
14018
14019 2005-10-04  Simon Josefsson  <jas@extundo.com>
14020
14021         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
14022         D. Baushke" <mdb@gnu.org>.
14023
14024 2005-10-04  Bruno Haible  <bruno@clisp.org>
14025
14026         * lib/verify.h (verify_true): Provide alternative definition for C++.
14027
14028 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
14029
14030         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
14031         (SSIZE_MAX): New macro, if not already defined.
14032         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
14033         than 2 GiB.
14034
14035 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
14036
14037         Sync from coreutils.
14038         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
14039         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
14040         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
14041         ULLONG_MAX doesn't work with 2.7.2.1.
14042
14043 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
14044
14045         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
14046         From Ben Pfaff.
14047
14048         * modules/exclude (Depends-on): Depend on verify.
14049         * modules/strtoimax (Depends-on): Likewise.
14050         * modules/utimecmp (Depends-on): Likewise.
14051
14052 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
14053
14054         * lib/exclude.c: Include verify.h.
14055         (verify): Remove.  All callers changed to use verify.h's version.
14056         * lib/strtoimax.c: Likewise.
14057         * lib/utimecmp.c: Likewis.e
14058
14059         Sync from coreutils.
14060         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
14061         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
14062         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
14063         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
14064         bother returning ENOSYS if settimeofday or stime fails; just let
14065         them return whatever errno they want to return.
14066         * lib/utimens.c: Include unistd.h, for dup2.
14067         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
14068         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
14069
14070 2005-10-02  Jim Meyering  <jim@meyering.net>
14071
14072         Sync from coreutils.
14073         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
14074         from glibc-2.2.5 that fails for read-only files.
14075
14076 2005-10-02  Jim Meyering  <jim@meyering.net>
14077
14078         Sync from coreutils.
14079         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
14080         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
14081         `#if HAVE_CONFIG_H'.
14082         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
14083         Remove AT_FDCWD test.
14084         Do not consume the fd unless successful.
14085         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
14086         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
14087         block, so that we don't even try to compile it if settimeofday is
14088         available.  This works around a compilation failure on OSF1 V5.1,
14089         due to stime requiring a `long int*' while tv_sec is `int'.
14090
14091 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
14092
14093         Sync from coreutils.
14094         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
14095         against `yes', rather than just testing for nonempty.
14096
14097 2005-10-01  Simon Josefsson  <jas@extundo.com>
14098
14099         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
14100         and Darwin.
14101
14102         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
14103         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
14104         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
14105         freeaddrinfo and gai_strerror are declared by the POSIX headers.
14106         Check if struct addrinfo is declared.
14107
14108 2005-10-01  Simon Josefsson  <jas@extundo.com>
14109
14110         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
14111         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
14112         AI_* and EAI_* definitions.  Protect function declarations.
14113
14114 2005-10-01  Jim Meyering  <jim@meyering.net>
14115
14116         Sync from coreutils.
14117
14118         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
14119         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
14120         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
14121         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
14122         in the inet and nsl libraries.  Required on Solaris 5.7.
14123
14124 2005-10-01  Jim Meyering  <jim@meyering.net>
14125
14126         Sync from coreutils.
14127         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
14128         in the inet and nsl libraries.  Required on Solaris 5.7.
14129
14130 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
14131
14132         * lib/getdelim.c (getdelim): Remove unused variables.
14133
14134 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
14135
14136         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
14137         so that the code works even with ancient cpp.  Portability problem
14138         with GCC 2.7.2.1 reported by Thomas M.Ott.
14139
14140 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
14141
14142         * modules/regex (Depends-on): Add strcase.
14143
14144         * modules/gethostname (Licence): Change from GPL to LGPL, since
14145         gethostname.c is a trivial implementation of a standard library
14146         function.
14147         * modules/poll (License): Change from GPL to LGPL, since it's
14148         derived from LGPL code.
14149
14150 2005-09-27  Jim Meyering  <jim@meyering.net>
14151
14152         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
14153         HAVE_CONFIG_H.
14154
14155         * lib/intprops.h (signed_type_or_expr__): Define.
14156         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
14157         for unsigned types.
14158
14159 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
14160
14161         * lib/verify.h (verify_expr): Remove, replacing with:
14162         (verify_true): New macro that returns true instead of void.
14163         (verify_type__): Remove.
14164         (verify): Use verify_true rather than verify_type__.
14165
14166 2005-09-26  Bruno Haible  <bruno@clisp.org>
14167
14168         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
14169         is necessary.
14170         (lib_SOURCES): Remove mbchar.c.
14171         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
14172         (Files): Add m4/mbrtowc.m4.
14173         * modules/mbiter: Likewise.
14174         * modules/mbuiter: Likewise.
14175
14176 2005-09-26  Bruno Haible  <bruno@clisp.org>
14177
14178         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
14179         compile mbchar.c if they are not both present.
14180         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
14181         * m4/mbiter.m4 (gl_MBITER): Likewise.
14182         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
14183         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
14184         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
14185
14186 2005-09-25  Jim Meyering  <jim@meyering.net>
14187
14188         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
14189         also uses socklen_t.
14190
14191 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
14192
14193         * lib/utimens.c (ENOSYS): Define if not already defined.
14194         (futimens): Support having a null PATH if the file descriptor
14195         is nonnegative.
14196
14197         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
14198         Remove.
14199         (__attribute): Define to empty unless GCC 3.1 or later.
14200         This works around a core dump on OpenBSD 3.4, which has GCC
14201         2.95.3, which dumps core when given __attribute__(()).  It also
14202         simplifies other tests, since we really don't want to bother with
14203         worrying about which ancient version of GCC supported what.
14204         Original problem reported by Yoann Vandoorselaere, with part of
14205         the fix suggested by Derek Price.
14206
14207 2005-09-24  Jim Meyering  <jim@meyering.net>
14208
14209         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
14210         so we can once again use a positive bitfield width of 1 -- now we
14211         don't have to explain why we were using a bitfield width of 2.
14212
14213 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
14214
14215         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
14216         and similarly for the other external symbols.  Problem reported
14217         by James Gallager.
14218
14219         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
14220         bug reported by Jim Meyering.
14221
14222         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
14223         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
14224         not needed, since socklen is a prerequisite module.
14225
14226 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
14227
14228         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
14229         Problem reported by Eric Blake.
14230         (getaddrinfo): Initialize se so that it's not garbage.
14231         Redo internal storage allocation so that it doesn't make unportable
14232         assumptions about alignment.
14233         Fix a memory leak.
14234
14235         * lib/utimens.c (futimens): Use futimesat if available.
14236         Prefer it to futimes since it doesn't have the futimes bug.
14237
14238         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
14239         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
14240         Instead, declare a function that returns a pointer to an array,
14241         and use verify_type__ to declare the size of the array.
14242         Problem and germ of a solution reported by Bruno Haible.
14243         (verify_type__): Use 2, not 1, for bitfield size, to avoid
14244         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
14245
14246 2005-09-23  Jim Meyering  <jim@meyering.net>
14247
14248         Sync from coreutils.
14249         Correct build failure (socklen_t not defined) on at least
14250         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
14251         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
14252
14253 2005-09-23  Jim Meyering  <jim@meyering.net>
14254
14255         * modules/getaddrinfo (Depends-on): Add socklen.
14256
14257 2005-09-23  Bruno Haible  <bruno@clisp.org>
14258
14259         * tests/test-verify.c: New file.
14260
14261 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14262
14263         Sync from coreutils.
14264
14265         * modules/argmatch (Depends-on): Add verify.
14266         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
14267         unistd-safer.
14268         * modules/save-cwd (Depends-on): Likewise.
14269
14270         * modules/openat (Files): Add lib/openat-die.c.
14271         (Depends-on): Remove error, exitfail.
14272         Add dirname.
14273
14274         * modules/verify: New file.
14275         * MODULES.html.sh (Diagnostics <assert.h>): New section,
14276         with "verify" module.
14277
14278 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14279
14280         Sync from coreutils.
14281
14282         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
14283         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
14284         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
14285         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
14286         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
14287         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
14288         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
14289         Don't bother checking for string.h, stdlib.h, unistd.h.
14290         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
14291         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
14292         module's job.
14293         * m4/jm-macros.m4 (gl_MACROS): Likewise.
14294         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
14295
14296         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
14297         (gl_GETDATE): Use it.
14298
14299         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
14300
14301 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14302
14303         Sync from coreutils.
14304
14305         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
14306         stat-time.h.
14307         * lib/argmatch.h: Include verify.h
14308         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
14309         (ARGMATCH_ASSERT): Remove; unused.
14310         * lib/canonicalize.c: Assume STDC_HEADERS.
14311         * lib/exclude.c: Include "strcase.h".
14312         * lib/regex_internal.h [!defined _LIBC]: Likewise.
14313         * lib/getusershell.c: Include stdio--.h rather than stdio.h
14314         and stdio-safer.h.
14315         (getusershell): Call fopen, not fopen_safer.
14316         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
14317         Do not include unistd-safer.h.
14318         (save_cwd): Don't call fd_safer; no longer needed
14319         now that we include fcntl--.h.
14320
14321         * lib/getdate.y (relative_time): New type.
14322         (RELATIVE_TIME_0): New constant.
14323         (parser_control): Use relative_time instead of doing it ourselves.
14324         (%union): Add new relative_time rel member.
14325         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
14326         Now typeless.
14327         (relunit, relunit_snumber): Now of type rel.
14328         (zone, rel, relunit, get_date): Adjust to above changes.
14329
14330         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
14331         Do not include unistd-safer.h.
14332         (getloadavg): Don't call fd_safer; no longer needed
14333         now that we include fcntl--.h.
14334
14335         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
14336         (make_dir_parents): Treat ENOSYS like EEXIST.
14337
14338         Improve quality of diagnostics on restore_cwd failure.
14339         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
14340         (make_dir_parents): Last arg is now int * (for errno), not bool *.
14341         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
14342         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
14343         each time through the loop.  Do not diagnose restore_cwd failure;
14344         that is the caller's job (and perhaps the caller does not care).
14345
14346         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
14347         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
14348         If the file already exists but is not a directory, don't bother
14349         to try to make its parents.
14350         Close potential file descriptor leak if we can't chdir("/") (!).
14351         Don't always return true if chdir($PWD) fails; return true only
14352         if the requested action was done successfully (except for the
14353         chdir($PWD)).
14354         Don't log final directory unless we actually made it.
14355         Refactor to avoid duplicate code to fix up permissions.
14356         Don't attempt to fix up parent permissions if chdir($PWD) fails.
14357
14358         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
14359         to make it a bit faster and (I hope) clearer.
14360         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
14361         Fix bug in formats like %2N.
14362
14363         * lib/verify.h: New file.
14364
14365 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14366
14367         Sync from coreutils.
14368         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
14369
14370 2005-09-22  Jim Meyering  <jim@meyering.net>
14371
14372         Sync from coreutils.
14373
14374         * m4/lstat.m4 (gl_FUNC_LSTAT):
14375         Use AC_LIBSOURCES to require lstat.c and lstat.h.
14376         Remove obsolete comment.
14377         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
14378         * m4/xstrtod.m4: Likewise.
14379
14380         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
14381
14382 2005-09-22  Jim Meyering  <jim@meyering.net>
14383
14384         Sync from coreutils.
14385
14386         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
14387
14388         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
14389         the .tm_year member, since otherwise gcc-4.0 would now warn about
14390         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
14391
14392         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
14393         order to avoid an unsuppressible warning from gcc on 64-bit systems.
14394
14395         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
14396         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
14397         when run in a time zone for which daylight savings time is in effect
14398         for the starting date.
14399
14400         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
14401         stop us from restricting permissions of just-created absolute-named
14402         directories.
14403         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
14404         to restore initial working directory.
14405         * lib/mkdir-p.c (make_dir_parents): New parameter:
14406         different_working_dir, to tell caller if/when we change the working
14407         directory and are unable to return to the initial one.
14408         * lib/mkdir-p.h (make_dir_parents): Update prototype.
14409         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
14410         `return false'.  This fixes a bug introduced on 2004-07-30.
14411
14412         * lib/openat.c (fdopendir): Be sure to close the supplied
14413         file descriptor before returning.  This makes our replacement
14414         implementation a little closer to Solaris's, where fdopendir
14415         ties the file descriptor to the returned DIR* pointer.
14416         * lib/openat.c (unlinkat): New function.
14417         * lib/openat.h (unlinkat): Add prototype.
14418         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
14419         (openat_restore_fail): Rename from openat_restore_die.
14420         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
14421
14422         Provide an alternative to exiting immediately upon save_cwd or
14423         restore_cwd failure.  Now, an application can arrange e.g.,
14424         to perform a longjump in that case.
14425         * lib/openat.c: Include dirname.h.
14426         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
14427         (rpl_openat, fdopendir, fstatat): Call openat_save_die
14428         and openat_restore_die rather than calling error directly.
14429         Don't include "error.h" or "exitfail.h"; they're no longer needed.
14430
14431         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
14432         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
14433         define.
14434
14435         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
14436         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
14437                             int utc, int nanoseconds);
14438         Background:
14439         date should not have to allocate a megabyte of virtual memory to
14440         handle a format argument like +%1048575T.  When implemented with
14441         strftime, it must allocate such a buffer, use strftime to fill it
14442         in, print it, then free it.
14443         With fprintftime, it simply prints everything and exits.
14444         With no need for memory allocation, that's one fewer way to fail.
14445         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
14446         optional field width, not before, so we accept %9:z, not %:9z.
14447         (my_strftime): Be sure to use L_('x') for literals.
14448
14449         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
14450         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
14451         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
14452         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
14453         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
14454         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
14455         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
14456         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
14457         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
14458         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
14459         * lib/xgethostname.c, lib/xreadlink.c:
14460         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
14461
14462         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
14463         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
14464         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
14465         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14466         and don't include <sys/file.h>).
14467
14468 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
14469
14470         Sync from coreutils.
14471
14472         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
14473         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
14474         [!LDAV_DONE]: Avoid unused variable warning.
14475
14476 2005-09-21  Bruno Haible  <bruno@clisp.org>
14477
14478         * lib/unicodeio.h (unicode_to_mb): New declaration.
14479
14480 2005-09-20  Derek Price  <derek@ximbiot.com>
14481
14482         * lib/getaddrinfo.c: Don't include <netdb.h> included from
14483         getaddrinfo.h.
14484
14485 2005-09-20  Bruno Haible  <bruno@clisp.org>
14486
14487         * gnulib-tool: Remove trailing slashes from the values specified for
14488         --source-base, --m4-base, --tests-base, --aux-dir.
14489         Suggested by Simon Josefsson <jas@extundo.com>.
14490
14491 2005-09-20  Bruno Haible  <bruno@clisp.org>
14492
14493         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
14494         func_modules_to_filelist, func_import, func_create_testdir): Make all
14495         sorting results locale-independent, so that gnulib-cache.m4 doesn't
14496         change when gnulib-tool is invoked in a different locale.
14497
14498 2005-09-19  Simon Josefsson  <jas@extundo.com>
14499
14500         * m4/socklen.m4: Fix typo.
14501
14502 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14503
14504         Use a consistent style for including <config.h>.
14505         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
14506         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
14507         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
14508         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
14509         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
14510         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
14511         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
14512         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
14513         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
14514         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
14515         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
14516         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
14517         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
14518         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
14519         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
14520         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
14521         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
14522         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
14523         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
14524         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
14525         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
14526         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
14527         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
14528         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
14529         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
14530         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
14531         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
14532         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
14533         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
14534         lib/xstrtoumax.c, lib/yesno.c:
14535         Standardize inclusion of config.h.
14536         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
14537         lib/inttostr.h:  Removed inclusion of config.h from header files.
14538         * lib/inttostr.c:  Adjusted in-tree users.
14539         * lib/timespec.h: Remove superfluous warning to include config.h.
14540         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
14541         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
14542         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
14543         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
14544         config.h with HAVE_CONFIG_H.
14545
14546 2005-09-19  Jim Meyering  <jim@meyering.net>
14547
14548         * modules/pathmax (License): Change to LGPL.
14549
14550 2005-09-19  Derek Price  <derek@ximbiot.com>
14551
14552         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
14553
14554 2005-09-19  Bruno Haible  <bruno@clisp.org>
14555
14556         * gnulib-tool (import): Provide default for --tests-base.
14557
14558 2005-09-19  Bruno Haible  <bruno@clisp.org>
14559
14560         * doc/quote.texi: New file, extracted from gnulib.texi.
14561         * doc/ctime.texi: New file, extracted from gnulib.texi.
14562         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
14563         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
14564         * doc/gnulib.texi: Include them.
14565
14566 2005-09-18  Bruno Haible  <bruno@clisp.org>
14567
14568         Portability fix.
14569         * gnulib-tool (func_readlink): New function.
14570         (func_ln_if_changed): Use it.
14571
14572 2005-09-18  Bruno Haible  <bruno@clisp.org>
14573
14574         * gnulib-tool: Support --with-tests also with --import.
14575         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
14576         (func_import): Use variables $testsbase and $inctests. Emit a
14577         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
14578         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
14579         SUBDIRS += $testsdir.
14580         (func_create_testdir): Update.
14581
14582 2005-09-18  Bruno Haible  <bruno@clisp.org>
14583
14584         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
14585         instead of $dry_run.
14586         (func_cp_if_changed, func_mv_if_changed): Remove functions.
14587         (func_ln_if_changed): Don't handle dry-run here.
14588         (func_import): In dry-run mode, detect more precisely which actions
14589         would be performed, and don't use "...ing" verbs.
14590
14591 2005-09-18  Bruno Haible  <bruno@clisp.org>
14592
14593         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
14594         (func_import): Use join on two temporary files instead of three nested
14595         loops, in order to determine which files are new or old.
14596
14597 2005-09-18  Bruno Haible  <bruno@clisp.org>
14598
14599         * gnulib-tool (func_import): Comment out code that spits out the
14600         new files with --dry-run.
14601
14602 2005-09-18  Bruno Haible  <bruno@clisp.org>
14603
14604         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
14605
14606 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14607
14608         * lib/stat-time.h: New file.
14609         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
14610         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
14611         in a different way.
14612         (timespec_cmp): New function.
14613         * lib/utimecmp.c: Include stat-time.h.
14614         (SYSCALL_RESOLUTION): Depend on whether various struct stat
14615         members exist, not on the obsolescent ST_MTIM_NSEC.
14616         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
14617
14618 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14619
14620         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
14621
14622 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14623
14624         * MODULES.html.sh (File system functions): Add stat-time.
14625         * modules/stat-time: New file.
14626         * modules/timespec (Files): Remove m4/st_mtim.m4; this
14627         is now done in a different way, by the stat-time module.
14628         * modules/utimecmp (Depends-on): Add stat-time.
14629
14630 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
14631
14632         * m4/st_mtim.m4: Remove.  Superseded by...
14633         * m4/stat-time.m4: New file.
14634         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
14635         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
14636
14637 2005-09-15  Derek Price  <derek@ximbiot.com>
14638
14639         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
14640
14641 2005-09-15  Derek Price  <derek@ximbiot.com>
14642
14643         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
14644         * lib/regex_internal.c: Ditto, using this...
14645         (__GNUC_PREREQ): ...new macro.
14646         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
14647         using...
14648         (__GNUC_PREREQ): ...this new macro.
14649
14650         * lib/strstr.h: Include string.h. Define strstr as a macro here.
14651
14652 2005-09-15  Derek Price  <derek@ximbiot.com>
14653             Paul Eggert  <eggert@cs.ucla.edu>
14654
14655         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
14656         changes, consolidating in...
14657         * lib/regex_internal.h: ...this file.
14658
14659 2005-09-13  Jim Meyering  <jim@meyering.net>
14660
14661         * lib/canon-host.c: Filter through gnu indent and reword comments
14662         slightly.
14663         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
14664
14665 2005-09-13  Derek Price  <derek@ximbiot.com>
14666
14667         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
14668         failure.
14669         Reported by Jim Meyering  <jim@meyering.net>.
14670
14671 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14672
14673         * lib/base64.c: Typo.
14674         (base64_encode): Put b64str in initialized data section.
14675
14676 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
14677
14678         Merge glibc and coreutils changes into gnulib, plus a few
14679         extra fixes.
14680         * lib/md5.c: Use #error rather than a string.
14681         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
14682         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
14683         (__attribute__): Define to empty for non recent-GCC.
14684         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
14685         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
14686         Renamed from their non-__ counterparts, with new macros replacing
14687         them if not _LIBC.  Add __THROW attribute.
14688         (rol): Remove.
14689         (struct md5_ctx): Align buffer if using GCC.
14690         * lib/sha1.h (struct sha1_ctx): Likewise.
14691         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
14692         The old name was backwards.
14693         (NOTSWAP): Remove; not used.
14694         (rol): New macro, moved here from md5.h.
14695         (sha1_process_block): Remove a FIXME that doesn't make sense.
14696
14697 2005-09-12  Derek Price  <derek@ximbiot.com>
14698
14699         Return usable errors from canon-host.
14700         * lib/canon-host.h: New file.
14701         * lib/canon-host.c (canon_host): Wrap...
14702         (canon_host_r): ...this new function, which now relies exclusively on
14703         getaddrinfo.
14704         (ch_strerror): New function.
14705         (last_cherror): New global.
14706         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
14707         interface.
14708         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
14709         void *.
14710         (freeaddrinfo): Free ai->ai_canonname when set.
14711
14712 2005-09-12  Derek Price  <derek@ximbiot.com>
14713
14714         Make canon-host require getaddrinfo.
14715         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
14716         AC_LIBSOURCE canon-host.h.  Call...
14717         (gl_PREREQ_CANON_HOST): ...this new function, which requires
14718         gl_GETADDRINFO.
14719         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
14720
14721 2005-09-12  Derek Price  <derek@ximbiot.com>
14722
14723         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
14724         LGPL.
14725         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
14726
14727 2005-09-12  Derek Price  <derek@ximbiot.com>
14728
14729         * lib/gai_strerror.c: Include config.h when available.  Include
14730         getaddrinfo.h before other headers to test interface.
14731         Reported by Larry Jones <lawrence.jones@ugs.com>.
14732
14733 2005-09-12  Derek Price  <derek@ximbiot.com>
14734             Paul Eggert  <eggert@cs.ucla.edu>
14735
14736         * modules/glob (Files): Add glob-libc.h.
14737
14738 2005-09-12  Derek Price  <derek@ximbiot.com>
14739             Paul Eggert  <eggert@cs.ucla.edu>
14740
14741         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
14742         glob_.h, glob-libc.h.
14743         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
14744
14745 2005-09-12  Derek Price  <derek@ximbiot.com>
14746             Paul Eggert  <eggert@cs.ucla.edu>
14747
14748         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
14749         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
14750         protecting things that should be done only in gnulib contexts.
14751         * lib/glob_.h: New file, containing only the glob things needed for
14752         gnulib.
14753         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
14754         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
14755         (glob, globfree, glob_pattern_p): Now defined simply in terms of
14756         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
14757         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
14758         and to respect the namespace rules better.
14759
14760 2005-09-08  Simon Josefsson  <jas@extundo.com>
14761
14762         * modules/socklen: New file.
14763
14764 2005-09-08  Simon Josefsson  <jas@extundo.com>
14765
14766         * m4/socklen.m4: New file.
14767
14768 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14769
14770         * modules/utimens (Files): Add m4/utimbuf.m4, since
14771         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
14772         Reported by Sergey Poznyakoff.
14773
14774 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14775
14776         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
14777         definitions, since that's the preferred style in glibc.
14778         Fix a minor spacing issue, and update copyright notice to match
14779         glibc's.
14780
14781 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14782
14783         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
14784
14785 2005-09-06  Simon Josefsson  <jas@extundo.com>
14786
14787         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
14788         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
14789
14790 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14791
14792         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
14793         warning.
14794
14795 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14796
14797         * config/srclist.txt: Add glibc bug 1302.
14798
14799 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
14800
14801         Change bitset word type from unsigned int to unsigned long int,
14802         as this has better performance on typical 64-bit hosts.
14803         Port bitset code to hosts with unusual word sizes.
14804         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
14805         (build_collating_symbol):
14806         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
14807         argument is a bitset.  This is merely a style issue, but it makes
14808         it clearer that an entire array is expected.
14809         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
14810         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
14811         Port to the case where bitset_word is not the same as unsigned int.
14812         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14813         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
14814         Likewise.
14815         * lib/regexec.c (check_dst_limits_calc_pos_1,
14816         check_subexp_matching_top):
14817         (build_trtable, group_nodes_into_DFAstates):
14818         Likewise.
14819         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
14820         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
14821         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
14822         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
14823         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
14824         * lib/regcomp.c (optimize_subexps, lower_subexp):
14825         Work even if bitset_word has holes in its bitwise representation.
14826         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
14827         * lib/regexec.c (check_dst_limits_calc_pos_1,
14828         check_subexp_matching_top):
14829         Likewise.
14830         * lib/regex_internal.c (re_string_reconstruct):
14831         Don't assume UCHAR_MAX == 255.
14832         * lib/regex_internal.h (bitset_set_all): Likewise.
14833         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
14834         All uses changed.
14835         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
14836         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
14837         All uses changed.
14838         (BITSET_WORD_MAX): New macro.
14839         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
14840         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
14841         (bitset_empty, bitset_copy):
14842         Prefer sizeof (bitset) to multiplying it out ourselves.
14843         (bitset_not_merge): Remove; unused.
14844         (bitset_contain): Return bool, not unsigned int with one bit on.
14845         All callers changed.
14846         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
14847         alignment than re_node_set; do this by defining a new internal
14848         type struct dests_alloc and using it to allocate memory.
14849
14850 2005-09-05  Bruno Haible  <bruno@clisp.org>
14851
14852         * gnulib-tool (func_import): Fix comparison in handling of symbolic
14853         links.
14854
14855 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
14856
14857         * modules/size_max (Makefile.am): Add size_max.h
14858
14859 2005-09-04  Derek Price  <derek@ximbiot.com>
14860
14861         * gnulib-tool (func_import): Fix reversed $symbolic logic.
14862
14863 2005-09-03  Simon Josefsson  <jas@extundo.com>
14864
14865         * gnulib-tool: Fix typo.
14866
14867 2005-09-03  Simon Josefsson  <jas@extundo.com>
14868
14869         * config/srclist.txt: Add glibc bug 1293.
14870
14871 2005-09-03  Derek Price  <derek@ximbiot.com>
14872
14873         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
14874         From Larry Jones <lawrence.jones@ugs.com>.
14875
14876 2005-09-02  Simon Josefsson  <jas@extundo.com>
14877
14878         * modules/socklen: New file.
14879
14880 2005-09-02  Simon Josefsson  <jas@extundo.com>
14881
14882         * modules/havelib: New module.
14883
14884         * modules/gettext, modules/iconv, modules/lock, modules/readline:
14885         Use havelib.
14886
14887 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14888
14889         Check for arithmetic overflow when calculating sizes, to prevent
14890         some buffer-overflow issues.  These patches are conservative, in the
14891         sense that when I couldn't determine whether an overflow was possible,
14892         I inserted a run-time check.
14893         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
14894         macros.
14895         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
14896         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
14897         (re_xnrealloc, re_x2nrealloc): New inline functions.
14898         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
14899         parse_bracket_exp):
14900         (build_equiv_class, build_charclass): Check for arithmetic overflow
14901         in size expression calculations.
14902         * lib/regex_internal.c (re_string_realloc_buffers):
14903         (build_wcs_upper_buffer, re_node_set_add_intersect):
14904         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
14905         (re_dfa_add_node, register_state): Likewise.
14906         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
14907         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
14908         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
14909         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
14910
14911 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14912
14913         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14914         m4/ulonglong.m4.  Problem reported by Martin Lambers.
14915
14916 2005-09-02  Bruno Haible  <bruno@clisp.org>
14917
14918         Support for lib vs. lib64 distinction on biarch platforms.
14919         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
14920         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
14921         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
14922
14923 2005-09-02  Bruno Haible  <bruno@clisp.org>
14924
14925         * gnulib-tool (import): In the other first-use case, provide defaults
14926         as well.
14927
14928 2005-09-02  Bruno Haible  <bruno@clisp.org>
14929
14930         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
14931         patches not yet found in the latest gettext release.
14932
14933 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14934
14935         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
14936         to avoid a collision with bits/local_lim.h in glibc.
14937         All uses changed.  Problem reported by Dmitry V. Levin in
14938         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
14939
14940         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
14941         bugs in int versus size_t comparisons.
14942         (re_string_context_at): Fix bug where the code assumed that
14943         Idx is signed.
14944
14945         Use bool where appropriate.
14946         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
14947         All callers changed.
14948         (calc_eclosure_iter): Likewise, for ROOT arg.
14949         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
14950         (build_charclass_op): Likewise, for NON_MATCH arg.
14951         * lib/regex_internal.c (re_string_allocate, re_string_construct):
14952         (re_string_construct_common): Likewise, for ICASE arg.
14953         * lib/regexec.c (re_search_2_stub, re_search_stub):
14954         Likewise, for RET_LEN arg.
14955         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
14956         (set_regs): Likewise, for FL_BACKTRACK arg.
14957         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
14958         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
14959         (calc_eclosure_iter, parse_bracket_exp):
14960         Use bool for internal variables that are booleans.
14961         * lib/regexec.c (re_search_internal, check_matching,
14962         proceed_next_node):
14963         (set_regs, build_sifted_states, sift_states_bkref):
14964         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
14965         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14966         (find_collation_sequence_value):
14967         Likewise.
14968         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
14969         (re_node_set_compare):
14970         Return bool, not int. All callers changed.
14971         * lib/regexec.c (check_halt_node_context, check_dst_limits):
14972         (build_trtable, check_node_accept): Likewise.
14973         * lib/regex_internal.h: Include stdbool.h.
14974
14975         Fix bugs uncovered when converting to bool.
14976         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
14977         failure instead of charging ahead blindly.
14978         * lib/regex_internal.c (register_state): Likewise.
14979         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
14980         for freeing internal storage.
14981         (group_nodes_into_DFA_states): Use unsigned int, not int, for
14982         bitset pieces used as boolean, to avoid undefined behavior
14983         on hosts that do int overflow checking.
14984
14985 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14986
14987         * config/srclist.txt: Add glibc bugs 1285-1287.
14988
14989 2005-09-01  Jim Meyering  <jim@meyering.net>
14990
14991         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
14992         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
14993         Require gl_STAT_MACROS, too.
14994
14995 2005-09-01  Bruno Haible  <bruno@clisp.org>
14996
14997         * gnulib-tool (import): In the first-use case, provide defaults.
14998
14999 2005-09-01  Bruno Haible  <bruno@clisp.org>
15000
15001         * gnulib-tool (func_import): Remove the .tmp files.
15002
15003 2005-09-01  Bruno Haible  <bruno@clisp.org>
15004
15005         * gnulib-tool (func_import): Fix handling of symbolic links.
15006
15007 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15008
15009         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
15010         old glibc regex code mishandles strings longer than 2**31 bytes.
15011         This patch fixes this when the regex code is used in gnulib
15012         (i.e., outside glibc).
15013
15014         This patch should not affect the use of the regex code inside
15015         glibc.  No doubt this problem also needs to be handled for glibc
15016         as well, but the result will be an incompatible change to the
15017         glibc ABI, and the old ABI will have to be supported too.  That
15018         can be the the subject for another patch.
15019
15020         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
15021         governing whether the rest of this patch is active.  By default,
15022         the macro is disabled and the patch has no effect.
15023         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
15024         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
15025         (struct re_pattern_buffer, re_search, re_search_2, re_match):
15026         (re_match_2, re_set_registers): Use the new types.
15027         * lib/regex_internal.h (Idx, re_hashval_t): New types.
15028         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
15029         New macros.
15030         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
15031         (re_string_context_at, bin_tree_t, re_dfastate_t):
15032         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
15033         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
15034         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
15035         (re_string_char_size_at, re_string_wchar_at):
15036         (re_string_elem_size_at):
15037         Use the new types and macros to port to 64-bit hosts.
15038         Use unsigned types for internal values, so that the code
15039         mostly works even for arrays larger than SSIZE_MAX.
15040         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
15041         (search_duplicated_node, calc_eclosure_iter, fetch_number):
15042         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
15043         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
15044         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
15045         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
15046         (calc_inveclosure, parse_dup_op, build_range_exp):
15047         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
15048         (fetch_number, create_token_tree, mark_opt_subexp):
15049         Likewise.
15050         * lib/regex_internal.c (re_string_construct_common,
15051         create_ci_newstate):
15052         (create_cd_newstate, re_string_allocate, re_string_construct):
15053         (re_string_realloc_buffers, build_wcs_upper_buffer):
15054         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15055         (re_string_reconstruct, re_string_peek_byte_case):
15056         (re_string_fetch_byte_case, re_string_context_at):
15057         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15058         (re_node_set_init_copy, re_node_set_add_intersect):
15059         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15060         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15061         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15062         (re_acquire_state, re_acquire_state_context, register_state):
15063         Likewise.
15064         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
15065         search_cur_bkref_entry):
15066         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
15067         (re_search_internal, re_search_2_stub, re_search_stub)
15068         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
15069         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
15070         (update_cur_sifted_state, check_dst_limits):
15071         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
15072         (check_subexp_limits, sift_states_bkref, merge_state_array):
15073         (check_subexp_matching_top, get_subexp, get_subexp_sub):
15074         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
15075         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15076         (expand_bkref_cache, check_node_accept_bytes):
15077         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
15078         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
15079         (acquire_init_state_context, check_halt_node_context):
15080         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
15081         (sift_states_backward, clean_state_log_if_needed):
15082         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
15083         (find_recover_state, transit_state_sb, transit_state_mb):
15084         (transit_state_bkref, build_trtable, match_ctx_clean):
15085         Likewise.
15086         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
15087         to work around an assumption that REG_MISSING is negative.
15088
15089         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
15090         (seek_collating_symbol_entry) [defined _LIBC]:
15091         (lookup_collation_sequence_value) [defined _LIBC]:
15092         (build_range_exp, build_collating_symbol) [defined _LIBC]:
15093         Use prototypes rather than old-style function definitions.
15094         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
15095         (transit_state_sb) [0]:
15096         (find_collation_sequence_value) [defined _LIBC]: Likewise.
15097
15098         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
15099         rm_eo.
15100
15101         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
15102         (optimize_subexps, lower_subexp):
15103         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
15104         since the signed shift might overflow.  Use 1u<<31 instead.
15105         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
15106         Likewise.
15107         * lib/regexec.c (check_dst_limits_calc_pos_1,
15108         check_subexp_matching_top): Likewise.
15109
15110         * lib/regcomp.c (optimize_subexps, lower_subexp):
15111         Use CHAR_BIT rather than 8, for clarity.
15112         * lib/regexec.c (check_dst_limits_calc_pos_1):
15113         (check_subexp_matching_top): Likewise.
15114         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
15115         have to worry about portability issues when shifting it left.
15116         Remove no-longer-needed test for table_size > 0.
15117         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
15118         in a word, as the resulting behavior is undefined.
15119         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
15120         in one case, a <= should have been an <, and in another case the
15121         whole test was missing.
15122         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
15123         the standard name CHAR_BIT.
15124         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
15125         this is not true on one's complement and signed-magnitude hosts.
15126
15127         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
15128         next_last_offset.
15129         (struct re_dfa_t): Remove unused member states_alloc.
15130         * lib/regcomp.c (init_dfa): Don't initialize unused members.
15131
15132 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15133
15134         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
15135         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
15136         and large-file glibc and in 32-bit large-file Solaris.
15137
15138 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15139
15140         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
15141         lengths fit in regoff_t; this isn't true if regoff_t is the same
15142         width as size_t.
15143         * lib/regex.c (re_search_internal): 5th arg is LAST_START
15144         (= START + RANGE) instead of RANGE.  This avoids overflow
15145         problems when regoff_t is the same width as size_t.
15146         All callers changed.
15147         (re_search_2_stub): Check for overflow when adding the
15148         sizes of the two strings.
15149         (re_search_stub): Check for overflow when adding START
15150         to RANGE; if it occurs, substitute the extreme value.
15151
15152 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15153
15154         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
15155
15156 2005-08-31  Jim Meyering  <jim@meyering.net>
15157
15158         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
15159         a pointer-to-const.
15160         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
15161         (register_state): Likewise.
15162         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
15163         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
15164         (group_nodes_into_DFAstates): Likewise.
15165
15166 2005-08-31  Jim Meyering  <jim@meyering.net>
15167
15168         * check-module: Add a FIXME comment.
15169
15170 2005-08-31  Eric Blake  <ebb9@byu.net>
15171
15172         * modules/unistd-safer (Files): Add unistd--.h.
15173         * modules/stdio-safer (Files): Add stdio--.h.
15174
15175 2005-08-31  Derek Price  <derek@ximbiot.com>
15176
15177         * lib/getdelim.c (getdelim): Return EOF on EOF.
15178         Reported by Larry Jones <lawrence.jones@ugs.com>.
15179
15180 2005-08-31  Bruno Haible  <bruno@clisp.org>
15181
15182         Avoid unnecessary diffs in the generated lib/Makefile.am.
15183         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
15184         the generated files.
15185         (func_import): Don't set cmd.
15186
15187 2005-08-31  Bruno Haible  <bruno@clisp.org>
15188
15189         * lib/strstr.c: Include <stddef.h>, for NULL.
15190         * lib/strcasestr.c: Likewise.
15191         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15192
15193 2005-08-31  Bruno Haible  <bruno@clisp.org>
15194
15195         * gnulib-tool: New option --macro-prefix.
15196         (func_import): Use macro_prefix.
15197         (import): Handle option --macro-prefix.
15198
15199 2005-08-31  Bruno Haible  <bruno@clisp.org>
15200
15201         * gnulib-tool (import): Rename most ac_* variables to cached_*.
15202         Also use new variables cached_lgpl, cached_libtool.
15203
15204 2005-08-31  Bruno Haible  <bruno@clisp.org>
15205
15206         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
15207         always instantiating them.
15208
15209 2005-08-31  Bruno Haible  <bruno@clisp.org>
15210
15211         * gnulib-tool (func_import): Read the previous cached settings
15212         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
15213         earlier added by gnulib but are now dropped. Warn when a gnulib file
15214         overwrites a non-gnulib file.
15215
15216 2005-08-31  Bruno Haible  <bruno@clisp.org>
15217
15218         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
15219         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
15220         projects that don't keep autogenerated files in CVS. Put into
15221         actioncmd only the specified modules, not the transitive closure.
15222
15223 2005-08-31  Bruno Haible  <bruno@clisp.org>
15224
15225         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
15226         Create directories that shall be filled.
15227         (import): Don't look for gl_* macros in configure.ac. Recurse across
15228         all directories containing a gnulib-cache.m4 files, if meaningful.
15229
15230 2005-08-31  Bruno Haible  <bruno@clisp.org>
15231
15232         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
15233         (import): Set seen_libtool when we see gl_LIBTOOL.
15234
15235 2005-08-31  Bruno Haible  <bruno@clisp.org>
15236
15237         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
15238         declaration macro definitions from generated gnulib.m4.
15239
15240 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
15241
15242         * lib/iconvme.h: Add prototype for iconv_alloc.
15243
15244 2005-08-29  Simon Josefsson  <jas@extundo.com>
15245
15246         * lib/iconvme.c: Fix errno.
15247
15248 2005-08-29  Bruno Haible  <bruno@clisp.org>
15249
15250         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
15251         that it works when the directory contains spaces.
15252
15253 2005-08-29  Bruno Haible  <bruno@clisp.org>
15254
15255         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
15256
15257 2005-08-29  Bruno Haible  <bruno@clisp.org>
15258
15259         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
15260         Emit more advice.
15261
15262 2005-08-29  Bruno Haible  <bruno@clisp.org>
15263         and Stepan Kasal  <kasal@ucw.cz>
15264
15265         * check-module: If more parameters are given, check each of them
15266         separately; add more exceptions, as noted by Jim Meyering.
15267         (check_module): New procedure.
15268         (%exempt_header): Now contains all exceptions.
15269
15270 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
15271
15272         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
15273
15274 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
15275
15276         * lib/iconvme.c: Split iconv_string into iconv_alloc.
15277
15278 2005-08-28  Bruno Haible  <bruno@clisp.org>
15279
15280         * m4/gnulib-tool.m4: New file.
15281
15282 2005-08-27  Jim Meyering  <jim@meyering.net>
15283
15284         * modules/unistd-safer (Files): Add pipe-safer.c.
15285         * modules/fcntl-safer (Files): Add creat-safer.c.
15286
15287 2005-08-27  Jim Meyering  <jim@meyering.net>
15288
15289         * m4/stdlib-safer.m4: New file.  From coreutils.
15290         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
15291         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
15292         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
15293         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
15294         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
15295
15296 2005-08-27  Jim Meyering  <jim@meyering.net>
15297
15298         * lib/fopen-safer.c: Merge minor changes from coreutils.
15299         * lib/dup-safer.c: Likewise.
15300         * lib/fd-safer.c: Likewise.
15301
15302         Merge from coreutils.
15303         * lib/stdio--.h: New file.
15304         * lib/stdlib--.h: New file.
15305         * lib/mkstemp-safer.c: New file.
15306
15307         GNU tar needs these.
15308         * lib/pipe-safer.c: New file.
15309         * lib/creat-safer.c: New file.
15310         * lib/fcntl--.h (creat): Define to creat_safer.
15311         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
15312         * lib/unistd--.h (pipe): Define to pipe_safer.
15313         * lib/unistd-safer.h: Declare pipe_safer.
15314
15315 2005-08-26  Simon Josefsson  <jas@extundo.com>
15316
15317         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
15318         Haible <bruno@clisp.org>.
15319
15320 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
15321
15322         * lib/regex_internal.h: Remove all references to
15323         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
15324         or better.
15325         (bitset_not, bitset_merge, bitset_not_merge):
15326         (bitset_mask, re_string_allocate, re_string_construct):
15327         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
15328         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
15329         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
15330         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
15331         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15332         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15333         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
15334         (re_acquire_state_context):
15335         Remove unnecessary forward decls.
15336         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
15337         Put __attribute at function definition,
15338         now that the function decl has been removed.
15339         * lib/regex_internal.c (re_string_peek_byte_case):
15340         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
15341         Likewise.
15342
15343 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
15344
15345         * m4/regex.m4: Add AC_PREREQ(2.50).
15346         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
15347
15348 2005-08-25  Simon Josefsson  <jas@extundo.com>
15349
15350         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
15351         __fsetlocking.
15352
15353 2005-08-25  Simon Josefsson  <jas@extundo.com>
15354
15355         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
15356         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
15357         GLIBC specific code.
15358
15359 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15360
15361         Make regex safe for g++.  This fixes one real bug (an "err"
15362         that should have been "*err").  g++ problem reported by
15363         Sam Steingold.
15364         * lib/regex_internal.h (re_calloc): New macro, consistent with
15365         re_malloc etc.  All callers of calloc changed to use re_calloc.
15366         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
15367         not int.  All callers changed.
15368         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
15369         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
15370         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
15371         (find_recover_state): Change "err" to "*err"; this fixes what
15372         appears to be a real bug.
15373         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
15374         versus int.
15375
15376 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15377
15378         * modules/regex (Depends-on): Add malloc, since the code
15379         assumes that !malloc(0) means failure.
15380
15381 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15382
15383         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
15384
15385         alloca modernization/simplification for regex.
15386         * lib/regex.c: Remove portability cruft for alloca.  This no longer
15387         needs to be at the start of the file, and can be moved into
15388         regex_internal.h and simplified.
15389         * lib/regex_internal.h: Include <alloca.h>.
15390         (__libc_use_alloca) [!defined _LIBC]: New macro.
15391         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
15392         now works outside glibc.
15393
15394 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15395
15396         * config/srclist.txt: Add glibc bugs 1241, 1245.
15397
15398 2005-08-25  Jim Meyering  <jim@meyering.net>
15399
15400         * lib/open-safer.c: Include <config.h>.
15401         Otherwise, we'd lose LARGEFILE support in any file using
15402         e.g. "fcntl--.h"
15403
15404 2005-08-25  Bruno Haible  <bruno@clisp.org>
15405
15406         * m4/minmax.m4: Require autoconf 2.52.
15407         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
15408         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
15409         alternatives of translit over the alphabet.
15410         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
15411
15412 2005-08-24  Simon Josefsson  <jas@extundo.com>
15413
15414         * tests/test-getpass.c: New file.
15415
15416 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15417
15418         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
15419         for GNU regex features.
15420
15421 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15422
15423         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
15424         * lib/regex.h (regerror): Likewise.
15425
15426         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
15427         requires this.  (The code never needed it.)
15428
15429         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
15430         All uses of recently-renamed identifiers changed to use the new,
15431         POSIX-compliant names.  The code will build and run just fine
15432         without these changes, but it's better to eat our own dog food
15433         and use the standard-conforming names.
15434
15435         * lib/regex.h: Fix a multitude of POSIX name space violations.
15436         These changes have an effect only for programs that define
15437         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
15438         do not change anything for programs compiled in the normal way.
15439         Also, there is no effect on the ABI.
15440
15441         (_REGEX_SOURCE): New macro.
15442         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
15443         defined and _GNU_SOURCE is not; this fixes a name space violation.
15444
15445         Rename the following macros to obey POSIX requirements.
15446         The old names are still visible as macros if _REGEX_SOURCE is defined.
15447         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
15448         RE_BACKSLASH_ESCAPE_IN_LISTS.
15449         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
15450         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
15451         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
15452         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
15453         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
15454         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
15455         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
15456         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
15457         (REG_INTERVALS): renamed from RE_INTERVALS.
15458         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
15459         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
15460         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
15461         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
15462         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
15463         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
15464         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
15465         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
15466         RE_UNMATCHED_RIGHT_PAREN_ORD.
15467         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
15468         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
15469         (REG_DEBUG): renamed from RE_DEBUG.
15470         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
15471         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
15472         unusual, since we can't clash with the POSIX REG_ICASE.
15473         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
15474         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
15475         (REG_NO_SUB): renamed from RE_NO_SUB.
15476         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
15477         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
15478         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
15479         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
15480         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
15481         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
15482         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
15483         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
15484         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
15485         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
15486         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
15487         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
15488         RE_SYNTAX_POSIX_MINIMAL_BASIC.
15489         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
15490         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
15491         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
15492         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
15493         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
15494         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
15495         (REG_FIXED): Renamed from REGS_FIXED.
15496         (REG_NREGS): Renamed from RE_NREGS.
15497
15498         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
15499         of other REG_* macros, since POSIX says the user is allowed to
15500         #undef these macros selectively.
15501
15502         (reg_errcode_t): Update comment stating what other tables need
15503         to be consistent.
15504
15505         Rename the following enum values to obey POSIX requirements.
15506         The old names are still visible as macros.
15507         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
15508         is not defined, since GNU is supposed to be a superset of POSIX as
15509         much as possible, and since we want reg_errcode_t to be a signed
15510         type for implementation consistency.
15511         (_REG_NOERROR): Renamed from REG_NOERROR.
15512         (_REG_NOMATCH): Renamed from REG_NOMATCH.
15513         (_REG_BADPAT): Renamed from REG_BADPAT.
15514         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
15515         (_REG_ECTYPE): Renamed from REG_ECTYPE.
15516         (_REG_EESCAPE): Renamed from REG_EESCAPE.
15517         (_REG_ESUBREG): Renamed from REG_ESUBREG.
15518         (_REG_EBRACK): Renamed from REG_EBRACK.
15519         (_REG_EPAREN): Renamed from REG_EPAREN.
15520         (_REG_EBRACE): Renamed from REG_EBRACE.
15521         (_REG_BADBR): Renamed from REG_BADBR.
15522         (_REG_ERANGE): Renamed from REG_ERANGE.
15523         (_REG_ESPACE): Renamed from REG_ESPACE.
15524         (_REG_BADRPT): Renamed from REG_BADRPT.
15525         (_REG_EEND): Renamed from REG_EEND.
15526         (_REG_ESIZE): Renamed from REG_ESIZE.
15527         (_REG_ERPAREN): Renamed from REG_ERPAREN.
15528         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
15529         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
15530         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
15531         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
15532
15533         (_REG_RE_NAME, _REG_RM_NAME): New macros.
15534         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
15535         changed.  But support the old name if the new one is not defined
15536         and if _REGEX_SOURCE.
15537
15538         Change the following member names in struct re_pattern_buffer.
15539         The old names are still supported if !_REGEX_SOURCE.
15540         The new names are always supported, regardless of _REGEX_SOURCE.
15541         (re_buffer): Renamed from buffer.
15542         (re_allocated): Renamed from allocated.
15543         (re_used): Renamed from used.
15544         (re_syntax): Renamed from syntax.
15545         (re_fastmap): Renamed from fastmap.
15546         (re_translate): Renamed from translate.
15547         (re_can_be_null): Renamed from can_be_null.
15548         (re_regs_allocated): Renamed from regs_allocated.
15549         (re_fastmap_accurate): Renamed from fastmap_accurate.
15550         (re_no_sub): Renamed from no_sub.
15551         (re_not_bol): Renamed from not_bol.
15552         (re_not_eol): Renamed from not_eol.
15553         (re_newline_anchor): Renamed from newline_anchor.
15554
15555         Change the following member names in struct re_registers.
15556         The old names are still supported if !_REGEX_SOURCE.
15557         The new names are always supported, regardless of _REGEX_SOURCE.
15558         (rm_num_regs): Renamed from num_regs.
15559         (rm_start): Renamed from start.
15560         (rm_end): Renamed from end.
15561
15562         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
15563         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
15564         Prepend __ to parameter names.
15565
15566         Undo yesterday's changes.
15567
15568 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15569
15570         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
15571         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
15572         lib/regex.c.
15573
15574 2005-08-24  Jim Meyering  <jim@meyering.net>
15575
15576         Sync from coreutils.
15577         * m4/fcntl-safer.m4: New file.
15578
15579         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
15580         and object files for this module.
15581
15582 2005-08-24  Jim Meyering  <jim@meyering.net>
15583
15584         Sync from coreutils.
15585         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
15586
15587 2005-08-24  Jim Meyering  <jim@meyering.net>
15588
15589         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
15590         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
15591
15592 2005-08-24  Jim Meyering  <jim@meyering.net>
15593
15594         * modules/fcntl-safer: New module.
15595         * modules/fts (Depends-on): Add fcntl-safer.
15596         * MODULES.html.sh (File descriptor based Input/Output):
15597         Add fcntl-safer.
15598
15599 2005-08-24  Bruno Haible  <bruno@clisp.org>
15600
15601         Support for unit test modules.
15602         * modules/README: Mention tests modules.
15603         * modules/TEMPLATE-TESTS: New file.
15604         * gnulib-tool: New options --extract-tests-module, --with-tests and
15605         --tests-base (unused for the moment).
15606         (testsbase, inctests): New variables.
15607         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
15608         (func_verify_module): Exclude TEMPLATE-TESTS.
15609         (func_verify_nontests_module, func_verify_tests_module): New functions.
15610         (func_get_dependencies): Add implicit dependency for tests modules.
15611         (func_get_tests_module): New function.
15612         (func_modules_transitive_closure): When --with-tests was specified,
15613         include the unit tests as well, unless explicitly avoided.
15614         (func_emit_lib_Makefile_am): Ignore the tests modules here.
15615         (func_emit_tests_Makefile_am): New function.
15616         (func_create_testdir): When --with-tests was specified, emit a
15617         tests/ directory.
15618         * MODULES.html.sh (Future developments): Update.
15619
15620 2005-08-24  Bruno Haible  <bruno@clisp.org>
15621
15622         * modules/tls-tests: New file.
15623         * tests/test-tls.c: New file, from GNU gettext.
15624
15625 2005-08-24  Bruno Haible  <bruno@clisp.org>
15626
15627         * modules/lock-tests: New file.
15628         * tests/test-lock.c: New file, from GNU gettext.
15629
15630 2005-08-24  Bruno Haible  <bruno@clisp.org>
15631
15632         * lib/lock.h: Add multiple inclusion guard.
15633         * lib/tls.h: Add multiple inclusion guard.
15634
15635 2005-08-24  Bruno Haible  <bruno@clisp.org>
15636
15637         * gnulib-tool: Add support for the --aux-dir option to
15638         --create-testdir, --create-megatestdir, --test, --megatest.
15639         (func_create_testdir, func_create_megatestdir): Optionally emit a
15640         AC_CONFIG_AUX_DIR directive.
15641         (create-testdir, create-megatestdir, test, megatest): Provide a
15642         default value for $auxdir.
15643
15644 2005-08-24  Bruno Haible  <bruno@clisp.org>
15645
15646         * gnulib-tool (import): Use compound statement instead of subshell
15647         where possible.
15648
15649 2005-08-24  Bruno Haible  <bruno@clisp.org>
15650
15651         * gnulib-tool (import): Change --aux-dir default to "build-aux".
15652
15653 2005-08-24  Bruno Haible  <bruno@clisp.org>
15654
15655         * gnulib-tool (func_version): Update.
15656
15657 2005-08-24  Bruno Haible  <bruno@clisp.org>
15658
15659         * gnulib-tool (func_import, func_create_testdir,
15660         func_create_megatestdir): Quote all autoconf macro arguments.
15661
15662 2005-08-24  Bruno Haible  <bruno@clisp.org>
15663
15664         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
15665         option --force, because --force causes the aclocal.m4 of each
15666         subdirectory to be newer than the corresponding config.h.in.
15667
15668 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15669
15670         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
15671         All contents moved to gl_REGEX.
15672         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
15673         assume that it does.
15674
15675 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15676
15677         * lib/regex.h (REG_NOSYS)
15678         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
15679         Define, since POSIX requires it as of 2001.
15680         (_REG_ENOSYS)
15681         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
15682         New private symbol, used to keep the enum signed in all cases.
15683         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
15684         Youngman in
15685         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
15686
15687         * lib/regex_internal.c (re_string_skip_chars, register_state):
15688         (calc_state_hash):
15689         Remove forward decls; no longer needed now that we use prototypes.
15690         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
15691         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
15692         (clean_state_log_if_needed): Likewise.
15693
15694 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15695
15696         * config/srclist.txt: Add glibc bugs 1231-1233.
15697
15698 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15699
15700         Fix problems reported by Sam Steingold in
15701         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
15702         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
15703         assumed that reg_errcode_t is a signed type, which is not
15704         necessarily true if _XOPEN_SOURCE is not defined.
15705         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
15706         since some compilers warn about it otherwise.
15707
15708 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15709
15710         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
15711         (init_word_char, create_initial_state, duplicate_node_closure):
15712         (fetch_token, peek_token_bracket, build_range_exp):
15713         (build_collating_symbol): Remove forward decls; no longer needed
15714         now that we use prototypes.
15715
15716         * lib/regcomp.c:
15717         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
15718         (re_compile_fastmap_iter, regcomp, regerror, regfree):
15719         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
15720         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
15721         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
15722         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
15723         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
15724         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
15725         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
15726         (build_range_exp, build_collating_symbol, parse_bracket_exp):
15727         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
15728         (build_charclass, build_charclass_op, fetch_number, create_tree):
15729         (create_token_tree, mark_opt_subexp, duplicate_tree):
15730         Use prototypes rather than old-style definitions.
15731
15732         * lib/regex_internal.c:
15733         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
15734         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
15735         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15736         (re_string_reconstruct, re_string_peek_byte_case):
15737         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
15738         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15739         (re_node_set_init_copy, re_node_set_add_intersect):
15740         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15741         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15742         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15743         (re_acquire_state, re_acquire_state_context, register_state):
15744         (create_ci_newstate, create_cd_newstate, free_state):
15745         Likewise.
15746         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
15747         re_search_2):
15748         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
15749         (re_search_internal, prune_impossible_nodes):
15750         (acquire_init_state_context, check_matching, static):
15751         (check_halt_node_context, check_halt_state_context, proceed_next_node):
15752         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
15753         (update_regs, sift_states_backward, build_sifted_states):
15754         (clean_state_log_if_needed, merge_state_array):
15755         (update_cur_sifted_state, add_epsilon_src_nodes):
15756         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
15757         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
15758         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
15759         (find_recover_state, check_subexp_matching_top, transit_state_mb):
15760         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
15761         (check_arrival, check_arrival_add_next_nodes):
15762         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15763         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15764         (check_node_accept_bytes, check_node_accept, extend_buffers):
15765         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
15766         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
15767         (sift_ctx_init):
15768         Likewise.
15769
15770         * lib/regex_internal.h:
15771         (re_string_allocate, re_string_construct, re_string_reconstruct):
15772         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
15773         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
15774         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
15775         (re_string_context_at, re_string_peek_byte_case):
15776         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
15777         is defined, since we now use prototypes always.
15778
15779         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
15780         C89 or better.  All uses removed.
15781
15782 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15783
15784         * config/srclist.txt: Add glibc bugs 1220-1227.
15785
15786 2005-08-20  Jim Meyering  <jim@meyering.net>
15787
15788         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
15789         of unused local, dfa.
15790
15791 2005-08-20  Bruno Haible  <bruno@clisp.org>
15792
15793         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
15794
15795 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15796
15797         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
15798         (re_node_set_insert_last, re_dfa_add_node):
15799         Rename local variables to avoid GCC shadowing warnings.
15800
15801 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15802
15803         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
15804         [defined lint]: Suppress bogus uninitialized-variable warnings.
15805
15806         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
15807         and let the caller return REG_ESPACE if out of space.  This
15808         removes an uninitialied-variable warning with GCC 4.0.1, and also
15809         avoids taking the address of a local variable.  All callers
15810         changed.
15811
15812 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15813
15814         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
15815         $LIBCSRC/posix/regexec.c.
15816         Add glibc bug 1217 for regcomp.c.
15817
15818 2005-08-19  Jim Meyering  <jim@meyering.net>
15819
15820         * lib/regexec.c (proceed_next_node): Redo local variables to
15821         avoid GCC shadowing warnings.
15822
15823 2005-08-18  Bruno Haible  <bruno@clisp.org>
15824
15825         * lib/strstr.c (strstr): Fix return value in multibyte case.
15826         * lib/strcasestr.c (strcasestr): Likewise.
15827
15828 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15829
15830         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
15831
15832 2005-08-17  Jim Meyering  <jim@meyering.net>
15833
15834         Make the %s format (seconds since the epoch) work for a negative
15835         number and when used with a zero-padded field width, e.g. %015s.
15836
15837         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
15838         label so that it precedes the code to set `digits'.  Otherwise,
15839         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
15840         print `00-22'.  Now, it prints `-0022', as it should.
15841
15842 2005-08-17  Bruno Haible  <bruno@clisp.org>
15843
15844         * modules/strstr (Files): Add m4/mbrtowc.m4.
15845         (Depends-on): Add mbuiter.
15846
15847 2005-08-17  Bruno Haible  <bruno@clisp.org>
15848
15849         * modules/strcasestr: New file.
15850         * MODULES.html.sh (String handling, based on ANSI C 89): Add
15851         strcasestr.
15852
15853 2005-08-17  Bruno Haible  <bruno@clisp.org>
15854
15855         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
15856
15857 2005-08-17  Bruno Haible  <bruno@clisp.org>
15858
15859         * modules/mbuiter: New file.
15860         * MODULES.html.sh (Extended multibyte and wide character utilities):
15861         Add mbuiter.
15862
15863 2005-08-17  Bruno Haible  <bruno@clisp.org>
15864
15865         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
15866         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
15867
15868 2005-08-17  Bruno Haible  <bruno@clisp.org>
15869
15870         * m4/strcasestr.m4: New file.
15871
15872 2005-08-17  Bruno Haible  <bruno@clisp.org>
15873
15874         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
15875         * lib/strstr.c: Completely rewritten, with multibyte locale support.
15876
15877 2005-08-17  Bruno Haible  <bruno@clisp.org>
15878
15879         * lib/strcasestr.h: New file.
15880         * lib/strcasestr.c: New file.
15881
15882 2005-08-17  Bruno Haible  <bruno@clisp.org>
15883
15884         * lib/strcasecmp.c: Use mbuiter.h.
15885
15886 2005-08-17  Bruno Haible  <bruno@clisp.org>
15887
15888         * lib/mbuiter.h: New file.
15889
15890 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15891
15892         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
15893         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
15894         and gl_GETOPT are both invoked via different paths (as happens
15895         with GNU tar CVS because it uses both argp and getopt), the former
15896         wins.
15897
15898 2005-08-16  Bruno Haible  <bruno@clisp.org>
15899
15900         * modules/tls: New file.
15901         * MODULES.html.sh (Multithreading): Add tls.
15902
15903 2005-08-16  Bruno Haible  <bruno@clisp.org>
15904
15905         * modules/strnlen1: New file.
15906         * MODULES.html.sh (String handling): Add strnlen1.
15907
15908 2005-08-16  Bruno Haible  <bruno@clisp.org>
15909
15910         * modules/strcase (Files): Add m4/mbrtowc.m4.
15911         (Depends-on): Add strnlen1, mbchar.
15912
15913 2005-08-16  Bruno Haible  <bruno@clisp.org>
15914
15915         * modules/mbiter: New file.
15916         * MODULES.html.sh (Extended multibyte and wide character utilities):
15917         Add mbiter.
15918
15919 2005-08-16  Bruno Haible  <bruno@clisp.org>
15920
15921         * modules/mbfile: New file.
15922         * MODULES.html.sh (Extended multibyte and wide character utilities):
15923         Add mbfile.
15924
15925 2005-08-16  Bruno Haible  <bruno@clisp.org>
15926
15927         * modules/mbchar: New file.
15928         * MODULES.html.sh (Extended multibyte and wide character utilities):
15929         New section.
15930
15931 2005-08-16  Bruno Haible  <bruno@clisp.org>
15932
15933         * m4/tls.m4: New file, from GNU gettext.
15934
15935 2005-08-16  Bruno Haible  <bruno@clisp.org>
15936
15937         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
15938         always.
15939         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
15940
15941 2005-08-16  Bruno Haible  <bruno@clisp.org>
15942
15943         * m4/mbiter.m4: New file.
15944
15945 2005-08-16  Bruno Haible  <bruno@clisp.org>
15946
15947         * m4/mbfile.m4: New file.
15948
15949 2005-08-16  Bruno Haible  <bruno@clisp.org>
15950
15951         * m4/mbchar.m4: New file.
15952
15953 2005-08-16  Bruno Haible  <bruno@clisp.org>
15954
15955         * lib/tls.h: New file, from GNU gettext.
15956         * lib/tls.c: New file, from GNU gettext.
15957
15958 2005-08-16  Bruno Haible  <bruno@clisp.org>
15959
15960         * lib/strnlen1.h: New file.
15961         * lib/strnlen1.c: New file.
15962
15963 2005-08-16  Bruno Haible  <bruno@clisp.org>
15964
15965         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
15966         (mbi_init): Update.
15967         (mbi_avail, mbi_advance): Let the iteration end before the terminating
15968         NUL byte, not after it.
15969
15970 2005-08-16  Bruno Haible  <bruno@clisp.org>
15971
15972         * lib/strcase.h (strcasecmp): Add note in comments.
15973         * lib/strncasecmp.c: Use code from strcasecmp.c.
15974         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
15975         (strcasecmp): Work correctly in multibyte locales.
15976
15977 2005-08-16  Bruno Haible  <bruno@clisp.org>
15978
15979         * lib/mbiter.h: New file.
15980
15981 2005-08-16  Bruno Haible  <bruno@clisp.org>
15982
15983         * lib/mbfile.h: New file.
15984
15985 2005-08-16  Bruno Haible  <bruno@clisp.org>
15986
15987         * lib/mbchar.h: New file.
15988         * lib/mbchar.c: New file.
15989
15990 2005-08-16  Bruno Haible  <bruno@clisp.org>
15991
15992         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
15993         the valid ones. Makes the comparison operations transitive:
15994         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
15995         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
15996
15997 2005-08-15  Simon Josefsson  <jas@extundo.com>
15998
15999         * modules/ssize_t (License): Change to 'unlimited'.
16000
16001         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
16002
16003 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
16004
16005         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
16006         Add comments for each pending glibc patch.
16007
16008 2005-08-15  Bruno Haible  <bruno@clisp.org>
16009
16010         * lib/regex.h (__restrict_arr): Don't define to __restrict if
16011         __cplusplus is defined.
16012
16013 2005-08-14  Jim Meyering  <jim@meyering.net>
16014
16015         Sync from coreutils.
16016
16017         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
16018         Use the hash-table-based cycle-detection code not just when
16019         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
16020         Reported by James Youngman in
16021         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
16022         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
16023         FTS_TIGHT_CYCLE_CHECK.
16024         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
16025         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
16026         once again.
16027         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
16028         * lib/fts.c (fd_safer): Remove decl.
16029         Include fcntl--.h rather than unistd-safer.h
16030         (fts_safe_changedir): Don't call fd_safer; no longer needed
16031         now that we include fcntl--.h.
16032
16033 2005-08-12  Simon Josefsson  <jas@extundo.com>
16034
16035         * modules/getndelim2: Use ssize_t module.
16036         * modules/getnline: Likewise.
16037         * modules/safe-read: Likewise.
16038         * modules/xreadlink: Likewise.
16039
16040         * modules/ssize_t: New file.
16041
16042 2005-08-12  Simon Josefsson  <jas@extundo.com>
16043
16044         * m4/readline.m4: Look for termcap, curses or ncurses if required.
16045
16046 2005-08-12  Simon Josefsson  <jas@extundo.com>
16047
16048         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16049         ssize_t.
16050
16051 2005-08-12  Simon Josefsson  <jas@extundo.com>
16052
16053         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
16054         readline, getdelim and check_version.
16055         (Support for systems lacking ISO C 99: Sizes of integer types):
16056         Add size_max.
16057
16058 2005-08-12  Bruno Haible  <bruno@clisp.org>
16059
16060         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
16061
16062 2005-08-11  Simon Josefsson  <jas@extundo.com>
16063
16064         * modules/readline: New file.
16065
16066         * modules/strnlen (Files): Add strnlen.h.
16067
16068 2005-08-11  Simon Josefsson  <jas@extundo.com>
16069
16070         * m4/readline.m4: New file.
16071
16072 2005-08-11  Simon Josefsson  <jas@extundo.com>
16073
16074         * lib/readline.h, readline.c: New file.
16075
16076 2005-08-11  Simon Josefsson  <jas@extundo.com>
16077
16078         * doc/gnulib.texi (Initial import, Finishing touches): Mention
16079         gl_AVOID.
16080
16081 2005-08-11  Bruno Haible  <bruno@clisp.org>
16082
16083         * lib/strnlen.h (strnlen): Change parameter name to match comment.
16084
16085 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
16086
16087         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
16088
16089 2005-08-10  Simon Josefsson  <jas@extundo.com>
16090
16091         * tests/test-iconvme.c: New file.
16092
16093 2005-08-10  Simon Josefsson  <jas@extundo.com>
16094
16095         * m4/strnlen.m4: New file.
16096
16097         * m4/strndup.m4: Don't check for strnlen declaration, done in
16098         strnlen.m4.
16099
16100 2005-08-10  Simon Josefsson  <jas@extundo.com>
16101
16102         * lib/strndup.c: Use strnlen.h.
16103
16104         * lib/strnlen.h: New file.
16105
16106 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16107
16108         * README: Typos.
16109
16110 2005-08-02  Simon Josefsson  <jas@extundo.com>
16111
16112         * modules/readline: New file.
16113
16114 2005-08-02  Simon Josefsson  <jas@extundo.com>
16115
16116         * modules/getdelim: New file.
16117
16118         * modules/getline: Rewrite, don't use getndelim2.
16119
16120 2005-08-02  Simon Josefsson  <jas@extundo.com>
16121
16122         * m4/getline.m4: Separate out getdelim stuff into separate module.
16123
16124         * m4/getdelim.m4: New file.
16125
16126 2005-08-02  Simon Josefsson  <jas@extundo.com>
16127
16128         * lib/getline.h, getline.c: Rewrite.
16129
16130         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
16131
16132 2005-07-31  Bruno Haible  <bruno@clisp.org>
16133
16134         * lib/lock.h (gl_lock_initializer): New macro.
16135         (gl_lock_define_initialized): Use it.
16136         (gl_rwlock_initializer): New macro.
16137         (gl_rwlock_define_initialized): Use it.
16138         (gl_recursive_lock_initializer): New macro.
16139         (gl_recursive_lock_define_initialized): Use it.
16140
16141 2005-07-30  Karl Berry  <karl@gnu.org>
16142
16143         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
16144         Report from Ben Pfaff, regarding getopt.
16145
16146 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
16147
16148         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
16149         normal way.
16150         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
16151         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
16152         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
16153         (gl_GETOPT): Use the new macros.  Most of the implementation
16154         is moved to the new macros.  This is for programs like Emacs
16155         that don't want all the functionality of gl_GETOPT.
16156
16157 2005-07-26  Bruno Haible  <bruno@clisp.org>
16158
16159         * m4/lock.m4: Update from GNU gettext.
16160
16161 2005-07-26  Bruno Haible  <bruno@clisp.org>
16162
16163         * lib/lock.h: Update from GNU gettext.
16164         * lib/lock.c: Update from GNU gettext.
16165
16166 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
16167
16168         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
16169         obsolescent AC_TRY_RUN.  Include the default includes files, for
16170         'exit'.
16171
16172 2005-07-24  Bruno Haible  <bruno@clisp.org>
16173
16174         * modules/visibility: New file.
16175         * MODULES.html.sh (Misc): Add visibility.
16176
16177 2005-07-24  Bruno Haible  <bruno@clisp.org>
16178
16179         * m4/visibility.m4: New file.
16180
16181 2005-07-24  Bruno Haible  <bruno@clisp.org>
16182
16183         * doc/visibility.texi: New file.
16184
16185 2005-07-22  Bruno Haible  <bruno@clisp.org>
16186
16187         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
16188         $(ALLOCA_H), redundant through BUILT_SOURCES.
16189         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
16190         redundant through BUILT_SOURCES.
16191         * modules/byteswap (Makefile.am): Remove explicit dependency on
16192         $(BYTESWAP_H), redundant through BUILT_SOURCES.
16193         * modules/fnmatch (Makefile.am): Remove explicit dependency on
16194         $(FNMATCH_H), redundant through BUILT_SOURCES.
16195         * modules/getopt (Makefile.am): Remove explicit dependency on
16196         $(GETOPT_H), redundant through BUILT_SOURCES.
16197         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
16198         redundant through BUILT_SOURCES.
16199         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
16200         redundant through BUILT_SOURCES.
16201         * modules/stdbool (Makefile.am): Remove explicit dependency on
16202         $(STDBOOL_H), redundant through BUILT_SOURCES.
16203         * modules/stdint (Makefile.am): Remove explicit dependency on
16204         $(STDINT_H), redundant through BUILT_SOURCES.
16205         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
16206         Remove explicit dependency on $(SYSEXITS_H).
16207         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
16208
16209 2005-07-18  Simon Josefsson  <jas@extundo.com>
16210
16211         * lib/check-version.c (check_version): Accept identical versions too.
16212
16213 2005-07-18  Bruno Haible  <bruno@clisp.org>
16214
16215         * modules/lock: New file.
16216         * MODULES.html.sh (Multithreading): New section.
16217
16218 2005-07-18  Bruno Haible  <bruno@clisp.org>
16219
16220         * m4/lock.m4: New file, from GNU gettext.
16221
16222 2005-07-18  Bruno Haible  <bruno@clisp.org>
16223
16224         * lib/lock.h: New file, from GNU gettext.
16225         * lib/lock.c: New file, from GNU gettext.
16226
16227 2005-07-18  Bruno Haible  <bruno@clisp.org>
16228
16229         * lib/lock.h (gl_once_t): New type.
16230         (gl_once_define, gl_once): New macros.
16231         * lib/lock.c (fresh_once): New variable.
16232         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
16233         functions.
16234
16235 2005-07-16  Simon Josefsson  <jas@extundo.com>
16236
16237         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
16238         workaround, suggested by Bruno.
16239
16240 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
16241
16242         * modules/xalloc (Depends-on): Add xalloc-die.
16243         * modules/xvasprintf (Depends-on): Add xalloc-die.
16244
16245 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
16246
16247         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
16248         with a minor change.
16249
16250 2005-07-15  Bruno Haible  <bruno@clisp.org>
16251
16252         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
16253         When using lib/poll.c, define poll as rpl_poll.
16254
16255 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
16256
16257         * modules/argp (Depends-on): Remove unlocked-io.
16258
16259 2005-07-14  Derek Price  <derek@ximbiot.com>
16260
16261         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
16262         for glob symlink bug.
16263
16264 2005-07-14  Bruno Haible  <bruno@clisp.org>
16265
16266         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
16267         Instead, test for *_unlocked function declarations directly.
16268
16269 2005-07-11  Simon Josefsson  <jas@extundo.com>
16270
16271         * modules/size_max: New file.
16272
16273         * modules/xsize: Depend on size_max module for size_max.m4.
16274
16275 2005-07-11  Simon Josefsson  <jas@extundo.com>
16276
16277         * lib/size_max.h: New file.
16278
16279 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
16280
16281         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
16282         copyright symbol and the year.
16283         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
16284         (version_etc_va): Use parameterized copyright notice.
16285         Reword to conform to the current GNU coding standards.
16286
16287 2005-07-11  Karl Berry  <karl@gnu.org>
16288
16289         * doc/gnulib.texi (Quoting): new node.
16290         (Initial import): more info, from Patrice.
16291
16292 2005-07-11  Bruno Haible  <bruno@clisp.org>
16293
16294         * gnulib-tool (func_usage): Document option --avoid.
16295         (Command line options): Handle --avoid.
16296         (func_acceptable): New function.
16297         (func_modules_transitive_closure): Use it.
16298
16299 2005-07-11  Bruno Haible  <bruno@clisp.org>
16300
16301         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
16302         Reported by Jim Meyering.
16303
16304 2005-07-10  Bruno Haible  <bruno@clisp.org>
16305
16306         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
16307         Needed when size_t is smaller than 'unsigned int'.
16308         Reported by Paul Eggert.
16309
16310 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16311
16312         * modules/argp (Depends-on): Add unlocked-io
16313
16314 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16315
16316         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
16317         block of defines.
16318
16319 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
16320
16321         * config/srclist.txt: Comment out regcomp.c, since we have a porting
16322         fix now.
16323
16324 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
16325         and Paul Eggert  <eggert@cs.ucla.edu>
16326
16327         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
16328         in wint_t, not wchar_t.  Remove now-unnecessary cast.
16329
16330 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16331
16332         * modules/regex (Files): Add lib/regex_internal.c,
16333         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
16334         (Depends-on): Add extensions.
16335         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
16336
16337 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16338
16339         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
16340         pathconf.
16341         * m4/same.m4 (gl_SAME): Likewise.
16342         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
16343
16344         * m4/regex.m4: Adjust to new libc regex implementation.
16345         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
16346         all the .c and .h parts of (the new) regex.
16347         Quote the m4 stuff better.
16348         Check for RE_ICASE bug of old gnulib.
16349         Check for REG_STARTEND of recent libc.
16350         Rename local variables from jm_* to gl_*.
16351         Quote operand of "test -f".
16352         Say "recent enough" version of libc, not "version 2".
16353         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
16354         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
16355         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
16356         Remove check for btowc, isascii.
16357         Require AM_LANGINFO_CODESET.
16358
16359 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16360
16361         * lib/regex.c, regex.h: Sync from libc.
16362         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
16363         * lib/regexec.c:
16364         New files, synced from libc, except that regex_internal.h
16365         currently has a small porting fix.
16366
16367 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16368
16369         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
16370         regex_internal.c, regexec.c.
16371         Add regex_internal.h too, but as a comment, since the libc version
16372         is currently broken in gnulib mode.
16373
16374 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16375
16376         Support programs like Emacs that use gnulib but not gettext.
16377         * MODULES.html.sh (Internationalization functions): Add gettext-h.
16378         * modules/gettext-h: New file.
16379         * modules/gettext (Files): Remove lib/gettext.h.
16380         (Depends-on): Add gettext-h.
16381         (Makefile.am): Remove lib_SOURCES.
16382         * modules/argmatch, modules/c-stack, modules/closeout:
16383         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
16384         * modules/execute, modules/file-type, modules/getaddrinfo:
16385         * modules/getopt, modules/human, modules/javacomp:
16386         * modules/javaexec, modules/mkdir-p, modules/obstack:
16387         * modules/openat, modules/pagealign_alloc, modules/pipe:
16388         * modules/quotearg, modules/regex, modules/rpmatch:
16389         * modules/unicodeio, modules/userspec, modules/version-etc:
16390         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
16391         * modules/xsetenv:
16392         Depend on gettext-h, not gettext.
16393
16394 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16395
16396         * gnulib-tool (func_import): Add support for 'public domain' license.
16397         * modules/alloca, modules/atexit, modules/memmove:
16398         Now public domain, not GPL.
16399         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
16400         * modules/realloc, modules/strerror, modules/strtod:
16401         Now LGPL, not GPL.
16402
16403 2005-07-05  Bruno Haible  <bruno@clisp.org>
16404
16405         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
16406         autoconf CVS. Needed for mingw.
16407
16408 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16409
16410         Remove the dependency of the strftime module on the tzset module.
16411         * modules/strftime (Depends-on): Remove dependency on tzset.
16412
16413 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16414
16415         Remove the dependency of the strftime module on the tzset module.
16416         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
16417         gl_FUNC_TZSET_CLOBBER.
16418
16419 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16420
16421         Remove the dependency of the strftime module on the tzset module.
16422         * lib/strftime.c (my_strftime)
16423         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
16424         Copy the input structure, to work around some of the bug with
16425         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
16426         Solaris releases, you should also use the tzset module, but we won't
16427         require it as a dependency any more since we don't want LGPLed code
16428         to depend on GPLed code.
16429
16430 2005-07-02  Jim Meyering  <jim@meyering.net>
16431
16432         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
16433         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
16434         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
16435         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
16436
16437 2005-07-02  Jim Meyering  <jim@meyering.net>
16438
16439         * lib/backupfile.c (backup_args): Change a `0' to NULL.
16440
16441 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16442
16443         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
16444         declares only 'struct timespec;' (!).
16445
16446 2005-07-01  Jim Meyering  <jim@meyering.net>
16447
16448         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
16449         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
16450         * lib/save-cwd.c, tempname.c:
16451         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
16452         and don't include <sys/file.h>).
16453
16454 2005-06-29  Jim Meyering  <jim@meyering.net>
16455
16456         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
16457         type name.  Use the variable name instead.
16458         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
16459         Likewise.
16460
16461 2005-06-28  Simon Josefsson  <jas@extundo.com>
16462
16463         * modules/check-version (Files): Add check-version.m4.
16464
16465 2005-06-28  Simon Josefsson  <jas@extundo.com>
16466
16467         * m4/check-version.m4: New file, suggested by Jim Meyering
16468         <jim@meyering.net>.
16469
16470 2005-06-28  Simon Josefsson  <jas@extundo.com>
16471
16472         * lib/check-version.h, lib/check-version.c: New files.
16473
16474 2005-06-28  Simon Josefsson  <jas@extundo.com>
16475
16476         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
16477         collision with global variable.  Better indentation.  Don't
16478         increment buffer pointer beyond buffer end.  Based on comments
16479         from Paul Eggert <eggert@cs.ucla.edu>.
16480
16481         * lib/base64.h: Indent.
16482
16483 2005-06-28  Simon Josefsson  <jas@extundo.com>
16484
16485         * doc/gnulib.texi (Library version handling): New section.
16486
16487 2005-06-28  Jim Meyering  <jim@meyering.net>
16488
16489         * check-module (find_included_lib_files): Hard-code another
16490         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
16491         but modules/fts-lgpl (correctly) does not list those files.
16492
16493         * modules/canonicalize (Files): Add lib/pathmax.h.
16494
16495 2005-06-25  Simon Josefsson  <jas@extundo.com>
16496
16497         * modules/check-version: New file.
16498
16499 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
16500
16501         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
16502         initializer of struct addrinfo, as an indication that we don't
16503         care how many members the structure has.
16504
16505 2005-06-24  Derek Price  <derek@ximbiot.com>
16506         and Bruno Haible  <bruno@clisp.org>
16507
16508         Remove stat module & update lstat.
16509         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
16510         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
16511         * m4/stat.m4: Remove this file.
16512
16513 2005-06-24  Derek Price  <derek@ximbiot.com>
16514         and Bruno Haible  <bruno@clisp.org>
16515
16516         Remove stat module & update lstat.
16517         * lib/stat.c: Remove this file...
16518         (slash_aware_lstat): ...moving this content and its support...
16519         * lib/lstat.c (rpl_lstat): ...into here.
16520         * lib/lstat.h: New file.
16521
16522 2005-06-24  Derek Price  <derek@ximbiot.com>
16523         and Bruno Haible  <bruno@clisp.org>
16524
16525         Remove stat module & update lstat.
16526         * config/srclist.txt (libc sources): Remove stat.
16527
16528 2005-06-24  Derek Price  <derek@ximbiot.com>
16529         and Bruno Haible  <bruno@clisp.org>
16530
16531         Remove stat module & update lstat.
16532         * MODULES.html.sh (stat): Remove.
16533         * MODULES.html: Regenerated.
16534         * modules/lstat (Description): Correct function name.
16535         (Files): Add "lstat.h".
16536         (Depends-on): Remove stat, add xalloc, stat-macros.
16537         * modules/stat: Remove this file.
16538         (Include): Add "lstat.h", remove <sys/stat.h>.
16539
16540 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16541
16542         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
16543         (ranged_convert): Don't save conversion in a temporary struct.
16544         This causes a warning with GCC 4.0.0, and anyway in the typical
16545         case it's not worth the extra 100 bytes or so of code.
16546         (ranged_convert, __mktime_internal): When calling a function via a
16547         pointer P, use P () rather than (*P) (), as we now assume C89 or
16548         better.
16549
16550 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16551
16552         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
16553         "who -r" failed to give output.  Problem reported by Tim Waugh.
16554
16555         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
16556         (xcalloc): Use it to avoid needless tests.
16557         Problem reported by Jim Meyering.
16558
16559 2005-06-20  Derek Price  <derek@ximbiot.com>
16560
16561         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
16562         unnecessary for Autoconfs > 2.59c.
16563
16564 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16565
16566         * lib/argp.h (__option_is_short): Check upper limit of
16567         __key. Isprint() requires its argument to have the value
16568         of an unsigned char or EOF.
16569
16570 2005-06-16  Jim Meyering  <jim@meyering.net>
16571
16572         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
16573         when either N or S is zero.
16574
16575 2005-06-16  Derek Price  <derek@ximbiot.com>
16576
16577         * m4/bison.m4: Declare YACC & YFLAGS precious.
16578
16579 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
16580
16581         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
16582         multibyte string or pattern, fall back on unibyte matching.
16583         Problem reported by James Youngman.
16584
16585 2005-06-08  Bruno Haible  <bruno@clisp.org>
16586
16587         * modules/csharpcomp: New file.
16588         * MODULES.html.sh (C#): Add csharpcomp.
16589
16590 2005-06-08  Bruno Haible  <bruno@clisp.org>
16591
16592         * m4/csharpcomp.m4: New file, from GNU gettext.
16593
16594 2005-06-08  Bruno Haible  <bruno@clisp.org>
16595
16596         * lib/csharpcomp.h: New file, from GNU gettext.
16597         * lib/csharpcomp.c: New file, from GNU gettext.
16598         * lib/csharpcomp.sh.in: New file, from GNU gettext.
16599
16600 2005-06-08  Bruno Haible  <bruno@clisp.org>
16601
16602         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
16603         warning on mingw.
16604
16605 2005-06-07  Derek Price  <derek@ximbiot.com>
16606
16607         Sync from CVS.
16608         * lib/glob_.h: Indent nested #ifdef.
16609
16610 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16611
16612         Sync from coreutils.
16613         Use "file name" when talking about file names, instead of "filename"
16614         or "path", as per the GNU coding standards.
16615         * lib/mkdir-p.c: Renamed from makepath.c.
16616         (make_dir_parents): Renamed from make_path.  All callers changed.
16617         * lib/mkdir-p.h: Likewise.  All includers changed.
16618         * lib/filenamecat.c: Renamed from path-concat.c.
16619         (file_name_concat): Renamed from path_concat.  All callers changed.
16620         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
16621         * lib/filenamecat.h: Likewise.  All includers changed.
16622         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
16623         in comments or local variable names.
16624         * lib/basename.c: Likewise.
16625         * lib/canonicalize.c, canonicalize.h: Likewise.
16626         * lib/dirname.c, dirname.h: Likewise.
16627         * lib/euidaccess.c: Likewise.
16628         * lib/exclude.c: Likewise
16629         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
16630         * lib/fsusage.c, fsuage.h: Likewise.
16631         * lib/fts.c, fts_.h: Likewise.
16632         * lib/getcwd.c: Likewise.
16633         * lib/getloadavg.c: Likewise.
16634         * lib/mkstemp.c: Likewise.
16635         * lib/mountlist.c, mountlist.h: Likewise.
16636         * lib/openat.c, openat.h: Likewise.
16637         * lib/readlink-stub.c: Likewise.
16638         * lib/readutmp.c, readutmp.h: Likewise.
16639         * lib/rename.c: Likewise.
16640         * lib/rmdir.c: Likewise.
16641         * lib/same.c: Likewise.
16642         * lib/savedir.c: Likewise.
16643         * lib/stripslash.c: Likewise.
16644         * lib/tempname.c: Likewise.
16645         * lib/xreadlink.c: Likewise.
16646         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
16647         All uses changed.
16648         * lib/exclude.h: Likewise.
16649
16650         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
16651         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16652         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
16653         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16654         * lib/pathmax.h: Include <limits.h> unconditionally, since other
16655         files have been getting away with it for years (MORE/BSD 4.3
16656         is extinct now).
16657         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
16658         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16659
16660         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
16661         Define to 256, not 255, as per modern POSIX.
16662
16663 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16664
16665         Sync from coreutils.
16666         Use "file name" when talking about file names, instead of "filename"
16667         or "path", as per the GNU coding standards.
16668         * MODULES.html.sh: mkdir-p renamed from makepath.
16669         filenamecat renamed from path-concat.
16670         * modules/filenamecat: Renamed from modules/path-concat.
16671         (Files): filenamecat.h and filenamecat.c renamed from
16672         path-concat.h and path-concat.c.
16673         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
16674         (Include): filenamecat.h, not path-concat.h.
16675         * modules/mkdir-p: Renamed from modules/makepath.
16676         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
16677         makepath.c.
16678         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
16679         (Include): mkdir-p.h, not makepath.h.
16680
16681 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16682
16683         Sync from coreutils.
16684         * m4/mkdir-p.m4: Renamed from makepath.m4.
16685         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
16686         Rename files from makepath.c to mkdir-p.c, and from
16687         makepath.h to mkdir-p.h.
16688         * m4/filenamecat.m4: Renamed from path-concat.m4.
16689         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
16690         Rename files from path-concat.c to filenamecat.c,
16691         and from path-concat.h to filenamecat.h.
16692         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
16693         "file name" in local variables or comments.
16694         * m4/rename.m4: Likewise.
16695
16696 2005-06-01  Bruno Haible  <bruno@clisp.org>
16697
16698         * modules/csharpexec: New file.
16699         * MODULES.html.sh (C#): New section.
16700
16701 2005-06-01  Bruno Haible  <bruno@clisp.org>
16702
16703         * m4/csharp.m4: New file, from GNU gettext.
16704         * m4/csharpexec.m4: New file, from GNU gettext.
16705
16706 2005-06-01  Bruno Haible  <bruno@clisp.org>
16707
16708         * lib/csharpexec.h: New file, from GNU gettext.
16709         * lib/csharpexec.c: New file, from GNU gettext.
16710         * lib/csharpexec.sh.in: New file, from GNU gettext.
16711
16712 2005-05-31  Derek Price  <derek@ximbiot.com>
16713             Paul Eggert  <eggert@cs.ucla.edu>
16714
16715         Sync from cvs.
16716         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16717
16718 2005-05-31  Derek Price  <derek@ximbiot.com>
16719             Paul Eggert  <eggert@cs.ucla.edu>
16720
16721         Sync from cvs.
16722         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16723
16724 2005-05-29  Derek Price  <derek@ximbiot.com>
16725
16726         * config/srclist.txt (glob_.h, glob.c): Add these files.
16727
16728 2005-05-29  Derek Price  <derek@ximbiot.com>
16729
16730         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
16731         * modules/glob: New file.
16732         * modules/getlogin_r: Add link to POSIX spec in description.
16733
16734 2005-05-29  Derek Price  <derek@ximbiot.com>
16735             Paul Eggert  <eggert@cs.ucla.edu>
16736
16737         * m4/glob.m4: New file.
16738
16739 2005-05-29  Derek Price  <derek@ximbiot.com>
16740             Paul Eggert  <eggert@cs.ucla.edu>
16741
16742         * lib/glob_.h, lib/glob.c: New files.
16743
16744 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16745
16746         * modules/fts (Files): Remove m4/inttypes-pri.m4.
16747         * modules/fts-lgpl (Depends-on): Remove gettext.
16748
16749 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16750
16751         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
16752         and don't require gt_INTTYPES_PRI.
16753
16754 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16755
16756         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
16757
16758         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
16759         the configuration hassle isn't worth it.
16760         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
16761         (LONGEST_MODIFIER, PRIuMAX): Remove.
16762
16763 2005-05-27  Bruno Haible  <bruno@clisp.org>
16764
16765         * lib/getlogin_r.h: Remove second include of <stddef.h>.
16766
16767 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
16768
16769         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
16770         _POSIX_PTHREAD_SEMANTICS for Solaris.
16771
16772 2005-05-25  Derek Price  <derek@ximbiot.com>
16773
16774         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
16775
16776 2005-05-25  Derek Price  <derek@ximbiot.com>
16777             Paul Eggert  <eggert@cs.ucla.edu>
16778
16779         * modules/getlogin_r, m4/getlogin_r.m4: New files.
16780         * lib/getlogin_r.c, getlogin_r.h: New files.
16781
16782 2005-05-25  Bruno Haible  <bruno@clisp.org>
16783             Derek Price  <derek@ximbiot.com>
16784
16785         * lib/getlogin_r.h: Simplify API documentation.
16786
16787 2005-05-23  Derek Price  <derek@ximbiot.com>
16788
16789         * modules/minmax (Files): Add m4/minmax.m4.
16790         (configure.ac): Add gl_MINMAX.
16791
16792 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16793
16794         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
16795         so that unistd-safer.h (GPL'ed code) need not be included.
16796
16797 2005-05-22  Bruno Haible  <bruno@clisp.org>
16798
16799         * m4/minmax.m4: New file.
16800         Based on a patch by Derek Price <derek@ximbiot.com>.
16801
16802 2005-05-22  Bruno Haible  <bruno@clisp.org>
16803
16804         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
16805         (INT64_MIN): Fix definition.
16806         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
16807
16808         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
16809         NEED_SIGNED_INT_TYPES.
16810
16811         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
16812         HAVE_SYSTEM_INTTYPES.
16813
16814 2005-05-22  Bruno Haible  <bruno@clisp.org>
16815
16816         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
16817         Also include <sys/param.h> if it defines MIN, MAX.
16818         Based on a patch by Derek Price <derek@ximbiot.com>.
16819
16820 2005-05-21  Jim Meyering  <jim@meyering.net>
16821
16822         * modules/fts (Files): Add m4/inttypes-pri.m4.
16823         (Depends-on): Add lstat and remove gettext.  Alphabetize.
16824
16825 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16826
16827         New fts module.
16828         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
16829         (setup_dir, free_dir): New functions.
16830         (enter_dir, leave_dir): Define trivial
16831         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
16832         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
16833         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
16834         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
16835         Move to fts-cycle.c.
16836         (fts_open): Use setup_dir.
16837         (fts_close): Use free_dir.
16838         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
16839         This adds a label and some gotos, but the alternatives were messier.
16840         Check for memory allocation failure when entering a dir.
16841         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
16842         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
16843         (FTS): New member fts_cycle, that is a union that contains the
16844         old active_dir_ht and cycle_state.  All uses changed to mention
16845         fts_cycle.ht and fts_cycle.state.
16846         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
16847         fts.c, with the following changes:
16848         (setup_dir, free_dir): New functions.
16849         (enter_dir): Now returns bool.  Return true if successful, false
16850         if memory exhausted.  All callers changed.
16851         Do not bother partly cleaning up on
16852         memory allocation failure; that is free_dir's job.
16853         However, free ad if hash_insert fails, to avoid memory leak.
16854         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
16855         fts->fts_options to see which union member to use.
16856
16857 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16858
16859         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
16860         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
16861
16862 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16863
16864         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
16865
16866 2005-05-20  Jim Meyering  <jim@meyering.net>
16867
16868         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
16869         Now a macro, to pacify GCC.
16870
16871 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16872
16873         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
16874         of -1.
16875
16876 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16877
16878         * lib/chown.c (rpl_chown): Return -1 on failure.
16879
16880 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16881
16882         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
16883         Don't check for stddef.h.
16884         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
16885         don't use its results.
16886         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
16887         since we include them unconditionally.  Don't require
16888         AM_STDBOOL_H, since stdbool is a prerequisite.
16889         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
16890         since we assume C89 or better.
16891         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
16892         as we don't use their results.
16893         Don't check for fchdir, memmove, memset, strrchr, as we use
16894         them unconditionally.
16895         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
16896         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
16897
16898 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16899
16900         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
16901         Include <stddef.h> unconditionally, since we assume C89 now.
16902         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
16903         * lib/fts.c: Include fts_.h first, to check interface.
16904         Do not include intprops.h; no longer needed.
16905         Include cycle-check.h and hash.h, since fts_.h no longer does.
16906         Remove unnecessary casts of closedir to void.
16907         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
16908         decide whether to decrement nlinks.
16909         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
16910         (FTS): Use struct hash_table * instead of Hash_table, so that
16911         we no longer need to include hash.h here.
16912
16913 2005-05-18  Jim Meyering  <jim@meyering.net>
16914
16915         * modules/dirfd (License): Change to LGPL.  Most of the code
16916         is already in the public domain.
16917
16918 2005-05-18  Jim Meyering  <jim@meyering.net>
16919
16920         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
16921         Reported by Yoann Vandoorselaere.
16922
16923 2005-05-17  Jim Meyering  <jim@meyering.net>
16924
16925         * m4/fts.m4: New file, from coreutils.
16926
16927 2005-05-17  Jim Meyering  <jim@meyering.net>
16928
16929         * lib/fts.c, lib/fts_.h: New files, from coreutils.
16930
16931 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16932
16933         Sync from coreutils.
16934         * m4/unlinkdir.m4: New file.
16935
16936 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16937
16938         Sync from coreutils.
16939         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
16940         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
16941         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
16942         White space changes only.
16943         * lib/makepath.c (make_path): Port to hosts where leading "//" is
16944         special.
16945         * lib/yesno.c: Include getline.h, not ctype.h.
16946         (yesno): Don't remove leading white space; POSIX doesn't allow it.
16947         Use getline to remove arbitrary restriction on response length.
16948
16949 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16950
16951         * config/srclist-update: Spell out "Street" in FSF postal
16952         mail address; this is the style the FSF seems to prefer.
16953
16954         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
16955         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
16956         this updates FSF postal mail address.
16957
16958         Sync from coreutils.
16959         * modules/unlinkdir: New file.
16960         * modules/yesno (Depends-on): Add getline.
16961         * MODULES.html.sh (File system functions): Add unlinkdir.
16962
16963 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16964
16965         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
16966         lib/strsep.h:
16967         Change the initial comment to refer to GPL, not LGPL.
16968         gnulib-tool will change it to LGPL as needed.
16969
16970         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
16971         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
16972         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
16973         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
16974         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
16975         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
16976         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
16977         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
16978         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
16979         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
16980         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
16981         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
16982         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
16983         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
16984         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
16985         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
16986         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
16987         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
16988         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
16989         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
16990         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
16991         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
16992         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
16993         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
16994         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
16995         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
16996         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
16997         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
16998         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
16999         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
17000         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
17001         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
17002         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
17003         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
17004         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
17005         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
17006         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
17007         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
17008         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
17009         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
17010         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
17011         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
17012         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
17013         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
17014         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
17015         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
17016         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
17017         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
17018         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
17019         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
17020         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
17021         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
17022         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
17023         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
17024         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
17025         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
17026         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
17027         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
17028         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
17029         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
17030         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
17031         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
17032         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
17033         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
17034         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
17035         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
17036         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
17037         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
17038         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
17039         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
17040         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
17041         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
17042         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
17043         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
17044         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
17045         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
17046         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
17047         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
17048         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
17049         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
17050         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
17051         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
17052         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
17053         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
17054         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
17055         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
17056         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
17057         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
17058         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
17059         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
17060         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
17061         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
17062         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
17063         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
17064         lib/yesno.c, lib/yesno.h:
17065         Update FSF postal mail address.
17066
17067 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17068
17069         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
17070         tests/test-memmem.c, tests/test-stpncpy.c:
17071         Update FSF postal mail address.
17072
17073 2005-05-13  Bruno Haible  <bruno@clisp.org>
17074
17075         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
17076         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
17077         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
17078         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
17079         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
17080         Add support for 64-bit integers in the MSVC compiler.
17081
17082 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17083
17084         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
17085
17086 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
17087
17088         * gnulib-tool (func_import): Sort and uniquify recommended includes.
17089
17090 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
17091
17092         * doc/getdate.texi (General date syntax): Don't say that date
17093         date --iso-8601=ns generates acceptable dates; it doesn't yet.
17094         Problem reported by Nic Ferrier.
17095
17096 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17097
17098         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
17099         specified in ai_socktype. Fix invalid ai_protocol
17100         check. ai_protocol is usually set to 0 or depending on
17101         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
17102         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
17103         ai_socktype / ai_protocol in the returned addrinfo structure.
17104
17105 2005-05-10  Simon Josefsson  <jas@extundo.com>
17106
17107         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
17108         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17109
17110 2005-05-10  Karl Berry  <karl@gnu.org>
17111
17112         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
17113         (from http://www.gnu.org/licenses).
17114         * doc/COPYING.LIB: also rename to COPYING.LESSER.
17115         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
17116         fdl.texi suffices.
17117
17118 2005-05-10  Karl Berry  <karl@gnu.org>
17119
17120         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
17121         (COPYING.DOC): remove.
17122
17123         * config/srclist-update: new FSF address.
17124
17125 2005-05-10  Derek Price  <derek@ximbiot.com>
17126
17127         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
17128         possible.
17129
17130 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17131             Bruno Haible  <bruno@clisp.org>
17132
17133         * modules/inet_ntop: New file.
17134         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17135         inet_ntop.
17136
17137 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17138             Bruno Haible  <bruno@clisp.org>
17139
17140         * m4/inet_ntop.m4: New file.
17141
17142 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17143             Bruno Haible  <bruno@clisp.org>
17144
17145         * lib/inet_ntop.h: New file.
17146         * lib/inet_ntop.c: New file, from glibc with modifications.
17147
17148 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
17149
17150         * modules/time_r (License): Change to LGPL.
17151         * modules/extensions (License): Change to LGPL.  Actually,
17152         the license is more permissive than that, but currently gnulib-tool
17153         doesn't know how to handle more-permissive licenses.
17154
17155         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
17156         Problem reported by Dave Love.
17157
17158 2005-05-08  Jim Meyering  <jim@meyering.net>
17159
17160         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
17161         blank.
17162
17163 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
17164
17165         * modules/argmatch (Depends-on): Add stdbool.
17166         * modules/backupfile (Depends-on): Likewise.
17167         * modules/chdir-long (Depends-on): Likewise.
17168         * modules/closeout (Depends-on): Likewise.
17169         * modules/cycle-check (Depends-on): Likewise.
17170         * modules/dirname (Depends-on): Likewise.
17171         * modules/fnmatch (Depends-on): Likewise.
17172         * modules/fsusage (Depends-on): Likewise.
17173         * modules/fwriteerror (Depends-on): Likewise.
17174         * modules/getcwd (Depends-on): Likewise.
17175         * modules/getloadavg (Depends-on): Likewise.
17176         * modules/hard-locale (Depends-on): Likewise.
17177         * modules/makepath (Depends-on): Likewise.
17178         * modules/mountlist (Depends-on): Likewise.
17179         * modules/nanosleep (Depends-on): Likewise.
17180         * modules/posixtm (Depends-on): Likewise.
17181         * modules/quotearg (Depends-on): Likewise.
17182         * modules/readtokens (Depends-on): Likewise.
17183         * modules/readtokens0 (Depends-on): Likewise.
17184         * modules/readutmp (Depends-on): Likewise.
17185         * modules/save-cwd (Depends-on): Likewise.
17186         * modules/strftime (Depends-on): Likewise.
17187         * modules/userspec (Depends-on): Likewise.
17188         * modules/utimecmp (Depends-on): Likewise.
17189         * modules/xgetcwd (Depends-on): Likewise.
17190         * modules/xnanosleep (Depends-on): Likewise.
17191         * modules/xstrtod (Depends-on): Likewise.
17192         * modules/yesno (Depends-on): Likewise.
17193
17194 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
17195
17196         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
17197         needless checks.
17198
17199 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17200
17201         Merge from coreutils.  Among other things,
17202         add bulletproofing for cases where stdin, stdout, or stderr are closed.
17203         * lib/fd-safer.c: New file.
17204         * lib/fcntl-safer.h, open-safer.c: Remove.
17205         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
17206         * lib/dup-safer.c: Include unistd-safer.h first.
17207         Don't include errno.h.
17208         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
17209         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
17210         * lib/file-type.c: Rely on file-type.h change.
17211         * lib/getloadavg.c: Include unistd-safer.h.
17212         (getloadavg): Use safer open.
17213         * lib/getusershell.c: Include "stdio-safer.h".
17214         (getusershell): Use safer fopen.
17215         * lib/long-options.c (long_options): Use NULL rather than 0.
17216         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
17217         'free'.
17218         * lib/modechange.c: Likewise.
17219         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
17220         (MODE_DONE): New constant.
17221         (struct mode_change): Remove 'next' member.
17222         (make_node_op_equals): New function; like the old one of the
17223         same name, except it allocates an array.
17224         (mode_compile, mode_create_from_ref): Use it.
17225         (mode_compile): Allocate result as an array, not a linked list.
17226         Parse octal string ourself, so that we catch mistakes like "+0".
17227         (mode_adjust): Arg is an array, not a linked list.
17228         * lib/modechange.c: Include stat-macros.h, xalloc.h.
17229         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
17230         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
17231         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
17232         Remove.  This is now stat-macros.h's job.
17233         (talloc): Remove.  All callers replaced by xalloc, so that
17234         our invokers don't have to worry about reporting memory failures.
17235         (make_node_op_equals): Remove.
17236         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
17237         New constants.
17238         (struct mode_change): Moved here from modechange.h.
17239         (mode_append_entry): Remove.
17240         (mode_compile): Remove MASKED_OPS arg, since it encouraged
17241         apps to have incorrect behavior.  Use simpler algorithm for head
17242         and tail.  Don't futz with umask; that's now the job of mode_adjust.
17243         Detect more invalid usages rather than having somewhat-random behavior.
17244         Don't insert an "a=" action, as that leads to incorrect behavior.
17245         (mode_compile, mode_create_from_ref): Return NULL on error instead
17246         of an enum, since now there's only one way to have an error.  All
17247         callers changed.
17248         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
17249         at the correct time.  Simplify calculation of "+u" and its ilk.
17250         Don't mishandle "+X".
17251         (mode_free): Remove "register" and localize decls.
17252         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
17253         (struct mode_change): Move to modechange.c; callers don't
17254         need to see this stuff.
17255         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
17256         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
17257         (mode_change, mode_adjust): Reflect the new signatures noted above.
17258         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
17259         that might redefine system include files.
17260         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
17261         (my_usleep): Use NULL rather than (void *) 0.
17262         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
17263         Use siginterrupt to specify that system calls should be interrupted.
17264         (rpl_nanosleep): Move initialization of suspended closer to call of
17265         my_usleep.
17266         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
17267         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
17268         (desirable_utmp_entry): New function.
17269         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
17270         using x2nrealloc, to simplify logic.
17271         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
17272         size calculation.  Do not assume utmp file is a regular file.
17273         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
17274         (READ_UTMP_CHECK_PIDS): New constant.
17275         * lib/save-cwd.c: Include unistd-safer.h.
17276         (save_cwd): Use fd_safer.
17277         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
17278         [!_LIBC] Include "stat-macros.h" instead.
17279         * lib/unistd-safer.h (fd_safer): New decl.
17280
17281 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17282
17283         * modules/getloadavg (Depends-on): Add unistd-safer.
17284         * modules/getusershell (Depends-on): Add stdio-safer.
17285         * modules/lstat (Depends-on): Remove xalloc.
17286         * modules/mkstemp (Depends-on): Add stat-macros.
17287         * modules/modechange (Depends-on): Remove xstrtol.
17288         Add stat-macros, xalloc.
17289         * modules/save-cwd (Depends-on): Add unistd-safer.
17290         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
17291         * modules/unistd-safer (Files): Add lib/fd-safer.c
17292         (Makefile.am): Remove lib_SOURCES.
17293
17294         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
17295         Remove fcntl-safer; unistd-safer supersedes it.
17296
17297 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17298
17299         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
17300         AC_HEADER_STAT.
17301         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
17302         (gl_PREREQ_CHOWN): Remove.
17303         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
17304         it.  Don't require AC_HEADER_STAT.
17305         (gl_PREREQ_LSTAT): Remove.
17306         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
17307         Don't require AC_HEADER_STAT.
17308         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
17309         (gl_PREREQ_RMDIR): Remove.
17310         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
17311         mention stat-macros.h or AC_HEADER_STAT, since we'll make
17312         the stat-macros module a prerequisite.
17313         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
17314         * m4/filemode.m4 (gl_FILEMODE): Likewise.
17315         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
17316         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
17317         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
17318         variable names.
17319         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
17320         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
17321         variable prefixes.
17322         * m4/fcntl-safer.m4: Remove.
17323         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
17324         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
17325         Invoke gl_PREREQ_FD_SAFER.
17326         (gl_PREREQ_FD_SAFER): New macro.
17327         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
17328         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
17329         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
17330         Remove duplicate call to AC_LIBOBJ(readutmp).
17331         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
17332
17333         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
17334         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
17335
17336 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17337
17338         * MODULES.html.sh (Misc): Add byteswap.
17339
17340 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17341
17342         * modules/getcwd (Depends-on): Add extensions.
17343         * modules/openat (Depends-on): Likewise.
17344
17345 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17346
17347         * modules/byteswap: New file.
17348
17349 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17350
17351         * m4/byteswap.m4: New file.
17352
17353 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17354
17355         * lib/byteswap_.h: New file.
17356
17357 2005-04-25  Karl Berry  <karl@gnu.org>
17358
17359         * m4/gettext.m4: Update from GNU gettext 0.14.4.
17360
17361 2005-04-25  Albert Chin  <china@thewrittenword.com>
17362
17363         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
17364         Toolkit C bug.
17365
17366 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
17367
17368         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
17369         (func_ln_if_changed) Remove forcibly for no error message
17370         in case file does not exist.
17371
17372 2005-04-19  Simon Josefsson  <jas@extundo.com>
17373
17374         * gnulib-tool (Options): Make --symlink mean --symbolic.
17375
17376 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
17377
17378         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
17379
17380 2005-04-16  Simon Josefsson  <jas@extundo.com>
17381
17382         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
17383
17384 2005-04-15  Simon Josefsson  <jas@extundo.com>
17385
17386         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
17387
17388 2005-04-15  Simon Josefsson  <jas@extundo.com>
17389
17390         * gnulib-tool: Rename --symlink to --symbolic.
17391
17392 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
17393
17394         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
17395         symbolic links to files instead of copying/moving.  Add --aux-dir,
17396         specifying directory relative --dir where auxiliary build tools
17397         are placed.
17398
17399 2005-04-14  Bruno Haible  <bruno@clisp.org>
17400
17401         * modules/allocsa (License): Change to LGPL.
17402         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
17403
17404 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17405
17406         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
17407         that "UTC +1 second" continues to work.  Problem reported
17408         by Dmitry V. Levin.
17409         (relunit_snumber): New rule.
17410         (relunit): Use it.
17411
17412 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
17413
17414         * lib/getdate.y (universal_time_zone_table): New constant.
17415         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
17416         universal_time_zone_table.
17417         (lookup_zone): Prefer universal_time_zone_table to
17418         local_time_zone_table, so that "GMT" time stamps are allowed in
17419         London during the summer.  Problem reported by Ian Abbott.
17420
17421 2005-04-12  Jim Meyering  <jim@meyering.net>
17422
17423         * lib/human.c (humblock): Set *options even when returning due to
17424         xstrtoumax conversion failure.  Thanks to a used-uninitialized
17425         warning from gcc-4.
17426
17427 2005-04-09  Jim Meyering  <jim@meyering.net>
17428
17429         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
17430         -Wuninitialized: initialize tm0.tm_year.
17431
17432 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
17433
17434         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
17435         count, since there's no maximum.  All uses changed.
17436         Add member dsts_seen.
17437         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
17438         not being INT_MAX.
17439         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
17440         Use pc_rels_seen to decide whther a date is absolute.
17441
17442         * lib/getdate.y (number): Don't overwrite year.
17443         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
17444         check.
17445
17446 2005-04-02  Simon Josefsson  <jas@extundo.com>
17447
17448         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
17449         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
17450
17451 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
17452
17453         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
17454         where no absolute path name can be longer than PATH_MAX.
17455
17456 2005-03-27  Jim Meyering  <jim@meyering.net>
17457
17458         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
17459
17460 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
17461
17462         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
17463         "one's complement" -> "ones' complement" in comment, as per Knuth.
17464         "value of type" -> "type or expression" in comment.
17465         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
17466
17467 2005-03-26  Jim Meyering  <jim@meyering.net>
17468
17469         Comment nits.
17470         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
17471         Correct typos: s/or/of/.
17472
17473 2005-03-26  Jim Meyering  <jim@meyering.net>
17474
17475         * modules/check-include-files: Move to ../ and rename to...
17476         * check-module: ...this.
17477
17478 2005-03-25  Jim Meyering  <jim@meyering.net>
17479
17480         * modules/xvasprintf (Files): Add xalloc.h.
17481
17482 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17483
17484         * modules/gettext (Files): config/config.rpath ->
17485         build-aux/config.rpath
17486         * modules/iconv (Files): Likewise.
17487         Problem reported by Oskar Liljeblad.
17488
17489 2005-03-23  Jim Meyering  <jim@meyering.net>
17490
17491         * modules/check-include-files: New script to check for
17492         missing dependencies, multiple includes, etc.
17493
17494         * modules/c-strtold (Depends-on): Add xalloc.
17495         * modules/c-strtod (Depends-on): Add xalloc.
17496         * modules/hash (Depends-on): Add xalloc.
17497         (Files): Remove lib/xalloc.h.
17498
17499         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
17500         * modules/userspec (Files): Add lib/inttostr.h.
17501
17502 2005-03-23  Jim Meyering  <jim@meyering.net>
17503
17504         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
17505
17506 2005-03-22  Jim Meyering  <jim@meyering.net>
17507
17508         * modules/stat-macros: New module.
17509         * modules/canonicalize, modules/euidaccess, modules/file-type,
17510         * modules/filemode, modules/lchown, modules/makepath,
17511         * modules/rmdir, modules/stat: Depend on new stat-macros module
17512         rather than listing lib/stat-macros.h manually.
17513         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
17514
17515 2005-03-22  Jim Meyering  <jim@meyering.net>
17516
17517         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
17518
17519 2005-03-22  Bruno Haible  <bruno@clisp.org>
17520
17521         * config/srclist.txt: Replace target directory 'config' with
17522         'build-aux'.
17523         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
17524         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
17525         ../build-aux/.
17526
17527 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
17528
17529         * modules/chdir-long (Depends-on): Add mempcpy.
17530
17531         * modules/acl, modules/backupfile, modules/c-strtod,
17532         modules/c-strtold, modules/canon-host, modules/canonicalize,
17533         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
17534         modules/exclude, modules/exitfail, modules/file-type,
17535         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
17536         modules/getdate, modules/getline, modules/getpagesize,
17537         modules/getpass, modules/getugroups, modules/group-member,
17538         modules/hard-locale, modules/hash, modules/human, modules/idcache,
17539         modules/inttostr, modules/long-options, modules/makepath,
17540         modules/md5, modules/memcasecmp, modules/memcoll,
17541         modules/modechange, modules/mountlist, modules/path-concat,
17542         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
17543         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
17544         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
17545         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
17546         modules/strftime, modules/strndup, modules/strverscmp,
17547         modules/timespec, modules/unlocked-io, modules/userspec,
17548         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
17549         modules/yesno:
17550         Remove lib_SOURCES line from Makefile.am section, as this is now
17551         done automatically by the corresponding Autoconf macro.
17552
17553 2005-03-21  Jim Meyering  <jim@meyering.net>
17554
17555         Changes imported from coreutils.
17556
17557         * lib/cycle-check.c: Don't include xalloc.h.
17558
17559         * lib/path-concat.c: Don't include assert.h.
17560         (path_concat): Remove assertion that would have triggered
17561         for ABASE starting with more than one slash.
17562         Reported by Andreas Schwab.
17563
17564         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
17565         properly when ABASE is an absolute file name.
17566         Correct the description of this function.
17567         Include <assert.h>.
17568         Add an assertion and a test driver.
17569         This fixes a bug introduced on 2004-07-02.
17570         Andreas Schwab reported the resulting failure of cp --parents:
17571         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
17572
17573 2005-03-21  Jim Meyering  <jim@meyering.net>
17574
17575         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
17576         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
17577
17578 2005-03-21  Jim Meyering  <jim@meyering.net>
17579         and  Paul Eggert  <eggert@cs.ucla.edu>
17580
17581         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
17582         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
17583         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
17584         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
17585         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
17586         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
17587         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
17588         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
17589         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
17590         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
17591         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
17592         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
17593         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
17594         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
17595         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
17596         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
17597         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
17598         for these modules.
17599
17600 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17601
17602         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
17603         (which shouldn't happen), generate nothing instead of returning 0
17604         immediately, so that nstrftime (NULL, ...) doesn't return 0.
17605
17606 2005-03-16  Bruno Haible  <bruno@clisp.org>
17607
17608         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
17609         HAVE_LONGLONG_64BIT.
17610
17611 2005-03-16  Bruno Haible  <bruno@clisp.org>
17612
17613         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
17614         HAVE_LONGLONG_64BIT.
17615
17616 2005-03-16  Bruno Haible  <bruno@clisp.org>
17617
17618         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
17619         HAVE_LONGLONG_64BIT.
17620
17621 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17622
17623         * lib/strftime.c (my_strftime): Prepend space to format so that we can
17624         reliably distinguish strftime failure from empty output on POSIX
17625         hosts.
17626
17627 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17628
17629         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
17630         (iconv_string): Don't guess a size-zero buffer, as that might cause
17631         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
17632         result would be 'too large', where 'too large' is (heuristically)
17633         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
17634         overflow concerns.  This will prevent some unwanted malloc failures
17635         when the inputs are very large.
17636
17637 2005-03-15  Karl Berry  <karl@gnu.org>
17638
17639         * config/srclist.txt (config.rpath): from gettext.
17640         * config/config.rpath: update.
17641
17642 2005-03-15  Bruno Haible  <bruno@clisp.org>
17643
17644         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
17645         to 'negate'.
17646
17647         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
17648         variable.
17649
17650         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
17651         results.
17652
17653 2005-03-14  Simon Josefsson  <jas@extundo.com>
17654
17655         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
17656         <fx@gnu.org>.
17657
17658 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
17659
17660         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
17661         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
17662         intprops.h.
17663         * lib/strtol.c: Likewise.
17664
17665 2005-03-14  Jim Meyering  <jim@meyering.net>
17666
17667         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
17668         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
17669         to be nonzero so that we (and caller) can detect the difference
17670         between a valid zero-length expansion and an error return, even
17671         when the underlying strftime fails before writing anything into
17672         that location.
17673
17674 2005-03-14  Bruno Haible  <bruno@clisp.org>
17675
17676         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
17677         Update from GNU gettext 0.14.3.
17678
17679 2005-03-10  Jim Meyering  <jim@meyering.net>
17680
17681         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
17682
17683 2005-03-10  Jim Meyering  <jim@meyering.net>
17684
17685         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
17686         so that this module works on systems without fchdir.
17687
17688 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
17689
17690         Factor int-properties macros into a single file, except for
17691         glibc-related files.
17692         * lib/intprops.h: New file.
17693         * lib/getloadavg.c: Include it instead of limits.h.
17694         (INT_STRLEN_BOUND): Remove.
17695         * lib/human.c: Include intprops.h.
17696         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
17697         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
17698         302/1000.
17699         * lib/inttostr.h: Include intprops.h instead of limits.h.
17700         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
17701         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
17702         for consistency with intprops.h.
17703         (time_t_is_integer, twos_complement_arithmetic): Use them.
17704         * lib/sig2str.h: Include <signal.h>, intprops.h.
17705         (INT_STRLEN_BOUND): Remove.
17706         * lib/strftime.c (TYPE_SIGNED): Remove.
17707         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
17708         * lib/strtol.c: Adjust comments to match intprops.h.
17709         * lib/userspec.c: Include intprops.h.
17710         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
17711         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
17712         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
17713         instead of rolling our own expressions.
17714         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
17715
17716         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
17717         instead of int.
17718         (my_strftime): Do not mishandle years close to INT_MAX, by doing
17719         the right thing even if adding 1900 would overflow.  Similarly
17720         for tm_mon + 1 and tm_yday + 1.
17721         Make %Y always equivalent to %C%y, and similarly for %G and %g.
17722         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
17723         (DO_SIGNED_NUMBER): New macro.
17724         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
17725
17726 2005-03-07  Bruno Haible  <bruno@clisp.org>
17727
17728         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
17729
17730 2005-03-07  Bruno Haible  <bruno@clisp.org>
17731
17732         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
17733
17734 2005-03-04  Derek R. Price  <derek@ximbiot.com>
17735
17736         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
17737         (func_import): Only replace files via --import when they have actually
17738         changed.
17739
17740 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17741
17742         * m4/mmap-anon.m4: New file.
17743         * m4/pagealign_alloc.m4: New file.
17744
17745 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17746             Bruno Haible  <bruno@clisp.org>
17747
17748         * modules/pagealign_alloc: New file.
17749         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
17750
17751 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17752             Bruno Haible  <bruno@clisp.org>
17753
17754         * lib/pagealign_alloc.h: New file.
17755         * lib/pagealign_alloc.c: New file.
17756
17757 2005-03-03  Bruno Haible  <bruno@clisp.org>
17758
17759         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
17760         Use an all-permissive copyright notice, recommended by RMS.
17761
17762 2005-03-02  Bruno Haible  <bruno@clisp.org>
17763
17764         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
17765         of AIX, the replacement has to be done only after <string.h> is
17766         included, therefore not in config.h. stpncpy.h does the replacement,
17767         and stpncpy.c uses it.
17768
17769 2005-03-02  Bruno Haible  <bruno@clisp.org>
17770
17771         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
17772         stpncpy.c uses it.
17773
17774 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17775
17776         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
17777         The workaround isn't strictly needed for POSIX conformance, and
17778         it's too much of a pain to configure and maintain.  We'll ask
17779         people to fix their kernels instead.
17780         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
17781         (NANOSLEEP_BUG_WORKAROUND): Remove.
17782         (xnanosleep): Remove the workaround.
17783
17784 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17785
17786         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
17787         Reported by Derek Price.
17788         (Include): Add "timespec.h".
17789
17790         * modules/xnanosleep (Depends-on): Remove gethrxtime.
17791
17792 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17793
17794         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
17795         to detect nanosleep bug.
17796
17797 2005-03-01  Bruno Haible  <bruno@clisp.org>
17798
17799         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
17800
17801 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17802
17803         * modules/gethrxtime: New file.
17804         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
17805         (Depends-on): Add gethrxtime.
17806         (configure.ac): Add gl_XNANOSLEEP.
17807         (Makefile.am): Remove lib_SOURCES line.
17808
17809 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17810
17811         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
17812         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
17813
17814 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17815
17816         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
17817         * lib/timespec.h (gettime): Return void, since it always
17818         succeeds now.  All uses changed.
17819         * lib/gettime.c (gettime) Likewise.
17820         [HAVE_NANOTIME]: Prefer nanotime.
17821         Assume gettimeofday succeeds, as POSIX requires.
17822         Assime time () succeeds, since other code already does.
17823         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
17824         (timespec_subtract): Remove.
17825         (NANOSLEEP_BUG_WORKAROUND): New constant.
17826         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
17827         things considerably.  Use it only on GNU/Linux hosts, since the
17828         workaround shouldn't be needed elsewhere.
17829
17830 2005-02-24  Bruno Haible  <bruno@clisp.org>
17831
17832         * modules/gettext (Files): Add m4/glibc2.m4.
17833
17834 2005-02-24  Bruno Haible  <bruno@clisp.org>
17835
17836         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
17837         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
17838         * m4/progtest.m4:
17839         Update from GNU gettext 0.14.2.
17840         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
17841
17842 2005-02-24  Bruno Haible  <bruno@clisp.org>
17843
17844         * lib/localcharset.c: Update from GNU gettext 0.14.2.
17845         * lib/config.charset: Update from GNU gettext 0.14.2.
17846
17847 2005-02-24  Bruno Haible  <bruno@clisp.org>
17848
17849         * lib/gettext.h: Update from GNU gettext 0.14.2.
17850
17851 2005-02-23  Simon Josefsson  <jas@extundo.com>
17852
17853         * m4/iconvme.m4: New file.
17854
17855 2005-02-23  Jim Meyering  <jim@meyering.net>
17856
17857         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
17858         change.
17859         Thanks to Bruno Haible for catching it.
17860
17861 2005-02-22  Simon Josefsson  <jas@extundo.com>
17862
17863         * modules/iconvme: New file.
17864
17865         * MODULES.html.sh: Add iconvme.
17866
17867 2005-02-22  Simon Josefsson  <jas@extundo.com>
17868
17869         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
17870
17871 2005-02-22  Simon Josefsson  <jas@extundo.com>
17872
17873         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
17874
17875 2005-02-22  Jim Meyering  <jim@meyering.net>
17876
17877         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
17878         s/ifndef/ifdef/.
17879
17880 2005-02-20  Neil Conway  <neilc@samurai.com>
17881
17882         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
17883         returned by OSX/Darwin if the specified buffer is not large
17884         enough for the hostname.
17885
17886 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17887
17888         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
17889         pass it to _help, otherwise the latter coredumps trying to
17890         dereference state.root_argp.
17891
17892 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17893
17894         * modules/chdir-long (Depends-on): Add memrchr.
17895         * modules/memrchr (Files): Add lib/memrchr.h.
17896         (Include): "memrchr.h".
17897
17898 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17899
17900         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
17901
17902 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17903
17904         * lib/memrchr.h: New file.
17905         * lib/chdir-long.c: Include it.
17906         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
17907         Don't bother including stddef.h.
17908
17909 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17910
17911         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
17912         inclusion.
17913         Include <sys/types.h>, for dev_t.
17914         (ME_DUMMY, ME_REMOTE): Move from here....
17915         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
17916         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
17917         Dmitry V. Levin.
17918         Include mountlist.h first, to test the interface.
17919
17920 2005-01-29  Bruno Haible  <bruno@clisp.org>
17921
17922         * lib/progname.c (program_name): Initialize.
17923         Needed when linking statically on MacOS X.
17924
17925 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17926
17927         Sync from coreutils.
17928         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
17929         (Depends-on): Add c-strtod.
17930         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
17931
17932 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17933
17934         Sync from coreutils.
17935         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
17936
17937         Remove files that are specific to coreutils.
17938         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
17939
17940 2005-01-28  Bruno Haible  <bruno@clisp.org>
17941
17942         * modules/javacomp: New file.
17943         * MODULES.html.sh (Java): Add javacomp.
17944
17945 2005-01-28  Bruno Haible  <bruno@clisp.org>
17946
17947         * m4/javacomp.m4: New file, from GNU gettext.
17948
17949 2005-01-28  Bruno Haible  <bruno@clisp.org>
17950
17951         * lib/javacomp.sh.in: New file, from GNU gettext.
17952         * lib/javacomp.h: New file, from GNU gettext.
17953         * lib/javacomp.c: New file, from GNU gettext.
17954
17955 2005-01-26  Simon Josefsson  <jas@extundo.com>
17956
17957         * lib/gai_strerror.c: Use GPL in header.
17958
17959 2005-01-26  Bruno Haible  <bruno@clisp.org>
17960
17961         * modules/javaexec: New file.
17962         * MODULES.html.sh (Java): Add javaexec.
17963
17964 2005-01-26  Bruno Haible  <bruno@clisp.org>
17965
17966         * m4/javaexec.m4: New file, from GNU gettext.
17967
17968 2005-01-26  Bruno Haible  <bruno@clisp.org>
17969
17970         * lib/javaexec.sh.in: New file, from GNU gettext.
17971         * lib/javaexec.h: New file, from GNU gettext.
17972         * lib/javaexec.c: New file, from GNU gettext.
17973
17974 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17975
17976         * modules/lchown (Depends-on): Remove lchown.h
17977
17978 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17979
17980         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
17981         must be defined if the header file was not found, in order
17982         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
17983
17984 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17985
17986         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
17987         initializers for struct pentry_state.
17988         (__argp_error): Check return value of __asprintf
17989         (__argp_failure): Translate error message
17990
17991         * lib/argp-parse.c: Removed braces around the expansion of N_()
17992
17993 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17994
17995         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
17996         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
17997         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
17998         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
17999         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
18000         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
18001         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
18002         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
18003         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
18004         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
18005         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
18006         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
18007         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
18008         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
18009         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
18010         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
18011         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
18012         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
18013         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
18014         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
18015         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
18016         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
18017         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
18018         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
18019         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
18020         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
18021         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
18022         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
18023         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
18024         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
18025         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
18026         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
18027         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
18028         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
18029         xstrtol.m4, xstrtoumax.m4, yesno.m4:
18030         Use an all-permissive copyright notice, recommended by RMS.
18031
18032 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
18033
18034         * modules/chdir-long (Depends-on): Remove mempcpy.
18035
18036 2005-01-21  Jim Meyering  <jim@meyering.net>
18037
18038         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
18039         same value as for Solaris 9.
18040
18041         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
18042         component length.  This included changing the parameter to be
18043         of type `char *' rather than `char const *'.
18044         * lib/chdir-long.h (chdir_long): Update prototype.
18045
18046         * lib/openat.c (fdopendir, fstatat): New functions.
18047         * lib/openat.h: Include headers required for use of DIR and struct
18048         stat.
18049         [AT_SYMLINK_NOFOLLOW]: Define.
18050         (fdopendir, fstatat): Add prototypes.
18051
18052 2005-01-21  Bruno Haible  <bruno@clisp.org>
18053
18054         * modules/classpath: New file.
18055         * MODULES.html.sh (Java): Add classpath.
18056
18057 2005-01-21  Bruno Haible  <bruno@clisp.org>
18058
18059         * lib/classpath.h: New file, from GNU gettext.
18060         * lib/classpath.c: New file, from GNU gettext.
18061
18062 2005-01-20  Simon Josefsson  <jas@extundo.com>
18063
18064         * modules/version-etc-fsf: New file.
18065
18066 2005-01-20  Simon Josefsson  <jas@extundo.com>
18067
18068         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
18069         * lib/version-etc.c: Remove version_etc_copyright.
18070         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
18071         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
18072
18073 2005-01-20  Simon Josefsson  <jas@extundo.com>
18074
18075         * lib/base64.h (isbase64): Add.
18076
18077         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
18078         using a unsigned prototype, don't inline.
18079         (base64_decode): Use it.
18080
18081 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18082
18083         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
18084         it.
18085
18086 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18087
18088         * lib/save-cwd.c (save_cwd): Remove code to support the case
18089         where fchdir is missing or flaky.
18090
18091 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18092
18093         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
18094
18095 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
18096
18097         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
18098         AC_LIBSOURCES now does this.
18099         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
18100         with new ullong_max module.
18101
18102 2005-01-19  Bruno Haible  <bruno@clisp.org>
18103
18104         * modules/sh-quote: New file.
18105         * MODULES.html.sh (Executing programs): Add sh-quote.
18106
18107 2005-01-19  Bruno Haible  <bruno@clisp.org>
18108
18109         * lib/sh-quote.h: New file, from GNU gettext.
18110         * lib/sh-quote.c: New file, from GNU gettext.
18111
18112 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18113
18114         Merge from coreutils.
18115         * m4/ullong_max.m4: New file.
18116         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
18117         (gl_MACROS): Assume localeconv exists.
18118
18119 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18120
18121         Merge changes from coreutils, as described below in several
18122         changelogs dated today.
18123
18124         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
18125         (O_DIRECTORY): Remove; not needed here, since "." must be
18126         a directory.  All uses removed.
18127         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
18128         universal on Suns, and we also need to test for IRIX.
18129         Revamp code to use 'if' rather than '#if'.
18130         Avoid unnecessary comparison of cwd->desc to 0.
18131
18132         * lib/utimens.c (futimens): Robustify the previous patch, by checking
18133         for known valid error numbers rather than observed invalid ones.
18134
18135 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18136
18137         * modules/ullong_max: New file.
18138
18139         * modules/chdir-long, modules/openat: New files.
18140         * modules/save-cwd (Depends-on): Depend on chdir-long.
18141         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
18142
18143 2005-01-18  Jim Meyering  <jim@meyering.net>
18144
18145         Merge from coreutils.
18146         * m4/chdir-long.m4, m4/openat.m4: New files.
18147         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
18148         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
18149         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
18150         is sane and DOES follow symlinks.  Besides, testing 20 different
18151         systems found no broken chown implementations.
18152         Prompted by a change in rsync's copy of this macro.
18153         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
18154
18155         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
18156
18157         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
18158         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
18159         NULL-means-set-to-current-time semantics.
18160         Remove temporary file immediately, rather than waiting
18161         for configure's at-exit trap code to do it.
18162
18163 2005-01-18  Jim Meyering  <jim@meyering.net>
18164
18165         * lib/version-etc.c (version_etc_copyright): Update copyright date.
18166
18167         * lib/utimens.c (futimens): Account for the fact that futimes
18168         can also fail with errno == ENOSYS or errno == ENOENT.
18169         Patch from Dmitry V. Levin.
18170
18171         Change the name of the robust chdir function from chdir to chdir_long.
18172         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
18173         (restore_cwd): Use chdir_long, not chdir.
18174         * lib/chdir-long.c: Renamed from chdir.c.
18175         * lib/chdir-long.h: Renamed from chdir.h.
18176         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
18177         Hurd.
18178
18179 2005-01-18  Bruno Haible  <bruno@clisp.org>
18180
18181         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
18182         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
18183         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
18184         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
18185         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
18186         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
18187         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
18188         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
18189         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
18190         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
18191         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
18192         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
18193         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
18194         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
18195         Use an all-permissive copyright notice, recommended by RMS.
18196
18197 2005-01-18  Bob Proulx  <bob@proulx.com>
18198
18199         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
18200         simplify offsetof() macro construct to avoid compile failure with
18201         native HP-UX 11.0 ANSI C compiler.
18202
18203 2005-01-17  Bruno Haible  <bruno@clisp.org>
18204
18205         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
18206         redundant because stpncpy.m4 takes care of it.
18207
18208 2005-01-17  Bruno Haible  <bruno@clisp.org>
18209
18210         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
18211
18212 2005-01-17  Bruno Haible  <bruno@clisp.org>
18213
18214         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
18215         used.
18216
18217 2005-01-17  Bruno Haible  <bruno@clisp.org>
18218
18219         * lib/fwriteerror.h (fwriteerror): Change specification to include
18220         fclose.
18221         * lib/fwriteerror.c: Include <stdbool.h>.
18222         (fwriteerror): At the end, close the file stream. Record whether
18223         stdout was already closed.
18224
18225 2005-01-17  Bruno Haible  <bruno@clisp.org>
18226
18227         * lib/execute.c (environ): Declare if needed.
18228         * lib/pipe.c (environ): Likewise.
18229         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
18230
18231 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18232
18233         * modules/argp: Depend on vsnprintf
18234
18235 2005-01-10  Jim Meyering  <jim@meyering.net>
18236
18237         * modules/closeout (Depends-on): Add atexit.
18238
18239 2005-01-06  Bruno Haible  <bruno@clisp.org>
18240
18241         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
18242
18243 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18244
18245         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
18246         definitions to be after all include files, to avoid collisions.
18247         Problem reported by Bob Proulx.
18248
18249 2005-01-04  Jim Meyering  <jim@meyering.net>
18250
18251         Changes imported from coreutils.
18252         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
18253         as the mkstemp template, use a temporary directory and an
18254         8.3-friendly template to avoid trouble on systems like DJGPP.
18255         Reported by Juan M. Guerrero via Stepan Kasal.
18256         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
18257         close. Remove the temporary directory right away, rather than waiting
18258         for configure's at-exit trap code to do it.
18259         Suggestion from Stepan Kasal.
18260
18261 2005-01-01  Simon Josefsson  <jas@extundo.com>
18262
18263         * gnulib-tool: Print #include directives when --import'ing.
18264
18265 2004-12-28  Simon Josefsson  <jas@extundo.com>
18266
18267         * tests/test-base64.c: Include required header files.  Remove
18268         unused variables.
18269
18270 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
18271
18272         * modules/error (Depends-on): Remove gettext.
18273
18274 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
18275
18276         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
18277         not needed.  This removes a dependency on the gettext module.
18278         [defined _LIBC]: Do not include <libintl.h>; not needed.
18279
18280 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
18281
18282         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
18283         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
18284
18285 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
18286
18287         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
18288         HAVE_DECL_STRTOLD.
18289
18290 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18291
18292         * modules/getdate (Depends-on): Remove alloca-opt.
18293
18294 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18295
18296         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
18297
18298 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18299
18300         * lib/argp-parse.c: Include <stddef.h>.
18301         (alignof, alignto): New macros.
18302         (parser_init): Don't assume that void * is aligned sufficiently
18303         for struct option.
18304
18305         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
18306         need to extend the stack.
18307         (YYINITDEPTH): New macro, so that the initial stack isn't overly
18308         large.
18309
18310 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18311
18312         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
18313
18314 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
18315
18316         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
18317         (2004-10-24) change.  Apparently this was a false alarm.
18318
18319         * modules/getdate: Depend on alloca-opt, not alloca.
18320
18321 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
18322
18323         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
18324         Remove now-obsolete comment about AIX.
18325         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
18326         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
18327         (YYMAXDEPTH): New macro.
18328
18329 2004-12-18  Simon Josefsson  <jas@extundo.com>
18330
18331         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
18332
18333 2004-12-18  Bruno Haible  <bruno@clisp.org>
18334
18335         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
18336
18337 2004-12-18  Bruno Haible  <bruno@clisp.org>
18338
18339         * lib/fatal-signal.c (fatal_signals): Make non-const.
18340         (init_fatal_signals): New function.
18341         (uninstall_handlers, install_handlers): Ignore signals that were set to
18342         SIG_IGN.
18343         (at_fatal_signal): Call init_fatal_signals.
18344         (init_fatal_signal_set): Likewise. Ignore signals that were set to
18345         SIG_IGN.
18346         Reported by Paul Eggert.
18347
18348 2004-12-18  Bruno Haible  <bruno@clisp.org>
18349
18350         * doc/alloca.texi: New file.
18351         * doc/alloca-opt.texi: New file.
18352
18353 2004-12-17  Jim Meyering  <jim@meyering.net>
18354
18355         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
18356         Otherwise, install-sh could exit with improper exit status when
18357         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
18358
18359 2004-12-16  Simon Josefsson  <jas@extundo.com>
18360
18361         * tests/test-base64.c: Add license.
18362
18363 2004-12-15  Stepan Kasal  <address@hidden>
18364
18365         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
18366
18367 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
18368
18369         * modules/getcwd (Files): Add m4/d-ino.m4.
18370         Suggested by Mark D. Baushke.
18371
18372 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18373
18374         * lib/getdate.y (textint): New member "negative".
18375         (time_zone_hhmm): New function.
18376         Expect 14 shift-reduce conflicts, not 13.
18377         (o_colon_minutes): New rule.
18378         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
18379         (yylex): Set the "negative" member of signed numbers.
18380
18381 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18382
18383         * doc/getdate.texi (Time of day items, Time zone items):
18384         Describe new formats +00:00, UTC+00:00.
18385
18386 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18387
18388         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
18389         spurious "-l"s.  Problem reported by Stepan Kasal.
18390
18391 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
18392
18393         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
18394         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
18395
18396 2004-12-04  Simon Josefsson  <jas@extundo.com>
18397
18398         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
18399         Vandoorselaere <yoann@prelude-ids.org>.
18400
18401 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18402
18403         Changes imported from coreutils.
18404         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
18405         exist.
18406         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
18407
18408 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18409
18410         Changes imported from coreutils.
18411         * lib/hard-locale.c: Assume <locale.h> exists.
18412         Include "strdup.h".
18413         (GLIBC_VERSION): New macro.
18414         (hard_locale): Assume setlocale exists.
18415         Rewrite to avoid #ifdef.
18416         Use strdup rather than malloc + strcpy.
18417         * lib/human.c: Assume <locale.h> exists.
18418         (human_readable): Assume localeconv exists.
18419
18420 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18421
18422         * modules/hard-locale (Depends-on): Add strdup.
18423
18424 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
18425
18426         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
18427         convert T2, not T.  (Imported from libc.)
18428
18429 2004-11-30  Simon Josefsson  <jas@extundo.com>
18430
18431         * modules/restrict (License): Change to LGPL.
18432
18433 2004-11-30  Simon Josefsson  <jas@extundo.com>
18434
18435         * m4/restrict.m4: Add copyright and copying conditions.
18436
18437 2004-11-30  Simon Josefsson  <jas@extundo.com>
18438
18439         * m4/base64.m4: New file.
18440
18441 2004-11-30  Simon Josefsson  <jas@extundo.com>
18442
18443         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
18444         base64.
18445
18446         * tests/test-base64.c: New file.
18447
18448         * modules/base64: New file.
18449
18450 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18451
18452         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
18453         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
18454
18455         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
18456
18457 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18458
18459         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
18460         (__getcwd.c): Don't restore errno; glibc doesn't.
18461         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
18462         first, falling back to our code only if its results look suspicious.
18463         Ensure that the resulting buffer is only as large as necessary.
18464
18465         * lib/readutmp.c: Include readutmp.h first.
18466         Include <errno.h>, since readutmp.h no longer does that.
18467         * lib/readutmp.h: Don't include <errno.h>,
18468         <sys/param.h>, <time.h>; not needed to establish interface.
18469         (errno): Remove decl.
18470         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
18471         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
18472         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
18473
18474 2004-11-28  Simon Josefsson  <jas@extundo.com>
18475
18476         * lib/base64.h, base64.c: New file.
18477
18478 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
18479
18480         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
18481
18482 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
18483
18484         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
18485         (Depends-on): Remove pathmax, same.  Add mempcpy.
18486         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
18487         (Makefile.am): Append getcwd.h to lib_SOURCES.
18488         (Include): Add getcwd.h.
18489         (Maintainer): Change from Jim Meyering to "all, glibc",
18490         since getdate now uses intended-for-glibc code.
18491         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
18492         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
18493
18494 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18495
18496         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
18497         HP's ANSI C compiler.
18498         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
18499         Declaring int functions causes warnings on some modern systems and
18500         shouldn't be needed to compile on ancient ones.
18501         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
18502         defined.
18503
18504         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
18505         with the following changes.
18506         (__set_errno): Parenthesize properly.
18507         Include <stdbool.h>.
18508         (MIN, MAX, MATCHING_INO): New macros.
18509         (__getcwd): Define with prototype, not K&R form.
18510         Use heuristics to allocate default buffer on stack if possible.
18511         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
18512         behavior, and to avoid the PATH_MAX limit when computing
18513         ../../../../...
18514         Use MATCHING_INO to compare inode number to file.
18515         Check for arithmetic overflow in size calculations.
18516         Fix bug in reallocation of dot array that caused getcwd to fail
18517         on directories nested deeper than 75.
18518         Be more careful about saving errno on error.
18519         Do not use realloc; use only free+malloc, as this is a bit
18520         more flexible and avoids a needless copy operation.
18521         Do not inspect st_dev and st_ino for symbolic links; POSIX
18522         doesn't specify the latter.
18523         Check for closedir errors.
18524         Avoid needless casts.
18525         Use "#ifdef weak_alias" around weak_alias, to be like other
18526         glibc code.
18527         The following changes to getcwd.c have effect only when used in
18528         gnulib; they have no effect inside glibc proper.
18529         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
18530         as alloca isn't used.
18531         (alloca, __alloca): Likewise.
18532         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
18533         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18534         unconditionally, as gnulib assumes C89 or better.
18535         Do not include <sys/param.h>.
18536         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
18537         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
18538         better.
18539         (NULL) [!defined NULL]: Remove; we assume C89 or better.
18540         Include <dirent.h> in a way that is compatible with modern Autoconf.
18541         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
18542         New macros, if not already defined.
18543         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
18544         Use "_LIBC", not "defined _LIBC", for consistency.
18545         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
18546         a mempcpy module.
18547         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
18548         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
18549         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
18550         credit only to Jim Meyering and adjust the copyright dates.
18551         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
18552         <stdlib.h>, <unistd.h>, "pathmax.h".
18553         Instead, include "xgetcwd.h" (first) and "getcwd.h".
18554         (INITIAL_BUFFER_SIZE): Remove.
18555         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
18556
18557 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18558
18559         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
18560         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
18561         Use the _ONCE methods, for efficiency.
18562         Check for fcntl.h.  In test program, include <errno.h>
18563         and <fcntl.h> if available.  Remove old K&R cruft from
18564         test program.  Check for common errors in GNU/Linux,
18565         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
18566         don't do AC_LIBOBJ, as that's getcwd.m4's job.
18567         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
18568         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
18569         name accordingly.
18570         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
18571         accommodate new getcwd.c.
18572         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
18573         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
18574         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
18575         that's all we need now.
18576
18577 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18578
18579         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
18580         argp-parse.c depends on getopt internals, that means we should
18581         always use our getopt, to be on the safe side.
18582         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
18583         order not to spoil the result of an eventual previous invocation
18584         of gl_GETOPT_SUBSTITUTE.
18585
18586 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18587
18588         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
18589         redefinition warnings. To avoid them, include the defines
18590         in `#if !defined __need_getopt ... #endif'. The only place
18591         where __getopt_argv_const is used is in definitions
18592         of getopt_long and getopt_long_only below, which are as well
18593         protected by `#ifndef __need_getopt'.
18594         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
18595         __need_getopt after including <stdio.h> and <unistd.h> These
18596         headers might have defined it.
18597
18598 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18599
18600         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
18601
18602 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18603
18604         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
18605         (futimens): New function, which uses futimes if available.
18606         (futimens, utimens): Support timespec==NULL, with same semantics
18607         as utime and utimens.
18608         * lib/utimens.h (futimens): New decl.
18609
18610 2004-11-23  Jim Meyering  <jim@meyering.net>
18611
18612         * lib/getopt_.h: Remove trailing blanks.
18613
18614 2004-11-23  Jim Meyering  <jim@meyering.net>
18615
18616         * lib/__fpending.c: Add comment.
18617
18618 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
18619
18620         * modules/canonicalize (Depends-on): Add xreadlink.
18621         Problem reported by James Youngman.
18622
18623 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18624
18625         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
18626         New macros.
18627         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
18628         optopt): Use them instead of invoking ## directly; otherwise, the
18629         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
18630
18631 2004-11-19  Bruno Haible  <bruno@clisp.org>
18632
18633         * lib/strtok_r.c: Move comments from here...
18634         * lib/strtok_r.h: ... to here.
18635
18636 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18637
18638         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
18639         implementations that mishandle size_t overflow.
18640
18641 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18642
18643         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
18644         might fail.  Problem reported by Yoann Vandoorselaere.
18645         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
18646         implementations that mishandle size_t overflow.
18647
18648 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18649
18650         * modules/canon-host (Depends-on): Add strdup.
18651
18652 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18653
18654         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
18655
18656 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18657
18658         * lib/canon-host.c: Include "strdup.h".
18659         (canon_host): Use getaddrinfo if available, so that IPv6 works.
18660         Use strdup instead of malloc/strcpy to duplicate strings.
18661
18662         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
18663         (human_space_before_unit): New constant.
18664         * lib/human.c (human_readable): Support it.
18665
18666         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
18667         (xgetcwd): Set errno correctly when failing.
18668         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
18669         the failure is actually due to a PATH_MAX problem.
18670
18671         Further getopt changes to make it more likely that glibc will
18672         buy the changes back.
18673         * lib/getopt.c (POSIXLY_CORRECT): New constant.
18674         (getopt): Use it, so to preserve glibc semantic
18675         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
18676         when compiling for libc.
18677         * lib/getopt_.h (__getopt_argv_const): Bring it back.
18678         (getopt_long, getopt_long_only): Use it.
18679
18680         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18681         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
18682         (getopt): Argv is now char * const *, as per standard.
18683         (_getopt_internal_r, _getopt_internal): Argv is now char **,
18684         not char *__getopt_argv_const *.
18685         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18686         _getopt_long_only_r): Likewise.
18687         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
18688         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18689         _getopt_long_r, _getopt_long_only_r): Likewise.
18690         * lib/getopt_.h (__getopt_argv_const): Remove.
18691         (getopt): Argv is now char * const *, as per standard.
18692
18693         * lib/getdate.y (tORDINAL): New token.
18694         (day, relunit): Allow it for relative times.
18695         (relative_time_table): Use tORDINAL for ordinals.
18696
18697 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18698
18699         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
18700         Document that "second" isn't allowed as an ordinal number.
18701
18702 2004-11-16  Jim Meyering  <jim@meyering.net>
18703
18704         * modules/closeout (Depends-on): Add fpending.
18705
18706 2004-11-15  Jim Meyering  <jim@meyering.net>
18707
18708         * lib/closeout.c: Include "__fpending.h" once again.
18709         Include <stdbool.h>.
18710         (close_stdout): Don't fail just because stdout was closed initially,
18711         since some programs don't write to stdout in the normal course of
18712         operation (other than --version and --help), and we don't want this
18713         function to make e.g. `touch file >&-' fail.
18714         But do fail if it was closed and someone has tried to write to it.
18715         E.g., `printf foo >&-' must fail.
18716
18717 2004-11-13  Jim Meyering  <jim@meyering.net>
18718
18719         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
18720
18721 2004-11-12  Simon Josefsson  <jas@extundo.com>
18722
18723         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
18724         small doc fix is still pending.
18725
18726 2004-11-11  Simon Josefsson  <jas@extundo.com>
18727
18728         * modules/strtok_r: New file.
18729
18730         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18731         strtok_r.
18732
18733 2004-11-11  Simon Josefsson  <jas@extundo.com>
18734
18735         * m4/strtok_r.m4: New file.
18736
18737         * m4/getopt.m4: Replace opterr.
18738
18739 2004-11-11  Simon Josefsson  <jas@extundo.com>
18740
18741         * lib/strtok_r.h, strtok_r.c: New file.
18742
18743 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18744
18745         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
18746         of replacing opterr, getopt, etc.  This should handle the
18747         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
18748
18749 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18750
18751         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
18752         we can stop lying to compilers about the constness of argv when we
18753         are compiled outside glibc.
18754         (getopt, getopt_long, getopt_long_only): Use it.
18755         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18756         _getopt_internal, getopt): Likewise.
18757         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18758         _getopt_long_only_r): Likewise.
18759         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18760         _getopt_long_r, _getopt_long_only_r): Likewise.
18761
18762         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
18763         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
18764         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
18765         the other external symbols.
18766         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
18767         declaration, since the above renaming now works around collisions.
18768
18769 2004-11-11  Jim Meyering  <jim@meyering.net>
18770
18771         * lib/linebreak.c: Remove trailing blanks.
18772         * lib/alloca_.h: Likewise.
18773         * lib/acosl.c: Likewise.
18774         * lib/euidaccess.c: Likewise.
18775         * lib/allocsa.h: Likewise.
18776
18777 2004-11-10  Simon Josefsson  <jas@extundo.com>
18778
18779         * m4/getaddrinfo.m4: New file.
18780
18781 2004-11-10  Simon Josefsson  <jas@extundo.com>
18782
18783         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
18784
18785 2004-11-10  Simon Josefsson  <jas@extundo.com>
18786
18787         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18788         getaddrinfo.
18789
18790         * modules/getaddrinfo: New file.
18791
18792 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18793
18794         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
18795
18796 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18797
18798         * lib/mktime.c (SHR): New macro, which is a portable
18799         substitute for >> that should work even on Crays.
18800         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
18801         Problem reported by Mark D. Baushke in
18802         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
18803         * lib/getdate.y (SHR): Likewise.
18804         (tm_diff): Use it.
18805         * lib/strftime.c (SHR): Likewise.
18806         (tm_diff): Use it.
18807         * lib/quotearg.c (struct quoting_options): Use unsigned int for
18808         quote_these_too, so that right shifts are well defined.  All uses
18809         changed.
18810
18811 2004-11-10  Jim Meyering  <jim@meyering.net>
18812
18813         Ensure that no close failure goes unreported.
18814         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
18815         return early when it seems there's nothing to flush.
18816         Don't include __fpending.h.
18817
18818 2004-11-10  Jim Meyering  <jim@meyering.net>
18819
18820         * modules/closeout (Depends-on): Remove fpending.
18821
18822 2004-11-10  Jim Meyering  <jim@meyering.net>
18823
18824         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
18825
18826 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18827
18828         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
18829         gl_FUNC_STRFTIME.
18830         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
18831         and AC_REQUIRE when possible, to avoid duplicate checks.
18832         Check for <wchar.h>.
18833
18834 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18835
18836         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
18837
18838 2004-11-09  Bruno Haible  <bruno@clisp.org>
18839
18840         * m4/sockpfaf.m4: New file.
18841
18842 2004-11-05  Bruno Haible  <bruno@clisp.org>
18843
18844         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
18845         Reported by Mark D. Baushke <mdb@cvshome.org>.
18846
18847 2004-11-04  Bruno Haible  <bruno@clisp.org>
18848
18849         2004-09-11  Bruno Haible  <bruno@clisp.org>
18850                 * allocsa.valgrind: New file.
18851         2004-02-06  Bruno Haible  <bruno@clisp.org>
18852                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
18853                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
18854                 Reported by Christopher Seip <chris.seip@hp.com>.
18855
18856 2004-11-04  Bruno Haible  <bruno@clisp.org>
18857
18858         * modules/allocsa (Files): Add lib/allocsa.valgrind.
18859         (Makefile.am): Distribute it.
18860
18861 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
18862
18863         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
18864         with errno == ERANGE if the buffer is too small.
18865         Problem reported by Mark D. Baushke.
18866
18867 2004-11-03  Albert Chin  <china@thewrittenword.com>
18868             Paul Eggert  <eggert@cs.ucla.edu>
18869
18870         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
18871         equivalent, substitute $ac_type for equivalent type rather than
18872         blindly using uint32_t *always* which won't work if uint32_t is not
18873         available.  Define _UINT32_T to work around typedef of uint32_t if
18874         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
18875         2.5.1.
18876
18877 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18878
18879         * m4/jm-macros.m4: Sync from coreutils.
18880         (gl_MACROS): Check for mbrlen, for pathchk.
18881         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
18882
18883 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18884
18885         * lib/xreadlink.c (MAXSIZE): New macro.
18886         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
18887         size does not exceed MAXSIZE.  Avoid cast.
18888         As suggested by Mark D. Baushke in
18889         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
18890         if readlink fails with buffer size just under MAXSIZE, try again
18891         with MAXSIZE.
18892
18893 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18894
18895         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
18896
18897 2004-11-02  Derek R. Price  <derek@ximbiot.com>
18898         and  Paul Eggert  <eggert@cs.ucla.edu>
18899
18900         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
18901         (get_date): Overparenthesize to avoid GCC warning.
18902
18903 2004-11-02  Bruno Haible  <bruno@clisp.org>
18904
18905         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
18906         returns void.
18907
18908 2004-11-02  Bruno Haible  <bruno@clisp.org>
18909
18910         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
18911         function returns void.
18912
18913 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18914
18915         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
18916         fflush_unlocked, flockfile, funlockfile, funlockfile,
18917         fputs_unlocked, putc_unlocked.
18918
18919 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18920
18921         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18922         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
18923         already declared.
18924
18925 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18926
18927         * modules/getdate (Files): Add doc/getdate.texi.
18928         (Depends-on): Add setenv, xalloc.
18929
18930 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18931
18932         * lib/getdate.y: Add support for TZ="foo" within a date string.
18933         Fix some bugs near time_t boundaries.  Reject dates with
18934         out-of-range components, e.g., "Sept 31".
18935         Include <stdlib.h>, "setenv.h", "xalloc.h".
18936         (ISDIGIT_LOCALE): Remove; unused.
18937         Note that the TZ and time functions used here are not reentrant.
18938         (mktime_ok, get_tz): New functions.
18939         (TZBUFSIZE): New constant.
18940         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
18941         This requires that we sometimes generate our own TZ="XXX..." setting.
18942
18943 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18944
18945         * doc/getdate.texi: New file, from coreutils with modifications for
18946         the new TZ parsing.
18947
18948 2004-10-27  Derek R. Price  <derek@ximbiot.com>
18949
18950         * lib/mktime.c (not_equal_tm): Remove redundant check.
18951
18952 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18953
18954         * modules/regex (lib_SOURCES): Add regex.c.
18955         Reported by James Youngman in
18956         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
18957
18958 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18959
18960         * lib/getdate.y: Use Bison 1.875 features, and some minor
18961         code cleanups.  This change does not affect semantics.
18962         Don't include <stdlib.h>; no longer needed.
18963         Don't include unlocked-io.h; only the "#if TEST" code uses
18964         stdio, and performance isn't crucial there.
18965         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
18966         Bison 1.875 features as described below.
18967         All uses of "PC." replaced by "pc->".
18968         (YYSTYPE): Add a forward declaration.
18969         (yylex, yyerror): Use full prototypes in forward decls.
18970         Use "%pure-parser" rather than obsolescent "%pure_parser".
18971         Use %parse-param and %lex-param instead of obsolescent
18972         YYPARSE_PARAM and YYLEX_PARAM.
18973         (meridian_table, month_and_day_table, time_units_table,
18974         relative_time_table, time_zone_table, military_table,
18975         lookup_zone, lookup_word, get_date):
18976         Use NULL instead of 0 where appropriate.
18977         (to_hour): Avoid abort (), to avoid a dependency on
18978         stdlib.h.
18979         (yyerror, yylex): Now accepts parser_control * arg.
18980         (main) [TEST]: Use '\0' rather than 0 for char.
18981
18982 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18983
18984         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
18985
18986 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18987
18988         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
18989         It's now the caller's responsibility to handle the case where
18990         !HAVE_GETPAGESIZE && !defined getpagesize.
18991
18992         * lib/mktime.c (leapyear): Arg is long int, not int.
18993
18994 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
18995
18996         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
18997
18998 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18999
19000         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
19001         missing.  Problem reported by James Youngman.
19002
19003 2004-10-16  Simon Josefsson  <jas@extundo.com>
19004
19005         * gnulib-tool: Fix comments.  Fix parse problem.
19006         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
19007
19008 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
19009
19010         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
19011         implementation of getopt_long.  Problem reported by Alexander Taler in:
19012         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
19013
19014 2004-10-15  Bruno Haible  <bruno@clisp.org>
19015
19016         * gnulib-tool: Untabify. Initialize supplied_libname.
19017         (func_usage): More homogenous output.
19018         (func_modules_transitive_closure, func_modules_to_filelist,
19019         func_emit_lib_Makefile_am): New functions.
19020         (func_import): New function, extracted from big case statement. Use
19021         func_get_license, func_modules_transitive_closure,
19022         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
19023         opt_lgpl. Don't use test -a, as it's not portable.
19024         (func_create_testdir): Use func_modules_transitive_closure,
19025         func_modules_to_filelist, func_emit_lib_Makefile_am.
19026
19027 2004-10-15  Bruno Haible  <bruno@clisp.org>
19028
19029         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
19030
19031 2004-10-15  Bruno Haible  <bruno@clisp.org>
19032
19033         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
19034         the portions belonging to each module.
19035         Suggested by Derek Robert Price <derek@ximbiot.com>.
19036
19037 2004-10-12  Simon Josefsson  <jas@extundo.com>
19038
19039         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
19040         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
19041         to real functions.
19042
19043 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19044
19045         * modules/vsnprintf: New file.
19046
19047 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19048
19049         * m4/vsnprintf.m4: New file.
19050
19051 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19052
19053         * lib/vsnprintf.h: New file.
19054         * lib/vsnprintf.c: New file.
19055
19056 2004-10-11  Bruno Haible  <bruno@clisp.org>
19057
19058         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
19059         vsnprintf.
19060
19061 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
19062
19063         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
19064
19065 2004-10-07  Bruno Haible  <bruno@clisp.org>
19066
19067         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
19068         fits into the provided buffer.
19069
19070 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
19071
19072         * lib/diacrit.c, diacrit.h: Add GPL notice.
19073
19074         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
19075         notice.
19076         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
19077         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
19078         This avoids a potential constant-folding bug.
19079
19080 2004-10-05  Bruno Haible  <bruno@clisp.org>
19081
19082         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
19083         for the declaration of strsep.
19084
19085 2004-10-05  Bruno Haible  <bruno@clisp.org>
19086
19087         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
19088
19089 2004-10-04  Simon Josefsson  <jas@extundo.com>
19090
19091         * modules/memmem: New file.
19092         * tests/test-memmem.c: New file.
19093         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
19094
19095 2004-10-04  Simon Josefsson  <jas@extundo.com>
19096
19097         * m4/memmem.m4: New file.
19098
19099 2004-10-04  Simon Josefsson  <jas@extundo.com>
19100
19101         * lib/memmem.h: New file.
19102         * lib/memmem.c: New file, taken from glibc.
19103
19104 2004-10-04  Simon Josefsson  <jas@extundo.com>
19105
19106         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
19107         '#ifdef USE_UNLOCKED_IO'.
19108
19109 2004-10-04  Simon Josefsson  <jas@extundo.com>
19110
19111         * config/srclist.txt: Add memmem from glibc.
19112
19113 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19114
19115         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
19116
19117         * modules/argmatch, modules/argp, modules/closeout, modules/error,
19118         modules/exclude, modules/getdate, modules/getline,
19119         modules/getndelim2, modules/getpass, modules/getpass-gnu,
19120         modules/getusershell, modules/linebuffer, modules/md5,
19121         modules/mountlist, modules/posixtm, modules/readtokens,
19122         modules/readutmp, modules/regex, modules/sha1,
19123         modules/version-etc, modules/yesno:
19124         Remove dependency on unlocked-io.
19125
19126 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19127
19128         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
19129
19130         * m4/unlocked-io.m4: Add copyright notice.
19131         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
19132
19133 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19134
19135         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
19136         * lib/xmalloc.c (xmemdup): Likewise.
19137         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
19138         XFREE): Remove these long-obsolescent macros.
19139         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
19140         * lib/xstrdup.c: Remove.
19141
19142         * lib/regex.c (re_comp): Cast gettext return value to char *,
19143         Problem reported by Martin Neitzel via Mark D. Baushke.
19144
19145 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19146
19147         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
19148         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
19149         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
19150         regex.c, sha1.c, version-etc.c, yesno.c:
19151         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
19152         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
19153         the includer's responsibility.
19154
19155         Sync from coreutils.
19156
19157         * lib/modechange.c (mode_compile): Don't decrement a pointer that
19158         points to the start of a string, as the C Standard says the
19159         resulting behavior is undefined.
19160
19161         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
19162         simple -> simple_backups, numbered_existing ->
19163         numbered_existing_backups, numbered -> numbered_backups
19164         to avoid shadowing problems.  All uses changed.
19165         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
19166         * lib/backupfile.c (check_extension, numbered_backup):
19167         Rename locals to avoid shadowing 'basename'.
19168         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
19169         once.
19170
19171         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
19172         * lib/.cvsignore: Add getopt.h.
19173
19174 2004-10-04  Bruno Haible  <bruno@clisp.org>
19175
19176         * modules/README: New file.
19177         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
19178         not a module.
19179
19180 2004-10-02  Jim Meyering  <jim@meyering.net>
19181
19182         * lib/dirfd.h, getpagesize.h: Add copyright notice.
19183
19184 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19185
19186         * modules/strsep: New file.
19187
19188 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19189
19190         * m4/strsep.m4: New file.
19191
19192 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19193
19194         * lib/strsep.h: New file.
19195         * lib/strsep.c: New file.
19196
19197 2004-10-01  Simon Josefsson  <jas@extundo.com>
19198
19199         * lib/snprintf.c (snprintf): Handle size==0.
19200
19201 2004-10-01  Simon Josefsson  <jas@extundo.com>
19202             Bruno Haible  <bruno@clisp.org>
19203
19204         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
19205         (snprintf): Declare 'args'.
19206
19207 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
19208
19209         * lib/snprintf.c: Remove comments as to why each header is needed.
19210
19211 2004-10-01  Bruno Haible  <bruno@clisp.org>
19212
19213         * MODULES.html.sh: Add strsep.
19214
19215 2004-09-30  Simon Josefsson  <jas@extundo.com>
19216
19217         * modules/snprintf: New file.
19218
19219 2004-09-30  Simon Josefsson  <jas@extundo.com>
19220
19221         * m4/snprintf.m4: New file.
19222
19223 2004-09-30  Simon Josefsson  <jas@extundo.com>
19224
19225         * lib/snprintf.h, lib/snprintf.c: New files.
19226
19227 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19228
19229         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
19230         (hol_entry_help): Never translate an empty string.
19231         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
19232         * lib/argp.h (OPTION_NO_TRANS): New option.
19233
19234 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19235
19236         * modules/argp (Maintainer): Replace Simon Josefsson
19237         by Sergey Poznyakoff.
19238
19239 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19240
19241         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
19242         changes merged back into glibc.
19243
19244 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19245
19246         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
19247
19248 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
19249
19250         * lib/xvasprintf.c: Include xalloc.h.
19251         (xvasprintf): Use xalloc_die, not xmalloc_die.
19252
19253 2004-09-29  Bruno Haible  <bruno@clisp.org>
19254
19255         * modules/alloca-opt: New file, derived from modules/alloca.
19256         * modules/allocsa: Depend on alloca-opt instead of alloca.
19257         * modules/setenv: Likewise.
19258         * modules/vasnprintf: Likewise.
19259         * MODULES.html.sh: Add alloca-opt.
19260
19261 2004-09-28  Simon Josefsson  <jas@extundo.com>
19262
19263         * gnulib-tool: New parameter --lgpl, to asseert that modules are
19264         LGPL, and to replace license template from GPL to LGPL.
19265
19266 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
19267
19268         * modules/dummy: Change license to LGPL.
19269
19270 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
19271
19272         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
19273
19274 2004-09-24  Simon Josefsson  <jas@extundo.com>
19275
19276         * modules/minmax (License): Change from GPL to LGPL.
19277
19278 2004-09-23  Simon Josefsson  <jas@extundo.com>
19279
19280         * gnulib-tool (--import): Typo.
19281
19282 2004-09-23  Simon Josefsson  <jas@extundo.com>
19283
19284         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
19285
19286 2004-09-22  Bruno Haible  <bruno@clisp.org>
19287
19288         * modules/*: Add 'License' field.
19289         * gnulib-tool: Accept --extract-license option.
19290         (func_get_license): New function.
19291
19292 2004-09-21  Bruno Haible  <bruno@clisp.org>
19293
19294         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
19295         Reported by Simon Josefsson.
19296
19297 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
19298
19299         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
19300         gl_AC_TYPE_LONG_LONG.
19301
19302 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
19303
19304         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
19305
19306 2004-09-18  Simon Josefsson  <jas@extundo.com>
19307         and  Paul Eggert  <eggert@cs.ucla.edu>
19308
19309         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
19310         calls with autoreconf.  Define GL_LIB.
19311
19312 2004-09-14  Karl Berry  <karl@gnu.org>
19313
19314         * config/srclist.txt: unsync setenv.c, sigh.
19315
19316 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19317
19318         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
19319         Problem reported by Bruno Haible in:
19320         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
19321
19322 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19323
19324         * config/srclist.txt: Comment out argp-pvh.c.
19325
19326 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
19327
19328         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
19329         in case some system header has #define'd it.  Problem reported by
19330         Soeren D. Schulze in
19331         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
19332
19333 2004-09-09  Karl Berry  <karl@gnu.org>
19334
19335         * regex.[ch]: delete from the root.  These were supposed to be
19336                 synced with emacs cvs, but this has not happened for about
19337                 a year, and anyway nothing else uses emacs regex.[ch].
19338                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
19339                 lib/regex[.ch] is untouched.
19340
19341 2004-09-09  Bruno Haible  <bruno@clisp.org>
19342
19343         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
19344
19345 2004-09-09  Bruno Haible  <bruno@clisp.org>
19346
19347         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
19348         modifications.
19349         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
19350
19351 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19352
19353         * modules/xvasprintf: New file.
19354         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
19355
19356 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19357
19358         * lib/xvasprintf.h: New file.
19359         * lib/xvasprintf.c: New file.
19360         * lib/xasprintf.c: New file.
19361
19362 2004-09-08  Bruno Haible  <bruno@clisp.org>
19363
19364         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
19365
19366 2004-09-08  Bruno Haible  <bruno@clisp.org>
19367
19368         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
19369         length is > INT_MAX.
19370         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
19371         more.
19372
19373 2004-09-08  Bruno Haible  <bruno@clisp.org>
19374
19375         * lib/stdint_.h: New file, taken from GNU clisp.
19376
19377 2004-09-08  Bruno Haible  <bruno@clisp.org>
19378             Oskar Liljeblad  <oskar@osk.mine.nu>
19379
19380         * modules/stdint: New file.
19381         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
19382
19383 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19384
19385         Import from coreutils.
19386         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
19387         strings on unbounded length.  alloca's performance benefits aren't
19388         that important here.
19389         (V_STRDUP): Remove.
19390         (parse_with_separator): New function, with most of the internals
19391         of the old parse_user_spec.  Allow user to omit both user and group,
19392         for compatibility with FreeBSD.
19393         Clone only the user name, not the entire spec.
19394         Do not set *uid, *gid unless entirely successful.
19395         Avoid memory leak in some failing cases.
19396         Fix regression for USER.GROUP reported by Dmitry V. Levin in
19397         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
19398         (parse_user_spec): Rewrite to use parse_with_separator.
19399
19400 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19401
19402         * modules/userspec: Don't depend on alloca.
19403
19404 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19405
19406         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
19407
19408 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19409
19410         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
19411         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
19412         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
19413
19414 2004-08-16  Simon Josefsson  <jas@extundo.com>
19415
19416         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
19417         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
19418         Add --dry-run for --import.
19419         Let user provided command line parameters override configure.ac
19420         settings.
19421
19422 2004-08-12  Simon Josefsson  <jas@extundo.com>
19423
19424         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
19425         as discussed with Paul Eggert in threads rooted at
19426         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
19427         and
19428         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
19429         Before, the test was empty, and relied on ELIDE_CODE in source
19430         code.)
19431         (gl_PREREQ_GETOPT): New macro.
19432         (gl_GETOPT): Use them.
19433
19434 2004-08-12  Simon Josefsson  <jas@extundo.com>
19435
19436         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
19437         * lib/getopt_.h: Renamed from getopt.h.
19438
19439 2004-08-12  Simon Josefsson  <jas@extundo.com>
19440
19441         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
19442         Change default library name from libfoo to libgnu.
19443         Now, if you have a configure.ac that says:
19444                 gl_SOURCE_BASE(gl)
19445                 gl_M4_BASE(gl/m4)
19446                 gl_MODULES(error getopt etcetera)
19447                 gl_INIT
19448         you can import all you need by running:
19449                 ../gnulib/gnulib-tool --import
19450
19451         * modules/getopt (Files): Rename getopt.h to getopt_.h.
19452         (Makefile.am): Rewrite, use logic from argz.
19453         (Include): Use <getopt.h> instead of "getopt.h".
19454
19455 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19456
19457         * modules/argp (Files): Add m4/unlocked-io.m4.
19458         (Depends-on): Add extensions.
19459
19460 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19461
19462         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
19463         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
19464         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
19465         Check for program_invocation_name, program_invocation_short_name,
19466         flockfile, funlockfile, features.h, _getopt_long_only_r.
19467
19468 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19469
19470         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
19471         its complicated substitute.
19472         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
19473         and program_invocation_name.
19474         (__argp_basename) [!_LIBC]: Remove; the only use was
19475         replaced by its body.
19476         (__argp_short_program_name): Change condition from
19477         !defined __argp_short_program_name to
19478         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
19479         to match argp-namefrob.h.
19480         (__argp_failure): Don't assume strerror_r returns char *.
19481         * lib/argp-parse.c (N_): Define unconditionally.
19482         (argp_default_options): Fill out initializers with 0 to avoid
19483         gcc warnings.
19484
19485 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19486
19487         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
19488         getopt1.c.
19489
19490 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19491
19492         Merge from coreutils.
19493
19494         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
19495
19496         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
19497         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
19498
19499 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19500
19501         Merge from coreutils.
19502
19503         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
19504         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
19505         for Reliant Unix 5.43.
19506
19507         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
19508         (union fooround): Use uintmax_t, not long int.
19509         The rest is a merge from libc:
19510         [defined _LIBC]: Include <shlib-compat.h>.
19511         (_obstack) [defined _LIBC]: Remove after 2.3.4.
19512
19513         * lib/settime.c (settime): Recode to avoid warning with
19514         Sun Forte C 6U2.
19515
19516         * lib/strverscmp.c: Convert to UTF-8.
19517
19518 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19519
19520         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
19521         m4/uintmax_t.m4.
19522
19523 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19524
19525         * modules/xalloc-die: New file.
19526         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
19527
19528         * modules/md5 (Files): Add m4/uint32_t.m4.
19529         * modules/sha1: Renamed from modules/sha.
19530         (Files):
19531         Rename lib/sha.h to lib/sha1.h.
19532         Rename lib/sha.c to lib/sha1.c.
19533         Rename m4/sha.m4 to m4/sha1.m4.
19534         (lib_SOURCES): Likewise.
19535         (configure.ac): Rename gl_SHA to gl_SHA1.
19536         (Include): sha.h -> sha1.h.
19537
19538 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19539
19540         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
19541         * m4/sha1.m4: Renamed from sha.m4.
19542         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
19543
19544 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19545
19546         * lib/obstack.h (obstack_empty_p):
19547         Don't assume that chunk->contents is suitably aligned.
19548         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
19549         Likewise. Problem reported by Benno in
19550         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
19551
19552         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
19553         readable.  This could be improved further but it'd take some work.
19554
19555 2004-08-08  Simon Josefsson  <jas@extundo.com>
19556
19557         * modules/xgethostname (Depends-on): Remove exit and error (not
19558         used).
19559
19560         * modules/getpass-gnu: Add getpass.h.
19561         (Depends-on): Add stdbool.
19562         * modules/getpass: Add getpass.h.
19563
19564 2004-08-08  Simon Josefsson  <jas@extundo.com>
19565
19566         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
19567         Check getpass declaration.
19568
19569 2004-08-08  Simon Josefsson  <jas@extundo.com>
19570
19571         * lib/xgethostname.c: Don't include error.h (not used).
19572
19573         * lib/getpass.h: Add.
19574         * lib/getpass.c: Include getpass.h first.
19575
19576 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
19577
19578         * lib/xalloc-die.c: New file.
19579         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
19580         All uses removed.
19581         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
19582         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
19583         xalloc-die.c.
19584         (_, N_, xalloc_die): Move to xalloc-die.c.
19585         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
19586         so that we needn't mess with xalloc_msg_memory_exhausted.
19587
19588         * lib/sha1.h: Renamed from sha.h.
19589         (SHA1_H): Renamed from _SHA_H.
19590         (sha1_ctx): Renamed from sha_ctx.
19591         (sha1_init_ctx): Renamed from sha_init_ctx.
19592         (sha1_process_block): Renamed from sha_process_block.
19593         (sha1_process_bytes): Renamed from sha_process_bytes.
19594         (sha1_finish_ctx): Renamed from sha_finish_ctx.
19595         (sha1_read_ctx): Renamed from sha_read_ctx.
19596         (sha1_stream): Renamed from sha_stream.
19597         (sha1_buffer): Renamed from sha_buffer.
19598         * lib/sha1.c: Likewise; renamed from sha.c.
19599         Do not include <sys/types.h>.
19600         Include <stddef.h> rather than <stdlib.h>.
19601
19602 2004-08-08  Bruno Haible  <bruno@clisp.org>
19603
19604         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
19605         FILESYSTEM_PREFIX_LEN.
19606         * lib/progreloc.c: Likewise.
19607         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
19608
19609 2004-08-06  Simon Josefsson  <jas@extundo.com>
19610
19611         * modules/progname (Depends-on): Don't depend on stdbool.
19612
19613 2004-08-06  Simon Josefsson  <jas@extundo.com>
19614
19615         * modules/getsubopt: New file.
19616         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19617         getsubopt.
19618
19619 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19620
19621         More merge from coreutils.
19622
19623         * m4/utimens.m4, m4/utimecmp.m4: New files.
19624         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
19625         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
19626         prereq.m4, sha.m4: Import changes from coreutils.
19627
19628 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19629
19630         More merge from coreutils.
19631         * modules/raise, modules/readtokens0, modules/utimens:
19632         * modules/utimecmp, module/xnanosleep: New files.
19633         * modules/strftime: Add lib/strftime.h.
19634         Change include from <time.h> to "strftime.h".
19635         * modules/yesno: Add lib/yesno.h.
19636         * modules/backupfile: Remove lib/addext.c.
19637         * modules/euidaccess: Add stat-macros.h.
19638         * modules/canonicalize, modules/euidaccess,
19639         modules/filemode, modules/lchown, modules/makepath,
19640         modules/rmdir, modules/stat: Likewise.
19641
19642 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19643
19644         Merge from tar.
19645         * lib/argp-help.c (make_hol, hol_append): Don't assume that
19646         SIZE_MAX is a valid preprocessor constant.
19647         (__argp_basename): Change from "#ifndef _LIBC"
19648         to "#ifndef __argp_short_program_name", so that
19649         we don't compile these functions for tar.
19650
19651         More merges from coreutils.
19652         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
19653         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
19654         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
19655         * lib/addext.c: Remove; no longer needed.
19656         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
19657         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
19658         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
19659         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
19660         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
19661         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
19662         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
19663         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
19664         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
19665         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19666         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
19667         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
19668         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
19669         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
19670         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
19671         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
19672         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
19673         Import changes from coreutils.
19674
19675 2004-08-05  Simon Josefsson  <jas@extundo.com>
19676
19677         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
19678
19679 2004-08-05  Simon Josefsson  <jas@extundo.com>
19680
19681         * m4/getsubopt.m4: New file.
19682
19683 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19684
19685         Merge from coreutils.
19686
19687         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
19688         * m4/getcwd-path-max.m4: New files.
19689
19690         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
19691         FILESYSTEM_PREFIX_LEN ->
19692         FILE_SYSTEM_PREFIX_LEN.
19693         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
19694         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
19695         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
19696         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
19697
19698         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
19699         prerequisite modules now handle the DOS stuff.
19700         Don't check for unistd.h.
19701
19702 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19703
19704         Merge from coreutils.
19705
19706         * lib/.gdb-history: Remove; this doesn't belong here.
19707
19708         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
19709         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
19710         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
19711         * lib/getcwd.c: New files.
19712
19713         * lib/dirname.h: Include <stdbool.h>.
19714         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
19715         for consistency with POSIX terminology.  All uses changed.
19716         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
19717         (strip_trailing_slashes): Use bool for booleans.
19718         * lib/stripslash.c (strip_trailing_slashes): Likewise.
19719
19720         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
19721         sometimes returns a positive errno value even when it succeeds.
19722         (print_errno_message) [!LIBC]: Fall back on strerror if
19723         __strerror_r fails.
19724
19725         * lib/path-concat.c (mempcpy): Don't define if a system header defines
19726         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
19727         (longest_relative_suffix): New function.
19728         (path_concat): Use it.  Assume first argument is not NULL.
19729         Port to DOS.  Omit redundant separators.
19730         Report an error instead of returning NULL.
19731         Use mempcpy instead of memcpy.
19732         (xpath_concat): Remove: not declared or used.
19733
19734         * lib/same.h: Include <stdbool.h>
19735         (same_name): Return bool, not int.
19736         * lib/same.c (same_name): Likewise.
19737         (errno): Don't declare; we assume C89 or better now.
19738
19739         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
19740         if not already defined.
19741
19742         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
19743         * lib/dup-safer.c (errno): Likewise.
19744
19745 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19746
19747         Merge from coreutils.
19748         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
19749         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
19750         * modules/path-concat: Don't depend on strdup.
19751
19752 2004-08-03  Simon Josefsson  <jas@extundo.com>
19753
19754         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
19755         * lib/progname.h: Don't include stdbool.h.
19756
19757 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19758
19759         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
19760         * MODULES.html.sh (func_all_modules): Remove fatal.
19761
19762 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19763
19764         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
19765
19766 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19767
19768         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
19769         working.
19770
19771 2004-08-02  Simon Josefsson  <jas@extundo.com>
19772
19773         * lib/getsubopt.h: New file, with comments from Bruno Haible.
19774         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
19775         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
19776
19777 2004-08-01  Simon Josefsson  <jas@extundo.com>
19778
19779         * lib/xgetdomainname.c: Include stdlib.h, for free().
19780
19781 2004-07-19  Bruno Haible  <bruno@clisp.org>
19782
19783         * MODULES.html.sh (func_all_modules): Add dummy.
19784
19785 2004-07-16  Simon Josefsson  <jas@extundo.com>
19786
19787         * modules/dummy: New file.
19788
19789 2004-07-16  Simon Josefsson  <jas@extundo.com>
19790
19791         * lib/dummy.c: New file.
19792
19793 2004-07-16  Bruno Haible  <bruno@clisp.org>
19794
19795         * lib/backupfile.h: Add extern "C" for C++.
19796         * lib/closeout.h: Likewise.
19797         * lib/copy-file.h: Likewise.
19798         * lib/findprog.h: Likewise.
19799         * lib/full-write.h: Likewise.
19800         * lib/pathname.h: Likewise.
19801         * lib/progname.h: Likewise.
19802         * lib/stpcpy.h: Likewise.
19803         * lib/stpncpy.h: Likewise.
19804         * lib/strcase.h: Likewise.
19805         * lib/strstr.h: Likewise.
19806         * lib/xalloc.h: Likewise.
19807
19808         * lib/mbswidth.h: Add extern "C" for C++.
19809         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
19810
19811 2004-07-13  Robert Millan  <robertmh@gnu.org>
19812
19813         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
19814
19815 2004-07-09  Simon Josefsson  <jas@extundo.com>
19816
19817         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
19818         failed without this.)
19819
19820 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19821
19822         * modules/chown (Files): Add lib/fchown-stub.c, since
19823         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
19824
19825 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19826
19827         * lib/fchown-stub.c: New file.
19828
19829 2004-06-24  Jim Meyering  <jim@meyering.net>
19830
19831         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
19832
19833 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19834
19835         * modules/argz: Omit "#include".
19836
19837         * MODULES.html.sh (func_all_modules): Add calloc, to match
19838         2004-06-01 addition of calloc module.
19839
19840 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19841
19842         * m4/argz.m4: New file, which is autoupdated from libtool.
19843
19844 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19845
19846         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
19847         libtool.
19848
19849 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19850
19851         * config/srclist-update: Don't insist on "USA." before the
19852         close-comment, as libtool omits the period and puts the */ on a
19853         separate line.
19854         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
19855         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
19856
19857 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
19858
19859         * modules/argz: New file.
19860         * MODULES.html.sh (func_all_modules): Add argz.
19861
19862 2004-06-12  Jim Meyering  <jim@meyering.net>
19863         and  Paul Eggert  <eggert@cs.ucla.edu>
19864
19865         * modules/hash (Files): Add lib/xalloc.h.
19866         * modules/pipe (Depends-on): Add wait-process.
19867         * modules/stat (Depends-on): Add xalloc.
19868         * modules/userspec (Files): Add lib/userspec.h.
19869         * modules/xstrto
19870
19871         Upgrade from gettext-0.13.
19872         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
19873         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
19874         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
19875
19876 2004-06-10  Jim Meyering  <jim@meyering.net>
19877
19878         * lib/calloc.c: New file.
19879
19880 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19881
19882         * lib/getdate.y (yylex): Allow space between sign and number.
19883         Problem reported by Dan Jacobson.
19884
19885 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19886
19887         Merge from coreutils CVS.
19888
19889         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
19890         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
19891         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
19892         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
19893         xstrtol.m4: Fix copyright date and/or serial number.
19894
19895         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
19896         See if we need an fchown replacement.
19897         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
19898         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
19899         and use the replacement function if we detect either defect.
19900
19901         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
19902         gl_UTIMECMP.
19903
19904 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19905         and  Jim Meyering  <jim@meyering.net>
19906
19907         Merge from coreutils CVS.
19908
19909         * lib/stat-macros.h: New file, with contents from file-type.h
19910         and coreutils' system.h.
19911         * lib/file-type.c: Include "stat-macros.h".
19912         * lib/file-type.h (file_type): Move all macro definitions to new file,
19913         stat-macros.h.
19914
19915         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
19916         Wrap old code with this conditional.
19917         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
19918         function that does not dereference symlinks.
19919         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
19920
19921         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
19922         dependency problems.
19923         (xreadlink): Accept new arg SIZE, for efficiency.
19924         All decls and uses changed.
19925         * lib/xreadlink.h: Include <stddef.h>, for size_t.
19926
19927         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
19928         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
19929
19930         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
19931         sysexits.h.
19932
19933 2004-06-01  Jim Meyering  <jim@meyering.net>
19934
19935         * m4/calloc.m4: New file.
19936
19937 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
19938
19939         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
19940         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
19941         Also, fix a typo in a diagnostic.
19942
19943 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19944
19945         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
19946         or AC_FUNC_REALLOC.
19947
19948 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19949
19950         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
19951         macros to be defined.
19952         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
19953         the allocator returns NULL because the requested size is zero.
19954
19955 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19956
19957         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
19958         var.  Add comment explaining why libc still defines it.  This
19959         merges the following patch from glibc:
19960         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
19961
19962 2004-05-20  Andreas Schwab  <schwab@suse.de>
19963
19964         * m4/free.m4: Replace free if it not known to work, not the other
19965         way round.
19966
19967 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
19968
19969         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
19970         present in glibc since revision 1.1 of this file.
19971         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
19972         obstack_alignment_mask, obstack_alloc, obstack_base,
19973         obstack_blank, obstack_blank_fast, obstack_chunk_size,
19974         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
19975         obstack_grow0, obstack_init, obstack_int_grow,
19976         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
19977         obstack_next_free, obstack_object_size, obstack_ptr_grow,
19978         obstack_ptr_grow_fast, obstack_room): Remove declarations of
19979         nonexistent functions.
19980
19981 2004-05-18  Karl Berry  <karl@gnu.org>
19982
19983         * config/srclist.txt: break link for vasnprintf.c.
19984
19985 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19986
19987         Port obstack to the AS/400, where pointers are 16 bytes wide and
19988         you cannot cast an integer to a valid pointer.  This patch is
19989         currently waiting to be integrated into glibc; see
19990         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
19991
19992         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
19993         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
19994         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
19995         (struct obstack): temp member is now a union of a pointer and
19996         an integer, instead of an integer.  All integer uses changed.
19997         This does not affect the physical layout of struct obstack,
19998         except on hosts (like the AS/400) where the size or alignment of
19999         void * is greater than that of ptrdiff_t.
20000         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
20001         __STDC__)]: Store temporary in pointer member of union, not
20002         integer member.
20003         * lib/obstack.c: Include <stddef.h>, for offsetof.
20004         (struct fooalign): Remove; it doesn't need a name.
20005         (union fooround): Change double to long double, and add void *.
20006         (DEFAULT_ALIGNMENT): Use offsetof to compute.
20007         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
20008         not a macro.  Hence the values are always int; so remove all
20009         casts-to-int in uses.
20010
20011 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
20012
20013         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
20014         we can get this patch merged into glibc.
20015
20016 2004-05-17  Derek R. Price  <derek@ximbiot.com>
20017             Paul Eggert  <eggert@cs.ucla.edu>
20018
20019         * m4/argp: Depend on alloca.
20020
20021 2004-05-17  Derek R. Price  <derek@ximbiot.com>
20022             Paul Eggert  <eggert@cs.ucla.edu>
20023
20024         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
20025         freecoding.
20026
20027 2004-05-17  Bruno Haible  <bruno@clisp.org>
20028
20029         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
20030         precision that consists of a '.' followed by an empty digit string.
20031         Patch by Tor Lillqvist <tml@iki.fi>.
20032
20033 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
20034
20035         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
20036         for backward compatibility with older code.  We need our own
20037         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
20038         it under some other name, and our alloca.h will define it.
20039
20040 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
20041             Derek Price  <derek@ximbiot.com>
20042
20043         * lib/alloca.c: Include <alloca.h>, to get our interface.
20044         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
20045         include <alloca.h> first.  Use C89 prototype for alloca; this
20046         requires including <stddef.h> for size_t.  Use extern "C" if C++.
20047         Use #elif for simplicity, since we can assume C89 now.
20048         Don't try to source the system alloca.h since it will not be found
20049         and to prevent recursively including its replacement.
20050         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
20051         * lib/regex.c: Likewise.
20052
20053 2004-05-16  Derek Price  <derek@ximbiot.com>
20054             Paul Eggert  <eggert@cs.ucla.edu>
20055
20056         getline cleanup.  This changes the getndelim2 API: both order of
20057         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
20058         no delimiter).
20059
20060         * lib/getline.c: Don't include stddef.h or stdio.h, since our
20061         interface does that.
20062         (getline): Always use getdelim, so that we don't have two
20063         copies of this code.
20064         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
20065         if available.
20066         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
20067         (GETNDELIM2_MAXIMUM): New macro.
20068         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
20069         instead of the old practice of delim2==0.  All callers changed.
20070         Return -1 on overflow, instead of returning junk.
20071         Do not set *linesize unless allocation succeeds.
20072         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
20073         that we include sys/types.h.
20074         * lib/getnline.h: Likewise.
20075         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
20076         (getndelim2): Reorder arguments.
20077         * lib/getnline.c (getnline, getndelim):
20078         Don't discard the NMAX argument.
20079         (getnline): Invoke getndelim, to avoid code duplication.
20080         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
20081         of (size_t) -1 by callers of the getnline family.
20082
20083 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20084
20085         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
20086         Check for gettimeofday.
20087         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
20088         Check for settimeofday, stime.
20089
20090 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20091
20092         * lib/nanosleep.c (suspended): Change its type from int to
20093         sig_atomic_t volatile.
20094         (first_call): Make it private to rpl_nanosleep, and have it
20095         be zero initially as that's a bit faster.
20096         (my_usleep): Round up fractional times instead of truncating them,
20097         as this is the usual meaning for 'sleep'.
20098
20099         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
20100         doesn't work.
20101         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
20102         (ENOSYS): Define if not defined.
20103         (settime): Fall back on stime if it exists and settimeofday fails.
20104         But don't bother with fallbacks if a method fails with errno == EPERM.
20105
20106 2004-05-11  Jim Meyering  <jim@meyering.net>
20107
20108         Prior to this change, the save_cwd caller required read access to the
20109         current directory on most systems (ones with the fchdir function).
20110
20111         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
20112         fails, try write-only, and finally, resort to using xgetcwd.
20113
20114 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
20115
20116         * lib/obstack.c, obstack.h: Import changes from libc.
20117
20118 2004-04-28  Bruno Haible  <bruno@clisp.org>
20119
20120         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
20121         also implicitly appends .exe to executables.
20122         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
20123         accepts Windows pathnames.
20124         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
20125         Treat Cygwin like Windows, since it now accepts Windows pathnames.
20126         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
20127         Treat Cygwin like Windows, since it now accepts Windows pathnames.
20128         Reported by Derek Robert Price <derek@ximbiot.com>.
20129
20130 2004-04-21  Karl Berry  <karl@gnu.org>
20131
20132         * config/srclist.txt (localcharset.c): break sync.
20133
20134 2004-04-20  Paul Eggert  <eggert@twinsun.com>
20135
20136         * m4/host-os.m4: Add a copyright notice.
20137
20138 2004-04-20  Jim Meyering  <jim@meyering.net>
20139
20140         Change UTILS_ to gl_ in AC_DEFINE'd names.
20141         Change utils_- and jm_-prefixed variables, too.
20142         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
20143         UTILS_FUNC_MKDIR_TRAILING_SLASH.
20144         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
20145
20146         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
20147         Don't emit trailing blanks.
20148         Also rename jm_-prefixed variables to have gl_ prefix.
20149
20150         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
20151         Also rename jm_-prefixed variables to have gl_ prefix.
20152
20153         * m4/jm-macros.m4: Reflect the renamings.
20154         * m4/prereq.m4: Likewise.
20155
20156 2004-04-20  Jim Meyering  <jim@meyering.net>
20157
20158         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
20159         memory.
20160
20161 2004-04-20  Jim Meyering  <jim@meyering.net>
20162             Bruno Haible  <bruno@clisp.org>
20163
20164         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
20165         memory when realloc fails.
20166
20167 2004-04-19  Jim Meyering  <jim@meyering.net>
20168
20169         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
20170         now that readutmp.c may call `free (0)'.
20171
20172 2004-04-19  Bruno Haible  <bruno@clisp.org>
20173
20174         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
20175         * m4/inttypes_h.m4: Likewise.
20176         * m4/stdint_h.m4: Likewise.
20177         * m4/intmax_t.m4: Likewise.
20178         * m4/uintmax_t.m4: Likewise.
20179
20180 2004-04-18  Jim Meyering  <jim@meyering.net>
20181
20182         * m4/prereq.m4: Don't forbid jm_ prefix.
20183
20184         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
20185         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
20186         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
20187         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
20188         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
20189         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
20190         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
20191         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
20192         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
20193         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
20194         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
20195         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
20196         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
20197         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
20198         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
20199         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
20200         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
20201         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
20202         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
20203
20204 2004-04-18  Jim Meyering  <jim@meyering.net>
20205
20206         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
20207         failure, don't leak memory and do call END_UTMP_ENT.
20208
20209 2004-04-16  Jim Meyering  <jim@meyering.net>
20210
20211         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
20212         coreutils' stat program.
20213         (gl_PREREQ): Don't require jm_PREREQ_STAT.
20214
20215 2004-04-11  Paul Eggert  <eggert@twinsun.com>
20216
20217         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
20218         C89.
20219         (CHAR_BIT): Remove, since we assume C89.
20220         Include <stdint.h> if available, as per current Autoconf CVS advice.
20221
20222 2004-03-31  Jim Meyering  <jim@meyering.net>
20223
20224         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
20225         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
20226         * m4/xalloc.m4: Likewise.
20227
20228 2004-03-30  Paul Eggert  <eggert@twinsun.com>
20229
20230         Merge from coreutils.
20231
20232         * m4/inttostr.m4: New file.
20233         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
20234         Require AM_STDBOOL_H and gl_TIMESPEC instead.
20235         Require gl_CLOCK_TIME.
20236         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
20237
20238 2004-03-30  Paul Eggert  <eggert@twinsun.com>
20239
20240         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
20241         not bool, to be more consistent with Unix conventions.
20242         Suggested by Bruno Haible.
20243
20244         Merge from coreutils.
20245
20246         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
20247         * lib/umaxtostr.c: New files.
20248
20249         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
20250         the usual <time.h> dance.
20251         (get_date): Change signature to support fractional time stamps.
20252         All callers changed.
20253         * lib/getdate.y: Include "getdate.h" first, as we can now
20254         assume C89 and don't need to worry about 'const'.
20255         Similarly, include "unlocked-io.h" near start, not in middle.
20256         Include <limits.h>.
20257         (textint.value): Use long int rather than int.
20258         (textint.digits): Use size_t rather than int.
20259         (BILLION, LOG10_BILLION): New constants.
20260         (parser_control): New member rel_ns.  Members day_ordinal,
20261         time_zone, month, day, hour, minutes, rel_year, rel_month,
20262         rel_day, rel_hour, rel_minutes, rel_seconds
20263         are now long int, not int.  Member seconds is now struct timespec,
20264         not int.  New member timespec_seen.  Members dates_seen, days_seen,
20265         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
20266         not int.
20267         (%union.intval): Now long int, not int.
20268         New member timespec.
20269         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
20270         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
20271         (spec): Now is a timespec or an item list.
20272         (timespec, items): New nonterminals.
20273         (time, rel, relunit, number, get_date):
20274         Add support for fractional seconds.
20275         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
20276         (gmtime, localtime, mktime): Remove decls; not needed with C89.
20277         (to_hour): First arg is now long int, not int.
20278         (to_year): Returns long int, not int.
20279         Don't treat year -70 like 70.
20280         (tm_diff): Returns long int, not int.
20281         (lookup_word): Use bool instead of int when appropriate.
20282         (yylex): Use size_t for count, not int.
20283         Detect overflow when parsing large integer constants.
20284         Add support for fractions.
20285         (get_date): Make pointers 'const' if possible.
20286         Use more-portable code to detect integer overflow.
20287         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
20288         Don't use ctime; it's not reliable if the year has >4 digits.
20289
20290         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
20291         This is for compatibility with BSD.
20292
20293         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
20294         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
20295         From coreutils' system.h.
20296
20297         * lib/userspec.c: Don't include "posixver.h".
20298         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
20299         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
20300         compatible extension.  Simplify code by removing a boolean int
20301         that was always nonzero if a string was nonnull.
20302
20303 2004-03-30  Jim Meyering  <jim@meyering.net>
20304
20305         Merge from coreutils.
20306
20307         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
20308         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
20309         on some systems one must include <grp.h> before it.
20310         Reported by Christian Krackowizer.
20311
20312 2004-03-30  Jim Meyering  <jim@meyering.net>
20313
20314         Merge from coreutils.
20315
20316         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
20317
20318         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
20319         an empty input stream.
20320
20321         * lib/readtokens.c: Include <stdbool.h>.
20322         (readtoken): Use `size_t' rather than int/long.
20323         All callers adjusted.
20324         Use `bool' rather than `int' where appropriate.
20325         Use memset rather than an explicit loop.
20326         Use x2nrealloc rather than xrealloc.
20327         Allow the use of `\0' as a delimiter.
20328         (readtokens): Likewise.
20329         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
20330
20331 2004-03-30  Jim Meyering  <jim@meyering.net>
20332
20333         * m4/realloc.m4: Remove file, since now it does no more than
20334         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
20335         the `configure.ac' section of module/realloc.
20336         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
20337
20338 2004-03-30  Bruno Haible  <bruno@clisp.org>
20339
20340         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
20341         nonnull.
20342
20343 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20344
20345         Merge changes to getloadavg.c from coreutils and Emacs.
20346
20347         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
20348         Define to an expression, not to the empty string.
20349         Include cloexec.h and xalloc.h.
20350         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
20351         Use set_cloexec_flag rather than rolling our own.
20352         * lib/cloexec.c, lib/cloexec.h: New files.
20353
20354 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20355
20356         * m4/cloexec.m4: New file.
20357
20358 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20359
20360         * lib/getopt.h: Sync with libc CVS.
20361
20362 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20363             Bruno Haible  <bruno@clisp.org>
20364
20365         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
20366         mbswidth.
20367
20368 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20369             Bruno Haible  <bruno@clisp.org>
20370
20371         * lib/mbswidth.h: Include <wchar.h> only if
20372         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
20373         <wchar.h>.
20374         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
20375
20376 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20377
20378         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
20379         Sync with libc CVS.
20380         * lib/getopt_int.h: New file, also synced from libc.
20381
20382 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20383
20384         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
20385         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
20386         Bring back getopt.c, getopt.h, getopt1.c.
20387
20388 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20389
20390         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
20391         All uses changed.  Check for sa_sigaction member; this fixes
20392         a bug first reported by Jason Andrade in
20393         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20394
20395 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20396
20397         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
20398         '#if' expressions.  Unlike the code it replaces, it does not
20399         depend on (defined _SC_PAGESIZE).  However, it does depend on
20400         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
20401         first reported by Jason Andrade in
20402         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20403
20404 2004-02-25  Simon Josefsson  <jas@extundo.com>
20405
20406         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
20407
20408 2004-02-25  Simon Josefsson  <jas@extundo.com>
20409
20410         * lib/strdup.h: New file.
20411         * lib/strdup.c: Include it.
20412         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
20413         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
20414
20415 2004-02-23  Karl Berry  <karl@gnu.org>
20416
20417         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
20418         (from fencepost.gnu.org:/gd/gnuorg).
20419
20420 2004-02-23  Karl Berry  <karl@gnu.org>
20421
20422         * config/srclistvars.sh (GNUORG) [karl]: redefine.
20423         * config/srclist.txt: add maintain/standards documents.
20424
20425 2004-02-18  Bruno Haible  <bruno@clisp.org>
20426
20427         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
20428         Reported by Derek Robert Price <derek@ximbiot.com>.
20429
20430 2004-02-16  Karl Berry  <karl@gnu.org>
20431
20432         * config/mkinstalldirs, install-sh: update from automake.
20433
20434 2004-02-06  Karl Berry  <karl@gnu.org>
20435
20436         * m4/po.m4: update from gettext 0.14.1.
20437
20438 2004-02-06  Karl Berry  <karl@gnu.org>
20439
20440         * lib/config.charset: update from gettext 0.14.1.
20441
20442 2004-02-05  Paul Eggert  <eggert@twinsun.com>
20443
20444         Add comments and code, prompted by suggestions from Bruno Haible
20445         for sh-quote.
20446         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
20447         describing the enum quoting_style values.
20448         * lib/quotearg.c (quotearg_alloc): New function.
20449         (quotearg_buffer_restyled): Treat lone { and } as special.
20450         Treat = as special.  Work around bug with older shells
20451         that "see" a '\' that is really the 2nd byte of a multibyte char.
20452         Quote empty string with shell_quoting_style.
20453
20454 2004-02-03  Bruno Haible  <bruno@clisp.org>
20455
20456         * m4/pipe.m4: New file, from GNU gettext.
20457
20458 2004-02-03  Bruno Haible  <bruno@clisp.org>
20459
20460         * lib/pipe.h: New file, from GNU gettext.
20461         * lib/pipe.c: New file, from GNU gettext.
20462
20463 2004-01-27  Bruno Haible  <bruno@clisp.org>
20464
20465         * m4/execute.m4: New file, from GNU gettext.
20466
20467 2004-01-27  Bruno Haible  <bruno@clisp.org>
20468
20469         * lib/execute.h: New file, from GNU gettext.
20470         * lib/execute.c: New file, from GNU gettext.
20471         * lib/w32spawn.h: New file, from GNU gettext.
20472
20473 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20474
20475         Merge from diffutils.
20476
20477         * lib/file-type.c (file_type): Add typed memory objects.
20478         * lib/file-type.h (S_TYPEISTMO): New macro.
20479
20480         * lib/c-stack.h (c_stack_action): Remove argv argument.
20481         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
20482         (die): Don't calculate message unless segv_action returns.
20483         (get_stack_location, min_address_from_argv, max_address_from_argv,
20484         volatile stack_base, volatile_stack_size): Remove.
20485         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
20486         that every segmentation violation is a stack overflow.  (Ouch!)
20487         See Debian bug 136249 (still outstanding) for more info about why
20488         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
20489
20490 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20491
20492         Exit-status fix from coreutils.
20493
20494         Use exit_failure consistently in place of EXIT_FAILURE,
20495         so that program exit statuses are consistent on failure.
20496
20497         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
20498         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
20499         * lib/argmatch.h: Comment fix to match the above.
20500         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
20501         Now a macro referring to exit_failure, instead of a separate
20502         variable.  Include "exitfail.h" to get it.
20503         * lib/xstrtol.h: Include "exitfail.h".
20504         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
20505
20506         * lib/long-options.c (parse_long_options): Use prototype
20507         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
20508         for clarity.
20509
20510 2004-01-21  Jim Meyering  <jim@meyering.net>
20511
20512         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
20513         so as not to conflict with a different-sized __mktime_internal
20514         function in GNU libc.
20515         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
20516         Problem building statically-linked `ls' reported by Michael Brunnbauer.
20517
20518 2004-01-20  Karl Berry  <karl@gnu.org>
20519
20520         * config/config.guess: update from config.
20521
20522         * config/srclistvars.sh: GNUWWWLICENSES for karl.
20523
20524 2004-01-20  Bruno Haible  <bruno@clisp.org>
20525
20526         Safer stack allocation.
20527         * lib/setenv.c: Include allocsa.h.
20528         (alloca): Remove fallback definition.
20529         (freea): Remove macro.
20530         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
20531         instead of freea.
20532
20533 2004-01-20  Bruno Haible  <bruno@clisp.org>
20534
20535         * m4/eealloc.m4: New file, from GNU gettext.
20536
20537 2004-01-20  Bruno Haible  <bruno@clisp.org>
20538
20539         * m4/allocsa.m4: New file, from GNU gettext.
20540
20541 2004-01-20  Bruno Haible  <bruno@clisp.org>
20542
20543         * lib/xallocsa.h: New file, from GNU gettext.
20544         * lib/xallocsa.c: New file, from GNU gettext.
20545
20546 2004-01-20  Bruno Haible  <bruno@clisp.org>
20547
20548         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
20549
20550 2004-01-20  Bruno Haible  <bruno@clisp.org>
20551
20552         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
20553         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
20554         specially.
20555
20556 2004-01-20  Bruno Haible  <bruno@clisp.org>
20557
20558         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
20559         patch.
20560
20561 2004-01-20  Bruno Haible  <bruno@clisp.org>
20562
20563         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
20564
20565 2004-01-20  Bruno Haible  <bruno@clisp.org>
20566
20567         * lib/eealloc.h: New file.
20568
20569 2004-01-20  Bruno Haible  <bruno@clisp.org>
20570
20571         * lib/binary-io.h: Avoid warnings on Cygwin.
20572
20573 2004-01-20  Bruno Haible  <bruno@clisp.org>
20574
20575         * lib/allocsa.h: New file, from GNU gettext.
20576         * lib/allocsa.c: New file, from GNU gettext.
20577
20578 2004-01-18  Karl Berry  <karl@gnu.org>
20579
20580         * doc/gpl.texi, doc/lgpl.texi: new files.
20581
20582 2004-01-18  Karl Berry  <karl@gnu.org>
20583
20584         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
20585         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
20586
20587 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20588
20589         Merge from coreutils.
20590
20591         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
20592         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
20593         (gl_DEFAULT_POSIX2_VERSION): Move
20594         the documentation from 'configure' into 'config.hin',
20595         so that 'configure --help' isn't burdened by it and
20596         we don't have to worry about its formatting there.
20597         Reword the documentation so that it's more succinct
20598         and can be run together into a single paragraph.
20599         * m4/same.m4 (gl_SAME): Check for pathconf.
20600
20601 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20602
20603         Merge from coreutils.
20604
20605         * lib/posixver.c: Include posixver.h.
20606
20607         * lib/same.c: Include <stdbool.h>, <limits.h>.
20608         (_POSIX_NAME_MAX): Define if not defined.
20609         (MIN): New macro.
20610         (same_name): If file names are silently truncated, report
20611         that the file names are the same if they are the same after
20612         the silent truncation.
20613
20614         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
20615         conversion function.
20616         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
20617         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
20618         longer needed.
20619
20620 2004-01-15  Jim Meyering  <jim@meyering.net>
20621
20622         Merge from coreutils.
20623
20624         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
20625         if no library is required.
20626         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
20627         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
20628         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
20629         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
20630         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
20631         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
20632         value, $ac_cv_search_crypt, if it's "none required".
20633         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
20634         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
20635         not gl_FUNC_GETLOADAVG.
20636         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
20637         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
20638
20639 2004-01-15  Jim Meyering  <jim@meyering.net>
20640
20641         Merge from coreutils.
20642
20643         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
20644         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
20645         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
20646
20647         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
20648         optional configure-time default.
20649
20650         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20651
20652         * lib/xreadlink.c (xreadlink): Correct outdated comment.
20653
20654 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
20655
20656         Merge from coreutils.
20657
20658         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
20659         value, $ac_cv_search_nanosleep, if it's "none required".
20660
20661 2004-01-14  Paul Eggert  <eggert@twinsun.com>
20662
20663         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
20664         with like-named macro in fnmatch.c.
20665         (EXT): Use an internal constant instead.
20666
20667         Merge fnmatch patches from glibc.
20668         * lib/fnmatch.c (mbsinit): Remove define.
20669         Add libc_hidden_ver (__fnmatch, fnmatch).
20670         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
20671         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
20672
20673 2004-01-14  Karl Berry  <karl@gnu.org>
20674
20675         * config/install-sh: update from automake.
20676
20677 2004-01-13  Karl Berry  <karl@gnu.org>
20678
20679         * config/install-sh: update from automake.
20680
20681 2004-01-09  Karl Berry  <karl@gnu.org>
20682
20683         * config/install-sh: update from automake.
20684
20685 2004-01-05  Karl Berry  <karl@gnu.org>
20686
20687         * config/config.{sub,guess}: update from config.
20688
20689 2003-12-31  Karl Berry  <karl@gnu.org>
20690
20691         * config/depcomp: update from automake.
20692
20693 2003-12-14  Karl Berry  <karl@gnu.org>
20694
20695         * lib/config.charset: update from gettext-runtime.
20696
20697 2003-12-03  Paul Eggert  <eggert@twinsun.com>
20698
20699         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
20700         Bug reported by Alfred M. Szmidt.
20701
20702 2003-12-03  Bruno Haible  <bruno@clisp.org>
20703
20704         * m4/gettext.m4: Upgrade from gettext-0.13.
20705         * m4/po.m4: Upgrade from gettext-0.13.
20706         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
20707         * m4/intmax.m4: New file, from gettext-0.13.
20708         * m4/printf-posix.m4: New file, from gettext-0.13.
20709
20710 2003-11-29  Karl Berry  <karl@gnu.org>
20711
20712         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
20713
20714 2003-11-25  Paul Eggert  <eggert@twinsun.com>
20715             Bruno Haible  <bruno@clisp.org>
20716
20717         * lib/printf-parse.h: Don't include sys/types.h.
20718         (ARG_NONE): New macro.
20719         (char_directive): Change type of *arg_index fields to size_t.
20720         * lib/printf-parse.c: Don't include sys/types.h.
20721         (SSIZE_MAX): Remove macro.
20722         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
20723         Remove unnecessary overflow check.
20724         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
20725         fields.
20726
20727 2003-11-25  Bruno Haible  <bruno@clisp.org>
20728
20729         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
20730
20731 2003-11-25  Bruno Haible  <bruno@clisp.org>
20732
20733         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
20734         gt_TYPE_SSIZE_T.
20735
20736 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20737
20738         * modules/alloca: Remove dependency on xalloc.
20739
20740 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20741
20742         * lib/alloca.c: Remove dependency on xalloc module.
20743         (xalloc_die): Remove.
20744         (memory_full) [!defined emacs]: New macro.
20745         [!defined emacs]: Don't include xalloc.h.
20746         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
20747         address arithmetic overflows.  Change datatypes a bit to avoid
20748         unnecessary casts.
20749
20750 2003-11-22  Jim Meyering  <jim@meyering.net>
20751
20752         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
20753         s/size/size_t/.
20754
20755 2003-11-21  Karl Berry  <karl@gnu.org>
20756
20757         * config/config.{sub,guess}: update from config.
20758
20759 2003-11-18  Karl Berry  <karl@gnu.org>
20760
20761         * config/config.{sub,guess}: update from config.
20762
20763         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
20764
20765 2003-11-17  Paul Eggert  <eggert@twinsun.com>
20766
20767         * README: Mention that S+T cannot overflow if S is the size of
20768         an existing object and T is sufficiently small.
20769
20770 2003-11-17  Jim Meyering  <jim@meyering.net>
20771
20772         On systems without utime and without a utimes function capable of
20773         dealing with a NULL struct utimbuf* argument, this utime replacement
20774         could -- in unusual circumstances -- leak a file descriptor.
20775         * lib/utime.c: Include <unistd.h> and <errno.h>.
20776         (utime_null): Be sure to close `fd' and to preserve errno.
20777         Reported by Geoff Collyer via Arnold Robbins.
20778
20779 2003-11-17  Bruno Haible  <bruno@clisp.org>
20780
20781         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
20782         (Depends-on): Add xsize.
20783
20784 2003-11-17  Bruno Haible  <bruno@clisp.org>
20785
20786         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
20787
20788 2003-11-17  Bruno Haible  <bruno@clisp.org>
20789
20790         * lib/vasnprintf.c (alloca): Remove fallback definition.
20791         (freea): Remove definition.
20792         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
20793         Reported by Paul Eggert.
20794
20795 2003-11-16  Paul Eggert  <eggert@twinsun.com>
20796             Bruno Haible  <bruno@clisp.org>
20797
20798         Protect against address arithmetic overflow.
20799         * lib/printf-args.h: Include stddef.h.
20800         (arguments): Change type of field 'count' to size_t.
20801         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
20802         'unsigned int' where appropriate.
20803         * lib/printf-parse.h: Include sys/types.h.
20804         (char_directive): Change type of *arg_index fields to ssize_t.
20805         (char_directives): Change type of fields 'count', max_*_length to
20806         size_t.
20807         * lib/printf-parse.c: Include sys/types.h and xsize.h.
20808         (SSIZE_MAX): Define fallback value.
20809         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
20810         instead of 'int' where appropriate. Check a_allocated, d_allocated
20811         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
20812         * lib/vasnprintf.c: Include xsize.h.
20813         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
20814         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
20815         overflow. Avoid wraparound when converting a width or precision from
20816         decimal to binary.
20817
20818 2003-11-16  Bruno Haible  <bruno@clisp.org>
20819
20820         Update from GNU gettext.
20821         * lib/printf-parse.c: Generalize to it can be compiled for wide
20822         strings.
20823         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
20824         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
20825         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
20826         SNPRINTF): New macros.
20827         Don't include <alloca.h> if the file is used inside libintl.
20828         (local_wcslen): New function, for Solaris 2.5.1.
20829         (VASNPRINTF): Use it instead of wcslen.
20830
20831 2003-11-16  Bruno Haible  <bruno@clisp.org>
20832
20833         * lib/xsize.h (xmax): New function.
20834         (xsum, xsum3, xsum4): Declare as "pure" functions.
20835
20836 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20837
20838         * modules/xalloc (Files): Undo latest change, since xalloc.h
20839         no longer needs SIZE_MAX or PTRDIFF_MAX.
20840
20841 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20842
20843         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
20844         gl_PTRDIFF_MAX.
20845
20846 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20847
20848         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
20849         "return", to pacify some unknown compiler.  Problem reported
20850         by Joerg Schilling.
20851
20852 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20853
20854         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
20855         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
20856         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
20857         heuristic is just as accurate as far as we know, and it removes a
20858         dependency on size_max.m4 and ptrdiff_max.m4.
20859
20860 2003-11-11  Bruno Haible  <bruno@clisp.org>
20861
20862         * modules/xsize (Files): Add m4/size_max.m4.
20863         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
20864
20865 2003-11-11  Bruno Haible  <bruno@clisp.org>
20866
20867         * m4/size_max.m4: New file.
20868         * m4/ptrdiff_max.m4: New file.
20869         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
20870         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
20871         (gl_XALLOC): Invoke it.
20872
20873 2003-11-11  Bruno Haible  <bruno@clisp.org>
20874
20875         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
20876         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
20877         defined.
20878
20879 2003-11-10  Paul Eggert  <eggert@twinsun.com>
20880
20881         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
20882         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
20883         rejected some allocations of exactly SIZE_MAX - 2 bytes.
20884         From Bruno Haible.
20885         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
20886         not (size_t) -1, since it's defined here.
20887
20888 2003-11-09  Karl Berry  <karl@gnu.org>
20889
20890         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
20891
20892 2003-11-06  Paul Eggert  <eggert@twinsun.com>
20893
20894         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
20895         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
20896         Reject sizes of exactly SIZE_MAX bytes.
20897         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
20898         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
20899
20900 2003-11-05  Bruno Haible  <bruno@clisp.org>
20901
20902         * lib/xsize.h: Include limits.h, to avoid a possible collision with
20903         SIZE_MAX defined in <limits.h> on Solaris.
20904
20905 2003-11-04  Jim Meyering  <jim@meyering.net>
20906
20907         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
20908         variable names, rather than @VAR@.
20909         * modules/poll: Likewise.
20910
20911 2003-11-04  Bruno Haible  <bruno@clisp.org>
20912
20913         * modules/xsize: New file.
20914         * modules/linebreak: Depend on xsize.
20915         * MODULES.html.sh (func_all_modules): Add xsize.
20916
20917 2003-11-04  Bruno Haible  <bruno@clisp.org>
20918
20919         * m4/xsize.m4: New file.
20920
20921 2003-11-04  Bruno Haible  <bruno@clisp.org>
20922
20923         * lib/xsize.h: New file.
20924         * lib/linebreak.c: Include xsize.h.
20925         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
20926         argument for overflow.
20927         Suggested by Paul Eggert.
20928
20929 2003-11-03  Karl Berry  <karl@gnu.org>
20930
20931         * config/config.{guess,sub}: update from config.
20932
20933 2003-11-03  Jim Meyering  <jim@meyering.net>
20934
20935         * modules/userspec (lib_SOURCES): Add userspec.h.
20936         (Include): Add "userspec.h".
20937         Improve description.
20938
20939 2003-11-03  Jim Meyering  <jim@meyering.net>
20940
20941         * lib/userspec.c: Include "userspec.h".
20942         * lib/userspec.h: New file.
20943
20944 2003-11-03  Bruno Haible  <bruno@clisp.org>
20945
20946         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
20947
20948 2003-11-03  Bruno Haible  <bruno@clisp.org>
20949
20950         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
20951         available, to avoid (extremely rare) race condition.
20952         Suggested by Paul Eggert.
20953
20954 2003-11-02  Karl Berry  <karl@gnu.org>
20955
20956         * config/srclist.txt (vasprintf.c): sync broken, sigh.
20957
20958 2003-10-31  Paul Eggert  <eggert@twinsun.com>
20959
20960         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
20961         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
20962         (read_filesystem_list): Set and use me_type_malloced.
20963         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
20964         whatever the type happens to be), for brevity and consistency.
20965         Check for size calculation overflow on Alphas running OSF/1.
20966
20967 2003-10-31  Jim Meyering  <jim@meyering.net>
20968
20969         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
20970
20971         * lib/linebuffer.c: Include <string.h> for declaration of memset.
20972
20973 2003-10-30  Paul Eggert  <eggert@twinsun.com>
20974             Bruno Haible  <bruno@clisp.org>
20975
20976         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
20977         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
20978
20979 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20980
20981         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
20982         netbsd*-gnu*.  Suggested by Robert Millan.
20983
20984 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20985
20986         * modules/group-member: Depend on stdbool.
20987
20988 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20989
20990         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
20991
20992 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20993
20994         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
20995         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
20996         after the 'gnu' in these cases.  This fixes some bugs in the
20997         previous change, and is based on suggestions by Robert Millan.
20998
20999 2003-10-29  Paul Eggert  <eggert@twinsun.com>
21000
21001         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
21002         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
21003         no longer needed.
21004         * lib/quotearg.c (quotearg_n_options): Use it.
21005         * lib/group-member.c: Include <stdbool.h>.
21006         (free_group_info): Arg is now const *; don't free arg.
21007         (get_group_info): Now returns bool and accepts struct group_info *,
21008         rather than returning a malloc'ed struct group_info *.
21009         All uses changed.  Check for overflow in internal size calculation.
21010
21011         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
21012         rather than xmalloc/xrealloc.
21013         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
21014         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
21015         conformance bug: the old code used a pointer after freeing the
21016         storage that it addressed.
21017         * lib/hash.c (hash_initialize): Simplify the code by using
21018         xalloc_oversized rather than doing it by hand.
21019         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
21020         the buffer preserved.  Use free and xmalloc instead.
21021         * lib/quotearg.c (quotearg_n_options): Likewise.
21022         Use a simpler test for size overflow.  Don't use xalloc_oversized
21023         because unsigned int might be wider than size_t (!); this suggests
21024         that we should switch from unsigned int to size_t for slot numbers.
21025
21026 2003-10-28  Paul Eggert  <eggert@twinsun.com>
21027
21028         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
21029         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
21030         NetBSD kernels.  Requested by Richard Stallman.
21031
21032 2003-10-27  Paul Eggert  <eggert@twinsun.com>
21033
21034         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
21035         to allocate the returned structure.  Do not allocate a subarray,
21036         as x2nrealloc will do that.
21037         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
21038         instead of xnrealloc.
21039         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
21040
21041 2003-10-27  Bruno Haible  <bruno@clisp.org>
21042
21043         * lib/stdbool_.h: Better support for BeOS.
21044
21045 2003-10-26  Paul Eggert  <eggert@twinsun.com>
21046
21047         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
21048         now uses inline.
21049
21050 2003-10-26  Paul Eggert  <eggert@twinsun.com>
21051
21052         * lib/xalloc.h (xalloc_oversized): New static inline function, for
21053         callers that want to do their own size-overflow checking.  Include
21054         <stdbool.h>, since xalloc_oversized returns bool.
21055         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
21056         to use xalloc_oversized.
21057
21058         Add two functions x2realloc, x2nrealloc, for programs that grow
21059         arrays dynamically by doubling their sizes.
21060         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
21061         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
21062         New functions.
21063
21064         Port to C99 semantics for 'inline' of external functions.
21065         Bug reported by Bruno Haible.
21066         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
21067         with the old contents of xnmalloc.
21068         (xnmalloc, xmalloc): Use it.
21069         (xnrealloc_inline): New static inline function,
21070         with the old contents of xnrealloc.
21071         (xnrealloc, xrealloc): Use it.
21072
21073         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
21074         that.
21075
21076 2003-10-26  Karl Berry  <karl@gnu.org>
21077
21078         * config/srclist.txt (COPYING.DOC): no longer available from
21079         /gd/gnuorg; don't know where the ultimate source is.
21080
21081 2003-10-25  Paul Eggert  <eggert@twinsun.com>
21082
21083         Fix several address-calculation bugs in the hash modules,
21084         plus some minor code cleanup.
21085
21086         * lib/hash.h: Include <stdbool.h>, for bool.
21087         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
21088         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
21089         hash_get_n_entries, hash_get_max_bucket_length,
21090         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
21091         hash_rehash): Use size_t rather than unsigned.
21092         * lib/hash.c (struct hash_table, hash_get_n_buckets,
21093         hash_get_n_buckets_used, hash_get_n_entries,
21094         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
21095         hash_get_entries, hash_do_for_each, hash_string, is_prime,
21096         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
21097         Likewise.
21098         (SIZE_MAX): Define if not defined.
21099         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
21100         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
21101         hash_print):
21102         Use const * when possible.
21103         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
21104         (check_tuning): Fix bug: if tuning parameters were very close to
21105         0 or 1, rounding errors could have caused subscript violations.
21106         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
21107         (hash_initialize): Add 'fail:' label
21108         to free table and return NULL, and use it to simplify code.
21109         Use calloc rather than clearing the storage ourself.
21110         (hash_initialize, hash_rehash): Check for arithmetic overflow in
21111         buffer size calculations.
21112         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
21113         Include <stddef.h>, for size_t.
21114         * lib/hash-pjw.c (hash_pjw): Likewise.
21115         Switch to method described by Bruno Haible.
21116         Include <limits.h>, for CHAR_BIT.
21117         (SIZE_BITS): New macro.
21118
21119 2003-10-23  Paul Eggert  <eggert@twinsun.com>
21120
21121         * m4/getline.m4 (AM_FUNC_GETLINE):
21122         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
21123         hosts.  Problem reported by Derek Robert Price in
21124         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
21125         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
21126         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
21127
21128 2003-10-21  Paul Eggert  <eggert@twinsun.com>
21129
21130         * lib/getndelim2.c (getndelim2): When size calculation overflows,
21131         ceiling the allocation at NMAX bytes rather than silently
21132         discarding input bytes before NMAX is reached.  This makes
21133         a difference only if NMAX exceeds SIZE_MAX / 2.
21134
21135         * lib/obstack.c: Merge from glibc.
21136         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
21137         Add libc_hidden_def (_obstack_newchunk).
21138         (_obstack_free) [! defined _LIBC]: Remove.
21139         [defined _LIBC]: Make a strong alias from obstack_free, rather than
21140         a clone of the function body.
21141         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
21142         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
21143
21144         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
21145         glibc.
21146         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
21147         arg to memcpy.
21148
21149         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
21150         (obstack_ptr_grow_fast, obstack_int_grow_fast):
21151         Don't use lvalue casts, as GCC plans to remove support for them
21152         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
21153         was also present in the non-GCC version, indicating that this
21154         code had always been buggy and had never been widely used.
21155         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
21156         Use the fast variant of each macro, rather than copying the
21157         definiens of the fast variant; that way, we'll be more likely to
21158         catch future bugs in the fast variants.
21159
21160 2003-10-20  Bruno Haible  <bruno@clisp.org>
21161
21162         * modules/wait-process: New file.
21163         * MODULES.html.sh (func_all_modules): Add wait-process.
21164
21165 2003-10-20  Bruno Haible  <bruno@clisp.org>
21166
21167         * m4/wait-process.m4: New file.
21168
21169 2003-10-20  Bruno Haible  <bruno@clisp.org>
21170
21171         * lib/wait-process.h: New file, from GNU gettext.
21172         * lib/wait-process.c: New file, from GNU gettext.
21173
21174 2003-10-19  Jim Meyering  <jim@meyering.net>
21175
21176         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
21177         HPUX 10.20.
21178
21179 2003-10-18  Karl Berry  <karl@gnu.org>
21180
21181         * config/config.guess: update from config.
21182
21183 2003-10-16  Paul Eggert  <eggert@twinsun.com>
21184
21185         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
21186         (getgroups): First arg is int, not size_t.
21187         Don't let 'free' mangle errno.
21188
21189 2003-10-16  Paul Eggert  <eggert@twinsun.com>
21190
21191         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
21192
21193 2003-10-16  Karl Berry  <karl@gnu.org>
21194
21195         * config/config.{guess,sub}: update from config.
21196
21197 2003-10-16  Jim Meyering  <jim@meyering.net>
21198
21199         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
21200         memcpy.
21201
21202 2003-10-15  Paul Eggert  <eggert@twinsun.com>
21203
21204         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
21205         (SIZE_MAX): Remove.
21206         (new_exclude, add_exclude_file): Initial size no longer needs to
21207         be a power of 2.
21208         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
21209         our own address arithmetic overflow checking.
21210
21211         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
21212         (fnmatch): Do not alloca more than 2000 wide characters;
21213         instead, use malloc for large buffers.
21214         Check for address arithmetic overflow, and return -1
21215         with errno set to ENOMEM in that case.
21216         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
21217         (NEW_PATTERN): Do not alloca more than 8000 bytes;
21218         instead, return -1.  Check for address arithmetic overflow.
21219
21220 2003-10-14  Paul Eggert  <eggert@twinsun.com>
21221
21222         Handle invalid suffixes and overflow independently, so that
21223         callers can treat them independently as needed.  Fix some bugs in
21224         suffix handling, e.g., "100k@" was not diagnosed as an invalid
21225         suffix for a human-readable blocksize.  The major caller-visible
21226         change is the addition of a new
21227         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
21228         that both overflow and suffix chars were found.
21229
21230         * lib/human.c (humblock): Don't check separately for invalid suffix
21231         char; that is xstrtoumax's job (now that its bug is fixed).
21232         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
21233         INTMAX_MAX]: New macros.
21234         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
21235         TYPE_MAXIMUM): New macros.
21236         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
21237         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
21238         if overflow occurs, as it's what __strtol does and it's more useful
21239         in practice.
21240         (__xstrtol): If __strtol reports some error other than ERANGE,
21241         reflect it to the caller as LONGINT_INVALID.  If it reports
21242         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
21243         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
21244         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
21245         value.
21246         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
21247         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
21248         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
21249         [defined UINTMAX_MAX]: New macros.
21250
21251 2003-10-14  Bruno Haible  <bruno@clisp.org>
21252
21253         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
21254
21255 2003-10-14  Bruno Haible  <bruno@clisp.org>
21256
21257         * m4/sig_atomic_t: New file, from GNU gettext.
21258         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
21259
21260 2003-10-14  Bruno Haible  <bruno@clisp.org>
21261
21262         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
21263         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
21264         Also use volatile where needed.
21265
21266 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21267
21268         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
21269         Change maintainer from Bruno Haible to 'all'.
21270
21271 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21272
21273         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
21274
21275 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21276
21277         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
21278         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
21279         and define in terms of the other primitives.
21280         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
21281         (SIZE_MAX): Define if not already defined.
21282         (array_size_overflow): New function.
21283         (xalloc_die): Abort instead of exiting if 'error' returns.
21284         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
21285         (xmalloc, xrealloc): Use them.
21286         (xcalloc): Check for address arithmetic overflow.
21287         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
21288         a bit faster than strcpy.
21289
21290 2003-10-10  Simon Josefsson  <jas@extundo.com>
21291
21292         * modules/argp (Depends-on): Add restrict and strcase.
21293
21294 2003-10-10  Simon Josefsson  <jas@extundo.com>
21295
21296         * m4/argp.m4: Add AC_C_INLINE.
21297
21298 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21299
21300         Merge getpass from libc, plus a few fixes.
21301
21302         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
21303         Include <stdbool.h>.
21304         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
21305         __fsetlocking to empty.
21306         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
21307         do include <bits/libc-lock.h>.
21308         Do not include <fcntl.h>; not needed.
21309         [_LIBC]: Include <wchar.h>.
21310         (NOTCANCEL_MODE): New macro.
21311         (flockfile, funlockfile) [_LIBC]: New macros.
21312         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
21313         [!_LIBC]: New macros.
21314         (call_fclose): New function.
21315         (getpass): Use it.  Save tty stream separately; this simplifies the
21316         code and makes it more reliable if stdin happens to equal stdout.
21317         Invoke __fsetlocking on tty.
21318         Handle thread cancellation if needed.
21319         Namespace cleanup (use __tcgetattr, __getline).
21320         Use bool for Booleans.
21321         [USE_IN_LIBIO]: Handle wide streams.
21322         [!_LIBC]: Unconditionally do the fseek, since we don't know what
21323         stream might go where.
21324
21325         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
21326         doesn't have to include <stdio.h> before us.
21327         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
21328         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
21329         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
21330         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
21331         if not declared, so that we can use getpass.c code from libc without
21332         rewriting it.
21333         (flockfile, ftrylockfile, funlockfile): New macros.
21334
21335 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21336
21337         * modules/getpass: Depend on stdbool.
21338
21339 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21340
21341         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
21342
21343 2003-10-07  Karl Berry  <karl@gnu.org>
21344
21345         * config/config.{guess,sub}: update from config.
21346
21347 2003-10-06  Jim Meyering  <jim@meyering.net>
21348             Bruno Haible  <bruno@clisp.org>
21349
21350         This lets translators provide better translations for the
21351         "Written by ..." part of --version output.
21352         * lib/version-etc.h: Include stdarg.h.
21353         (version_etc_copyright): Declare as readonly.
21354         (version_etc): Make this function variadic with a NULL-terminated list
21355         of author name strings.
21356         (version_etc_va): New declaration.
21357         * lib/version-etc.c: Include stdarg.h, stdlib.h.
21358         (version_etc_copyright): Declare as readonly.
21359         (version_etc_va): New function. Provide a different translatable string
21360         for each possible number of authors < 10. Abbreviate when there are 10
21361         authors or more.
21362         (version_etc): Make this function variadic. Call version_etc_va.
21363         Suggestion from Gary V. Vaughan.
21364
21365         * lib/long-options.h (parse_long_options): Change prototype: the
21366         authors string is moved to the end and becomes variadic.
21367         * lib/long-options.c: Include stdarg.h.
21368         (parse_long_options): Make this function variadic, too.
21369         Call version_etc_va, not version_etc.
21370
21371 2003-10-06  Bruno Haible  <bruno@clisp.org>
21372
21373         * modules/version-etc-2: Remove file.
21374         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
21375
21376 2003-10-06  Bruno Haible  <bruno@clisp.org>
21377
21378         * modules/fatal-signal: New file.
21379         * MODULES.html.sh (func_all_modules): Add fatal-signal.
21380
21381 2003-10-06  Bruno Haible  <bruno@clisp.org>
21382
21383         * m4/fatal-signal.m4: New file.
21384         * m4/signalblocking.m4: New file, from GNU gettext.
21385
21386 2003-10-06  Bruno Haible  <bruno@clisp.org>
21387
21388         * lib/version-etc-2.h: Remove file.
21389         * lib/version-etc-2.c: Remove file.
21390
21391 2003-10-06  Bruno Haible  <bruno@clisp.org>
21392
21393         * lib/fatal-signal.h: New file, from GNU gettext.
21394         * lib/fatal-signal.c: New file, from GNU gettext.
21395
21396 2003-10-05  Paul Eggert  <eggert@twinsun.com>
21397
21398         * README: Rework advice for preventing empty .o files.
21399         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
21400         not <sys/types.h>.
21401
21402 2003-10-04  Karl Berry  <karl@gnu.org>
21403
21404         * lib/argp*: update from libc.
21405
21406 2003-10-04  Karl Berry  <karl@gnu.org>
21407
21408         * config/config.{guess,sub}: update from config.
21409
21410 2003-10-02  Bruno Haible  <bruno@clisp.org>
21411
21412         * modules/lchown (Include): Add lchown.h.
21413         * modules/time_r (Include): Use "..." syntax.
21414         * modules/xgetdomainname (Include): Add xgetdomainname.h.
21415
21416 2003-10-01  Simon Josefsson  <jas@extundo.com>
21417
21418         * MODULES.html.sh (func_all_modules): Move gethostname from section
21419         'based on' to section 'lacking' POSIX:2001.
21420
21421 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
21422
21423         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
21424         to output mode on the same stream.
21425
21426 2003-09-29  Paul Eggert  <eggert@twinsun.com>
21427
21428         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
21429         Fix arg typo in previous patch.
21430
21431 2003-09-28  Jim Meyering  <jim@meyering.net>
21432
21433         * lib/error.c: Correct cpp indentation.
21434
21435 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21436
21437         * modules/free: New file.
21438
21439 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21440
21441         * m4/free.m4: New file.
21442
21443 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21444
21445         * lib/minmax.h (MIN, MAX)
21446         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
21447         Omit the special code that used __typeof__, since we worry that
21448         it could be more trouble than it's worth.  See:
21449         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
21450         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
21451
21452         * lib/free.c: New file.
21453
21454 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
21455
21456         Trivial fixes to Makefile.am parts of module listings.
21457         * modules/strstr: Append strstr.h to lib_SOURCES.
21458         * modules/strcase: Likewise, for strcase.h.
21459
21460 2003-09-27  Karl Berry  <karl@gnu.org>
21461
21462         * config/mkinstalldirs: update from automake.
21463
21464 2003-09-26  Paul Eggert  <eggert@twinsun.com>
21465
21466         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
21467         (error_tail): Do not loop, reallocating temporary buffer, since
21468         the output cannot contain more wide characters than the input
21469         contains bytes, the size must be big enough already.  This avoids
21470         one potential size overflow calculation.  Check for size overflow
21471         when calculating temporary buffer size.  Free temporary buffer
21472         when done, if it was allocated with malloc; this plugs a memory
21473         leak.  Remove casts from void * to pointers, that are no longer
21474         needed now that we're assuming C89 or better.
21475
21476         Merge error changes from glibc.
21477
21478         * lib/error.c, error.h: Update copyright notice header to match glibc.
21479         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
21480         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
21481         Disable cancellation while printing error.
21482         * lib/error.h: Prepend __ to parameter names.
21483
21484 2003-09-26  Jim Meyering  <jim@meyering.net>
21485
21486         * lib/error.c (error_tail): Move some declarations
21487         into inner scope where the local variables are used.
21488
21489 2003-09-26  Bruno Haible  <bruno@clisp.org>
21490
21491         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
21492         stpncpy().
21493         Don't define stpncpy through config.h; it's now done through stpncpy.h.
21494
21495 2003-09-26  Bruno Haible  <bruno@clisp.org>
21496
21497         * lib/stpncpy.h (gnu_stpncpy): New declaration.
21498         (stpncpy): Define as alias for gnu_stpncpy.
21499         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
21500
21501 2003-09-25  Simon Josefsson  <jas@extundo.com>
21502
21503         * lib/xgetdomainname.h: New file.
21504         * lib/xgetdomainname.c: New file.
21505
21506 2003-09-25  Simon Josefsson  <jas@extundo.com>
21507             Bruno Haible  <bruno@clisp.org>
21508
21509         * modules/getdomainname: New file.
21510         * modules/xgetdomainname: New file.
21511         * MODULES.html.sh (func_all_modules): Add getdomainname,
21512         xgetdomainname.
21513
21514 2003-09-25  Simon Josefsson  <jas@extundo.com>
21515             Bruno Haible  <bruno@clisp.org>
21516
21517         * m4/getdomainname.m4: New file.
21518
21519 2003-09-25  Simon Josefsson  <jas@extundo.com>
21520             Bruno Haible  <bruno@clisp.org>
21521
21522         * lib/getdomainname.h: New file.
21523         * lib/getdomainname.c: New file.
21524
21525 2003-09-25  Karl Berry  <karl@gnu.org>
21526
21527         * lib/argp-fmtstream.c, argp-help.c: update from libc.
21528
21529 2003-09-25  Karl Berry  <karl@gnu.org>
21530
21531         * config/install-sh: update from automake.
21532
21533 2003-09-25  Bruno Haible  <bruno@clisp.org>
21534
21535         * modules/version-etc-2: New file, from modules/version-etc with
21536         modifications.
21537         * MODULES.html.sh (func_all_modules): Add version-etc-2.
21538
21539 2003-09-25  Bruno Haible  <bruno@clisp.org>
21540
21541         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
21542         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
21543
21544 2003-09-24  Simon Josefsson  <jas@extundo.com>
21545
21546         * modules/xgethostname: Add xgethostname.h.
21547
21548 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21549
21550         * lib/linebuffer.c (freebuffer): Don't free the argument, just
21551         the buffer associated with the argument.  Bug reported by
21552         Simon Josefsson.
21553
21554 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21555
21556         * README: Document assumptions that 'int' is at least 32 bits
21557         wide, that integer arithmetic is 2's complement without overflow,
21558         that there are no holes in integer values, that adding sizes of
21559         two nonoverlapping objects can't overflow, and that all-bits-zero
21560         yields scalar zero.  Fix spelling and capitalization typos.
21561
21562 2003-09-19  Karl Berry  <karl@gnu.org>
21563
21564         * lib/argp.h: update from libc.
21565
21566 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21567
21568         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
21569         to avoid spurious warnings like "AC_RUN_IFELSE was called before
21570         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
21571
21572 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21573
21574         * gnulib-tool: Use "test -h", not "test -L", for portability
21575         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
21576         (tags_regexp): Remove, since \| doesn't conform to POSIX.
21577         (sed_extract_prog): Issue s commands one-by-one, rather than
21578         using \| in one s command.
21579
21580 2003-09-16  Paul Eggert  <eggert@twinsun.com>
21581
21582         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
21583         input error, instead of returning NULL the next time we are called
21584         (and therefore losing track of errno).
21585
21586 2003-09-16  Bruno Haible  <bruno@clisp.org>
21587
21588         * gnulib-tool (func_create_testdir): Warn about duplicated
21589         dependencies.
21590
21591 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21592
21593         * modules/argmatch, modules/fatal, modules/obstack,
21594         modules/xalloc, modules/xgethostname: Sort dependencies by
21595         importance, not alphabetically.
21596
21597 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21598
21599         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
21600         fails, so that the caller gets the proper errno.
21601
21602         * lib/readutmp.c (read_utmp): Likewise.
21603         Check for fstat error.  Close stream and free storage
21604         when failing.
21605
21606 2003-09-14  Karl Berry  <karl@gnu.org>
21607
21608         * config/srclist.txt (strdup.c): disable for c89 changes.
21609
21610 2003-09-14  Jim Meyering  <jim@meyering.net>
21611
21612         * lib/getloadavg.c: Correct cpp indentation.
21613         * lib/strdup.c: Likewise.
21614         * lib/vasnprintf.c: Likewise.
21615
21616 2003-09-14  Bruno Haible  <bruno@clisp.org>
21617
21618         * modules/fwriteerror: New file.
21619         * MODULES.html.sh (func_all_modules): Add fwriteerror.
21620
21621 2003-09-14  Bruno Haible  <bruno@clisp.org>
21622
21623         * lib/fwriteerror.h: New file.
21624         * lib/fwriteerror.c: New file.
21625
21626 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21627
21628         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
21629         modules/xgethostname, modules/xalloc: Depend on exit.
21630
21631 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21632
21633         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
21634
21635         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
21636         and AC_MINIX, too, so that their extensions are available.
21637
21638         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
21639         This macro has been superseded by gl_BACKUPFILE.
21640
21641         More patches to assume C89 or better.
21642
21643         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
21644
21645         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
21646         unconditionally.
21647         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
21648         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
21649         Include <string.h>, <stdlib.h> unconditionally.
21650         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
21651         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
21652         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
21653         headers or for string.h.
21654         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
21655         or strtoul.
21656
21657         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
21658         headers.
21659         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
21660         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21661         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
21662         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
21663         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21664         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
21665         memcpy, memset.
21666         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
21667         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
21668         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
21669         strtol.
21670         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
21671         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
21672         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
21673         strtoul.
21674
21675 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21676
21677         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
21678         * lib/obstack.c [!defined _LIBC]: Likewise.
21679         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
21680         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
21681         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
21682
21683         More changes to assume C89 or better.
21684
21685         * lib/error.c (error_tail): Assume vprintf.
21686
21687         * lib/argmatch.c (getenv): Remove decl.
21688         * lib/progreloc.c (get_full_program_name): Define via prototype.
21689         * lib/setenv.c (clearenv): Likewise.
21690         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
21691         needed.
21692         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
21693         (malloc, memcpy): Remove decls.
21694         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
21695         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
21696         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21697         (memcpy): Remove macro.
21698         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
21699         (__P): Remove.  All uses removed.
21700         (PTR): Remove.  All uses changed to void *.
21701         (CHAR_BIT, NULL): Remove.
21702         (spaces, zeros, memset_space, memset_zero)
21703         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
21704         Remove.
21705         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
21706         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
21707         Define with prototype.
21708         Remove now-unnecessary prototype decl.
21709         (extra_args_spec): Assume ANSI C.  All uses changed.
21710         (extra_args_spec_iso): Remove.
21711         (my_strftime, emacs_strftimeu): Define via prototype.
21712         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
21713         unconditionally.
21714         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
21715         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
21716         (strtoul, strtol): Remove decls.
21717         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
21718         LONG_MAX): Remove.
21719         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21720         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
21721         (LOCALE_PARAM_PROTO): New macro.
21722         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
21723         (INTERNAL (strtol), strtol): Define with a prototype.
21724         (PARAMS): Remove.  All uses removed.
21725         * lib/tempname.c: Include <string.h> unconditionally.
21726         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
21727         * lib/xgethostname.c (main): Define with a prototype.
21728         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
21729         Include <stdlib.h> unconditionally.
21730         (calloc, malloc, realloc, free): Remove decls.
21731         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
21732         Include <stdlib.h> unconditionally.  Sort include file names.
21733         (strtod): Remove.
21734         (xstrtod): Define with a prototype.
21735         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
21736         (strtol, strtoul): Remove decls.
21737
21738 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21739
21740         More patches to assume C89 or better.
21741         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
21742         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
21743         string.h, memchr, STDC_HEADERS.
21744
21745 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21746
21747         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
21748         Include <stdlib.h>, <string.h> unconditionally.
21749         Remove now-unnecessary cast to char *.
21750         * lib/strnlen.c: Include <string.h> unconditionally.
21751         * lib/yesno.c (yesno): Define with a prototype.
21752
21753 2003-09-11  Bruno Haible  <bruno@clisp.org>
21754
21755         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
21756
21757 2003-09-10  Jim Meyering  <jim@meyering.net>
21758
21759         * lib/error.c: Correct indentation of cpp directives.
21760
21761 2003-09-10  Bruno Haible  <bruno@clisp.org>
21762
21763         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
21764         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
21765         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
21766         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
21767         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
21768         <stdlib.h> and <string.h> checks.
21769         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
21770         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
21771
21772 2003-09-10  Bruno Haible  <bruno@clisp.org>
21773
21774         * lib/strcspn.c: Include <string.h> unconditionally.
21775         * lib/strpbrk.c: Include <string.h> unconditionally.
21776         * lib/strstr.c: Include <string.h> unconditionally.
21777         * lib/unicodeio.c: Include <string.h> unconditionally.
21778         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
21779         * lib/unsetenv.c: Likewise.
21780         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
21781         * lib/yesno.c: Include <stdlib.h> unconditionally.
21782         (rpmatch): Add prototype.
21783
21784 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21785
21786         More patches to assume C89 or better.
21787         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
21788         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
21789         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
21790         or for string.h.
21791         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
21792         stdlib.h.
21793         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
21794         C headers.
21795         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
21796         string.h.
21797         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
21798         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
21799         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
21800         or for string.h.
21801         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
21802         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
21803         C headers.
21804         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
21805         memcpy.
21806         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
21807         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
21808         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
21809         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
21810         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
21811         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
21812         string.h, free.
21813         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
21814         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
21815         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
21816         C headers, or for string.h.
21817         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
21818         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
21819         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
21820         headers, memory.h, stdlib.h, string.h, strings.h.
21821         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
21822         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
21823         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
21824         strchr.
21825         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
21826         headers, memory.h, string.h.
21827         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
21828         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
21829         free.
21830         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
21831         headers.
21832         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
21833         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
21834         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
21835         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
21836         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
21837
21838 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21839
21840         More K&R removal.
21841
21842         * lib/acosl.c (main): Use a prototype.
21843         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
21844         tanl.c: Likewise.
21845
21846         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
21847
21848         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
21849         (getopt, etopt_long, getopt_long_only, _getopt_internal)
21850         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
21851         with a prototype.
21852         * lib/getopt.c (const): Remove macro.
21853         Include <string.h> unconditionally.
21854         (my_index): Remove; all uses changed to strchr.
21855         (strlen): Remove decl.
21856         (exchange): Remove forward decl; no longer needed.
21857         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
21858         Define with prototype.
21859         * lib/getopt1.c (const): Remove macro.
21860         (getopt_long, getopt_long_only, main): Define with prototype.
21861
21862         * lib/getugroups.c: Include <string.h> unconditionally.
21863
21864         * lib/getusershell.c: Include <stdlib.h> unconditionally.
21865         (getusershell, setusershell, endusershell, readname, main):
21866         Define with prototypes.
21867
21868         * lib/group-member.c: Include group-member.h first.
21869         Include <stdlib.h> unconditionally.
21870
21871         * lib/hard-locale.c: Include hard-locale.h first.
21872         Include <stdlib.h>, <string.h> unconditionally.
21873
21874         * lib/hash.c (free, malloc): Remove decls.
21875         Include <stdlib.h> unconditionally.
21876
21877         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
21878         (getenv): Do not declare.
21879
21880         * lib/idcache.c: Include <string.h> unconditionally.
21881
21882         * lib/long-options.c: Include long-options.h first, to test interface.
21883         Include <stdlib.h> unconditionally.
21884
21885         * lib/makepath.c: Include makepath.h first, to test interface.
21886         Include <stdlib.h> and <string.h> unconditionally.
21887
21888         * lib/linebuffer.c: Include <stdlib.h>.
21889         (free): Remove decl.
21890
21891         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
21892         stddef.h. rpl_malloc returns void *, not char *.
21893         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
21894         prototype.
21895
21896         * lib/md5.h: Include <limits.h> unconditionally.
21897         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
21898         (__P): Remove; all uses removed.
21899         * lib/md5.c: Include "md5.h" first.
21900         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
21901         md5_buffer, md5_process_bytes, md5_process_block):
21902         Define with prototypes.
21903         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
21904         * lib/sha.c: Include "sha.h" first.
21905         Include <stdlib.h>, <string.h> unconditionally.
21906
21907         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
21908         * lib/memcmp.c (__ptr_t): Likewise.
21909         * lib/memrchr.c (__ptr_t): Likewise.
21910         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
21911         Include <string.h> unconditionally.
21912         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
21913         * lib/memchr.c: Include <stdlib.h> unconditionally.
21914         * lib/memchr.c (LONG_MAX): Remove.
21915         * lib/memrchr.c (LONG_MAX): Likewise.
21916         * lib/memchr.c (__memchr): Define via a prototype.
21917         * lib/memrchr.c (__memrchr): Likewise.
21918         * lib/memcmp.c (__P): Remove, and remove all uses.
21919         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
21920         Remove forward decls; no longer needed.
21921         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
21922         Use types required by C89 in prototype.
21923
21924         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
21925         * lib/savedir.c: Likewise.
21926         * lib/mkdir.c (free): Remove decl.
21927         * lib/rmdir.c (rmdir): Define with a prototype.
21928         * lib/savedir.c: Include savedir.h first, to test interface.
21929
21930         * lib/mktime.c (STDC_HEADERS): Remove.
21931         Include <stdlib.h>, <string.h> unconditionally.
21932
21933         * lib/modechange.c: Include <stdlib.h> unconditionally.
21934         (malloc): Remove decl.
21935
21936         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
21937         (free): Remove decl.
21938
21939         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
21940         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
21941         (This type really should be intptr_t, but that's a C99ism.)
21942         (_obstack_memcpy): Remove: all uses changed to memcpy.
21943         Include <string.h> unconditionally.
21944         (struct obstack): Assume __STDC__ for types of members
21945         chunkfun, freefun, extra_arg.
21946         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
21947         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
21948         obstack_begin, obstack_specify_allocation,
21949         obstack_specify_allocation_with_arg, obstack_chunkfun,
21950         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
21951         Remove unprototyped decls and the macros that use them.
21952         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
21953         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
21954         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
21955         (defined __STDC__ && __STDC__)]:
21956         Remove nonprototyped code.
21957         Include <stdlib.h> unconditionally.
21958         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
21959         _obstack_allocated_p, _obstack_free, obstack_free,
21960         _obstack_memory_used, print_and_abort):
21961         Define using prototypes.
21962         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
21963         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
21964         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
21965         obstack_next_free, obstack_object_size, obstack_room) [0]:
21966         Remove unused, unprototyped code.
21967
21968         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
21969
21970         * lib/physmem.c (physmem_total, physmem_available, main): Define
21971         with prototypes.
21972
21973         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
21974         (main): Define with a prototype.
21975
21976         * lib/posixver.c (getenv): Remove decl.
21977
21978         * lib/putenv.c (malloc): Returns void *, not char *.
21979         Include <string.h> unconditionally.
21980         (strchr, memcpy, NULL): Do not define.
21981
21982         * lib/readtokens.c: Include readtokens.h first, to test interface.
21983         Include <stdlib.h>, <string.h> unconditionally.
21984         (init_tokenbuffer): Define with a prototype.
21985
21986         * lib/regex.c (PARAMS): Remove.  All uses removed.
21987         All uses of _RE_ARGS removed, too.
21988         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21989         unconditionally.
21990         (bzero): Assume memset exists.
21991         (memcmp, memcpy, NULL): Remove.
21992         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
21993         char, or assignments to local vars of type signed char.
21994         (init_syntax_once, PREFIX(extract_number_and_incr),
21995         PREFIX(print_partial_compiled_pattern),
21996         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
21997         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
21998         PREFIX(regex_grow_registers), PREFIX(regex_compile),
21999         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
22000         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
22001         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
22002         wcs_compile_range, byte_compile_range, truncate_wchar,
22003         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
22004         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
22005         count_mbs_length, wcs_re_match_2_internal,
22006         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
22007         PREFIX(alt_match_null_string_p),
22008         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
22009         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
22010         regfree, PREFIX(extract_number)): Define with prototype.  Remove
22011         now-unnecessary declaration, if any.
22012         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
22013         regcomp, regexec):
22014         Remove now-unnecessary casts among pointer types.
22015         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
22016
22017         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
22018         (free): Remove decl.
22019
22020         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
22021
22022         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
22023         (free): Remove decl.
22024
22025         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
22026         * lib/xgetcwd.c: Likewise.
22027
22028         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
22029         (free): Remove decl.
22030
22031         * lib/strchrnul.c (strchrnul): Define with a prototype.
22032         Fix bug: c_in was not converted to char before searching.
22033
22034         The following changes are not K&R related:
22035
22036         * lib/group-member.h: Include <sys/types.h>, so that this file is
22037         self-contained.
22038         * lib/makepath.h: Likewise.
22039
22040         * lib/getusershell.c (readname, default_index, line_size, readname):
22041         Use size_t, not int, for sizes.
22042         (readname): If the size overflows, report an error instead of
22043         looping forever.
22044
22045 2003-09-09  Paul Eggert  <eggert@twinsun.com>
22046
22047         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
22048         libc.
22049
22050 2003-09-09  Paul Eggert  <eggert@twinsun.com>
22051
22052         * README: New section: portability guidelines.
22053
22054 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
22055
22056         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
22057         C89 spec.
22058
22059 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
22060
22061         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
22062
22063 2003-09-08  Paul Eggert  <eggert@twinsun.com>
22064
22065         Assume C89 or better; remove K&R cruft.
22066         A few of these changes were first proposed by Derek Robert Price
22067         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
22068
22069         * lib/addext.c: Include <string.h> unconditionally.
22070         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
22071         Don't declare getenv or malloc.
22072
22073         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
22074         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
22075         (NULL): Remove.
22076         (find_stack_direction, alloca): Use prototypes.
22077
22078         * lib/atexit.c (atexit): Define using a prototype.
22079
22080         * lib/basename.c, dirname.c, stripslash.c:
22081         Include <string.h> unconditionally.
22082
22083         * lib/bcopy.c: Include <stddef.h>.
22084         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
22085
22086         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
22087
22088         * lib/error.h (error, error_at_line, error_print_progname)
22089         [! (defined (__STDC__) && __STDC__)]: Remove decls.
22090         * lib/error.c: Include error.h first, to check interface.
22091         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
22092         (VA_START): Remove; all uses changeed to va_start.
22093         (exit, strerror): Remove decls.
22094         (error_print_progname): Prototype uncondionally.
22095         Don't include <errno.h>; no longer needed.
22096         (private_strerror): Remove.
22097         (error_tail): Always define.
22098         (error, error_at_line): Assume C89 or better; always use prototypes.
22099         * lib/fatal.c: Include "fatal.h" first, to test interface.
22100         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
22101         (VA_START): Remove; all uses changed to va_start.
22102         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
22103         this case.
22104         (exit): Remove decl.
22105         (fatal): Prototype unconditionally.  Assume va_start works.
22106         Abort at end, to pacify gcc.
22107
22108         * lib/euidaccess.c (main): Define with a prototype.
22109
22110         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
22111
22112         * lib/exitfail.c: Include <stdlib.h> unconditionally.
22113
22114         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
22115         prototypes.
22116         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
22117         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
22118         (getenv): Remove decl.
22119         (fnmatch): Define using a prototype.
22120         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
22121         (FCT): Define using a prototype.
22122
22123         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
22124
22125         * lib/gethostname.c: Include <stddef.h>.
22126         (gethostname): Define with prototype.  Length is size_t, not int.
22127
22128 2003-09-08  Paul Eggert  <eggert@twinsun.com>
22129
22130         Assume C89 or better; remove K&R cruft.
22131         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
22132         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
22133         string.h, getenv, malloc.
22134         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
22135         headers.
22136         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
22137         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
22138         do not check for strerror.
22139         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
22140         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
22141         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
22142         do not check for doprnt or vprintf.
22143         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
22144         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
22145
22146 2003-09-08  Paul Eggert  <eggert@twinsun.com>
22147
22148         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
22149         getversion.c should have been removed then, but was accidentally
22150         preserved.
22151
22152         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
22153         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
22154
22155 2003-09-08  Karl Berry  <karl@gnu.org>
22156
22157         * config/config.sub, config.guess, srclistvars.sh: update from savannah
22158                 config, forget about prep.
22159
22160         * config/depcomp, missing: update from automake.
22161
22162 2003-09-07  Paul Eggert  <eggert@twinsun.com>
22163
22164         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
22165         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
22166
22167 2003-09-07  Paul Eggert  <eggert@twinsun.com>
22168
22169         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
22170         copy_tm_result.  Bug reported by Simon Josefsson in
22171         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
22172
22173 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22174
22175         * m4/time_r.m4: New file.
22176         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
22177         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
22178         is. Check for timegm declaration.
22179         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
22180         Do not check for gmtime_r.
22181         Replace mktime if __mktime_internal does not exist and if mktime
22182         hasn't been replaced already.
22183
22184 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22185
22186         * lib/time_r.c, lib/time_r.h: New files.
22187
22188         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
22189         __localtime_r.
22190         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
22191         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
22192
22193         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
22194         __gmtime_r.
22195         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
22196         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
22197         Include <time_r.h>.
22198
22199         * lib/timegm.c: Switch to glibc implementation, with the following
22200         changes:
22201         [defined HAVE_CONFIG_H]: Include <config.h>.
22202         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
22203         (__mktime_internal) [!defined _LIBC]: New decl.
22204         (__gmtime_r) [!defined _LIBC]: New macro and function.
22205         (timegm): Use a prototype, since gnulib assumes C89.
22206         Do not bother declaring tmp to be const, as it's not really usefu.
22207         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
22208         (timegm): Declare only if HAVE_DECL_TIMEGM.
22209
22210 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22211
22212         * MODULES.html.sh (func_all_modules): Add time_r.
22213         * modules/time_r: New file.
22214         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
22215         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
22216
22217 2003-09-03  Paul Eggert  <eggert@twinsun.com>
22218
22219         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
22220         Bug reported by Lute Kamstra in
22221         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
22222
22223         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
22224         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
22225         course with correspondingly smaller numbers for tomorrow and
22226         yesterday.  From Tadayoshi Funaba.  Originally installed into
22227         sh-utils on 1999-08-07, but the patch got lost (I guess during the
22228         coreutils merge?).
22229
22230 2003-08-31  Simon Josefsson  <jas@extundo.com>
22231
22232         * modules/timegm: New file.
22233         * MODULES.html.sh (func_all_modules): Add timegm.
22234
22235 2003-08-31  Simon Josefsson  <jas@extundo.com>
22236
22237         * m4/timegm.m4: New file.
22238
22239 2003-08-31  Simon Josefsson  <jas@extundo.com>
22240
22241         * lib/timegm.h: New file.
22242         * lib/timegm.c: New file.  Based on
22243         wget-1.8.2/src/http.c:mktime_from_utc.
22244
22245 2003-08-31  Karl Berry  <karl@gnu.org>
22246
22247         * lib/argp.h: update from libc.
22248
22249 2003-08-28  Bruno Haible  <bruno@clisp.org>
22250
22251         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
22252         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
22253         followed by '#define fnmatch fnmatch_posix' gives an error.
22254
22255 2003-08-28  Bruno Haible  <bruno@clisp.org>
22256
22257         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
22258         warning on QNX, which defines O_BINARY to 000000.
22259
22260 2003-08-27  Jim Meyering  <jim@meyering.net>
22261
22262         * m4/mkstemp.m4: Require that the system mkstemp be able to create
22263         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
22264         would fail after 32.  Reported by Danny Levinson.  Details here:
22265         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
22266
22267 2003-08-24  Bruno Haible  <bruno@clisp.org>
22268
22269         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
22270         MSVC7 <stdio.h> is included later.
22271
22272 2003-08-22  Simon Josefsson  <jas@extundo.com>
22273
22274         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
22275
22276 2003-08-20  Karl Berry  <karl@gnu.org>
22277
22278         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
22279
22280 2003-08-20  Bruno Haible  <bruno@clisp.org>
22281
22282         * modules/progname: New file.
22283         * MODULES.html.sh (func_all_modules): Add progname.
22284
22285 2003-08-20  Bruno Haible  <bruno@clisp.org>
22286
22287         * lib/progname.h: New file, from GNU gettext.
22288         * lib/progname.c: New file, from GNU gettext.
22289         * lib/progreloc.c: New file, from GNU gettext.
22290
22291 2003-08-19  Jim Meyering  <jim@meyering.net>
22292
22293         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
22294         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
22295
22296 2003-08-19  Bruno Haible  <bruno@clisp.org>
22297
22298         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
22299         more.
22300
22301 2003-08-19  Bruno Haible  <bruno@clisp.org>
22302
22303         * lib/xstrdup.c: Assume <string.h> exists.
22304
22305 2003-08-18  Paul Eggert  <eggert@twinsun.com>
22306
22307         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
22308         in makefile rules.
22309
22310 2003-08-18  Jim Meyering  <jim@meyering.net>
22311
22312         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
22313         * m4/lib-ld.m4: Likewise.
22314
22315 2003-08-18  Jim Meyering  <jim@meyering.net>
22316
22317         * lib/setenv.h: Indent nested cpp directive.
22318         * lib/vasnprintf.c: Remove trailing blanks.
22319
22320 2003-08-17  Simon Josefsson  <jas@extundo.com>
22321
22322         * modules/xstrndup: New file.
22323         * MODULES.html.sh (func_all_modules): Add xstrndup.
22324
22325 2003-08-17  Simon Josefsson  <jas@extundo.com>
22326
22327         * modules/argp: Fix autoconf macro name. Add more dependencies.
22328
22329 2003-08-17  Simon Josefsson  <jas@extundo.com>
22330
22331         * m4/xstrndup.m4: New file.
22332
22333 2003-08-17  Simon Josefsson  <jas@extundo.com>
22334
22335         * m4/argp.m4: New file.
22336
22337 2003-08-17  Simon Josefsson  <jas@extundo.com>
22338             Bruno Haible  <bruno@clisp.org>
22339
22340         * lib/xstrndup.h: New file.
22341         * lib/xstrndup.c: New file.
22342
22343 2003-08-17  Bruno Haible  <bruno@clisp.org>
22344
22345         * modules/strndup (Files, Include): Add lib/strndup.h.
22346
22347 2003-08-17  Bruno Haible  <bruno@clisp.org>
22348
22349         * modules/euidaccess (Files): Add lib/euidaccess.h.
22350
22351 2003-08-17  Bruno Haible  <bruno@clisp.org>
22352
22353         * lib/strndup.h: New file.
22354
22355 2003-08-17  Bruno Haible  <bruno@clisp.org>
22356
22357         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
22358         like AC_GNU_SOURCE.
22359         * modules/extensions (configure.ac): Comment out the invocation of
22360         gl_USE_SYSTEM_EXTENSIONS.
22361
22362 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22363
22364         Merges from coreutils, etc.
22365         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
22366         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
22367         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
22368         fixing a typo.
22369         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
22370         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
22371
22372 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22373
22374         Document merge from coreutils.
22375         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
22376         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
22377         * modules/utime: Add m4/utimes-null.m4.
22378
22379 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22380
22381         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
22382         space, undoing this 2003-08-12 change:
22383         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22384
22385 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22386
22387         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
22388         strtoul.c from libc, undoing this 2003-08-12 change:
22389         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22390
22391 2003-08-16  Jim Meyering  <jim@meyering.net>
22392
22393         Merges from coreutils.
22394         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
22395         prefix.  Adjust cache variables similarly.  Create 500 rather than
22396         just 300 files, to exercise bug on Darwin6.5, too.
22397         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
22398         $missing_dir.
22399         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
22400         AM_SYS_POSIX_TERMIOS.
22401         Reported by mkc@mathdogs.com.
22402         Also change use of $am_cv_sys_posix_termios
22403         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
22404         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
22405         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
22406         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
22407         in /proc/mounts until it finds one with matching device number.  This
22408         is unnecessary when the FILE argument *is* a mount point.  No stat call
22409         is necessary in that case.  So, disable the statvfs-testing code on
22410         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
22411         as RedHat bug# 84846.
22412         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22413         to 1MB, so as not to render systems with no stack size limit (e.g.,
22414         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22415         Include <unistd.h>.  On some systems,
22416         it is required for the definition of _SC_PAGESIZE.
22417
22418 2003-08-16  Jim Meyering  <jim@meyering.net>
22419
22420         Merge from coreutils.
22421         * lib/xstrtoimax.c: #else #if -> #elif.
22422         * lib/xstrtoumax.c: Likewise.
22423
22424 2003-08-16  Jim Meyering  <jim@meyering.net>
22425
22426         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
22427         * m4/utimes.m4: Removed.
22428         * m4/utimes-null.m4: Renamed from utimes.m4.
22429
22430         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22431         to 1MB, so as not to render systems with no stack size limit (e.g.,
22432         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22433         Include <unistd.h>.  On some systems,
22434         it is required for the definition of _SC_PAGESIZE.
22435
22436 2003-08-16  Jim Meyering  <jim@meyering.net>
22437         and Paul Eggert  <eggert@cs.ucla.edu>
22438
22439         Merges from coreutils, etc.
22440
22441         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
22442         using the latest version from cvs.  This avoids problems with #line
22443         directives using a vendor (Sun) compiler.
22444         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
22445         Don't set GETGROUPS_LIB here; now it's
22446         done via getgroups.m4's wrapper function.
22447         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
22448         rather than just in sh-util/configure.in, so that the
22449         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
22450         same.
22451         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
22452         AC_FUNC_GETLOADAVG where to find getloadavg.c.
22453         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
22454         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
22455         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
22456         Remove code that is now done by the newly-required macros.
22457         Append $(EXEEXT) to DF_PROG.
22458         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
22459         Do not invoke or require the following here,
22460         since prereq.m4 or some gnulib .m4 now does this for us:
22461         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
22462         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
22463         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
22464         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
22465         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
22466         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
22467         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
22468         AC_FUNC_OBSTACK.
22469         Do not replace the following functions, as this is now the job
22470         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
22471         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
22472         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
22473         atexit getpass, strdup, getpagesize.
22474         Replace 'raise'.
22475         Do not check for the following functions, as this is now the job
22476         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
22477         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
22478         setregid.
22479         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
22480         Check for sys/sysctl.h.
22481         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
22482         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
22483         of checking for ssize_t ourselves.
22484
22485         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
22486         Require every macro that gnulib/modules/* suggests for us.
22487         (jm_PREREQ_ADDEXT): New macro.
22488         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
22489         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
22490
22491         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
22492         (gl_PHYSMEM): Use it.
22493         Also check for `table' function.
22494         Check for new headers and functions.
22495         Add check for sys/sysmp.h.
22496         With suggestions from Kaveh Ghazi.
22497         Ignore headers that are present but cannot be compiled.  This
22498         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
22499         C 5.4.
22500
22501 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22502
22503         Document merge from coreutils.
22504         * modules/userspec: Depend on posixver.
22505         * modules/strftime: Depend on tzset.
22506
22507 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22508
22509         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
22510         rather than tab, after '#' in shell-script copyright notices.
22511         Suggested by Bruno Haible.
22512
22513 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22514
22515         * config/srclist-update: Use three spaces, rather than tab, after '#'
22516         in shell-script copyright notices.  Suggested by Bruno Haible.
22517         Remove unnecessary parenthesization in regular expression.
22518
22519 2003-08-15  Jim Meyering  <jim@meyering.net>
22520
22521         Merge from coreutils.
22522         * lib/xgethostname.c: Include <stdlib.h>.
22523         (xghostname): Don't exit for anything other than memory-related
22524         failure; just return NULL.
22525         * lib/userspec.c: Include "posixver.h".
22526         (parse_user_spec): Accept `.' as a separator only
22527         in pre-POSIX-200112 mode.
22528         * lib/strtoimax.c: Use #elif rather than #else #if.
22529         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
22530         Remove function, now that we can rely on a working tzset function.
22531         [!_LIBC]: Ensure that the required autoconf test has been run.
22532         [!defined _NL_CURRENT && HAVE_STRFTIME]:
22533         Use underlying_strftime for %r.
22534         * lib/sha.c: Merge in some clean-up and optimization changes from
22535         glibc.
22536         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
22537         Ensure that it is a multiple of 64.
22538         Rearrange loop exit tests so as to avoid performing an
22539         additional fread after encountering an error or EOF.
22540         * lib/realloc.c: Update copyright date.
22541
22542 2003-08-15  Jim Meyering  <jim@meyering.net>
22543         and Paul Eggert  <eggert@twinsun.com>
22544
22545         Merge from coreutils.
22546         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
22547         member but strut utmpx does not.  Needed for AIX 4.3.3.
22548         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
22549
22550 2003-08-15  Jim Meyering  <jim@meyering.net>
22551         and Paul Eggert  <eggert@cs.ucla.edu>
22552
22553         Merges from coreutils, etc.
22554         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
22555         Require gl_FUNC_TZSET_CLOBBER.
22556         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
22557         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
22558         members.
22559
22560 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22561
22562         Help the merge from coreutils.
22563         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
22564         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
22565         * m4/tzset.m4: Use it too.
22566
22567 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22568
22569         * modules/tzset: New file.
22570
22571 2003-08-14  Jim Meyering  <jim@meyering.net>
22572
22573         Merges from coreutils.
22574         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
22575         variable names, rather than @FNMATCH_H@.
22576         * modules/alloca: Likewise for $(ALLOCA_H).
22577
22578         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
22579         the three copies of the literal target, `fnmatch.h'.
22580         * modules/alloca (alloca.h): Likewise.
22581
22582 2003-08-14  Jim Meyering  <jim@meyering.net>
22583
22584         Merge from coreutils.
22585         * m4/tzset.m4: New file.
22586         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
22587         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
22588         otherwise, AIX 5.1 systems would end up using the latter.
22589         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
22590         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
22591         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
22592         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
22593
22594 2003-08-14  Jim Meyering  <jim@meyering.net>
22595
22596         Merge from coreutils.
22597         * lib/obstack.h: Whitespace changes.
22598         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
22599         and xcalloc return values.
22600         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
22601         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
22602         hang on OSF/1 5.1 for DIR on both local and remote file systems.
22603         Reported by (and fix confirmed by) Nelson H. F. Beebe.
22604         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22605         error from mntctl.
22606         Use mntctl's return value to drive the entry-processing loop, since
22607         we can't rely on the value of the vmt_length member in the last
22608         entry.  On some systems doing so could result in exhausting
22609         virtual memory.  Based in part on a patch from Mike Jetzer.
22610
22611 2003-08-14  Jim Meyering  <jim@meyering.net>
22612         and Paul Eggert  <eggert@twinsun.com>
22613
22614         Merges from coreutils, plus other fixes.
22615         * lib/physmem.c: Merge in portability changes from gcc/libiberty
22616         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
22617         for credits and details.  Thanks to Kaveh Ghazi for helping
22618         to keep these files in sync.
22619         (ARRAY_SIZE): Define it.
22620         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
22621         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
22622         (memcasecmp): Don't assume size_t fits in unsigned int.
22623         Remove casts and duplicate code.
22624         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
22625         (memcpy): Remove definition.
22626         Merge in some clean-up and optimization changes from glibc.
22627         [BLOCKSIZE]: Move definition to top of file.
22628         Ensure that it is a multiple of 64.
22629         Rearrange loop exit tests so as to avoid performing an
22630         additional fread after encountering an error or EOF.
22631         * lib/md5.h (md5_uintptr): Define.
22632         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
22633         return to the initial working directory.  Preserve errno
22634         for caller.
22635         * lib/idcache.c: Include "xalloc.h".
22636         (xmalloc, xrealloc): Remove decls.
22637         (getuser): Remove casts no longer required in C89.
22638         * lib/human.c: Include stdio.h, for sprintf.
22639         * lib/group-member.c: Include "xalloc.h".
22640         (xmalloc, xrealloc): Remove decls.
22641         (get_group_info): Remove casts no longer required in C89.
22642         * lib/getusershell.c (readname): Remove casts no longer required in
22643         C89.
22644         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
22645         * lib/getline.c: Whitespace fix, from coreutils.
22646
22647 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22648
22649         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
22650         Check for isascii.
22651
22652         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22653         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22654         Undo previous (whitespace-only) change.
22655
22656 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22657
22658         * lib/exclude.c: Include <ctype.h>
22659         (IN_CTYPE_DOMAIN): New macro.
22660         (is_space): New fn.
22661         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
22662         and empty lines.
22663
22664         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22665         Undo previous (whitespace-only) change.
22666
22667 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22668
22669         * config/srclist-update: Change update back to the old behavior,
22670         leaving whitespace alone.  Use one 'sed' command rather than a
22671         pipeline.
22672         (fixlicense): Now a variable, not a function.
22673         (remove_trailing_blanks): Remove.
22674         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
22675         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22676         Undo previous (whitespace-only) change.
22677
22678 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22679
22680         Merge from coreutils.
22681         * modules/euidaccess: Add lib_SOURCES, include for new
22682         file euidaccess.h
22683
22684 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22685
22686         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22687         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22688         Normalize leading white space and remove trailing white space.
22689
22690         Merge from coreutils
22691         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
22692
22693         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
22694         0.12.1.  These files are now being upgraded automatically by
22695         ../config/srclist-update.
22696
22697 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22698
22699         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22700         Normalize leading white space and remove trailing white space.
22701         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
22702         notice, as per ../config/srclist-update.
22703
22704         Merge from coreutils.
22705         * lib/euidaccess.h: New file.
22706         * lib/euidaccess.c: Include it.
22707         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
22708         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
22709         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
22710
22711 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22712
22713         * config/srclist-update: Add copyright notice.
22714         (remove_id_lines, remove_trailing_blanks): New constants.
22715         (fixfile): Use them to normalize spacing a bit in copied files.
22716         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22717         Normalize leading white space and remove trailing white space.
22718
22719         * config/texinfo.tex: Sync with texinfo.
22720
22721         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
22722         strtoul.c from libc, to merge coreutils whitespace changes.
22723
22724         * config/srclist.txt: Get the following m4 files from gettext:
22725         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
22726         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
22727         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
22728         wint_t.m4.
22729
22730 2003-08-12  Karl Berry  <karl@gnu.org>
22731
22732         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
22733         been made.
22734
22735 2003-08-11  Paul Eggert  <eggert@twinsun.com>
22736
22737         * modules/gnu-source, m4/gnu-source.m4:
22738         Remove; we're assuming Autoconf 2.54 or later now.
22739         Suggested by Bruno Haible.
22740         * MODULES.html.sh (func_all_modules): Remove gnu-source.
22741
22742 2003-08-11  Bruno Haible  <bruno@clisp.org>
22743
22744         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
22745
22746 2003-08-11  Bruno Haible  <bruno@clisp.org>
22747
22748         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
22749         (vasnprintf): Use it instead of wcslen.
22750
22751 2003-08-11  Bruno Haible  <bruno@clisp.org>
22752
22753         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
22754         value to ensure that _Bool promotes to int. Use #define for _Bool when
22755         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
22756
22757 2003-08-10  Karl Berry  <karl@gnu.org>
22758
22759         * lib/regex.h: update from libc (whitespace fix).
22760
22761 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22762
22763         Merge some files from coreutils.  These changes were
22764         originally made by Jim Meyering.
22765         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
22766         many older Unixes require this.
22767         * lib/alloca.c (alloca): Remove cast to argument of free;
22768         no longer needed in C89.
22769         * lib/alloca_.h, regex.h: Fix white space to match
22770         what GNU indent does.
22771
22772 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22773
22774         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
22775         apparently Emacs's Unicode mode got confused before my 2003-08-05
22776         checkin.
22777
22778 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22779
22780         * m4/extensions.m4: New file.
22781         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
22782         Require gl_USE_SYSTEM_EXTENSIONS.
22783         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
22784         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
22785
22786 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22787
22788         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
22789         * modules/extensions, modules/gnu-source: New files.
22790         * modules/timespec, modules/unlocked-io: Depend on extensions.
22791
22792 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22793
22794         * modules/restrict: New file.
22795         * MODULES.html.sh (func_all_modules): Add restrict.
22796         * modules/regex: Depend on restrict.
22797
22798 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22799
22800         * m4/restrict.m4: New file.
22801         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
22802
22803 2003-08-07  Bruno Haible  <bruno@clisp.org>
22804
22805         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
22806         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
22807
22808 2003-08-07  Bruno Haible  <bruno@clisp.org>
22809
22810         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
22811         makes the module 'getndelim2' compatible with the module 'getline'.
22812
22813 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22814
22815         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
22816         byte with "\201" to avoid glitches when editing that source file
22817         with multi-gnome-terminal.
22818
22819 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22820
22821         * lib/bumpalloc.h: Remove.
22822
22823 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22824
22825         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
22826         * modules/bumpalloc: Remove.
22827
22828 2003-08-04  Paul Eggert  <eggert@twinsun.com>
22829
22830         * lib/getloadavg.c: Change copyright notice and spacing to conform to
22831         GNU coding style.
22832
22833         Merge from coreutils.
22834         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
22835         1. From glibc.
22836         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
22837         from Karl Berry, implemented by Jim Meyering.
22838         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
22839         from Dmitry V. Levin.
22840         Remove anachronistic cast of xrealloc.
22841         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
22842         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
22843         type. Otherwise, it wouldn't compile with at least /bin/cc on
22844         ymp-cray-unicos9.0.2.X.
22845         Combine two mostly-identical uses of alloca into one.
22846         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
22847
22848 2003-08-04  Dave Love  <d.love@dl.ac.uk>
22849
22850         [From Emacs.]
22851
22852         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
22853         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
22854         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
22855         obsolete NLIST_NAME_UNION.
22856         [__GNU__]: Undef BSD and FSCALE.
22857         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
22858
22859 2003-08-03  Paul Eggert  <eggert@twinsun.com>
22860
22861         * lib/stdbool_.h (_Bool): Make it signed char, instead of
22862         an enum type, so that it's guaranteed to promote to int.  See:
22863         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
22864
22865 2003-08-03  Karl Berry  <karl@gnu.org>
22866
22867         * config/depcomp: update from automake.
22868
22869 2003-07-31  Paul Eggert  <eggert@twinsun.com>
22870
22871         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
22872         (strerror): Don't assume that a printable int fits in 14 bytes.
22873
22874 2003-07-31  Bruno Haible  <bruno@clisp.org>
22875
22876         * modules/getpass-gnu: New file.
22877         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
22878
22879 2003-07-31  Bruno Haible  <bruno@clisp.org>
22880
22881         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
22882
22883 2003-07-24  Karl Berry  <karl@gnu.org>
22884
22885         * config/missing: update from automake.
22886
22887 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
22888             Bruno Haible  <bruno@clisp.org>
22889
22890         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
22891         * lib/getline.c (getline, getdelim): Likewise.
22892         Remove _GNU_SOURCE define; now it's defined in config.h through
22893         m4/getline.m4.
22894
22895 2003-07-23  Karl Berry  <karl@gnu.org>
22896
22897         * config/config.sub: update from prep.
22898
22899 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22900
22901         * modules/xalloc (Depends-on): Add exitfail.
22902         * modules/xmemcoll: Likewise.
22903
22904 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22905
22906         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
22907         over-parenthesization in macros.
22908
22909         Sync with coreutils.
22910
22911         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
22912         required by C99.
22913
22914         Use `exit_failure' for xalloc and xmemcoll instead of their own
22915         private exit-failure variables.
22916         * lib/xalloc.h (xalloc_exit_failure): Remove.
22917         * lib/xmalloc.c: Likewise.  Include exitfail.h.
22918         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
22919         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
22920         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
22921         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
22922
22923 2003-07-20  Jim Meyering  <jim@meyering.net>
22924
22925         * modules/closeout (Depends-on): Add exitfail.
22926         Suggestion from Bruno Haible.
22927
22928 2003-07-19  Karl Berry  <karl@gnu.org>
22929
22930         * config/config.sub: update from prep.
22931
22932 2003-07-18  Paul Eggert  <eggert@twinsun.com>
22933
22934         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
22935         Remove.
22936         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
22937         to test that it can stand by itself.  Include "exitfail.h".
22938         Clients should set exit_failure instead.
22939         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
22940
22941 2003-07-18  Bruno Haible  <bruno@clisp.org>
22942
22943         * modules/getndelim2: New file.
22944         * modules/getline: Share files with module getndelim2.
22945         * modules/getnline: Depend on getndelim2 instead of sharing files with
22946         it. Add getnline.c to lib_SOURCES.
22947         * MODULES.html.sh (func_all_modules): Add getndelim2.
22948
22949 2003-07-18  Bruno Haible  <bruno@clisp.org>
22950
22951         * m4/getndelim2.m4: New file.
22952         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
22953         invoke gl_PREREQ_GETNDELIM2.
22954         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
22955         gl_PREREQ_GETNDELIM2.
22956         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
22957         gl_GETNDELIM2.
22958
22959 2003-07-18  Bruno Haible  <bruno@clisp.org>
22960
22961         * lib/getndelim2.h: New file.
22962         * lib/getndelim2.c: Make into a module of its own. Include config.h,
22963         getndelim2.h.
22964         (getndelim2): Make non-static. Change return type to ssize_t.
22965         * lib/getline.h: Change argument names.
22966         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
22967         * lib/getnline.c: Include getndelim2.h.
22968
22969 2003-07-18  Andreas Schwab  <schwab@suse.de>
22970
22971         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
22972
22973 2003-07-17  Karl Berry  <karl@gnu.org>
22974
22975         * config/config.sub: update from prep.
22976
22977 2003-07-17  Bruno Haible  <bruno@clisp.org>
22978
22979         * modules/getnline: New file.
22980         * modules/getline: Add lib/getndelim2.c to source file list.
22981         * MODULES.html.sh (func_all_modules): Add getnline.
22982
22983 2003-07-17  Bruno Haible  <bruno@clisp.org>
22984
22985         * m4/getnline.m4: New file.
22986
22987 2003-07-17  Bruno Haible  <bruno@clisp.org>
22988
22989         * m4/Makefile.am.in: Remove file.
22990         * m4/Makefile.am: Remove file.
22991         * m4/Makefile.in: Remove file.
22992
22993 2003-07-17  Bruno Haible  <bruno@clisp.org>
22994
22995         * lib/getnline.h: New file.
22996         * lib/getnline.c: New file.
22997         * lib/getndelim2.c: New file, extracted from getline.c.
22998         (getndelim2): Renamed from getdelim2, with added nmax argument.
22999         * lib/getline.c: Include getndelim2.c.
23000         (getdelim2): Moved out to getndelim2.c.
23001         (getline, getdelim): Update.
23002
23003 2003-07-17  Bruno Haible  <bruno@clisp.org>
23004
23005         * lib/Makefile.am: Remove file.
23006         * lib/Makefile.in: Remove file.
23007
23008 2003-07-17  Bruno Haible  <bruno@clisp.org>
23009
23010         * configure.in: Remove file.
23011         * Makefile.in: Remove file.
23012
23013 2003-07-17  Bruno Haible  <bruno@clisp.org>
23014
23015         * MODULES.html.sh: Put the </BODY> right before </HTML>.
23016
23017 2003-07-16  Karl Berry  <karl@gnu.org>
23018
23019         * config/srclist-update: was running fixlicense twice, which caused
23020                 texinfo.tex to be nullified for some reason.  Simplify,
23021                 $gplsrc is no longer needed as far as I can see?
23022
23023 2003-07-16  Jim Meyering  <jim@meyering.net>
23024
23025         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
23026
23027 2003-07-15  Paul Eggert  <eggert@twinsun.com>
23028
23029         * config/srclist.txt: Get the following files from gettext-runtime/intl
23030         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
23031         ref-del.sin.  From Bruno Haible.
23032         * config/srclist-update (fixfile): Change grep pattern again, since the
23033         previous fix didn't work (there was another trailing $).  Use
23034         '[$]' to escape the $s.
23035
23036 2003-07-15  Karl Berry  <karl@gnu.org>
23037
23038         * lib/vasnprintf.c: update from gettext.
23039
23040 2003-07-15  Karl Berry  <karl@gnu.org>
23041
23042         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
23043         gets expanded when surrounded by '$'.
23044
23045 2003-07-15  Jim Meyering  <jim@meyering.net>
23046
23047         * modules/save-cwd: Don't depend on error.  From Derek Price.
23048
23049 2003-07-15  Jim Meyering  <jim@meyering.net>
23050
23051         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
23052
23053 2003-07-14  Simon Josefsson  <jas@extundo.com>
23054
23055         * modules/mempcpy: New file.
23056         * MODULES.html.sh (func_all_modules): Add mempcpy.
23057
23058 2003-07-14  Simon Josefsson  <jas@extundo.com>
23059
23060         * m4/mempcpy.m4: New file.
23061
23062 2003-07-14  Simon Josefsson  <jas@extundo.com>
23063
23064         * lib/mempcpy.h: New file.
23065         * lib/mempcpy.c: New file.
23066
23067 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23068
23069         * modules/getdate, modules/posixtm: Depend on mktime.
23070
23071 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23072
23073         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
23074         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
23075         unicodeio.c, unicodeio.h, unlocked-io.h:
23076         Switch from LGPL to GPL.
23077
23078 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23079
23080         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
23081         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
23082         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
23083         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
23084         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
23085         updated automatically by ../config/srclist-update.  This changes
23086         their license from LPGL to GPL.
23087
23088 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23089
23090         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
23091         assumed to refer to the root of the most recent stable gettext version.
23092         * config/srclistvars.sh: Add defaults for eggert.
23093         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
23094         Match "This program" as well as "The program".  This is needed
23095         for gettext.
23096
23097 2003-07-14  Jim Meyering  <jim@meyering.net>
23098
23099         Don't emit diagnostics.  Let callers do that.
23100         * lib/save-cwd.c: Don't include "error.h".
23101         (save_cwd): Don't call error.  Ensure that errno is valid
23102         when returning nonzero.
23103
23104         * lib/save-cwd.h (restore_cwd): Update prototype.
23105         * lib/save-cwd.c (restore_cwd): Remove two parameters.
23106         Simplify.  Don't call error upon failure.  Let callers do that.
23107         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
23108         when auditing is enabled.  But don't bother updating the #if.
23109
23110 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
23111
23112         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
23113         it breaks C++ compilation.
23114         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
23115
23116 2003-07-10  Simon Josefsson  <jas@extundo.com>
23117
23118         * modules/strchrnul (Makefile.am): Add strchrnul.h.
23119
23120 2003-07-10  Jim Meyering  <jim@meyering.net>
23121
23122         * m4/clock_time.m4: Remove trailing blank.
23123         * m4/intmax_t.m4: Likewise.
23124
23125 2003-07-10  Jim Meyering  <jim@meyering.net>
23126
23127         * lib/vasnprintf.c: Remove trailing blanks.
23128         Make cpp indentation consistent.
23129
23130 2003-07-09  Paul Eggert  <eggert@twinsun.com>
23131
23132         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
23133         posixver.c, strftime.c, strnlen.c, strverscmp.c:
23134         Switch from LGPL to GPL.
23135
23136 2003-07-09  Paul Eggert  <eggert@twinsun.com>
23137
23138         * config/srclist.txt: Sort sublists.  Add
23139         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
23140         that differ from gnulib for one reason or another; we'd like this list
23141         to be smaller but for now let's document what we have.
23142
23143 2003-07-08  Paul Eggert  <eggert@twinsun.com>
23144
23145         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
23146         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
23147         and sweeter "eval x=$x".
23148         * config/srclist.txt: Get lib/argp* from glibc.
23149
23150 2003-07-07  Paul Eggert  <eggert@twinsun.com>
23151
23152         * lib/mktime.c: Fix some boundary cases and remove need for floating
23153         point.
23154
23155         Issue a compile-time diagnostic if time_t is floating point, or if
23156         two's complement arithmetic is not in effect, or if arithmetic
23157         right shift does not propagate the sign.  These assumptions were
23158         all in the original code but they weren't checked.
23159
23160         (TIME_T_MIDPOINT, verify): New macros.
23161         (__isleap): Remove; it has integer overflow problems.
23162         (leapyear): New function, without those problems.
23163         (ydhms_tm_diff): Remove; splitting into two parts.
23164         (ydhms_diff): New function, containing the arithmetic part of
23165         the old ydhms_tm_diff function.  Issue a compile-time
23166         diagnostic if we are not using C99 integer division.
23167         Avoid casts when possible.
23168         (guess_time_tm): New function, containing the checking part of
23169         the old ydhms_tm_diff function.  Return the new value, rather than
23170         the difference between it and the old.  Accept a new argument T
23171         so that *T specifies the old value.  Check for overflow in the result.
23172
23173         (__mktime_internal): Use a time_t offset, not a long int offset.
23174         This undoes the 2003-06-04 change, which is no longer needed now
23175         that we have better overflow checking.
23176         (localtime_offset): Likewise.
23177
23178         (__mktime_internal): Avoid harmful overflow on hosts where time_t
23179         and long are 64-bit but int is only 32-bit.
23180         (ydhms_diff): Use long int to store year1 and yday1.
23181         Issue a compile-time diagnostic if long int is not wide enough.
23182
23183         (__mktime_internal): Use long int to store adjusted year and yday.
23184         Use plain C rather than preprocessor commands, if that doesn't
23185         affect efficiency.
23186         Check for overflow (and try to repair) after each probe
23187         rather than checking only at the very end.  This avoids some bugs
23188         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
23189         does not equal GMT offset at maximum time).
23190         Use integer to check for overflow rather than floating point; this
23191         is more portable to non-IEEE hosts, and is a tad faster.
23192         When we detect that we are oscillating between two values,
23193         don't check whether tm_isdst has the requested value, since
23194         we already know the answer.  When tm_isdst has the wrong value,
23195         use a different heuristic to find the right one, based on the
23196         extreme values actually observed in practice in tz2003a,
23197         rather than the (overly optimistic) "previous 3 calendar quarters".
23198
23199         (not_equal_tm, print_tm, check_result): Use "const T" rather than
23200         "T const" to accommodate glibc style.
23201         (check_result): Use less-confusing report format.  "long" -> "long int.
23202         (main): Likewise.
23203         Don't loop if the iteration overflows time_t.
23204         Allow a negative step in the iteration.
23205
23206 2003-07-06  Karl Berry  <karl@gnu.org>
23207
23208         * config/depcomp: update from automake.
23209         * config/config.sub: update from prep.
23210
23211 2003-07-03  Karl Berry  <karl@gnu.org>
23212
23213         * config/config.guess: update from prep.
23214
23215 2003-07-01  Paul Eggert  <eggert@twinsun.com>
23216
23217         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
23218         xreadlink.c now includes it unconditionally.
23219
23220 2003-07-01  Paul Eggert  <eggert@twinsun.com>
23221
23222         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
23223         having it depend on HAVE_SYS_TYPES_H.
23224
23225 2003-07-01  Bruno Haible  <bruno@clisp.org>
23226
23227         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
23228         <sys/types.h> should be sufficient.
23229         Reported by Paul Eggert.
23230
23231 2003-06-26  Karl Berry  <karl@gnu.org>
23232
23233         * config/depcomp: update from automake.
23234
23235 2003-06-26  Bruno Haible  <bruno@clisp.org>
23236
23237         * modules/human: Depend on module stdbool.
23238
23239 2003-06-25  Bruno Haible  <bruno@clisp.org>
23240
23241         * modules/readlink: New file.
23242         * modules/xreadlink: Depend on it.
23243         * MODULES.html.sh (func_all_modules): Add readlink.
23244
23245 2003-06-25  Bruno Haible  <bruno@clisp.org>
23246
23247         * m4/readlink.m4: New file.
23248
23249 2003-06-25  Bruno Haible  <bruno@clisp.org>
23250
23251         * lib/readlink.c: New file.
23252
23253 2003-06-22  Karl Berry  <karl@gnu.org>
23254
23255         * config/srclist.txt: update mkinstalldirs from automake.
23256         * config/mkinstalldirs: update.
23257
23258 2003-06-22  Bruno Haible  <bruno@clisp.org>
23259
23260         Portability to mingw32.
23261         * m4/ssize_t.m4: New file, from GNU gettext.
23262         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
23263         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
23264
23265 2003-06-22  Bruno Haible  <bruno@clisp.org>
23266
23267         * modules/safe-read: Add m4/ssize_t.m4.
23268         * modules/xreadlink: Add m4/ssize_t.m4.
23269
23270 2003-06-20  Bruno Haible  <bruno@clisp.org>
23271
23272         Assume C89, so PARAMS isn't needed.
23273         * lib/unicodeio.h (PARAMS): Remove.
23274         * lib/unicodeio.c: Don't use PARAMS.
23275
23276 2003-06-18  Karl Berry  <karl@gnu.org>
23277
23278         * config/config.{guess,sub}: update from prep.
23279
23280 2003-06-18  Jim Meyering  <jim@meyering.net>
23281
23282         Merge changes from coreutils.
23283         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
23284         Remove explicit declarations of xmalloc and realloc.
23285         Include xalloc.h.
23286         (read_utmp): Remove anachronistic cast of xmalloc.
23287
23288 2003-06-17  Paul Eggert  <eggert@twinsun.com>
23289
23290         Assume C89, so PARAMS isn't needed.
23291         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
23292         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
23293         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
23294         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
23295         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
23296         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
23297         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
23298         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
23299         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
23300         lib/xstrtod.h, lib/xstrtol.h: Likewise.
23301         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
23302         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
23303         no longer needed. Anyway, config.h should always be included before any
23304         other file.
23305
23306 2003-06-11  Simon Josefsson  <jas@extundo.com>
23307
23308         * modules/sysexits: New file.
23309         * MODULES.html.sh (func_all_modules): Add sysexits.
23310
23311 2003-06-11  Simon Josefsson  <jas@extundo.com>
23312
23313         * lib/sysexit_.h: New file.
23314
23315 2003-06-11  Derek Price  <derek@ximbiot.com>
23316
23317         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
23318         necessary.
23319
23320 2003-06-11  Bruno Haible  <bruno@clisp.org>
23321
23322         * m4/sysexits.m4: New file.
23323
23324 2003-06-10  Simon Josefsson  <jas@extundo.com>
23325
23326         * lib/argp.h: New file, from glibc.
23327         * lib/argp-ba.c: New file, from glibc.
23328         * lib/argp-eexst.c: New file, from glibc.
23329         * lib/argp-fmtstream.c: New file, from glibc.
23330         * lib/argp-fmtstream.h: New file, from glibc.
23331         * lib/argp-fs-xinl.c: New file, from glibc.
23332         * lib/argp-help.c: New file, from glibc.
23333         * lib/argp-namefrob.h: New file, from glibc.
23334         * lib/argp-parse.c: New file, from glibc.
23335         * lib/argp-pv.c: New file, from glibc.
23336         * lib/argp-pvh.c: New file, from glibc.
23337         * lib/argp-xinl.c: New file, from glibc.
23338
23339 2003-06-10  Simon Josefsson  <jas@extundo.com>
23340
23341         * modules/strchrnul: New file.
23342
23343 2003-06-10  Simon Josefsson  <jas@extundo.com>
23344
23345         * modules/argp: New file.
23346
23347 2003-06-10  Simon Josefsson  <jas@extundo.com>
23348
23349         * m4/strchrnul.m4: New file.
23350
23351 2003-06-10  Simon Josefsson  <jas@extundo.com>
23352
23353         * lib/strchrnul.h: New file.
23354         * lib/strchrnul.c: New file.
23355
23356 2003-06-10  Bruno Haible  <bruno@clisp.org>
23357
23358         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
23359
23360 2003-06-07  Karl Berry  <karl@gnu.org>
23361
23362         * config/config.{guess,sub}: update from prep.
23363
23364 2003-06-07  Jim Meyering  <jim@meyering.net>
23365
23366         * modules/strtod: Use $(...) notation, not @...@ for
23367         AC_REPLACE'd variables.
23368         * modules/localcharset: Likewise.
23369
23370 2003-06-07  Jim Meyering  <jim@meyering.net>
23371
23372         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
23373         in place of my name in the copyright comment.
23374         Remove definition and uses of __P.
23375
23376         From coreutils.
23377         * lib/stat.c: Don't declare xmalloc explicitly.
23378         Instead, include "xalloc.h".
23379         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
23380         xrealloc, and xcalloc return values.
23381         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
23382         Improve comment.
23383         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
23384
23385 2003-06-07  Bruno Haible  <bruno@clisp.org>
23386
23387         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
23388         avoid AC_CONFIG_LINKS.
23389         * modules/fnmatch (Makefile.am): Use explicit creation rule for
23390         fnmatch.h, to avoid AC_CONFIG_LINKS.
23391         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
23392
23393 2003-06-07  Bruno Haible  <bruno@clisp.org>
23394
23395         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
23396         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
23397         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23398         directory.
23399         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
23400         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23401         directory.
23402
23403 2003-06-06  Jim Meyering  <jim@meyering.net>
23404
23405         Merge from coreutils.
23406         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
23407         Consolidate declarations and initializations of *_base* locals.
23408
23409         Merge from coreutils.
23410         This avoids a core dump on systems without GNU putenv,
23411         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
23412         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
23413         (unsetenv): New static function, from GNU libc.
23414         (rpl_putenv): Use it.
23415
23416         * lib/modechange.c: Remove trailing blanks.
23417
23418         Merge from coreutils.
23419         * lib/fsusage.c: Remove declaration of statfs.
23420         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
23421
23422         * lib/posixtm.c: Include <stdbool.h> unconditionally.
23423
23424 2003-06-06  Jim Meyering  <jim@meyering.net>
23425
23426         * lib/stdbool_.h: Renamed from stdbool.h.in.
23427
23428 2003-06-06  Jim Meyering  <jim@meyering.net>
23429             Bruno Haible  <bruno@clisp.org>
23430
23431         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
23432         Adjust Makefile.am snippet not to redirect directly to target.
23433         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
23434
23435 2003-06-05  Paul Eggert  <eggert@twinsun.com>
23436
23437         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
23438         mismatch, look in future quarters as well as past.  This fixes a
23439         bug when processing fall-backwards gaps immediately after a long
23440         period of daylight-saving time.
23441
23442         * lib/mktime.c: Assume freestanding C89 or better.
23443         (HAVE_LIMITS_H): Remove.  Assume it's 1.
23444         (__P): Remove; not used.
23445         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
23446         (mktime, not_equal_tm, print_tm, check_result,
23447         main): Use prototypes.  Use const * where appropriate.
23448         (main): Fix typo in testing code that uncovered by above changes.
23449         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
23450
23451 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23452
23453         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
23454         locale.h, localeconv.  This merges changes from coreutils.
23455
23456         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
23457         It can be removed after the next Autoconf is released.
23458         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
23459         needed.
23460
23461 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23462
23463         * lib/mktime.c: Fix Debian bug 177940
23464         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
23465         (localtime_offset): Now long int, not time_t, because we want it
23466         to be guaranteed to be signed.  All uses changed.
23467         (__mktime_internal): If overflow would occur when adding offset,
23468         don't add it.
23469
23470         Merge 'human' changes from coreutils.  Rewrite to support
23471         locale-specific notations like thousands separators.
23472         * lib/human.c: Simplify authorship notice.
23473         Include human.h immediately after config.h.
23474         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
23475         <limits.h>: Do not include, since human.h does.
23476         (SIZE_MAX, UINTMAX_MAX): New macros.
23477         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
23478         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
23479         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
23480         (power_letter): Renamed from suffixes.
23481         (generate_suffix_backwards): Remove.
23482         (adjust_value): Now takes int style (because of human.h changes)
23483         and long double value (for greater precision on some platforms).
23484         (group_number): New function.
23485         (human_readable): Use it.  Use integer options, not enum.
23486         Put the options before the sizes in the arg list.
23487         Support all the new options.
23488         The old human_readable function has been removed;
23489         use inttostr.h instead.
23490         (human_readable, default_block_size, humblock):
23491         Use uintmax_t, not int, for block sizes.
23492         (human_readable_inexact, block_size_types): Remove.
23493         (block_size_opts): New constant.
23494         (human_options): Renamed from human_block_size, with new signature
23495         that allows block sizes up to UINTMAX_MAX.  All callers changed.
23496         * lib/human.h: Add copyright and authorship notice.
23497         Include <limits.h> and <stdbool.h> unconditionally.
23498         (PARAMS): Remove.  All uses removed.
23499         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
23500         (enum human_inexact_style): Remove tag; now a nameless enum.
23501         (human_floor, human_ceiling, human_round_to_even): Now have
23502         values 2, 0, 1 rather than -1, 1, 0.
23503         (human_group_digits, human_suppress_point_zero, human_autoscale,
23504         human_base_1024, human_SI, human_B): New constants.
23505         (human_readable_inexact, human_block_size): Remove.
23506         (human_readable): Size args are now uintmax_t, not int.
23507         (human_options): New decl.
23508
23509         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
23510         unnecessary now that we assume C89 or better.  This change
23511         imported from coreutils.
23512
23513         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23514         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
23515         in the 2003-05-30 sync from glibc.
23516
23517         .h files should stand alone, but we shouldn't include <sys/types.h>
23518         if we can get away with just <stddef.h>.
23519
23520         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
23521         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
23522         rather than <sys/types.h>, as we merely need size_t.
23523         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
23524         to get size_t.
23525         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
23526         Include <stdio.h>, to get FILE.
23527         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
23528         memcasecmp.h has included <stddef.h> and all we need is size_t.
23529         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
23530         our interface, instead of including <sys/types.h>
23531
23532 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23533
23534         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
23535         now, as glibc mktime is buggy on non-glibc systems.
23536
23537 2003-06-03  Karl Berry  <karl@gnu.org>
23538
23539         * config/config.sub: update from prep.
23540
23541 2003-06-02  Paul Eggert  <eggert@twinsun.com>
23542
23543         [from coreutils]
23544         Fix some minor time-related bugs with POSIX time arguments.
23545         Some valid time stamps were being rejected (notably -1, and
23546         time stamps before 1900 on 64-bit hosts).  And some invalid
23547         time stamps were being accepted, e.g. September 31.
23548
23549         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
23550         that we can return (time_t) -1 successfully.
23551         * lib/posixtm.c: Likewise.
23552         [HAVE_STDBOOL_H]: Include <stdbool.h>.
23553         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
23554         (t): Remove static var.
23555         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
23556         of static var.  All uses changed.
23557         (year): Do not reject years before 1900; they can occur with
23558         64-bit time_t.
23559         (posix_time_parse): Do not check for out-of-range components;
23560         that is now the caller's responsibility, since our checks were
23561         only approximations.
23562         (posixtime): Use mktime to check for out-of-range components,
23563         since it knows them exactly.
23564         If mktime returns (time_t) -1, check whether an error actually occurred
23565         by invoking localtime on -1.
23566         (main) [TEST_POSIXTIME]: Check for input data errors, and report
23567         posixtime failures better.
23568         Improve the test data (in comments only).
23569
23570 2003-06-02  Karl Berry  <karl@gnu.org>
23571
23572         * config/mkinstalldirs (version): new variable.
23573         (--version): new option.
23574         (usage): improve message.
23575
23576 2003-05-30  Karl Berry  <karl@gnu.org>
23577
23578         * lib/mktime.c: update from libc.
23579
23580 2003-05-30  Bruno Haible  <bruno@clisp.org>
23581
23582         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
23583         * config/config.rpath: Upgrade to gettext-0.12.1.
23584
23585 2003-05-30  Bruno Haible  <bruno@clisp.org>
23586
23587         * m4/gettext.m4: Upgrade to gettext-0.12.1.
23588         * m4/nls.m4: New file, from gettext-0.12.1.
23589         * m4/po.m4: New file, from gettext-0.12.1.
23590         * m4/progtest.m4: Upgrade to gettext-0.12.1.
23591
23592 2003-05-30  Bruno Haible  <bruno@clisp.org>
23593
23594         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
23595         * lib/localcharset.h: Likewise.
23596         * lib/localcharset.c: Likewise.
23597
23598 2003-05-29  Karl Berry  <karl@gnu.org>
23599
23600         * config/config.rpath: update from gettext.
23601
23602 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23603
23604         Assume the headers required for C89 freestanding compilers.
23605         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
23606         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
23607         * m4/human.m4 (gl_HUMAN): Likewise.
23608         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
23609         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
23610         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23611         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
23612         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23613         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
23614
23615 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23616
23617         Assume the headers required for C89 freestanding compilers.
23618         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
23619         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
23620         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
23621         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
23622         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
23623         define, since <limits.h> is guaranteed to do that.
23624         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
23625         * lib/exclude.c: Include <stdbool.h> unconditionally.
23626         * lib/tempname.c: Include <stddef.h> unconditionally.
23627         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
23628         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
23629         <stddef.h> does that.
23630         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
23631         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
23632         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
23633         needed.
23634         * lib/xstrtol.c: Likewise.
23635         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
23636         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
23637
23638         * lib/addext.c (addext): Use assignment rather than cast, to avoid
23639         warnings on some platforms.
23640
23641         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23642         arbitrarily.
23643
23644 2003-05-26  Jim Meyering  <jim@meyering.net>
23645
23646         Merge in a change from coreutils:
23647         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
23648         that is guaranteed to be `no'.  Use `no_such_member' to indicate
23649         that condition, rather than `-1' which is slightly misleading.
23650         Change the name of the cache variable to have the gl_ prefix.
23651         Prompted by a patch from Richard Dawe for DJGPP.
23652
23653 2003-05-24  Karl Berry  <karl@gnu.org>
23654
23655         * config/config.guess: update from prep.
23656
23657 2003-05-22  Karl Berry  <karl@gnu.org>
23658
23659         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
23660
23661 2003-05-20  Karl Berry  <karl@gnu.org>
23662
23663         * config/config.guess: update from prep.
23664
23665 2003-05-18  Karl Berry  <karl@gnu.org>
23666
23667         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
23668         might actually be set by the user.
23669
23670         * config/depcomp, install-sh, mdate-sh: update from automake.
23671
23672 2003-05-17  Bruno Haible  <bruno@clisp.org>
23673
23674         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
23675         invalid expansion for AC_EGREP_CPP.
23676         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
23677         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
23678         Suggested by Akim Demaille <akim@epita.fr> in
23679         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
23680
23681 2003-05-12  Jim Meyering  <jim@meyering.net>
23682
23683         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
23684         the space-padded-by-default conversion specifiers, %e, %k, %l.
23685
23686 2003-05-12  Bruno Haible  <bruno@clisp.org>
23687
23688         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
23689         the string is longer than 4 KB.
23690
23691 2003-05-11  Karl Berry  <karl@gnu.org>
23692
23693         * config/config.{guess,sub}: update from prep.
23694
23695 2003-05-09  Bruno Haible  <bruno@clisp.org>
23696
23697         * modules/error: Add m4/strerror_r.m4 to file list.
23698
23699 2003-05-03  Bruno Haible  <bruno@clisp.org>
23700
23701         Upgrade to Unicode-4.0.
23702         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
23703         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
23704         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
23705         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
23706         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
23707         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
23708         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
23709         Change width of U+E0100..U+E01EF from 1 to 0.
23710
23711 2003-04-25  Jim Meyering  <jim@meyering.net>
23712
23713         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
23714         of type size_t, not int.
23715
23716 2003-04-25  Bruno Haible  <bruno@clisp.org>
23717
23718         * lib/copy-file.c: Include <stddef.h>, for size_t.
23719
23720 2003-04-21  Paul Eggert  <eggert@twinsun.com>
23721
23722         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
23723         code which expansion is under static control.  Patch imported from
23724         Akim Demaille's patch to Bison; see
23725         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
23726
23727 2003-04-14  Bruno Haible  <bruno@clisp.org>
23728
23729         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
23730
23731 2003-04-11  Jim Meyering  <jim@meyering.net>
23732
23733         Merge changes from Coreutils.
23734
23735         2003-03-22  Jim Meyering  <jim@meyering.net>
23736
23737         * lib/strftime.c (widen): Cast alloca return value to proper type.
23738
23739         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
23740
23741         From GNU libc.
23742         * lib/strftime.c (my_strftime): Handle very large width
23743         specifications for numeric values correctly.  Improve checks for
23744         overflow.
23745
23746         2003-01-19  Jim Meyering  <jim@meyering.net>
23747
23748         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
23749         definitions.
23750         (nl_get_alt_digit) [! defined my_strftime]: Define.
23751         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
23752         _nl_get_alt_digit and _nl_get_walt_digit.
23753
23754         * lib/strftime.c (my_strftime): Merge in locale-related changes from
23755         libc. These changes have no effect outside of _LIBC.
23756
23757 2003-04-10  Bruno Haible  <bruno@clisp.org>
23758
23759         * modules/findprog: New file.
23760         * MODULES.html.sh (func_all_modules): Add it.
23761
23762 2003-04-10  Bruno Haible  <bruno@clisp.org>
23763
23764         * m4/findprog.m4: New file.
23765         * m4/eaccess.m4: New file.
23766
23767 2003-04-10  Bruno Haible  <bruno@clisp.org>
23768
23769         * lib/findprog.h: New file, from GNU gettext.
23770         * lib/findprog.c: New file, from GNU gettext.
23771
23772 2003-04-05  Jim Meyering  <jim@meyering.net>
23773
23774         Merge changes from Coreutils.
23775
23776         * lib/exclude.h (PARAMS): Remove definition and uses.
23777         * lib/exclude.c: Remove uses of `PARAMS'.
23778
23779         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
23780         Add test-cases for DOS filenames. Declare program_name.
23781         (main): Set up program_name.  Patch by Rich Dawe.
23782
23783         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23784         error from mntctl.
23785         Use mntctl's return value to drive the entry-processing loop, since
23786         we can't rely on the value of the vmt_length member in the last
23787         entry.  On some systems doing so could result in exhausting
23788         virtual memory.  Based in part on a patch from Mike Jetzer.
23789
23790 2003-04-04  Bruno Haible  <bruno@clisp.org>
23791
23792         * modules/linebreak: New file.
23793         * MODULES.html.sh (func_all_modules): Add it.
23794
23795 2003-04-04  Bruno Haible  <bruno@clisp.org>
23796
23797         * m4/linebreak.m4: New file.
23798
23799 2003-04-04  Bruno Haible  <bruno@clisp.org>
23800
23801         * lib/linebreak.h: New file, from GNU gettext.
23802         * lib/linebreak.c: New file, from GNU gettext with slight
23803         modifications.
23804         * lib/lbrkprop.h: New file, from GNU gettext.
23805
23806 2003-04-03  Bruno Haible  <bruno@clisp.org>
23807
23808         * modules/utf8-ucs4: New file.
23809         * modules/utf16-ucs4: New file.
23810         * modules/ucs4-utf8: New file.
23811         * modules/ucs4-utf16: New file.
23812         * MODULES.html.sh (func_all_modules): Add them.
23813
23814 2003-04-03  Bruno Haible  <bruno@clisp.org>
23815
23816         * m4/utf-ucs4.m4: New file.
23817         * m4/ucs4-utf.m4: New file.
23818
23819 2003-04-03  Bruno Haible  <bruno@clisp.org>
23820
23821         * lib/utf8-ucs4.h: New file, from GNU gettext.
23822         * lib/utf16-ucs4.h: New file, from GNU gettext.
23823         * lib/ucs4-utf8.h: New file, from GNU gettext.
23824         * lib/ucs4-utf16.h: New file, from GNU gettext.
23825
23826 2003-04-02  Bruno Haible  <bruno@clisp.org>
23827
23828         * modules/binary-io: New file.
23829         * MODULES.html.sh (func_all_modules): Add it.
23830
23831 2003-04-02  Bruno Haible  <bruno@clisp.org>
23832
23833         * lib/binary-io.h: New file, from GNU gettext.
23834
23835 2003-04-01  Bruno Haible  <bruno@clisp.org>
23836
23837         * modules/pathname: New file.
23838         * MODULES.html.sh (func_all_modules): Add it.
23839
23840 2003-04-01  Bruno Haible  <bruno@clisp.org>
23841
23842         * lib/pathname.h: New file, from GNU gettext.
23843         * lib/concatpath.c: New file, from GNU gettext.
23844
23845 2003-03-30  Bruno Haible  <bruno@clisp.org>
23846
23847         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
23848
23849 2003-03-30  Bruno Haible  <bruno@clisp.org>
23850
23851         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
23852         function chown() doesn't exist.
23853
23854 2003-03-28  Bruno Haible  <bruno@clisp.org>
23855
23856         * modules/copy-file: New file.
23857         * MODULES.html.sh (func_all_modules): Add it.
23858
23859 2003-03-28  Bruno Haible  <bruno@clisp.org>
23860
23861         * m4/copy-file.m4: New file.
23862
23863 2003-03-28  Bruno Haible  <bruno@clisp.org>
23864
23865         * lib/copy-file.h: New file, from GNU gettext.
23866         * lib/copy-file.c: New file, from GNU gettext.
23867
23868 2003-03-18  Jim Meyering  <jim@meyering.net>
23869
23870         * lib/quote.c (quote_n): Fix typo in comment.
23871
23872 2003-03-18  Bruno Haible  <bruno@clisp.org>
23873
23874         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
23875         checking.
23876         * m4/onceonly_2_57.m4: Likewise.
23877
23878 2003-03-17  Bruno Haible  <bruno@clisp.org>
23879
23880         * m4/onceonly.m4: Require autoconf 2.54 or newer.
23881         (m4_quote): Remove macro.
23882         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
23883
23884 2003-03-14  Jim Meyering  <jim@meyering.net>
23885
23886         Merge changes from Coreutils.
23887         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
23888         to be const, in order to avoid warnings.
23889         (obstack_room): Likewise.
23890         (obstack_empty_p): Likewise.
23891
23892 2003-03-14  Bruno Haible  <bruno@clisp.org>
23893
23894         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
23895         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
23896
23897 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23898
23899         Merge changes from Bison.
23900         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
23901         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
23902         when compiling Bison 1.875's `bitset bset = obstack_alloc
23903         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
23904         * lib/hash.c: Include <stdbool.h> unconditionally.
23905
23906 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23907
23908         * m4/onceonly.m4 (m4_quote): New macro.
23909         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
23910         Quote AC_FOREACH variable-expansions properly.
23911
23912 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23913
23914         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
23915
23916 2003-03-09  Paul Eggert  <eggert@twinsun.com>
23917
23918         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
23919         Reported by Bruce Becker; see:
23920         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
23921
23922 2003-03-03  Paul Eggert  <eggert@twinsun.com>
23923             Bruno Haible  <bruno@clisp.org>
23924
23925         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
23926         Reported by John Hughes, see
23927         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
23928
23929 2003-02-20  Bruno Haible  <bruno@clisp.org>
23930
23931         * MODULES.html.sh (func_all_modules): Add poll.
23932
23933 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23934
23935         * modules/poll: New file.
23936
23937 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23938
23939         * lib/poll_.h: New file.
23940         * lib/poll.c: New file.
23941
23942 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23943
23944         * m4/poll.m4: New file.
23945
23946 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23947
23948         * modules/mathl: New file.
23949
23950 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23951
23952         * lib/mathl.h: New file.
23953         * lib/acosl.c: New file.
23954         * lib/asinl.c: New file.
23955         * lib/atanl.c: New file.
23956         * lib/ceill.c: New file.
23957         * lib/cosl.c: New file.
23958         * lib/expl.c: New file.
23959         * lib/floorl.c: New file.
23960         * lib/frexpl.c: New file.
23961         * lib/ldexpl.c: New file.
23962         * lib/logl.c: New file.
23963         * lib/sincosl.c: New file.
23964         * lib/sinl.c: New file.
23965         * lib/sqrtl.c: New file.
23966         * lib/tanl.c: New file.
23967         * lib/trigl.c: New file.
23968         * lib/trigl.h: New file.
23969
23970 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23971
23972         * m4/mathl.m4: New file.
23973
23974 2003-02-18  Bruno Haible  <bruno@clisp.org>
23975
23976         * MODULES.html.sh (func_all_modules): Add mathl.
23977
23978 2003-02-17  Bruno Haible  <bruno@clisp.org>
23979
23980         * modules/mkdtemp: New module.
23981         * MODULES.html.sh (func_all_modules): Add it.
23982
23983 2003-02-17  Bruno Haible  <bruno@clisp.org>
23984
23985         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
23986
23987 2003-02-17  Bruno Haible  <bruno@clisp.org>
23988
23989         * lib/mkdtemp.h: New file, from GNU gettext.
23990         * lib/mkdtemp.c: New file, from GNU gettext.
23991
23992 2003-02-02  Jim Meyering  <jim@meyering.net>
23993
23994         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
23995         e.g. glibc-2.2.93.
23996
23997 2003-01-31  Bruno Haible  <bruno@clisp.org>
23998
23999         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
24000         'rpl_rename'.
24001         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
24002         'rpl_strnlen'.
24003         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
24004         'rpl_strtod'.
24005         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
24006         'rpl_utime'.
24007
24008 2003-01-31  Bruno Haible  <bruno@clisp.org>
24009
24010         * lib/rename.c: #undef rename before defining rpl_rename.
24011         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
24012
24013 2003-01-30  Bruno Haible  <bruno@clisp.org>
24014
24015         * modules/vasnprintf, modules/vasprintf: New modules.
24016         * MODULES.html.sh (func_all_modules): Add them.
24017
24018 2003-01-30  Bruno Haible  <bruno@clisp.org>
24019
24020         * m4/signed.m4: New file, from GNU gettext.
24021         * m4/longdouble.m4: New file, from GNU gettext.
24022         * m4/wchar_t.m4: New file, from GNU gettext.
24023         * m4/wint_t.m4: New file, from GNU gettext.
24024         * m4/vasnprintf.m4: New file.
24025         * m4/vasprintf.m4: New file.
24026
24027 2003-01-30  Bruno Haible  <bruno@clisp.org>
24028
24029         * lib/printf-args.h: New file, from GNU gettext.
24030         * lib/printf-args.c: New file, from GNU gettext.
24031         * lib/printf-parse.h: New file, from GNU gettext.
24032         * lib/printf-parse.c: New file, from GNU gettext.
24033         * lib/vasnprintf.h: New file, from GNU gettext.
24034         * lib/vasnprintf.c: New file, from GNU gettext.
24035         * lib/asnprintf.c: New file, from GNU gettext.
24036         * lib/vasprintf.h: New file, from GNU gettext with modifications.
24037         * lib/vasprintf.c: New file, from GNU gettext.
24038         * lib/asprintf.c: New file, from GNU gettext.
24039
24040 2003-01-29  Bruno Haible  <bruno@clisp.org>
24041
24042         * modules/stpncpy: New module.
24043         * MODULES.html.sh (func_all_modules): Add it.
24044
24045 2003-01-29  Bruno Haible  <bruno@clisp.org>
24046
24047         * m4/stpncpy.m4: New file.
24048
24049 2003-01-29  Bruno Haible  <bruno@clisp.org>
24050
24051         * lib/stpncpy.h: New file, from GNU gettext with modifications.
24052         * lib/stpncpy.c: New file, from GNU gettext with modifications.
24053
24054 2003-01-28  Bruno Haible  <bruno@clisp.org>
24055
24056         * modules/c-ctype: New module.
24057         * MODULES.html.sh (func_all_modules): Add it.
24058
24059 2003-01-28  Bruno Haible  <bruno@clisp.org>
24060
24061         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
24062         Paul Eggert.
24063         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
24064         Paul Eggert.
24065
24066 2003-01-27  Bruno Haible  <bruno@clisp.org>
24067
24068         * modules/xsetenv: New module.
24069         * MODULES.html.sh (func_all_modules): Add it.
24070
24071 2003-01-27  Bruno Haible  <bruno@clisp.org>
24072
24073         * lib/xsetenv.h: New file, from GNU gettext.
24074         * lib/xsetenv.c: New file, from GNU gettext.
24075
24076 2003-01-23  Jim Meyering  <jim@meyering.net>
24077
24078         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
24079         from working on systems without dirfd (at least Irix and OSF1/Tru64).
24080
24081 2003-01-23  Bruno Haible  <bruno@clisp.org>
24082
24083         * modules/minmax: New module.
24084         * MODULES.html.sh (func_all_modules): Add it.
24085
24086 2003-01-23  Bruno Haible  <bruno@clisp.org>
24087
24088         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
24089         Eggert.
24090
24091 2003-01-22  Bruno Haible  <bruno@clisp.org>
24092
24093         * modules/exit: New module.
24094         * MODULES.html.sh (func_all_modules): Add it.
24095
24096 2003-01-22  Bruno Haible  <bruno@clisp.org>
24097
24098         * lib/exit.h: New file, from GNU gettext.
24099
24100 2003-01-19  Bruno Haible  <bruno@clisp.org>
24101
24102         * gnulib-tool: Recognize option --extract-maintainer.
24103         (func_get_maintainer): New function.
24104         * modules/*: Add Maintainer entry.
24105
24106 2003-01-16  Jim Meyering  <jim@meyering.net>
24107
24108         * m4/regex.m4: The `regex' struct is both input and output.
24109         Initialize it before each use.  Patch by Tim Waugh.
24110
24111 2003-01-16  Bruno Haible  <bruno@clisp.org>
24112
24113         * MODULES.html.sh: Add a table of contents. Add the module name as
24114         leftmost column. Add hyperlinks.
24115
24116 2003-01-15  Bruno Haible  <bruno@clisp.org>
24117
24118         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
24119
24120 2003-01-15  Bruno Haible  <bruno@clisp.org>
24121
24122         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
24123         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
24124         suffix.
24125
24126 2003-01-15  Bruno Haible  <bruno@clisp.org>
24127
24128         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
24129
24130 2003-01-15  Bruno Haible  <bruno@clisp.org>
24131
24132         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
24133         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
24134
24135 2003-01-14  Jim Meyering  <jim@meyering.net>
24136
24137         * lib/same.c (same_name): Tweak a comment.
24138
24139 2003-01-14  Bruno Haible  <bruno@clisp.org>
24140
24141         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
24142         when a string comparison is sufficient.
24143
24144 2003-01-14  Bruno Haible  <bruno@clisp.org>
24145
24146         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
24147         'unsigned int'.
24148
24149 2003-01-14  Bruno Haible  <bruno@clisp.org>
24150
24151         * lib/hash-pjw.c: Add comment about low quality of this function.
24152
24153 2003-01-13  Bruno Haible  <bruno@clisp.org>
24154
24155         * modules/stpcpy: Distribute lib/stpcpy.h.
24156         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
24157
24158 2003-01-13  Bruno Haible  <bruno@clisp.org>
24159
24160         * modules/*: Add a description.
24161         * modules/strpbrk: Fix Makefile.am snippet.
24162         * modules/strtoimax: Fix dependencies.
24163         * modules/strtoumax: Likewise.
24164
24165 2003-01-13  Bruno Haible  <bruno@clisp.org>
24166
24167         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
24168         * modules/alloca (Makefile.am): All object files depend on alloca.h.
24169         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
24170
24171 2003-01-13  Bruno Haible  <bruno@clisp.org>
24172
24173         * gnulib-tool (func_create_testdir): Store config/* files in the main
24174         directory.
24175         * config.rpath: Move to ...
24176         * config/config.rpath: ... here.
24177         * modules/gettext: Contains config/config.rpath, not config.rpath.
24178         * modules/iconv: Likewise.
24179
24180 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24181
24182         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24183         to avoid collisions with libcurses and libreadline.
24184
24185         * m4/getstr.m4: Remove.
24186         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
24187
24188 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24189
24190         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24191         to avoid collisions with libcurses and libreadline.
24192
24193         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
24194         * lib/getstr.h, getstr.c: Remove.
24195         * lib/getline.c: Include "getline.h", to check interface.
24196         Move body of old getstr.c here: this defines MIN_CHUNK and
24197         declares getdelim2, which is renamed from getstr.
24198         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
24199
24200         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
24201         All uses changed.
24202         * lib/linebuffer.h: Likewise.
24203         (readline): Remove backward-compatibility macro.
24204
24205 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24206
24207         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24208         to avoid collisions with libcurses and libreadline.
24209         * getstr: Remove.
24210         * MODULES.html.sh: Remove getstr.
24211         * modules/getline: Depend on unlocked-io, not getstr.
24212
24213 2003-01-12  Jim Meyering  <jim@meyering.net>
24214
24215         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
24216
24217 2003-01-10  Bruno Haible  <bruno@clisp.org>
24218
24219         * modules/alloca: Change Makefile.am requirements. Simplify Include
24220         requirements. Add lib/alloca_.h to file list.
24221
24222 2003-01-10  Bruno Haible  <bruno@clisp.org>
24223
24224         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
24225
24226 2003-01-10  Bruno Haible  <bruno@clisp.org>
24227
24228         * lib/alloca_.h: New file.
24229         * lib/getdate.y: Unconditionally include alloca.h.
24230         * lib/makepath.c: Likewise.
24231         * lib/setenv.c: Likewise.
24232         * lib/userspec.c: Likewise.
24233
24234 2003-01-09  Karl Berry  <karl@gnu.org>
24235
24236         * MODULES.html.sh: include `dirname $0` in PATH, to find
24237         gnulib-tool.
24238
24239 2003-01-09  Bruno Haible  <bruno@clisp.org>
24240
24241         * modules/stdbool: Change configure.ac, Makefile.am requirements.
24242         Simplify Include requirements. Add lib/stdbool.h.in to file list.
24243
24244 2003-01-09  Bruno Haible  <bruno@clisp.org>
24245
24246         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
24247
24248 2003-01-09  Bruno Haible  <bruno@clisp.org>
24249
24250         * lib/stdbool.h.in: New file.
24251
24252 2003-01-09  Bruno Haible  <bruno@clisp.org>
24253
24254         * gnulib-tool (func_all_modules): Ignore files ending in ~.
24255         * MODULES.html.sh: Likewise.
24256
24257 2003-01-08  Jim Meyering  <jim@meyering.net>
24258
24259         * lib/full-write.c: Undefine and define-away `const' after inclusion
24260         of errno.h, not before.  Suggestion from Bruno Haible.
24261
24262 2003-01-08  Bruno Haible  <bruno@clisp.org>
24263
24264         * modules/full-read: Depend on full-write.
24265
24266 2003-01-08  Bruno Haible  <bruno@clisp.org>
24267
24268         * lib/safe-read.c: Include specification header first, to ensure its
24269         selfcontainedness.
24270         * lib/full-write.c: Likewise.
24271
24272 2003-01-07  Jim Meyering  <jim@meyering.net>
24273
24274         * lib/full-write.c: Rework so that it may serve to define full_read,
24275         too.
24276         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
24277
24278 2003-01-07  Bruno Haible  <bruno@clisp.org>
24279
24280         * lib/strtoimax.c: Include <stdint.h> as an alternative to
24281         <inttypes.h>.
24282         * lib/xstrtol.h: Likewise.
24283         * lib/xstrtoimax.c: Likewise.
24284         * lib/xstrtoumax.c: Likewise.
24285         * lib/human.h: Likewise.
24286
24287         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
24288         on systems that have <inttypes.h> but not <stdint.h>.
24289
24290 2003-01-07  Bruno Haible  <bruno@clisp.org>
24291
24292         * MODULES.html.sh: Add copyright notice.
24293         (missed_files): Omit CVS directory entries.
24294         (func_module): Make it work with sed-3.02.
24295         * MODULES.txt: Remove file.
24296
24297 2003-01-06  Jim Meyering  <jim@meyering.net>
24298
24299         * lib/version-etc.c: Update year in translatable copyright string.
24300
24301 2003-01-03  Karl Berry  <karl@gnu.org>
24302
24303         * config/config.{guess,sub}: update from prep.
24304
24305 2003-01-02  Karl Berry  <karl@gnu.org>
24306
24307         * doc/COPYING.DOC: belatedly updated to 1.2.
24308
24309 2003-01-01  Karl Berry  <karl@gnu.org>
24310
24311         * gnulib-tool (func_verify_module): report module name $module in
24312         error message, not $1.
24313         * gnulib-tool (create-testdir): don't complain if destdir couldn't
24314         be created, only if it doesn't exist.
24315         * gnulib-tool (last_checkin_date): don't expand the $Date here.
24316
24317 2002-12-31  Paul Eggert  <eggert@twinsun.com>
24318
24319         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
24320
24321 2002-12-31  Paul Eggert  <eggert@twinsun.com>
24322
24323         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
24324         memcmp if strcoll doesn't work.
24325
24326 2002-12-31  Bruno Haible  <bruno@clisp.org>
24327
24328         * lib/utime.c (utime_null): No need to call ftruncate if the file was
24329         nonempty.
24330
24331 2002-12-31  Bruno Haible  <bruno@clisp.org>
24332
24333         * lib/memcoll.c (STRCOLL): New macro.
24334         (memcoll): Use it.
24335
24336 2002-12-31  Bruno Haible  <bruno@clisp.org>
24337
24338         * lib/localcharset.h: New file.
24339         * lib/localcharset.c: Include it.
24340         * lib/unicodeio.c: Likewise.
24341
24342 2002-12-31  Bruno Haible  <bruno@clisp.org>
24343
24344         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
24345         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
24346
24347 2002-12-31  Bruno Haible  <bruno@clisp.org>
24348
24349         * lib/getline.h: Include <stddef.h>, for size_t.
24350
24351         * lib/unicodeio.h: Include <stddef.h>, for size_t.
24352         * lib/unicodeio.c: Don't include <stddef.h>.
24353
24354 2002-12-31  Bruno Haible  <bruno@clisp.org>
24355
24356         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
24357         HAVE_TM_ZONE.
24358
24359 2002-12-24  Karl Berry  <karl@gnu.org>
24360
24361         * config/config.guess: update from prep.
24362
24363 2002-12-24  Bruno Haible  <bruno@clisp.org>
24364
24365         General infrasructure.
24366         * m4/README: Rewritten.
24367         * m4/onceonly.m4: New file.
24368         * m4/onceonly_2_57.m4: New file.
24369
24370         Module atexit.
24371         * m4/atexit.m4: New file.
24372
24373         Module strtod.
24374         * m4/strtod.m4: New file.
24375
24376         Module strtol.
24377         * m4/strtol.m4: New file.
24378
24379         Module strtoul.
24380         * m4/strtoul.m4: New file.
24381
24382         Module memchr.
24383         * m4/memchr.m4: New file.
24384
24385         Module memcmp.
24386         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
24387         (jm_FUNC_MEMCMP): Invoke it.
24388
24389         Module memcpy.
24390         * m4/memcpy.m4: New file.
24391
24392         Module memmove.
24393         * m4/memmove.m4: New file.
24394
24395         Module memset.
24396         * m4/memset.m4: New file.
24397
24398         Module strcspn.
24399         * m4/strcspn.m4: New file.
24400
24401         Module strpbrk.
24402         * m4/strpbrk.m4: New file.
24403
24404         Module strstr.
24405         * m4/strstr.m4: New file.
24406
24407         Module strerror.
24408         * m4/strerror.m4: New file.
24409
24410         Module mktime.
24411         * m4/mktime.m4: Renamed from jm-mktime.m4.
24412         (gl_PREREQ_MKTIME): New macro.
24413         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
24414
24415         Module malloc.
24416         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
24417         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
24418         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
24419
24420         Module realloc.
24421         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
24422         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
24423         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
24424
24425         Module strftime.
24426         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
24427         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
24428         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
24429         gl_TM_GMTOFF.
24430         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
24431
24432         Module xalloc.
24433         * m4/xalloc.m4: New file.
24434
24435         Module alloca.
24436         * m4/alloca.m4: New file.
24437
24438         Module putenv.
24439         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
24440         (jm_FUNC_PUTENV): Invoke it.
24441
24442         Module setenv.
24443         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
24444         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
24445         when invoked twice.
24446         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
24447         gt_FUNC_SETENV.
24448
24449         Module memrchr.
24450         * m4/memrchr.m4: New file.
24451
24452         Module stpcpy.
24453         * m4/stpcpy.m4: New file.
24454
24455         Module strcase.
24456         * m4/strcase.m4: New file.
24457
24458         Module strdup.
24459         * m4/strdup.m4: New file.
24460
24461         Module strnlen.
24462         * m4/strnlen.m4: New file.
24463
24464         Module strndup.
24465         * m4/strndup.m4: New file.
24466
24467         Module xstrtod.
24468         * m4/xstrtod.m4: New file.
24469
24470         Module xstrtol.
24471         * m4/xstrtol.m4: New file.
24472
24473         Module getdate.
24474         * m4/getdate.m4: New file.
24475
24476         Module unlocked-io.
24477         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
24478         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
24479         * m4/jm-glibc-io.m4n: Remove file.
24480
24481         Module long-options.
24482         * m4/long-options.m4: New file.
24483
24484         Module md5.
24485         * m4/md5.m4: New file.
24486
24487         Module sha.
24488         * m4/sha.m4: New file.
24489
24490         Module getstr.
24491         * m4/getstr.m4: New file.
24492
24493         Module getline.
24494         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
24495         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
24496         <sys/types.h>, for size_t. Use the function name gnu_getline, not
24497         simply getline. Infoke gl_PREREQ_GETLINE.
24498
24499         Module obstack.
24500         * m4/obstack.m4: New file.
24501
24502         Module hash.
24503         * m4/hash.m4: New file.
24504
24505         Module readtokens.
24506         * m4/readtokens.m4: New file.
24507
24508         Module strverscmp.
24509         * m4/strverscmp.m4: New file.
24510
24511         Module stdbool.
24512         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
24513         OSF/1.
24514
24515         Module strtoll.
24516         * m4/strtoll.m4: New file.
24517
24518         Module strtoull.
24519         * m4/strtoull.m4: New file.
24520
24521         Module strtoimax.
24522         * m4/strtoimax.m4: New file.
24523
24524         Module strtoumax.
24525         * m4/strtoumax.m4: New file.
24526
24527         Module xstrtoimax.
24528         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
24529         jm_AC_PREREQ_XSTRTOIMAX.
24530         Moved the strtol prerequisites to strtol.m4.
24531         Moved the strtoll prerequisites to strtoll.m4.
24532         Moved the strtoimax prerequisites to strtoimax.m4.
24533
24534         Module xstrtoumax.
24535         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
24536         jm_AC_PREREQ_XSTRTOUMAX.
24537         Moved the strtoul prerequisites to strtoul.m4.
24538         Moved the strtoull prerequisites to strtoull.m4.
24539         Moved the strtoumax prerequisites to strtoumax.m4.
24540
24541         Module chown.
24542         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
24543         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
24544
24545         Module dup2.
24546         * m4/dup2.m4: New file.
24547
24548         Module ftruncate.
24549         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
24550         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
24551
24552         Module getgroups.
24553         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
24554         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
24555
24556         Module gettimeofday.
24557         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
24558         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
24559         gl_PREREQ_GETTIMEOFDAY.
24560
24561         Module mkdir.
24562         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
24563         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
24564
24565         Module mkstemp.
24566         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
24567         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
24568         jm_AC_TYPE_UINTMAX_T.
24569         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
24570
24571         Module stat.
24572         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
24573         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
24574
24575         Module lstat.
24576         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
24577         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
24578
24579         Module timespec.
24580         * m4/timespec.m4 (gl_TIMESPEC): New macro.
24581         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
24582         * m4/st_mtim.m4: Indentation.
24583
24584         Module nanosleep.
24585         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
24586         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
24587         gl_PREREQ_NANOSLEEP.
24588
24589         Module regex.
24590         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
24591         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
24592         (gl_REGEX): New macro.
24593
24594         Module rename.
24595         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
24596         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
24597
24598         Module rmdir.
24599         * m4/rmdir.m4: New file.
24600
24601         Module utime.
24602         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
24603         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
24604         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
24605
24606         Module dirname.
24607         * m4/dirname.m4: New file.
24608
24609         Module getopt.
24610         * m4/getopt.m4: New file.
24611
24612         Module unistd-safer.
24613         * m4/unistd-safer.m4: New file.
24614
24615         Module fnmatch.
24616         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
24617         declaration.
24618         (gl_PREREQ_FNMATCH_EXTRA): New macro.
24619         (gl_FUNC_FNMATCH_POSIX): New macro.
24620         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
24621         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
24622         simply fnmatch.
24623
24624         Module exclude.
24625         * m4/exclude.m4: New file.
24626
24627         Module human.
24628         * m4/human.m4: New file.
24629
24630         Module acl.
24631         * m4/acl.m4: Nop.
24632
24633         Module backupfile.
24634         * m4/backupfile.m4: New file.
24635         * m4/d-ino.m4: Indentation.
24636
24637         Module fsusage.
24638         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
24639         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
24640         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
24641
24642         Module dirfd.
24643         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
24644         requirements.
24645
24646         Module euidaccess.
24647         * m4/euidaccess.m4: New file.
24648
24649         Module file-type.
24650         * m4/file-type.m4: New file.
24651
24652         Module fileblocks.
24653         * m4/fileblocks.m4: New file.
24654
24655         Module filemode.
24656         * m4/filemode.m4: New file.
24657
24658         Module isdir.
24659         * m4/isdir.m4: New file.
24660
24661         Module lchown.
24662         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
24663         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
24664
24665         Module makepath.
24666         * m4/makepath.m4: New file.
24667
24668         Module modechange.
24669         * m4/modechange.m4: New file.
24670
24671         Module mountlist.
24672         * m4/mountlist.m4: New file.
24673         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
24674         Indentation.
24675
24676         Module path-concat.
24677         * m4/path-concat.m4: New file.
24678
24679         Module pathmax.
24680         * m4/pathmax.m4: New file.
24681
24682         Module same.
24683         * m4/same.m4: New file.
24684
24685         Module save-cwd.
24686         * m4/save-cwd.m4: New file.
24687
24688         Module savedir.
24689         * m4/savedir.m4: New file.
24690
24691         Module xgetcwd.
24692         * m4/xgetcwd.m4: New file.
24693         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
24694
24695         Module xreadlink.
24696         * m4/xreadlink.m4: New file.
24697
24698         Module safe-read.
24699         * m4/safe-read.m4: New file.
24700
24701         Module safe-write.
24702         * m4/safe-write.m4: New file.
24703
24704         Module closeout.
24705         * m4/closeout.m4: New file.
24706
24707         Module stdio-safer.
24708         * m4/stdio-safer.m4: New file.
24709
24710         Module getpass.
24711         * m4/getpass.m4: New file.
24712
24713         Module getugroups.
24714         * m4/getugroups.m4: New file.
24715
24716         Module group-member.
24717         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
24718         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
24719
24720         Module idcache.
24721         * m4/idcache.m4: New file.
24722
24723         Module userspec.
24724         * m4/userspec.m4: New file.
24725
24726         Module gettime.
24727         * m4/clock_time.m4: New file.
24728         * m4/gettime.m4: New file.
24729
24730         Module settime.
24731         * m4/settime.m4: New file.
24732
24733         Module posixtm.
24734         * m4/posixtm.m4: New file.
24735
24736         Module gethostname.
24737         * m4/gethostname.m4: New file.
24738
24739         Module canon-host.
24740         * m4/canon-host.m4: New file.
24741
24742         Module gettext.
24743         * m4/codeset.m4: New file, from gettext-0.11.5.
24744         * m4/gettext.m4: New file, from gettext-0.11.5.
24745         * m4/glibc21.m4: New file, from gettext-0.11.5.
24746         * m4/iconv.m4: New file, from gettext-0.11.5.
24747         * m4/intdiv0.m4: New file, from gettext-0.11.5.
24748         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
24749         * m4/inttypes.m4: New file, from gettext-0.11.5.
24750         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
24751         * m4/isc-posix.m4: New file, from gettext-0.11.5.
24752         * m4/lcmessage.m4: New file, from gettext-0.11.5.
24753         * m4/lib-ld.m4: New file, from gettext-0.11.5.
24754         * m4/lib-link.m4: New file, from gettext-0.11.5.
24755         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
24756         * m4/progtest.m4: New file, from gettext-0.11.5.
24757         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
24758         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
24759         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
24760
24761         Module localcharset.
24762         * m4/localcharset.m4: New file.
24763
24764         Module hard-locale.
24765         * m4/hard-locale.m4: New file.
24766
24767         Module mbswidth.
24768         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
24769         onceonly macros.
24770         * m4/mbrtowc.m4: Add comment.
24771
24772         Module memcasecmp.
24773         * m4/memcasecmp.m4: New file.
24774
24775         Module memcoll.
24776         * m4/memcoll.m4: New file.
24777
24778         Module unicodeio.
24779         * m4/unicodeio.m4: New file.
24780
24781         Module rpmatch.
24782         * m4/rpmatch.m4: New file.
24783
24784         Module yesno.
24785         * m4/yesno.m4: New file.
24786
24787         Module exitfail.
24788         * m4/exitfail.m4: New file.
24789
24790         Module c-stack.
24791         * m4/c-stack.m4 (gl_C_STACK): New macro.
24792         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
24793
24794         Module error.
24795         * m4/error.m4 (gl_ERROR): New macro.
24796         (jm_PREREQ_ERROR): Use onceonly macros.
24797
24798         Module fatal.
24799         * m4/fatal.m4: New file.
24800
24801         Module getloadavg.
24802         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
24803         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
24804
24805         Module getpagesize.
24806         * m4/getpagesize.m4: New file.
24807
24808         Module getusershell.
24809         * m4/getusershell.m4: New file.
24810
24811         Module physmem.
24812         * m4/physmem.m4: New file.
24813
24814         Module posixver.
24815         * m4/posixver.m4: New file.
24816
24817         Module quotearg.
24818         * m4/quotearg.m4: New file.
24819
24820         Module quote.
24821         * m4/quote.m4: New file.
24822
24823         Module readutmp.
24824         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
24825
24826         Module sig2str.
24827         * m4/sig2str.m4: New file.
24828
24829         Other.
24830         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
24831         ulonglong.m4.
24832         * m4/intmax_t.m4: New file.
24833         * m4/d-type.m4: Indentation.
24834         * m4/jm-macros.m4: Update.
24835         * m4/prereq.m4 (jm_PREREQ): Update.
24836         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
24837         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
24838         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
24839         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
24840         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
24841         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
24842         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
24843         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
24844         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
24845         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
24846         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
24847         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
24848         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
24849         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
24850         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
24851         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
24852         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
24853         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
24854         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
24855
24856 2002-12-24  Bruno Haible  <bruno@clisp.org>
24857
24858         * MODULES.txt: Update according to m4/ changes.
24859
24860         Module gettext.
24861         * config.rpath: New file, from gettext-0.11.5.
24862
24863         * modules/*: New module descriptions.
24864         * gnulib-tool: New file.
24865         * MODULES.html.sh: New file.
24866
24867 2002-12-21  Karl Berry  <karl@gnu.org>
24868
24869         * doc/fdl.texi: update to version 1.2.
24870
24871 2002-12-19  Karl Berry  <karl@gnu.org>
24872
24873         * config/config.guess: update from prep.
24874
24875 2002-12-18  Bruno Haible  <bruno@clisp.org>
24876
24877         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
24878         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
24879
24880 2002-12-17  Bruno Haible  <bruno@clisp.org>
24881
24882         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
24883         stdlib.h, string.h.
24884
24885 2002-12-17  Bruno Haible  <bruno@clisp.org>
24886
24887         * lib/canon-host.c (strdup): Remove unused declaration.
24888
24889         * lib/fsusage.c: Include full_read.h.
24890         (get_fs_usage): Use full_read instead of safe_read.
24891
24892         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
24893
24894 2002-12-12  Karl Berry  <karl@gnu.org>
24895
24896         * config/config.guess: update from prep.
24897
24898 2002-12-11  Bruno Haible  <bruno@clisp.org>
24899
24900         * m4/setenv.m4: New file, from gettext-0.11.5.
24901
24902 2002-12-11  Bruno Haible  <bruno@clisp.org>
24903
24904         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
24905         not unsetenv().
24906         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
24907         modifications:
24908
24909         2002-12-11  Bruno Haible  <bruno@clisp.org>
24910
24911                 * setenv.c (alloca): Fall back to malloc.
24912                 (freea): New macro.
24913                 (setenv): Use freea() to free memory allocated with alloca().
24914
24915         2002-11-13  Bruno Haible  <bruno@clisp.org>
24916
24917                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
24918                 function declarations.
24919                 * unsetenv.c (unsetenv): Likewise.
24920
24921         2002-03-04  Bruno Haible  <bruno@clisp.org>
24922
24923                 Portability to AIX 4.3.3.
24924                 * unsetenv.c: New file, extracted from setenv.c.
24925                 * setenv.c: Move the unsetenv() function to unsetenv.c.
24926
24927         2001-12-20  Bruno Haible  <bruno@clisp.org>
24928
24929                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
24930                 use malloc instead. For SunOS 4.
24931
24932         2001-12-11  Bruno Haible  <bruno@clisp.org>
24933
24934                 * setenv.c: Declare alloca.
24935                 (compar_fn_t): New typedef.
24936                 (KNOWN_VALUE, STORE_VALUE): Use it.
24937
24938         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
24939         setenv.h.
24940
24941 2002-12-10  Paul Eggert  <eggert@twinsun.com>
24942
24943         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
24944         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
24945         Choose values that are less likely to collide with system fnmatch
24946         options.
24947         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
24948         defined (e.g., a pure POSIX system).
24949         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
24950         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
24951
24952 2002-12-06  Paul Eggert  <eggert@twinsun.com>
24953
24954         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
24955         a pain in practice to deal with generated m4 files.  This change
24956         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
24957
24958         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
24959         and jm-glibc-io.m4, as they are no longer a special case.
24960         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
24961         kludge and the auto-generation stuff.  Check only whether the
24962         functions are declared, not whether they exist, since older hosts
24963         that don't declare the functions can't use the optimization anyway.
24964
24965 2002-12-06  Jim Meyering  <jim@meyering.net>
24966
24967         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
24968
24969         Merge in changes from libc's misc/error.c, in preparation
24970         for the merge of gnulib's changes back into libc.
24971
24972         * lib/error.c (_): Define only if not already defined.
24973         Move definition to follow all #include directives.
24974         Include unlocked-io.h only if !_LIBC.
24975         [_LIBC]: Include <libio/libioP.h>.
24976         [USE_IN_LIBIO]: Include <libio/iolibio.h>
24977         (fflush): Tweak definition to use INTUSE.
24978         (putc): Define.
24979
24980 2002-12-05  Paul Eggert  <eggert@twinsun.com>
24981
24982         * lib/alloca.c [defined emacs]: Include "lisp.h".
24983         (xalloc_die) [defined emacs]: New macro.
24984         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
24985         [! defined emacs]: Include <xalloc.h>.
24986         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
24987         (pointer): Typedef to POINTER_TYPE *.
24988         (malloc): Remove decl; we now always use xmalloc.
24989         (alloca): Use old-style definition, since Emacs needs this.
24990         Check for arithmetic overflow when computing combined size.
24991
24992 2002-12-04  Paul Eggert  <eggert@twinsun.com>
24993
24994         Do not generate unlocked-io.h automatically, since it's easier to
24995         maintain it by hand.
24996
24997         * lib/unlocked-io.h: New file, from GNU diffutils,
24998         but with proper copyright notice and attribution.
24999         * lib/gen-uio: Remove.
25000         * lib/Makefile.am: Add copyright notice.
25001         (libfetish_a_SOURCES): Add unlocked-io.h.
25002         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
25003         (DISTCLEANFILES, io_functions): Remove macros.
25004         (EXTRA_DIST): Remove gen_uio.
25005         (unlocked-io.h): Remove rule.
25006
25007 2002-12-04  Jim Meyering  <jim@meyering.net>
25008
25009         Reflect the fact that stat.c and lstat.c are no longer generated.
25010         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
25011         (DISTCLEANFILES): Likewise.
25012         (EXTRA_DIST): Likewise.
25013         (all_local): Don't depend on stat.c or lstat.c.
25014         (stat.c, lstat.c): Remove rules.
25015         (EXTRA_DIST): Remove xstat.in.
25016
25017         * lib/xstat.in: Remove file.  Contents moved into stat.c.
25018         * lib/stat.c: New file.  Contents mostly from xstat.in.
25019         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
25020         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
25021
25022         * lib/safe-read.c: Rework so that it may serve to define safe_write,
25023         too.
25024         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
25025
25026 2002-12-03  Jim Meyering  <jim@meyering.net>
25027
25028         * lib/safe-read.c, safe-write.c: Change variable names and comments,
25029         but not semantics, to minimize the differences between these two files.
25030         (safe_read): Change comment to mention SAFE_READ_ERROR.
25031
25032         * lib/safe-read.c (IS_EINTR): Define.
25033         (safe_read): Use IS_EINTR in place of in-function cpp directives.
25034
25035 2002-12-02  Jim Meyering  <jim@meyering.net>
25036
25037         * lib/safe-read.c (EINTR): Define.
25038         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
25039         (INT_MAX): Provide fallback.
25040         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
25041
25042         * lib/safe-read.h (SAFE_READ_ERROR): Define.
25043
25044 2002-12-02  Bruno Haible  <bruno@clisp.org>
25045
25046         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
25047         Define, taken from safe-read.c.
25048         (INT_MAX): Provide fallback.
25049         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
25050         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
25051
25052         * lib/safe-read.c (EINTR): Remove definition.
25053         (safe_read): Don't use EINTR if it is absent.
25054
25055 2002-12-01  Jim Meyering  <jim@meyering.net>
25056
25057         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
25058         zero.
25059         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
25060
25061 2002-11-27  Paul Eggert  <eggert@twinsun.com>
25062
25063         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
25064         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
25065         with `if (! (value < limit)) abort ();', for readability.
25066
25067 2002-11-26  Karl Berry  <karl@gnu.org>
25068
25069         * lib/strdup.c: copy from libc again, with jim's ok.
25070         * lib/.cppi-disable: re-add strdup.c
25071
25072 2002-11-25  Karl Berry  <karl@gnu.org>
25073
25074         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
25075         instead of "strtol.c".
25076
25077 2002-11-25  Karl Berry  <karl@gnu.org>
25078
25079         * config/install-sh: update from automake for variable quoting, $0 in
25080         error msgs, etc.
25081
25082         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
25083         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
25084         entry.
25085
25086 2002-11-25  Jim Meyering  <jim@meyering.net>
25087
25088         * lib/mktime.c: Sync from libc, now that it has the latest fix.
25089
25090 2002-11-24  Karl Berry  <karl@gnu.org>
25091
25092         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
25093         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
25094
25095 2002-11-24  Jim Meyering  <jim@meyering.net>
25096
25097         Update from coreutils:
25098
25099         * lib/mktime.c: Merge in changes from libc.
25100
25101         Avoid a link-time failure on some Linux systems.
25102         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
25103         (otherwise).
25104         (__mon_yday): Declare with the STATIC attribute.
25105         (__mktime_internal): Likewise.
25106         Based on a report from Greg Schafer.
25107
25108 2002-11-23  Jim Meyering  <jim@meyering.net>
25109
25110         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
25111         Use `unsigned', not `int', as type of index.
25112
25113         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
25114
25115         * lib/fsusage.c: Remove unneeded parentheses around operands of
25116         `defined'.
25117
25118 2002-11-22  Paul Eggert  <eggert@twinsun.com>
25119
25120         * lib/quotearg.h: Allow multiple inclusion by surrounding with
25121         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
25122         so that we can be included first.
25123         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
25124         * lib/quotearg.c: Include quotearg.h immediately after config.h.
25125         No need to include stddef.h or sys/types.h any more.
25126         Surround local include files with "", not "<>".
25127         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
25128         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
25129         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
25130         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
25131         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
25132         (ISPRINT): Remove; no longer needed now that we assume C89.
25133
25134         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
25135         Preserve errno.
25136
25137         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
25138         quotearg_char): Use SIZE_MAX rather than
25139         (size_t) -1 when we are talking about "infinity".
25140
25141         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
25142
25143 2002-11-22  Paul Eggert  <eggert@twinsun.com>
25144
25145         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
25146         hint that one should use `if (! x) abort ();' rather than `assert
25147         (x);', and anyway it's one less thing to worry about configuring.
25148         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
25149         hash_rehash, hash_insert): Use abort rather than assert.
25150
25151 2002-11-22  Bruno Haible  <bruno@clisp.org>
25152
25153         * lib/safe-read.h: Assume C89. Add comments.
25154         (safe_read): Change return type to size_t.
25155         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
25156         byte counts > SSIZE_MAX correctly.
25157         * lib/safe-write.h: New file.
25158         * lib/safe-write.c: New file.
25159         * lib/full-read.h: New file.
25160         * lib/full-read.c: New file.
25161         * lib/full-write.h: Assume C89. Add comments.
25162         * lib/full-write.c: Include safe-write.h.
25163         (full_write): Rewritten to use safe_write.
25164         Suggested by Jim Meyering and Paul Eggert.
25165
25166 2002-11-21  Jim Meyering  <jim@meyering.net>
25167
25168         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
25169
25170         Merge in changes from the coreutils.
25171
25172         2002-09-25  Paul Eggert  <eggert@twinsun.com>
25173         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
25174         <stdint.h>.
25175         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
25176         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
25177         int.  Work more efficiently if X is the same width as uintmax_t.
25178         Do not compare X to -1, to avoid bogus compiler warning.
25179         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
25180         Don't assume that f_frsize and f_bsize are the same type.
25181
25182         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
25183         warning on FreeBSD.
25184
25185         * lib/makepath.c (make_path): Restore umask *before* creating the final
25186         component.
25187         (make_path): Minor reformatting.
25188
25189         * lib/xmalloc.c: Adjust to work with new autoconf macros,
25190         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
25191         HAVE_MALLOC/HAVE_REALLOC.
25192
25193         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
25194         dummy ones.  At least on GNU/Linux systems, `auto' means something
25195         else.
25196         From Michael Stone.
25197
25198 2002-11-21  Bruno Haible  <bruno@clisp.org>
25199
25200         Remove case insensitive option matching.
25201         * lib/argmatch.h (argcasematch): Remove declaration.
25202         (ARGCASEMATCH): Remove macro.
25203         (__xargmatch_internal): Remove case_sensitive argument.
25204         (XARGMATCH): Update.
25205         (XARGCASEMATCH): Remove macro.
25206         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
25207         case_sensitive argument.
25208         (argcasematch): Remove function.
25209         (__xargmatch_internal): Remove case_sensitive argument.
25210         (main): Use XARGMATCH instead of XARGCASEMATCH.
25211
25212         * lib/xmalloc.c: Change compile-time error message. Add comment about
25213         required autoconf version.
25214
25215 2002-11-20  Paul Eggert  <eggert@twinsun.com>
25216
25217         Merge argmatch cleanups from Bison.  Assume C89.
25218
25219         * lib/argmatch.c: Include config.h here, not in argmatch.h.
25220         Include stdlib.h, for EXIT_FAILURE.
25221         Always include <string.h>, since we assume C89.
25222         (EXIT_FAILURE): Remove pre-C89 bug workaround.
25223         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
25224         Include <stddef.h> instead, since it's all we need for size_t.
25225         (PARAMS): Remove.  All uses removed.
25226         (ARRAY_CARDINALITY): Do not bother to #undef.
25227         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
25228         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
25229         Remove unnecessary parentheses.
25230         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
25231         Insert necessary parentheses.
25232         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
25233         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
25234
25235 2002-11-19  Bruno Haible  <bruno@clisp.org>
25236
25237         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
25238         * lib/mbswidth.h: Include <stddef.h>, for size_t.
25239
25240         * lib/mbswidth.h (PARAMS): Remove macro.
25241         (mbswidth, mbsnwidth): Use ANSI C function declarations.
25242         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
25243
25244         * lib/gcd.h (PARAMS): Remove macro.
25245         (gcd): Use ANSI C function declarations.
25246         * lib/gcd.c (gcd): Likewise.
25247
25248 2002-11-15  Bruno Haible  <bruno@clisp.org>
25249
25250         * lib/strcspn.c: Include <stddef.h>.
25251         (strcspn): Use ANSI C function declaration. Change return type to
25252         size_t. Use NULL.
25253         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
25254         (strpbrk): Use NULL.
25255         * lib/strpbrk.h (PARAMS): Remove macro.
25256         (strpbrk): Use ANSI C function declaration.
25257         * lib/strstr.c: Don't include <sys/types.h>.
25258         * lib/strstr.h (PARAMS): Remove macro.
25259         (strstr): Use ANSI C function declarations.
25260
25261 2002-11-14  Karl Berry  <karl@gnu.org>
25262
25263         * config/mkinstalldirs: `do' on separate line, instead of
25264         `for var; do'.
25265
25266 2002-11-06  Bruno Haible  <bruno@clisp.org>
25267
25268         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
25269         * lib/gcd.c (gcd): Likewise.
25270
25271 2002-11-05  Bruno Haible  <bruno@clisp.org>
25272
25273         * lib/gcd.h: New file, from gettext-0.11.5.
25274         * lib/gcd.c: New file, from gettext-0.11.5.
25275
25276 2002-11-05  Bruno Haible  <bruno@clisp.org>
25277
25278         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25279         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25280         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25281         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25282
25283         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
25284         <libintl.h>.
25285         * lib/makepath.c: Include gettext.h instead of <locale.h> and
25286         <libintl.h>.
25287
25288         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
25289         * lib/human.c: Include gettext.h instead of <libintl.h>.
25290         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
25291         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
25292         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
25293         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
25294         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
25295         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
25296         (textdomain): Remove definition.
25297         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
25298
25299         * lib/long-options.c: Remove include of <libintl.h> and definition of
25300         _.
25301         * lib/same.c: Remove include of <libintl.h> and definition of _.
25302
25303 2002-11-04  Owen Taylor  <otaylor@redhat.com>
25304
25305         * lib/config.charset: A few additions for Solaris.
25306
25307 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
25308
25309         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
25310         * lib/localcharset.c (locale_charset): Declare as extern "C".
25311
25312 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
25313
25314         * lib/config.charset: msdos in uk_UA uses CP1125.
25315
25316 2002-11-04  Bruno Haible  <bruno@clisp.org>
25317
25318         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
25319         * lib/strcase.h: New file, from GNU gettext-0.11.5.
25320         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
25321         * lib/strstr.h: New file, from GNU gettext-0.11.5.
25322         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
25323
25324 2002-11-04  Bruno Haible  <bruno@clisp.org>
25325
25326         * lib/localcharset.c (locale_charset): Don't return an empty string.
25327
25328 2002-11-04  Bruno Haible  <bruno@clisp.org>
25329
25330         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
25331         aliases.
25332
25333 2002-11-04  Bruno Haible  <bruno@clisp.org>
25334
25335         * lib/config.charset: Update for newest glibc. Add canonical names
25336         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
25337
25338 2002-11-04  Bruno Haible  <bruno@clisp.org>
25339
25340         * lib/config.charset: Add support for NetBSD.
25341
25342 2002-11-04  Bruno Haible  <bruno@clisp.org>
25343
25344         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
25345
25346 2002-11-01  Bruno Haible  <bruno@clisp.org>
25347
25348         * configure.in: Add AC_CONFIG_AUX_DIR call.
25349         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
25350         test/Makefile.
25351         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
25352
25353 2002-09-28  Karl Berry  <karl@gnu.org>
25354
25355         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
25356         installed automake until the next release, since changes have been
25357         made.
25358
25359 2002-09-25  Karl Berry  <karl@gnu.org>
25360
25361         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
25362         * lib/getopt*: copy from libc/posix.
25363         * lib/gettext.h: copy from gettext.
25364         * lib/.cppi-disable: add strdup.c, gettext.h.
25365
25366 2002-09-25  Karl Berry  <karl@gnu.org>
25367
25368         * config/srclist.txt: enable gettext.h check.
25369         * config/config.{guess,sub}: update from prep.
25370         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
25371                 from automake 1.6.3.
25372         See srclist*.
25373
25374 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
25375
25376         * regex.c (PATFETCH): Remove the translating fetch.
25377         (PATFETCH_RAW): Rename to PATFETCH.
25378         (set_image_of_range): New fun.
25379         (SET_RANGE_TABLE_WORK_AREA): Use it.
25380         (regex_compile): Don't translate the pattern chars so eagerly.
25381         Only do it when inserting an `exactn' bytecode or when handling
25382         a char-range.
25383         (mutually_exclusive_p): Avoid empty statement.
25384
25385 2002-07-06  Jim Meyering  <meyering@lucent.com>
25386
25387         * m4/README: Don't mention Makefile.am.in.
25388         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
25389
25390 2002-07-01  Jim Meyering  <meyering@lucent.com>
25391
25392         * lib/c-stack.c: Include sys/time.h.
25393         From Volker Borchert.
25394
25395 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25396
25397         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
25398
25399 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25400
25401         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
25402         New macro.  Use it uniformly instead of
25403         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
25404         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
25405         reported by Vin Shelton.
25406
25407 2002-06-22  Paul Eggert  <eggert@twinsun.com>
25408
25409         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
25410         Do not assume SA_SIGINFO behavior.
25411         Bug reported by Jim Meyering on NetBSD 1.5.2.
25412
25413 2002-06-22  Jim Meyering  <meyering@lucent.com>
25414
25415         * m4/c-stack.m4: New file, from diffutils-2.8.2.
25416         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
25417
25418         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
25419         now that configure.ac uses AC_GNU_SOURCE.
25420         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
25421         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
25422
25423         Update to latest tools.  Suggestions from Paul Eggert.
25424         * m4/stdbool.m4: New file, from diffutils-2.8.2.
25425         * m4/gnu-source.m4: Update from diffutils-2.8.2.
25426         * m4/fnmatch.m4: Likewise.
25427         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
25428         to AC_HEADER_STDBOOL
25429
25430 2002-06-22  Jim Meyering  <meyering@lucent.com>
25431
25432         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
25433         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
25434
25435 2002-06-22  Jim Meyering  <meyering@lucent.com>
25436
25437         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
25438
25439         * lib/exitfail.c, exitfail.h: Likewise.
25440         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
25441
25442         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
25443         of fnmatch.h.
25444         (EXTRA_DIST): Add fnmatch_loop.c.
25445         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
25446
25447         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
25448         * lib/fnmatch.c: Update from diffutils-2.8.2.
25449         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
25450         * lib/fnmatch.h: Remove file.
25451
25452 2002-06-21  Jim Meyering  <meyering@lucent.com>
25453
25454         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
25455         * m4/mbrtowc.m4: Likewise.
25456
25457         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
25458         * m4/mbswidth.m4: Reflect name change:
25459         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
25460         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
25461
25462         * m4/lib-link.m4: Update from gettext-0.11.2.
25463         * m4/gettext.m4: Likewise.
25464
25465         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
25466         From Alfred M. Szmidt.
25467
25468 2002-06-18  Paul Eggert  <eggert@twinsun.com>
25469
25470         * lib/file-type.h: Report an error if neither S_ISREG nor
25471         S_IFREG is defined, instead of using a test specific to glibc
25472         2.2.  This should be safe, since POSIX requires S_ISREG and
25473         Unix Version 7 had S_IFREG.  We don't need to check for
25474         <sys/types.h> since we don't use any symbols that it defines.
25475
25476 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
25477
25478         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
25479         $@-t, so that each temporary file name is unique and valid in the first
25480         8 characters, for operation under DOS.
25481
25482 2002-06-15  Paul Eggert  <eggert@twinsun.com>
25483
25484         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
25485
25486 2002-06-15  Jim Meyering  <meyering@lucent.com>
25487
25488         Work even with DJGPP 2.03, which lacks support for symlinks.
25489         From Richard Dawe.
25490         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
25491         is defined.
25492         * lib/lchown.c (S_ISLNK): Likewise.
25493
25494 2002-06-15  Jim Meyering  <meyering@lucent.com>
25495
25496         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
25497         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
25498         have been included before this file.
25499
25500 2002-06-14  Jim Meyering  <meyering@lucent.com>
25501
25502         * lib/file-type.h: Use the version from diffutils-2.8.2.
25503         * lib/file-type.c: Likewise.
25504
25505 2002-06-07  Jim Meyering  <meyering@lucent.com>
25506
25507         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
25508         They're needed at least for NetBSD 1.5.2.
25509         ($statxfs_includes): Include those same headers.
25510         ($statxfs_includes): Include sys/vfs.h if available.
25511         ($statxfs_includes): Likewise for sys/statvfs.h.
25512         Check for the following members in both structs statfs and statvfs:
25513         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
25514
25515 2002-06-01  Jim Meyering  <meyering@lucent.com>
25516
25517         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
25518         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
25519
25520 2002-05-28  Jim Meyering  <meyering@lucent.com>
25521
25522         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
25523         Reported by Volker Borchert.
25524
25525 2002-05-27  Jim Meyering  <meyering@lucent.com>
25526
25527         Fix a problem seen only on nonconforming systems whereby ls.c's
25528         use of localtime, and then of gettimeofday would cause trouble:
25529         the localtime call used to initialize rpl_gettimeofday's save
25530         mechanism would clobber ls's current local time information so
25531         that in any long listing the first file would always be listed
25532         with date 1970-01-01.  Analysis by Volker Borchert.
25533
25534         * lib/gettimeofday.c (localtime): Undefine.
25535         (rpl_localtime): New function.
25536
25537 2002-05-27  Jim Meyering  <meyering@lucent.com>
25538
25539         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
25540         localtime.
25541
25542         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
25543         use the replacement function; it wouldn't resolve at link time.
25544         Reported by Volker Borchert.
25545
25546 2002-05-22  Jim Meyering  <meyering@lucent.com>
25547
25548         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
25549         file-type.h.
25550         * lib/file-type.h: New file.
25551         * lib/file-type.c (file_type): New file/function.  Extracted from
25552         diffutils.
25553
25554 2002-04-30  Jim Meyering  <meyering@lucent.com>
25555
25556         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
25557
25558 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25559
25560         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
25561
25562 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25563
25564         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
25565         Do not check for alloca.h (no longer used) or stdbool.h (was never
25566         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
25567
25568 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25569
25570         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
25571
25572 2002-04-29  Jim Meyering  <meyering@lucent.com>
25573
25574         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
25575         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
25576         Use AC_FUNC_STRNLEN here instead.
25577
25578         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
25579         With autoconf-2.53a, it's part of AC_PROG_CC.
25580
25581 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25582
25583         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
25584         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
25585
25586 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25587
25588         * lib/sig2str.h, lib/sig2str.c: New files.
25589         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
25590
25591 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25592
25593         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
25594         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
25595         of 127, since 64 is the largest conceivable number for ancient
25596         nonstandard hosts.
25597         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
25598
25599 2002-04-28  Jim Meyering  <meyering@lucent.com>
25600
25601         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
25602
25603 2002-04-24  Jim Meyering  <meyering@lucent.com>
25604
25605         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
25606         (jm_PREREQ): Use it.
25607
25608         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
25609         mach/mach.h fcntl.h.
25610         Check for this function: setlocale.
25611
25612 2002-04-24  Jim Meyering  <meyering@lucent.com>
25613
25614         * lib/gettext.h: New file, from Gettext.
25615         * lib/Makefile.am (INCLUDES): Remove -I../intl.
25616         (libfetish_a_SOURCES): Add gettext.h.
25617
25618 2002-04-16  Jim Meyering  <meyering@lucent.com>
25619
25620         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
25621         ut_pid, ut_id, ut_exit.
25622
25623 2002-04-16  Jim Meyering  <meyering@lucent.com>
25624
25625         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
25626         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
25627         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
25628
25629 2002-04-12  Jim Meyering  <meyering@lucent.com>
25630
25631         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
25632         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
25633         existence of the getmntinfo function.  Needed for Darwin 5.3.
25634
25635         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
25636         This is necessary at least on Darwin 5.3.
25637
25638         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
25639         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
25640         strnlen.o in the library, and that makes some versions of ranlib
25641         object.
25642
25643 2002-04-12  Jim Meyering  <meyering@lucent.com>
25644
25645         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
25646
25647 2002-04-09  Jim Meyering  <meyering@lucent.com>
25648
25649         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
25650         to be more precise.  Rather than saying we're checking whether the
25651         function `works', say what we're testing.
25652         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
25653         Reported by Bruno Haible.
25654
25655 2002-03-10  Jim Meyering  <meyering@lucent.com>
25656
25657         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
25658         Suggestion from Santiago Vila.
25659
25660 2002-03-08  Jim Meyering  <meyering@lucent.com>
25661
25662         * lib/rename.c: Mention that this wrapper is needed also on
25663         mips-dec-ultrix4.4 systems.
25664
25665 2002-03-02  Jim Meyering  <meyering@lucent.com>
25666
25667         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
25668         not HAVE_CLOCK_SETTIME.
25669
25670 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25671
25672         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
25673         Check for clock_settime.
25674
25675 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25676
25677         * lib/nanosleep.h: Rename to....
25678         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
25679
25680         * lib/gettime.c: New file.
25681         * lib/settime.c: New file.
25682         * lib/stime.c: Remove.
25683
25684         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
25685         timespec.h.  Remove nanosleep.h.
25686
25687 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25688
25689         * m4/acl.m4: New file.
25690         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
25691         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
25692
25693 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25694
25695         * lib/acl.c, lib/acl.h: New files.
25696         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
25697
25698 2002-02-24  Jim Meyering  <meyering@lucent.com>
25699
25700         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
25701         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
25702         cause trouble.  Reported by Nelson Beebe.
25703
25704 2002-02-23  Paul Eggert  <eggert@twinsun.com>
25705
25706         * lib/path-concat.c (xpath_concat): Reorder code to pacify
25707         compilers that don't know that xalloc_die never returns.
25708
25709 2002-02-20  Jim Meyering  <meyering@lucent.com>
25710
25711         * lib/getdate.c: Regenerate using bison-1.33.
25712
25713 2002-02-17  Jim Meyering  <meyering@lucent.com>
25714
25715         * config/config.guess (main): Don't use `head -1'; it's no longer
25716         portable. Use `sed 1q' instead.
25717
25718 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
25719
25720         * m4/codeset.m4: Upgrade to gettext-0.11.
25721         * m4/gettext.m4: Upgrade to gettext-0.11.
25722         * m4/glibc21.m4: Upgrade to gettext-0.11.
25723         * m4/iconv.m4: Upgrade to gettext-0.11.
25724         * m4/isc-posix.m4: Upgrade to gettext-0.11.
25725         * m4/lcmessage.m4: Upgrade to gettext-0.11.
25726         * m4/lib-ld.m4: New file, from gettext-0.11.
25727         * m4/lib-link.m4: New file, from gettext-0.11.
25728         * m4/lib-prefix.m4: New file, from gettext-0.11.
25729         * m4/progtest.m4: Upgrade to gettext-0.11.
25730
25731 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25732
25733         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
25734         (jm_PREREQ): Use it.
25735
25736 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25737
25738         * lib/posixver.c, lib/posixver.h: New files.
25739         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25740
25741 2002-02-02  Paul Eggert  <eggert@twinsun.com>
25742             Bruno Haible  <bruno@clisp.org>
25743
25744         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
25745         (fwrite_success_callback): New declaration.
25746         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
25747         print_unicode_char. Call failure callback instead of error.
25748         (fwrite_success_callback): New function.
25749         (exit_failure_callback): New function.
25750         (fallback_failure_callback): New function.
25751         (print_unicode_char): Call unicode_to_mb.
25752
25753 2002-01-26  Jim Meyering  <meyering@lucent.com>
25754
25755         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
25756         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
25757
25758 2002-01-26  Jim Meyering  <meyering@lucent.com>
25759
25760         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
25761
25762 2002-01-22  Paul Eggert  <eggert@twinsun.com>
25763
25764         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
25765
25766 2002-01-22  Jim Meyering  <meyering@lucent.com>
25767
25768         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
25769         Otherwise, some versions of automake would omit the rule that makes
25770         Makefile from Makefile.in.
25771
25772 2002-01-21  Paul Eggert  <eggert@twinsun.com>
25773
25774         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
25775         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25776         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
25777         (memcoll): Set errno to zero if there is no error.
25778
25779         * lib/quotearg.c (quotearg_buffer_restyled):
25780         Fix bug with quoting buffers containing NUL when backslashing escapes.
25781         This bug was exposed by the other changes in this patch.
25782         (quotearg_n_options): New arg ARGSIZE.
25783         All callers changed.
25784         (quoting_options_from_style): New function.
25785         (quotearg_n_style): Use it.
25786         (quotearg_n_style_mem): New function.
25787
25788         * lib/quotearg.h (quotearg_n_style_mem): New function.
25789
25790 2002-01-19  Jim Meyering  <meyering@lucent.com>
25791
25792         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
25793         Remove useless quotes: DF_PROG="df".
25794         * m4/strnlen.m4: New file.
25795
25796 2002-01-16  Paul Eggert  <eggert@twinsun.com>
25797
25798         * lib/backupfile.c (ISDIGIT): Comment fix.
25799         * lib/getdate.y (ISDIGIT): Likewise.
25800         * lib/posixtm.c (ISDIGIT, year): Likewise.
25801         * lib/strverscmp.c (ISDIGIT): Likewise.
25802         * lib/userspec.c (ISDIGIT): Likewise.
25803
25804 2002-01-16  Jim Meyering  <meyering@lucent.com>
25805
25806         * lib/getdate.y: Add three semicolons, each just before a closing
25807         brace. Bison (as of version 1.31) no longer papers over that mistake.
25808
25809 2002-01-05  Jim Meyering  <meyering@lucent.com>
25810
25811         * lib/version-etc.c (version_etc_copyright): Update copyright year.
25812
25813 2001-12-19  Paul Eggert  <eggert@twinsun.com>
25814
25815         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
25816         not silently exit merely because the output buffer happens to
25817         have nothing pending.
25818
25819 2001-12-18  Paul Eggert  <eggert@twinsun.com>
25820
25821         See the big note in ../ChangeLog.
25822         * lib/human.c (suffixes): Prefer K to k for 1024.
25823         (generate_suffix_backwards): New function.
25824         (human_readable_inexact): Use it.
25825         * lib/xstrtol.c (__xstrtol): If there is no number but there
25826         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
25827         Accept 'K' as well as 'k'.
25828
25829 2001-12-15  Jim Meyering  <meyering@lucent.com>
25830
25831         * lib/regex.h (__restrict_arr): Update from libc.
25832
25833         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
25834         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
25835         (STREQ): Define.
25836
25837 2001-12-14  Jim Meyering  <meyering@lucent.com>
25838
25839         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
25840         Suggestion from Bruno Haible.
25841
25842 2001-12-10  Jim Meyering  <meyering@lucent.com>
25843
25844         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
25845         xrealloc, Instead, include "xalloc.h".
25846         (initbuffer): Don't cast xmalloc return value to char*.
25847         (readline): Reword comment.
25848         Don't cast xrealloc return value to char*
25849         Return NULL, not 0.
25850
25851 2001-12-09  Jim Meyering  <meyering@lucent.com>
25852
25853         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
25854         about `signed and unsigned type in conditional expression'.
25855         * lib/posixtm.c (posix_time_parse): Likewise.
25856
25857         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
25858
25859         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
25860         to avoid a pedantic warning.
25861
25862         * lib/getstr.c: Don't include assert.h.
25863         (getstr): Remove warning-evoking assertions.
25864         Return -1 if offset parameter is out of bounds.
25865         Change the type of a local from int to size_t.
25866
25867         * lib/strftime.c (my_strftime_localtime_r): Include this function
25868         definition in the `#if ! HAVE_TM_GMTOFF' block.
25869
25870         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
25871         Include xalloc.h instead.
25872
25873 2001-12-02  Jim Meyering  <meyering@lucent.com>
25874
25875         * lib/tempname.c: Don't declare getenv, thus reverting the change of
25876         2001-11-18.  It's no longer necessary, now that stdlib.h is always
25877         included.
25878
25879         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
25880         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
25881
25882 2001-11-30  Akim Demaille  <akim@epita.fr>
25883
25884         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
25885         before being defined.
25886
25887 2001-11-27  Paul Eggert  <eggert@twinsun.com>
25888
25889         * lib/quotearg.h (quotearg_n, quotearg_n_style):
25890         First arg is int, not unsigned.
25891         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
25892         (SIZE_MAX, UINT_MAX): New macros.
25893         (quotearg_n_options): Abort if N is negative.
25894         Avoid overflow check on hosts where size_t is 64 bits and int
25895         is 32 bits, as overflow is impossible there.
25896         Fix off-by-one typo that caused unnecessary reallocation.
25897
25898 2001-11-27  Jim Meyering  <meyering@lucent.com>
25899
25900         * lib/tempname.c: Merge with version from libc.
25901         * lib/regex.c: Likewise.
25902
25903         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
25904         systems for which STDC_HEADERS is 0, it was not included, resulting in
25905         a warning about an integer-to-pointer conversion problem with getenv.
25906         Reported by Volker Borchert.
25907
25908 2001-11-26  Jim Meyering  <meyering@lucent.com>
25909
25910         * lib/gtod.h: Remove file.
25911         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
25912         * lib/gettimeofday.c: Don't include gtod.h.
25913         (GTOD_init): Remove function.
25914         (rpl_gettimeofday): Do its job here instead, rather than aborting.
25915         Suggestion from Volker Borchert.
25916
25917 2001-11-23  Jim Meyering  <meyering@lucent.com>
25918
25919         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
25920         it.
25921         * lib/hash.c (struct hash_table): Define it here instead.
25922
25923 2001-11-22  Jim Meyering  <meyering@lucent.com>
25924
25925         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
25926
25927 2001-11-20  Jim Meyering  <meyering@lucent.com>
25928
25929         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
25930         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
25931
25932 2001-11-19  Jim Meyering  <meyering@lucent.com>
25933
25934         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
25935         directory.  Use "conftestXXXXXX" as the template.
25936         Suggestion from Paul Eggert.
25937
25938         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
25939         immediately, so the test doesn't mistakenly hit the max-open-files
25940         limit.
25941
25942 2001-11-18  Paul Eggert  <eggert@twinsun.com>
25943
25944         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
25945         (TEMPORARIES): New macro.
25946         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
25947         removes an artificial limitation (e.g. HP-UX 10.20, where
25948         TMP_MAX is 17576).
25949
25950 2001-11-18  Jim Meyering  <meyering@lucent.com>
25951
25952         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
25953
25954 2001-11-18  Jim Meyering  <meyering@lucent.com>
25955
25956         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
25957         on SunOS 4.
25958
25959         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
25960         files will be created before anything else.
25961
25962 2001-11-17  Paul Eggert  <eggert@twinsun.com>
25963
25964         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
25965         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
25966
25967 2001-11-17  Jim Meyering  <meyering@lucent.com>
25968
25969         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
25970         Prompted by a report from Bob Proulx.
25971
25972         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
25973         Instead, require UTILS_FUNC_MKSTEMP.
25974
25975 2001-11-17  Jim Meyering  <meyering@lucent.com>
25976
25977         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
25978         Now, that's done as part of AC_FUNC_STRTOD.
25979
25980 2001-11-17  Jim Meyering  <meyering@lucent.com>
25981
25982         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
25983         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
25984         rather than group writable.  Patch by Juan F. Codagnone.
25985
25986         * lib/readtokens.c: Remove explicit declarations of xmalloc and
25987         xrealloc, Instead, include "xalloc.h".
25988
25989         * lib/mountlist.c: Include unlocked-io.h after all system headers.
25990         Remove explicit declarations of xmalloc, xrealloc,
25991         and xstrdup.  Instead, include "xalloc.h".
25992
25993         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
25994         unlocked-io.h.
25995         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
25996         Likewise.
25997         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
25998
25999         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
26000         Reported by Padraig Brady.
26001
26002         * lib/mkstemp.c: #undef mkstemp.
26003         Include config.h.
26004         (rpl_mkstemp): Rename from mkstemp.
26005         Protoize.
26006
26007 2001-11-16  Jim Meyering  <meyering@lucent.com>
26008
26009         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
26010         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
26011         determine the amount of total physical memory, use pstat_getstatic.
26012         HPUX-11 doesn't define _SC_PHYS_PAGES.
26013         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
26014         If sysconf couldn't be used to determine the amount of available
26015         physical memory, use both pstat_getstatic and pstat_getdynamic.
26016         Based on a patch from Bob Proulx.
26017
26018 2001-11-10  Jim Meyering  <meyering@lucent.com>
26019
26020         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
26021         (jm_PREREQ): Use it.
26022
26023 2001-11-09  Jim Meyering  <meyering@lucent.com>
26024
26025         * m4/jm-macros.m4: Require autoconf-2.52f.
26026         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
26027         Use these AC_-prefixed names, not the AM_-prefixed ones.
26028
26029         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
26030
26031 2001-11-05  Jim Meyering  <meyering@lucent.com>
26032
26033         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
26034
26035 2001-11-04  Jim Meyering  <meyering@lucent.com>
26036
26037         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
26038         $DEFS.
26039
26040 2001-11-03  Jim Meyering  <meyering@lucent.com>
26041
26042         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
26043         of AC_DEFUN.
26044
26045         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
26046         know the name of the variable in the macro definition.
26047
26048 2001-11-03  Jim Meyering  <meyering@lucent.com>
26049
26050         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
26051         in argmatch_to_argument call.
26052
26053         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
26054         argument.
26055
26056         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
26057         e.g., a fault due to an attempt to free a NULL pointer.
26058
26059 2001-11-01  Jim Meyering  <meyering@lucent.com>
26060
26061         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
26062         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
26063
26064 2001-11-01  Jim Meyering  <meyering@lucent.com>
26065
26066         * lib/dirfd.c, lib/dirfd.h: New files.
26067         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
26068
26069         * lib/hash.c (hash_print) [TESTING]: Clean up.
26070
26071 2001-10-22  Paul Eggert  <eggert@twinsun.com>
26072
26073         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
26074         to avoid a warning if -Wall.
26075
26076 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
26077
26078         * README: New file
26079         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
26080         (per RMS's instructions, this is now the canonical source)
26081         * lgpl/, gpl/: New directories.
26082
26083 2001-10-21  Paul Eggert  <eggert@twinsun.com>
26084
26085         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
26086
26087 2001-10-21  Jim Meyering  <meyering@lucent.com>
26088
26089         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
26090         this code would end up calling gettext even in packages built
26091         with --disable-nls.
26092         * lib/getopt.c (_): Likewise.
26093         * lib/regex.c (_): Likewise.
26094
26095 2001-10-20  Paul Eggert  <eggert@twinsun.com>
26096
26097         * m4/error.m4 (jm_PREREQ_ERROR):
26098         Do not invoke AC_CHECK_FUNCS with strerror_r, as
26099         AC_FUNC_STRERROR_R does that.
26100         Check for strerror declaration.
26101
26102         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
26103         are supposed to have them these days.
26104         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
26105         Merge changes from latest Autoconf CVS.
26106         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
26107         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
26108         POSIX decided to standardize on the int flavor of strerror_r.
26109
26110 2001-10-20  Paul Eggert  <eggert@twinsun.com>
26111
26112         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
26113         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
26114         Use strerror_r that is only a macro, even if it is not a function.
26115         (strerror): Check for HAVE_DECL_STRERROR before declaring.
26116         (private_strerror): Use prototypes, not old-style function definition.
26117         (print_errno_message): New function.
26118         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
26119         char*-flavored one.
26120         (error_tail, error, error_at_line): Use it.
26121
26122 2001-10-11  Jim Meyering  <meyering@lucent.com>
26123
26124         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
26125         and quote_n (1, ... to avoid clobbering a buffer.
26126
26127 2001-10-05  Jim Meyering  <meyering@lucent.com>
26128
26129         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
26130         hash-pjw.h.
26131         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
26132         * lib/hash-pjw.h: New file.
26133
26134 2001-09-30  Jim Meyering  <meyering@lucent.com>
26135
26136         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
26137         `struct fsstat' has the `f_fstypename' member.
26138         Use that to define FS_TYPE, which is now used to make
26139         the getfsstat link test tighter.
26140
26141 2001-09-30  Jim Meyering  <meyering@lucent.com>
26142
26143         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
26144         Include <sys/ucred.h>, for Apple Darwin.
26145         Include sys/mount.h and sys/fs_types.h only if available.
26146         (FS_TYPE): Define.
26147         (read_filesystem_list): Use FS_TYPE.
26148
26149 2001-09-29  Paul Eggert  <eggert@twinsun.com>
26150
26151         * lib/exclude.c (excluded_filename): 0 -> false, since it's
26152         a boolean context.
26153
26154 2001-09-29  Jim Meyering  <meyering@lucent.com>
26155
26156         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
26157         [one-argument getmntent function]): Include stdio.h before mntent.h.
26158         SunOS 4.1.x needs it for the declaration of `FILE'.
26159         Patch by Volker Borchert.
26160
26161         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
26162         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
26163         sys/fs_types.h, and make the link-test for getfsstat guard #include
26164         directives with appropriate #if HAVE_*_H tests so that we can
26165         detect getfsstat on Apple Darwin1.3.7 systems.
26166         Reported by Nelson Beebe.
26167         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
26168
26169 2001-09-28  Paul Eggert  <eggert@twinsun.com>
26170
26171         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
26172         #defines strtoimax.  Also treat the other strto* functions
26173         like strtoimax.
26174
26175         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26176         Check for strtoul and strtoumax,
26177         as those declarations are made even in the signed case.
26178         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
26179         Likewise, for strtol and strtoimax.
26180
26181 2001-09-28  Paul Eggert  <eggert@twinsun.com>
26182
26183         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
26184         #defines strtoimax.  Also treat the other strto* functions
26185         like strtoimax.
26186
26187         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
26188         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
26189         (strtoimax, strtoumax): Do not declare if already defined as a macro.
26190
26191 2001-09-26  Jim Meyering  <meyering@lucent.com>
26192
26193         Most macros in unlocked-io.h had the wrong number of arguments.
26194         * lib/gen-uio: New script.
26195         (USE_UNLOCKED_IO): Define to 1 if not already defined.
26196         * lib/unlocked-io.hin: Remove file.
26197         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
26198         rather than trying to embed it here.
26199         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
26200         Reported by Padraig Brady.
26201
26202 2001-09-25  Volker Borchert  <bt@teknon.de>
26203
26204         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
26205         `result'.
26206
26207 2001-09-24  Jim Meyering  <meyering@lucent.com>
26208
26209         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
26210
26211 2001-09-23  Jim Meyering  <meyering@lucent.com>
26212
26213         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
26214         instead of the mere test for existence of mntent.h.  The latter
26215         would get a false-positive on AIX 3.4 systems.
26216         In the outer getmntent if-block, don't die if neither of the getmntent
26217         tests succeeds.  Instead, just fall through and continue with the
26218         remaining tests.
26219
26220 2001-09-23  Jim Meyering  <meyering@lucent.com>
26221
26222         * lib/mountlist.c: Remove useless parentheses in #if directives.
26223         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
26224         the deprecated MOUNTED symbol is no longer defined in mntent.h.
26225
26226 2001-09-22  Jim Meyering  <meyering@lucent.com>
26227
26228         * m4/gettext.m4: New file.  From gettext.
26229         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
26230         * m4/progtest.m4: Likewise
26231         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
26232         * m4/glibc21.m4: Likewise.
26233
26234         * m4/libintl.m4: Remove.  No longer used.
26235
26236 2001-09-22  Jim Meyering  <meyering@lucent.com>
26237
26238         * lib/localcharset.c: Update from latest gettext.
26239         * lib/config.charset: Likewise.
26240
26241 2001-09-20  Jim Meyering  <meyering@lucent.com>
26242
26243         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
26244         strtoimax.
26245         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
26246         strtoumax.
26247
26248 2001-09-20  Jim Meyering  <meyering@lucent.com>
26249
26250         * lib/xstrtol.c (strtoimax): Guard declaration with
26251         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
26252         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
26253         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
26254         (strtoumax): Likewise, for completeness (it wasn't necessary).
26255
26256 2001-09-17  Paul Eggert  <eggert@twinsun.com>
26257
26258         * lib/strtoimax.c (HAVE_LONG_LONG):
26259         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
26260         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
26261         to work around bug in IBM C compiler.
26262
26263 2001-09-17  Jim Meyering  <meyering@lucent.com>
26264
26265         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
26266         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
26267         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
26268         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
26269         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
26270         whenever the right hand side need not be expanded by the shell.
26271
26272 2001-09-16  Paul Eggert  <eggert@twinsun.com>
26273
26274         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
26275         library.  It's not correct, as some older glibcs are buggy.
26276         fnmatch wasn't fixed until glibc 2.2.
26277
26278         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
26279         special shell magic here.
26280
26281 2001-09-16  Jim Meyering  <meyering@lucent.com>
26282
26283         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
26284         * m4/jm-macros.m4: Require it.
26285
26286 2001-09-16  Jim Meyering  <meyering@lucent.com>
26287
26288         * lib/mkdir.c: New file.
26289
26290 2001-09-15  Jim Meyering  <meyering@lucent.com>
26291
26292         * m4/jm-macros.m4: Check for help2man.
26293
26294 2001-09-11  Jim Meyering  <meyering@lucent.com>
26295
26296         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
26297         The body, by Paul Eggert, was moved here from configure.in.
26298         * m4/jm-macros.m4: Require UTILS_HOST_OS.
26299
26300 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26301
26302         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
26303         (jm_PREREQ): Use it.
26304
26305 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26306
26307         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
26308         Use ssize_t, not int, to store result of readlink.
26309         Check for ssize_t overflow as well as size_t overflow,
26310         as POSIX says the result of readlink is implementation-defined
26311         when ssize_t overflows.
26312         Remove unnecessary cast to char*.
26313         Use free+malloc instead of realloc, as the storage doesn't need
26314         to be preserved and it's clearer and can be more efficient that way.
26315         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
26316         * lib/xreadlink.h (xreadlink): Update prototype.
26317
26318 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26319
26320         * lib/xgetcwd.c: Revert some of the previous change; intead,
26321         fix the HAVE_GETCWD_NULL code to behave more like the
26322         !HAVE_GETCWD_NULL code used to.
26323
26324         Include "xalloc.h".
26325         (xgetcwd): Do not return NULL when memory is exhausted; instead,
26326         invoke xalloc_die.
26327
26328 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26329
26330         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
26331         sys/param.h, as pathmax.h includes them.
26332
26333 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26334
26335         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
26336         (jm_PREREQ_XGETCWD): New macro.
26337
26338         * m4/getcwd.m4: New file.
26339
26340 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26341
26342         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
26343         like the HAVE_GETCWD_NULL code.
26344         Include pathmax.h if not HAVE_GETCWD.
26345         Do not include xalloc.h.
26346         (INITIAL_BUFFER_SIZE): New symbol.
26347         Do not use xmalloc / xrealloc, since the caller is responsible for
26348         handling errors.  Preserve errno around `free' during failure.
26349         Do not overrun buffer when using getwd.
26350
26351 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26352
26353         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
26354         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
26355         getcwd (NULL, 0).
26356
26357 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26358
26359         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
26360         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
26361         spotted by Jim Meyering.
26362
26363 2001-09-03  Jim Meyering  <meyering@lucent.com>
26364
26365         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
26366         failure.
26367
26368 2001-09-02  Jim Meyering  <meyering@lucent.com>
26369
26370         * lib/error.c: Update from GNU libc.
26371
26372 2001-09-01  Jim Meyering  <meyering@lucent.com>
26373
26374         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
26375         Used by df.
26376
26377 2001-09-01  Jim Meyering  <meyering@lucent.com>
26378
26379         * lib/xreadlink.c: New file.
26380         * lib/xreadlink.h: New file.
26381         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
26382         xreadlink.h.
26383
26384         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
26385         doesn't conflict with sparc Solaris 7's definition in
26386         /usr/include/sys/int_types.h.
26387
26388         * lib/exclude.c: Use `""', not `<>' to #include non-system header
26389         files.
26390         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
26391         and strncasecmp as r-values.  Unixware didn't have declarations.
26392
26393 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26394
26395         * lib/xstrtol.h: Add copyright notice.
26396         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
26397         LONGINT_INVALID_SUFFIX_CHAR.
26398
26399 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26400
26401         * lib/xstrtol.c (strtoimax): New decl.
26402
26403 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26404
26405         * lib/xgetcwd.c: Don't include pathmax.h.
26406         Include stdlib.h and unistd.h if available.
26407         Include xalloc.h.
26408         (xmalloc, xstrdup, free): Remove decls.
26409         (xgetcwd): Don't assume sizes fit in unsigned.
26410         Check for overflow when computing sizes.
26411         Simplify reallocation code.
26412
26413 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26414
26415         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
26416         a directory's st_size can have an arbitrary value, so the old
26417         usage could waste an arbitrary amount of memory.  All uses
26418         changed.
26419         * lib/savedir.h: Update prototype.
26420
26421 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26422
26423         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
26424
26425         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
26426         old strtoimax.c.
26427
26428         Also, make the following further changes to make this file's
26429         configuration more similar to that of strtol.c:
26430         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
26431         (strtoumax, uintmax_t, strtoull, strtol): Remove.
26432         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
26433         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
26434         changed to signed values.
26435
26436         And make the following changes as well:
26437         Fix copyright notice, as 1999 was missing.
26438         (verify): New macro.
26439         (strtoimax): Check sizes at compile-time, not run-time.
26440         Prefer strtol to strtoll if both work.
26441         (main): Remove; it was not that useful and was a pain to maintain.
26442
26443         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
26444
26445 2001-08-31  Jim Meyering  <meyering@lucent.com>
26446
26447         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
26448         Use an initial, malloc'd, buffer of length 128 rather than
26449         a statically allocated one of length 1024.
26450
26451 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26452
26453         Simplify code, partly by assuming autoconf 2.52 semantics.
26454
26455         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
26456
26457         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
26458         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
26459         All uses removed.
26460         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
26461         Move AC_REQUIRE to next-to-top level, to avoid confusion.
26462         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
26463         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
26464         jm_AC_HEADER_INTTYPES_H.
26465         * m4/jm-macros.m4 (jm_MACROS): Likewise.
26466
26467         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
26468
26469         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26470         Quote first arg of AC_DEFUN.
26471         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
26472         since they are needed to parse the include file even if we need
26473         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
26474         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
26475         but with opposite signedness.
26476
26477 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26478
26479         Merge 'exclude' changes from tar 1.13.22.
26480         This fixes one or two unlikely storage allocation overflow bugs,
26481         but doesn't change user-visible behavior otherwise.
26482
26483 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26484
26485         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
26486         (jm_PREREQ_EXCLUDE): New macro.
26487
26488 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26489
26490         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
26491         tm to be declared.
26492
26493 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26494
26495         * lib/hash.c: Remove '2001' from copyright notice.
26496
26497 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26498
26499         * lib/full-write.h: New file.
26500         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
26501         * lib/full-write.c: Correct credits, as cccp.c no longer
26502         exists and anyway it was so heavily changed from the old cccp
26503         code as to be unrecognizable.  Include full-write.h.
26504         (full_write) Return size_t, with short writes meaning failure.
26505         All callers changed.  This fixes a bug with large buffers
26506         on 64-bit hosts.
26507         * lib/utime.c: Include full-write.h.
26508
26509 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26510
26511         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
26512         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
26513         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
26514         Include if available.
26515         (<xalloc.h>): Include
26516         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
26517         (verify): New macro.  Use it to verify that EXCLUDE macros do not
26518         collide with FNM macros.
26519         (struct patopts): New struct.
26520         (struct exclude): Use it, as exclude patterns now come with options.
26521         (new_exclude): Support above changes.
26522         (new_exclude, add_exclude_file):
26523         Initial size must now be a power of two to simplify overflow checking.
26524         (free_exclude, fnmatch_no_wildcards): New function.
26525         (excluded_filename): No longer requires options arg, as the options
26526         are determined by add_exclude.  Now returns bool, not int.
26527         (excluded_filename, add_exclude):
26528         Add support for the fancy new exclusion options.
26529         (add_exclude, add_exclude_file): Now takes int options arg.
26530         Check for arithmetic overflow when computing sizes.
26531         (add_exclude_file): xrealloc might modify errno, so don't
26532         realloc until after errno might be used.
26533
26534         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
26535         New macros.
26536         (free_exclude): New decl.
26537         (add_exclude, add_exclude_file): Now takes int options arg.
26538         (excluded_filename): No longer requires options arg, as the options
26539         are determined by add_exclude.  Now returns bool, not int.
26540
26541 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26542
26543         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
26544
26545 2001-08-27  Jim Meyering  <meyering@lucent.com>
26546
26547         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
26548
26549         * lib/version-etc.c (N_): Remove definition.
26550         Revert most of last change.
26551         Instead, simply don't mark the `Copyright...' string for translation.
26552         Based on advice from Paul Eggert.
26553
26554         * lib/strtoxmax.c: Tweak comment.
26555
26556 2001-08-26  Jim Meyering  <meyering@lucent.com>
26557
26558         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
26559
26560         * m4/xstrtoimax.m4: New file.
26561         * m4/xstrtoumax.m4: Add comments explaining why we
26562         AC_REPLACE_FUNCS(strtol).
26563
26564 2001-08-26  Jim Meyering  <meyering@lucent.com>
26565
26566         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
26567         of copyright with `%s' so translators don't get an untranslated
26568         message in 2002.
26569         (COPYRIGHT_YEAR): Define.
26570         (version_etc): Use fprintf rather than fputs.
26571         Suggestion from Ulrich Drepper.
26572
26573         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
26574
26575         * lib/strtoll.c: New file, from GNU libc.
26576         * lib/xstrtoimax.c: New file.
26577
26578         * lib/xstrtol.h: Add xstrtoimax.
26579         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
26580         * lib/strtoimax.c: New file.  Likewise, but first define
26581         STRTOUXMAX_SIGNED.
26582
26583         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
26584         ...
26585         * lib/strtoxmax.c: ... then renamed to this.
26586
26587 2001-08-18  Paul Eggert  <eggert@twinsun.com>
26588
26589         * m4/inttypes.m4: Add AC_PREREQ(2.13).
26590         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
26591         (jm_AC_TYPE_INTMAX_T): New macro.
26592         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
26593
26594         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
26595
26596         * m4/longlong.m4: Renamed from ulonglong.m4.
26597         * m4/inttypes.m4: Renamed from inttypes_h.m4.
26598         * m4/uintmax_t.m4: Removed.
26599
26600 2001-08-13  Paul Eggert  <eggert@twinsun.com>
26601
26602         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
26603         Port to Solaris 8, where 'sed' requires a space after the 'r'
26604         command, and where sh dislikes "$/".  Clean up the spacing a bit.
26605         Redirect output to $tmp just once.
26606
26607 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
26608
26609         * lib/addext.c (<errno.h>): Include.
26610         (errno): Declare if not defined.
26611         (addext): Work correctly when pathconf returns -1 and leaves
26612         errno alone because there is no limit.  Also, work even if
26613         pathconf returns a value greater than SIZE_MAX.
26614
26615 2001-08-12  Jim Meyering  <meyering@lucent.com>
26616
26617         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
26618         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
26619         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
26620         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
26621         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
26622         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
26623         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
26624         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
26625         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
26626         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
26627         utime.m4, utimes.m4, xstrtoumax.m4:
26628         Quote the first argument in each use of AC_DEFUN.
26629
26630 2001-08-12  Jim Meyering  <meyering@lucent.com>
26631
26632         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
26633         Simply `return getcwd (NULL, 0);'.
26634         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
26635         Use 1300 as initial value for length, not PATH_MAX.
26636
26637         * lib/pathmax.h: Clean up cpp syntax.
26638
26639 2001-08-12  Jim Meyering  <meyering@lucent.com>
26640
26641         * lib/gettimeofday.c: New file.
26642         * lib/gtod.h: New file.
26643         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
26644
26645 2001-08-05  Jim Meyering  <meyering@lucent.com>
26646
26647         * m4/jm-macros.m4: Require autoconf-2.52.
26648
26649 2001-08-04  Jim Meyering  <meyering@lucent.com>
26650
26651         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
26652         stmt, to get in sync with glibc.
26653
26654 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26655
26656         The following changes are from gettext 0.10.39 as maintained by
26657         Bruno Haible.
26658
26659         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
26660         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
26661         with inverted sense.  All uses changed.
26662
26663         * lib/mbswidth.c: Don't include <limits.h>.
26664         Include <stdlib.h> and <string.h> unconditionally.
26665         (iswcntrl, mbsinit, ISCNTRL): New macros.
26666         (mbsnwidth): Use K&R style function declarations.
26667         Don't bother checking for MB_LEN_MAX == 1, since the compiler
26668         can optimize it when MB_CUR_MAX == 1.
26669         The width of control characters is zero, not 1.
26670
26671 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26672
26673         The following changes are from gettext 0.10.39 as maintained by
26674         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
26675
26676         * m4/codeset.m4: Upgrade to serial AM1.
26677         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
26678         all uses changed.  Quote first arg of AC_DEFUN.
26679         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
26680
26681         * m4/iconv.m4: Upgrade to serial AM2.
26682         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
26683         Add --with-libconv-prefix.
26684         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
26685         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
26686         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
26687         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
26688         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
26689
26690         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
26691         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
26692         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
26693         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
26694         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
26695         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
26696         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
26697         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
26698         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
26699
26700         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
26701         string.h any more.
26702
26703         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
26704         not the default value.
26705
26706         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
26707         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
26708         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
26709         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
26710         Also check for iswcntrl, used for wcwidth fallback.
26711         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
26712         to Autoconf 2.13.
26713
26714 2001-08-03  Jim Meyering  <meyering@lucent.com>
26715
26716         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
26717         as it was in the original.  Reported by Paul Eggert.
26718
26719 2001-07-16  Jim Meyering  <meyering@lucent.com>
26720
26721         * m4/gettimeofday.m4: New file.
26722         Prompted by a report from Bernhard Baehr.
26723
26724 2001-07-15  Jim Meyering  <meyering@lucent.com>
26725
26726         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
26727         stuff. Now it's in ../Makefile.cfg.
26728
26729 2001-07-15  Jim Meyering  <meyering@lucent.com>
26730
26731         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
26732         (BUILT_SOURCES): Add unlocked-io.h.
26733         (io_functions): Define.
26734         (unlocked-io.h): New rule.
26735         (DISTCLEANFILES): Add unlocked-io.h.
26736         (all-local): Depend on unlocked-io.h, to ensure it is created.
26737
26738         * lib/unlocked-io.hin: New file
26739
26740         * lib/regex.c: Update from glibc.
26741
26742 2001-07-05  Jim Meyering  <meyering@lucent.com>
26743
26744         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
26745         recommendation.
26746         (libfetish_a_SOURCES): Put all .h files here instead.
26747         Remove a thus-exposed (better checks in automake) duplicate and
26748         two unnecessary .h files.
26749
26750 2001-07-04  Jim Meyering  <meyering@lucent.com>
26751
26752         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
26753         that generates jm-glibc-io.m4 so that it doesn't trigger any make
26754         distcheck failure.
26755
26756 2001-07-02  Jim Meyering  <meyering@lucent.com>
26757
26758         The following changes were prompted by suggestions from Bruno Haible.
26759
26760         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
26761         is now generated.
26762         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
26763         definition of EXTRA_DIST.
26764         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
26765         ensure that the generated file is created/updated whenever the list
26766         of $(unlocked_functions) is changed.
26767         (jm-glibc-io.m4): New rule.
26768         (unlocked-io.h): New rule -- currently unused.
26769
26770 2001-06-24  Jim Meyering  <meyering@lucent.com>
26771
26772         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
26773         unmatched right bracket, rather than kludging it with an extra,
26774         falsely-matching quote in a comment.  Patch by Akim Demaille.
26775
26776 2001-06-11  Jim Meyering  <meyering@lucent.com>
26777
26778         * lib/regex.c: Update from GNU libc.
26779
26780 2001-05-27  Jim Meyering  <meyering@lucent.com>
26781
26782         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
26783         Check for ut_type in struct utmp.
26784
26785 2001-05-27  Jim Meyering  <meyering@lucent.com>
26786
26787         * lib/readutmp.h (UT_TYPE): Define.
26788
26789 2001-05-24  Jim Meyering  <meyering@lucent.com>
26790
26791         * lib/argmatch.c: Include "quote.h".
26792         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
26793         quote function.  Reported by Göran Uddeborg.
26794
26795 2001-05-22  Jim Meyering  <meyering@lucent.com>
26796
26797         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
26798         now that we use the package-supplied version unconditionally.
26799         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
26800
26801 2001-05-21  Jim Meyering  <meyering@lucent.com>
26802
26803         * m4/regex.m4: Change a couple backticks to single quotes to avoid
26804         shell syntax errors.
26805
26806 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26807
26808         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
26809
26810 2001-05-20  Paul Eggert  <eggert@twinsun.com>
26811
26812         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
26813         Don't bother to check library strftime, since
26814         we'll be using our own my_strftime function anyway.
26815         Define my_strftime instead of strftime.
26816
26817 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
26818
26819         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
26820         which is not yet declared.
26821
26822 2001-05-15  Jim Meyering  <meyering@lucent.com>
26823
26824         * m4/regex.m4: Use proper quoting so brackets appear in the test
26825         program.
26826         Reported by, and with help from, Bruno Haible.
26827
26828 2001-05-13  Jim Meyering  <meyering@lucent.com>
26829
26830         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
26831         undefined.
26832
26833 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26834
26835         dirname code cleanup.  base_name now behaves more compatibly
26836         with POSIX basename when given file names that have trailing
26837         slashes, and similarly for dir_name.  Add new primitives
26838         base_len and dir_len.  Put the directory-name-related decls
26839         into dirname.h.
26840
26841         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
26842         * lib/backupfile.c (base_name): Likewise.
26843         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
26844         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
26845         * lib/makepath.c (strip_trailing_slashes): Likewise.
26846         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
26847         ISSLASH): Likewise.
26848         * lib/rename.c (strip_trailing_slashes): Likewise.
26849         * lib/same.c (base_name): Likewise.
26850         * lib/stripslash.c (ISSLASH): Likewise.
26851
26852         * lib/addext.c: Include <dirname.h> after size_t is defined.
26853         * lib/backupfile.c: Likewise.
26854
26855         * lib/addext.c (addext): Use base_len to trim redundant
26856         trailing slashes instead of doing it ourselves.
26857         But do not trim the last slash if it is not redundant.
26858
26859         * lib/backupfile.c (find_backup_file_name,
26860         max_backup_version): Use base_len instead of rolling it ourselves.
26861         Handle the case of "" and (on DOS) "C:" correctly.
26862
26863         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
26864         needed. Include <string.h>, <dirname.h>.
26865         (base_name): Allow file names ending in slashes, other than names
26866         that are all slashes.  In this case, return the basename followed
26867         by the slashes.  This is more general, and can be used in places
26868         where the original base_name purposely had an assertion failure.
26869         (base_len): New function.
26870
26871         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
26872         Do not include <assert.h>; no longer needed.
26873         Include xalloc.h.
26874         (memrchr): Remove decl.
26875         (dir_name_r): Remove.
26876         (dir_len): Renamed from dirlen.  All callers changed.
26877         Rewrite in terms of base_name, for simplicity and consistency.
26878         (dir_name): Never return NULL.  All callers changed.
26879         Do not include <stdlib.h> in test program; no longer needed.
26880         return 0; is fine for test program.
26881
26882         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
26883         New macros.
26884         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
26885
26886         * lib/path-concat.c (path_concat): Use base_len to compute
26887         base length, not strlen; this means we cannot rely on memcpy
26888         to null-terminate.
26889
26890         * lib/same.c (STREQ): Remove.
26891         (same_name): Handle the case where the basename ends in trailing '/'.
26892
26893         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
26894         a slash was stripped.  Do not strip the last slash after a
26895         file system prefix.
26896
26897 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26898
26899         * lib/Makefile.am (libfetish_a_SOURCES):
26900         Add strftime.c, since we now compile it on all hosts.
26901
26902         * lib/strftime.c (my_strftime):
26903         Define to nstrftime if emacs, but only if my_strftime is not defined.
26904         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
26905         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
26906         Add one more extra argument: a nanoseconds value.
26907         All uses changed.
26908         (ns): New macro.
26909         (my_strftime function): Add %N format.
26910         (emacs_strftimeu): Renamed from emacs_strftime,
26911         with extra ut argument.
26912
26913 2001-05-09  Paul Eggert  <eggert@twinsun.com>
26914
26915         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
26916
26917 2001-04-21  Jim Meyering  <meyering@lucent.com>
26918
26919         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
26920         doesn't interfere.
26921
26922 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26923
26924         * m4/ftruncate.m4: Check for chsize.
26925         Link with ftruncate.o unconditionally if ftruncate is missing.
26926         This was required when cross-compiling to i586-mingw32msvc.
26927
26928 2001-04-08  Jim Meyering  <meyering@lucent.com>
26929
26930         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
26931         recomputed; that's necessary when the offset spans a DST transition.
26932         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
26933
26934 2001-04-02  Jim Meyering  <meyering@lucent.com>
26935
26936         * lib/regex.h, regex.c: Update from GNU libc.
26937
26938 2001-03-24  Jim Meyering  <meyering@lucent.com>
26939
26940         * m4/jm-macros.m4: Require autoconf-2.49d.
26941
26942 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
26943
26944         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
26945
26946 2001-03-19  Paul Eggert  <eggert@twinsun.com>
26947
26948         * lib/version-etc.c (version_etc_copyright): Update to 2001.
26949
26950 2001-03-17  Jim Meyering  <meyering@lucent.com>
26951
26952         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
26953         now that the version in autoconf is equivalent.
26954         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
26955
26956         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
26957         Suggestion from Akim Demaille.
26958
26959         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
26960         (jm_PREREQ_TEMPNAME): New function.
26961
26962 2001-03-16  Paul Eggert  <eggert@twinsun.com>
26963
26964         * lib/tempname.c (uint64_t): Define to uintmax_t if
26965         not defined, and if UINT64_MAX is not defined.
26966         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
26967         Reported by John David Anglin.
26968
26969 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
26970
26971         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
26972         resolve alias if codeset is empty.
26973         * lib/config.charset (BeOS): Use wildcard syntax.
26974
26975 2001-03-13  Jim Meyering  <meyering@lucent.com>
26976
26977         * lib/path-concat.c (path_concat)
26978         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
26979         concatenating e.g., `C:' and `foo'.
26980         From Bruno Haible.
26981
26982 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26983
26984         * lib/localcharset.c (locale_charset): Don't use
26985         setlocale(LC_CTYPE,NULL). Don't return NULL.
26986         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
26987
26988 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26989
26990         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
26991         support for DOS/DJGPP.
26992
26993 2001-03-01  Paul Eggert  <eggert@twinsun.com>
26994
26995         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
26996         lacks mkstemp.  Compile our own tempname.c if we compile our own
26997         mkstemp.c, as mkstemp relies on tempname.
26998
26999 2001-03-01  Jim Meyering  <meyering@lucent.com>
27000
27001         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
27002         AH_VERBATIM really does output its argument verbatim.
27003
27004 2001-02-28  Paul Eggert  <eggert@twinsun.com>
27005
27006         * lib/Makefile.am (libfetish_a_SOURCES):
27007         Add dup-safer.c, fopen-safer.c.
27008         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
27009
27010         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
27011         * lib/unistd-safer.h: New files.
27012
27013 2001-02-25  Paul Eggert  <eggert@twinsun.com>
27014
27015         The mkstemp replacement is taken from glibc 2.2.2, with some
27016         portability fixes for use outside glibc, as follows:
27017
27018         * lib/tempname.c (struct_stat64): New macro.
27019         (direxists, __gen_tempname): Use it.
27020         This avoids a portability problem with Solaris 8.
27021
27022         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
27023         (<stddef.h>, <stdint.h>, <string.h>):
27024         Include only if STDC_HEADERS || _LIBC.
27025         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
27026         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
27027         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
27028         (__set_errno): Define this macro if <errno.h> doesn't.
27029         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
27030         Define these macros if <stdio.h> doesn't.
27031         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
27032         Define these macros if <sys/stat.h>
27033         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
27034         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
27035         __xstat64): Define if not _LIBC.
27036         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
27037         (__gen_tempname): Invoke gettimeofday only if
27038         HAVE_GETTIMEOFDAY || _LIBC;
27039         otherwise, fall back on plain "time".
27040         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
27041
27042         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
27043
27044         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
27045
27046 2001-02-18  Paul Eggert  <eggert@twinsun.com>
27047
27048         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
27049
27050 2001-02-17  Paul Eggert  <eggert@twinsun.com>
27051
27052         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
27053         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
27054         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
27055         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
27056
27057 2001-02-17  Paul Eggert  <eggert@twinsun.com>
27058
27059         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
27060         Remove workaround macros for hosts that have mbrtowc but not
27061         mbstate_t, as we now insist on proper declarations for both
27062         before using mbrtowc.
27063
27064 2001-02-17  Jim Meyering  <meyering@lucent.com>
27065
27066         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
27067         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
27068         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
27069         UnixWare 7.1.1.
27070
27071         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
27072         rather than AC_CACHE_VAL.
27073
27074 2001-02-17  Jim Meyering  <meyering@lucent.com>
27075
27076         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
27077         around included file name.
27078
27079         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
27080
27081         * lib/strftime.c: Update from GNU libc (the only changes were to
27082         comments).
27083
27084 2001-02-17  Jim Meyering  <meyering@lucent.com>
27085
27086         * lib/regex.c: Update from libc.
27087
27088 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
27089
27090         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
27091         clash.
27092
27093 2001-02-16  Paul Eggert  <eggert@twinsun.com>
27094
27095         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
27096         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
27097         Reported by Mark Hounschell via Paul Eggert.
27098
27099 2001-02-07  Jim Meyering  <meyering@lucent.com>
27100
27101         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
27102
27103 2001-02-05  Jim Meyering  <meyering@lucent.com>
27104
27105         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
27106         it includes the patch required for `large file' support with at least
27107         HP-UX's 10.20 /bin/cc.
27108
27109 2001-02-03  Jim Meyering  <meyering@lucent.com>
27110
27111         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
27112         AS_IF, now that it works once again (mysteriously).
27113         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
27114
27115 2001-01-30  Jim Meyering  <meyering@lucent.com>
27116
27117         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
27118         * m4/chown.m4: Rename conftestchown to conftest.chown.
27119         * m4/rename.m4: s/conftestdir/conftest.d1/ and
27120         s/conftestdir2/conftest.d2/.
27121         * m4/utimes.m4: s/conftestdata/conftest.data/
27122         Inspired by Pavel Roskin's change in autoconf.
27123
27124 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
27125
27126         * lib/config.charset: Update for FreeBSD 4.2.
27127
27128 2001-01-27  Jim Meyering  <meyering@lucent.com>
27129
27130         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
27131         a use of AS_IF.
27132         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
27133
27134 2001-01-26  Jim Meyering  <meyering@lucent.com>
27135
27136         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
27137         quotearg.c includes it.
27138
27139 2001-01-26  Jim Meyering  <meyering@lucent.com>
27140
27141         * lib/quotearg.c: Include stddef.h.
27142         * lib/quote.c: Include stddef.h.
27143         Reported by Axel Kittenberger.
27144
27145         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
27146         line in double quotes so that it evokes a better diagnostic.
27147         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
27148         Reported by Axel Kittenberger.
27149
27150 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
27151
27152         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
27153         as if it was a `charset'.
27154
27155 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
27156
27157         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
27158         has const.
27159
27160 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
27161
27162         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
27163         to avoid a warning.  Add back 'const' to inptr.
27164
27165 2001-01-20  Jim Meyering  <meyering@lucent.com>
27166
27167         Be sure that headers are checked before used in code compiled
27168         for the type checks.
27169         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
27170         In place of that, invoke jm_CHECK_ALL_TYPES.
27171         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
27172         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
27173         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
27174         The check for ssize_t was mistakenly run before the test for unistd.h.
27175
27176         The configure-time check for stdbool.h was missing.
27177         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
27178         (jm_PREREQ_HASH): New function.
27179
27180 2001-01-17  Jim Meyering  <meyering@lucent.com>
27181
27182         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
27183         for autoconf-2.49c.
27184         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
27185
27186 2001-01-16  Jim Meyering  <meyering@lucent.com>
27187
27188         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
27189         From Bruno Haible.
27190
27191 2001-01-14  Jim Meyering  <meyering@lucent.com>
27192
27193         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
27194         foo and bar.  Create conftestdir/ in the script, not in the C code.
27195         Remove directories in the script, not in the C code.
27196         Remove conftestdir{,2} before trying to create the directory.
27197         Make the entire configure script fail if the mkdir fails.
27198
27199 2001-01-14  Jim Meyering  <meyering@lucent.com>
27200
27201         * lib/rename.c: New file.  From Volker Borchert.
27202         Include stdlib.h, string.h or strings.h, and xalloc.h.
27203         Use strip_trailing_slashes rather than open-coding it.
27204
27205 2001-01-03  Paul Eggert  <eggert@twinsun.com>
27206
27207         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
27208
27209 2001-01-03  Jim Meyering  <meyering@lucent.com>
27210
27211         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
27212         of local `inptr' to avoid warning with some system declarations of
27213         iconv.
27214
27215 2001-01-02  Volker Borchert  <bt@teknon.de>
27216
27217         * m4/rename.m4: New file.
27218         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
27219
27220 2001-01-01  Jim Meyering  <meyering@lucent.com>
27221
27222         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
27223         even on systems with utmpx.h.  It's necessary for the declaration of
27224         utmp's ut_user member.  Reported by Andreas Jaeger.
27225
27226         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
27227         available. They are required for the declarations of getgrgid and
27228         getpwuid resp.
27229         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
27230         Reported by Andreas Jaeger.
27231
27232 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
27233
27234         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
27235         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
27236         so `make install' also works in VPATH builds.
27237
27238 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
27239
27240         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
27241         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
27242         can be used in subdirectories.
27243
27244 2000-12-29  Paul Eggert  <eggert@twinsun.com>
27245
27246         * lib/modechange.c: Do not assume that mode_t uses the
27247         traditional octal encoding.  E.g. "chmod 1 FOO" should set
27248         the other-execute bit of FOO even if S_IXOTH != 1.
27249
27250         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
27251         WOTH, XOTH, ALLM): New macros.
27252         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
27253          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
27254         Use them.
27255         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
27256         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
27257         (mode_compile):
27258         No need to use uintmax_t; unsigned long is long enough.
27259         Don't bother to get suffix since we don't use it.
27260
27261 2000-12-26  Jim Meyering  <meyering@lucent.com>
27262
27263         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
27264         better with autoheader.
27265
27266 2000-12-24  Jim Meyering  <meyering@lucent.com>
27267
27268         * lib/hash.c (is_prime): Return explicit boolean values.
27269         (hash_get_first): Return NULL to appease Irix5.6's 89.
27270         Reported by Nelson Beebe.
27271
27272 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
27273
27274         * lib/localcharset.c (locale_charset): Add support for Win32.
27275
27276 2000-12-18  Paul Eggert  <eggert@twinsun.com>
27277
27278         * lib/physmem.h, lib/physmem.c: New files.
27279
27280         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
27281         (noinst_HEADERS): Add physmem.h.
27282
27283         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
27284         't' for compatibility with Solaris 8 sort.
27285
27286 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
27287
27288         * lib/config.charset: Add support for BeOS.
27289
27290 2000-12-17  Jim Meyering  <meyering@lucent.com>
27291
27292         * m4/dos.m4 (jm_AC_DOS): New file and macro.
27293         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
27294
27295 2000-12-16  Jim Meyering  <meyering@lucent.com>
27296
27297         This bug had a serious impact on chown: `chown N:M FILE' (for integer
27298         N and M) would have treated it like `chown N:N FILE'.
27299
27300         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
27301
27302 2000-12-16  Jim Meyering  <meyering@lucent.com>
27303
27304         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
27305         SHELLS_FILE to a file name that's useful on djgpp systems.
27306         Include stdlib.h.
27307         (ADDITIONAL_DEFAULT_SHELLS): Define.
27308         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
27309         Based mostly on a patch from Prashant TR.
27310
27311 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
27312
27313         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
27314         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
27315         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
27316
27317 2000-12-08  Andreas Schwab  <schwab@suse.de>
27318
27319         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
27320         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
27321
27322 2000-12-07  Jim Meyering  <meyering@lucent.com>
27323
27324         * lib/stripslash.c (ISSLASH): Define.
27325         (strip_trailing_slashes): Use ISSLASH rather than comparing against
27326         `/'.
27327         From Prashant TR.
27328
27329         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
27330         (dir_name_r): Declare this function as static.
27331         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
27332         manifest itself on a name containing a mix of slashes and
27333         backslashes.
27334         Make this function work with names starting with a DOS-style
27335         drive letter and colon prefix.
27336         (dir_name): Append `.' if necessary.
27337         Based mostly on patches from Prashant TR and Eli Zaretskii.
27338
27339         * lib/dirname.h (dir_name_r): Remove prototype.
27340
27341 2000-12-06  Paul Eggert  <eggert@twinsun.com>
27342
27343         * m4/off_t-format.m4: Remove this file.
27344         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
27345
27346 2000-12-06  Jim Meyering  <meyering@lucent.com>
27347
27348         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
27349         replacement strtoull, we may well need the replacement strtoul, too.
27350         Check for declarations of strtoul and strtoull.
27351         Check for strtol.  Mainly as a cue to cause automake to include
27352         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
27353         Check for limits.h -- strtol.c needs it.
27354
27355 2000-12-05  Jim Meyering  <meyering@lucent.com>
27356
27357         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
27358
27359 2000-12-04  Jim Meyering  <meyering@lucent.com>
27360
27361         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
27362         Also include memory.h, stdlib.h, unistd.h if appropriate.
27363         Reported by Andreas Jaeger (conflicting declaration of malloc).
27364
27365 2000-12-02  Jim Meyering  <meyering@lucent.com>
27366
27367         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
27368         * m4/jm-macros.m4 (jm_MACROS): require it.
27369
27370 2000-12-02  Jim Meyering  <meyering@lucent.com>
27371
27372         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
27373
27374 2000-12-01  Paul Eggert  <eggert@twinsun.com>
27375
27376         * lib/memrchr.c: Include <config.h> before any system include file.
27377
27378 2000-11-30  Jim Meyering  <meyering@lucent.com>
27379
27380         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
27381
27382 2000-11-30  Jim Meyering  <meyering@lucent.com>
27383
27384         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
27385
27386 2000-11-29  Paul Eggert  <eggert@twinsun.com>
27387
27388         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
27389
27390 2000-11-26  Jim Meyering  <meyering@lucent.com>
27391
27392         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
27393
27394 2000-11-22  Paul Eggert  <eggert@twinsun.com>
27395
27396         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
27397         size of (size_t) -1; it's not portable.
27398
27399 2000-11-17  Jim Meyering  <meyering@lucent.com>
27400
27401         * lib/strstr.c: Update from GNU libc.
27402
27403 2000-11-17  Akim Demaille  <akim@epita.fr>
27404
27405         * lib/obstack.h: Formatting changes.
27406         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
27407         prevent type checking.
27408         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
27409         cast the value to (void *): assigning a `foo *' to a `void *'
27410         variable is valid.
27411         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
27412
27413 2000-11-16  Jim Meyering  <meyering@lucent.com>
27414
27415         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
27416
27417 2000-11-11  Jim Meyering  <meyering@lucent.com>
27418
27419         * lib/error.c: Add a couple #includes, merging from GNU libc version.
27420
27421 2000-11-10  Jim Meyering  <meyering@lucent.com>
27422
27423         * lib/obstack.h: Update from GNU libc.
27424         * lib/obstack.c: Likewise.
27425
27426 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
27427
27428         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
27429
27430 2000-11-06  Paul Eggert  <eggert@twinsun.com>
27431
27432         * lib/getusershell.c (setusershell): Use rewind rather than
27433         fseek/fseeko, to avoid configuration hassles with fseeko.
27434         Don't bother opening SHELLS_FILE if shellstream is NULL;
27435         it's not necessary.
27436
27437 2000-11-05  Jim Meyering  <meyering@lucent.com>
27438
27439         * lib/makepath.h (make_dir): Declare.
27440         * lib/makepath.c (make_dir): Remove `static' attribute.
27441         Tweak a comment.
27442
27443 2000-11-04  Jim Meyering  <meyering@lucent.com>
27444
27445         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
27446
27447 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
27448
27449         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
27450         last one in a bucket, advance to the next bucket.
27451
27452 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
27453
27454         * lib/fnmatch.c: Do not comment out all the code if we are using
27455         the GNU C library, because in some cases we are replacing buggy
27456         code in the GNU C library itself.
27457
27458 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
27459
27460         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
27461         (regex_compile): Catch bogus \(\1\).
27462
27463 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27464
27465         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
27466         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
27467         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
27468
27469 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27470
27471         * lib/error.h, getline.h, modechange.h:
27472         Remove "2000" from Copyright line, as the file hasn't been
27473         changed this year other than in the copyright notice.
27474
27475         * lib/xalloc.h: Add "2000" to Copyright line, as this file
27476         was changed this year.
27477
27478 2000-10-29  Jim Meyering  <meyering@lucent.com>
27479
27480         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
27481         renaming.
27482         * m4/ls-mntd-fs.m4: Likewise
27483
27484 2000-10-29  Jim Meyering  <meyering@lucent.com>
27485
27486         * lib/xstat.in: Fix grammar in comment.
27487
27488 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
27489
27490         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
27491         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
27492         doesn't define __restrict_arr.
27493
27494 2000-10-28  Jim Meyering  <meyering@lucent.com>
27495
27496         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
27497         (jm_PREREQ_MEMCHR): New function.
27498
27499 2000-10-28  Jim Meyering  <meyering@lucent.com>
27500
27501         * lib/memchr.c: Update from libc.
27502         Adjust for portability:
27503         [HAVE_STDLIB_H]: Include stdlib.h.
27504         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
27505         Undef __memchr, too.
27506         [!weak_alias]: Define __memchr to memchr.
27507
27508         * lib/regex.c: Update from libc.
27509         * lib/regex.h: Likewise.
27510         * lib/getopt1.c: Likewise.
27511         * lib/memcmp.c: Likewise.
27512
27513         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
27514         Avoid using fseek, when possible -- it's broken by design.
27515         Patch by Ulrich Drepper.
27516
27517 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
27518
27519         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
27520         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
27521         Giving in to popular pressure to shut up the compiler with casts.
27522
27523 2000-10-26  Jim Meyering  <meyering@lucent.com>
27524
27525         * lib/strftime.c: Update from libc.
27526
27527 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
27528
27529         * regex.c: More `unsigned char' -> `re_char' changes.
27530         Also change several `int' into `re_wchar_t'.
27531         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
27532         (PUSH_FAILURE_POINTER): Don't cast any more.
27533         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
27534         We want GCC to complain, since this piece of code makes
27535         re_match non-reentrant, which *should* be fixed.
27536         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
27537         (EXTEND_BUFFER): Use RETALLOC.
27538         (SET_LIST_BIT): Don't cast.
27539         (re_wchar_t): New type.
27540         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
27541         that those two functions will always properly return.
27542         (IMMEDIATE_QUIT_CHECK): Cast to void.
27543         (analyse_first): Use recursion rather than an explicit stack.
27544         (re_compile_fastmap): Can't fail anymore.
27545         (re_search_2): Don't check re_compile_fastmap for failure.
27546         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
27547         Now also sets the new value (passed in a new argument).
27548         (re_match_2_internal): Use it.
27549         Also, use a new var `reg' of type size_t when looping through regs
27550         rather than reuse the inappropriate `mcnt'.
27551
27552 2000-10-25  Jim Meyering  <meyering@lucent.com>
27553
27554         * lib/obstack.c: Update from libc.
27555
27556 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
27557
27558         * regex.c (regex_compile): Change the way of handling a range from
27559         a char less than 256 to a char not less than 256.
27560
27561 2000-10-24  Andrew Innes  <andrewi@gnu.org>
27562
27563         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
27564         NT-Emacs only.
27565         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
27566         so that re_search functions only quit when callers expect them to.
27567
27568 2000-10-23  Jim Meyering  <meyering@lucent.com>
27569
27570         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
27571         wrong.  That set_locale call must not have any side effects.
27572         From Paul Eggert.
27573
27574 2000-10-22  Jim Meyering  <meyering@lucent.com>
27575
27576         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
27577         [CYCLIC]: Remove now-unused definition.
27578
27579         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
27580         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
27581         Suggestion from Ulrich Drepper.
27582
27583 2000-10-21  Jim Meyering  <meyering@lucent.com>
27584
27585         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
27586         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
27587         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
27588
27589 2000-10-21  Jim Meyering  <meyering@lucent.com>
27590
27591         * lib/dirname.c (memrchr): Declare if necessary.
27592         (dir_name): Remove the restriction that there be no
27593         trailing slashes.  Now, this code skips past them, effectively
27594         ignoring them.
27595         [TEST_DIRNAME] (main): New unit tests.
27596
27597         * lib/memrchr.c: New file from GNU libc.
27598         Undef __memrchr, too.
27599         [!weak_alias]: Define __memrchr to memrchr.
27600         Guard weak_alias use with `#ifdef weak_alias'.
27601
27602 2000-10-21  Jim Meyering  <meyering@lucent.com>
27603
27604         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
27605         (dir_name): Use dir_name_r.
27606         * lib/dirname.h (dir_name_r): Declare it.
27607
27608 2000-10-17  Jim Meyering  <meyering@lucent.com>
27609
27610         * lib/quote.h (PARAMS): Define and use.
27611         Reported by Akim Demaille.
27612
27613         * lib/getopt.c: Update from libc.
27614
27615 2000-10-16  Jim Meyering  <meyering@lucent.com>
27616
27617         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
27618         setlocale.
27619         From Jan Fedak.
27620
27621 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
27622
27623         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
27624
27625 2000-09-25  Jim Meyering  <meyering@lucent.com>
27626
27627         * lib/md5.h (rol): Define (from GnuPG).
27628
27629         * lib/sha.c: Give credit (GnuPG) where due.
27630         (M): Use rol rather than open-coding it.
27631         Add a FIXME comment.
27632
27633 2000-09-21  Jim Meyering  <meyering@lucent.com>
27634
27635         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
27636         Reported by Michael Stone.
27637
27638 2000-09-20  Jim Meyering  <meyering@lucent.com>
27639
27640         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
27641         (noinst_HEADERS): Add sha.h.
27642         Based on code from Scott G. Miller and from GnuPG.
27643
27644 2000-09-18  Jim Meyering  <meyering@lucent.com>
27645
27646         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
27647         LIBS. Otherwise, everyone ends up linking with -lelf for some
27648         configurations.
27649         Reported by Mike Stone.
27650
27651 2000-09-15  Jim Meyering  <meyering@lucent.com>
27652
27653         * lib/regex.c: Update from libc.
27654
27655 2000-09-10  Jim Meyering  <meyering@lucent.com>
27656
27657         * lib/getopt.c (_getopt_internal): Update from glibc.
27658
27659 2000-09-09  Jim Meyering  <meyering@lucent.com>
27660
27661         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
27662         think it should be used as a general replacement for isascii.
27663         * lib/fnmatch.c: Likewise.
27664         * lib/mbswidth.c: Likewise
27665         * lib/regex.c: Likewise.
27666
27667         Don't use atoi.
27668         * lib/userspec.c: Include sys/param.h and limits.h.
27669         Include xstrtol.h.
27670         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27671         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
27672         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
27673         UID, GID.  Check range.
27674
27675 2000-09-06  Jim Meyering  <meyering@lucent.com>
27676
27677         * lib/getopt.c (_getopt_internal): Update from glibc.
27678
27679 2000-08-30  Jim Meyering  <meyering@lucent.com>
27680
27681         * lib/strftime.c: Merge in changes from GNU libc.
27682
27683 2000-08-26  Jim Meyering  <meyering@lucent.com>
27684
27685         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
27686         * m4/fpending.m4: New file.
27687
27688 2000-08-26  Jim Meyering  <meyering@lucent.com>
27689
27690         * lib/closeout.c: Include "__fpending.h".
27691         (close_stdout_status): Return right away if there's nothing to flush.
27692
27693         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
27694         * lib/__fpending.c: New file.
27695         * lib/__fpending.h: New file.
27696
27697 2000-08-20  Jim Meyering  <meyering@lucent.com>
27698
27699         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
27700         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
27701         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
27702
27703 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
27704
27705         Improve fileutils installation on systems where running
27706         programs (like install) can't be unlinked.
27707         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
27708         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
27709
27710 2000-08-07  Paul Eggert  <eggert@twinsun.com>
27711
27712         Standardize on "memory exhausted" instead of "Memory exhausted"
27713         or "virtual memory exhausted".
27714         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
27715         "virtual memory exhausted".
27716         * lib/same.c (same_name): Invoke xalloc_die instead of printing
27717         our own message.
27718         * lib/userspec.c (parse_user_spec): Likewise.
27719         * lib/bumpalloc.h: comment fix
27720         * lib/same.c, userspec.c: Include xalloc.h.
27721
27722         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
27723         not char *const and pointing to a constant array.
27724         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
27725         (xrealloc): Comment fix.
27726
27727         * lib/userspec.c (parse_user_spec):
27728         Don't translate a message until just before returning,
27729         to avoid unnecessary translation.
27730
27731 2000-08-07  Jim Meyering  <meyering@lucent.com>
27732
27733         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
27734         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
27735         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
27736         getgroups.c, gethostname.c, getopt.h, group-member.c,
27737         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
27738         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
27739         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
27740         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
27741         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
27742         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
27743         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
27744         yesno.c: Back out Copyright date changes for each file with no change
27745         this year.  This eases coordination with other programs using the same
27746         source code modules.  From Paul Eggert.
27747
27748 2000-08-06  Paul Eggert  <eggert@twinsun.com>
27749
27750         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
27751         not char, for compatibility with glibc 2.1.3 strftime.c.
27752
27753 2000-08-03  Greg McGary  <greg@mcgary.org>
27754
27755         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
27756         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
27757         (EXTEND_BUFFER): Use them.
27758
27759 2000-08-01  Jim Meyering  <meyering@lucent.com>
27760
27761         * lib/dirname.c (ISSLASH): Define.
27762         (BACKSLASH_IS_PATH_SEPARATOR): Define.
27763         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
27764         both `\' and `/' may be use as path separators.
27765         Based on a patch from Prashant TR.
27766
27767 2000-07-31  Paul Eggert  <eggert@twinsun.com>
27768
27769         * lib/quotearg.c (quotearg_n_options): Don't make the initial
27770         slot vector a constant, since it might get modified.
27771
27772 2000-07-31  Jim Meyering  <meyering@lucent.com>
27773
27774         * lib/xmalloc.c: Use `virtual memory exhausted', not
27775         `Memory exhausted'.
27776         * lib/obstack.c (print_and_abort): Likewise.
27777
27778 2000-07-30  Paul Eggert  <eggert@twinsun.com>
27779
27780         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
27781         buffer, so that the caller can always quote one small
27782         component of a "memory exhausted" message in slot 0.
27783         From a suggestion by Jim Meyering.
27784
27785 2000-07-30  Jim Meyering  <meyering@lucent.com>
27786
27787         * lib/makepath.c (make_path): Quote the other instance, too.
27788
27789         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
27790         (STATIC_BUF_SIZE): Define.
27791         (quotearg_n_options): Use only statically allocated storage when
27792         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
27793         than STATIC_BUF_SIZE.
27794
27795 2000-07-29  Jim Meyering  <meyering@lucent.com>
27796
27797         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
27798         * lib/dirname.c (dir_name): Likewise.
27799
27800         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
27801         `/'.
27802
27803         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
27804         (dir_name): Assert that there are no trailing slashes.
27805
27806 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
27807
27808         * lib/mbswidth.h (mbswidth): Add a flags argument.
27809         (mbswidth): New declaration.
27810         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
27811         * lib/mbswidth.c (mbswidth): Add a flags argument.
27812         (mbsnwidth): New function.
27813
27814 2000-07-24  Jim Meyering  <meyering@lucent.com>
27815
27816         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
27817
27818 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27819
27820         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
27821
27822 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27823
27824         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
27825         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
27826         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
27827         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
27828         invoke multibyte primitives.
27829
27830 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27831
27832         * lib/quotearg.c:
27833         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
27834         so that mbstate_t is always defined.
27835
27836         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
27837         be 1 in at least one GCC installation, and this configuration
27838         error is likely to be common.  Ignoring MB_LEN_MAX hurts
27839         performance on hosts that have mbrtowc but have only unibyte
27840         locales, but I assume these hosts are rare.
27841
27842 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27843
27844         * lib/mbswidth.c (_XOPEN_SOURCE):
27845         Don't define; this causes problems on Solaris 7.
27846         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
27847
27848 2000-07-23  Jim Meyering  <meyering@lucent.com>
27849
27850         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
27851         too: getgrgid, getpwuid, getuid.
27852
27853 2000-07-23  Jim Meyering  <meyering@lucent.com>
27854
27855         * lib/basename.c (base_name): Add an assertion.
27856
27857 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
27858
27859         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
27860         shadow its mbsinit function.
27861
27862 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27863
27864         * lib/mbswidth.h: New file.
27865         * lib/mbswidth.c: New file.
27866         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
27867         (noinst_HEADERS): Add mbswidth.h.
27868
27869 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27870
27871         * lib/config.charset: Add support for FreeBSD. Improve support for
27872         HP-UX and IRIX 6.
27873
27874 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
27875
27876         * m4/mbswidth.m4: New file.
27877         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
27878
27879 2000-07-15  Jim Meyering  <meyering@lucent.com>
27880
27881         * lib/makepath.c: Include quote.h.
27882         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
27883         corresponding argument in a `quote (...)' call.
27884         Give better diagnostics.
27885
27886         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
27887         (noinst_HEADERS): Add quote.h.
27888
27889         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
27890         from tar's src/misc.c.
27891         * lib/quote.h: New file.  Prototypes for same.
27892
27893 2000-07-14  Paul Eggert  <eggert@twinsun.com>
27894
27895         From a suggestion by Bruno Haible.
27896         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
27897         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
27898         to decide whether to define the BeOS workaround macro;
27899         this adjusts to the change to AC_MBSTATE_T.
27900
27901 2000-07-14  Jim Meyering  <meyering@lucent.com>
27902
27903         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
27904         jm_AC_TYPE_UINTMAX_T.
27905
27906 2000-07-13  Paul Eggert  <eggert@twinsun.com>
27907
27908         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
27909
27910         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
27911         quotearg_buffer_restyled): Add support for
27912         clocale_quoting_style.  Undo previous change to
27913         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
27914         and "{RIGHT QUOTATION MARK}" msgids.
27915
27916 2000-07-10  Paul Eggert  <eggert@twinsun.com>
27917
27918         From a suggestion by Bruno Haible.
27919         * m4/mbstate_t.m4 (AC_MBSTATE_T):
27920         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
27921         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
27922         and mbstate_t, to a single-part test that simply defines mbstate_t.
27923         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
27924         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
27925
27926 2000-07-10  Jim Meyering  <meyering@lucent.com>
27927
27928         * m4/strerror_r.m4: Mirror the correction made in autoconf.
27929
27930         * m4/gnu-source.m4: Output to confdefs.h directly.
27931         Suggestion from Akim Demaille.
27932
27933 2000-07-09  Paul Eggert  <eggert@twinsun.com>
27934
27935         The old behavior of quoting `like this' doesn't look good with
27936         newer, ISO-style fonts.  See:
27937         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
27938
27939         Instead, quote "like this" by default.  Let the translator
27940         tailor the locale-specific quoting behavior by providing
27941         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
27942
27943         * lib/quotearg.c (N_): New macro.
27944         (gettext_default): New function.
27945         (quotearg_buffer_restyled): Use
27946         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
27947         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
27948
27949 2000-07-09  Jim Meyering  <meyering@lucent.com>
27950
27951         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
27952         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
27953
27954         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
27955         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
27956
27957 2000-07-09  Jim Meyering  <meyering@lucent.com>
27958
27959         * lib/Most files: Update copyright dates to include 2000.
27960
27961 2000-07-08  Jim Meyering  <meyering@lucent.com>
27962
27963         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
27964         if not defined.
27965         (xgethostname): Remove now-unnecessary #ifdef.
27966         Move declaration of `err' into loop where it's used.
27967
27968 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27969         and Bruno Haible  <haible@clisp.cons.org>
27970
27971         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
27972         only if the test for an object-type mbstate_t fails.  This
27973         prevents us from mistakenly reporting that mbstate_t is a
27974         system object type after we "#define mbstate_t int" to work
27975         around its lack.
27976
27977 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27978         and Bruno Haible  <haible@clisp.cons.org>
27979
27980         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
27981
27982 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27983
27984         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
27985         to strerror_r.
27986         Include <ctype.h> for use of isalpha.
27987
27988 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27989
27990         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
27991         by allocating a larger buffer. Test the gethostname return value for
27992         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
27993         returns an error and ENAMETOOLONG isn't defined.
27994
27995 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27996
27997         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
27998         dimension.
27999
28000 2000-07-04  Jim Meyering  <meyering@lucent.com>
28001
28002         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
28003         of the deprecated AC_CHECKING.
28004
28005 2000-07-04  Jim Meyering  <meyering@lucent.com>
28006
28007         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
28008         Reported by Bruno Haible.
28009
28010 2000-07-04  Jim Meyering  <meyering@lucent.com>
28011
28012         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
28013         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
28014         lacks mbrtowc.
28015
28016 2000-07-03  Paul Eggert  <eggert@twinsun.com>
28017
28018         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
28019         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
28020
28021 2000-07-03  Paul Eggert  <eggert@twinsun.com>
28022         and Bruno Haible  <haible@clisp.cons.org>
28023
28024         * lib/quotearg.c (mbrtowc):
28025         Assign to *pwc, and return 1 only if result is nonzero.
28026         (iswprint): Use ISPRINT when substituting our own mbrtowc.
28027
28028 2000-07-03  Jim Meyering  <meyering@lucent.com>
28029
28030         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
28031
28032 2000-07-03  Jim Meyering  <meyering@lucent.com>
28033
28034         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
28035         This is necessary to get a definition of e.g., UTMP_FILE on
28036         HP-UX 10.20.
28037         From Bob Proulx.
28038
28039 2000-07-02  Jim Meyering  <meyering@lucent.com>
28040
28041         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
28042
28043         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
28044         AC_LIBOBJ(function_name).
28045         * m4/chown.m4: Likewise.
28046         * m4/fnmatch.m4: Likewise.
28047         * m4/ftruncate.m4: Likewise.
28048         * m4/getgroups.m4: Likewise.
28049         * m4/getline.m4: Likewise.
28050         * m4/group-member.m4: Likewise.
28051         * m4/jm-macros.m4: Likewise.
28052         * m4/lstat.m4: Likewise.
28053         * m4/malloc.m4: Likewise.
28054         * m4/memcmp.m4: Likewise.
28055         * m4/nanosleep.m4: Likewise.
28056         * m4/putenv.m4: Likewise.
28057         * m4/realloc.m4: Likewise.
28058         * m4/regex.m4: Likewise.
28059         * m4/stat.m4: Likewise.
28060         * m4/strftime.m4: Likewise.
28061
28062 2000-07-02  Jim Meyering  <meyering@lucent.com>
28063
28064         * lib/quotearg.c (mbstate_t): Don't define here.
28065
28066 2000-07-02  Jim Meyering  <meyering@lucent.com>
28067
28068         * lib/nanosleep.c (SIGCONT): Define if not already defined.
28069
28070 2000-07-01  Jim Meyering  <meyering@lucent.com>
28071
28072         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
28073
28074 2000-07-01  Jim Meyering  <meyering@lucent.com>
28075
28076         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
28077         problem.
28078
28079 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
28080
28081         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
28082         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
28083
28084 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
28085
28086         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
28087         per change in ../m4/ls-mntd-fs.m4.
28088         (read_filesystem_list): Ignore symbolic links.
28089
28090 2000-06-29  Jim Meyering  <meyering@lucent.com>
28091
28092         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
28093         for declaration of strcmp.
28094
28095         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
28096
28097         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
28098         Avoid warning by casting result to `char *' to remove `const'.
28099
28100 2000-06-28  Jim Meyering  <meyering@lucent.com>
28101
28102         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
28103         included by quotearg.c, for which we perform this test.  From
28104         Bruno Haible.
28105
28106 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
28107
28108         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
28109         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
28110         <utmpx.h> exists, put readutmp.o into LIBOBJS.
28111
28112 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
28113
28114         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
28115
28116 2000-06-26  Paul Eggert  <eggert@twinsun.com>
28117
28118         savedir now sets errno on failure and invokes xmalloc to get memory.
28119         Fix a couple of other minor bugs while we're at it.
28120
28121         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
28122         (NAMLEN): Remove macro.
28123         (malloc, realloc): Remove decls.
28124         (stpcpy): Likewise.
28125         ("xalloc.h"): Include.
28126         (NAME_SIZE_DEFAULT): New macro.
28127         (savedir): Use xmalloc / xrealloc to allocate memory.
28128         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
28129         Skip "" directory entries.
28130         Use strlen to calculate directory entry length, since the old method
28131         is rarely used these days and isn't worth supporting.
28132         Don't use a pointer after freeing it.
28133         Check for integer overflow when calculating allocation size.
28134         Use memcpy to copy entries, instead of stpcpy.
28135         Set errno properly when returning NULL.
28136         Check for readdir error.
28137
28138 2000-06-26  Jim Meyering  <meyering@lucent.com>
28139
28140         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
28141
28142 2000-06-25  Jim Meyering  <meyering@lucent.com>
28143
28144         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
28145         Linux header bug when _XOPEN_SOURCE is defined to 500.
28146
28147 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
28148
28149         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
28150         deficiency.
28151
28152 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
28153
28154         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
28155         Include xalloc.h.
28156         Don't include <stdlib.h>.  Don't declare malloc, realloc.
28157
28158 2000-06-24  Jim Meyering  <meyering@lucent.com>
28159
28160         * m4/strerror_r.m4: Revive this file -- to try out an experimental
28161         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
28162         for which strerror does return char*, but which lacks a conveniently
28163         accessible declaration of the function.  If the compile-test says
28164         strerror_r doesn't work, then resort to a `run'-test that works on
28165         BeOS and segfaults on DEC Unix.
28166
28167 2000-06-24  Jim Meyering  <meyering@lucent.com>
28168
28169         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
28170
28171 2000-06-23  Paul Eggert  <eggert@twinsun.com>
28172
28173         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
28174         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
28175
28176 2000-06-23  Paul Eggert  <eggert@twinsun.com>
28177
28178         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
28179         (mbrtowc, mbstate_t): Define substitutes if
28180         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
28181         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
28182         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
28183
28184 2000-06-23  Jim Meyering  <meyering@lucent.com>
28185
28186         * m4/afs.m4: Add missing AC_MSG_RESULT.
28187         Reported by Bruno Haible.
28188
28189         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
28190         Suggestion from Bruno Haible.
28191
28192 2000-06-23  Jim Meyering  <meyering@lucent.com>
28193
28194         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
28195
28196 2000-06-21  Jim Meyering  <meyering@lucent.com>
28197
28198         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
28199
28200 2000-06-21  Jim Meyering  <meyering@lucent.com>
28201
28202         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
28203         (noinst_HEADERS): Add getstr.h.
28204
28205         * lib/getline.c (getstr): Move into a separate file.
28206         * lib/getstr.c (getstr): New file, extracted from getline.c, with
28207         the following changes: new parameter, delim2; both delim[12]
28208         parameters have type `int', not `char'.  The latter would lose
28209         with 8-bit delimiters.
28210         * lib/getstr.h: New file.
28211
28212 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28213
28214         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
28215         than 1024, return a memory chunk of least possible size, instead
28216         of size PATH_MAX + 2. In the loop, increment the size proportionally.
28217         Use free/xmalloc instead of xrealloc to avoid copying for very long
28218         paths.
28219
28220 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28221
28222         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
28223         the empty string.
28224
28225 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28226
28227         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
28228         address, not strdup.  Include <stdlib.h> and don't declare free().
28229
28230 2000-06-19  Jim Meyering  <meyering@lucent.com>
28231
28232         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
28233
28234 2000-06-18  Jim Meyering  <meyering@lucent.com>
28235
28236         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
28237
28238         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
28239         `checking whether...' message to be consistent with that of the
28240         lstat test.
28241
28242 2000-06-18  Jim Meyering  <meyering@lucent.com>
28243
28244         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
28245         Besides, these days every porting target provides a mkdir function.
28246
28247         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
28248         needed. (this snippet comes from src/system.h).
28249
28250 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
28251
28252         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
28253
28254 2000-06-15  Paul Eggert  <eggert@twinsun.com>
28255
28256         * lib/human.c (adjust_value): New function.
28257         (human_readable_inexact): Apply rounding style even when
28258         printing approximate values.
28259
28260 2000-06-14  Paul Eggert  <eggert@twinsun.com>
28261
28262         * lib/human.c (human_readable_inexact): Allow an input block
28263         size that is not a multiple of the output block size, and vice versa.
28264         Reported by Piergiorgio Sartor.
28265
28266 2000-06-14  Paul Eggert  <eggert@twinsun.com>
28267
28268         * lib/getdate.y (get_date): Apply relative times after time
28269         zone indicator, not before.  Reported by Todd A. Jacobs.
28270
28271 2000-06-13  Jim Meyering  <meyering@lucent.com>
28272
28273         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
28274
28275         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
28276
28277 2000-06-12  Paul Eggert  <eggert@twinsun.com>
28278
28279         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
28280
28281 2000-06-12  Jim Meyering  <meyering@lucent.com>
28282
28283         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
28284         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
28285         optional argument.
28286         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
28287         the optional argument, `lib'.
28288
28289 2000-06-08  Jim Meyering  <meyering@lucent.com>
28290
28291         * m4/largefile.m4: Remove file (now that it's part of autoconf).
28292
28293 2000-06-04  Paul Eggert  <eggert@twinsun.com>
28294
28295         Rewrite largefile configuration so that we don't need to run
28296         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
28297         AC_CANONICAL_HOST in configure.in -- jmm]
28298
28299         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
28300         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
28301         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
28302         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
28303         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
28304         All uses changed.
28305         Instead of inspecting the output of getconf, try to compile the
28306         test program without and with the macro definition.
28307         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
28308         for getconf.  Instead, check for the needed flags by compiling
28309         test programs.
28310
28311 2000-06-04  Paul Eggert  <eggert@twinsun.com>
28312
28313         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
28314
28315 2000-06-04  Jim Meyering  <meyering@lucent.com>
28316
28317         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
28318         SunOS 4.1.4 for which gid_t is an unsigned type.
28319
28320 2000-06-03  Jim Meyering  <meyering@lucent.com>
28321
28322         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
28323         now that autoconf requires that.
28324
28325         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
28326         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
28327         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
28328
28329 2000-06-03  Jim Meyering  <meyering@lucent.com>
28330
28331         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
28332
28333 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
28334
28335         * m4/glibc21.m4: New file.
28336         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
28337
28338 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
28339
28340         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
28341         newer, don't install charset.alias.
28342         * lib/config.charset: Change the Linux/glibc rules so they become empty
28343         on glibc-2.1 or newer.
28344
28345 2000-06-02  Jim Meyering  <meyering@lucent.com>
28346
28347         * lib/mountlist.c: Back out last change.  Instead, do this...
28348         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
28349         me_dummy member using the same `ignore'-testing code.
28350         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
28351         fs_type strings.
28352         From Mark D. Roth.
28353
28354 2000-05-29  Jim Meyering  <meyering@lucent.com>
28355
28356         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
28357         mounts with the `ignore' attribute.  Based on a patch from
28358         Mark D. Roth.
28359
28360 2000-05-28  Jim Meyering  <meyering@lucent.com>
28361
28362         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
28363         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28364         * m4/stat.m4: Likewise.
28365         * m4/lstat.m4: Likewise.
28366         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
28367
28368         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
28369         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
28370
28371 2000-05-26  Jim Meyering  <meyering@lucent.com>
28372
28373         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
28374
28375 2000-05-24  Jim Meyering  <meyering@lucent.com>
28376
28377         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
28378         autoconf requires that.
28379         * m4/lib-check.m4: Likewise.
28380         * m4/jm-macros.m4: Likewise.
28381         * m4/strftime.m4: Likewise.
28382
28383         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
28384         AC_CHECK_DECLS, now that autoconf requires that.
28385
28386 2000-05-22  Jim Meyering  <meyering@lucent.com>
28387
28388         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28389         * m4/lstat.m4: Likewise.
28390
28391 2000-05-22  Jim Meyering  <meyering@lucent.com>
28392
28393         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
28394
28395 2000-05-20  Jim Meyering  <meyering@lucent.com>
28396
28397         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
28398         (jm_PREREQ): Use it.
28399
28400 2000-05-18  Jim Meyering  <meyering@lucent.com>
28401
28402         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
28403         back, too, since it may have been modified by allocate_entry.
28404         (hash_delete): Rewrite to use neither the assignment operator
28405         nor the comma operator in an if-expression.
28406
28407 2000-05-15  Paul Eggert  <eggert@twinsun.com>
28408
28409         * lib/closeout.c:
28410         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
28411         Remove; no longer needed.
28412         "quotearg.h": Add include.
28413         (file_name): Do not bother to explicitly initialize to NULL; it's less
28414         efficient on some hosts.
28415         (close_stdout_status): Remove test as to whether stdout was already
28416         closed; it breaks for the case "echo x | sort >&-".
28417         Quote file name colons.
28418         Do not assume that _("write error") lacks format strings.
28419
28420 2000-05-15  Jim Meyering  <meyering@lucent.com>
28421
28422         * lib/version-etc.c (version_etc_copyright): Update the copyright
28423         string used in all --version output.
28424
28425 2000-05-14  Jim Meyering  <meyering@lucent.com>
28426
28427         * lib/closeout.c (close_stdout_set_file_name): New function.
28428         (close_stdout_status): Use new file-scoped global.
28429         Return right away if fstat says the stdout file descriptor is invalid.
28430         * lib/closeout.h (close_stdout_set_file_name): Declare.
28431
28432 2000-05-10  Jim Meyering  <meyering@lucent.com>
28433
28434         * lib/closeout.c [default_exit_status]: New file-scoped variable.
28435         (close_stdout_set_status): New function.
28436         * lib/closeout.h (close_stdout_set_status): Declare.
28437
28438 2000-05-09  Jim Meyering  <meyering@lucent.com>
28439
28440         * m4/gettext.m4: Rename this...
28441         * m4/libintl.m4: ...to this.
28442
28443 2000-05-08  Jim Meyering  <meyering@lucent.com>
28444
28445         * lib/long-options.c: Don't include closeout.h.
28446         (parse_long_options): Don't call close_stdout for --version.
28447
28448 2000-05-06  Paul Eggert  <eggert@twinsun.com>
28449
28450         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
28451         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
28452         2.1.3 bug.  This avoids a clash when files like regex.c define
28453         _GNU_SOURCE.
28454
28455 2000-05-06  Jim Meyering  <meyering@lucent.com>
28456
28457         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
28458         (AC_REPLACE_FUNCS): Add strnlen.
28459
28460         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
28461         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
28462
28463         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
28464         AC_SEARCH_LIBS call for nanosleep.
28465         (LIB_NANOSLEEP): Set and AC_SUBST.
28466
28467 2000-05-06  Jim Meyering  <meyering@lucent.com>
28468
28469         * lib/strnlen.c: Undefine __strnlen and strnlen.
28470         [!weak_alias]: Define __strnlen to strnlen.
28471
28472         * lib/atexit.c: New file, from libiberty.
28473
28474 2000-05-06  Jim Meyering  <meyering@lucent.com>
28475
28476         * lib/closeout.c (close_stdout_status): Also check for errors on the
28477         stderr stream.
28478
28479 2000-05-05  Jim Meyering  <meyering@lucent.com>
28480
28481         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
28482         AC_SEARCH_LIBS call for clock_gettime.
28483         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
28484
28485         * m4/search-libs.m4: Update from autoconf.
28486
28487         su doesn't work on Solaris 2.6.
28488         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
28489         <shadow.h>.  Reported by Dragos Harabor.
28490
28491 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
28492
28493         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
28494         memcpy instead of xmalloc, xrealloc, path_concat.
28495         (locale_charset): Treat empty environment variables as absent.
28496         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
28497
28498 2000-05-04  Jim Meyering  <meyering@lucent.com>
28499
28500         * lib/getopt.c: Update from glibc.
28501         * lib/obstack.c: Likewise.
28502         * lib/obstack.h: Likewise.
28503         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
28504         file
28505
28506         * lib/regex.h: Likewise.
28507         * lib/strndup.c: Likewise.
28508         * lib/strnlen.c: New file, from glibc.
28509
28510 2000-05-03  Jim Meyering  <meyering@lucent.com>
28511
28512         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
28513
28514 2000-05-02  Paul Eggert  <eggert@twinsun.com>
28515
28516         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
28517         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
28518         compile-time test, rather than inspecting host and OS, to
28519         decide whether to define _LARGEFILE_SOURCE.
28520
28521 2000-05-01  Jim Meyering  <meyering@lucent.com>
28522
28523         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
28524
28525         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
28526         Based on a patch from Bruno Haible.
28527
28528 2000-05-01  Jim Meyering  <meyering@lucent.com>
28529
28530         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
28531
28532 2000-04-29  Jim Meyering  <meyering@lucent.com>
28533
28534         * lib/path-concat.c: Declare strdup only if it's not defined.
28535         * lib/canon-host.c: Likewise.
28536
28537 2000-04-28  Jim Meyering  <meyering@lucent.com>
28538
28539         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
28540         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
28541         is included first, then limits.h is included by locale.h by libintl.h.
28542         From John David Anglin.
28543
28544 2000-04-25  Jim Meyering  <meyering@lucent.com>
28545
28546         * lib/makepath.c (S_IRWXUGO): Define.
28547         (make_path): Always perform explicit chmod if MODE specifies any
28548         of the `special' permission bits.  Prompted by a bug report against
28549         install from Mate Wierdl and Joost van Baal.
28550
28551 2000-04-18  Jim Meyering  <meyering@lucent.com>
28552
28553         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
28554         (jm_PREREQ): Use it.
28555
28556 2000-04-18  Jim Meyering  <meyering@lucent.com>
28557
28558         * lib/README: New file.
28559
28560         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
28561         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
28562
28563 2000-04-17  Jim Meyering  <meyering@lucent.com>
28564
28565         Get it right :-)
28566         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
28567         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
28568         Suggestion from Akim Demaille.
28569
28570 2000-04-17  Jim Meyering  <meyering@lucent.com>
28571
28572         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
28573         the definition of it to rpl_strftime also defined-away the system's
28574         declaration.
28575
28576 2000-04-15  Jim Meyering  <meyering@lucent.com>
28577
28578         Use `C' to denote so-called `contiguous' files, the same way
28579         that tar does.
28580         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
28581         (ftypelet): Use S_ISCTG.
28582         From Michael Deutschmann.
28583
28584 2000-04-14  Jim Meyering  <meyering@lucent.com>
28585
28586         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
28587         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
28588         clobbered.
28589
28590 2000-04-14  Jim Meyering  <meyering@lucent.com>
28591
28592         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
28593
28594 2000-04-13  Jim Meyering  <meyering@lucent.com>
28595
28596         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
28597         AH_VERBATIM to insert required #ifndef into config.h.in.
28598         Suggestion from Akim Demaille.
28599
28600 2000-04-12  Jim Meyering  <meyering@lucent.com>
28601
28602         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
28603         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
28604         Christian Krackowizer.
28605
28606         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
28607         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
28608         (AC_SYS_LARGEFILE): Require.
28609         (AM_C_PROTOTYPES): Require.
28610
28611 2000-04-08  Jim Meyering  <meyering@lucent.com>
28612
28613         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
28614         names don't conflict.  Reported by Eli Zaretskii.
28615
28616 2000-04-07  Jim Meyering  <meyering@lucent.com>
28617
28618         * lib/putenv.c: Move inclusion of errno.h so it follows that of
28619         sys/types.h, to work around system header problems on AIX 3.2.5.
28620         From Bruno Haible.
28621
28622 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
28623
28624         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
28625         bug.  Deal with the different error behavior of Irix iconv.
28626
28627 2000-04-05  Paul Eggert  <eggert@twinsun.com>
28628
28629         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
28630         IRIX if the installer said otherwise.
28631
28632 2000-04-05  Jim Meyering  <meyering@lucent.com>
28633
28634         Portability tweaks required for ultrix4.3.
28635         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
28636         (jm_CHECK_DECLS): Add getutent to the list of functions.
28637         (_jm_DECL_HEADERS): Add utmpx.h.
28638         From John David Anglin.
28639
28640         * m4/strftime.m4: Back out the 2000-04-02 change.
28641         Instead of that change, simply undefine putenv in the test program.
28642
28643 2000-04-05  Jim Meyering  <meyering@lucent.com>
28644
28645         Portability tweaks required for ultrix4.3.
28646         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
28647         getutent.
28648         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
28649         * lib/canon-host.c: Declare strdup.
28650         * lib/path-concat.c: Likewise.
28651         From John David Anglin.
28652
28653 2000-04-04  Jim Meyering  <meyering@lucent.com>
28654
28655         Be more DOS 8.3-friendly.
28656         * lib/ref-add.sin: Renamed from ref-add.sed.in.
28657         * lib/ref-del.sin: Renamed from ref-del.sed.in.
28658         * lib/Makefile.am: Reflect renaming.
28659         Reported by Eli Zaretskii.
28660
28661         Use a temporary file name that won't clash with `charset.alias'
28662         in the DOS 8.3 name space.
28663         * lib/Makefile.am (charset_tmp): Define.
28664         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
28665         (uninstall-local): Likewise.
28666         Reported by Eli Zaretskii.
28667
28668 2000-04-03  Jim Meyering  <meyering@lucent.com>
28669
28670         * m4/gettext.m4: Fix typo in comment.
28671
28672         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
28673         textutils/configure.in).  Suggestion from Paul Eggert.
28674         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
28675
28676 2000-04-02  Paul Eggert  <eggert@twinsun.com>
28677
28678         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
28679         variable in the shell rather than using putenv, which isn't
28680         portable.  This avoids the configure-time inter-test dependency
28681         on the potentially-renamed putenv function.
28682
28683 2000-03-30  Paul Eggert  <eggert@twinsun.com>
28684
28685         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
28686         before checking struct stat.st_blksize, so that
28687         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
28688
28689 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28690
28691         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
28692         since strftime.c uses HAVE_STRFTIME to decide whether to use
28693         the underlying strftime.
28694
28695 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28696
28697         * lib/time/strftime.c (my_strftime): Make sure we call the system
28698         strftime, not ourselves, when invoking the underlying strftime.
28699
28700 2000-03-24  Jim Meyering  <meyering@lucent.com>
28701
28702         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
28703         (charset_alias): Define.
28704         (install-exec-local): Factor out common code.
28705         (uninstall-local): Split lines longer than 80.
28706         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
28707         (SUFFIXES): Define.
28708         (.sed.in.sed): New rule.  Don't redirect directly to $@.
28709         (CLEANFILES): Add ref-add.sed and ref-del.sed.
28710
28711 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
28712
28713         * lib/config.charset: Output a line containing "Packages using this
28714         file".
28715         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
28716         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
28717         ref-del.sed): New rules.
28718
28719 2000-03-17  Jim Meyering  <meyering@lucent.com>
28720
28721         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
28722         Otherwise, include <strings.h>
28723
28724 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
28725
28726         * lib/unicodeio.c (utf8_wctomb): New function.
28727         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
28728         format instead of in UCS-4 with platform dependent endianness.
28729
28730 2000-03-10  Jim Meyering  <meyering@lucent.com>
28731
28732         * m4/lib-check.m4: Look for getspnam in -lgen, too.
28733         From Marco Franzen.
28734
28735 2000-03-07  Paul Eggert  <eggert@twinsun.com>
28736
28737         * lib/savedir.c (savedir): Work even if directory size is
28738         negative; this can happen with some screwy NFS configurations.
28739
28740 2000-03-06  Jim Meyering  <meyering@lucent.com>
28741
28742         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
28743         if it's NULL (because we ran out of memory).  From Bruno Haible.
28744
28745 2000-03-05  Jim Meyering  <meyering@lucent.com>
28746
28747         * lib/localcharset.c ("path-concat.h"): Include.
28748         (get_charset_aliases): Use path_concat instead of ANSI string
28749         concatenation.
28750
28751         * lib/unicodeio.h (PARAMS): Define.
28752         Use it to guard prototype.
28753
28754 2000-03-04  Jim Meyering  <meyering@lucent.com>
28755
28756         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
28757         for lib/localcharset.c.
28758
28759 2000-03-04  Jim Meyering  <meyering@lucent.com>
28760
28761         * lib/Makefile.am (install-exec-local): Create $(libdir) before
28762         installing into it.
28763         (uninstall-local): Uncomment this rule so `make distcheck' works
28764         once again.
28765
28766         * lib/unicodeio.c (<errno.h>): Include it.
28767         (errno): Declare if not defined.
28768
28769         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
28770
28771         * lib/config.charset: New version, incorporating remarks from a linux
28772         i18n mailing list.  From Bruno Haible.
28773
28774 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
28775
28776         * m4/codeset.m4: New file.
28777         * m4/iconv.m4: New file.
28778         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
28779
28780 2000-03-03  Jim Meyering  <meyering@lucent.com>
28781
28782         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
28783
28784 2000-03-02  Jim Meyering  <meyering@lucent.com>
28785
28786         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
28787         the messages come out on separate lines.
28788
28789         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
28790         rather than jm_CHECK_DECLARATIONS.
28791         * m4/decl.m4: Remove now-unused file.
28792
28793         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
28794         geteuid.
28795
28796 2000-03-02  Jim Meyering  <meyering@lucent.com>
28797
28798         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
28799
28800 2000-03-01  Jim Meyering  <meyering@lucent.com>
28801
28802         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
28803         * lib/unicodeio.c: Likewise.
28804
28805 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
28806
28807         * lib/config.charset: New file.
28808         * lib/localcharset.c: New file.
28809         * lib/unicodeio.h, lib/unicodeio.c: New files.
28810         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
28811         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
28812         (noinst_HEADERS): Add unicodeio.h.
28813         (all-local, install-exec-local, charset.alias): New targets.
28814
28815 2000-02-28  Paul Eggert  <eggert@twinsun.com>
28816
28817         * lib/quotearg.c (ALERT_CHAR): New macro.
28818         (quotearg_buffer_restyled): Use it.
28819
28820 2000-02-27  Jim Meyering  <meyering@lucent.com>
28821
28822         * m4/check-decl.m4: Add getenv to the list.
28823
28824 2000-02-27  Jim Meyering  <meyering@lucent.com>
28825
28826         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
28827         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
28828
28829         * lib/backupfile.c: Guard inclusion of stdlib.h with
28830         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
28831         Declare malloc if needed.
28832
28833         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
28834         `#ifndef HAVE_DECL..'
28835         now that autoconf always defines the HAVE_DECL_ symbols.
28836         * lib/human.c: Likewise.
28837         * lib/same.c: Likewise.
28838         * lib/strtoumax.c: Likewise.
28839
28840         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
28841         declaration check was not run.
28842         * lib/hash.c: Likewise.
28843         * lib/human.c: Likewise.
28844         * lib/same.c: Likewise.
28845         * lib/strtoumax.c: Likewise.
28846
28847         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
28848         `.', then first look up the entire `.'-containing string as a login
28849         name.
28850
28851 2000-02-23  Jim Meyering  <meyering@lucent.com>
28852
28853         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
28854         in place of my hack.
28855
28856 2000-02-18  Paul Eggert  <eggert@twinsun.com>
28857
28858         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
28859         (textint): New typedef.
28860         (parser_control): Member year changed from int to textint.
28861         All uses changed.
28862         (YYSTYPE): Removed; replaced by %union with int and textint members.
28863         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
28864         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
28865         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
28866         (tSNUMBER, tUNUMBER): Now of type <textintval>.
28867         (date, number, to_year): Use width of number in digits, not its value,
28868         to determine whether it's a 2-digit year, or a 2-digit time.
28869         (yylex): Store number of digits of numeric tokens.
28870         Reported by John Kendall.
28871
28872         (parser_control): Changed from struct parser_control to typedef (for
28873         consistency).  All uses changed.
28874
28875         (tID): Removed; not used.
28876         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
28877
28878 2000-02-14  Paul Eggert  <eggert@twinsun.com>
28879
28880         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
28881         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
28882
28883 2000-02-12  Jim Meyering  <meyering@lucent.com>
28884
28885         * lib/userspec.c (ISDIGIT): Define it.
28886         (isdigit): Remove definition.
28887         (is_number): Use ISDIGIT, not isdigit.
28888         <libintl.h>: Include.
28889         (_ and N_): Define.
28890         (parse_user_spec): Mark translatable strings.
28891
28892 2000-02-10  Jim Meyering  <meyering@lucent.com>
28893
28894         With these changes, nanosleep.[ch] are finally enough like the other
28895         lib/* replacement files to compile on a few more losing systems.
28896
28897         * lib/nanosleep.h: Don't include config.h.
28898         Remove prototype from declaration of nanosleep.
28899         (PARAMS): Remove now-unneeded definition.
28900         * lib/nanosleep.c: #undef nanosleep.
28901         (rpl_nanosleep): Rename from nanosleep.
28902
28903 2000-02-10  Jim Meyering  <meyering@lucent.com>
28904
28905         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
28906         gnu_nanosleep to rpl_nanosleep.
28907
28908 2000-02-09  Jim Meyering  <meyering@lucent.com>
28909
28910         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
28911         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
28912
28913 2000-02-08  Akim Demaille  <akim@epita.fr>
28914
28915         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
28916         `[' and `]' and remove uses of `changequote'.
28917         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
28918         (AC_SYS_LARGEFILE): Likewise.
28919         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
28920         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
28921         of changequote.
28922         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
28923         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
28924         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
28925         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
28926
28927 2000-02-05  Jim Meyering  <meyering@lucent.com>
28928
28929         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
28930         Remove explicit use of AC_HEADER_TIME.  It is required by
28931         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
28932         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
28933         in autoconf whereby the expansion of the latter ended up preceding
28934         the expansion of its prerequisite, AC_HEADER_TIME.
28935         Reported by Volker Borchert.
28936
28937 2000-02-03  Jim Meyering  <meyering@lucent.com>
28938
28939         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
28940
28941 2000-02-03  Jim Meyering  <meyering@lucent.com>
28942
28943         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
28944         rather than with `#if HAVE_UTMPNAME'.
28945
28946 2000-02-02  Jim Meyering  <meyering@lucent.com>
28947
28948         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
28949         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
28950         Reported by Eli Zaretskii.
28951
28952 2000-02-01  Jim Meyering  <meyering@lucent.com>
28953
28954         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
28955
28956 2000-01-31  Jim Meyering  <meyering@lucent.com>
28957
28958         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
28959         functions.  Add the time.h and sys/time.h headers along with the
28960         AC_REQUIRE'ment of AC_HEADER_TIME.
28961
28962 2000-01-31  Jim Meyering  <meyering@lucent.com>
28963
28964         * lib/nanosleep.h (nanosleep): Guard declaration with
28965         `#if ! HAVE_DECL_NANOSLEEP'.
28966         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
28967         the declaration in that vendor's sys/timers.h.
28968         Reported by Christian Krackowizer.
28969
28970         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
28971         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
28972         (ISPRINT): Likewise.
28973         Reported by Tom Tromey.
28974
28975 2000-01-30  Jim Meyering  <meyering@lucent.com>
28976
28977         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
28978
28979         * m4/prereq.m4 (utmp_includes): Define.
28980         Check for ut_user and ut_name members in both struct utmpx
28981         and struct utmp.
28982
28983 2000-01-30  Jim Meyering  <meyering@lucent.com>
28984
28985         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
28986         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
28987         header files where only utmpx.ut_user is declared.
28988
28989         * lib/readutmp.h (UT_USER): Define.
28990
28991 2000-01-29  Jim Meyering  <meyering@lucent.com>
28992
28993         * m4/lib-check.m4: New file containing library-related checks from
28994         fileutils and sh-utils (textutils had none).
28995
28996 2000-01-28  Jim Meyering  <meyering@lucent.com>
28997
28998         * m4/perl.m4: Change format of warning message to look more like that
28999         from the missing script.  Suggestion from François Pinard.
29000
29001 2000-01-25  Jim Meyering  <meyering@lucent.com>
29002
29003         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
29004         well as time.h in the compile check.
29005         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
29006         Fix typo in cross-compiling case: s/yes/no/.
29007
29008 2000-01-23  Jim Meyering  <meyering@lucent.com>
29009
29010         * m4/jm-macros.m4: Move df-related tests here from
29011         fileutils/configure.in
29012
29013         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
29014         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
29015
29016         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
29017         s/space/ac_fsusage_space/.
29018         (jm_FILE_SYSTEM_USAGE): Take two parameters.
29019
29020         * m4/ftruncate.m4: New file (derived from part of
29021         fileutils/configure.in).
29022         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
29023         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
29024
29025         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
29026         AC_SUBST these here, rather than just in sh-util/configure.in, so
29027         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
29028         all the same.
29029         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
29030         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
29031         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
29032         (AC_SUBST(POW_LIBM)): Likewise.
29033         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
29034
29035 2000-01-23  Jim Meyering  <meyering@lucent.com>
29036
29037         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
29038         obstack.c.
29039
29040 2000-01-22  Jim Meyering  <meyering@lucent.com>
29041
29042         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
29043
29044         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
29045
29046         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
29047         configure.in
29048         (AC_CHECK_HEADERS): Likewise for sh-utils.
29049         (AC_CHECK_HEADERS): Likewise for textutils.
29050         Merge the three lists of headers.
29051
29052         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
29053         from fileutils' configure.in.
29054
29055         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
29056         code. Moved tests into their own function (_jm_DECL_HEADERS) in
29057         check-decl.m4.
29058
29059         * m4/check-decl.m4: Use #if rather than #ifdef.
29060         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
29061         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
29062         (_jm_DECL_HEADERS): Define new function.
29063         (jm_CHECK_DECLARATIONS): Require it.
29064
29065 2000-01-22  Jim Meyering  <meyering@lucent.com>
29066
29067         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
29068         [! HAVE_DECL_STRTOULL]: Declare strtoull.
29069         Required for some AIX systems.  Reported by Christian Krackowizer.
29070         [TESTING] (main): New function.
29071
29072         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
29073         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
29074         letters.
29075
29076         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
29077         iswprint.
29078
29079         * lib/strverscmp.c (ISDIGIT): Define.
29080         (strverscmp): Use ISDIGIT, not isdigit.
29081
29082 2000-01-19  Jim Meyering  <meyering@lucent.com>
29083
29084         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
29085         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
29086         defines `struct timespec' in <sys/time.h>
29087
29088         * m4/c-bs-a.m4: Remove uses of changequote altogether.
29089         Thanks to Akim for explaining.
29090
29091 2000-01-17  Paul Eggert  <eggert@twinsun.com>
29092
29093         * lib/nanosleep.c (nanosleep):
29094         Don't use SA_INTERRUPT to decide whether to call sigaction, as
29095         POSIX.1 doesn't require SA_INTERRUPT and some systems
29096         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
29097         it's been part of POSIX.1 since day 1 (in 1988).
29098
29099 2000-01-17  Jim Meyering  <meyering@lucent.com>
29100
29101         * lib/interlock: Remove unused file.  Reported by François Pinard.
29102
29103 2000-01-16  Paul Eggert  <eggert@twinsun.com>
29104
29105         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
29106         alert, backslash, formfeed, and vertical tab unnecessarily in
29107         shell quoting style.
29108
29109 2000-01-16  Jim Meyering  <meyering@lucent.com>
29110
29111         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
29112         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
29113         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
29114         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
29115
29116 2000-01-16  Jim Meyering  <meyering@lucent.com>
29117
29118         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
29119         because the latter didn't work.
29120
29121 2000-01-15  Jim Meyering  <meyering@lucent.com>
29122
29123         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
29124         (AC_REPLACE_FUNCS): Add memcpy and memset.
29125         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
29126         Add strpbrk.
29127         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
29128
29129 2000-01-12  Jim Meyering  <meyering@lucent.com>
29130
29131         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
29132         (jm_PREREQ): Use it.
29133         (jm_PREREQ_READUTMP): New macro.
29134         (jm_PREREQ): Use it.
29135
29136 2000-01-11  Paul Eggert  <eggert@twinsun.com>
29137
29138         Quote multibyte characters correctly.
29139         * m4/c-bs-a.m4: New file.
29140         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
29141         (jm_PREREQ): Use it.
29142
29143 2000-01-11  Paul Eggert  <eggert@twinsun.com>
29144
29145         * m4/uintmax_t.m4: Port to autoconf 2.13.
29146
29147 2000-01-08  Jim Meyering  <meyering@ascend.com>
29148
29149         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
29150         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
29151
29152 2000-01-04  Jim Meyering  <meyering@ascend.com>
29153
29154         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
29155         jm_STRUCT_DIRENT_D_TYPE.
29156         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
29157         jm_STRUCT_DIRENT_D_INO.
29158         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
29159         jm_STRUCT_UTIMBUF.
29160         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
29161         renamings.
29162         * m4/utime.m4: Likewise.
29163
29164         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
29165         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
29166
29167 2000-01-03  Paul Eggert  <eggert@twinsun.com>
29168
29169         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
29170         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
29171
29172 2000-01-02  Jim Meyering  <meyering@ascend.com>
29173
29174         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
29175         remember if this is necessary.
29176
29177 1999-12-26  Jim Meyering  <meyering@ascend.com>
29178
29179         * m4/jm-macros.m4: Use it here.
29180         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
29181
29182 1999-12-23  Jim Meyering  <meyering@ascend.com>
29183
29184         * m4/jm-macros.m4: Check for clock_gettime (moved from
29185         fileutils/configure.in)
29186         Check for gettimeofday.
29187
29188 1999-12-20  Jim Meyering  <meyering@ascend.com>
29189
29190         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
29191         autoconf-2.14a-1999-12-20.
29192
29193 1999-12-19  Jim Meyering  <meyering@ascend.com>
29194
29195         * m4/lstat-slash.m4: New file.
29196         * m4/jm-macros.m4: Use the new macro:
29197         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
29198
29199 1999-12-07  Jim Meyering  <meyering@ascend.com>
29200
29201         * m4/perl.m4: Require that File::Compare be available, too.
29202         Too many systems seem to lack it.
29203
29204         * m4/strftime.m4: Add checks for most of the cpp macros tested in
29205         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
29206
29207 1999-11-18  Paul Eggert  <eggert@twinsun.com>
29208
29209         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
29210         problem with the QNX 4.25 shell, which doesn't propagate exit
29211         status of failed commands inside shell assignments.
29212
29213 1999-11-17  Jim Meyering  <meyering@ascend.com>
29214
29215         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
29216
29217 1999-11-07  Jim Meyering  <meyering@ascend.com>
29218
29219         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
29220
29221 1999-11-06  Jim Meyering  <meyering@ascend.com>
29222
29223         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
29224         * m4/jm-macros.m4 (jm_MACROS): Use it here.
29225
29226 1999-11-05  Jim Meyering  <meyering@ascend.com>
29227
29228         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
29229         configure.in of textutils, fileutils, and sh-utils into this one
29230         (shared between those packages) file.
29231         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
29232         AC_STRUCT_ST_BLKSIZE.
29233
29234 1999-11-03  Jim Meyering  <meyering@ascend.com>
29235
29236         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
29237         of AC_CHECK_TYPE checks includes unistd.h.
29238         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
29239         Suggestion from Akim Demaille.
29240
29241 1999-10-30  Jim Meyering  <meyering@ascend.com>
29242
29243         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
29244         m4-quoted string.
29245         * m4/ls-mntd-fs.m4: Likewise.
29246         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
29247         * m4/jm-winsz1.m4: Likewise.
29248
29249         * m4/const.m4: Remove file, since the fix made it into the experimental
29250         version of autoconf.
29251         * m4/mktime.m4: Likewise.
29252
29253         * m4/check-type.m4: Remove file, now that the latest version of
29254         AC_CHECK_TYPE takes a third arg to specify additional #includes.
29255
29256         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
29257         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
29258         AC_CHECK_TYPE.
29259
29260 1999-10-04  Jim Meyering  <meyering@ascend.com>
29261
29262         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
29263
29264 1999-09-22  Paul Eggert  <eggert@twinsun.com>
29265
29266         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
29267         2.95.1 bug with HP-UX 10.20.
29268
29269 1999-09-17  Jim Meyering  <meyering@ascend.com>
29270
29271         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
29272         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
29273         due to missing strdup (against sh-utils-2.0).
29274
29275 1999-08-29  Jim Meyering  <meyering@ascend.com>
29276
29277         * m4/jm-macros.m4: Require jm_BISON.
29278         * m4/bison.m4: New file.
29279
29280 1999-08-17  Paul Eggert  <eggert@twinsun.com>
29281
29282         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
29283         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
29284
29285 1999-08-05  Jim Meyering  <meyering@ascend.com>
29286
29287         * m4/getline.m4: Rename test file from conftestdata to conftest.data
29288         to avoid conflicts with `conftest' on 8+3 filesystems.
29289         Suggestion from Eli Zaretskii.
29290
29291 1999-08-04  Jim Meyering  <meyering@ascend.com>
29292
29293         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
29294         fileutils and sh-utils (textutils's getline test was inadequate).
29295         (AM_FUNC_GETLINE): Run this test.
29296         (AC_CHECK_FUNCS): Check for getdelim.
29297         Reported by Bob Proulx.
29298
29299 1999-08-02  Jim Meyering  <meyering@ascend.com>
29300
29301         * m4/jm-macros.m4: Add a comment.
29302
29303 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29304
29305         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
29306         <inttypes.h> defines strtoumax as a macro (and not as a
29307         function).
29308
29309 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29310
29311         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
29312         that we can shift, multiply and divide unsigned long long
29313         values; Ultrix cc can't do it.
29314
29315 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29316
29317         * m4/mktime.m4: New file, which is a preview of what should appear
29318         in the next public autoconf release.
29319
29320 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29321
29322         * m4/lfs.m4: Remove this file.
29323         * m4/largefile.m4: New file.  It contains the old contents of
29324         lfs.m4, except that all names with prefix AC_LFS have been
29325         changed to use the prefix AC_SYS_LARGEFILE instead, to be
29326         compatible with future autoconf versions.  Also, some minor m4
29327         quoting problems have been fixed.
29328
29329 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29330
29331         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
29332         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
29333         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
29334         and simplify the shell code.
29335
29336 1999-08-01  Jim Meyering  <meyering@ascend.com>
29337
29338         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
29339         m4.
29340
29341 1999-07-20  Jim Meyering  <meyering@ascend.com>
29342
29343         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
29344
29345 1999-07-15  Jim Meyering  <meyering@ascend.com>
29346
29347         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
29348
29349 1999-05-22  Jim Meyering  <meyering@ascend.com>
29350
29351         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
29352
29353 1999-05-20  Jim Meyering  <meyering@ascend.com>
29354
29355         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
29356         Add a colon after each `then' in case $4 is empty.
29357
29358 1999-05-16  Jim Meyering  <meyering@ascend.com>
29359
29360         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
29361
29362 1999-05-10  Jim Meyering  <meyering@ascend.com>
29363
29364         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
29365
29366         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
29367         AC_FUNC_MKTIME.
29368
29369 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
29370
29371         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
29372
29373 1999-05-04  Paul Eggert  <eggert@twinsun.com>
29374
29375         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
29376         not CPPFLAGS, so that linking works correctly in IRIX.
29377
29378 1999-04-30  Paul Eggert  <eggert@twinsun.com>
29379
29380         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
29381
29382 1999-04-20  Paul Eggert  <eggert@twinsun.com>
29383
29384         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
29385         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
29386         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
29387         jm_AC_TYPE_UNSIGNED_LONG_LONG.
29388         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
29389
29390         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
29391
29392 1999-04-20  Jim Meyering  <meyering@ascend.com>
29393
29394         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
29395         AC_REPLACE xstroull if necessary.  From Paul Eggert.
29396         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
29397
29398 1999-04-18  Jim Meyering  <meyering@ascend.com>
29399
29400         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
29401         * m4/jm-macros.m4: Use it.
29402
29403 1999-04-06  Jim Meyering  <meyering@ascend.com>
29404
29405         * m4/strftime.m4: Remove test for %f.
29406
29407 1999-03-29  Jim Meyering  <meyering@ascend.com>
29408
29409         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
29410         superset of the AC_TYPE_* checks in the textutils, fileutils,
29411         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
29412         AC_TYPE_PID_T.
29413
29414 1999-03-28  Jim Meyering  <meyering@ascend.com>
29415
29416         * m4/jm-macros.m4: Define GNU_PACKAGE here.
29417         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
29418         replaced e.g., in the *.sh files of the sh-utils.
29419
29420 1999-03-20  Jim Meyering  <meyering@ascend.com>
29421
29422         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
29423         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
29424         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
29425
29426 1999-03-19  Jim Meyering  <meyering@ascend.com>
29427
29428         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
29429
29430 1999-03-12  Jim Meyering  <meyering@ascend.com>
29431
29432         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
29433
29434 1999-03-07  Jim Meyering  <meyering@ascend.com>
29435
29436         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
29437         declared.
29438
29439 1999-02-17  Jim Meyering  <meyering@ascend.com>
29440
29441         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
29442         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
29443
29444 1999-02-07  Jim Meyering  <meyering@ascend.com>
29445
29446         * m4/group-member.m4: New file -- extracted from sh-utils'
29447         configure.in.
29448
29449         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
29450         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
29451
29452 1999-02-06  Jim Meyering  <meyering@ascend.com>
29453
29454         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
29455         * m4/fnmatch.m4: Likewise.
29456         * m4/getgroups.m4: Likewise.
29457         * m4/lstat.m4: Likewise.
29458         * m4/malloc.m4: Likewise.
29459         * m4/putenv.m4: Likewise.
29460         * m4/realloc.m4: Likewise.
29461         * m4/regex.m4: Likewise.
29462         * m4/stat.m4: Likewise.
29463         * m4/strftime.m4: Likewise.
29464         Suggestion from Alain Magloire.
29465
29466         * m4/chown.m4: Use `.$ac_objext', not `.o'.
29467         * m4/fnmatch.m4: Likewise.
29468         * m4/getgroups.m4: Likewise.
29469         * m4/getline.m4: Likewise.
29470         * m4/lstat.m4: Likewise.
29471         * m4/malloc.m4: Likewise.
29472         * m4/memcmp.m4: Likewise.
29473         * m4/putenv.m4: Likewise.
29474         * m4/realloc.m4: Likewise.
29475         * m4/regex.m4: Likewise.
29476         * m4/stat.m4: Likewise.
29477         * m4/strftime.m4: Likewise.
29478         Suggestion from Alain Magloire.
29479
29480         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
29481         an argument.
29482
29483         * m4/regex.m4: Add a run-time Test for proper operation of
29484         re_compile_pattern.
29485
29486 1999-01-31  Jim Meyering  <meyering@ascend.com>
29487
29488         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
29489
29490 1999-01-30  Jim Meyering  <meyering@ascend.com>
29491
29492         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
29493
29494         * m4/jm-mktime.m4: Make this a wrapper around the official
29495         AM_FUNC_MKTIME rather than my private copy, now that the official one
29496         is up to date.
29497         * m4/mktime.m4: Remove file.
29498
29499         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
29500         * m4/uptime.m4: Likewise.
29501         * m4/uintmax_t.m4: Likewise.
29502
29503 1999-01-28  Jim Meyering  <meyering@ascend.com>
29504
29505         * m4/jm-macros.m4: Use jm_AFS.
29506         * m4/afs.m4: New file (from fileutils' configure.in).
29507
29508         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
29509         * m4/chown.m4: Likewise.
29510         * m4/d-ino.m4: Likewise.
29511         * m4/d-type.m4: Likewise.
29512         * m4/fnmatch.m4: Likewise.
29513         * m4/getgroups.m4: Likewise.
29514         * m4/gettext.m4: Likewise.
29515         * m4/jm-mktime.m4: Likewise.
29516         * m4/jm-winsz2.m4: Likewise.
29517         * m4/lcmessage.m4: Likewise.
29518         * m4/ls-mntd-fs.m4: Likewise.
29519         * m4/malloc.m4: Likewise.
29520         * m4/memcmp.m4: Likewise.
29521         * m4/putenv.m4: Likewise.
29522         * m4/realloc.m4: Likewise.
29523         * m4/st_mtim.m4: Likewise.
29524         * m4/strftime.m4: Likewise.
29525
29526 1999-01-16  Jim Meyering  <meyering@ascend.com>
29527
29528         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
29529         (ARGMATCH_DIE_DECL): Define.
29530
29531 1999-01-12  Jim Meyering  <meyering@ascend.com>
29532
29533         * m4/Makefile.am.in: Rewrite to avoid using fmt.
29534         Reported by Lars Hecking.
29535
29536 1999-01-10  Jim Meyering  <meyering@ascend.com>
29537
29538         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
29539         gross kludge.
29540         * m4/inttypes_h.m4: Likewise.
29541         * m4/lstat.m4: Likewise.
29542         * m4/malloc.m4: Likewise.
29543         * m4/readdir.m4: Likewise.
29544         * m4/realloc.m4: Likewise.
29545         * m4/st_dm_mode.m4: Likewise.
29546         * m4/stat.m4: Likewise.
29547         * m4/utimbuf.m4: Likewise.
29548         * m4/utimes.m4: Likewise.
29549
29550         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
29551         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
29552         comments in config.h.in are meaningful.
29553
29554         * m4/jm-macros.m4: Require autoconf-2.13 here.
29555
29556         * m4/regex.m4: By default, don't use the included regex.c on systems
29557         with glibc 2.  Suggestion from Uli Drepper.
29558
29559 1999-01-02  Jim Meyering  <meyering@ascend.com>
29560
29561         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
29562
29563 1998-12-18  Jim Meyering  <meyering@ascend.com>
29564
29565         * m4/Makefile.am.in (Makefile.am): Simplify rule.
29566         Based on a suggestion from Lars Hecking.
29567
29568 1998-11-16  Paul Eggert  <eggert@twinsun.com>
29569
29570         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
29571
29572 1998-11-16  Jim Meyering  <meyering@ascend.com>
29573
29574         * m4/lfs.m4: Double-quote the `uname...` expression.
29575
29576 1998-11-14  Jim Meyering  <meyering@ascend.com>
29577
29578         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
29579         * m4/stat.m4: Likewise.
29580
29581 1998-11-03  Jim Meyering  <meyering@ascend.com>
29582
29583         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
29584         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
29585
29586 1998-10-18  Jim Meyering  <meyering@ascend.com>
29587
29588         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
29589
29590 1998-10-17  Jim Meyering  <meyering@ascend.com>
29591
29592         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
29593         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
29594         calls for those previously hard-coded headers.  Instead, take a new
29595         parameter.
29596         (jm_CHECK_DECLARATIONS): Reflect interface change.
29597         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
29598         (jm_CHECK_DECL_LOCALTIME_R): New macro.
29599
29600         * m4/mktime.m4: Test for spring-forward gap before long-running test.
29601
29602 1998-10-14  Jim Meyering  <meyering@ascend.com>
29603
29604         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
29605         instead of "TZ=America/Vancouver".  From Paul Eggert.
29606
29607 1998-10-11  Jim Meyering  <meyering@ascend.com>
29608
29609         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
29610         This adds a test for a recently added compatibility fix for mktime.c.
29611         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
29612
29613 1998-09-27  Jim Meyering  <meyering@ascend.com>
29614
29615         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
29616
29617         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
29618         ../configure.in, including a change from Gordon Matzigkeit to allow
29619         cross-compiling for the Hurd.
29620
29621         * m4/glibc.m4: New file/macro to test for the GNU C Library
29622         versions 1 and 2.  From Gordon Matzigkeit.
29623         Indent.
29624
29625 1998-09-21  Jim Meyering  <meyering@ascend.com>
29626
29627         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
29628
29629 1998-08-18  Paul Eggert  <eggert@twinsun.com>
29630
29631         Port nanosecond-resolution times to UnixWare 2.1.2 and
29632         pedantic Solaris 2.6.
29633
29634         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
29635         AC_STRUCT_ST_MTIM.
29636         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
29637         Generate name of ns member, instead of just 1 or undef.
29638         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
29639
29640 1998-08-15  Jim Meyering  <meyering@ascend.com>
29641
29642         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
29643         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
29644         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
29645         instead of jm_TYPE_SSIZE_T.
29646
29647 1998-08-12  Jim Meyering  <meyering@ascend.com>
29648
29649         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
29650
29651 1998-08-02  Jim Meyering  <meyering@ascend.com>
29652
29653         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
29654         in acconfig.h manually.
29655
29656 1998-07-31  Paul Eggert  <eggert@twinsun.com>
29657
29658         * m4/st_mtim.m4: New file.
29659
29660 1998-07-28  Jim Meyering  <meyering@ascend.com>
29661
29662         * m4/utimes.m4: Undef stat.
29663
29664 1998-07-25  Jim Meyering  <meyering@ascend.com>
29665
29666         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
29667         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
29668
29669 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
29670
29671         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
29672         uid and gid actually remain unchanged.
29673
29674 1998-07-07  Jim Meyering  <meyering@ascend.com>
29675
29676         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
29677
29678 1998-07-04  Jim Meyering  <meyering@ascend.com>
29679
29680         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
29681         to prove that this macro can be used in packages without regex.c.
29682
29683 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
29684
29685         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
29686         is to be used.
29687
29688 1998-07-03  Jim Meyering  <meyering@ascend.com>
29689
29690         * m4/gettext.m4: Add -lintl if it's found to be necessary.
29691
29692         * m4/gettext.m4: New file -- from gettext-0.10.35.
29693         * m4/lcmessage.m4: Likewise.
29694         * m4/progtest.m4: Likewise.
29695
29696         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
29697         * m4/jm-macros.m4: Require the new macro.
29698
29699 1998-06-29  Jim Meyering  <meyering@ascend.com>
29700
29701         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
29702         for the definition of NGROUPS (used in a system header included
29703         by sys/mount.h).
29704
29705 1998-06-28  Jim Meyering  <meyering@ascend.com>
29706
29707         * m4/ls-mntd-fs.m4: New file.
29708         * m4/fstypename.m4: New file.
29709
29710         * m4/jm-macros.m4: Require the new macro.
29711         * m4/jm-glibc-io.m4: New file.
29712
29713 1998-05-19  Jim Meyering  <meyering@ascend.com>
29714
29715         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
29716         * m4/lchown.m4: New file.
29717
29718         * m4/Makefile.am.in: New file.
29719         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
29720
29721 1998-05-14  Jim Meyering  <meyering@ascend.com>
29722
29723         * m4/Makefile.am (EXTRA_DIST): Add them.
29724         * m4/jm-macros.m4: New file.
29725         * m4/utimbuf.m4: New file.
29726
29727 1998-05-12  Jim Meyering  <meyering@ascend.com>
29728
29729         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
29730
29731 1998-05-11  Jim Meyering  <meyering@ascend.com>
29732
29733         * m4/isc-posix.m4: New file.
29734
29735 1998-05-10  Jim Meyering  <meyering@ascend.com>