Fix link error on Cygwin.
[pspp] / ChangeLog
1 2007-04-12  Bruno Haible  <bruno@clisp.org>
2
3         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
4         not before, since $(LDADD) often contains libgnu.a.
5         * modules/striconv-tests (test_striconv_LDADD): Likewise.
6         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
7         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
8         Needed on Cygwin.
9
10 2007-04-12  Eric Blake  <ebb9@byu.net>
11
12         Work around glibc's failure to flush stdin on fclose.
13         * lib/closein.c (close_stdin): Flush stdin before closing.
14
15         Work around glibc's failure to reset seekable stdin on exit.
16         * modules/closein: New module.
17         * lib/closein.c: New file.
18         * lib/closein.h: Likewise.
19         * m4/closein.m4: Likewise.
20         * MODULES.html.sh (File stream based Input/Output): Document it.
21
22 2007-04-12  Simon Josefsson  <simon@josefsson.org>
23
24         * gnulib-tool: Rename generated 'autobuild' script to
25         'do-autobuild' in --create-megatestdir output.
26
27         * doc/gnulib.texi (Build robot for gnulib): Fix.
28
29 2007-04-12  Simon Josefsson  <simon@josefsson.org>
30
31         * modules/sysexits (Depends-on): Add absolute-header.
32
33 2007-04-12  Eric Blake  <ebb9@byu.net>
34
35         No need to preserve errno on success.
36         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
37         Reported by Bruno Haible.
38
39 2007-04-12  Simon Josefsson  <simon@josefsson.org>
40
41         * MODULES.html.sh (Support for maintaining and releasing
42         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
43
44 2007-04-12  Simon Josefsson  <simon@josefsson.org>
45
46         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
47
48 2007-04-12  Simon Josefsson  <simon@josefsson.org>
49
50         * modules/autobuild: New module.
51
52         * m4/autobuild.m4: New file.
53
54 2007-04-11  Bruno Haible  <bruno@clisp.org>
55
56         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
57         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
58         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
59         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
60         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
61         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
62         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
63         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
64         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
65         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
66         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
67         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
68         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
69         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
70         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
71         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
72         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
73         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
74         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
75         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
76         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
77         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
78         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
79         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
80         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
81         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
82         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
83         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
84         Reported by Eric Blake.
85
86 2007-04-11  Bruno Haible  <bruno@clisp.org>
87
88         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
89
90 2007-04-10  Bruno Haible  <bruno@clisp.org>
91
92         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
93         for NaN and Infinity. Needed on FreeBSD 6.1.
94         * tests/test-vasnprintf-posix.c (test_function): Undo last change
95         regarding results for "%010a" of Infinity and NaN.
96         * tests/test-vasprintf-posix.c (test_function): Likewise.
97         * tests/test-snprintf-posix.h (test_function): Likewise.
98         * tests/test-sprintf-posix.h (test_function): Likewise.
99         * tests/test-fprintf-posix.h (test_function): Likewise.
100         * tests/test-printf-posix.h (test_function): Likewise.
101         * tests/test-fprintf-posix.out: Likewise.
102
103 2007-04-10  Bruno Haible  <bruno@clisp.org>
104
105         * modules/locale-tests: New file.
106         * tests/test-locale.c: New file.
107
108         * modules/locale: New file.
109         * lib/locale_.h: New file.
110         * m4/locale_h.m4: New file.
111
112 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
113             Bruno Haible  <bruno@clisp.org>
114
115         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
116         be determined, test for availability of the copysignf, copysign,
117         copysignl functions.
118         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
119         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
120         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
121
122 2007-04-09  Eric Blake  <ebb9@byu.net>
123
124         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
125         * modules/stdio (Makefile.am): Support fflush.
126         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
127         * modules/fflush: New file.
128         * lib/fflush.c: Likewise.
129         * m4/fflush.m4: Likewise.
130         * modules/fflush-tests: New test.
131         * tests/test-fflush.c: Likewise.
132         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
133
134 2007-04-06  Bruno Haible  <bruno@clisp.org>
135
136         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
137         (VASNPRINTF): Use signbit for faster determination whether to print a
138         minus sign.
139         * modules/vasnprintf (Files): Remove lib/float+.h.
140         * modules/fprintf-posix (Depends-on): Add signbit.
141         * modules/snprintf-posix (Depends-on): Likewise.
142         * modules/sprintf-posix (Depends-on): Likewise.
143         * modules/vasnprintf-posix (Depends-on): Likewise.
144         * modules/vasprintf-posix (Depends-on): Likewise.
145         * modules/vfprintf-posix (Depends-on): Likewise.
146         * modules/vsnprintf-posix (Depends-on): Likewise.
147         * modules/vsprintf-posix (Depends-on): Likewise.
148
149 2007-04-06  Bruno Haible  <bruno@clisp.org>
150
151         * tests/test-frexp.c (main): Test also the sign bit of zero results.
152         * tests/test-frexpl.c (main): Likewise.
153         * tests/test-ldexpl.c (main): Likewise.
154         * modules/frexp-tests (Depends-on): Add signbit.
155         * modules/frexpl-tests (Depdends-on): Likewise.
156         * modules/ldexpl-tests (Depdends-on): Likewise.
157
158 2007-04-06  Bruno Haible  <bruno@clisp.org>
159
160         * modules/signbit-tests: New file.
161         * tests/test-signbit.c: New file.
162
163         * modules/signbit: New file.
164         * lib/signbitf.c: New file.
165         * lib/signbitd.c: New file.
166         * lib/signbitl.c: New file.
167         * m4/signbit.m4: New file.
168         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
169         (signbit): New macro.
170         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
171         REPLACE_SIGNBIT.
172         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
173         REPLACE_FREXPL into math.h.
174
175 2007-04-06  Bruno Haible  <bruno@clisp.org>
176
177         * modules/isnanf-nolibm-tests: New file.
178         * tests/test-isnanf.c: New file.
179
180         * modules/isnanf-nolibm: New file.
181         * lib/isnanf.h: New file.
182         * lib/isnanf.c: New file.
183         * lib/isnan.c: Consider the USE_FLOAT macro.
184         * m4/isnanf.m4: New file.
185
186 2007-04-06  Bruno Haible  <bruno@clisp.org>
187
188         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
189         (Link): New section.
190
191         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
192
193 2007-04-06  Bruno Haible  <bruno@clisp.org>
194
195         Assume the 'long double' type.
196         * m4/longdouble.m4: Remove file.
197         * config/srclist.txt: Don't mention longdouble.m4.
198         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
199         * lib/float+.h: Likewise.
200         * lib/frexp.c: Likewise.
201         * lib/printf-args.h: Likewise.
202         * lib/printf-args.c: Likewise.
203         * lib/printf-frexp.c: Likewise.
204         * lib/printf-parse.c: Likewise.
205         * lib/vasnprintf.c: Likewise.
206         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
207         * m4/intl.m4: Likewise.
208         * m4/isnanl.m4: Likewise.
209         * m4/printf.m4: Likewise.
210         * m4/printf-frexpl.m4: Likewise.
211         * m4/vasnprintf.m4: Likewise.
212         * modules/allocsa (Files): Remove m4/longdouble.m4.
213         * modules/gettext (Files): Likewise.
214         * modules/relocatable-prog-wrapper (Files): Likewise.
215         * modules/vasnprintf (Files): Likewise.
216         * modules/isnanl (Files): Likewise.
217         (Include): Simplify.
218         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
219         (Include): Simplify.
220         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
221         (Include): Simplify.
222         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
223         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
224         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
225         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
226         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
227         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
228         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
229         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
230         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
231         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
232         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
233         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
234         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
235         * tests/test-isnanl.c: Likewise.
236         * tests/test-snprintf-posix.h: Likewise.
237         * tests/test-sprintf-posix.h: Likewise.
238         * tests/test-vasnprintf-posix.c: Likewise.
239         * tests/test-vasnprintf-posix2.c: Likewise.
240         * tests/test-vasprintf-posix.c: Likewise.
241
242 2007-04-06  Bruno Haible  <bruno@clisp.org>
243
244         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
245         * lib/math_.h [__DECC]: Include the overridden include file through
246         #include_next, outside the double-inclusion guard.
247         * lib/stdio_.h [__DECC]: Likewise.
248         * lib/stdlib_.h [__DECC]: Likewise.
249         * lib/string_.h [__DECC]: Likewise.
250         * lib/time_.h [__DECC]: Likewise.
251         * lib/wchar_.h [__DECC]: Likewise.
252         * lib/wctype_.h [__DECC]: Likewise.
253         * lib/inttypes_.h [__DECC]: Likewise.
254         Reported by Albert Chin <china@thewrittenword.com> in
255         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
256
257 2007-04-04  Eric Blake  <ebb9@byu.net>
258
259         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
260         1.5.x.
261
262 2007-04-04  Bruno Haible  <bruno@clisp.org>
263
264         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
265         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
266
267 2007-04-04  Bruno Haible  <bruno@clisp.org>
268
269         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
270         results for "%010a" of Infinity and NaN.
271         * tests/test-vasprintf-posix.c (test_function): Likewise.
272         * tests/test-snprintf-posix.h (test_function): Likewise.
273         * tests/test-sprintf-posix.h (test_function): Likewise.
274         * tests/test-fprintf-posix.h (test_function): Remove these tests.
275         * tests/test-printf-posix.h (test_function): Likewise.
276         * tests/test-fprintf-posix.out: Update.
277         Needed for FreeBSD 6.1.
278
279 2007-04-04  Bruno Haible  <bruno@clisp.org>
280
281         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
282         directly used by the gnulib modules nor by gnulib-tool.
283
284 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
285
286         * DEPENDENCIES: Give overall description of version dependency
287         desirability.  Use more-typical names for apps.
288         Add shell, coreutils, diffutils, grep, tar, gzip.
289
290 2007-04-04  Simon Josefsson  <simon@josefsson.org>
291
292         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
293
294 2007-04-04  Karl Berry  <karl@gnu.org>
295
296         * MODULES.html.sh (func_module): missing '.
297
298 2007-04-03  Bruno Haible  <bruno@clisp.org>
299
300         * modules/argmatch-tests (Makefile.am): New variable
301         test_argmatch_LDADD.
302         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
303         * modules/array-list-tests (Makefile.am): New variable
304         test_array_list_LDADD.
305         * modules/array-oset-tests (Makefile.am): New variable
306         test_array_oset_LDADD.
307         * modules/avltree-list-tests (Makefile.am): New variable
308         test_avltree_list_LDADD.
309         * modules/avltree-oset-tests (Makefile.am): New variable
310         test_avltree_oset_LDADD.
311         * modules/avltreehash-list-tests (Makefile.am): New variable
312         test_avltreehash_list_LDADD.
313         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
314         test_canonicalize_lgpl_LDADD.
315         * modules/carray-list-tests (Makefile.am): New variable
316         test_carray_list_LDADD.
317         * modules/dirname-tests (Makefile.am): New variable
318         test_dirname_LDADD.
319         * modules/linked-list-tests (Makefile.am): New variable
320         test_linked_list_LDADD.
321         * modules/linkedhash-list-tests (Makefile.am): New variable
322         test_linkedhash_list_LDADD.
323         * modules/rbtree-list-tests (Makefile.am): New variable
324         test_rbtree_list_LDADD.
325         * modules/rbtree-oset-tests (Makefile.am): New variable
326         test_rbtree_oset_LDADD.
327         * modules/rbtreehash-list-tests (Makefile.am): New variable
328         test_rbtreehash_list_LDADD.
329         * modules/xvasprintf-tests (Makefile.am): New variable
330         test_xvasprintf_LDADD.
331         Reported by Eric Blake.
332
333 2007-04-03  Eric Blake  <ebb9@byu.net>
334
335         * DEPENDENCIES: Weaken m4 requirements.
336
337 2007-04-03  Bruno Haible  <bruno@clisp.org>
338
339         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
340         * modules/isnanl-tests (configure.ac): Likewise.
341
342 2007-04-03  Ben Pfaff  <blp@gnu.org>
343
344         * modules/iconv_open: Add $(srcdir)/ to source directory
345         references in Makefile fragments that call gperf, to fix VPATH
346         builds.
347
348 2007-04-03  Bruno Haible  <bruno@clisp.org>
349
350         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
351         * lib/ldexpl.c: Undo last change.
352
353 2007-04-03  Bruno Haible  <bruno@clisp.org>
354
355         * modules/printf-frexpl (Depends-on): Undo last change.
356         (Files): Add m4/ldexpl.m4.
357
358 2007-04-03  Bruno Haible  <bruno@clisp.org>
359
360         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
361         * modules/isnanl (Link): New section.
362
363         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
364         * modules/frexp (Link): New section.
365
366         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
367         * modules/frexpl (Link): New section.
368
369         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
370         * modules/ldexpl (Link): New section.
371
372 2007-04-03  Bruno Haible  <bruno@clisp.org>
373
374         * modules/TEMPLATE-EXTENDED: New file.
375         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
376
377 2007-04-03  Bruno Haible  <bruno@clisp.org>
378
379         * DEPENDENCIES: New file.
380         Suggested by Simon Josefsson.
381
382 2007-04-03  Bruno Haible  <bruno@clisp.org>
383
384         * doc/gnulib.texi: Escape @.
385
386 2007-04-03  James Youngman  <jay@gnu.org>
387         and Paul Eggert  <eggert@cs.ucla.edu>
388
389         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
390         birthtime on all systems that have birthtime, not just those which
391         use st_birthtimensec rather than st_birthtim.  Putting zero in
392         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
393         that the birth time is not available for files on an NFS mount.
394
395 2007-04-03  Simon Josefsson  <simon@josefsson.org>
396
397         * modules/memxor: Move back from crypto/, suggested by Bruno.
398         * modules/crypto/hmac-sha1: Fix memxor dependency.
399
400         * modules/crypto/gc: Moved from ../.
401
402 2007-04-02  Eric Blake  <ebb9@byu.net>
403
404         * lib/ldexpl.c (includes): Avoid libm.
405
406         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
407
408 2007-04-02  Bruno Haible  <bruno@clisp.org>
409
410         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
411         on IRIX.
412
413 2007-04-02  Bruno Haible  <bruno@clisp.org>
414
415         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
416         x86 or x86_64 platforms running MacOS X.
417         Reported by Ryan Schmidt <@ryandesign.com>.
418
419 2007-04-02  Bruno Haible  <bruno@clisp.org>
420
421         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
422         i386.
423
424 2007-04-01  Simon Josefsson  <simon@josefsson.org>
425
426         * modules/crypto/arcfour: Moved from ../.
427         * modules/crypto/arcfour-tests: Moved from ../.
428         * modules/crypto/arctwo: Moved from ../.
429         * modules/crypto/arctwo-tests: Moved from ../.
430         * modules/crypto/des: Moved from ../.
431         * modules/crypto/des-tests: Moved from ../.
432         * modules/crypto/gc-arcfour: Moved from ../.
433         * modules/crypto/gc-arcfour-tests: Moved from ../.
434         * modules/crypto/gc-arctwo: Moved from ../.
435         * modules/crypto/gc-arctwo-tests: Moved from ../.
436         * modules/crypto/gc-des: Moved from ../.
437         * modules/crypto/gc-des-tests: Moved from ../.
438         * modules/crypto/gc-hmac-md5: Moved from ../.
439         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
440         * modules/crypto/gc-hmac-sha1: Moved from ../.
441         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
442         * modules/crypto/gc-md2: Moved from ../.
443         * modules/crypto/gc-md2-tests: Moved from ../.
444         * modules/crypto/gc-md4: Moved from ../.
445         * modules/crypto/gc-md4-tests: Moved from ../.
446         * modules/crypto/gc-md5: Moved from ../.
447         * modules/crypto/gc-md5-tests: Moved from ../.
448         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
449         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
450         * modules/crypto/gc-random: Moved from ../.
451         * modules/crypto/gc-rijndael: Moved from ../.
452         * modules/crypto/gc-rijndael-tests: Moved from ../.
453         * modules/crypto/gc-sha1: Moved from ../.
454         * modules/crypto/gc-sha1-tests: Moved from ../.
455         * modules/crypto/gc-tests: Moved from ../.
456         * modules/crypto/hmac-md5: Moved from ../.
457         * modules/crypto/hmac-md5-tests: Moved from ../.
458         * modules/crypto/hmac-sha1: Moved from ../.
459         * modules/crypto/hmac-sha1-tests: Moved from ../.
460         * modules/crypto/md2: Moved from ../.
461         * modules/crypto/md2-tests: Moved from ../.
462         * modules/crypto/md4: Moved from ../.
463         * modules/crypto/md4-tests: Moved from ../.
464         * modules/crypto/md5: Moved from ../.
465         * modules/crypto/md5-tests: Moved from ../.
466         * modules/crypto/memxor: Moved from ../.
467         * modules/crypto/rijndael: Moved from ../.
468         * modules/crypto/rijndael-tests: Moved from ../.
469         * modules/crypto/sha1: Moved from ../.
470
471 2007-03-30  James Youngman  <jay@gnu.org>
472
473         * tests/test-stat-time.c (prepare_test): use chmod() rather than
474         rename() to change the ctime of a file (because ctime is unaffected
475         by rename on jfs2 on AIX 5.1).
476         (main): Start by doing cleanup, in case a previous run failed leaving
477         test files behind.
478
479 2007-03-31  Bruno Haible  <bruno@clisp.org>
480
481         Support old proprietary implementations of iconv.
482         * modules/iconv_open: New file.
483         * lib/iconv_.h: New file.
484         * m4/iconv_h.m4: New file.
485         * lib/iconv_open.c: New file.
486         * lib/iconv_open-aix.gperf: New file.
487         * lib/iconv_open-hpux.gperf: New file.
488         * lib/iconv_open-irix.gperf: New file.
489         * lib/iconv_open-osf.gperf: New file.
490         * m4/iconv_open.m4: New file.
491         * modules/linebreak (Depends-on): Add iconv_open.
492         * modules/striconv (Depends-on): Likewise.
493         * modules/striconveh (Depends-on): Likewise.
494         * modules/unicodeio (Depends-on): Likewise.
495         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
496         (iconv_t)(-1).
497         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
498         conversion if cd is (iconv_t)(-1).
499         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
500         is not possible.
501
502 2007-03-31  Bruno Haible  <bruno@clisp.org>
503
504         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
505         work on Solaris either. Protect also second use of "autodetect_jp".
506
507 2007-03-31  Bruno Haible  <bruno@clisp.org>
508
509         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
510         the function is not present.
511
512 2007-03-31  Bruno Haible  <bruno@clisp.org>
513
514         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
515         the function is not present.
516
517 2007-03-31  Bruno Haible  <bruno@clisp.org>
518
519         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
520         a bug in HP-UX iconv_open().
521
522 2007-03-31  Bruno Haible  <bruno@clisp.org>
523
524         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
525         (Mathematics <math.h>): New section, add fpieee.
526         (Input/output <stdio.h>): Add fseterr.
527         (Mathematics <math.h>): New section, add printf-frexp.
528         (Container data structures): Add sublist.
529         (Core language properties): Add fpucw, inline.
530         (Functions for greatest-width integer types <inttypes.h>): Add
531         imaxabs, imaxdiv, inttypes.
532         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
533         isnanl-nolibm, ldexp.
534         (Mathematics <math.h>): New section, add printf-frexpl.
535         (Support for systems lacking POSIX:2001): Add fprintf-posix,
536         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
537         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
538         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
539         (Unicode string functions): Add unistr/u*-mbtoucr.
540         (Java): Add javacomp-script, javaexec-script.
541         (C#): Add csharpcomp-script, csharpexec-script.
542         (Support for building libraries and executables): Add havelib,
543         relocatable-*.
544         (Support for maintaining and releasing projects): Renamed from
545         'Support for maintaining and release projects'. Add announce-gen.
546
547 2007-03-31  Bruno Haible  <bruno@clisp.org>
548
549         * README: Talk primarily about git.
550         (git and CVS): Renamed from CVS.
551         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
552         gnulib is available through git.
553         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
554
555 2007-03-30  Bruno Haible  <bruno@clisp.org>
556
557         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
558         * lib/poll_.h: Likewise.
559         * lib/stat_.h: Likewise.
560         * lib/sys_time_.h: Likewise.
561         * lib/sysexit_.h: Likewise.
562         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
563         * lib/stdbool_.h: Likewise.
564         * lib/byteswap_.h: Add double-inclusion guard.
565
566 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
567
568         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
569
570 2007-03-30  Karl Berry  <karl@gnu.org>
571
572         * config/srclist-update: double space after USA in the license
573         substitution, since that's how it's usually (?) written.
574
575 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
576
577         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
578         reported by Bruno Haible.
579
580 2007-03-29  Bruno Haible  <bruno@clisp.org>
581
582         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
583         a bug in AIX iconv().
584
585 2007-03-29  Bruno Haible  <bruno@clisp.org>
586
587         * modules/ldexpl-tests: New file.
588         * tests/test-ldexpl.c: New file.
589
590 2007-03-29  Bruno Haible  <bruno@clisp.org>
591
592         * lib/ldexpl.c: Include fpucw.h.
593         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
594         multiplication.
595         * modules/ldexpl (Depends-on): Add fpucw.
596
597 2007-03-29  Bruno Haible  <bruno@clisp.org>
598
599         * modules/ldexpl: New file.
600         * m4/ldexpl.m4: New file.
601         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
602         set.
603         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
604         REPLACE_LDEXPL.
605         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
606         REPLACE_LDEXPL.
607         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
608         gl_FUNC_LDEXPL_WORKS.
609         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
610         * modules/mathl (Files): Remove lib/ldexpl.c.
611         (Depends-on): Add ldexpl.
612
613 2007-03-29  Bruno Haible  <bruno@clisp.org>
614
615         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
616
617 2007-03-29  Bruno Haible  <bruno@clisp.org>
618
619         * tests/test-striconveh.c (main): Don't assume that a direct conversion
620         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
621         and possibly also HP-UX.
622         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
623         work on AIX, IRIX, HP-UX, OSF/1.
624         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
625         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
626         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
627         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
628         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
629         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
630
631 2007-03-29  Bruno Haible  <bruno@clisp.org>
632
633         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
634
635 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
636
637         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
638         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
639
640 2007-03-29  Eric Blake  <ebb9@byu.net>
641
642         * lib/acl-internal.h: Remove redundant include.
643         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
644         Cygwin when a file is locked.
645
646 2007-03-29  Bruno Haible  <bruno@clisp.org>
647
648         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
649         file.
650         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
651
652 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
653
654         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
655         try to remove a parent directory if the child couldn't be removed
656         (except for the first rmdir, which could fail because the child
657         doesn't exist).  Problem reported by Jeff Blaine in
658         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
659
660 2007-03-28  Bruno Haible  <bruno@clisp.org>
661
662         * lib/striconveh.c (utf8conv_carefully): New function.
663         (mem_cd_iconveh_internal): Invoke it.
664
665 2007-03-28  Bruno Haible  <bruno@clisp.org>
666
667         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
668         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
669         input.
670         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
671         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
672         unistr/u8-uctomb.
673
674 2007-03-28  Bruno Haible  <bruno@clisp.org>
675
676         * modules/unistr/u8-mbtoucr: New file.
677         * lib/unistr/u8-mbtoucr.c: New file.
678         * modules/unistr/u16-mbtoucr: New file.
679         * lib/unistr/u16-mbtoucr.c: New file.
680         * modules/unistr/u16-mbtoucr: New file.
681         * lib/unistr/u16-mbtoucr.c: New file.
682         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
683
684 2007-03-27  Simon Josefsson  <simon@josefsson.org>
685             Bruno Haible  <bruno@clisp.org>
686
687         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
688         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
689         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
690
691         * m4/stdio_h.m4: Add stubs for vasprintf too.
692
693         * modules/stdio: Support vasprintf in sed command.
694
695         * modules/vasprintf: Depend on stdio for prototypes.  Remove
696         vasprintf.h.  Add stdio module indicator.
697
698         * lib/stdio_.h: Declare asprintf and vasprintf, based on
699         vasprintf.h.
700
701         * lib/vasprintf.h: File removed.
702
703         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
704         * lib/vasprintf.c: Ditto.
705         * lib/xvasprintf.c: Ditto.
706         * tests/test-vasprintf-posix.c: Ditto.
707         * tests/test-vasprintf.c: Ditto.
708
709 2007-03-27  Bruno Haible  <bruno@clisp.org>
710
711         Make vasnprintf multithread-safe.
712         * lib/vasnprintf.c (decimal_point_char): New function.
713         (VASNPRINTF): Use it.
714         Suggested by Simon Josefsson.
715
716 2007-03-27  Eric Blake  <ebb9@byu.net>
717
718         Support sub-second birthtime on cygwin.
719         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
720         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
721         (get_stat_birthtime): Also work with st_birthtim.
722
723 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
724
725         * lib/stat-time.h (USE_BIRTHTIME): Remove.
726         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
727         (get_stat_birthtime_ns): Do not try to use "spare" fields.
728         (get_stat_birthtime_ns): Simplify compile-time tests.
729         (get_stat_birthtime): Change the API to look like
730         get_stat_mtime etc., except return a negative tv_nsec on error.
731         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
732         Don't check for "spare" fields.
733         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
734         or for struct stat.st_birthtime, as these tests aren't used.
735         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
736
737 2007-03-27  Bruno Haible  <bruno@clisp.org>
738
739         * lib/stat-time.h: Include <sys/stat.h>.
740
741 2007-03-27  James Youngman  <jay@gnu.org>
742
743         * lib/stat-time.h (get_stat_birthtime): New function for
744           retrieving st_birthtime as provided by UFS2 (hence *BSD).
745         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
746           and its variants.
747         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
748         * modules/stat-time-test: New file.
749         * tests/test-stat-time.c: New test, devised by Bruno Haible.
750
751 2007-03-26  Bruno Haible  <bruno@clisp.org>
752
753         Better support of signalling NaNs.
754         * lib/atanl.c: Include isnanl.h.
755         (atanl): Perform test for NaN at the beginning of the function and
756         through a call to isnanl.
757         * lib/cosl.c: Include isnanl.h.
758         (cosl): Perform test for NaN at the beginning of the function and
759         through a call to isnanl.
760         * lib/ldexpl.c: Include isnanl.h.
761         (ldexpl): Perform test for NaN through a call to isnanl.
762         * lib/logl.c: Include isnanl.h.
763         (logl): Perform test for NaN at the beginning of the function and
764         through a call to isnanl.
765         * lib/sinl.c: Include isnanl.h.
766         (sinl): Perform test for NaN at the beginning of the function and
767         through a call to isnanl.
768         * lib/sqrtl.c: Include isnanl.h.
769         (sqrtl): Perform test for NaN at the beginning of the function and
770         through a call to isnanl.
771         * lib/tanl.c: Include isnanl.h.
772         (tanl): Perform test for NaN at the beginning of the function and
773         through a call to isnanl.
774         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
775         * modules/mathl (Depends-on): Add isnanl.
776
777 2007-03-26  Eric Blake  <ebb9@byu.net>
778
779         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
780         regression in logic sense of previous patch.
781
782 2007-03-26  Bruno Haible  <bruno@clisp.org>
783
784         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
785         unportable shell command "if ! ...".
786         Reported by Ralf Wildenhues.
787
788 2007-03-25  Bruno Haible  <bruno@clisp.org>
789
790         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
791         <sysexits.h> file, and only add EX_CONFIG.
792         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
793         absolute file name and whether it is sufficient. Substitute also
794         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
795         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
796         ABSOLUTE_SYSEXITS_H into sysexits.h.
797
798 2007-03-25  Bruno Haible  <bruno@clisp.org>
799
800         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
801         hints is NULL.
802
803 2007-03-25  Bruno Haible  <bruno@clisp.org>
804
805         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
806         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
807
808 2007-03-25  Bruno Haible  <bruno@clisp.org>
809
810         * lib/vasnprintf.c: Include langinfo.h.
811         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
812         multithread-safe.
813         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
814         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
815         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
816         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
817         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
818         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
819         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
820         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
821         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
822         Reported by Simon Josefsson.
823
824 2007-03-25  Bruno Haible  <bruno@clisp.org>
825
826         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
827         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
828         * modules/vasnprintf (Depends-on): Add stdint.
829
830 2007-03-25  Bruno Haible  <bruno@clisp.org>
831
832         * modules/fpieee: New file.
833         * m4/fpieee.m4: New file.
834         * modules/isnan-nolibm (Depends-on): Add fpieee.
835         * modules/isnanl-nolibm (Depends-on): Add fpieee.
836         * modules/isnanl (Depends-on): Add fpieee.
837
838 2007-03-25  Bruno Haible  <bruno@clisp.org>
839
840         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
841
842 2007-03-25  Bruno Haible  <bruno@clisp.org>
843
844         Avoid test failures on IRIX 6.5.
845         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
846         (main): Use it.
847         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
848         macros.
849         (main): Use them.
850
851 2007-03-25  Bruno Haible  <bruno@clisp.org>
852
853         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
854         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
855         exists but doesn't work.
856         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
857         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
858         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
859         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
860
861 2007-03-25  Bruno Haible  <bruno@clisp.org>
862
863         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
864         returns inf. Needed on IRIX 6.5.
865
866 2007-03-25  Bruno Haible  <bruno@clisp.org>
867
868         * tests/test-frexpl.c: Include isnanl-nolibm.h.
869         (main): Use isnanl instead of x != x idiom.
870         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
871
872         * tests/test-frexp.c: Include isnan.h.
873         (main): Use isnan instead of x != x idiom.
874         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
875
876 2007-03-25  Bruno Haible  <bruno@clisp.org>
877
878         * tests/test-frexp.c (NaN): New function/macro.
879         (main): Use it instead of 0.0 / 0.0.
880         * tests/test-isnan.c (NaN): New function/macro.
881         (main): Use it instead of 0.0 / 0.0.
882         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
883         (test_function): Use it instead of 0.0 / 0.0.
884         * tests/test-vasprintf-posix.c (NaN): New function/macro.
885         (test_function): Use it instead of 0.0 / 0.0.
886         * tests/test-snprintf-posix.h (NaN): New function/macro.
887         (test_function): Use it instead of 0.0 / 0.0.
888         * tests/test-sprintf-posix.h (NaN): New function/macro.
889         (test_function): Use it instead of 0.0 / 0.0.
890         * tests/test-fprintf-posix.h (NaN): New function/macro.
891         (test_function): Use it instead of 0.0 / 0.0.
892         * tests/test-printf-posix.h (NaN): New function/macro.
893         (test_function): Use it instead of 0.0 / 0.0.
894
895         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
896
897 2007-03-25  Bruno Haible  <bruno@clisp.org>
898
899         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
900
901 2007-03-25  Bruno Haible  <bruno@clisp.org>
902
903         * lib/regexec.c (merge_state_with_log): Make static.
904
905 2007-03-25  Bruno Haible  <bruno@clisp.org>
906
907         * lib/trigl.c (kernel_rem_pio2): Make static.
908
909 2007-03-25  Bruno Haible  <bruno@clisp.org>
910
911         * lib/sincosl.c (sincosl_table): Make static.
912
913 2007-03-25  Bruno Haible  <bruno@clisp.org>
914
915         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
916         if the compiler does not support C99.
917
918 2007-03-25  Bruno Haible  <bruno@clisp.org>
919
920         * modules/time (Makefile.am): Ensure all rule action lines start with a
921         tab.
922
923 2007-03-24  Bruno Haible  <bruno@clisp.org>
924
925         * modules/tsearch-tests: New file.
926         * tests/test-tsearch.sh: New file.
927         * tests/test-tsearch.c: New file, mostly copied from glibc.
928
929         * modules/search-tests: New file.
930         * tests/test-search.c: New file.
931
932         * modules/search: New file.
933         * lib/search_.h: New file, incorporating lib/tsearch.h.
934         * m4/search_h.m4: New file.
935         * lib/tsearch.h: Remove file.
936         * lib/tsearch.c: Include search.h instead of tsearch.h.
937         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
938         HAVE_TSEARCH.
939         * modules/tsearch (Files): Remove lib/tsearch.h.
940         (Depends-on): Add search.
941         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
942         (Include): Change tsearch.h into search.h.
943
944 2007-03-24  Bruno Haible  <bruno@clisp.org>
945
946         * modules/fpucw: New file.
947         * lib/fpucw.h: New file.
948         * lib/frexp.c: Include fpucw.h.
949         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
950         (FUNC): Use them.
951         * lib/printf-frexp.c: Include fpucw.h.
952         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
953         (FUNC): Use them.
954         * lib/vasnprintf.c: Include fpucw.h.
955         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
956         'long double' calculations.
957         * tests/test-frexpl.c: Include fpucw.h.
958         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
959         * tests/test-printf-frexpl.c: Include fpucw.h.
960         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
961         * modules/frexpl (Depends-on): Add fpucw.
962         * modules/printf-frexpl (Depends-on): Likewise.
963         * modules/fprintf-posix (Depends-on): Likewise.
964         * modules/snprintf-posix (Depends-on): Likewise.
965         * modules/sprintf-posix (Depends-on): Likewise.
966         * modules/vasnprintf-posix (Depends-on): Likewise.
967         * modules/vasprintf-posix (Depends-on): Likewise.
968         * modules/vfprintf-posix (Depends-on): Likewise.
969         * modules/vsnprintf-posix (Depends-on): Likewise.
970         * modules/vsprintf-posix (Depends-on): Likewise.
971         * modules/frexpl-tests (Depends-on): Likewise.
972         * modules/printf-frexpl-tests (Depends-on): Likewise.
973
974 2007-03-24  Bruno Haible  <bruno@clisp.org>
975
976         * lib/float+.h: New file.
977         * lib/isnan.c: Include float+.h.
978         (SIZE): New macro.
979         (FUNC): Compare only SIZE bytes of the value.
980         * lib/vasnprintf.c: Include float+.h.
981         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
982         SIZEOF_LDBL or SIZEOF_DBL bytes.
983         * modules/isnan-nolibm (Files): Add lib/float+.h.
984         * modules/isnanl-nolibm (Files): Add lib/float+.h.
985         * modules/isnanl (Files): Add lib/float+.h.
986         * modules/vasnprintf (Files): Add lib/float+.h.
987
988 2007-03-24  Bruno Haible  <bruno@clisp.org>
989
990         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
991         include isnanl-nolibm.h.
992
993 2007-03-24  Bruno Haible  <bruno@clisp.org>
994
995         * tests/test-read-file.c (main): Don't produce spurious output for
996         expected situations. Make the test fail if it encountered unexpected
997         results.
998
999 2007-03-24  Bruno Haible  <bruno@clisp.org>
1000
1001         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
1002         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
1003
1004 2007-03-24  Bruno Haible  <bruno@clisp.org>
1005
1006         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
1007
1008 2007-03-24  Bruno Haible  <bruno@clisp.org>
1009
1010         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
1011         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
1012
1013         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
1014         * modules/utf8-ucs4: Turn into a symbolic link to module
1015         unistr/u8-mbtouc.
1016
1017         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
1018         utf8-ucs4-unsafe.
1019         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
1020         unistr/u8-mbtouc-unsafe.
1021
1022         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
1023         * modules/utf16-ucs4: Turn into a symbolic link to module
1024         unistr/u16-mbtouc.
1025
1026         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
1027         utf16-ucs4-unsafe.
1028         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
1029         unistr/u16-mbtouc-unsafe.
1030
1031         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
1032         * modules/ucs4-utf8: Turn into a symbolic link to module
1033         unistr/u8-ubtomb.
1034
1035         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
1036         * modules/ucs4-utf16: Turn into a symbolic link to module
1037         unistr/u16-ubtomb.
1038
1039 2007-03-24  Bruno Haible  <bruno@clisp.org>
1040
1041         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
1042         Enable the function only if HAVE_INLINE.
1043         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
1044         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
1045         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
1046         Enable the function only if HAVE_INLINE.
1047         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
1048         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
1049         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
1050         Enable the function only if HAVE_INLINE.
1051         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
1052         Enable the function only if HAVE_INLINE.
1053         * modules/utf8-ucs4: Update.
1054         * modules/utf8-ucs4-unsafe: Update.
1055         * modules/utf16-ucs4: Update.
1056         * modules/utf16-ucs4-unsafe: Update.
1057         * modules/ucs4-utf8: Update.
1058         * modules/ucs4-utf16: Update.
1059
1060 2007-03-24  Bruno Haible  <bruno@clisp.org>
1061
1062         * lib/utf8-ucs4.h: Remove file.
1063         * lib/utf8-ucs4-unsafe.h: Remove file.
1064         * lib/utf16-ucs4.h: Remove file.
1065         * lib/utf16-ucs4-unsafe.h: Remove file.
1066         * lib/ucs4-utf8.h: Remove file.
1067         * lib/ucs4-utf16.h: Remove file.
1068         * lib/unistr.h: Include their previous contents.
1069         * m4/utf-ucs4.m4: Remove file.
1070         * m4/ucs4-utf.m4: Remove file.
1071         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
1072         (Depends-on): Add unistr/base.
1073         (configure.ac): Remove gl_UTF_UCS4.
1074         (Makefile.am): Update.
1075         (Include): Change to unistr.h.
1076         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
1077         (Depends-on): Add unistr/base.
1078         (configure.ac): Remove gl_UTF_UCS4.
1079         (Makefile.am): Update.
1080         (Include): Change to unistr.h.
1081         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
1082         (Depends-on): Add unistr/base.
1083         (configure.ac): Remove gl_UTF_UCS4.
1084         (Makefile.am): Update.
1085         (Include): Change to unistr.h.
1086         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
1087         (Depends-on): Add unistr/base.
1088         (configure.ac): Remove gl_UTF_UCS4.
1089         (Makefile.am): Update.
1090         (Include): Change to unistr.h.
1091         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
1092         (Depends-on): Add unistr/base.
1093         (configure.ac): Remove gl_UCS4_UTF.
1094         (Makefile.am): Update.
1095         (Include): Change to unistr.h.
1096         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
1097         (Depends-on): Add unistr/base.
1098         (configure.ac): Remove gl_UCS4_UTF.
1099         (Makefile.am): Update.
1100         (Include): Change to unistr.h.
1101         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
1102         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
1103         utf8-ucs4-unsafe.h.
1104         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
1105         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
1106         utf16-ucs4-unsafe.h.
1107         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
1108         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
1109         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
1110         * lib/unistr/u8-strchr.c: Likewise.
1111         * lib/unistr/u8-strrchr.c: Likewise.
1112         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
1113         * lib/unistr/u16-strchr.c: Likewise.
1114         * lib/unistr/u16-strrchr.c: Likewise.
1115         * lib/striconveh.c: Update.
1116         * lib/linebreak.c: Update.
1117
1118 2007-03-24  Bruno Haible  <bruno@clisp.org>
1119
1120         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
1121         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
1122
1123 2007-03-22  Bruno Haible  <bruno@clisp.org>
1124
1125         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
1126
1127 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
1128
1129         * MODULES.html.sh (File system functions): New module write-any-file.
1130         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
1131         * m4/write-any-file.m4: New files.
1132
1133 2007-03-23  Eric Blake  <ebb9@byu.net>
1134
1135         * gnulib-tool: Rearrange space-tab sequences, since some editors
1136         like to eat them.
1137
1138 2007-03-23  Eric Blake  <ebb9@byu.net>
1139
1140         * lib/version-etc.c (version_etc_va): Update license wording to
1141         be more concise.  Recommended by Richard Stallman.
1142
1143 2007-03-22  Bruno Haible  <bruno@clisp.org>
1144
1145         * lib/poll.c (MSG_PEEK): New fallback definition.
1146
1147 2007-03-22  Bruno Haible  <bruno@clisp.org>
1148
1149         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
1150         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
1151         (main): Update.
1152         Fixes a compilation error on BeOS.
1153
1154 2007-03-22  Bruno Haible  <bruno@clisp.org>
1155
1156         * modules/frexpl-tests: New file.
1157         * tests/test-frexpl.c: New file.
1158
1159         * modules/frexpl: New file.
1160         * m4/frexpl.m4: New file.
1161         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
1162         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
1163         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
1164         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
1165         (Depends-on): Add frexpl. Remove isnanl-nolibm.
1166         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
1167
1168 2007-03-22  Bruno Haible  <bruno@clisp.org>
1169
1170         * lib/frexpl.c: Share code with lib/frexp.c.
1171         * modules/mathl (Files): Add lib/frexp.c.
1172         (Depends-on): Add isnanl-nolibm.
1173
1174 2007-03-22  Bruno Haible  <bruno@clisp.org>
1175
1176         * modules/printf-frexp (Files): Add m4/frexp.m4.
1177         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
1178         only if the found frexp function actually works.
1179
1180 2007-03-22  Bruno Haible  <bruno@clisp.org>
1181
1182         * lib/frexp.c: Remove older implementation that uses divisions.
1183
1184 2007-03-21  Bruno Haible  <bruno@clisp.org>
1185
1186         * modules/frexp-tests: New file.
1187         * tests/test-frexp.c: New file.
1188
1189         * modules/frexp: New file.
1190         * lib/frexp.c: New file.
1191         * m4/frexp.m4: New file.
1192         * lib/math_.h (frexp): New declaration.
1193         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
1194         REPLACE_FREXP.
1195         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
1196
1197 2007-03-21  Bruno Haible  <bruno@clisp.org>
1198
1199         * modules/isnanl-tests: New file.
1200         * tests/test-isnanl.c: New file.
1201
1202         * modules/isnanl: New file.
1203         * lib/isnanl.h: New file.
1204         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
1205         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
1206         gl_FUNC_ISNANL_WORKS.
1207         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
1208         New macros.
1209
1210 2007-03-21  Bruno Haible  <bruno@clisp.org>
1211
1212         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
1213         lib/isnanl.h.
1214         (Include): Update.
1215         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
1216         * lib/vasnprintf.c: Update.
1217         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
1218         tests/test-isnanl.h, remove tests/test-isnanl.c.
1219         (Makefile.am): Update.
1220         * tests/test-isnanl-nolibm.c: New file.
1221         * tests/test-isnanl.h: New file.
1222         * tests/test-isnanl.c: Remove file.
1223
1224 2007-03-21  Jim Meyering  <jim@meyering.net>
1225
1226         When trying to open ".", treat ESTALE like EACCES.
1227         * lib/savewd.c (savewd_save): Resort to forking not just upon
1228         failure with EACCES, but also when errno is ESTALE.
1229
1230 2007-03-20  Bruno Haible  <bruno@clisp.org>
1231
1232         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
1233         Needed on AIX 5.1. Reported by Matthew Woehlke.
1234
1235 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1236
1237         Suggestions by Bruno Haible:
1238         * lib/acl-internal.h: Include "gettext.h" rather than rolling
1239         our own.
1240         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
1241         * modules/acl (Depends-on): Add gettext.
1242
1243 2007-03-19  Bruno Haible  <bruno@clisp.org>
1244
1245         * modules/iconvme: Remove file.
1246         * lib/iconvme.h: Remove file.
1247         * lib/iconvme.c: Remove file.
1248         * m4/iconvme.m4: Remove file.
1249
1250 2007-03-19  Bruno Haible  <bruno@clisp.org>
1251
1252         * doc/relocatable-maint.texi: Break long shell script line.
1253         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
1254
1255 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1256
1257         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
1258         handle file_has_acl.
1259         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
1260         * lib/acl.c: Move header inclusions and related macro defns into
1261         lib/acl-internal.h.
1262         (S_ISLNK): Remove defn, since that's now done for us.
1263         (file_has_acl): Move to lib/file-has-acl.c.
1264         Call acl_trivial if available.  This is the crucial part of the fix.
1265         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
1266         shared within the library.  Rewrite a bit, partly to make it compatible
1267         with the GNU coding style.
1268         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
1269         Remove unnecessary double-quotes.
1270         Don't test for acl_to_text; the build will catch that.
1271         Replace acl_entries if it doesn't exist and it is needed.
1272         Check for -lsec and acl_trivial (as used on Solaris 10).
1273         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
1274         lib/file-has-acl.c.
1275         (Depends-on): Add sys_stat, for S_ISLNK.
1276
1277 2007-03-19  Ben Pfaff  <blp@gnu.org>
1278
1279         * doc/gnulib.texi: Fix typos.
1280         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
1281
1282 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1283
1284         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
1285         If size is zero here, buf must be zero.
1286
1287 2007-03-19  Simon Josefsson  <simon@josefsson.org>
1288
1289         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
1290         <bruno@clisp.org>.
1291
1292 2007-03-18  Bruno Haible  <bruno@clisp.org>
1293
1294         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
1295         Suggested by Eric Blake.
1296
1297 2007-03-18  Ben Pfaff  <blp@gnu.org>
1298
1299         * doc/relocatable.texi: Recommend using as prefix a directory
1300         that does not exist and will never be created.  Based on
1301         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
1302         and others.
1303
1304 2007-03-17  Bruno Haible  <bruno@clisp.org>
1305
1306         * lib/fchownat.c: Include lchown.h.
1307
1308 2007-03-17  Bruno Haible  <bruno@clisp.org>
1309
1310         Fix endless loop when the given allocated size was > INT_MAX.
1311         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
1312         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
1313         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
1314         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
1315         * lib/sprintf.c (sprintf): Likewise.
1316
1317 2007-03-17  Bruno Haible  <bruno@clisp.org>
1318
1319         * tests/test-argp-2.sh (func_compare): Output a context diff.
1320
1321 2007-03-17  Bruno Haible  <bruno@clisp.org>
1322
1323         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
1324         locale's decimal-point character.
1325
1326 2007-03-17  Bruno Haible  <bruno@clisp.org>
1327
1328         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
1329         before comparing it. Needed because on some platforms (e.g. x86) a
1330         'long double' occupies less bytes than sizeof (long double).
1331
1332 2007-03-17  Bruno Haible  <bruno@clisp.org>
1333
1334         * tests/test-crc.c (main): Make printf statements 64-bit clean.
1335         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
1336         * tests/test-getaddrinfo.c (simple): Likewise.
1337         * tests/test-read-file.c (main): Likewise.
1338
1339 2007-03-17  Bruno Haible  <bruno@clisp.org>
1340
1341         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
1342
1343 2007-03-17  Bruno Haible  <bruno@clisp.org>
1344
1345         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
1346         unused variable.
1347
1348 2007-03-17  Bruno Haible  <bruno@clisp.org>
1349
1350         * tests/test-c-strcasecmp.c: Include c-strcase.h.
1351         * tests/test-c-strncasecmp.c: Likewise.
1352
1353 2007-03-17  Bruno Haible  <bruno@clisp.org>
1354
1355         * modules/stdlib (Depends-on): Add unistd.
1356         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
1357         Needed for MacOS X 10.3.
1358
1359 2007-03-17  Bruno Haible  <bruno@clisp.org>
1360
1361         * lib/unistr/u-strdup.h: Include <stdlib.h>.
1362
1363 2007-03-17  Bruno Haible  <bruno@clisp.org>
1364
1365         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
1366
1367 2007-03-17  Bruno Haible  <bruno@clisp.org>
1368
1369         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
1370         to reflect files copied from gnulib (with or without modifications).
1371         Suggested by Jim Meyering.
1372
1373 2007-03-17  Eric Blake  <ebb9@byu.net>
1374
1375         * NEWS: Document stdlib change from 2007-02-18.
1376
1377 2007-03-17  Jim Meyering  <jim@meyering.net>
1378
1379         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
1380         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
1381         someone uses a name containing shell meta-characters.
1382         Reported by Alfred M. Szmidt.
1383
1384         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
1385
1386 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1387
1388         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
1389         and copy gettext configuration files only if configure.ac contains
1390         a use of AM_GNU_GETTEXT_VERSION.
1391
1392 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1393
1394         * build-aux/bootstrap (gnulib_name): New variable.
1395         (gnulib_tool_options): Use it.
1396
1397 2007-03-13  Simon Josefsson  <simon@josefsson.org>
1398
1399         * tests/test-des.c: Use new namespace.
1400
1401 2007-03-15  Bruno Haible  <bruno@clisp.org>
1402
1403         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
1404         Reported by James Youngman <jay@gnu.org>.
1405
1406 2007-03-15  Bruno Haible  <bruno@clisp.org>
1407
1408         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
1409         declared prototype. Needed with cc on OSF/1 5.1.
1410
1411 2007-03-15  Bruno Haible  <bruno@clisp.org>
1412
1413         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
1414         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
1415         (struct gl_list_implementation): Add dispose_fn argument to the
1416         'create_empty', 'create' methods.
1417         (struct gl_list_impl_base): Add field 'dispose_fn'.
1418         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
1419         argument.
1420         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
1421         dispose_fn argument.
1422         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
1423         dispose_fn on the dropped values.
1424         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
1425         dispose_fn argument.
1426         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
1427         dropped values.
1428         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
1429         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1430         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
1431         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1432         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
1433         argument.
1434         (gl_tree_list_free): Call dispose_fn on the dropped values.
1435         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
1436         the dropped values.
1437         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1438         Add dispose_fn argument.
1439         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
1440         Call dispose_fn on the dropped values.
1441         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
1442         Add dispose_fn argument.
1443         (gl_sublist_create): Initialize the 'dispose_fn' field.
1444         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
1445         * tests/test-array_list.c (main): Update.
1446         * tests/test-carray_list.c (main): Update.
1447         * tests/test-avltree_list.c (main): Update.
1448         * tests/test-rbtree_list.c (main): Update.
1449         * tests/test-avltreehash_list.c (main): Update.
1450         * tests/test-rbtreehash_list.c (main): Update.
1451         * tests/test-linked_list.c (main): Update.
1452         * tests/test-linkedhash_list.c (main): Update.
1453         * tests/test-array_oset.c (main): Update.
1454
1455 2007-03-15  Bruno Haible  <bruno@clisp.org>
1456
1457         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
1458         (gl_oset_create_empty): Add dispose_fn argument.
1459         (struct gl_oset_implementation): Add dispose_fn argument to
1460         'create_empty' method.
1461         (struct gl_oset_impl_base): Add dispose_fn field.
1462         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
1463         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
1464         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
1465         values.
1466         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
1467         (gl_tree_oset_free): Call dispose_fn on the dropped values.
1468         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1469         dropped value.
1470         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1471         dropped value.
1472         * tests/test-array_oset.c (main): Update.
1473         * tests/test-avltree_oset.c (main): Update.
1474         * tests/test-rbtree_oset.c (main): Update.
1475         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
1476
1477 2007-03-13  Bruno Haible  <bruno@clisp.org>
1478
1479         * tests/test-stdbool.c (i): Update after last patch.
1480
1481 2007-03-12  Bruno Haible  <bruno@clisp.org>
1482
1483         * lib/quotearg.c: Include <wctype.h> early, before the definition of
1484         the iswprint macro. Needed on Solaris 2.5.1.
1485
1486 2007-03-12  Bruno Haible  <bruno@clisp.org>
1487
1488         * tests/test-printf-frexp.c (main): Declare x as volatile.
1489
1490 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1491
1492         * doc/gnulib.texi (Build robot for gnulib): New section.
1493
1494 2007-03-12  Jim Meyering  <jim@meyering.net>
1495
1496         * build-aux/bootstrap: New file.
1497         * build-aux/bootstrap.conf: New file, from coreutils.
1498
1499 2007-03-11  Bruno Haible  <bruno@clisp.org>
1500
1501         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
1502
1503 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1504
1505         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
1506         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
1507         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
1508
1509 2007-03-11  Bruno Haible  <bruno@clisp.org>
1510
1511         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
1512         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
1513
1514 2007-03-11  Bruno Haible  <bruno@clisp.org>
1515
1516         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
1517         formula. Needed for SunPRO C 5.0.
1518
1519 2007-03-11  Bruno Haible  <bruno@clisp.org>
1520
1521         * modules/long-options (Depends-on): Add getopt.
1522
1523 2007-03-11  Bruno Haible  <bruno@clisp.org>
1524
1525         * modules/modechange (Depends-on): Add stdbool.
1526
1527 2007-03-11  Bruno Haible  <bruno@clisp.org>
1528
1529         * modules/i-ring (Depends-on): Add stdbool.
1530
1531 2007-03-11  Bruno Haible  <bruno@clisp.org>
1532
1533         * modules/gc-des (Depends-on): Add stdbool.
1534
1535 2007-03-11  Bruno Haible  <bruno@clisp.org>
1536
1537         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
1538
1539 2007-03-11  Bruno Haible  <bruno@clisp.org>
1540
1541         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
1542
1543 2007-03-11  Bruno Haible  <bruno@clisp.org>
1544
1545         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
1546
1547 2007-03-11  Bruno Haible  <bruno@clisp.org>
1548
1549         * lib/vasnprintf.c (sprintf): Undefine.
1550
1551 2007-03-11  Bruno Haible  <bruno@clisp.org>
1552
1553         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
1554         initializers in SunPRO C and Compaq C compilers.
1555
1556 2007-03-11  Bruno Haible  <bruno@clisp.org>
1557
1558         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
1559         decrementing code ANSI C compliant.
1560
1561 2007-03-11  Bruno Haible  <bruno@clisp.org>
1562
1563         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
1564         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
1565
1566 2007-03-11  Bruno Haible  <bruno@clisp.org>
1567
1568         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
1569         <stdbool.h> substitute doesn't pass.
1570
1571 2007-03-11  Bruno Haible  <bruno@clisp.org>
1572
1573         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
1574
1575 2007-03-11  Bruno Haible  <bruno@clisp.org>
1576
1577         * gnulib-tool (func_create_megatestdir): Create also an autobuild
1578         script, for submission to autobuild.josefsson.org.
1579
1580 2007-03-10  Bruno Haible  <bruno@clisp.org>
1581
1582         * modules/canonicalize-lgpl-tests: New file.
1583         * tests/test-canonicalize-lgpl.sh: New file.
1584         * tests/test-canonicalize-lgpl.c: New file.
1585
1586         * modules/c-strcase-tests: New file.
1587         * tests/test-c-strcase.sh: New file.
1588         * tests/test-c-strcasecmp.c: New file.
1589         * tests/test-c-strncasecmp.c: New file.
1590
1591         * modules/atexit-tests: New file.
1592         * tests/test-atexit.sh: New file.
1593         * tests/test-atexit.c: New file.
1594
1595 2007-03-10  Bruno Haible  <bruno@clisp.org>
1596
1597         * tests/test-binary-io.sh: Use temporary filenames that are not so
1598         likely to clash with those of other tests (in a parallel make).
1599         * tests/test-binary-io.c: Likewise.
1600
1601 2007-03-10  Bruno Haible  <bruno@clisp.org>
1602
1603         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
1604         fallback; use #error instead.
1605         Suggested by Simon Josefsson.
1606
1607 2007-03-10  Bruno Haible  <bruno@clisp.org>
1608
1609         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
1610         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
1611         first and the last.
1612
1613 2007-03-10  Bruno Haible  <bruno@clisp.org>
1614
1615         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
1616
1617 2007-03-10  Bruno Haible  <bruno@clisp.org>
1618
1619         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
1620         "make distcheck".
1621         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
1622         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
1623         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
1624
1625 2007-03-10  Bruno Haible  <bruno@clisp.org>
1626
1627         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
1628         variable.
1629         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
1630         variable.
1631
1632 2007-03-09  Eric Blake  <ebb9@byu.net>
1633         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
1634
1635         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
1636         types are not being provided by gnulib.
1637         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
1638         types are supported.
1639
1640 2007-03-10  Bruno Haible  <bruno@clisp.org>
1641
1642         * lib/stdio_.h (__attribute__): New macro.
1643         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
1644         vsprintf): Specify __attribute__ __format__ for GCC.
1645         Suggested by Eric Blake.
1646
1647 2007-03-09  Bruno Haible  <bruno@clisp.org>
1648
1649         * modules/printf-posix-tests: New file.
1650         * tests/test-printf-posix.sh: New file.
1651         * tests/test-printf-posix.c: New file.
1652
1653         * modules/printf-posix: New file.
1654         * lib/printf.c: New file.
1655         * m4/printf-posix-rpl.m4: New file.
1656         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
1657         REPLACE_PRINTF.
1658         * lib/stdio_.h (printf): New declaration.
1659         (format, __format__, ____printf____, ____scanf____, ____strftime____,
1660         ____strfmon____): New macros.
1661         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
1662         REPLACE_PRINTF.
1663
1664 2007-03-09  Bruno Haible  <bruno@clisp.org>
1665
1666         * tests/test-vasnprintf-posix2.sh: New file.
1667         * tests/test-vasnprintf-posix2.c: New file.
1668         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
1669         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
1670         (Makefile.am): Activate test-vasnprintf-posix2.sh.
1671
1672         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
1673         a locale dependent decimal point, rather than always '.'.
1674
1675 2007-03-09  Eric Blake  <ebb9@byu.net>
1676
1677         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
1678         spite of platforms like Tandem/NSK that define it to -1.
1679
1680 2007-03-08  Bruno Haible  <bruno@clisp.org>
1681
1682         * modules/vprintf-posix-tests: New file.
1683         * tests/test-vprintf-posix.sh: New file.
1684         * tests/test-vprintf-posix.c: New file.
1685         * tests/test-printf-posix.h: New file.
1686
1687         * modules/vprintf-posix: New file.
1688         * lib/vprintf.c: New file.
1689         * m4/vprintf-posix.m4: New file.
1690         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
1691         REPLACE_VPRINTF.
1692         * lib/stdio_.h (vprintf): New declaration.
1693         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
1694         REPLACE_VPRINTF.
1695
1696 2007-03-08  Bruno Haible  <bruno@clisp.org>
1697
1698         * modules/fprintf-posix-tests: New file.
1699         * tests/test-fprintf-posix.sh: New file.
1700         * tests/test-fprintf-posix.c: New file.
1701
1702         * modules/fprintf-posix: New file.
1703         * lib/fprintf.c: New file.
1704         * m4/fprintf-posix.m4: New file.
1705         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
1706         REPLACE_FPRINTF.
1707         * lib/stdio_.h (fprintf): New declaration.
1708         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
1709         REPLACE_FPRINTF.
1710
1711 2007-03-08  Bruno Haible  <bruno@clisp.org>
1712
1713         * modules/vfprintf-posix-tests: New file.
1714         * tests/test-vfprintf-posix.sh: New file.
1715         * tests/test-vfprintf-posix.c: New file.
1716         * tests/test-fprintf-posix.h: New file.
1717         * tests/test-fprintf-posix.out: New file.
1718
1719         * modules/vfprintf-posix: New file.
1720         * lib/vfprintf.c: New file.
1721         * m4/vfprintf-posix.m4: New file.
1722         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
1723         REPLACE_VFPRINTF.
1724         * lib/stdio_.h (vfprintf): New declaration.
1725         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
1726         REPLACE_VFPRINTF.
1727
1728 2007-03-08  Bruno Haible  <bruno@clisp.org>
1729
1730         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
1731
1732 2007-03-08  Bruno Haible  <bruno@clisp.org>
1733
1734         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
1735         instead of 'expr' invocations.
1736         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1737         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1738         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1739         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1740         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1741         Suggested by Paul Eggert.
1742
1743 2007-03-08  Bruno Haible  <bruno@clisp.org>
1744
1745         * modules/fseterr-tests: New file.
1746         * tests/test-fseterr.c: New file.
1747
1748         * modules/fseterr: New file.
1749         * lib/fseterr.h: New file.
1750         * lib/fseterr.c: New file.
1751
1752 2007-03-08  Bruno Haible  <bruno@clisp.org>
1753
1754         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
1755         * lib/getopt_.h: Likewise.
1756         * lib/mbswidth.h: Likewise.
1757         * lib/setenv.h: Likewise.
1758         * lib/vasnprintf.h: Likewise.
1759         * lib/vasprintf.h: Likewise.
1760         * lib/verror.h: Likewise.
1761         * lib/xsetenv.h: Likewise.
1762         * lib/xvasprintf.h: Likewise.
1763
1764 2007-03-08  Jim Meyering  <jim@meyering.net>
1765
1766         * users.txt: Add parted.
1767
1768         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
1769
1770 2007-03-07  Bruno Haible  <bruno@clisp.org>
1771
1772         * m4/printf.m4: Make the shell script snippets copy&pastable.
1773
1774 2007-03-02  Bruno Haible  <bruno@clisp.org>
1775
1776         * lib/netinet_in_.h: New file.
1777         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
1778         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
1779         * modules/netinet_in (Files): Add lib/netinet_in_.h.
1780         (Depends-on): Add absolute-header.
1781         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
1782         into netinet/in.h.
1783
1784 2007-03-03  Bruno Haible  <bruno@clisp.org>
1785
1786         * lib/sys_select_.h: New file.
1787         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
1788         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
1789         * modules/sys_select (Files): Add lib/sys_select_.h.
1790         (Depends-on): Add absolute-header.
1791         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
1792         into sys/select.h.
1793
1794 2007-03-02  Bruno Haible  <bruno@clisp.org>
1795
1796         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
1797         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
1798         values.
1799         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
1800         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
1801         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
1802         * modules/sys_socket (Depends-on): Add absolute-header.
1803         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
1804         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
1805         (Include): Remove requirement of inclusion of <sys/types.h>.
1806
1807 2007-03-02  Bruno Haible  <bruno@clisp.org>
1808
1809         * lib/byteswap_.h (bswap_32): Fix formula.
1810
1811 2007-03-06  Bruno Haible  <bruno@clisp.org>
1812
1813         * modules/sprintf-posix-tests: New file.
1814         * tests/test-sprintf-posix.c: New file.
1815
1816         * modules/sprintf-posix: New file.
1817         * lib/sprintf.c: New file.
1818         * m4/sprintf-posix.m4: New file.
1819         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
1820         REPLACE_SPRINTF.
1821         * lib/stdio_.h (sprintf): New declaration.
1822         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
1823         REPLACE_SPRINTF.
1824
1825 2007-03-06  Bruno Haible  <bruno@clisp.org>
1826
1827         * modules/vsprintf-posix-tests: New file.
1828         * tests/test-vsprintf-posix.c: New file.
1829         * tests/test-sprintf-posix.h: New file.
1830
1831         * modules/vsprintf-posix: New file.
1832         * lib/vsprintf.c: New file.
1833         * m4/vsprintf-posix.m4: New file.
1834         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
1835         REPLACE_VSPRINTF.
1836         * lib/stdio_.h (vsprintf): New declaration.
1837         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
1838         REPLACE_VSPRINTF.
1839
1840 2007-03-06  Bruno Haible  <bruno@clisp.org>
1841
1842         * modules/vsnprintf (Depend-on): Remove minmax.
1843
1844 2007-03-06  Bruno Haible  <bruno@clisp.org>
1845
1846         * modules/snprintf-posix-tests: New file.
1847         * tests/test-snprintf-posix.c: New file.
1848
1849         * modules/snprintf-posix: New file.
1850         * m4/snprintf-posix.m4: New file.
1851         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
1852         gl_FUNC_SNPRINTF.
1853         (gl_FUNC_SNPRINTF): Invoke it.
1854         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
1855         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
1856         is set.
1857         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
1858
1859 2007-03-06  Bruno Haible  <bruno@clisp.org>
1860
1861         * modules/vsnprintf-posix-tests: New file.
1862         * tests/test-vsnprintf-posix.c: New file.
1863         * tests/test-snprintf-posix.h: New file.
1864
1865         * modules/vsnprintf-posix: New file.
1866         * m4/vsnprintf-posix.m4: New file.
1867         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
1868         gl_FUNC_VSNPRINTF.
1869         (gl_FUNC_VSNPRINTF): Invoke it.
1870         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
1871         * lib/stdio_.h (vsnprintf): Define as a replacement if
1872         REPLACE_VSNPRINTF is set.
1873         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
1874
1875 2007-03-06  Bruno Haible  <bruno@clisp.org>
1876
1877         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
1878         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
1879
1880 2007-03-06  Bruno Haible  <bruno@clisp.org>
1881
1882         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
1883         (asinl): Declare also if HAVE_DECL_ASINL is set.
1884         (atanl): Declare also if HAVE_DECL_ATANL is set.
1885         (ceill): Declare also if HAVE_DECL_CEILL is set.
1886         (cosl): Declare also if HAVE_DECL_COSL is set.
1887         (expl): Declare also if HAVE_DECL_EXPL is set.
1888         (floorl): Declare also if HAVE_DECL_FLOORL is set.
1889         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
1890         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
1891         (logl): Declare also if HAVE_DECL_LOGL is set.
1892         (sinl): Declare also if HAVE_DECL_SINL is set.
1893         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
1894         (tanl): Declare also if HAVE_DECL_TANL is set.
1895         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
1896         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
1897         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
1898         declaration of frexpl, ldexpl.
1899         * modules/printf-frexpl (Depends-on): Add math.
1900         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
1901
1902 2007-03-05  Bruno Haible  <bruno@clisp.org>
1903
1904         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
1905         frexpl and ldexpl are declared.
1906         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
1907
1908 2007-03-05  Bruno Haible  <bruno@clisp.org>
1909
1910         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
1911         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
1912
1913 2007-03-05  Bruno Haible  <bruno@clisp.org>
1914
1915         * lib/stdio_.h: Include <stddef.h>.
1916
1917 2007-03-05  Bruno Haible  <bruno@clisp.org>
1918
1919         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
1920
1921 2007-03-05  Bruno Haible  <bruno@clisp.org>
1922
1923         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
1924         NetBSD 4, from Ralf Wildenhues.
1925
1926 2007-03-04  Bruno Haible  <bruno@clisp.org>
1927
1928         * lib/vasprintf.h: Update #if logic for the case when the functions
1929         exist but are overridden.
1930
1931 2007-03-04  Bruno Haible  <bruno@clisp.org>
1932
1933         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
1934         implementations: glibc-2.4 and MacOS X 10.3.
1935         * tests/test-vasnprintf-posix.c (test_function): Test also the case
1936         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
1937         * tests/test-vasprintf-posix.c (test_function): Likewise.
1938
1939 2007-03-04  Bruno Haible  <bruno@clisp.org>
1940
1941         * modules/vasprintf-posix-tests: New file.
1942         * tests/test-vasprintf-posix.c: New file.
1943
1944         * modules/vasprintf-posix: New file.
1945         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
1946         defined.
1947         * m4/vasprintf-posix.m4: New file.
1948         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
1949         gl_FUNC_VASPRINTF.
1950         (gl_FUNC_VASPRINTF): Invoke it.
1951         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
1952         here.
1953         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
1954
1955 2007-03-04  Bruno Haible  <bruno@clisp.org>
1956
1957         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
1958         REPLACE_GETTIMEOFDAY.
1959         * modules/sys_time (Makefile.am): Likewise.
1960         * m4/sys_time_h.m4: Likewise.
1961         * m4/gettimeofday.m4: Likewise.
1962
1963 2007-03-04  Bruno Haible  <bruno@clisp.org>
1964
1965         * modules/vasnprintf-posix-tests: New file.
1966         * tests/test-vasnprintf-posix.c: New file.
1967
1968         * modules/vasnprintf-posix: New file.
1969         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
1970         printf-frexpl.h.
1971         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
1972         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
1973         REPLACE_VASNPRINTF is defined.
1974         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
1975         gl_FUNC_VASNPRINTF.
1976         (gl_FUNC_VASNPRINTF): Invoke it.
1977         * m4/vasnprintf-posix.m4: New file.
1978         * m4/printf.m4: New file.
1979
1980 2007-03-04  Bruno Haible  <bruno@clisp.org>
1981
1982         Compile progreloc.c only if --enable-relocatable is specified.
1983         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
1984         if --enable-relocatable was specified.
1985         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
1986         lib_SOURCES.
1987
1988 2007-03-04  Jim Meyering  <jim@meyering.net>
1989
1990         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
1991         Use it consistently, rather than enumerating errno constants.
1992
1993 2007-03-04  Bruno Haible  <bruno@clisp.org>
1994
1995         * modules/xvasprintf-tests: New file.
1996         * tests/test-xvasprintf.c: New file.
1997
1998         * modules/vasprintf-tests: New file.
1999         * tests/test-vasprintf.c: New file.
2000
2001         * modules/vasnprintf-tests: New file.
2002         * tests/test-vasnprintf.c: New file.
2003
2004         * modules/vsnprintf-tests: New file.
2005         * tests/test-vsnprintf.c: New file.
2006
2007         * modules/snprintf-tests: New file.
2008         * tests/test-snprintf.c: New file.
2009
2010 2007-03-04  Bruno Haible  <bruno@clisp.org>
2011
2012         Compile relocatable.c only if --enable-relocatable is specified.
2013         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
2014         gl_RELOCATABLE_LIBRARY.
2015         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
2016         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
2017         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
2018         gl_RELOCATABLE_LIBRARY.
2019         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
2020         (Makefile.am): Remove lib_SOURCES.
2021         * modules/relocatable-lib-lgpl (configure.ac): Invoke
2022         gl_RELOCATABLE_LIBRARY.
2023         (Makefile.am): Remove lib_SOURCES.
2024         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
2025         always.
2026         * modules/relocatable-prog-wrapper (configure.ac): Invoke
2027         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
2028
2029 2007-03-04  Bruno Haible  <bruno@clisp.org>
2030
2031         * modules/argmatch-tests: New file.
2032         * tests/test-argmatch.c: New file.
2033
2034         * tests/test-allocsa.c (main): Halve the number of loop runs.
2035
2036         * modules/alloca-opt-tests: New file.
2037         * tests/test-alloca-opt.c: New file.
2038
2039 2007-03-04  Jim Meyering  <jim@meyering.net>
2040
2041         Work around difference between Linux ACLs and Solaris 10 ZFS.
2042         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
2043         for EINVAL.
2044
2045 2007-03-03  Bruno Haible  <bruno@clisp.org>
2046
2047         * modules/relocatable-prog (Depends-on): Add back progreloc's
2048         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
2049
2050 2007-03-03  Bruno Haible  <bruno@clisp.org>
2051
2052         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
2053         * modules/relocatable-lib: New file.
2054
2055 2007-03-03  Bruno Haible  <bruno@clisp.org>
2056
2057         * modules/relocatable-prog: Renamed from modules/relocatable.
2058         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
2059
2060 2007-03-03  Bruno Haible  <bruno@clisp.org>
2061
2062         * modules/relocatable-script (Files): Add doc/relocatable.texi,
2063         m4/relocatable-lib.m4.
2064         (Depends-on): Remove 'relocatable'.
2065         (configure.ac): Add gl_RELOCATABLE_NOP.
2066
2067 2007-03-03  Bruno Haible  <bruno@clisp.org>
2068
2069         * modules/relocatable-prog-wrapper: New file.
2070         * modules/relocatable (Depends-on): Add it. Remove all other
2071         dependencies except progname.
2072         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
2073
2074         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
2075         (gl_FUNC_STRERROR): Nop.
2076         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
2077
2078         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
2079         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
2080
2081         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
2082         (gl_FUNC_READLINK): Update.
2083
2084         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
2085
2086 2007-03-03  Bruno Haible  <bruno@clisp.org>
2087
2088         * lib/xreadlink.c: Include <unistd.h> unconditionally.
2089         * modules/xreadlink (Depends-on): Add unistd.
2090         * modules/xreadlink-with-size (Depends-on): Likewise.
2091
2092 2007-03-03  Bruno Haible  <bruno@clisp.org>
2093
2094         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
2095         extracted from gt_FUNC_SETENV.
2096         (gt_FUNC_SETENV): Remove macro.
2097         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
2098         remove gt_FUNC_SETENV.
2099
2100 2007-03-03  Bruno Haible  <bruno@clisp.org>
2101
2102         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
2103         ENABLE_RELOCATABLE here.
2104         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
2105
2106 2007-03-03  Bruno Haible  <bruno@clisp.org>
2107
2108         * modules/rbtreehash-list-tests (Depends-on): Add progname.
2109         * tests/test-rbtreehash_list.c: Include progname.h.
2110         (main): Call set_program_name.
2111
2112         * modules/rbtree-oset-tests (Depends-on): Add progname.
2113         * tests/test-rbtree_oset.c: Include progname.h.
2114         (main): Call set_program_name.
2115
2116         * modules/rbtree-list-tests (Depends-on): Add progname.
2117         * tests/test-rbtree_list.c: Include progname.h.
2118         (main): Call set_program_name.
2119
2120         * modules/linked-list-tests (Depends-on): Add progname.
2121         * tests/test-linked_list.c: Include progname.h.
2122         (main): Call set_program_name.
2123
2124 2007-03-03  Bruno Haible  <bruno@clisp.org>
2125
2126         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
2127         All uses of __restrict changed to _Restrict_.
2128         * lib/glob_.h (__restrict): Remove macro.
2129
2130 2007-03-02  Bruno Haible  <bruno@clisp.org>
2131
2132         * modules/gettext (configure.ac): Require gettext infrastructure
2133         from version 0.16.1.
2134
2135 2007-03-02  Bruno Haible  <bruno@clisp.org>
2136
2137         * modules/linkedhash-list-tests (Depends-on): Add progname.
2138         * tests/test-linkedhash_list.c: Include progname.h.
2139         (main): Call set_program_name.
2140
2141         * modules/carray-list-tests (Depends-on): Add progname.
2142         * tests/test-carray_list.c: Include progname.h.
2143         (main): Call set_program_name.
2144
2145         * modules/avltreehash-list-tests (Depends-on): Add progname.
2146         * tests/test-avltreehash_list.c: Include progname.h.
2147         (main): Call set_program_name.
2148
2149         * modules/avltree-oset-tests (Depends-on): Add progname.
2150         * tests/test-avltree_oset.c: Include progname.h.
2151         (main): Call set_program_name.
2152
2153         * modules/avltree-list-tests (Depends-on): Add progname.
2154         * tests/test-avltree_list.c: Include progname.h.
2155         (main): Call set_program_name.
2156
2157         * modules/array-oset-tests (Depends-on): Add progname.
2158         * tests/test-array_oset.c: Include progname.h.
2159         (main): Call set_program_name.
2160
2161         * modules/array-list-tests (Depends-on): Add progname.
2162         * tests/test-array_list.c: Include progname.h.
2163         (main): Call set_program_name.
2164
2165         * modules/argp-tests (Depends-on): Add progname.
2166         * tests/test-argp.c: Include argp.h first. Include progname.h.
2167         (main): Call set_program_name.
2168
2169 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
2170
2171         * doc/gnulib-tool.texi (Initial import): Reword description of
2172         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
2173         limited effect even if defined after the first system include.
2174
2175 2007-03-01  Bruno Haible  <bruno@clisp.org>
2176
2177         * build-aux/config.libpath: Update to libtool-1.5.22.
2178         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2179
2180 2007-03-01  Bruno Haible  <bruno@clisp.org>
2181
2182         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
2183         foo_CFLAGS.
2184         Reported by Ralf Wildenhues.
2185
2186 2007-03-01  Bruno Haible  <bruno@clisp.org>
2187
2188         * build-aux/install-reloc: Remove object files left over by some
2189         compilers.
2190         Reported by Ralf Wildenhues.
2191
2192 2007-03-01  Bruno Haible  <bruno@clisp.org>
2193
2194         * build-aux/install-reloc: Break long lines.
2195
2196 2007-03-01  Bruno Haible  <bruno@clisp.org>
2197
2198         * doc/relocatable.texi: Document that it may not work on OpenBSD.
2199         Reported by Ralf Wildenhues.
2200
2201 2007-03-01  Bruno Haible  <bruno@clisp.org>
2202
2203         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
2204         include ordering constraints.
2205
2206 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
2207
2208         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
2209         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
2210         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
2211         as another example.
2212         * lib/time_.h: Fix misspelling.
2213         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2214         Require gl_HEADER_TIME_H_DEFAULTS.
2215         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
2216         * m4/time_r.m4 (gl_TIME_R): Likewise.
2217         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
2218
2219 2007-03-01  Bruno Haible  <bruno@clisp.org>
2220
2221         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
2222         * m4/utimens.m4 (gl_UTIMENS): Likewise.
2223
2224 2007-03-01  Jim Meyering  <jim@meyering.net>
2225
2226         * modules/xreadlink (Maintainer): Add my name.
2227         * modules/xreadlink-with-size (Depends-on): Alphabetize.
2228
2229 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
2230             Bruno Haible  <bruno@clisp.org>
2231
2232         * build-aux/install-reloc: Compile also c-ctype.c.
2233         * build-aux/relocatable.sh.in: New file.
2234         * doc/relocatable.texi: New file.
2235         * doc/relocatable-maint.texi: New file.
2236         * doc/gnulib.texi: Include relocatable-maint.texi.
2237         * lib/progreloc.c: Include unistd.h unconditionally.
2238         * lib/relocwrapper.c: Include unistd.h unconditionally.
2239         Include c-ctype.h.
2240         (add_dotbin): Use c_tolower.
2241         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
2242         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
2243         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
2244         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
2245         to m4/relocatable-lib.m4.
2246         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
2247         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
2248         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
2249         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
2250         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
2251         * modules/relocatable: New file.
2252         * modules/relocatable-lib: New file.
2253         * modules/relocatable-script: New file.
2254
2255 2007-02-28  Bruno Haible  <bruno@clisp.org>
2256
2257         Import --enable-relocatable infrastructure.
2258         * build-aux/config.libpath: New file, from GNU gettext.
2259         * build-aux/install-reloc: New file, from GNU gettext.
2260         * build-aux/reloc-ldflags: New file, from GNU gettext.
2261         * lib/relocatable.h: New file, from GNU gettext.
2262         * lib/relocatable.c: New file, from GNU gettext.
2263         * lib/relocwrapper.c: New file, from GNU gettext.
2264         * m4/relocatable.m4: New file, from GNU gettext.
2265
2266 2007-02-28  Bruno Haible  <bruno@clisp.org>
2267
2268         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
2269
2270         * modules/xreadlink: New file, from GNU gettext with modifications.
2271         * lib/xreadlink.c: New file, from GNU gettext.
2272         * lib/xreadlink.h: Add comments.
2273         (xreadlink): New declaration.
2274
2275         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
2276         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
2277         lib/xreadlink-with-size.c.
2278         (configure.ac): Remove gl_XREADLINK invocation.
2279         (Makefile.am): Augment lib_SOURCES.
2280         * m4/xreadlink.m4: Remove file.
2281         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
2282         (xreadlink_with_size): Renamed from xreadink.
2283         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
2284         * modules/canonicalize (Depends-on): Replace xreadlink with
2285         xreadlink-with-size.
2286         * lib/canonicalize.c (canonicalize_filename_mode): Update.
2287
2288 2007-02-25  Jim Meyering  <jim@meyering.net>
2289
2290         * build-aux/announce-gen: When complaining about excess arguments,
2291         list them.
2292
2293 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
2294
2295         * README: Document signed integer overflow situation more
2296         accurately.
2297
2298 2007-02-25  Bruno Haible  <bruno@clisp.org>
2299
2300         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
2301         'a' or 'A' conversion.
2302
2303 2007-02-25  Bruno Haible  <bruno@clisp.org>
2304
2305         * modules/filename: Renamed from modules/pathname.
2306         (Files): Replace lib/pathname.h with lib/filename.h. Replace
2307         lib/concatpath.c with lib/concat-filename.c.
2308         (Makefile.am): Update.
2309         (Include): Replace pathname.h with filename.h.
2310         * lib/filename.h: Renamed from lib/pathname.h.
2311         (concatenated_filename): Renamed from concatenated_pathname.
2312         * lib/concat-filename.c: Renamed from lib/concatpath.c.
2313         (concatenated_filename): Renamed from concatenated_pathname.
2314         * lib/findprog.c: Include filename.h instead of pathname.h.
2315         (find_in_path): Update.
2316         * lib/javacomp.c: Include filename.h instead of pathname.h.
2317         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
2318         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
2319         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
2320         is_oldgcj_14_13_usable, is_javac_usable): Update.
2321         * lib/javaexec.c: Include filename.h instead of pathname.h.
2322         (execute_java_class): Update.
2323         * modules/findprog: Update.
2324         * modules/javacomp: Update.
2325         * modules/javaexec: Update.
2326         * MODULES.html.sh (File system functions): Add 'filename', remove
2327         'pathname'.
2328
2329 2007-02-25  Bruno Haible  <bruno@clisp.org>
2330
2331         * modules/printf-frexpl-tests: New file.
2332         * tests/test-printf-frexpl.c: New file.
2333
2334         * modules/printf-frexpl: New file.
2335         * lib/printf-frexpl.h: New file.
2336         * lib/printf-frexpl.c: New file.
2337         * m4/printf-frexpl.m4: New file.
2338
2339 2007-02-25  Bruno Haible  <bruno@clisp.org>
2340
2341         * modules/printf-frexp-tests: New file.
2342         * tests/test-printf-frexp.c: New file.
2343
2344         * modules/printf-frexp: New file.
2345         * lib/printf-frexp.h: New file.
2346         * lib/printf-frexp.c: New file.
2347         * m4/printf-frexp.m4: New file.
2348
2349 2007-02-25  Bruno Haible  <bruno@clisp.org>
2350
2351         Assume automake >= 1.10 for the tests.
2352         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
2353         * modules/arctwo-tests: Likewise.
2354         * modules/argp-tests: Likewise.
2355         * modules/avltree-list-tests: Likewise.
2356         * modules/avltree-oset-tests: Likewise.
2357         * modules/avltreehash-list-tests: Likewise.
2358         * modules/carray-list-tests: Likewise.
2359         * modules/crc-tests: Likewise.
2360         * modules/des-tests: Likewise.
2361         * modules/gc-arcfour-tests: Likewise.
2362         * modules/gc-arctwo-tests: Likewise.
2363         * modules/gc-des-tests: Likewise.
2364         * modules/gc-hmac-md5-tests: Likewise.
2365         * modules/gc-hmac-sha1-tests: Likewise.
2366         * modules/gc-md2-tests: Likewise.
2367         * modules/gc-md4-tests: Likewise.
2368         * modules/gc-md5-tests: Likewise.
2369         * modules/gc-pbkdf2-sha1-tests: Likewise.
2370         * modules/gc-rijndael-tests: Likewise.
2371         * modules/gc-sha1-tests: Likewise.
2372         * modules/gc-tests: Likewise.
2373         * modules/getaddrinfo-tests: Likewise.
2374         * modules/hmac-md5-tests: Likewise.
2375         * modules/hmac-sha1-tests: Likewise.
2376         * modules/linked-list-tests: Likewise.
2377         * modules/linkedhash-list-tests: Likewise.
2378         * modules/lock-tests: Likewise.
2379         * modules/md2-tests: Likewise.
2380         * modules/md4-tests: Likewise.
2381         * modules/md5-tests: Likewise.
2382         * modules/rbtree-list-tests: Likewise.
2383         * modules/rbtree-oset-tests: Likewise.
2384         * modules/rbtreehash-list-tests: Likewise.
2385         * modules/read-file-tests: Likewise.
2386         * modules/rijndael-tests: Likewise.
2387         * modules/stdint-tests: Likewise.
2388         * modules/tls-tests: Likewise.
2389
2390 2007-02-24  Bruno Haible  <bruno@clisp.org>
2391
2392         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
2393         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
2394         function; instead check whether isnan with a double argument links.
2395         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
2396         function; instead check whether isnan with a 'long double' argument
2397         links.
2398         Reported by Eric Blake <ebb9@byu.net>.
2399
2400 2007-02-24  Bruno Haible  <bruno@clisp.org>
2401
2402         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
2403         defined.
2404         * lib/isnanl.c: Remove all code. Just include isnan.c.
2405         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
2406
2407 2007-02-25  Jim Meyering  <jim@meyering.net>
2408
2409         Avoid conflicting types for 'unsetenv' on FreeBSD.
2410         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
2411         conflicting with FreeBSD's (5.0 and 6.1) function declaration
2412         in stdlib.h.
2413
2414 2007-02-24  Bruno Haible  <bruno@clisp.org>
2415
2416         * modules/isnanl-nolibm-tests: New file.
2417         * tests/test-isnanl.c: New file.
2418
2419         * modules/isnanl-nolibm: New file.
2420         * lib/isnanl.h: New file.
2421         * lib/isnanl.c: New file.
2422         * m4/isnanl.m4: New file.
2423
2424 2007-02-24  Bruno Haible  <bruno@clisp.org>
2425
2426         * modules/isnan-nolibm-tests: New file.
2427         * tests/test-isnan.c: New file.
2428
2429         * modules/isnan-nolibm: New file.
2430         * lib/isnan.h: New file.
2431         * lib/isnan.c: New file.
2432         * m4/isnan.m4: New file.
2433
2434 2007-02-24  Bruno Haible  <bruno@clisp.org>
2435
2436         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
2437         assume that an exponent fits in 20 bits.
2438
2439 2007-02-24  Jim Meyering  <jim@meyering.net>
2440
2441         * m4/regex.m4: Update the description of the configure-time option,
2442         --without-included-regex, to state accurately what the defaults are,
2443         and perhaps to give people an idea why using this option is risky.
2444
2445 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
2446
2447         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
2448         loops on small arguments.  This attempts to avoid the problem
2449         Bruno Haible reported for AIX 4.3.2 in
2450         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
2451
2452 2007-02-23  Bruno Haible  <bruno@clisp.org>
2453
2454         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
2455         Needed for help2man.
2456
2457 2007-02-23  Karl Berry  <karl@gnu.org>
2458
2459         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
2460         exists, foo.h should be cvs-ignored, not committed.
2461
2462 2007-02-23  Eric Blake  <ebb9@byu.net>
2463
2464         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
2465         * lib/stat-time.h (includes): Likewise.
2466         * lib/utimecmp.c (includes): Likewise.
2467         * lib/utimens.h (includes): Likewise.
2468         * lib/getdate.y (includes): Also include "timespec.h" for use
2469         internal to the module.
2470         * modules/utimens (Depends-on): Revert yesterday's patch.
2471         * modules/nanosleep (Depends-on): Add missing dependency.
2472
2473 2007-02-22  Bruno Haible  <bruno@clisp.org>
2474
2475         * lib/glob.c: Don't include getlogin_r.h.
2476
2477 2007-02-22  Jim Meyering  <jim@meyering.net>
2478
2479         * modules/utimens (Depends-on): Add timespec, required for
2480         utimens.h's inclusion of timespec.h.
2481
2482 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
2483
2484         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
2485         long unreadable paths in GNU/Linux.  Problem reported by Andreas
2486         Schwab in
2487         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
2488         I'll try to think of a better way to fix the Solaris problem.
2489
2490         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
2491         like glibc; on Solaris 10, it fails with errno == EINVAL.
2492         POSIX says the behavior is unspecified if the first argument is NULL,
2493         so play it safe and never pass NULL to the system getcwd.
2494
2495 2007-02-21  Jim Meyering  <jim@meyering.net>
2496
2497         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
2498         of gettimeofday.  It would conflict with the one now always
2499         provided via sys_time_.h.  Reported by Matthew Woehlke, as
2500         an IRIX 6.5 build failure.
2501
2502 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2503
2504         Minor fixups to port to Solaris 10 with Sun C 5.8.
2505         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
2506         * modules/getcwd (Depends-on): Add dirfd.
2507         * lib/putenv.c (putenv): #undef it.
2508         (rpl_putenv): New decl.
2509         (malloc, free): Include <stdlib.h> rather than prototyping separately.
2510
2511 2007-02-20  Bruno Haible  <bruno@clisp.org>
2512
2513         * modules/stdio-tests: New file.
2514         * tests/test-stdio.c: New file.
2515
2516         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
2517         (Depends-on): Add stdio.
2518         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2519         (Include): Use <stdio.h> instead of vsnprintf.h.
2520         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2521         HAVE_DECL_VSNPRINTF.
2522         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
2523
2524         * modules/snprintf (Files): Remove lib/snprintf.h.
2525         (Depends-on): Add stdio.
2526         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2527         (Include): Use <stdio.h> instead of snprintf.h.
2528         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2529         HAVE_DECL_SNPRINTF.
2530         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
2531         * lib/getaddrinfo.c: Likewise.
2532
2533         * modules/stdio: New file.
2534         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
2535         * lib/snprintf.h: Remove file.
2536         * lib/vsnprintf.h: Remove file.
2537         * lib/.cppi-disable: Remove snprintf.h.
2538         * m4/stdio_h.m4: New file.
2539         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
2540
2541 2007-02-20  Jim Meyering  <jim@meyering.net>
2542
2543         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
2544         used by e.g., mingw.  From Bruno Haible.
2545
2546 2007-02-19  Bruno Haible  <bruno@clisp.org>
2547
2548         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
2549         warnings.
2550         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2551
2552 2007-02-19  Bruno Haible  <bruno@clisp.org>
2553
2554         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
2555         from mingw users.
2556
2557 2007-02-19  Bruno Haible  <bruno@clisp.org>
2558
2559         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
2560         warnings.
2561         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
2562
2563 2007-02-19  Jim Meyering  <jim@meyering.net>
2564
2565         Don't use FD after a successful "fdopendir (fd)".
2566         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
2567         Reset it by calling dirfd on the just-obtained DIR*.
2568
2569         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
2570         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
2571
2572 2007-02-18  Bruno Haible  <bruno@clisp.org>
2573
2574         * lib/readlink.c: Include <unistd.h>.
2575         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
2576         HAVE_READLINK.
2577         * modules/readlink (Depends-on): Add unistd.
2578         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2579         (Include): Add <unistd.h>.
2580
2581         * lib/getlogin_r.h: Remove file.
2582         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
2583         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
2584         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
2585         HAVE_DECL_GETLOGIN_R.
2586         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
2587         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2588         (Include): Use <unistd.h> instead of getlogin_r.h.
2589
2590         * lib/getcwd.h: Remove file.
2591         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
2592         * lib/xgetcwd.c: Likewise.
2593         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
2594         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
2595         * modules/getcwd (Files): Remove lib/getcwd.h.
2596         (Depends-on): Add unistd.
2597         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2598         (Include): Use <unistd.h> instad of getcwd.h.
2599
2600         * lib/ftruncate.c: Include <unistd.h> first.
2601         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
2602         Set HAVE_FTRUNCATE.
2603         * modules/ftruncate (Depends-on): Add unistd.
2604         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2605
2606         * lib/fchdir.c: Include <unistd.h> first.
2607         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
2608         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
2609         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
2610         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2611         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
2612
2613         * lib/dup2.c: Include <unistd.h> first.
2614         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
2615         HAVE_DUP2.
2616         * modules/dup2 (Depends-on): Add unistd.
2617         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2618
2619         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
2620         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
2621         REPLACE_CHOWN. Don't define chown as a macro here.
2622         * modules/chown (Depends-on): Add unistd.
2623         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2624
2625         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
2626         Add definition for GL_LINK_WARNING.
2627         (chown, dup2): New declarations.
2628         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
2629         link warning.
2630         (ftruncate): New declaration.
2631         (getcwd): New declaration, taken from old getcwd.h.
2632         (getlogin_r): New declaration, taken from old getlogin_r.h.
2633         (readlink): New declaration.
2634         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
2635         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
2636         (gl_PREREQ_UNISTD): Remove macro.
2637         (gl_UNISTD_MODULE_INDICATOR): New macro.
2638         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
2639         many new variables. Don't set UNISTD_H.
2640         * modules/unistd (Description): Change.
2641         (Depends-on): Add link-warning.
2642         (configure.ac): Update.
2643         (Makefile.am): Create unistd.h always. Substitute many new variables
2644         into it.
2645
2646 2007-02-18  Bruno Haible  <bruno@clisp.org>
2647
2648         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
2649         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
2650         HAVE_GETSUBOPT.
2651         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
2652         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
2653         * lib/getsubopt.h: Remove file.
2654         * modules/getsubopt (Files): Remove lib/getsubopt.h.
2655         (Depends-on): Add stdlib.
2656         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2657         (Includes): Use <stdlib.h> instead of getsubopt.h.
2658         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
2659         Set HAVE_GETSUBOPT.
2660         * lib/getsubopt.c: Don't include getsubopt.h.
2661
2662 2007-02-18  Bruno Haible  <bruno@clisp.org>
2663
2664         * modules/fchdir (Depends-on): Add dup2.
2665
2666 2007-02-18  Bruno Haible  <bruno@clisp.org>
2667
2668         * lib/stdlib_.h: Handle glibc's special invocation convention
2669         specially.
2670
2671 2007-02-18  Bruno Haible  <bruno@clisp.org>
2672
2673         * modules/stdlib-tests: New file.
2674         * tests/test-stdlib.c: New file.
2675
2676         * modules/mkstemp (Files): Remove lib/mkstemp.h.
2677         (Depends-on): Add stdlib.
2678         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2679         (Includes): Use <stdlib.h> instead of mkstemp.h.
2680         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2681         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
2682         * lib/mkstemp.c: Don't include mkstemp.h.
2683         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
2684         * lib/stdlib--.h: Don't include mkstemp.h.
2685
2686         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
2687         (Depends-on): Add stdlib.
2688         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2689         (Includes): Use <stdlib.h> instead of mkdtemp.h.
2690         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2691         HAVE_MKDTEMP.
2692         * lib/mkdtemp.c: Don't include mkdtemp.h.
2693         * lib/clean-temp.c: Don't include mkdtemp.h.
2694
2695         * modules/exit (Files): Remove lib/exit.h.
2696         (Depends-on): Add stdlib.
2697         (Makefile.am): Remove lib_SOURCES.
2698         (Include): Use <stdlib.h> instead of exit.h.
2699         * lib/argmatch.c: Don't include exit.h.
2700         * lib/execute.c: Likewise.
2701         * lib/pagealign_alloc.c: Likewise.
2702         * lib/pipe.c: Likewise.
2703         * lib/wait-process.c: Likewise.
2704         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
2705         * lib/exitfail.c: Likewise.
2706         * lib/savewd.c: Likewise.
2707         * lib/xsetenv.c: Likewise.
2708
2709         * modules/stdlib: New file.
2710         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
2711         and extra comments about mkstemp().
2712         * lib/exit.h: Remove file.
2713         * lib/mkdtemp.h: Remove file.
2714         * lib/mkstemp.h: Remove file.
2715         * m4/stdlib_h.m4: New file.
2716         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
2717
2718 2007-02-18  Bruno Haible  <bruno@clisp.org>
2719
2720         * modules/math-tests: New file.
2721         * tests/test-math.c: New file.
2722
2723         * modules/math: New file.
2724         * modules/mathl (Files): Remove lib/mathl.h.
2725         (Depends-on): Add math.
2726         (Makefile.am): Don't mention mathl.h.
2727         (Include): Use <math.h> instead of mathl.h.
2728         * lib/math_.h: New file.
2729         * lib/mathl.h: Remove file.
2730         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
2731         mathl.h.
2732         * lib/asinl.c: Likewise.
2733         * lib/atanl.c: Likewise.
2734         * lib/ceill.c: Likewise.
2735         * lib/cosl.c: Likewise.
2736         * lib/expl.c: Likewise.
2737         * lib/floorl.c: Likewise.
2738         * lib/frexpl.c: Likewise.
2739         * lib/ldexpl.c: Likewise.
2740         * lib/logl.c: Likewise.
2741         * lib/sincosl.c: Likewise.
2742         * lib/sinl.c: Likewise.
2743         * lib/sqrtl.c: Likewise.
2744         * lib/tanl.c: Likewise.
2745         * lib/trigl.c: Likewise.
2746         * m4/math_h.m4: New file.
2747         * MODULES.html.sh (Mathematics): Add math.
2748
2749 2007-02-17  Bruno Haible  <bruno@clisp.org>
2750
2751         * modules/wctype-tests: New file.
2752         * tests/test-wctype.c: New file.
2753
2754         * modules/wchar-tests: New file.
2755         * tests/test-wchar.c: New file.
2756
2757         * modules/unistd-tests: New file.
2758         * tests/test-unistd.c: New file.
2759
2760         * modules/time-tests: New file.
2761         * tests/test-time.c: New file.
2762
2763         * modules/sysexits-tests: New file.
2764         * tests/test-sysexits.c: New file.
2765
2766         * modules/sys_time-tests: New file.
2767         * tests/test-sys_time.c: New file.
2768
2769         * modules/sys_stat-tests: New file.
2770         * tests/test-sys_stat.c: New file.
2771
2772         * modules/sys_socket-tests: New file.
2773         * tests/test-sys_socket.c: New file.
2774
2775         * modules/sys_select-tests: New file.
2776         * tests/test-sys_select.c: New file.
2777
2778         * modules/string-tests: New file.
2779         * tests/test-string.c: New file.
2780
2781         * modules/stdbool-tests: New file.
2782         * tests/test-stdbool.c: New file.
2783
2784         * modules/netinet_in-tests: New file.
2785         * tests/test-netinet_in.c: New file.
2786
2787         * modules/inttypes-tests: New file.
2788         * tests/test-inttypes.c: New file.
2789
2790         * modules/fcntl-tests: New file.
2791         * tests/test-fcntl.c: New file.
2792
2793         * modules/byteswap-tests: New file.
2794         * tests/test-byteswap.c: New file.
2795
2796         * modules/arpa_inet-tests: New file.
2797         * tests/test-arpa_inet.c: New file.
2798
2799 2007-02-17  Bruno Haible  <bruno@clisp.org>
2800
2801         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
2802         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
2803         if the corresponding module is not enabled. Emit link warnings if
2804         the function is used nevertheless.
2805         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
2806         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
2807         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
2808         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
2809         * modules/inttypes (Depends-on): Add link-warning.
2810         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2811         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
2812         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
2813         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
2814         * modules/imaxdiv (configure.ac): Likewise.
2815         * modules/strtoimax (configure.ac): Likewise.
2816         * modules/strtoumax (configure.ac): Likewise.
2817
2818 2007-02-17  Bruno Haible  <bruno@clisp.org>
2819
2820         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
2821         gl_STRING_MODULE_INDICATOR_DEFAULTS.
2822         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
2823         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
2824
2825 2007-02-17  Bruno Haible  <bruno@clisp.org>
2826
2827         * modules/link-warning: New file.
2828         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
2829         * lib/string_.h (GL_LINK_WARNING): Remove definition.
2830         * modules/string (Depends-on): Add link-warning.
2831         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2832         string.h.
2833         * MODULES.html.sh (Support for building libraries and executables): Add
2834         link-warning.
2835
2836 2007-02-17  Bruno Haible  <bruno@clisp.org>
2837
2838         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
2839         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
2840         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
2841         long lines.
2842
2843 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
2844             Bruno Haible  <bruno@clisp.org>
2845
2846         * modules/tmpfile: New file.
2847         * lib/tmpfile.c: New file.
2848         * m4/tmpfile.m4: New file.
2849         * MODULES.html.sh (func_all_modules): New section "Input/output".
2850
2851 2007-02-15  Bruno Haible  <bruno@clisp.org>
2852
2853         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
2854         (supports_delete_on_close): New function.
2855         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
2856
2857 2007-02-14  Bruno Haible  <bruno@clisp.org>
2858
2859         * modules/mbspcasecmp-tests: New file.
2860         * tests/test-mbspcasecmp.sh: New file.
2861         * tests/test-mbspcasecmp.c: New file.
2862
2863         New module mbspcasecmp.
2864         * modules/mbspcasecmp: New file.
2865         * lib/mbspcasecmp.c: New file.
2866         * lib/string_.h (strncasecmp): Change warning message.
2867         (mbspcasecmp): New declaration.
2868         * m4/mbspcasecmp.m4: New file.
2869         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2870         GNULIB_MBSPCASECMP.
2871         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
2872         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
2873
2874 2007-02-14  Bruno Haible  <bruno@clisp.org>
2875
2876         * modules/mbsncasecmp-tests: New file.
2877         * tests/test-mbsncasecmp.sh: New file.
2878         * tests/test-mbsncasecmp.c: New file.
2879
2880         New module mbsncasecmp.
2881         * modules/mbsncasecmp: New file.
2882         * lib/mbsncasecmp.c: New file.
2883         * lib/string_.h (mbsncasecmp): New declaration.
2884         * m4/mbsncasecmp.m4: New file.
2885         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2886         GNULIB_MBSNCASECMP.
2887         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
2888         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
2889
2890 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2891
2892         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
2893         Verify that it doesn't overlap with our flags.
2894         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
2895         do not have the desired effect in multibyte locales; instead, use
2896         mbscasecmp.
2897         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
2898         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
2899         we don't require GNU fnmatch ourselves (if our users require it, they
2900         should do so explicitly).
2901
2902         Fix regex code so it doesn't rely on strcasecmp.
2903         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
2904         Otherwise, include gnulib's langinfo.h.
2905         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
2906         undesirable behavior in non-C locales.  Instead, rely on localecharset.
2907         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
2908         * modules/regex (FILES): Remove m4/codeset.m4.
2909         (Depends-on): Add localcharset.  Remove strcase.
2910
2911 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2912
2913         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
2914         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
2915
2916 2007-02-13  Bruno Haible  <bruno@clisp.org>
2917
2918         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
2919         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2920
2921 2007-02-12  Bruno Haible  <bruno@clisp.org>
2922
2923         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2924         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
2925         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
2926         time warning rather than a link error.
2927
2928 2007-02-12  Bruno Haible  <bruno@clisp.org>
2929
2930         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
2931         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2932         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2933
2934 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2935
2936         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
2937         args, not 2.
2938
2939 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2940
2941         New module 'time', so that apps can include <time.h> as per
2942         POSIX and GNU instead of separate include files like time_r.h
2943         and timegm.h.  This implementation tries out a simpler approach
2944         for replacing decls in standard include files (as compared to
2945         the string module), somewhat as an experiment.
2946
2947         * config/srclist.txt: Comment out mktime.c for now.
2948         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
2949         since it doesn't apply any more.  Use generic wording instead.
2950         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
2951         'time'.
2952         * lib/time_.h, m4/time_h.m4, modules/time: New files.
2953         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
2954         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
2955         Don't include <sys/types.h>; no longer needed since we assume C89.
2956         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
2957         * lib/strftime.c: Likewise.
2958         * lib/time_r.c: Likewise.
2959         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
2960         * lib/nanosleep.c: Include <time.h> first, to check interface.
2961         * lib/strptime.c: Likewise.
2962         * lib/time_r.c: Likewise.
2963         * lib/timegm.c: Likewise.
2964         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
2965         needed.
2966         * lib/timegm.c: Don't include timegm.h; no longer needed.
2967         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
2968         time.h now handles any problems in that area.
2969         (struct timespec, nanosleep): Remove; time.h now arranges for these.
2970         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
2971         that time.h defines struct timespec.
2972         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
2973         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
2974         handles that.
2975         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
2976         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
2977         needed.  Set REPLACE_LOCALTIME.
2978         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
2979         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
2980         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
2981         nanosleep; time_h.m4 now does that.  Don't require
2982         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
2983         module handles this now.
2984         * modules/getdate (Depends-on): Remove timespec.  Add time.
2985         * modules/nanosleep (Depends-on): Likewise.
2986         * modules/stat-time (Depends-on): Likewise.
2987         * modules/nanosleep (Include): Include time.h, not timespec.h.
2988         * modules/strptime (Files): Remove lib/strptime.h.
2989         (Depends-on): Add extensions, time.
2990         (Include): Include time.h, not strptime.h.
2991         * modules/time_r (Files): Remove lib/time_r.h.
2992         (Depends-on): Add time.
2993         (Include): Include time.h, not time_r.h.
2994         * modules/timegm: Likewise.
2995         * modules/timespec (Description): Now does timespec-related decls
2996         of our own, instead of struct timespec itself.
2997         (Depends-on): Add time; remove extensions.
2998         (Maintainer): Add self.
2999         * modules/utimecmp (Depends-on): Add time; remove timespec.
3000         * modules/utimens (Depends-on): Likewise.
3001         * modules/xnanosleep (Depends-on): Likewise.
3002
3003 2007-02-11  Bruno Haible  <bruno@clisp.org>
3004
3005         * lib/c-strstr.c: Include allocsa.h.
3006         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
3007         * lib/c-strcasestr.c: Include allocsa.h.
3008         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
3009         * lib/strcasestr.c: Include allocsa.h.
3010         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
3011         * lib/mbsstr.c: Include allocsa.h.
3012         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
3013         allocsa/freesa instead of malloc/free.
3014         * lib/mbscasestr.c: Include allocsa.h.
3015         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
3016         allocsa/freesa instead of malloc/free.
3017         * modules/c-strstr (Depends-on): Add allocsa.
3018         * modules/c-strcasestr (Depends-on): Likewise.
3019         * modules/strcasestr (Depends-on): Likewise.
3020         * modules/mbsstr (Depends-on): Likewise.
3021         * modules/mbscasestr (Depends-on): Likewise.
3022
3023 2007-02-11  Bruno Haible  <bruno@clisp.org>
3024
3025         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
3026
3027         * modules/mbsspn-tests: New file.
3028         * tests/test-mbsspn.sh: New file.
3029         * tests/test-mbsspn.c: New file.
3030
3031 2007-02-11  Bruno Haible  <bruno@clisp.org>
3032
3033         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
3034
3035         * modules/mbspbrk-tests: New file.
3036         * tests/test-mbspbrk.sh: New file.
3037         * tests/test-mbspbrk.c: New file.
3038
3039 2007-02-11  Bruno Haible  <bruno@clisp.org>
3040
3041         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
3042         unneeded cast.
3043
3044         * modules/mbscspn-tests: New file.
3045         * tests/test-mbscspn.sh: New file.
3046         * tests/test-mbscspn.c: New file.
3047
3048 2007-02-11  Bruno Haible  <bruno@clisp.org>
3049
3050         * modules/mbscasecmp-tests: New file.
3051         * tests/test-mbscasecmp.sh: New file.
3052         * tests/test-mbscasecmp.c: New file.
3053
3054 2007-02-11  Bruno Haible  <bruno@clisp.org>
3055
3056         Ensure O(n) worst-case complexity of mbscasestr.
3057         * lib/mbscasestr.c: Include stdbool.h.
3058         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
3059         functions.
3060         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
3061         the bookkeeping indicates that it's worth it.
3062         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
3063
3064         * modules/mbscasestr-tests: New file.
3065         * tests/test-mbscasestr1.c: New file.
3066         * tests/test-mbscasestr2.sh: New file.
3067         * tests/test-mbscasestr2.c: New file.
3068         * tests/test-mbscasestr3.sh: New file.
3069         * tests/test-mbscasestr3.c: New file.
3070         * tests/test-mbscasestr4.sh: New file.
3071         * tests/test-mbscasestr4.c: New file.
3072         * m4/locale-tr.m4: New file.
3073
3074 2007-02-11  Bruno Haible  <bruno@clisp.org>
3075
3076         Ensure O(n) worst-case complexity of mbsstr.
3077         * lib/mbsstr.c: Include stdbool.h.
3078         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
3079         functions.
3080         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
3081         bookkeeping indicates that it's worth it.
3082         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
3083
3084         * modules/mbsstr-tests: New file.
3085         * tests/test-mbsstr1.c: New file.
3086         * tests/test-mbsstr2.sh: New file.
3087         * tests/test-mbsstr2.c: New file.
3088         * tests/test-mbsstr3.sh: New file.
3089         * tests/test-mbsstr3.c: New file.
3090         * m4/locale-fr.m4: New file.
3091
3092 2007-02-11  Bruno Haible  <bruno@clisp.org>
3093
3094         * lib/mbsrchr.c (mbsrchr): Fix bug.
3095
3096         * modules/mbsrchr-tests: New file.
3097         * tests/test-mbsrchr.sh: New file.
3098         * tests/test-mbsrchr.c: New file.
3099
3100 2007-02-11  Bruno Haible  <bruno@clisp.org>
3101
3102         * lib/mbschr.c (mbschr): Fix bug.
3103
3104         * modules/mbschr-tests: New file.
3105         * tests/test-mbschr.sh: New file.
3106         * tests/test-mbschr.c: New file.
3107         * m4/locale-zh.m4: New file.
3108
3109 2007-02-11  Bruno Haible  <bruno@clisp.org>
3110
3111         Support for copying multibyte string iterators.
3112         * lib/mbiter.h: Include <string.h>.
3113         (mbiter_multi_copy): New function.
3114         (mbi_copy): New macro.
3115         * lib/mbuiter.h: Include <string.h>.
3116         (mbuiter_multi_copy): New function.
3117         (mbui_copy): New macro.
3118
3119 2007-02-11  Bruno Haible  <bruno@clisp.org>
3120
3121         New module mbslen.
3122         * modules/mbslen: New file.
3123         * lib/mbslen.c: New file.
3124         * lib/string_.h (mbslen): New declaration.
3125         * m4/mbslen.m4: New file.
3126         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3127         GNULIB_MBSLEN.
3128         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
3129         * MODULES.html.sh (Internationalization functions): Add mbslen.
3130
3131 2007-02-11  Bruno Haible  <bruno@clisp.org>
3132
3133         Ensure O(n) worst-case complexity of strcasestr substitute.
3134         * lib/strcasestr.c: Include stdbool.h.
3135         (knuth_morris_pratt): New function.
3136         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
3137         bookkeeping indicates that it's worth it.
3138         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
3139
3140         * modules/strcasestr-tests: New file.
3141         * tests/test-strcasestr.c: New file.
3142
3143 2007-02-11  Bruno Haible  <bruno@clisp.org>
3144
3145         Ensure O(n) worst-case complexity of c_strcasestr.
3146         * lib/c-strcasestr.c: Include stdbool.h, string.h.
3147         (knuth_morris_pratt): New function.
3148         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
3149         the bookkeeping indicates that it's worth it.
3150         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
3151
3152         * modules/c-strcasestr-tests: New file.
3153         * tests/test-c-strcasestr.c: New file.
3154
3155 2007-02-11  Bruno Haible  <bruno@clisp.org>
3156
3157         Ensure O(n) worst-case complexity of c_strstr.
3158         * lib/c-strstr.c: Include stdbool.h, string.h.
3159         (knuth_morris_pratt): New function.
3160         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
3161         bookkeeping indicates that it's worth it.
3162         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
3163
3164         * lib/c-strstr.c: Complete rewrite for maintainability.
3165
3166         * modules/c-strstr-tests: New file.
3167         * tests/test-c-strstr.c: New file.
3168
3169 2007-02-11  Bruno Haible  <bruno@clisp.org>
3170
3171         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
3172         5.2.1 and earlier, whereby \055 was treated just like the range
3173         delimiter '-'.
3174         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3175
3176 2007-02-08  Bruno Haible  <bruno@clisp.org>
3177
3178         * modules/regex (Depends-on): Add stdbool.
3179         Reported by Dalibor Topic <robilad@kaffe.org>.
3180
3181 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
3182
3183         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
3184         Prefer returning from main to exiting from it.
3185         Remove unnecessary parens after sizeof.
3186
3187 2007-02-05  Bruno Haible  <bruno@clisp.org>
3188
3189         New module mbssep.
3190         * modules/mbssep: New file.
3191         * lib/mbssep.c: New file.
3192         * lib/string_.h (strsep): Add a conditional link warning.
3193         (mbssep): New declaration.
3194         * m4/mbssep.m4: New file.
3195         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3196         GNULIB_MBSSEP.
3197         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
3198         * MODULES.html.sh (Internationalization functions): Add mbssep.
3199
3200 2007-02-05  Bruno Haible  <bruno@clisp.org>
3201
3202         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
3203         Optimize search in case of 1 delimiter.
3204
3205 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
3206
3207         * lib/acl.h: Include sys/types.h before sys/acl.h.
3208
3209 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
3210
3211         Merge upstream fix for glibc bugzilla #3957:
3212
3213         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
3214
3215         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
3216         bit for RE_HAT_LISTS_NOT_NEWLINE.
3217         (build_charclass_op): Remove bogus comment.
3218
3219 2007-02-05  Simon Josefsson  <simon@josefsson.org>
3220
3221         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
3222
3223 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3224
3225         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
3226         * lib/memmem.c [!defined _LIBC]: Include config.h.
3227
3228 2007-02-04  Bruno Haible  <bruno@clisp.org>
3229
3230         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
3231         warning message.
3232
3233 2007-02-04  Bruno Haible  <bruno@clisp.org>
3234
3235         New module mbstok_r.
3236         * modules/mbstok_r: New file.
3237         * lib/mbstok_r.c: New file.
3238         * lib/string_.h (strtok_r): Change argument names to match the
3239         comments. Add a conditional link warning.
3240         (mbstok_r): New declaration.
3241         * m4/mbstok_r.m4: New file.
3242         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3243         GNULIB_MBSTOK_R.
3244         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
3245         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
3246
3247 2007-02-04  Bruno Haible  <bruno@clisp.org>
3248
3249         New module mbsspn.
3250         * modules/mbsspn: New file.
3251         * lib/mbsspn.c: New file.
3252         * lib/string_.h (strspn): Add a conditional link warning.
3253         (mbsspn): New declaration.
3254         * m4/mbsspn.m4: New file.
3255         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3256         GNULIB_MBSSPN.
3257         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
3258         * MODULES.html.sh (Internationalization functions): Add mbsspn.
3259
3260 2007-02-04  Bruno Haible  <bruno@clisp.org>
3261
3262         New module mbspbrk.
3263         * modules/mbspbrk: New file.
3264         * lib/mbspbrk.c: New file.
3265         * lib/string_.h (strpbrk): Add a conditional link warning.
3266         (mbspbrk): New declaration.
3267         * m4/mbspbrk.m4: New file.
3268         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3269         GNULIB_MBSPBRK.
3270         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
3271         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
3272
3273 2007-02-04  Bruno Haible  <bruno@clisp.org>
3274
3275         New module mbscspn.
3276         * modules/mbscspn: New file.
3277         * lib/mbscspn.c: New file.
3278         * lib/string_.h (strcspn): Add a conditional link warning.
3279         (mbscspn): New declaration.
3280         * m4/mbscspn.m4: New file.
3281         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3282         GNULIB_MBSCSPN.
3283         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
3284         * MODULES.html.sh (Internationalization functions): Add mbscspn.
3285
3286 2007-02-04  Bruno Haible  <bruno@clisp.org>
3287
3288         New module mbscasestr, reduced goal of strcasestr.
3289         * modules/mbscasestr: New file.
3290         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
3291         (mbscasestr): Renamed from strcasestr.
3292         * lib/strcasestr.c: Don't include mbuiter.h.
3293         (strcasestr): Remove support for multibyte locales.
3294         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
3295         Change the conditional link warning.
3296         (mbscasestr): New declaration.
3297         * m4/mbscasestr.m4: New file.
3298         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
3299         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
3300         REPLACE_STRCASESTR.
3301         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
3302         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3303         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3304         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
3305         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
3306         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3307         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
3308         (Depends-on): Remove mbuiter.
3309         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
3310
3311 2007-02-04  Bruno Haible  <bruno@clisp.org>
3312
3313         Simplify handling of strncasecmp.
3314         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
3315         the conditional link warning.
3316         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3317         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
3318         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
3319         * modules/strcase (configure.ac): Don't invoke
3320         gl_STRING_MODULE_INDICATOR.
3321         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
3322
3323 2007-02-04  Bruno Haible  <bruno@clisp.org>
3324
3325         New module mbscasecmp, reduced goal of strcasecmp.
3326         * modules/mbscasecmp: New file.
3327         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
3328         (mbscasecmp): Renamed from strcasecmp.
3329         * lib/strcasecmp.c: Don't include mbuiter.h.
3330         (strcasecmp): Remove support for multibyte locales.
3331         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
3332         Change the conditional link warning.
3333         (mbscasecmp): New declaration.
3334         * m4/mbscasecmp.m4: New file.
3335         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
3336         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
3337         REPLACE_STRCASECMP.
3338         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
3339         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3340         GNULIB_MBSCASECMP.
3341         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
3342         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
3343         * modules/strcase (Files): Remove m4/mbrtowc.m4.
3344         (Depends-on): Remove mbuiter.
3345         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
3346
3347 2007-02-04  Bruno Haible  <bruno@clisp.org>
3348
3349         New module mbsstr. Remove module strstr.
3350         * modules/mbsstr: New file.
3351         * modules/strstr: Remove file.
3352         * lib/mbsstr.c: Renamed from lib/strstr.c.
3353         (mbsstr): Renamed from strstr.
3354         * lib/string_.h (strstr): Remove declaration. Change the conditional
3355         link warning.
3356         (mbsstr): New declaration.
3357         * m4/mbsstr.m4: New file.
3358         * m4/strstr.m4: Remove file.
3359         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
3360         REPLACE_STRSTR.
3361         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
3362         Don't initialize GNULIB_STRSTR.
3363         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
3364         substitute GNULIB_STRSTR and REPLACE_STRSTR.
3365         * MODULES.html.sh (Internationalization functions): Add mbsstr.
3366         (Support for systems lacking ANSI C 89): Remove strstr.
3367
3368 2007-02-04  Bruno Haible  <bruno@clisp.org>
3369
3370         New module mbsrchr.
3371         * modules/mbsrchr: New file.
3372         * lib/mbsrchr.c: New file.
3373         * lib/string_.h (strrchr): Add a conditional link warning.
3374         (mbsrchr): New declaration.
3375         * m4/mbsrchr.m4: New file.
3376         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3377         GNULIB_MBSRCHR.
3378         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
3379         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
3380
3381 2007-02-04  Bruno Haible  <bruno@clisp.org>
3382
3383         New module mbschr.
3384         * modules/mbschr: New file.
3385         * lib/mbschr.c: New file.
3386         * lib/string_.h (strchr): Add a conditional link warning.
3387         (mbschr): New declaration.
3388         * m4/mbschr.m4: New file.
3389         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3390         GNULIB_MBSCHR.
3391         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
3392         * MODULES.html.sh (Internationalization functions): Add mbschr.
3393
3394 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3395
3396         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
3397
3398         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
3399
3400 2007-02-04  Bruno Haible  <bruno@clisp.org>
3401
3402         New module description section 'configure.ac-early'.
3403         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
3404         (func_get_autoconf_early_snippet): New function.
3405         (func_import, func_create_testdir): Use it. Remove special cases for
3406         modules 'extensions' and 'lock'.
3407         * modules/extensions (configure.ac-early): Require
3408         gl_USE_SYSTEM_EXTENSIONS.
3409         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
3410
3411 2007-02-04  Bruno Haible  <bruno@clisp.org>
3412
3413         Make use of gcj-4.3's -fsource and -ftarget option.
3414         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
3415         and if so try the options -fsource and -ftarget.
3416         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
3417         source_version, ftarget_option, target_version arguments.
3418         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
3419         (is_envjavac_oldgcj_14_14_usable): Renamed from
3420         is_envjavac_gcj_14_14_usable.
3421         (is_envjavac_oldgcj_14_13_usable): Renamed from
3422         is_envjavac_gcj_14_13_usable.
3423         (is_gcj_present): Update.
3424         (is_gcj_43, is_gcj43_usable): New functions.
3425         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
3426         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
3427         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
3428         try the options -fsource and -ftarget.
3429
3430 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3431
3432         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
3433         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
3434         larger value.
3435
3436 2007-02-03  Jim Meyering  <jim@meyering.net>
3437
3438         Give tools a better chance to allocate space for very large buffers.
3439         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
3440
3441         Make pwd and readlink work also when run with an unreadable parent dir
3442         on systems with openat support.
3443         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
3444         provided getcwd function, even when we have openat support.
3445         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
3446
3447 2007-02-02  Bruno Haible  <bruno@clisp.org>
3448
3449         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
3450         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
3451         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
3452         portability problems if one of these functions is only used on specific
3453         platforms.
3454         Reported by Paul Eggert.
3455
3456 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3457
3458         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
3459         is causing more trouble than it's curing.
3460         * lib/regex_internal.h (__mempcpy): Remove.
3461         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
3462         (and make the code a tad smaller to boot).
3463         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
3464
3465 2007-02-02  Jim Meyering  <jim@meyering.net>
3466
3467         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
3468         section, not in the Makefile.am: one.
3469
3470 2007-02-02  Eric Blake  <ebb9@byu.net>
3471
3472         * lib/strchrnul.c: Always include config.h first.
3473
3474         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
3475         gnulib strstr is not necessary here.
3476
3477 2007-02-02  Simon Josefsson  <simon@josefsson.org>
3478
3479         * m4/socklen.m4: Fix typo.
3480
3481 2007-02-02  Eric Blake  <ebb9@byu.net>
3482
3483         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
3484         * modules/netinet_in (Makefile.am): Likewise.
3485
3486 2007-02-01  Bruno Haible  <bruno@clisp.org>
3487
3488         * lib/string_.h (GL_LINK_WARNING): New macro.
3489         (strcasecmp, strstr, strcasestr): If provided by the system,
3490         conditionally define as a macro that leads to a warning instead of to
3491         an error.
3492         (strncasecmp): Conditionally define as a macro that leads to a warning.
3493
3494 2007-02-01  Karl Berry  <karl@gnu.org>
3495
3496         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
3497
3498 2007-02-01  Bruno Haible  <bruno@clisp.org>
3499
3500         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
3501         renamings.
3502
3503 2007-02-01  Eric Blake  <ebb9@byu.net>
3504
3505         * modules/regex (Depends-on): Revert dependence on mempcpy.
3506         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
3507         module's definition of mempcpy.
3508         Reported by Paul Eggert.
3509
3510 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3511
3512         * lib/string_.h: If the gnulib module XYZ is not present, undefine
3513         the symbol XYZ before redefining it.  This fixes a problem with
3514         programs that don't use XYZ, when compiled on systems that define
3515         XYZ to something else.
3516
3517 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3518
3519         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
3520         occurs when "mkdir -m foo" creates a setgid directory that is (1)
3521         writeable to group or other and (2) is intended to have a special
3522         mode bit that is set or cleared.  In such a case, the directory
3523         should be neither group- nor other-writeable until the special
3524         mode bits are right.
3525
3526 2007-01-31  Eric Blake  <ebb9@byu.net>
3527
3528         * modules/mountlist (Depends-on): Add strstr.
3529
3530         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
3531         bug.
3532         * modules/string (Makefile.am): Remove redundant replacement.
3533         * modules/regex (Depends-on): Add mempcpy.
3534
3535 2007-01-31  Bruno Haible  <bruno@clisp.org>
3536
3537         New module description field 'Link'.
3538         * gnulib-tool (func_usage): Document --extract-link-directive.
3539         (sed_extract_prog): Recognize 'Link' directive.
3540         (func_get_link_directive): New function.
3541         (func_import): Show summary of link directives.
3542         Handle --extract-link-directive option.
3543         * modules/acl (Link): New section.
3544         * modules/clock-time (Link): New section.
3545         * modules/euidaccess (Link): New section.
3546         * modules/gettext (Link): New section.
3547         * modules/iconv (Link): New section.
3548         * modules/lock (Link): New section.
3549         * modules/nanosleep (Link): New section.
3550         * modules/readline (Link): New section.
3551
3552 2007-01-27  Bruno Haible  <bruno@clisp.org>
3553
3554         Enforce the use of gnulib modules for unportable <string.h> functions.
3555         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
3556         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
3557         (gl_HEADER_STRING_H_BODY): Require it.
3558         * lib/string_.h: If the gnulib module XYZ is not present, redefine
3559         the symbol XYZ to one that gives a link error.
3560         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
3561         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
3562         * modules/mempcpy (configure.ac): Likewise.
3563         * modules/memrchr (configure.ac): Likewise.
3564         * modules/stpcpy (configure.ac): Likewise.
3565         * modules/stpncpy (configure.ac): Likewise.
3566         * modules/strcase (configure.ac): Likewise.
3567         * modules/strcasestr (configure.ac): Likewise.
3568         * modules/strchrnul (configure.ac): Likewise.
3569         * modules/strdup (configure.ac): Likewise.
3570         * modules/strndup (configure.ac): Likewise.
3571         * modules/strnlen (configure.ac): Likewise.
3572         * modules/strpbrk (configure.ac): Likewise.
3573         * modules/strsep (configure.ac): Likewise.
3574         * modules/strstr (configure.ac): Likewise.
3575         * modules/strtok_r (configure.ac): Likewise.
3576
3577 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
3578
3579         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
3580
3581 2007-01-30  Jim Meyering  <jim@meyering.net>
3582
3583         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
3584
3585 2007-01-29  Bruno Haible  <bruno@clisp.org>
3586
3587         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
3588         * lib/execute.c: Likewise.
3589         * lib/pipe.c: Likewise.
3590         * lib/printf-args.h: Likewise.
3591         * lib/printf-args.c: Likewise.
3592         * lib/printf-parse.c: Likewise.
3593         * lib/vasnprintf.c: Likewise.
3594
3595 2007-01-29  Eric Blake  <ebb9@byu.net>
3596
3597         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
3598         declaration.
3599
3600 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
3601
3602         * lib/strptime.h (strptime): Use 'restrict' for args where
3603         POSIX requires this.
3604         * lib/strptime.c (strptime): Likewise.
3605         Change license notice from LGPL to GPL, since gnulib-tool will
3606         change this as needed.
3607         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
3608         defined.
3609         Include "strptime.h" first, to check interface.
3610         Do not #undef _LIBC and _NL_CURRENT.
3611         Do not include <stdlib.h>; no longer needed.
3612         Include "time_r.h" and declare ptime_locale_status
3613         only if _LIBC is not defined.
3614         (__P): Remove unused macro.
3615         (match_string): Bring back glibc version, but use it only if _LIBC
3616         is defined.
3617         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
3618         Remove unnecessary assertion and abort() call.
3619         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
3620         * m4/strptime.m4: Fix serial number comment.
3621         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
3622         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
3623         (Depends-on): Add time_r.
3624
3625 2007-01-29  Bruno Haible  <bruno@clisp.org>
3626
3627         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3628         strptime.
3629         * modules/strptime (Depends-on): Add stdbool.
3630         * lib/strptime.h: Include <time.h> always. Add comments.
3631
3632 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
3633
3634         * modules/strptime: New file.
3635         * lib/strptime.h: New file.
3636         * lib/strptime.c: New file.
3637         * m4/strptime.m4: New file.
3638
3639 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3640
3641         * MODULES.html.sh: New module mpsort.
3642         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
3643
3644         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
3645         a circularity problem with HP-UX ia64 reported by Bob Proulx in
3646         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
3647         All uses changed.
3648         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
3649         All uses changed.
3650         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
3651         to _Restrict_.
3652         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
3653         the parameter matches the prototype.
3654
3655 2007-01-28  Jim Meyering  <jim@meyering.net>
3656
3657         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
3658         sys/time.h here, reverting that part of the previous patch:
3659         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
3660
3661 2007-01-28  Bruno Haible  <bruno@clisp.org>
3662
3663         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
3664         value of $(SYS_TIME_H).
3665         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
3666         remove it conditionally, too. [added by Jim Meyering]
3667         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
3668         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3669         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
3670         GETTIMEOFDAY_REPLACEMENT to 1.
3671
3672 2007-01-28  Bruno Haible  <bruno@clisp.org>
3673
3674         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
3675         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
3676         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
3677         Set UNISTD_H instead of UNISTD_H2.
3678         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
3679
3680 2007-01-28  Bruno Haible  <bruno@clisp.org>
3681
3682         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
3683         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
3684
3685 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3686
3687         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
3688         (func_create_testdir): Ensure C locale for `grep' and `tr'
3689         character ranges.
3690         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
3691         ACLOCAL_AMFLAGS parsing state machine.
3692
3693 2007-01-27  Bruno Haible  <bruno@clisp.org>
3694
3695         * modules/unistr/base: Update.
3696
3697 2007-01-27  Bruno Haible  <bruno@clisp.org>
3698
3699         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
3700         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
3701         * modules/unistr/u32-mbtouc-unsafe: Renamed from
3702         modules/unistr/u32-mbtouc.
3703         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
3704         * lib/unistr.h: Update.
3705         * lib/linebreak.c: Update.
3706         * modules/unistr/u32-mbtouc: Renamed from
3707         modules/unistr/u32-mbtouc-safe.
3708         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
3709         * lib/unistr.h: Update.
3710         * lib/unistr/u32-to-u8.c: Update.
3711         * lib/unistr/u32-to-u16.c: Update.
3712
3713 2007-01-27  Bruno Haible  <bruno@clisp.org>
3714
3715         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
3716         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
3717         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
3718         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
3719         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
3720         * modules/unistr/u16-mbtouc-unsafe: Renamed from
3721         modules/unistr/u16-mbtouc.
3722         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
3723         * lib/unistr.h: Update.
3724         * lib/linebreak.c: Update.
3725         * modules/linebreak: Update.
3726         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
3727         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
3728         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
3729         * modules/unistr/u16-mbtouc: Renamed from
3730         modules/unistr/u16-mbtouc-safe.
3731         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
3732         * lib/unistr.h: Update.
3733         * lib/unistr/u16-to-u8.c: Update.
3734         * modules/unistr/u16-to-u8: Update.
3735         * lib/unistr/u16-to-u32.c: Update.
3736         * modules/unistr/u16-to-u32: Update.
3737
3738 2007-01-27  Bruno Haible  <bruno@clisp.org>
3739
3740         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
3741         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
3742         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
3743         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
3744         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
3745         * modules/unistr/u8-mbtouc-unsafe: Renamed from
3746         modules/unistr/u8-mbtouc.
3747         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
3748         * lib/unistr.h: Update.
3749         * lib/striconveh.c: Update.
3750         * modules/striconveh: Update.
3751         * lib/linebreak.c: Update.
3752         * modules/linebreak: Update.
3753         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
3754         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
3755         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
3756         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
3757         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
3758         * lib/unistr.h: Update.
3759         * lib/striconveh.c: Update.
3760         * modules/striconveh: Update.
3761         * lib/unistr/u8-to-u16.c: Update.
3762         * modules/unistr/u8-to-u16: Update.
3763         * lib/unistr/u8-to-u32.c: Update.
3764         * modules/unistr/u8-to-u32: Update.
3765
3766 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3767
3768         Sync from Libtool.
3769         * lib/argz.c: Do not include strings.h nor memory.h, include
3770         string.h unconditionally.  Patch by Simon Josefsson.
3771
3772 2007-01-27  Bruno Haible  <bruno@clisp.org>
3773
3774         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
3775         from gl_HEADER_STRING_H_BODY.
3776         (gl_HEADER_STRING_H_BODY): Require it.
3777         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
3778         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
3779         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
3780         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
3781         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3782         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
3783         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3784         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
3785         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
3786         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3787         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
3788         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
3789         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
3790         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3791         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3792
3793 2007-01-27  Bruno Haible  <bruno@clisp.org>
3794
3795         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
3796         check_PROGRAMS into noinst_PROGRAMS.
3797         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
3798         check_PROGRAMS in this case.
3799         (func_import): Set for_test to false.
3800         (func_create_testdir): Set for_test to true.
3801
3802 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3803             Bruno Haible  <bruno@clisp.org>
3804
3805         * modules/strcasestr (Files): Remove lib/strcasestr.h.
3806         (Depends-on): Add string.
3807         (Includes): Use <string.h> instead of strcasestr.h.
3808         * modules/string (Makefile.am): Also substitute the value of
3809         REPLACE_STRCASESTR.
3810         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
3811         assume strcasestr is declared in <string.h> not <strings.h>. Also
3812         set REPLACE_STRCASESTR.
3813         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
3814         REPLACE_STRCASESTR.
3815         * lib/strcasestr.h: Remove file.
3816         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
3817         * lib/string_.h (strcasestr): New declaration.
3818
3819 2007-01-27  Bruno Haible  <bruno@clisp.org>
3820
3821         * lib/string_.h: Use 'extern'.
3822
3823 2007-01-27  Jim Meyering  <jim@meyering.net>
3824
3825         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
3826         of set-but-not-used local, "q".
3827
3828         * lib/mempcpy.c: Include <config.h> before <string.h>.
3829         This fixes a compilation error on HP-UX, due to the system's
3830         "restrict"-using mempcpy prototype.
3831
3832 2007-01-26  Bruno Haible  <bruno@clisp.org>
3833
3834         Small optimization.
3835         * lib/javacomp.c: Include c-strstr.h.
3836          (is_envjavac_gcj): Use c_strstr instead of strstr.
3837         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
3838
3839 2007-01-26  Bruno Haible  <bruno@clisp.org>
3840
3841         * MODULES.html.sh (Unicode string functions): Add the new modules.
3842
3843         * modules/uniconv/u32-strconv-to-locale: New file.
3844         * lib/uniconv/u32-strconv-to-locale.c: New file.
3845
3846         * modules/uniconv/u16-strconv-to-locale: New file.
3847         * lib/uniconv/u16-strconv-to-locale.c: New file.
3848
3849         * modules/uniconv/u8-strconv-to-locale: New file.
3850         * lib/uniconv/u8-strconv-to-locale.c: New file.
3851
3852         * modules/uniconv/u32-strconv-from-locale: New file.
3853         * lib/uniconv/u32-strconv-from-locale.c: New file.
3854
3855         * modules/uniconv/u16-strconv-from-locale: New file.
3856         * lib/uniconv/u16-strconv-from-locale.c: New file.
3857
3858         * modules/uniconv/u8-strconv-from-locale: New file.
3859         * lib/uniconv/u8-strconv-from-locale.c: New file.
3860
3861         * modules/uniconv/u32-strconv-to-enc: New file.
3862         * lib/uniconv/u32-strconv-to-enc.c: New file.
3863         * modules/uniconv/u32-strconv-to-enc-tests: New file.
3864         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
3865
3866         * modules/uniconv/u16-strconv-to-enc: New file.
3867         * lib/uniconv/u16-strconv-to-enc.c: New file.
3868         * lib/uniconv/u-strconv-to-enc.h: New file.
3869         * modules/uniconv/u16-strconv-to-enc-tests: New file.
3870         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
3871
3872         * modules/uniconv/u8-strconv-to-enc: New file.
3873         * lib/uniconv/u8-strconv-to-enc.c: New file.
3874         * modules/uniconv/u8-strconv-to-enc-tests: New file.
3875         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
3876
3877         * modules/uniconv/u32-strconv-from-enc: New file.
3878         * lib/uniconv/u32-strconv-from-enc.c: New file.
3879         * modules/uniconv/u32-strconv-from-enc-tests: New file.
3880         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
3881
3882         * modules/uniconv/u16-strconv-from-enc: New file.
3883         * lib/uniconv/u16-strconv-from-enc.c: New file.
3884         * modules/uniconv/u16-strconv-from-enc-tests: New file.
3885         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
3886
3887         * modules/uniconv/u8-strconv-from-enc: New file.
3888         * lib/uniconv/u8-strconv-from-enc.c: New file.
3889         * lib/uniconv/u-strconv-from-enc.h: New file.
3890         * modules/uniconv/u8-strconv-from-enc-tests: New file.
3891         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
3892
3893         * modules/uniconv/u32-conv-from-enc: New file.
3894         * lib/uniconv/u32-conv-from-enc.c: New file.
3895         * modules/uniconv/u32-conv-from-enc-tests: New file.
3896         * tests/uniconv/test-u32-conv-from-enc.c: New file.
3897
3898         * modules/uniconv/u16-conv-from-enc: New file.
3899         * lib/uniconv/u16-conv-from-enc.c: New file.
3900         * lib/uniconv/u-conv-from-enc.h: New file.
3901         * modules/uniconv/u16-conv-from-enc-tests: New file.
3902         * tests/uniconv/test-u16-conv-from-enc.c: New file.
3903
3904         * modules/uniconv/u8-conv-from-enc: New file.
3905         * lib/uniconv/u8-conv-from-enc.c: New file.
3906         * modules/uniconv/u8-conv-from-enc-tests: New file.
3907         * tests/uniconv/test-u8-conv-from-enc.c: New file.
3908
3909         * modules/uniconv/base: New file.
3910         * lib/uniconv.h: New file.
3911
3912 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
3913
3914         * doc/gnulib-tool.texi (Initial import): Update to match current
3915         behavior with strdup module.
3916         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
3917         * lib/memmem.h: Remove; all uses removed.  This is now done
3918         by <string.h>.
3919         * lib/mempcpy.h: Likewise.
3920         * lib/memrchr.h: Likewise.
3921         * lib/stpcpy.h: Likewise.
3922         * lib/stpncpy.h: Likewise.
3923         * lib/strcase.h: Likewise.
3924         * lib/strchrnul.h: Likewise.
3925         * lib/strdup.h: Likewise.
3926         * lib/strndup.h: Likewise.
3927         * lib/strnlen.h: Likewise.
3928         * lib/strpbrk.h: Likewise.
3929         * lib/strsep.h: Likewise.
3930         * lib/strstr.h: Likewise.
3931         * lib/strtok_r.h: Likewise.
3932         * lib/string_.h: New file.
3933         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
3934         Rely on <string.h> instead.
3935         * lib/canon-host.c: Likewise.
3936         * lib/chdir-long.c: Likewise.
3937         * lib/concatpath.c: Likewise.
3938         * lib/exclude.c: Likewise.
3939         * lib/fchdir.c: Likewise.
3940         * lib/getaddrinfo.c: Likewise.
3941         * lib/getcwd.c: Likewise.
3942         * lib/getsubopt.c: Likewise.
3943         * lib/glob.c: Likewise.
3944         * lib/hard-locale.c: Likewise.
3945         * lib/iconvme.c: Likewise.
3946         * lib/javacomp.c: Likewise.
3947         * lib/mempcpy.c: Likewise.
3948         * lib/memrchr.c: Likewise.
3949         * lib/regex_internal.h: Likewise.
3950         * lib/stpncpy.c: Likewise.
3951         * lib/strcasecmp.c: Likewise.
3952         * lib/strchrnul.c: Likewise.
3953         * lib/strdup.c: Likewise.
3954         * lib/striconv.c: Likewise.
3955         * lib/striconveh.c: Likewise.
3956         * lib/striconveha.c: Likewise.
3957         * lib/strncasecmp.c: Likewise.
3958         * lib/strndup.c: Likewise.
3959         * lib/strnlen.c: Likewise.
3960         * lib/strsep.c: Likewise.
3961         * lib/strstr.c: Likewise.
3962         * lib/strtok_r.c: Likewise.
3963         * lib/userspec.c: Likewise.
3964         * lib/w32spawn.h: Likewise.
3965         * lib/xstrndup.c: Likewise.
3966         * lib/mountlist.c (strstr): Remove decl.
3967         * m4/string_h.m4: New file.
3968         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
3969         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
3970         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
3971         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
3972         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
3973         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
3974         Set REPLACE_STRCASECMP if necessary.
3975         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
3976         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
3977         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
3978         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
3979         HAVE_DECL_STRDUP if necessary.
3980         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
3981         since gl_FUNC_STRNDUP does that now.
3982         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
3983         Check for decl here...
3984         (gl_PREREQ_STRNLEN): ... not here.
3985         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
3986         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
3987         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
3988         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
3989         necessary.
3990         * modules/string: New file.
3991         * modules/memmem (Files): Remove special-purpose include file.
3992         (Depends-on): Add string.
3993         (Include): Include <string.h>, not the removed file.
3994         * modules/mempcpy: Likewise.
3995         * modules/memrchr: Likewise.
3996         * modules/stpcpy: Likewise.
3997         * modules/stpncpy: Likewise.
3998         * modules/strcase: Likewise.
3999         * modules/strchrnul: Likewise.
4000         * modules/strdup: Likewise.
4001         * modules/strndup: Likewise.
4002         * modules/strnlen: Likewise.
4003         * modules/strpbrk: Likewise.
4004         * modules/strsep: Likewise.
4005         * modules/strstr: Likewise.
4006         * modules/strtok_r: Likewise.
4007         * tests/test-dirname.c: Don't include "strdup.h", since
4008         <string.h> now suffices.
4009         * tests/test-memmem.c: Don't include "memmem.h", since
4010         <string.h> now suffices.
4011
4012 2007-01-25  Bruno Haible  <bruno@clisp.org>
4013
4014         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
4015         *resultp is 0.
4016
4017         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
4018         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
4019         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
4020         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
4021
4022         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
4023         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
4024         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
4025         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
4026         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
4027         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
4028
4029 2007-01-24  Bruno Haible  <bruno@clisp.org>
4030
4031         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
4032         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
4033         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
4034         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
4035         gl_FUNC_FTS_CORE.
4036         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
4037         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
4038         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
4039         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
4040         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
4041         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
4042         gl_FUNC_FCHOWNAT.
4043         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
4044         gl_FUNC_STRFTIME.
4045         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
4046         Reported by Ralf Wildenhues.
4047
4048 2007-01-24  Bruno Haible  <bruno@clisp.org>
4049
4050         Drop AC_REQUIRE calls that are redundant with the module dependencies.
4051         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
4052         gl_GETADDRINFO.
4053         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
4054         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
4055         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
4056
4057 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
4058
4059         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
4060         Don't use 'exit'; just return from 'main'.
4061         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
4062
4063         * lib/fnmatch_.h: Readjust white space and comments to match
4064         glibc, to avoid spurious diffs.
4065
4066 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
4067
4068         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
4069         2004-12-01 change by Jakub Jelinek, since this code won't compile
4070         if !LIBC.  Problem reported by Bob Proulx.
4071
4072 2007-01-23  Bruno Haible  <bruno@clisp.org>
4073
4074         * lib/striconveh.c: Include c-strcaseeq.h.
4075         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
4076         * modules/striconveh (Depends-on): Add c-strcaseeq.
4077
4078 2007-01-23  Bruno Haible  <bruno@clisp.org>
4079
4080         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
4081
4082         * modules/c-strcaseeq: New file.
4083         * lib/c-strcaseeq.h: New file.
4084
4085         * modules/streq: New file.
4086         * lib/streq.h: New file.
4087
4088 2007-01-23  Bruno Haible  <bruno@clisp.org>
4089
4090         * modules/striconveha-tests: New file.
4091         * tests/test-striconveha.c: New file.
4092
4093         * lib/striconveha.h: Include <stdbool.h>.
4094         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
4095         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
4096         (mem_iconveha_notranslit): Renamed from mem_iconveha.
4097         (mem_iconveha): New function.
4098         (str_iconveha_notranslit): Renamed from str_iconveha.
4099         (str_iconveha): New function.
4100         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
4101         c-strcase.
4102
4103 2007-01-23  Bruno Haible  <bruno@clisp.org>
4104
4105         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
4106         encodings without forgiving before trying any encoding with handler.
4107         (str_iconveha): Try all encodings without forgiving before trying any
4108         encoding with handler.
4109
4110 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
4111
4112         Import the following changes from libc.
4113
4114         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
4115
4116         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
4117
4118         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
4119
4120         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
4121         normal_bracket label.
4122
4123         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
4124
4125         [BZ #361]
4126         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
4127         to normal_bracket after fetching the next character.
4128
4129 2007-01-22  Bruno Haible  <bruno@clisp.org>
4130
4131         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
4132         argument.
4133         * lib/striconveh.c (iconv_carefully_1): New function.
4134         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
4135         argument.
4136         (str_cd_iconveh): Update.
4137         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
4138         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
4139         * tests/test-striconveh.c (MAGIC): New macro.
4140         (new_offsets): New function.
4141         (main): Test call with and without offsets.
4142
4143 2007-01-22  Bruno Haible  <bruno@clisp.org>
4144
4145         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
4146         * modules/sys_select (Makefile.am): Likewise.
4147         * modules/sys_socket (Makefile.am): Likewise.
4148         * modules/sys_time (Makefile.am): Likewise.
4149
4150 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
4151
4152         * modules/gettimeofday (License): Change from GPL to LGPL, since
4153         gettimeofday is a library function.
4154
4155 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4156
4157         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
4158
4159 2007-01-21  Bruno Haible  <bruno@clisp.org>
4160
4161         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
4162
4163 2007-01-21  Bruno Haible  <bruno@clisp.org>
4164
4165         * modules/striconveha: New file.
4166         * lib/striconveha.h: New file.
4167         * lib/striconveha.c: New file.
4168         * MODULES.html.sh (Internationalization functions): Add striconveha.
4169         * lib/striconv.c (str_iconv): Optimize the case of an empty input
4170         string.
4171         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
4172
4173 2007-01-21  Bruno Haible  <bruno@clisp.org>
4174
4175         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
4176         * lib/striconveh.c (str_iconveh): Likewise.
4177
4178 2007-01-21  Bruno Haible  <bruno@clisp.org>
4179
4180         * lib/striconveh.h (mem_iconveh): New declaration.
4181         * lib/striconveh.c (mem_iconveh): New function.
4182         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
4183
4184 2007-01-21  Bruno Haible  <bruno@clisp.org>
4185
4186         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
4187
4188         * lib/striconveh.h (mem_cd_iconveh): Change specification.
4189         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
4190         original result buffer.
4191         (str_cd_iconveh): Update.
4192         * tests/test-striconveh.c (main): Update.
4193
4194         * lib/striconv.h (mem_cd_iconv): Change specification.
4195         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
4196         result buffer.
4197         (str_cd_iconv): Update.
4198         * tests/test-striconv.c (main): Update.
4199
4200 2007-01-21  Bruno Haible  <bruno@clisp.org>
4201
4202         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
4203
4204 2007-01-20  Jim Meyering  <jim@meyering.net>
4205
4206         * lib/userspec.c (parse_with_separator): If a user or group string
4207         starts with "+", skip the corresponding name-to-ID look-up, since
4208         such a look-up must fail: user and group names may not include "+".
4209
4210 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
4211
4212         * lib/poll.c: Include sys/time.h and time.h unconditionally,
4213         since we now assume the sys_time module.
4214         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
4215         check for sys/time.h; no longer needed.
4216         * modules/poll (Depends-on): Depend on sys_time.
4217
4218 2007-01-18  Bruno Haible  <bruno@clisp.org>
4219
4220         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
4221         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
4222
4223         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
4224         gettimeofday.
4225
4226         * tests/test-gettimeofday.c: Include <time.h>.
4227         (dummy): Remove variable.
4228
4229         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
4230         gl_HEADER_SYS_TIME_H.
4231         (gl_HEADER_SYS_TIME_H): New macro.
4232
4233         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
4234         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4235         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
4236         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
4237         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4238         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
4239         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
4240         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4241         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
4242         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
4243         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4244
4245         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
4246         last change; it caused a compilation error when cross-compiling to
4247         Cygwin.
4248
4249 2007-01-18  Jim Meyering  <jim@meyering.net>
4250
4251         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
4252         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
4253         than the race-prone "test -d sys || mkdir sys".
4254         (configure.ac): Use AC_PROG_MKDIR_P.
4255         * modules/sys_select: Likewise.
4256         * modules/sys_socket: Likewise.
4257         * modules/sys_time: Likewise.
4258
4259 2007-01-18  Eric Blake  <ebb9@byu.net>
4260
4261         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
4262         replace gettimeofday.
4263         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
4264         name, to avoid infinite recursion.
4265
4266 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
4267
4268         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
4269         module sys_time.
4270         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
4271         assume timespec.h defines struct timeval.
4272         * lib/settime.c: Likewise.
4273         * lib/utimens.c: Likewise.
4274         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
4275         since we now assume the gettimeofday module.
4276         * lib/tempname.c (__gen_tempname): Likewise.
4277         * lib/gettimeofday.h: Remove.
4278         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
4279         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
4280         Include <time.h>, for 'time()'.
4281         (localtime_buffer_addr): Also use this workaround if
4282         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
4283         to simplify the uses.  All uses changed.
4284         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
4285         that #undef is inside {}, and 'const' follows type name consistently.
4286         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
4287         (gettimeofday): Do not use the maximum possible value for
4288         tv->tv_usec, since that might break usages other than ls.c.
4289         Instead, we'll leave ls.c alone.  This undoes today's patch
4290         by Bruno.  Add a compile-time warning for 1s-clock resolution;
4291         we've never observed the problem but might as well keep the
4292         canary.
4293         * lib/nanosleep.c: Include timespec.h first, for interface check.
4294         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
4295         now assume the sys_time module.
4296         * lib/tempname.c: Likewise.
4297         * lib/timespec.h: Likewise.
4298         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
4299         needed.
4300         * lib/strftime.c: Likewise.
4301         * lib/timespec.h: Likewise.
4302         * lib/posixtm.c: Include posixtm.h first, for interface check.
4303         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
4304         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
4305         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
4306         * lib/sys_time_.h: New file.
4307         * lib/timespec.h (struct timespec): Use long int, not long.
4308         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
4309         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
4310         Remove obsolescent call to AC_HEADER_TIME.
4311         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
4312         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
4313         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
4314         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
4315         Likewise.
4316         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
4317         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
4318         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
4319         into the sys_time module.  Check for gettimeofday just once.
4320         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
4321         for gettimeofday signature to just check the signature.  Merely
4322         compile it, since linking doesn't test signature.  Improve test for
4323         whether gettimeofday.o is actually needed.
4324         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
4325         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
4326         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
4327         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4328         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
4329         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
4330         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
4331         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
4332         than worrying about sys/time.h.
4333         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4334         Don't bother worrying about TIME_WITH_SYS_TIME.
4335         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
4336         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
4337         * m4/sys_time_h.m4: New file.
4338         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
4339         Don't include sys/time.h.  Return from main rather than exiting.
4340         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
4341         all uses changed.
4342         * modules/gethrxtime (Depends-on): Add sys_time.
4343         * modules/gettime (Depends-on): Likewise.
4344         * modules/gettimeofday (Depends-on): Likewise.
4345         * modules/nanosleep (Depends-on): Likewise.
4346         * modules/settime (Depends-on): Likewise.
4347         * modules/tempname (Depends-on): Likewise.
4348         * modules/utimens (Depends-on): Likewise.
4349         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
4350         (Include:) Change back to <sys/time.h>.
4351         (Maintainer:) Add self.
4352         * modules/sys_time: New file.
4353         * modules/tempname (Depends-on): Add gettimeofday.
4354         * tests/test-gettimeofday.c: Include <sys/time.h>
4355         rather than gettimeofday.h.
4356
4357 2007-01-17  Bruno Haible  <bruno@clisp.org>
4358
4359         * gnulib-tool (func_get_license): Revert last patch. Instead, let
4360         the license default to GPL.
4361         (func_create_testdir): Don't complain if a module is LGPL and its
4362         tests module depends on GPLed modules.
4363
4364 2007-01-17  Bruno Haible  <bruno@clisp.org>
4365
4366         * lib/gettimeofday.c (gettimeofday): Add code for the case
4367         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
4368         maximum possible value for tv->tv_usec, rather than the minimum one.
4369
4370 2005-10-08  Martin Lambers  <marlam@marlam.de>
4371 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4372 2007-01-16  Bruno Haible  <bruno@clisp.org>
4373
4374         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
4375         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
4376         gl_FUNC_GETTIMEOFDAY.
4377         (Include): Add gettimeofday.h.
4378         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
4379         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
4380         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
4381         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
4382         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
4383         * lib/gettimeofday.h: New file.
4384         * lib/gettimeofday.c: Include <sys/timeb.h>.
4385         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
4386         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4387         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
4388         fall back on time().
4389
4390         * tests/test-gettimeofday.c: New file.
4391         * modules/gettimeofday-tests: New file.
4392
4393 2007-01-16  Eric Blake  <ebb9@byu.net>
4394
4395         * modules/fnmatch (Depends-on): Depend on wchar.
4396         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
4397         * m4/fnmatch.m4: Likewise.
4398         * modules/mbchar (Makefile.am): Assume <wchar.h>.
4399         * m4/mbchar.m4: Likewise.
4400         * modules/mbswidth (Depends-on): Depend on wchar.
4401         * lib/mbswidth.c: Assume <wchar.h>.
4402         * m4/mbswidth.m4: Likewise.
4403         * modules/quotearg (Depends-on): Depend on wchar.
4404         * lib/quotearg.c: Assume <wchar.h>.
4405         * m4/quotearg.m4: Likewise.
4406         * modules/regex (Depends-on): Depend on wchar.
4407         * lib/regex_internal.h: Assume <wchar.h>.
4408         * m4/regex.m4: Likewise.
4409         * modules/stdint (Depends-on): Depend on wchar.
4410         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
4411         * m4/stdint.m4: Likewise.
4412         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
4413         * modules/strftime (Depends-on): Depend on wchar.
4414         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
4415         * modules/strtol (Depends-on): Depend on wchar.
4416         * lib/strtol.c: Assume <wchar.h>.
4417         * modules/wcwidth (Depends-on): Depend on wchar.
4418         * lib/wcwidth.h: Assume <wchar.h>.
4419         * m4/wcwidth.m4: Likewise.
4420
4421 2007-01-16  Bruno Haible  <bruno@clisp.org>
4422
4423         * modules/csharpexec-script: New, created from...
4424         * modules/csharpexec: ... this.
4425
4426 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
4427
4428         * modules/javaexec-script: New, created from...
4429         * modules/javaexec: ... this.
4430
4431 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4432
4433         * modules/poll (Dependencies): Add sys_select.
4434
4435 2007-01-15  Jim Meyering  <jim@meyering.net>
4436
4437         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
4438         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
4439         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
4440         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
4441
4442 2007-01-15  Bruno Haible  <bruno@clisp.org>
4443
4444         * modules/striconveh: New file.
4445         * lib/striconveh.h: New file.
4446         * lib/striconveh.c: New file.
4447         * MODULES.html.sh (Internationalization functions): Add striconveh.
4448
4449         * modules/striconveh-tests: New file.
4450         * tests/test-striconveh.c: New file.
4451
4452 2007-01-15  Bruno Haible  <bruno@clisp.org>
4453
4454         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
4455         not from GNU libiconv or GNU libc.
4456
4457 2007-01-15  Bruno Haible  <bruno@clisp.org>
4458
4459         * doc/gnulib-intro.texi (Copyright): Explain the different license
4460         terms for module descriptions, autoconf macros, tests, documentation.
4461
4462 2007-01-14  Bruno Haible  <bruno@clisp.org>
4463
4464         * modules/striconv-tests: New file.
4465         * tests/test-striconv.c: New file.
4466
4467 2007-01-14  Bruno Haible  <bruno@clisp.org>
4468
4469         * modules/iconv-tests: New file.
4470         * tests/test-iconv.c: New file.
4471
4472 2007-01-14  Bruno Haible  <bruno@clisp.org>
4473
4474         * gnulib-tool (func_get_license): For test modules, use the license of
4475         the main module.
4476
4477 2007-01-14  Bruno Haible  <bruno@clisp.org>
4478
4479         * modules/iconv (Include): Clarify that <iconv.h> can only be included
4480         if iconv is found to exist.
4481
4482 2007-01-14  Bruno Haible  <bruno@clisp.org>
4483
4484         * modules/c-ctype-tests: New file.
4485         * tests/test-c-ctype.c: New file.
4486
4487 2007-01-14  Bruno Haible  <bruno@clisp.org>
4488
4489         * modules/binary-io-tests: New file.
4490         * tests/test-binary-io.sh: New file.
4491         * tests/test-binary-io.c: New file.
4492
4493 2007-01-14  Bruno Haible  <bruno@clisp.org>
4494
4495         * modules/array-oset-tests: New file.
4496         * tests/test-array_oset.c: New file.
4497
4498 2007-01-14  Bruno Haible  <bruno@clisp.org>
4499
4500         * modules/array-list-tests: New file.
4501         * tests/test-array_list.c: New file.
4502
4503 2007-01-14  Bruno Haible  <bruno@clisp.org>
4504
4505         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
4506         and make.
4507         Reported by Simon Josefsson in
4508         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
4509
4510 2007-01-14  Bruno Haible  <bruno@clisp.org>
4511
4512         * modules/allocsa-tests: New file.
4513         * tests/test-allocsa.c: New file.
4514
4515 2007-01-14  Bruno Haible  <bruno@clisp.org>
4516
4517         * modules/fchdir (Depends-on): Add absolute-header.
4518         * modules/unistd (Depends-on): Likewise.
4519
4520 2006-12-30  Bruno Haible  <bruno@clisp.org>
4521
4522         * modules/fchdir: New file.
4523         * modules/unistd (Files): Add lib/unistd_.h.
4524         (Makefile.am): Generate unistd.h from unistd_.h.
4525         * lib/fchdir.c: New file.
4526         * lib/dirent_.h: New file.
4527         * lib/unistd_.h: New file.
4528         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
4529         * m4/fchdir.m4: New file.
4530         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
4531         (gl_HEADER_UNISTD): Invoke it.
4532         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
4533         function.
4534         * lib/backupfile.c (opendir, closedir): Undefine.
4535         * lib/chown.c (open, close): Undefine.
4536         * lib/clean-temp.c (open, close): Undefine.
4537         * lib/copy-file.c (open, close): Undefine.
4538         * lib/execute.c (open, close): Undefine.
4539         * lib/fsusage.c (open, close): Undefine.
4540         * lib/gc-gnulib.c (open, close): Undefine.
4541         * lib/getcwd.c (opendir, closedir): Undefine.
4542         * lib/glob.c (opendir, closedir): Undefine.
4543         * lib/javacomp.c (open, close): Undefine.
4544         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
4545         * lib/openat-proc.c (open, close): Undefine.
4546         * lib/pagealign_alloc.c (open, close): Undefine.
4547         * lib/pipe.c (open, close): Undefine.
4548         * lib/progreloc.c (open, close): Undefine.
4549         * lib/savedir.c (opendir, closedir): Undefine.
4550         * lib/utime.c (open, close): Undefine.
4551         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
4552
4553 2007-01-10  Bruno Haible  <bruno@clisp.org>
4554
4555         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
4556
4557 2007-01-12  Eric Blake  <ebb9@byu.net>
4558
4559         Provide a robust <wchar.h>.  Further simplifications are now
4560         possible in other modules, but not included here.
4561         * modules/wchar: New module.
4562         * m4/wchar.m4: New file.
4563         * lib/wchar_.h: Likewise.
4564         * modules/mbchar (Depends-on): Depend on wchar, as the first use
4565         of the new module.
4566         * MODULES.html.sh (Extended multibyte and wide character utilities):
4567         New section.
4568
4569 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
4570
4571         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
4572         to a reasonable default for memory allocation.
4573         (xreadlink): Don't allocate a huge buffer, to work around a buggy
4574         file system that reports garbage st_size values for symlinks.
4575         Problem reported by Liyang Hu.
4576
4577 2007-01-11  Simon Josefsson  <simon@josefsson.org>
4578
4579         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
4580         Emacs .#* auto-save files).
4581
4582 2007-01-11  Bruno Haible  <bruno@clisp.org>
4583
4584         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
4585         directory.
4586
4587 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
4588
4589         Use @...@ consistently in lib/wctype_.h.
4590         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
4591         on it being set to 1 or 0.
4592         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
4593         go back to AC_SUBSTing it.
4594         * modules/wctype (Makefile.am): Undo previous change.
4595
4596 2007-01-10  Eric Blake  <ebb9@byu.net>
4597
4598         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
4599         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
4600         * modules/wctype (Makefile.am): Likewise.
4601         Reported by Chris McGuire.
4602
4603 2007-01-10  Jim Meyering  <jim@meyering.net>
4604
4605         fts.c: a small readability/maintainability improvement
4606         * lib/fts.c (fts_read): Make this code slightly more readable and
4607         maintainable by hoisting the "sp->fts_cur = p" assignments to
4608         immediately follow the statements that set P.  Derived from
4609         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
4610
4611 2007-01-10  Eric Blake  <ebb9@byu.net>
4612
4613         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
4614         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
4615         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4616         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
4617         Reported by Chris McGuire.
4618
4619 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4620
4621         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
4622         in sed script.
4623
4624 2007-01-09  Bruno Haible  <bruno@clisp.org>
4625
4626         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
4627         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
4628         variables.
4629         (func_module): Use them.
4630
4631 2007-01-09  Bruno Haible  <bruno@clisp.org>
4632
4633         * modules/unistr/base: New file.
4634         * lib/unistr.h: New file.
4635
4636         * modules/unistr/u8-to-u16: New file.
4637         * lib/unistr/u8-to-u16.c: New file.
4638
4639         * modules/unistr/u8-to-u32: New file.
4640         * lib/unistr/u8-to-u32.c: New file.
4641
4642         * modules/unistr/u16-to-u8: New file.
4643         * lib/unistr/u16-to-u8.c: New file.
4644
4645         * modules/unistr/u16-to-u32: New file.
4646         * lib/unistr/u16-to-u32.c: New file.
4647
4648         * modules/unistr/u32-to-u8: New file.
4649         * lib/unistr/u32-to-u8.c: New file.
4650
4651         * modules/unistr/u32-to-u16: New file.
4652         * lib/unistr/u32-to-u16.c: New file.
4653
4654         * modules/unistr/u8-check: New file.
4655         * modules/unistr/u16-check: New file.
4656         * modules/unistr/u32-check: New file.
4657         * lib/unistr/u8-check.c: New file.
4658         * lib/unistr/u16-check.c: New file.
4659         * lib/unistr/u32-check.c: New file.
4660
4661         * modules/unistr/u8-chr: New file.
4662         * modules/unistr/u16-chr: New file.
4663         * modules/unistr/u32-chr: New file.
4664         * lib/unistr/u8-chr.c: New file.
4665         * lib/unistr/u16-chr.c: New file.
4666         * lib/unistr/u32-chr.c: New file.
4667
4668         * modules/unistr/u8-cmp: New file.
4669         * modules/unistr/u16-cmp: New file.
4670         * modules/unistr/u32-cmp: New file.
4671         * lib/unistr/u8-cmp.c: New file.
4672         * lib/unistr/u16-cmp.c: New file.
4673         * lib/unistr/u32-cmp.c: New file.
4674
4675         * modules/unistr/u8-cpy: New file.
4676         * modules/unistr/u16-cpy: New file.
4677         * modules/unistr/u32-cpy: New file.
4678         * lib/unistr/u8-cpy.c: New file.
4679         * lib/unistr/u16-cpy.c: New file.
4680         * lib/unistr/u32-cpy.c: New file.
4681         * lib/unistr/u-cpy.h: New file.
4682
4683         * modules/unistr/u8-cpy-alloc: New file.
4684         * modules/unistr/u16-cpy-alloc: New file.
4685         * modules/unistr/u32-cpy-alloc: New file.
4686         * lib/unistr/u8-cpy-alloc.c: New file.
4687         * lib/unistr/u16-cpy-alloc.c: New file.
4688         * lib/unistr/u32-cpy-alloc.c: New file.
4689         * lib/unistr/u-cpy-alloc.h: New file.
4690
4691         * modules/unistr/u8-endswith: New file.
4692         * modules/unistr/u16-endswith: New file.
4693         * modules/unistr/u32-endswith: New file.
4694         * lib/unistr/u8-endswith.c: New file.
4695         * lib/unistr/u16-endswith.c: New file.
4696         * lib/unistr/u32-endswith.c: New file.
4697         * lib/unistr/u-endswith.h: New file.
4698
4699         * modules/unistr/u8-mblen: New file.
4700         * modules/unistr/u16-mblen: New file.
4701         * modules/unistr/u32-mblen: New file.
4702         * lib/unistr/u8-mblen.c: New file.
4703         * lib/unistr/u16-mblen.c: New file.
4704         * lib/unistr/u32-mblen.c: New file.
4705
4706         * modules/unistr/u8-mbtouc: New file.
4707         * modules/unistr/u16-mbtouc: New file.
4708         * modules/unistr/u32-mbtouc: New file.
4709         * lib/unistr/u8-mbtouc.c: New file.
4710         * lib/unistr/u16-mbtouc.c: New file.
4711         * lib/unistr/u32-mbtouc.c: New file.
4712
4713         * modules/unistr/u8-mbtouc-safe: New file.
4714         * modules/unistr/u16-mbtouc-safe: New file.
4715         * modules/unistr/u32-mbtouc-safe: New file.
4716         * lib/unistr/u8-mbtouc-safe.c: New file.
4717         * lib/unistr/u16-mbtouc-safe.c: New file.
4718         * lib/unistr/u32-mbtouc-safe.c: New file.
4719
4720         * modules/unistr/u8-move: New file.
4721         * modules/unistr/u16-move: New file.
4722         * modules/unistr/u32-move: New file.
4723         * lib/unistr/u8-move.c: New file.
4724         * lib/unistr/u16-move.c: New file.
4725         * lib/unistr/u32-move.c: New file.
4726         * lib/unistr/u-move.h: New file.
4727
4728         * modules/unistr/u8-next: New file.
4729         * modules/unistr/u16-next: New file.
4730         * modules/unistr/u32-next: New file.
4731         * lib/unistr/u8-next.c: New file.
4732         * lib/unistr/u16-next.c: New file.
4733         * lib/unistr/u32-next.c: New file.
4734
4735         * modules/unistr/u8-prev: New file.
4736         * modules/unistr/u16-prev: New file.
4737         * modules/unistr/u32-prev: New file.
4738         * lib/unistr/u8-prev.c: New file.
4739         * lib/unistr/u16-prev.c: New file.
4740         * lib/unistr/u32-prev.c: New file.
4741
4742         * modules/unistr/u8-set: New file.
4743         * modules/unistr/u16-set: New file.
4744         * modules/unistr/u32-set: New file.
4745         * lib/unistr/u8-set.c: New file.
4746         * lib/unistr/u16-set.c: New file.
4747         * lib/unistr/u32-set.c: New file.
4748         * lib/unistr/u-set.h: New file.
4749
4750         * modules/unistr/u8-startswith: New file.
4751         * modules/unistr/u16-startswith: New file.
4752         * modules/unistr/u32-startswith: New file.
4753         * lib/unistr/u8-startswith.c: New file.
4754         * lib/unistr/u16-startswith.c: New file.
4755         * lib/unistr/u32-startswith.c: New file.
4756         * lib/unistr/u-startswith.h: New file.
4757
4758         * modules/unistr/u8-stpcpy: New file.
4759         * modules/unistr/u16-stpcpy: New file.
4760         * modules/unistr/u32-stpcpy: New file.
4761         * lib/unistr/u8-stpcpy.c: New file.
4762         * lib/unistr/u16-stpcpy.c: New file.
4763         * lib/unistr/u32-stpcpy.c: New file.
4764         * lib/unistr/u-stpcpy.h: New file.
4765
4766         * modules/unistr/u8-stpncpy: New file.
4767         * modules/unistr/u16-stpncpy: New file.
4768         * modules/unistr/u32-stpncpy: New file.
4769         * lib/unistr/u8-stpncpy.c: New file.
4770         * lib/unistr/u16-stpncpy.c: New file.
4771         * lib/unistr/u32-stpncpy.c: New file.
4772         * lib/unistr/u-stpncpy.h: New file.
4773
4774         * modules/unistr/u8-strcat: New file.
4775         * modules/unistr/u16-strcat: New file.
4776         * modules/unistr/u32-strcat: New file.
4777         * lib/unistr/u8-strcat.c: New file.
4778         * lib/unistr/u16-strcat.c: New file.
4779         * lib/unistr/u32-strcat.c: New file.
4780         * lib/unistr/u-strcat.h: New file.
4781
4782         * modules/unistr/u8-strchr: New file.
4783         * modules/unistr/u16-strchr: New file.
4784         * modules/unistr/u32-strchr: New file.
4785         * lib/unistr/u8-strchr.c: New file.
4786         * lib/unistr/u16-strchr.c: New file.
4787         * lib/unistr/u32-strchr.c: New file.
4788
4789         * modules/unistr/u8-strcmp: New file.
4790         * modules/unistr/u16-strcmp: New file.
4791         * modules/unistr/u32-strcmp: New file.
4792         * lib/unistr/u8-strcmp.c: New file.
4793         * lib/unistr/u16-strcmp.c: New file.
4794         * lib/unistr/u32-strcmp.c: New file.
4795
4796         * modules/unistr/u8-strcpy: New file.
4797         * modules/unistr/u16-strcpy: New file.
4798         * modules/unistr/u32-strcpy: New file.
4799         * lib/unistr/u8-strcpy.c: New file.
4800         * lib/unistr/u16-strcpy.c: New file.
4801         * lib/unistr/u32-strcpy.c: New file.
4802         * lib/unistr/u-strcpy.h: New file.
4803
4804         * modules/unistr/u8-strcspn: New file.
4805         * modules/unistr/u16-strcspn: New file.
4806         * modules/unistr/u32-strcspn: New file.
4807         * lib/unistr/u8-strcspn.c: New file.
4808         * lib/unistr/u16-strcspn.c: New file.
4809         * lib/unistr/u32-strcspn.c: New file.
4810         * lib/unistr/u-strcspn.h: New file.
4811
4812         * modules/unistr/u8-strdup: New file.
4813         * modules/unistr/u16-strdup: New file.
4814         * modules/unistr/u32-strdup: New file.
4815         * lib/unistr/u8-strdup.c: New file.
4816         * lib/unistr/u16-strdup.c: New file.
4817         * lib/unistr/u32-strdup.c: New file.
4818         * lib/unistr/u-strdup.h: New file.
4819
4820         * modules/unistr/u8-strlen: New file.
4821         * modules/unistr/u16-strlen: New file.
4822         * modules/unistr/u32-strlen: New file.
4823         * lib/unistr/u8-strlen.c: New file.
4824         * lib/unistr/u16-strlen.c: New file.
4825         * lib/unistr/u32-strlen.c: New file.
4826         * lib/unistr/u-strlen.h: New file.
4827
4828         * modules/unistr/u8-strmblen: New file.
4829         * modules/unistr/u16-strmblen: New file.
4830         * modules/unistr/u32-strmblen: New file.
4831         * lib/unistr/u8-strmblen.c: New file.
4832         * lib/unistr/u16-strmblen.c: New file.
4833         * lib/unistr/u32-strmblen.c: New file.
4834
4835         * modules/unistr/u8-strmbtouc: New file.
4836         * modules/unistr/u16-strmbtouc: New file.
4837         * modules/unistr/u32-strmbtouc: New file.
4838         * lib/unistr/u8-strmbtouc.c: New file.
4839         * lib/unistr/u16-strmbtouc.c: New file.
4840         * lib/unistr/u32-strmbtouc.c: New file.
4841
4842         * modules/unistr/u8-strncat: New file.
4843         * modules/unistr/u16-strncat: New file.
4844         * modules/unistr/u32-strncat: New file.
4845         * lib/unistr/u8-strncat.c: New file.
4846         * lib/unistr/u16-strncat.c: New file.
4847         * lib/unistr/u32-strncat.c: New file.
4848         * lib/unistr/u-strncat.h: New file.
4849
4850         * modules/unistr/u8-strncmp: New file.
4851         * modules/unistr/u16-strncmp: New file.
4852         * modules/unistr/u32-strncmp: New file.
4853         * lib/unistr/u8-strncmp.c: New file.
4854         * lib/unistr/u16-strncmp.c: New file.
4855         * lib/unistr/u32-strncmp.c: New file.
4856
4857         * modules/unistr/u8-strncpy: New file.
4858         * modules/unistr/u16-strncpy: New file.
4859         * modules/unistr/u32-strncpy: New file.
4860         * lib/unistr/u8-strncpy.c: New file.
4861         * lib/unistr/u16-strncpy.c: New file.
4862         * lib/unistr/u32-strncpy.c: New file.
4863         * lib/unistr/u-strncpy.h: New file.
4864
4865         * modules/unistr/u8-strnlen: New file.
4866         * modules/unistr/u16-strnlen: New file.
4867         * modules/unistr/u32-strnlen: New file.
4868         * lib/unistr/u8-strnlen.c: New file.
4869         * lib/unistr/u16-strnlen.c: New file.
4870         * lib/unistr/u32-strnlen.c: New file.
4871         * lib/unistr/u-strnlen.h: New file.
4872
4873         * modules/unistr/u8-strpbrk: New file.
4874         * modules/unistr/u16-strpbrk: New file.
4875         * modules/unistr/u32-strpbrk: New file.
4876         * lib/unistr/u8-strpbrk.c: New file.
4877         * lib/unistr/u16-strpbrk.c: New file.
4878         * lib/unistr/u32-strpbrk.c: New file.
4879         * lib/unistr/u-strpbrk.h: New file.
4880
4881         * modules/unistr/u8-strrchr: New file.
4882         * modules/unistr/u16-strrchr: New file.
4883         * modules/unistr/u32-strrchr: New file.
4884         * lib/unistr/u8-strrchr.c: New file.
4885         * lib/unistr/u16-strrchr.c: New file.
4886         * lib/unistr/u32-strrchr.c: New file.
4887
4888         * modules/unistr/u8-strspn: New file.
4889         * modules/unistr/u16-strspn: New file.
4890         * modules/unistr/u32-strspn: New file.
4891         * lib/unistr/u8-strspn.c: New file.
4892         * lib/unistr/u16-strspn.c: New file.
4893         * lib/unistr/u32-strspn.c: New file.
4894         * lib/unistr/u-strspn.h: New file.
4895
4896         * modules/unistr/u8-strstr: New file.
4897         * modules/unistr/u16-strstr: New file.
4898         * modules/unistr/u32-strstr: New file.
4899         * lib/unistr/u8-strstr.c: New file.
4900         * lib/unistr/u16-strstr.c: New file.
4901         * lib/unistr/u32-strstr.c: New file.
4902         * lib/unistr/u-strstr.h: New file.
4903
4904         * modules/unistr/u8-strtok: New file.
4905         * modules/unistr/u16-strtok: New file.
4906         * modules/unistr/u32-strtok: New file.
4907         * lib/unistr/u8-strtok.c: New file.
4908         * lib/unistr/u16-strtok.c: New file.
4909         * lib/unistr/u32-strtok.c: New file.
4910         * lib/unistr/u-strtok.h: New file.
4911
4912         * modules/unistr/u8-uctomb: New file.
4913         * modules/unistr/u16-uctomb: New file.
4914         * modules/unistr/u32-uctomb: New file.
4915         * lib/unistr/u8-uctomb.c: New file.
4916         * lib/unistr/u16-uctomb.c: New file.
4917         * lib/unistr/u32-uctomb.c: New file.
4918
4919         * MODULES.html.sh (Unicode string functions): Add the new modules.
4920
4921 2007-01-08  Bruno Haible  <bruno@clisp.org>
4922
4923         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
4924         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
4925         subdirectories.
4926
4927 2007-01-08  Karl Berry  <karl@gnu.org>
4928
4929         * doc/error.texi: mention that main() fns must set program_name
4930         when progname is used.
4931
4932 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4933
4934         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
4935         WCTYPE_H is empty, for the benefit of builds from non-distclean
4936         directories.  Problem reported by Eric Blake in
4937         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
4938
4939 2007-01-08  Bruno Haible  <bruno@clisp.org>
4940
4941         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
4942         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
4943         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
4944         PROVIDE_CANONICALIZE_FILENAME_MODE.
4945         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
4946
4947 2007-01-08  Bruno Haible  <bruno@clisp.org>
4948
4949         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
4950         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
4951         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
4952         * lib/fts.c: Likewise.
4953         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
4954
4955 2006-12-25  Bruno Haible  <bruno@clisp.org>
4956
4957         * modules/utf8-ucs4-safe: New file.
4958         * lib/utf8-ucs4-safe.h: New file.
4959         * lib/unistr/utf8-ucs4-safe.c: New file.
4960
4961         * modules/utf16-ucs4-safe: New file.
4962         * lib/utf16-ucs4-safe.h: New file.
4963         * lib/unistr/utf16-ucs4-safe.c: New file.
4964
4965         * MODULES.html.sh (Unicode string functions): Add the new modules.
4966
4967 2007-01-08  Bruno Haible  <bruno@clisp.org>
4968
4969         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
4970         (Depends-on): Add unitypes.
4971         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4972         (u8_mbtouc_aux): Move out to separate file.
4973         (u8_mbtouc): Use ucs4_t, uint8_t types.
4974         * lib/unistr/utf8-ucs4.c: New file.
4975
4976         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
4977         (Depends-on): Add unitypes.
4978         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4979         (u16_mbtouc_aux): Move out to separate file.
4980         (u16_mbtouc): Use ucs4_t, uint16_t types.
4981         * lib/unistr/utf16-ucs4.c: New file.
4982
4983         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
4984         (Depends-on): Add unitypes.
4985         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
4986         (u8_uctomb_aux): Move out to separate file.
4987         (u8_uctomb): Use ucs4_t, uint8_t types.
4988         * lib/unistr/ucs4-utf8.c: New file.
4989
4990         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
4991         (Depends-on): Add unitypes.
4992         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
4993         (u16_uctomb_aux): Move out to separate file.
4994         (u16_uctomb): Use ucs4_t, uint16_t types.
4995         * lib/unistr/ucs4-utf16.c: New file.
4996
4997 2006-12-25  Bruno Haible  <bruno@clisp.org>
4998
4999         * modules/unitypes: New file.
5000         * lib/unitypes.h: New file.
5001         * MODULES.html.sh (func_all_modules): New section "Unicode string
5002         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
5003         this section. Add unitypes.
5004
5005 2007-01-08  Bruno Haible  <bruno@clisp.org>
5006
5007         Avoid variable names that conflict with those from libtool.
5008         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
5009         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
5010         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
5011         library_names_spec to acl_library_names_spec, hardcode_* to
5012         acl_hardcode_*.
5013         Reported by Ralf Wildenhues.
5014
5015 2007-01-08  Bruno Haible  <bruno@clisp.org>
5016
5017         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
5018         definition.
5019         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
5020         definition.
5021         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
5022         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
5023         definition.
5024         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
5025         definition.
5026         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
5027         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
5028         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
5029         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
5030         definition.
5031         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
5032         definition.
5033         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
5034         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
5035         GC_USE_<algorithm>.
5036         * lib/gc-libgcrypt.c: Likewise.
5037         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
5038         * modules/gc-arctwo (configure.ac): Likewise.
5039         * modules/gc-des (configure.ac): Likewise.
5040         * modules/gc-hmac-md5 (configure.ac): Likewise.
5041         * modules/gc-hmac-sha1 (configure.ac): Likewise.
5042         * modules/gc-md2 (configure.ac): Likewise.
5043         * modules/gc-md4 (configure.ac): Likewise.
5044         * modules/gc-md5 (configure.ac): Likewise.
5045         * modules/gc-random (configure.ac): Likewise.
5046         * modules/gc-rijndael (configure.ac): Likewise.
5047         * modules/gc-sha1 (configure.ac): Likewise.
5048
5049 2007-01-08  Bruno Haible  <bruno@clisp.org>
5050
5051         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
5052         macro definition.
5053         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
5054         definition.
5055         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
5056         definition.
5057         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
5058         * modules/fcntl-safer (configure.ac): Likewise.
5059         * modules/fopen-safer (configure.ac): Likewise.
5060         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
5061         GNULIB_FWRITEERROR macro definition.
5062
5063 2007-01-08  Bruno Haible  <bruno@clisp.org>
5064
5065         * m4/gnulib-common.m4: New file.
5066         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
5067         (func_get_filelist): Add m4/gnulib-common.m4.
5068
5069 2007-01-08  Bruno Haible  <bruno@clisp.org>
5070
5071         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
5072         command.
5073
5074 2007-01-08  Jim Meyering  <jim@meyering.net>
5075
5076         Use a more robust test for a "can't happen" condition.
5077         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
5078         narrowed the st_size value.  Presuming the "can't happen" condition
5079         is true, that narrowing could conceivably convert an invalid st_size
5080         value into a valid one.  Instead, use a change based on Matthew
5081         Woehlke's original patch.
5082
5083         Slight readability improvement: use an assert-like macro
5084         in place of literal "abort ()" uses.
5085         * lib/fts.c (fts_assert): Define.
5086         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
5087         Use this macro instead of a bare 'abort'.
5088
5089 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
5090
5091         Don't worry about using IRIX 5.3's wctype.h broken definitions;
5092         simply work around them.
5093         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
5094         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
5095         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
5096         declaring.
5097         Don't bother to define as macros, since the standard doesn't require it.
5098         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
5099         longer worry about IRIX 5.3.
5100         (HAVE_WCTYPE_CTMP_BUG): Remove.
5101
5102 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
5103
5104         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
5105         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
5106         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
5107         Problems reported by Georg Schwarz for IRIX 5.3.
5108
5109         * gnulib-tool (autoconf_minversion): Take the maximum version number
5110         found, not the minimum.  Problem reported by James Youngman.
5111
5112 2007-01-03  Karl Berry  <karl@gnu.org>
5113
5114         * doc/error.texi: new file, explaining interaction with progname.
5115         * doc/gnulib.texi: include it.  Update copyright.
5116
5117 2007-01-03  Simon Josefsson  <simon@josefsson.org>
5118
5119         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
5120         AC_CANONICAL_HOST, to improve autobuild outputs.
5121
5122 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
5123             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
5124
5125         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
5126         sockets, server sockets, and other file descriptors.  Count errors
5127         to compute the return value.  Reorder the code a bit to be easier
5128         to follow.  Don't set event bits that were not requested (except
5129         POLLERR and POLLHUP).
5130
5131 2007-01-01  Bruno Haible  <bruno@clisp.org>
5132
5133         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
5134
5135 2007-01-03  Jim Meyering  <jim@meyering.net>
5136
5137         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
5138
5139 2007-01-02  Bruno Haible  <bruno@clisp.org>
5140
5141         * modules/settime (Include): Require timespec.h.
5142         * modules/nanosleep (Include): Likewise.
5143
5144 2007-01-01  Bruno Haible  <bruno@clisp.org>
5145
5146         * gnulib-tool (func_emit_copyright_notice): Bump year.
5147         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
5148
5149 2007-01-01  Bruno Haible  <bruno@clisp.org>
5150
5151         Improve support for OpenBSD.
5152         * build-aux/config.rpath (libname_spec): Export.
5153         (library_names_spec): New variable. Export.
5154         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
5155         library_names_spec from the config.rpath output. Locate shared library
5156         through the name pattern in library_names_spec.
5157
5158 2007-01-01  Eric Blake  <ebb9@byu.net>
5159
5160         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
5161
5162 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5163
5164         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
5165         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
5166         assume the C locale, and avoid an "eval" that could cause trouble.
5167         Problem with SORT reported by Bob Proulx.
5168
5169         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
5170         Define.  Trivial patch from Henning Nielsen Lund, originally
5171         sent to bug-grep@gnu.org today.
5172
5173 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5174
5175         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
5176         struct stat.  Problem reported by Henning Nielsen Lund.
5177         * lib/acl.c: Include acl.h first, to check interface.  Don't
5178         bother to include sys/types.h and sys/stat.h again.
5179
5180 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
5181
5182         Import the following change from libc; problem reported by
5183         Sven Verdoolaege.
5184
5185         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
5186
5187         [BZ #1373]
5188         * lib/argp.h: Remove __NTH for __argp_usage inline function.
5189
5190 2006-12-28  Jim Meyering  <jim@meyering.net>
5191
5192         * build-aux/announce-gen: Do not assume that the package
5193         builds any of tar.gz, tar.bz2, and .xdelta files.
5194         Suggestion from Simon Josefsson.
5195
5196 2006-12-28  Simon Josefsson  <simon@josefsson.org>
5197
5198         * modules/announce-gen: New file.
5199
5200 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
5201
5202         * lib/mbchar.h: Just include <wctype.h>; the wctype module
5203         handles its gotchas now.
5204         * lib/mbswidth.c: Likewise.
5205         * lib/wcwidth.h: Likewise.
5206         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
5207         and iswcntrl; the wctype module does this stuff now.
5208         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5209         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
5210         * modules/mbchar (Depends-on): Add wctype.
5211         * modules/mbswidth (Depends-on): Likewise.
5212         * modules/wcwidth (Depends-on): Likewise.
5213
5214 2006-12-27  Eric Blake  <ebb9@byu.net>
5215
5216         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
5217         module uses more than what <wctype.h> is required to provide.
5218
5219 2006-12-26  Eric Blake  <ebb9@byu.net>
5220
5221         * gnulib-tool (sed_extract_prog): Avoid space-tab.
5222
5223 2006-12-26  Eric Blake  <ebb9@byu.net>
5224
5225         * modules/absolute-header: New module.
5226         * modules/fcntl (Depends-on): Depend on it.
5227         * modules/inttypes (Depends-on): Likewise.
5228         * modules/stdint (Depends-on): Likewise.
5229         * modules/sys_stat (Depends-on): Likewise.
5230         * modules/wctype (Depends-on): Likewise.
5231         * MODULES.html.sh (Support for building libraries and
5232         executables): Document it.
5233
5234 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
5235
5236         * gnulib-tool (SED): Remove, undoing previous change.
5237         The problem was that it broke coreutils on Solaris, because
5238         "sed --posix" leaked into a makefile.
5239         (sed): New alias, if 'alias' and GNU sed.
5240
5241 2006-12-24  Jim Meyering  <jim@meyering.net>
5242
5243         Work around an fchownat bug in glibc-2.4:
5244         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
5245         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
5246         in spite of the -P option.
5247         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
5248         New macros.
5249         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
5250         * modules/openat (Files): Add lib/fchownat.c.
5251         * lib/openat.c (fchownat): Don't define here.  Move to...
5252         * lib/fchownat.c: ...this new file.
5253
5254 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
5255
5256         Fix bug reported by Bruno Haible in
5257         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
5258         where quotearg.c didn't compile on Mac OS X 10.2 because it
5259         lacks <wchar.h> and wint_t.
5260         * lib/wctype_.h (__wctype_wint_t): New type.
5261         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
5262         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
5263         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
5264         Arg is now of type __wctype_wint_t, not wint_t.
5265         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
5266         substitute HAVE_WINT_T.
5267         * modules/wctype (Files): Add m4/wint_t.m4.
5268         (wctype.h): Substitute HAVE_WINT_T.
5269
5270 2006-12-23  Bruno Haible  <bruno@clisp.org>
5271
5272         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
5273
5274 2006-12-23  Bruno Haible  <bruno@clisp.org>
5275
5276         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
5277         S_ISLNK.
5278         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
5279         mingw.
5280
5281 2006-12-22  Bruno Haible  <bruno@clisp.org>
5282
5283         * lib/copy-file.c: Include acl.h.
5284         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
5285         Close the file descriptors only after being done with copy_acl.
5286         * modules/copy-file (Depends-on): Add acl.
5287
5288 2006-12-22  Bruno Haible  <bruno@clisp.org>
5289
5290         * gnulib-tool (SED): New variable.
5291         Use $SED instead of sed everywhere.
5292
5293 2006-12-22  Bruno Haible  <bruno@clisp.org>
5294
5295         * modules/no-c++: New file.
5296         * m4/no-c++.m4: New file.
5297         * MODULES.html.sh (Support for building libraries and executables):
5298         Add no-c++.
5299
5300 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
5301
5302         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5303         Include <limits.h>, and use its INT_MAX to rewrite the
5304         j loop so that it does not overflow 'int'.  Problem reported by
5305         Ralf Wildenhues in
5306         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
5307         Play it safe by shifting left by 1 rather than multiplying by 2,
5308         as GCC is less likely to optimize this away when the value
5309         is signed (when it assumes overflow leads to undefined behavior).
5310         Also, don't assume time_t uses two's complement.
5311
5312 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5313
5314         * MODULES.html.sh: New module wctype.
5315         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
5316         * lib/fnmatch.c: Don't bother to include <wchar.h> before
5317         <wctype.h>, since the new wctype module should fix this.
5318         * lib/quotearg.c: Include <wctype.h> unconditionally, since
5319         the wctype module should arrange for it.
5320         * lib/regex_internal.h: Likewise.
5321         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
5322         since the wctype module should handle this now.
5323         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
5324         * modules/fnmatch (Depends-on): Add wctype.
5325         * modules/quotearg (Depends-on): Likewise.
5326         * modules/regex (Depends-on): Likewise.
5327
5328 2006-12-19  Bruno Haible  <bruno@clisp.org>
5329
5330         * lib/strdup.h [C++]: Wrap definitions in extern "C".
5331         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
5332
5333 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5334
5335         * modules/savewd (Depends-on): Fix dependency on fcntl.
5336
5337 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5338
5339         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
5340         conforms to C99, rather than relying on the user's environment
5341         setting of STDINT_H.
5342
5343 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5344         and Eric Blake  <ebb9@byu.net>
5345
5346         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
5347         This is more consistent with the other defines here.
5348         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
5349         Port to z/OS.  Problem reported by Paul Gilmartin.
5350         Change local vars to use gl_ prefix rather than ac_.
5351         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
5352         with other defines.
5353         * modules/double-slash-root: New module.
5354         * modules/dirname (Files): Remove m4/double-slash-root.m4.
5355         (Depends-on): Add double-slash-root.
5356         * MODULES.html.sh (File system functions): Mention new module.
5357
5358 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5359
5360         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
5361         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
5362         This is for the benefit of gzip, which doesn't do i18n.
5363
5364 2006-12-12  Jim Meyering  <jim@meyering.net>
5365
5366         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
5367         Reported by Andreas Schwab <schwab@suse.de>.
5368
5369 2006-12-12  Bruno Haible  <bruno@clisp.org>
5370
5371         Merge these changes.
5372         2006-09-05  Bruno Haible  <bruno@clisp.org>
5373         * lib/iconvme.c (iconv_string): No need to save and restore errno when
5374         iconv_alloc succeeded.
5375         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
5376         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
5377         test for " && dest " at the end - dest is always != NULL there. Call
5378         iconv with 4xNULL arguments initially, to reset the state. Call iconv
5379         with 2xNULL arguments, also to flush the state storage. Handle the
5380         IRIX iconv behaviour. Realloc the final result, to throw away unused
5381         memory.
5382
5383 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
5384
5385         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
5386         and fchmodat unconditionally, since glibc 2.4 has them.
5387         Problem reported by Arkadiusz Miskiewicz.
5388
5389 2006-12-10  Bruno Haible  <bruno@clisp.org>
5390
5391         * gnulib-tool (func_import): Show the include files only for those
5392         modules that are copied and specified.
5393         Reported by Karl Berry.
5394
5395 2006-12-08  Jim Meyering  <jim@meyering.net>
5396
5397         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
5398         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
5399
5400         * build-aux/announce-gen: Add two new options, both optional:
5401         --bootstrap-tools=TOOL_LIST
5402               a comma-separated list of tools, e.g.,
5403               autoconf,automake,bison,gnulib
5404         --gnulib-snapshot-date=DATE
5405               if gnulib is in the bootstrap tool list,
5406               then report this as the snapshot date.
5407               If not specified, use the current date/time.
5408               If you specify a date here, be sure it's UTC.
5409
5410 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5411
5412         * tests/test-argp-2.sh: Fix test to match actual output.
5413         (func_compare): Fix sed script to be portable.
5414
5415 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5416
5417         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
5418         workaround for this case.  It is not autoconfigured now; offhand
5419         it's hard to see how to autoconfigure it.
5420
5421 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
5422
5423         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
5424         a directory that is about to be chowned.  Such a directory's
5425         initial file permissions should permit the owner only and this
5426         should not be changed until after the chown, since the group and
5427         other bits would be incorrect if they granted permission before
5428         the chown.
5429
5430         Fix porting problem for iswctype reported by Georg Schwarz in:
5431         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
5432         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
5433         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
5434         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
5435         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5436
5437 2006-12-03  Jim Meyering  <jim@meyering.net>
5438
5439         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
5440         p->fts_statp may not yet be defined.
5441         (fts_read): Instead, set it in the caller, once p->fts_statp is
5442         sure to be defined, and corresponds to a top-level directory.
5443         This bug made du -x fail.  Here's the coreutils test case:
5444         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
5445         Reported by Mike Frysinger.
5446
5447 2006-12-01  Jim Meyering  <jim@meyering.net>
5448
5449         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
5450         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
5451         Reported by Simon Josefsson.
5452
5453 2006-11-30  Jim Meyering  <jim@meyering.net>
5454
5455         * m4/warning.m4: Use the all-permissive copyright notice
5456         recommended by RMS (rather than LGPL).
5457         * m4/vararrays.m4: Likewise.
5458         * m4/flexmember.m4: Likewise.
5459
5460 2006-11-29  Bruno Haible  <bruno@clisp.org>
5461
5462         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5463         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
5464         using +=.
5465         Reported by Simon Josefsson <simon@josefsson.org>.
5466
5467 2006-11-28  James Youngman <jay@gnu.org>
5468
5469         * README: Advise users that they might find the bug-gnulib@gnu.org
5470         and autotools-announce@gnu.org mailing lists useful.
5471
5472 2006-11-28  Bruno Haible  <bruno@clisp.org>
5473
5474         * m4/ptrdiff_max.m4: Remove file.
5475
5476 2006-11-21  Bruno Haible  <bruno@clisp.org>
5477
5478         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
5479         _AC_COMPUTE_INT.
5480         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5481         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
5482         _AC_COMPUTE_INT.
5483         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5484         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
5485         _AC_COMPUTE_INT.
5486         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5487
5488 2006-11-28  Jim Meyering  <jim@meyering.net>
5489
5490         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
5491         warning from "gcc -Wshadow" about shadowing the builtin.
5492
5493 2006-11-27  Bruno Haible  <bruno@clisp.org>
5494
5495         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
5496         _AC_COMPUTE_INT.
5497         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5498
5499 2006-11-27  Bruno Haible  <bruno@clisp.org>
5500             Paul Eggert  <eggert@cs.ucla.edu>
5501
5502         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
5503
5504 2006-11-26  Bruno Haible  <bruno@clisp.org>
5505
5506         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5507         noinst_LTLIBRARIES.
5508
5509 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5510             Bruno Haible  <bruno@clisp.org>
5511
5512         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
5513         if compiling with "gcc -ansi".
5514
5515 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5516
5517         Fix some incompatibilities with gcc -ansi -pedantic.
5518         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
5519         if compiling pedantically with GCC, unless it's C99 or later.
5520         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
5521         it mishandles gcc -ansi -pedantic as well.
5522         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
5523         if gcc -pedantic.
5524         * lib/regexec.c (check_node_accept_bytes): Don't use auto
5525         initializers for struct if -pedantic, unless it's C99 or later.
5526
5527 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
5528
5529         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
5530         Don't close an fd more than once. Identical atimes indicate
5531         success, not failure.
5532
5533 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
5534
5535         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
5536
5537 2006-11-23  Jim Meyering  <jim@meyering.net>
5538
5539         * build-aux/announce-gen: New file.  From coreutils.
5540
5541 2006-11-22  Jim Meyering  <jim@meyering.net>
5542
5543         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
5544         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
5545         (fts_read): Use a temporary to narrow the overused st_size member
5546         before using it in a switch statement.  Reported by Matthew Woehlke.
5547
5548         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
5549         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5550
5551 2006-11-20  Bruno Haible  <bruno@clisp.org>
5552
5553         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
5554         changequote instead of pairs of brackets.
5555         Reported by Andreas Schwab <schwab@suse.de>.
5556
5557 2006-11-21  Jim Meyering  <jim@meyering.net>
5558
5559         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
5560         so as to remain compatible with older compilers.
5561         Patch from Michael Deutschmann.
5562
5563 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5564
5565         * MODULES.html.sh (File system functions): Add openat.
5566
5567         * lib/openat.h (rpl_fstatat): New macro, if
5568         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
5569         (fstatat): Define to rpl_fstatat under the same conditions,
5570         unless COMPILING_FSTATAT.
5571         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
5572         seems to have the bug.
5573         * lib/fstatat.c: New file.
5574         * modules/openat (Files): Add it.
5575
5576 2006-11-20  Bruno Haible  <bruno@clisp.org>
5577
5578         * Makefile: New file.
5579
5580 2006-11-20  Jim Meyering  <jim@meyering.net>
5581
5582         The beginnings of syntax-related checks for gnulib.
5583         * lib/Makefile: New file.
5584         * lib/t-idcache: New script.  Ensure that the two halves of
5585         idcache.c stay in sync.
5586
5587         * lib/idcache.c: Adjust comments in user- and group- portions to
5588         be more accurate, and to be consistent with one another.
5589
5590 2006-11-20  Jim Meyering  <jim@meyering.net>
5591
5592         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
5593         continue using the flexible array member (thus, this module performs
5594         half as many malloc calls), with the addition that...
5595         (getgroup, getuser): Consistently record a non-match via an empty
5596         "name" string, and map an empty string match to a NULL return value.
5597         * modules/idcache (Depends-on): Re-add flexmember.
5598
5599         * lib/idcache.c (getuser): Remove all uses of the register keyword.
5600         (getuidbyname, getgroup, getgidbyname): Likewise.
5601
5602         Use cleaner syntax: NULL rather than 0.
5603         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
5604
5605 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5606
5607         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
5608         It mishandled the case where the group was missing.
5609         Problem reported by Greg Schafer.
5610         * modules/idcache: Likewise.
5611
5612 2006-11-18  Jim Meyering  <jim@meyering.net>
5613
5614         * check-module (%exempt_header): Add exception for some
5615         conditionally-included headers.
5616
5617         * modules/i-ring (Depends-on): Add verify.
5618         (License): Change to LGPL.
5619
5620 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
5621
5622         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
5623         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
5624         and inttostr.h.  Use snprintf rather than uinttostr, so that
5625         LGPLed code doesn't depend on GPLed.
5626
5627 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5628
5629         * modules/inline (License): Change from GPL to LGPL.
5630
5631 2006-11-17  Jim Meyering  <jim@meyering.net>
5632
5633         * modules/d-type (License): Switch to LGPL.
5634
5635 2006-11-15  Bruno Haible  <bruno@clisp.org>
5636
5637         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
5638
5639 2006-11-15  Eric Blake  <ebb9@byu.net>
5640
5641         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
5642         the module dependency.
5643
5644 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5645             Bruno Haible  <bruno@clisp.org>
5646
5647         * gnulib-tool (func_create_testdir): Add license consistency check.
5648
5649 2006-11-15  Eric Blake  <ebb9@byu.net>
5650
5651         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
5652         random "(cached)" in configure output.
5653
5654 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5655
5656         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
5657         test for conforming inttypes.h is both announced and cached.
5658
5659         * MODULES.html.sh (seen_modules, seen_files): New variables.
5660         (func_module): Rewrite to use a few less gnulib-tool and sed
5661         invocations.  Avoid a couple of quadratic algorithms for ...
5662         (missed_modules, missed_files): ... these, with ...
5663         (func_append, func_tmpdir): ... these new functions, from
5664         gnulib-tool.  Analogously, install traps for cleanup.
5665
5666         * tests/test-gc.c (main): Remove unused variables.
5667         * tests/test-read-file.c: Include stdlib.h, for 'free'.
5668
5669 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5670
5671         * modules/inttostr (License): Change to LGPL.
5672
5673 2006-11-14  Eric Blake  <ebb9@byu.net>
5674
5675         * modules/tempname (License): Change to LGPL.
5676
5677 2006-11-14  Eric Blake  <ebb9@byu.net>
5678
5679         * doc/functions.texi (Function Portability): *printf functions on
5680         Cygwin now understand all POSIX size specifiers.
5681
5682 2006-11-14  Bruno Haible  <bruno@clisp.org>
5683
5684         * modules/c-ctype (License): Change to LGPL.
5685
5686 2006-11-12  Bruno Haible  <bruno@clisp.org>
5687
5688         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
5689         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
5690         for GNOME libraries, for which the include files are installed in
5691         subdirectories of $prefix/include.
5692
5693 2006-11-12  Bruno Haible  <bruno@clisp.org>
5694
5695         * m4/lib-link.m4: Require at least autoconf-2.54.
5696         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
5697         name to underscores for the --with option.
5698
5699 2006-11-13  Bruno Haible  <bruno@clisp.org>
5700
5701         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
5702         the tests directory.
5703         Reported by Ralf Wildenhues.
5704
5705 2006-11-13  Bruno Haible  <bruno@clisp.org>
5706
5707         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
5708         (func_emit_initmacro_end): Undo the override here.
5709         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
5710         Works around the famous automake error in coreutils.
5711
5712 2006-11-13  Eric Blake  <ebb9@byu.net>
5713
5714         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
5715         element, not its node.
5716
5717 2006-11-12  Bruno Haible  <bruno@clisp.org>
5718
5719         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
5720         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
5721
5722 2006-11-12  Bruno Haible  <bruno@clisp.org>
5723
5724         * gnulib-tool: New option --local-symlink.
5725         (func_usage): Document it.
5726         (lsymbolic): New variable.
5727         (func_import, func_create_testdir): If --symlink was not specified,
5728         test whether --local-symlink was specified and the file comes from
5729         the local_gnulib_dir.
5730
5731 2006-11-12  Bruno Haible  <bruno@clisp.org>
5732
5733         * gnulib-tool (func_ln): New function.
5734         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
5735
5736 2006-11-12  Bruno Haible  <bruno@clisp.org>
5737
5738         Finish support for source files in subdirectories.
5739         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
5740         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
5741         AUTOMAKE_OPTIONS.
5742         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
5743
5744 2006-11-12  Bruno Haible  <bruno@clisp.org>
5745
5746         * gnulib-tool (func_get_automake_snippet): Synthesize also an
5747         EXTRA_lib_SOURCES augmentation.
5748         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
5749
5750 2006-11-12  Jim Meyering  <jim@meyering.net>
5751
5752         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
5753         file descriptors.  This also averts a failure on systems with
5754         native openat support when a traversed directory lacks "x" access.
5755         * lib/fts_.h: Include "i-ring.h"
5756         (struct FTS) [fts_fd_ring]: New member.
5757         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
5758         (FCHDIR): Add parentheses.
5759         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
5760         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
5761         When descending, rather than simply closing the previous
5762         fts_cwd_fd value, push that file descriptor onto the ring.
5763         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
5764         (fts_open): Initialize the new fd_ring member.
5765         (fts_close): Clear the ring.
5766         (fts_safe_changedir): When possible, use our new fd_ring to skip
5767         the diropen and fstat and dev/ino comparison that would normally
5768         accompany a virtual `chdir ("..")'.
5769
5770         * modules/fts (Depends-on): Add i-ring.
5771         * modules/i-ring: New module.
5772         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
5773         * m4/i-ring.m4: New file.
5774
5775 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5776
5777         * gnulib-tool (func_create_testdir): Fix replacement of
5778         `build-aux' in configure.ac.  Run autotools in gltests
5779         subdirectory.
5780         (func_create_testdir, func_create_megatestdir, test): There is
5781         no need for '--force' in most autotool invocations in a new
5782         tree.  Actually fail the whole test if any of the tools, or the
5783         configure or make stages fail.
5784
5785         Sync from Automake.
5786         * build-aux/gnupload: Revert last change.  Add pointer to upload
5787         instructions of the GNU Maintenance Instructions.
5788         Suggestion by Karl Berry.
5789
5790 2006-11-10  Jim Meyering  <jim@meyering.net>
5791
5792         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
5793
5794 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5795
5796         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
5797         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
5798         (bind_textdomain_codeset) [! ENABLE_NLS]:
5799         Evaluate all the arguments.  That way, callers get compatible behavior
5800         if the arguments have side effects.  Also, it avoids some GCC
5801         diagnostics in some cases; Joel E. Denny reported problems when Bison
5802         was configured with --enable-gcc-warnigs.
5803
5804 2006-11-10  Jim Meyering  <jim@meyering.net>
5805
5806         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
5807         relevant options in CFLAGS (like -O, -fno-inline) are taken into
5808         account.
5809
5810 2006-11-10  Jim Meyering  <jim@meyering.net>
5811
5812         * modules/inline: New file/module.
5813         * modules/xalloc (Files): Remove m4/inline.m4.
5814         (Depends-on): Add inline, instead.
5815         * modules/oset: Likewise.
5816         * modules/list: Likewise.
5817
5818 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5819
5820         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
5821         Problem reported by Matthew Woehlke.
5822
5823 2006-11-09  Bruno Haible  <bruno@clisp.org>
5824
5825         * lib/tempname.c (gen_tempname): Remove variant that invokes
5826         __gen_tempname.
5827         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
5828         __gen_tempname.
5829
5830 2006-11-08  Bruno Haible  <bruno@clisp.org>
5831
5832         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
5833         to 'yes' instead of 'cross-compiling'.
5834
5835 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
5836
5837         * lib/quotearg.h (quotearg_free): New decl.
5838         * lib/quotearg.c (quotearg_free): New function.
5839         (slot0, nslots, slotvec0, slotvec):
5840         Now file-scope so that quotearg_free can get at them.
5841
5842 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5843
5844         Sync from Automake.
5845         * build-aux/gnupload: Add missing 'gnu' to example URL.
5846         Report by Karl Berry.
5847
5848 2006-11-08  Bruno Haible  <bruno@clisp.org>
5849
5850         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
5851         Suggested by Paul Eggert.
5852
5853 2006-11-08  Jim Meyering  <jim@meyering.net>
5854
5855         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
5856         It's already included if !_LIBC.
5857         (fts_safe_changedir): Add a comment.
5858
5859 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5860
5861         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
5862         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
5863         Matthew Woehlke.
5864
5865         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
5866         definitions up, to avoid colliding with change below.
5867         (static_inline) [HAVE_INLINE]: New macro.
5868         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
5869         Provide extern decls when !HAVE_INLINE.  Do not define unless
5870         static_inline is defined, either by us or by xmalloc.c.  Use
5871         static_inline rather than static inline.
5872         (XCALLOC): Optimize sizeof(T) = 1 case.
5873         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
5874
5875 2006-11-07  Bruno Haible  <bruno@clisp.org>
5876
5877         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
5878         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
5879         AC_C_INLINE.
5880         * modules/xalloc (Files): Add m4/inline.m4.
5881
5882 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5883
5884         * README: Fix typo.
5885         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
5886         (Miscellanous Notes): ...from this.
5887
5888 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5889
5890         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
5891         Mention that offsetof should be used instead of sizeof.
5892         From Bruno Haible.
5893
5894 2006-11-07  Bruno Haible  <bruno@clisp.org>
5895
5896         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
5897
5898 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5899
5900         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5901         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
5902         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5903         (gl_tree_add_before, gl_tree_add_after):
5904         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
5905         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
5906         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5907         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
5908         (gl_linked_add_after, gl_linked_add_at): Likewise.
5909         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
5910         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5911         (gl_tree_add_before, gl_tree_add_after): Likewise.
5912         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
5913         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
5914         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5915
5916 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5917
5918         * lib/gl_oset.h: Use C comment style, not C++ comment style.
5919
5920 2006-11-06  Bruno Haible  <bruno@clisp.org>
5921
5922         * m4/inline.m4: New file.
5923         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
5924         * modules/list (Files): Add m4/inline.m4.
5925         * modules/oset (Files): Likewise.
5926
5927 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5928
5929         * lib/idcache.c: Include <stddef.h>, for offsetof.
5930         (struct userid.name): Change from char * to a flexible array member.
5931         All uses changed.
5932         * modules/idcache (Depends-on): Add flexmember.
5933
5934         * MODULES.html.sh (Core language properties): New module flexmember.
5935         * modules/flexmember, m4/flexmember.m4: New files.
5936
5937         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
5938         inline functions that are identical with the old xnmalloc_inline,
5939         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
5940         that we can avoid some unnecessary integer multiplications and
5941         divisions in the common case where the element size is known at
5942         compile time.
5943         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
5944         needed.
5945         (xnboundedmalloc): Remove.
5946         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
5947         arguments, for consistency with rest of this header.
5948         (xcharalloc): Rewrite using XNMALLOC.
5949         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
5950         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
5951         versions have been moved to lib/xalloc.h and renamed to be the
5952         non-*_inline versions.
5953         (xmalloc, xrealloc): Implement without reference to the xnmalloc
5954         and xnrealloc functions, since those functions are now inline and
5955         now call us.
5956         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
5957         renaming described above.
5958         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
5959         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
5960         captures the dependency in AC_C_INLINE.
5961
5962         New module canonicalize-lgpl, proposed by Charles Wilson in
5963         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
5964         with a few small changes afterwards.
5965         * MODULES.html.sh (File system functions): New module
5966         canonicalize-lgpl.
5967         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
5968         and canonicalize_file_name.
5969         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
5970         * modules/canonicalize-lgpl: New files.
5971
5972 2006-11-05  Bruno Haible  <bruno@clisp.org>
5973
5974         * gnulib-tool (func_import, func_create_testdir): Create directories
5975         also for files in subdirectories of lib/.
5976
5977 2006-11-05  Bruno Haible  <bruno@clisp.org>
5978
5979         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
5980         ANSI C compliant.
5981
5982 2006-11-03  Bruno Haible  <bruno@clisp.org>
5983
5984         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5985         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
5986         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
5987         (xnboundedmalloc): New inline function.
5988         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
5989         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
5990         xmalloc.
5991         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
5992         xmalloc.
5993         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
5994         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
5995         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
5996         xmalloc.
5997         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5998         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
5999         xmalloc.
6000         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
6001         gl_tree_add_after): Use XMALLOC instead of xmalloc.
6002         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
6003         xmalloc.
6004         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
6005         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
6006         gl_tree_add_after): Use XMALLOC instead of xmalloc.
6007         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
6008         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
6009         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
6010         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
6011
6012 2006-11-03  Bruno Haible  <bruno@clisp.org>
6013
6014         * lib/c-ctype.h [C++]: Define functions without name mangling.
6015         * lib/fwriteerror.h [C++]: Likewise.
6016         * lib/gcd.h [C++]: Likewise.
6017         * lib/linebreak.h [C++]: Likewise.
6018
6019 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
6020
6021         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
6022         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
6023         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
6024         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6025         Check for functions and headers just once.
6026         Check for declaration of canonicalize_file_name.
6027         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
6028
6029 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6030
6031         * gnulib-tool (func_import): Fix typo in actioncmd.
6032
6033 2006-11-02  Bruno Haible  <bruno@clisp.org>
6034
6035         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
6036         newline sequence in the Makefile.am snippet as a space, like "make"
6037         does.
6038         Reported by Roger Persson <perrog@gmail.com>.
6039
6040 2006-11-01  Bruno Haible  <bruno@clisp.org>
6041
6042         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
6043         already declared in <string.h>.
6044         * lib/strcase.h (strncasecmp): Don't declare it if yes.
6045
6046 2006-11-01  Bruno Haible  <bruno@clisp.org>
6047
6048         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
6049         * lib/strcase.h: Include <string.h>.
6050         (strcasecmp): Define to rpl_strcasecmp here.
6051
6052 2006-11-01  Bruno Haible  <bruno@clisp.org>
6053
6054         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
6055
6056 2006-11-01  Eric Blake  <ebb9@byu.net>
6057
6058         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
6059
6060         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
6061
6062 2006-10-29  Bruno Haible  <bruno@clisp.org>
6063
6064         Make it compile in C++ mode.
6065         * lib/full-write.c (full_rw): Add a cast.
6066
6067 2006-11-01  Bruno Haible  <bruno@clisp.org>
6068
6069         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
6070         be POSIX compliant.
6071         Reported by Roger Persson <perrog@gmail.com>.
6072
6073 2006-11-01  Eric Blake  <ebb9@byu.net>
6074
6075         * lib/getopt_.h: Fix comments.
6076
6077 2006-10-31  Eric Blake  <ebb9@byu.net>
6078
6079         * modules/tmpdir (Depends-on): Add sys_stat.
6080         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
6081         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
6082         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
6083         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
6084         tempname.
6085
6086 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
6087
6088         Avoid some C++ diagnostics reported by Bruno Haible.
6089         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
6090         xmalloc.
6091         (quotearg_alloc): Use xcharalloc rather than xmalloc.
6092         (struct slotvec): Move to top level.
6093         (quotearg_n_options): Rewrite to avoid xmalloc.
6094         * lib/xalloc.h (xcharalloc): New function.
6095         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
6096         [defined __cplusplus]: Add function template that provides result
6097         type propagation.  This part of the change is from Bruno Haible.
6098
6099 2006-10-29  Bruno Haible  <bruno@clisp.org>
6100
6101         Make it compile in C++ mode.
6102         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
6103         * lib/strnlen1.c (strnlen1): Cast memchr result.
6104         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
6105         * lib/clean-temp.c (string_equals, string_hash): Add casts.
6106         (create_temp_dir): Rename local variable 'template'.
6107         (compile_csharp_using_sscli): Add cast.
6108         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
6109         * lib/findprog.c (find_in_path): Likewise.
6110         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
6111         * lib/wait-process.c (register_slave_subprocess): Likewise.
6112
6113 2006-10-22  Bruno Haible  <bruno@clisp.org>
6114
6115         * modules/tsearch: New file.
6116         * lib/tsearch.h: New file.
6117         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
6118         * m4/tsearch.m4: New file.
6119         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
6120
6121 2006-10-29  Eric Blake  <ebb9@byu.net>
6122
6123         * lib/arcfour.c: Assume config.h.
6124         * lib/arctwo.c: Likewise.
6125         * lib/base64.c: Likewise.
6126         * lib/check-version.c: Likewise.
6127         * lib/crc.c: Likewise.
6128         * lib/des.c: Likewise.
6129         * lib/gc-gnulib.c: Likewise.
6130         * lib/gc-libgcrypt.c: Likewise.
6131         * lib/gc-pbkdf2-sha1.c: Likewise.
6132         * lib/getaddrinfo.c: Likewise.
6133         * lib/getdelim.c: Likewise.
6134         * lib/getline.c: Likewise.
6135         * lib/hmac-md5.c: Likewise.
6136         * lib/hmac-sha1.c: Likewise.
6137         * lib/iconvme.c: Likewise.
6138         * lib/md2.c: Likewise.
6139         * lib/md4.c: Likewise.
6140         * lib/memxor.c: Likewise.
6141         * lib/read-file.c: Likewise.
6142         * lib/readline.c: Likewise.
6143         * lib/rijndael-alg-fst.c: Likewise.
6144         * lib/rijndael-api-fst.c: Likewise.
6145         * lib/xgetdomainname.c: Likewise.
6146
6147 2006-10-28  Eric Blake  <ebb9@byu.net>
6148
6149         * lib/xstrndup.c: Assume config.h.
6150
6151 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
6152
6153         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
6154         stat-macros.h is now for our own macros, whereas stat_h is for
6155         macros in the <sys/stat.h> name space.
6156         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
6157         (STAT_MACROS_H): Remove.
6158         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
6159         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
6160         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
6161         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
6162         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
6163         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
6164         Move these macros to ...
6165         * lib/stat_.h: here.  Don't include stat-macros.h.
6166         * lib/canonicalize.c: Don't include stat-macros.h.
6167         * lib/chown.c: Likewise.
6168         * lib/euidaccess.c: Likewise.
6169         * lib/file-type.c: Likewise.
6170         * lib/filemode.c: Likewise.
6171         * lib/glob.c: Likewise.
6172         * lib/isapipe.c: Likewise.
6173         * lib/lchown.c: Likewise.
6174         * lib/lstat.c: Likewise.
6175         * lib/mkdir-p.c: Likewise.
6176         * lib/rmdir.c: Likewise.
6177         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
6178         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
6179         unless mkdir isn't declared, to speed up 'configure'.
6180         Always create sys/stat.h, since it's unlikely any real sys/stat.h
6181         would define all the S_* symbols.
6182         * modules/canonicalize (Depends-on):
6183         Depend on sys_stat, not stat-macros.
6184         * modules/chown: Likewise.
6185         * modules/euidaccess: Likewise.
6186         * modules/filemode: Likewise.
6187         * modules/file-type: Likewise.
6188         * modules/glob: Likewise.
6189         * modules/isapipe: Likewise.
6190         * modules/lchown: Likewise.
6191         * modules/lstat: Likewise.
6192         * modules/mkancesdirs: Likewise.
6193         * modules/rmdir: Likewise.
6194         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
6195         * modules/modechange: Likewise.
6196         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
6197         (configure.ac): Remove gl_STAT_MACROS.
6198         * modules/sys_stat (Depends-on): Remove stat-macros.
6199
6200 2006-10-27  Bruno Haible  <bruno@clisp.org>
6201
6202         * m4/signed.m4: Remove file.
6203         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
6204         invocation.
6205         * modules/vasnprintf (Files): Remove m4/signed.m4.
6206
6207 2006-10-27  Bruno Haible  <bruno@clisp.org>
6208
6209         Update to GNU gettext 0.16.
6210         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
6211         m4/inttypes-h.m4, m4/signed.m4.
6212         * m4/gettext.m4: Update to GNU gettext 0.16.
6213         * m4/intl.m4: New file, from GNU gettext.
6214         * m4/intldir.m4: New file, from GNU gettext.
6215         * config/srclist.txt: Update
6216
6217 2006-10-27  Eric Blake  <ebb9@byu.net>
6218
6219         * MODULES.html.sh: Document tempname.
6220         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
6221         dependencies.
6222         (Files): Move lib/tempname.c...
6223         * modules/tempname: ...to this new module.
6224         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
6225         (gl_PREREQ_TEMPNAME): Move...
6226         * m4/tempname.m4: ...to this new file.
6227         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
6228         * modules/sys_stat (Depends-on): Add stat-macros.
6229         * lib/stat_.h (includes): Pick up stat macros.
6230         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
6231         if stat macros are broken.
6232         * lib/tempname.c (includes): No need to include "stat-macros.h".
6233         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
6234         (direxists, __path_search) [!_LIBC]: Don't compile these in
6235         gnulib; the tmpdir module covers that.
6236         * lib/tempname.h: New file.
6237
6238 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
6239
6240         * COPYING: Explain how gnulib-tool converts licence headers.
6241         Almost all wording by Eric Blake.
6242
6243 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
6244
6245         * lib/mbchar.h (is_basic_table): Make read-only.
6246         * lib/mbchar.c (is_basic_table): Likewise.
6247         Reported by John Darrington.
6248
6249 2006-10-25  Bruno Haible  <bruno@clisp.org>
6250
6251         * lib/progname.h (set_program_name): Undefine before defining.
6252
6253 2006-10-25  Bruno Haible  <bruno@clisp.org>
6254
6255         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
6256         false for non-gcc C++ compilers.
6257         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
6258
6259 2006-10-24  Bruno Haible  <bruno@clisp.org>
6260
6261         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
6262         iconv implementations like Irix iconv.
6263
6264 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6265
6266         * modules/vararrays: New file.
6267         * m4/vararrays.m4: New file, taken from diffutils.
6268         * MODULES.html.sh: New module vararrays.
6269
6270 2006-10-24  Karl Berry  <karl@gnu.org>
6271
6272         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
6273         Don't call GNU Unix.
6274
6275 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6276
6277         * users.txt: Add Libtool.
6278
6279         Sync from Libtool:
6280
6281         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6282
6283         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
6284         to gnulib's policy of including config.h unconditionally.
6285
6286 2006-10-24  Bruno Haible  <bruno@clisp.org>
6287
6288         * modules/wcwidth (Files): Add m4/wint_t.m4.
6289         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
6290         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
6291
6292 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6293
6294         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
6295         to pacify GCC with some -W flags enabled.  Problem reported by
6296         Bruno Haible.
6297
6298 2006-10-24  Jim Meyering  <jim@meyering.net>
6299
6300         * MODULES.html.sh: Remove uinttostr.  It's not a module.
6301         Reported by Karl Berry.
6302
6303 2006-10-23  Bruno Haible  <bruno@clisp.org>
6304
6305         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
6306
6307 2006-10-24  Bruno Haible  <bruno@clisp.org>
6308
6309         * lib/gl_list.h: Use C comment style, not C++ comment style.
6310
6311 2006-10-23  Eric Blake  <ebb9@byu.net>
6312
6313         * lib/getaddrinfo.c (includes): Add missing include.
6314
6315 2006-10-23  Bruno Haible  <bruno@clisp.org>
6316             Paul Eggert  <eggert@cs.ucla.edu>
6317
6318         Ability to rename obstack_free.
6319         * lib/obstack.h (__obstack_free): New macro. Declare instead of
6320         obstack_free.
6321         (obstack_free): Invoke the __obstack_free macro.
6322         * lib/obstack.c (obstack_free): Use __obstack_free macro.
6323
6324 2006-10-23  Bruno Haible  <bruno@clisp.org>
6325             Paul Eggert  <eggert@cs.ucla.edu>
6326
6327         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
6328         __argc, __argv from the declaration. (They are defined as macros on
6329         mingw.)
6330
6331 2006-10-22  Bruno Haible  <bruno@clisp.org>
6332
6333         * doc/gnulib-intro.texi: New file.
6334         * doc/gnulib.texi: Include it.
6335
6336 2006-10-21  Bruno Haible  <bruno@clisp.org>
6337
6338         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
6339         "Introduction", "Miscellanous Notes", "Particular Modules".
6340
6341 2006-10-21  Bruno Haible  <bruno@clisp.org>
6342
6343         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6344         Change mostlyclean-local rule to avoid sh syntax error from bash
6345         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
6346
6347 2006-10-23  Jim Meyering  <jim@meyering.net>
6348
6349         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
6350         in place of snprintf.
6351
6352         * modules/inttostr (Files): Add lib/uinttostr.c.
6353         * lib/uinttostr.c (inttostr): New file/function.
6354         * lib/inttostr.h (uinttostr): Declare.
6355         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
6356         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
6357         Add uinttostr.
6358         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
6359
6360 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6361
6362         * lib/canonicalize.c (ELOOP): Define if not already defined.
6363         Problem reported by Bruno Haible in
6364         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
6365
6366 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6367
6368         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
6369         Problem reported by Perry Smith and Ville Laurikari.
6370
6371         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
6372         uses.
6373
6374 2006-10-19  Bruno Haible  <bruno@clisp.org>
6375
6376         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
6377         for mingw.
6378
6379 2006-10-19  Bruno Haible  <bruno@clisp.org>
6380
6381         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
6382         Needed for mingw.
6383
6384 2006-10-19  Bruno Haible  <bruno@clisp.org>
6385
6386         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
6387
6388 2006-10-19  Bruno Haible  <bruno@clisp.org>
6389
6390         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
6391         it.
6392
6393 2006-10-19  Bruno Haible  <bruno@clisp.org>
6394
6395         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
6396         invocation.
6397
6398 2006-10-19  Bruno Haible  <bruno@clisp.org>
6399
6400         * gnulib-tool (func_create_testdir): Don't include ftruncate and
6401         mountlist by default.
6402
6403 2006-10-16  Bruno Haible  <bruno@clisp.org>
6404
6405         * lib/c-strstr.c: Include c-strstr.h.
6406
6407 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6408
6409         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
6410         in a slash.
6411
6412 2006-10-18  Bruno Haible  <bruno@clisp.org>
6413
6414         * lib/lock.h [C++]: Wrap definitions in extern "C".
6415
6416 2006-10-18  Bruno Haible  <bruno@clisp.org>
6417
6418         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
6419         gl_LIBOBJS list.
6420
6421 2006-10-18  Bruno Haible  <bruno@clisp.org>
6422
6423         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
6424
6425 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
6426
6427         * lib/xstrtol.h: Include gettext.h.
6428         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
6429         Problem reported by Eric Blake.
6430         * modules/xstrtol (Depends-on): Add gettext-h.
6431
6432 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
6433
6434         * lib/strftime.c (advance): New macro.
6435         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
6436         incomplete type, so you can't add 0 to it.  Problem and patch
6437         reported by Eelco Dolstra for dietlibc.
6438
6439 2006-10-18  Jim Meyering  <jim@meyering.net>
6440
6441         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
6442         type for a local, and rename it: s/up/user_proc/.
6443
6444 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
6445
6446         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
6447         READ_UTMP_USER_PROCESS.
6448         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
6449
6450 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
6451
6452         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
6453         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
6454
6455 2006-10-17  Eric Blake  <ebb9@byu.net>
6456
6457         * lib/sigprocmask.c (sigprocmask): Fix typo.
6458
6459         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
6460
6461         * modules/clean-temp (Makefile.am): Don't add to make output...
6462         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
6463         config.h.
6464
6465 2006-10-17  Bruno Haible  <bruno@clisp.org>
6466
6467         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
6468         differently if DEFAULT_TEXT_DOMAIN is set.
6469
6470 2006-10-16  Bruno Haible  <bruno@clisp.org>
6471
6472         * lib/clean-temp.c: Include fwriteerror.h.
6473
6474 2006-10-16  Bruno Haible  <bruno@clisp.org>
6475
6476         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
6477
6478 2006-10-16  Bruno Haible  <bruno@clisp.org>
6479
6480         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
6481         * lib/sigprocmask.h: Include <sys/types.h>.
6482         (sigset_t): Use the system's definition if present.
6483
6484 2006-10-17  Eric Blake  <ebb9@byu.net>
6485
6486         * lib/xvasprintf.c (includes): Assume config.h.
6487         * lib/xasprintf.c (includes): Likewise.
6488
6489 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6490
6491         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
6492         at least as wide as intmax_t.
6493
6494 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
6495
6496         (Imported from Automake.)
6497         * build-aux/gnupload: Update to version 1.1 of directive file.
6498
6499 2006-10-16  Eric Blake  <ebb9@byu.net>
6500
6501         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
6502         match Automake 1.10a.
6503
6504 2006-10-14  Bruno Haible  <bruno@clisp.org>
6505
6506         * modules/sigprocmask: New file.
6507         * lib/sigprocmask.h: New file.
6508         * lib/sigprocmask.c: New file.
6509         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
6510         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
6511         request sigprocmask.o.
6512         (gl_PREREQ_SIGPROCMASK): New macro.
6513         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
6514         (Depends-on): Add sigprocmask.
6515         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
6516         gt_SIGNALBLOCKING. Test for 'raise' only once.
6517         * lib/fatal-signal.c: Include sigprocmask.h.
6518         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
6519         unblock_fatal_signals): Define always.
6520         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6521         sigprocmask.
6522
6523 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
6524
6525         Sync from Automake.
6526         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
6527         which incorrectly sets the mode of an existing destination
6528         directory.  In some cases the unpatched install-sh could do the
6529         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
6530         system.  We hope this is rare in practice, but it's clearly worth
6531         fixing.  Problem reported by Alex Unleashed in
6532         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
6533         Also, don't bother to check for -m bugs unless we're using -m;
6534         suggested by Stepan Kasal.
6535
6536 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6537
6538         Sync from Automake.
6539         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
6540         `-c' flag, so they appear at the same position as in %FASTDEP%
6541         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
6542         which ignores unknown options only after the first non-option.
6543         Bug report against M4 by Nelson H. F. Beebe.
6544
6545 2006-10-13  Jim Meyering  <jim@meyering.net>
6546
6547         Fix a bug in yesterday's change.
6548         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
6549         p->fts_statp->st_dev would be used uninitialized.
6550         Ensures that we always call fts_stat on the very first entry.
6551         Miklos Szeredi reported that find -xdev stopped working.
6552
6553 2006-10-12  Bruno Haible  <bruno@clisp.org>
6554
6555         * gnulib-tool (func_get_automake_snippet): Append an automatically
6556         computed EXTRA_DIST augmentation.
6557         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
6558         * modules/alloca-opt (Makefile.am): Likewise.
6559         * modules/allocsa (Makefile.am): Likewise.
6560         * modules/arcfour (Makefile.am): Likewise.
6561         * modules/arctwo (Makefile.am): Likewise.
6562         * modules/argmatch (Makefile.am): Likewise.
6563         * modules/argz (Makefile.am): Likewise.
6564         * modules/atexit (Makefile.am): Likewise.
6565         * modules/backupfile (Makefile.am): Likewise.
6566         * modules/byteswap (Makefile.am): Likewise.
6567         * modules/c-strtod (Makefile.am): Likewise.
6568         * modules/c-strtold (Makefile.am): Likewise.
6569         * modules/calloc (Makefile.am): Likewise.
6570         * modules/canon-host (Makefile.am): Likewise.
6571         * modules/canonicalize (Makefile.am): Likewise.
6572         * modules/chdir-long (Makefile.am): Likewise.
6573         * modules/chdir-safer (Makefile.am): Likewise.
6574         * modules/check-version (Makefile.am): Likewise.
6575         * modules/chown (Makefile.am): Likewise.
6576         * modules/cloexec (Makefile.am): Likewise.
6577         * modules/close-stream (Makefile.am): Likewise.
6578         * modules/closeout (Makefile.am): Likewise.
6579         * modules/crc (Makefile.am): Likewise.
6580         * modules/csharpexec (Makefile.am): Likewise.
6581         * modules/cycle-check (Makefile.am): Likewise.
6582         * modules/des (Makefile.am): Likewise.
6583         * modules/dev-ino (Makefile.am): Likewise.
6584         * modules/dirfd (Makefile.am): Likewise.
6585         * modules/dirname (Makefile.am): Likewise.
6586         * modules/dup2 (Makefile.am): Likewise.
6587         * modules/eealloc (Makefile.am): Likewise.
6588         * modules/error (Makefile.am): Likewise.
6589         * modules/euidaccess (Makefile.am): Likewise.
6590         * modules/exclude (Makefile.am): Likewise.
6591         * modules/exitfail (Makefile.am): Likewise.
6592         * modules/fcntl-safer (Makefile.am): Likewise.
6593         * modules/fcntl (Makefile.am): Likewise.
6594         * modules/file-type (Makefile.am): Likewise.
6595         * modules/fileblocks (Makefile.am): Likewise.
6596         * modules/filemode (Makefile.am): Likewise.
6597         * modules/filenamecat (Makefile.am): Likewise.
6598         * modules/fnmatch (Makefile.am): Likewise.
6599         * modules/fopen-safer (Makefile.am): Likewise.
6600         * modules/fpending (Makefile.am): Likewise.
6601         * modules/fprintftime (Makefile.am): Likewise.
6602         * modules/free (Makefile.am): Likewise.
6603         * modules/fsusage (Makefile.am): Likewise.
6604         * modules/ftruncate (Makefile.am): Likewise.
6605         * modules/fts (Makefile.am): Likewise.
6606         * modules/gc-arcfour (Makefile.am): Likewise.
6607         * modules/gc-des (Makefile.am): Likewise.
6608         * modules/gc-hmac-md5 (Makefile.am): Likewise.
6609         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
6610         * modules/gc-md4 (Makefile.am): Likewise.
6611         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6612         * modules/gc-sha1 (Makefile.am): Likewise.
6613         * modules/gc (Makefile.am): Likewise.
6614         * modules/getaddrinfo (Makefile.am): Likewise.
6615         * modules/getcwd (Makefile.am): Likewise.
6616         * modules/getdelim (Makefile.am): Likewise.
6617         * modules/getdomainname (Makefile.am): Likewise.
6618         * modules/getgroups (Makefile.am): Likewise.
6619         * modules/gethostname (Makefile.am): Likewise.
6620         * modules/gethrxtime (Makefile.am): Likewise.
6621         * modules/getline (Makefile.am): Likewise.
6622         * modules/getloadavg (Makefile.am): Likewise.
6623         * modules/getlogin_r (Makefile.am): Likewise.
6624         * modules/getndelim2 (Makefile.am): Likewise.
6625         * modules/getopt (Makefile.am): Likewise.
6626         * modules/getpagesize (Makefile.am): Likewise.
6627         * modules/getpass-gnu (Makefile.am): Likewise.
6628         * modules/getpass (Makefile.am): Likewise.
6629         * modules/getsubopt (Makefile.am): Likewise.
6630         * modules/gettime (Makefile.am): Likewise.
6631         * modules/gettimeofday (Makefile.am): Likewise.
6632         * modules/getugroups (Makefile.am): Likewise.
6633         * modules/getusershell (Makefile.am): Likewise.
6634         * modules/glob (Makefile.am): Likewise.
6635         * modules/group-member (Makefile.am): Likewise.
6636         * modules/hard-locale (Makefile.am): Likewise.
6637         * modules/hash (Makefile.am): Likewise.
6638         * modules/hmac-md5 (Makefile.am): Likewise.
6639         * modules/hmac-sha1 (Makefile.am): Likewise.
6640         * modules/human (Makefile.am): Likewise.
6641         * modules/idcache (Makefile.am): Likewise.
6642         * modules/imaxabs (Makefile.am): Likewise.
6643         * modules/imaxdiv (Makefile.am): Likewise.
6644         * modules/inet_ntop (Makefile.am): Likewise.
6645         * modules/inet_pton (Makefile.am): Likewise.
6646         * modules/intprops (Makefile.am): Likewise.
6647         * modules/inttostr (Makefile.am): Likewise.
6648         * modules/inttypes (Makefile.am): Likewise.
6649         * modules/isapipe (Makefile.am): Likewise.
6650         * modules/javaversion (Makefile.am): Likewise.
6651         * modules/lchmod (Makefile.am): Likewise.
6652         * modules/lchown (Makefile.am): Likewise.
6653         * modules/localcharset (Makefile.am): Likewise.
6654         * modules/long-options (Makefile.am): Likewise.
6655         * modules/lstat (Makefile.am): Likewise.
6656         * modules/malloc (Makefile.am): Likewise.
6657         * modules/mathl (Makefile.am): Likewise.
6658         * modules/mbchar (Makefile.am): Likewise.
6659         * modules/md2 (Makefile.am): Likewise.
6660         * modules/md4 (Makefile.am): Likewise.
6661         * modules/md5 (Makefile.am): Likewise.
6662         * modules/memcasecmp (Makefile.am): Likewise.
6663         * modules/memchr (Makefile.am): Likewise.
6664         * modules/memcmp (Makefile.am): Likewise.
6665         * modules/memcoll (Makefile.am): Likewise.
6666         * modules/memcpy (Makefile.am): Likewise.
6667         * modules/memmem (Makefile.am): Likewise.
6668         * modules/memmove (Makefile.am): Likewise.
6669         * modules/mempcpy (Makefile.am): Likewise.
6670         * modules/memrchr (Makefile.am): Likewise.
6671         * modules/memset (Makefile.am): Likewise.
6672         * modules/memxor (Makefile.am): Likewise.
6673         * modules/mkancesdirs (Makefile.am): Likewise.
6674         * modules/mkdir-p (Makefile.am): Likewise.
6675         * modules/mkdir (Makefile.am): Likewise.
6676         * modules/mkdtemp (Makefile.am): Likewise.
6677         * modules/mkstemp (Makefile.am): Likewise.
6678         * modules/mktime (Makefile.am): Likewise.
6679         * modules/modechange (Makefile.am): Likewise.
6680         * modules/mountlist (Makefile.am): Likewise.
6681         * modules/nanosleep (Makefile.am): Likewise.
6682         * modules/obstack (Makefile.am): Likewise.
6683         * modules/openat (Makefile.am): Likewise.
6684         * modules/pagealign_alloc (Makefile.am): Likewise.
6685         * modules/pathmax (Makefile.am): Likewise.
6686         * modules/physmem (Makefile.am): Likewise.
6687         * modules/poll (Makefile.am): Likewise.
6688         * modules/posixtm (Makefile.am): Likewise.
6689         * modules/posixver (Makefile.am): Likewise.
6690         * modules/putenv (Makefile.am): Likewise.
6691         * modules/quote (Makefile.am): Likewise.
6692         * modules/quotearg (Makefile.am): Likewise.
6693         * modules/raise (Makefile.am): Likewise.
6694         * modules/read-file (Makefile.am): Likewise.
6695         * modules/readline (Makefile.am): Likewise.
6696         * modules/readlink (Makefile.am): Likewise.
6697         * modules/readtokens (Makefile.am): Likewise.
6698         * modules/readutmp (Makefile.am): Likewise.
6699         * modules/realloc (Makefile.am): Likewise.
6700         * modules/regex (Makefile.am): Likewise.
6701         * modules/rename-dest-slash (Makefile.am): Likewise.
6702         * modules/rename (Makefile.am): Likewise.
6703         * modules/rijndael (Makefile.am): Likewise.
6704         * modules/rmdir (Makefile.am): Likewise.
6705         * modules/rpmatch (Makefile.am): Likewise.
6706         * modules/safe-read (Makefile.am): Likewise.
6707         * modules/safe-write (Makefile.am): Likewise.
6708         * modules/same-inode (Makefile.am): Likewise.
6709         * modules/same (Makefile.am): Likewise.
6710         * modules/save-cwd (Makefile.am): Likewise.
6711         * modules/savedir (Makefile.am): Likewise.
6712         * modules/setenv (Makefile.am): Likewise.
6713         * modules/settime (Makefile.am): Likewise.
6714         * modules/sha1 (Makefile.am): Likewise.
6715         * modules/sig2str (Makefile.am): Likewise.
6716         * modules/snprintf (Makefile.am): Likewise.
6717         * modules/stat-macros (Makefile.am): Likewise.
6718         * modules/stat-time (Makefile.am): Likewise.
6719         * modules/stdbool (Makefile.am): Likewise.
6720         * modules/stdint (Makefile.am): Likewise.
6721         * modules/stdlib-safer (Makefile.am): Likewise.
6722         * modules/stpcpy (Makefile.am): Likewise.
6723         * modules/stpncpy (Makefile.am): Likewise.
6724         * modules/strcase (Makefile.am): Likewise.
6725         * modules/strcasestr (Makefile.am): Likewise.
6726         * modules/strchrnul (Makefile.am): Likewise.
6727         * modules/strcspn (Makefile.am): Likewise.
6728         * modules/strdup (Makefile.am): Likewise.
6729         * modules/strerror (Makefile.am): Likewise.
6730         * modules/strftime (Makefile.am): Likewise.
6731         * modules/strndup (Makefile.am): Likewise.
6732         * modules/strnlen (Makefile.am): Likewise.
6733         * modules/strpbrk (Makefile.am): Likewise.
6734         * modules/strsep (Makefile.am): Likewise.
6735         * modules/strstr (Makefile.am): Likewise.
6736         * modules/strtod (Makefile.am): Likewise.
6737         * modules/strtoimax (Makefile.am): Likewise.
6738         * modules/strtok_r (Makefile.am): Likewise.
6739         * modules/strtol (Makefile.am): Likewise.
6740         * modules/strtoll (Makefile.am): Likewise.
6741         * modules/strtoul (Makefile.am): Likewise.
6742         * modules/strtoull (Makefile.am): Likewise.
6743         * modules/strtoumax (Makefile.am): Likewise.
6744         * modules/strverscmp (Makefile.am): Likewise.
6745         * modules/sys_socket (Makefile.am): Likewise.
6746         * modules/sys_stat (Makefile.am): Likewise.
6747         * modules/sysexits (Makefile.am): Likewise.
6748         * modules/time_r (Makefile.am): Likewise.
6749         * modules/timegm (Makefile.am): Likewise.
6750         * modules/timespec (Makefile.am): Likewise.
6751         * modules/tmpfile-safer (Makefile.am): Likewise.
6752         * modules/trim (Makefile.am): Likewise.
6753         * modules/unistd-safer (Makefile.am): Likewise.
6754         * modules/unlinkdir (Makefile.am): Likewise.
6755         * modules/unlocked-io (Makefile.am): Likewise.
6756         * modules/userspec (Makefile.am): Likewise.
6757         * modules/utime (Makefile.am): Likewise.
6758         * modules/utimecmp (Makefile.am): Likewise.
6759         * modules/utimens (Makefile.am): Likewise.
6760         * modules/vasnprintf (Makefile.am): Likewise.
6761         * modules/vasprintf (Makefile.am): Likewise.
6762         * modules/vsnprintf (Makefile.am): Likewise.
6763         * modules/xalloc (Makefile.am): Likewise.
6764         * modules/xgetcwd (Makefile.am): Likewise.
6765         * modules/xnanosleep (Makefile.am): Likewise.
6766         * modules/xreadlink (Makefile.am): Likewise.
6767         * modules/xstrtod (Makefile.am): Likewise.
6768         * modules/xstrtol (Makefile.am): Likewise.
6769         * modules/xstrtold (Makefile.am): Likewise.
6770         * modules/yesno (Makefile.am): Likewise.
6771         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
6772
6773 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6774
6775         * modules/error (Makefile.am): Distribute files through
6776         EXTRA_DIST, not lib_SOURCES.
6777
6778 2006-10-12  Eric Blake  <ebb9@byu.net>
6779
6780         * modules/error (Makefile.am): Distribute files in /lib.
6781         * modules/obstack (Makefile.am): Likewise.
6782
6783 2006-10-12  Bruno Haible  <bruno@clisp.org>
6784
6785         * modules/acl (Makefile.am): Distribute all files in lib/ through
6786         EXTRA_DIST.
6787         * modules/arcfour (Makefile.am): Likewise.
6788         * modules/arctwo (Makefile.am): Likewise.
6789         * modules/argmatch (Makefile.am): Likewise.
6790         * modules/argz (Makefile.am): Likewise.
6791         * modules/atexit (Makefile.am): Likewise.
6792         * modules/backupfile (Makefile.am): Likewise.
6793         * modules/c-strtod (Makefile.am): Likewise.
6794         * modules/c-strtold (Makefile.am): Likewise.
6795         * modules/calloc (Makefile.am): Likewise.
6796         * modules/canon-host (Makefile.am): Likewise.
6797         * modules/canonicalize (Makefile.am): Likewise.
6798         * modules/chdir-long (Makefile.am): Likewise.
6799         * modules/chdir-safer (Makefile.am): Likewise.
6800         * modules/check-version (Makefile.am): Likewise.
6801         * modules/chown (Makefile.am): Likewise.
6802         * modules/cloexec (Makefile.am): Likewise.
6803         * modules/close-stream (Makefile.am): Likewise.
6804         * modules/closeout (Makefile.am): Likewise.
6805         * modules/crc (Makefile.am): Likewise.
6806         * modules/cycle-check (Makefile.am): Likewise.
6807         * modules/des (Makefile.am): Likewise.
6808         * modules/dirfd (Makefile.am): Likewise.
6809         * modules/dirname (Makefile.am): Likewise.
6810         * modules/dup2 (Makefile.am): Likewise.
6811         * modules/euidaccess (Makefile.am): Likewise.
6812         * modules/exclude (Makefile.am): Likewise.
6813         * modules/exitfail (Makefile.am): Likewise.
6814         * modules/fcntl-safer (Makefile.am): Likewise.
6815         * modules/file-type (Makefile.am): Likewise.
6816         * modules/fileblocks (Makefile.am): Likewise.
6817         * modules/filemode (Makefile.am): Likewise.
6818         * modules/filenamecat (Makefile.am): Likewise.
6819         * modules/fnmatch (Makefile.am): Likewise.
6820         * modules/fopen-safer (Makefile.am): Likewise.
6821         * modules/fpending (Makefile.am): Likewise.
6822         * modules/fprintftime (Makefile.am): Likewise.
6823         * modules/free (Makefile.am): Likewise.
6824         * modules/fsusage (Makefile.am): Likewise.
6825         * modules/ftruncate (Makefile.am): Likewise.
6826         * modules/fts (Makefile.am): Likewise.
6827         * modules/gc (Makefile.am): Likewise.
6828         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6829         * modules/getaddrinfo (Makefile.am): Likewise.
6830         * modules/getcwd (Makefile.am): Likewise.
6831         * modules/getdelim (Makefile.am): Likewise.
6832         * modules/getdomainname (Makefile.am): Likewise.
6833         * modules/getgroups (Makefile.am): Likewise.
6834         * modules/gethostname (Makefile.am): Likewise.
6835         * modules/gethrxtime (Makefile.am): Likewise.
6836         * modules/getline (Makefile.am): Likewise.
6837         * modules/getloadavg (Makefile.am): Likewise.
6838         * modules/getlogin_r (Makefile.am): Likewise.
6839         * modules/getopt (Makefile.am): Likewise.
6840         * modules/getpass (Makefile.am): Likewise.
6841         * modules/getpass-gnu (Makefile.am): Likewise.
6842         * modules/getsubopt (Makefile.am): Likewise.
6843         * modules/gettime (Makefile.am): Likewise.
6844         * modules/gettimeofday (Makefile.am): Likewise.
6845         * modules/getugroups (Makefile.am): Likewise.
6846         * modules/getusershell (Makefile.am): Likewise.
6847         * modules/glob (Makefile.am): Likewise.
6848         * modules/group-member (Makefile.am): Likewise.
6849         * modules/hard-locale (Makefile.am): Likewise.
6850         * modules/hash (Makefile.am): Likewise.
6851         * modules/hmac-md5 (Makefile.am): Likewise.
6852         * modules/hmac-sha1 (Makefile.am): Likewise.
6853         * modules/human (Makefile.am): Likewise.
6854         * modules/idcache (Makefile.am): Likewise.
6855         * modules/imaxabs (Makefile.am): Likewise.
6856         * modules/imaxdiv (Makefile.am): Likewise.
6857         * modules/inet_ntop (Makefile.am): Likewise.
6858         * modules/inet_pton (Makefile.am): Likewise.
6859         * modules/inttostr (Makefile.am): Likewise.
6860         * modules/isapipe (Makefile.am): Likewise.
6861         * modules/lchown (Makefile.am): Likewise.
6862         * modules/long-options (Makefile.am): Likewise.
6863         * modules/lstat (Makefile.am): Likewise.
6864         * modules/malloc (Makefile.am): Likewise.
6865         * modules/mathl (Makefile.am): Likewise.
6866         * modules/mbchar (Makefile.am): Likewise.
6867         * modules/md2 (Makefile.am): Likewise.
6868         * modules/md4 (Makefile.am): Likewise.
6869         * modules/md5 (Makefile.am): Likewise.
6870         * modules/memcasecmp (Makefile.am): Likewise.
6871         * modules/memchr (Makefile.am): Likewise.
6872         * modules/memcmp (Makefile.am): Likewise.
6873         * modules/memcoll (Makefile.am): Likewise.
6874         * modules/memcpy (Makefile.am): Likewise.
6875         * modules/memmem (Makefile.am): Likewise.
6876         * modules/memmove (Makefile.am): Likewise.
6877         * modules/mempcpy (Makefile.am): Likewise.
6878         * modules/memrchr (Makefile.am): Likewise.
6879         * modules/memset (Makefile.am): Likewise.
6880         * modules/memxor (Makefile.am): Likewise.
6881         * modules/mkancesdirs (Makefile.am): Likewise.
6882         * modules/mkdir (Makefile.am): Likewise.
6883         * modules/mkdir-p (Makefile.am): Likewise.
6884         * modules/mkdtemp (Makefile.am): Likewise.
6885         * modules/mkstemp (Makefile.am): Likewise.
6886         * modules/mktime (Makefile.am): Likewise.
6887         * modules/modechange (Makefile.am): Likewise.
6888         * modules/mountlist (Makefile.am): Likewise.
6889         * modules/nanosleep (Makefile.am): Likewise.
6890         * modules/openat (Makefile.am): Likewise.
6891         * modules/pagealign_alloc (Makefile.am): Likewise.
6892         * modules/physmem (Makefile.am): Likewise.
6893         * modules/poll (Makefile.am): Likewise.
6894         * modules/posixtm (Makefile.am): Likewise.
6895         * modules/posixver (Makefile.am): Likewise.
6896         * modules/putenv (Makefile.am): Likewise.
6897         * modules/quote (Makefile.am): Likewise.
6898         * modules/quotearg (Makefile.am): Likewise.
6899         * modules/raise (Makefile.am): Likewise.
6900         * modules/read-file (Makefile.am): Likewise.
6901         * modules/readline (Makefile.am): Likewise.
6902         * modules/readlink (Makefile.am): Likewise.
6903         * modules/readtokens (Makefile.am): Likewise.
6904         * modules/readutmp (Makefile.am): Likewise.
6905         * modules/realloc (Makefile.am): Likewise.
6906         * modules/regex (Makefile.am): Likewise.
6907         * modules/rename (Makefile.am): Likewise.
6908         * modules/rename-dest-slash (Makefile.am): Likewise.
6909         * modules/rijndael (Makefile.am): Likewise.
6910         * modules/rmdir (Makefile.am): Likewise.
6911         * modules/rpmatch (Makefile.am): Likewise.
6912         * modules/safe-read (Makefile.am): Likewise.
6913         * modules/safe-write (Makefile.am): Likewise.
6914         * modules/same (Makefile.am): Likewise.
6915         * modules/save-cwd (Makefile.am): Likewise.
6916         * modules/savedir (Makefile.am): Likewise.
6917         * modules/setenv (Makefile.am): Likewise.
6918         * modules/settime (Makefile.am): Likewise.
6919         * modules/sha1 (Makefile.am): Likewise.
6920         * modules/sig2str (Makefile.am): Likewise.
6921         * modules/snprintf (Makefile.am): Likewise.
6922         * modules/stdlib-safer (Makefile.am): Likewise.
6923         * modules/stpcpy (Makefile.am): Likewise.
6924         * modules/stpncpy (Makefile.am): Likewise.
6925         * modules/strcase (Makefile.am): Likewise.
6926         * modules/strcasestr (Makefile.am): Likewise.
6927         * modules/strchrnul (Makefile.am): Likewise.
6928         * modules/strcspn (Makefile.am): Likewise.
6929         * modules/strdup (Makefile.am): Likewise.
6930         * modules/strerror (Makefile.am): Likewise.
6931         * modules/strftime (Makefile.am): Likewise.
6932         * modules/strndup (Makefile.am): Likewise.
6933         * modules/strnlen (Makefile.am): Likewise.
6934         * modules/strpbrk (Makefile.am): Likewise.
6935         * modules/strsep (Makefile.am): Likewise.
6936         * modules/strstr (Makefile.am): Likewise.
6937         * modules/strtod (Makefile.am): Likewise.
6938         * modules/strtoimax (Makefile.am): Likewise.
6939         * modules/strtok_r (Makefile.am): Likewise.
6940         * modules/strtol (Makefile.am): Likewise.
6941         * modules/strtoll (Makefile.am): Likewise.
6942         * modules/strtoul (Makefile.am): Likewise.
6943         * modules/strtoull (Makefile.am): Likewise.
6944         * modules/strtoumax (Makefile.am): Likewise.
6945         * modules/strverscmp (Makefile.am): Likewise.
6946         * modules/time_r (Makefile.am): Likewise.
6947         * modules/timegm (Makefile.am): Likewise.
6948         * modules/tmpfile-safer (Makefile.am): Likewise.
6949         * modules/unistd-safer (Makefile.am): Likewise.
6950         * modules/unlinkdir (Makefile.am): Likewise.
6951         * modules/userspec (Makefile.am): Likewise.
6952         * modules/utime (Makefile.am): Likewise.
6953         * modules/utimecmp (Makefile.am): Likewise.
6954         * modules/utimens (Makefile.am): Likewise.
6955         * modules/vasnprintf (Makefile.am): Likewise.
6956         * modules/vasprintf (Makefile.am): Likewise.
6957         * modules/vsnprintf (Makefile.am): Likewise.
6958         * modules/xalloc (Makefile.am): Likewise.
6959         * modules/xgetcwd (Makefile.am): Likewise.
6960         * modules/xnanosleep (Makefile.am): Likewise.
6961         * modules/xreadlink (Makefile.am): Likewise.
6962         * modules/xstrtod (Makefile.am): Likewise.
6963         * modules/xstrtol (Makefile.am): Likewise.
6964         * modules/xstrtold (Makefile.am): Likewise.
6965         * modules/yesno (Makefile.am): Likewise.
6966
6967 2006-10-12  Jim Meyering  <jim@meyering.net>
6968
6969         * m4/getloadavg.m4: Revert the change below.
6970
6971         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
6972         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
6973         fail with a symlink, which is what coreutils' ./bootstrap now
6974         creates by default.
6975
6976 2006-10-12  Bruno Haible  <bruno@clisp.org>
6977
6978         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
6979         mingw.
6980         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
6981         MSVC and mingw explicitly.
6982
6983 2006-10-11  Simon Josefsson  <jas@extundo.com>
6984             Bruno Haible  <bruno@clisp.org>
6985
6986         Add support for multiple gnulib-tool invocations in the scope of a
6987         single configure.ac file.
6988         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
6989         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
6990         with the same contents as the _LIBADD variable.
6991         (func_emit_initmacro_start, func_emit_initmacro_end,
6992         func_emit_initmacro_done): New functions.
6993         (func_import, func_create_testdir): Invoke them. Allow the identifiers
6994         gl_LIBOBJS and gl_LTLIBOBJS.
6995
6996 2006-10-11  Bruno Haible  <bruno@clisp.org>
6997
6998         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
6999         (func_create_testdir): Don't create po/Makefile.am, don't invoke
7000         autoreconf. Instead, invoke autopoint explicitly but move back the
7001         *.m4 files from gnulib.
7002
7003 2006-10-11  Bruno Haible  <bruno@clisp.org>
7004
7005         * gnulib-tool (func_usage): Make module names after --create-testdir
7006         optional.
7007         (func_create_testdir): If no module was specified, use nearly all
7008         modules.
7009
7010 2006-10-12  Jim Meyering  <jim@meyering.net>
7011
7012         Big performance improvement for fts-based tools that use FTS_NOSTAT.
7013         Avoid spurious inode-mismatch problems on non-POSIX file systems.
7014         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
7015         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
7016         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
7017         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
7018         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
7019         (fts_set_stat_required): New function.
7020         (fts_open): Defer the calls to fts_stat, if possible or requested.
7021         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
7022         into fts_stat itself.
7023         (fts_read): Perform any required (deferred) fts_stat call.
7024         (fts_build): Likewise, for the directory we're about to open and read.
7025         In the readdir loop, carefully decide whether each entry will require
7026         an eventual call to fts_stat, using dirent.d_type info if available.
7027         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
7028         a command line argument into this function.  Update all callers.
7029         Map a return value of FTS_DOT to FTS_D for a command line argument.
7030         * modules/fts (Depends-on): Add d-type.  Alphabetize.
7031         Thanks to Miklos Szeredi for his tenacity and for the initial
7032         bug report about "find" failing on a FUSE-based file system.
7033
7034         * lib/fts.c (fts_open): Use consistent indentation.
7035
7036 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
7037
7038         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
7039         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
7040         reported by Jim Meyering.  All uses of cache variables renamed
7041         to match Autoconf's.
7042         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
7043         the other one.
7044
7045         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
7046         Fix misspelling in diagnostic.
7047
7048 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
7049
7050         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
7051         defined.  Problem reported by Matthew Woehlke.
7052
7053         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
7054         Add support for Tandem NonStop R series.
7055         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
7056         Use new macro.
7057
7058         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
7059         (has_trailing_slash): Omit size arg; all callers changed.
7060         Omit 'inline', since it doesn't help performance and we'd
7061         need to configure it.
7062         Don't count //, ///, etc. as having a trailing slash.
7063         As a side effect, this removes a C99ism reported by Matthew Woehlke.
7064         (rpl_rename_dest_slash): On failure, use rename's errno rather
7065         than (in some cases) an incorrect or junk errno.
7066         Simplify code by removing need to compute length; this does
7067         cause it to make two passes instead of one over the file name,
7068         but it's worth it.
7069
7070         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
7071         change, since Autoconf's version may no longer be appropriate now
7072         that we are using CVS Autoconf's version.  Add support for Tandem.
7073
7074 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
7075             Bruno Haible  <bruno@clisp.org>
7076
7077         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
7078         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
7079         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
7080         gl_AC_TYPE_LONG_LONG.
7081
7082         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
7083         instead of HAVE_LONG_LONG.
7084         * lib/printf-args.c (printf_fetchargs): Likewise.
7085         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
7086         * lib/vasnprintf.c (VASNPRINTF): Likewise.
7087         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
7088         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
7089         gl_AC_TYPE_LONG_LONG.
7090
7091 2006-10-11  Bruno Haible  <bruno@clisp.org>
7092
7093         * m4/longlong.m4: Add comments.
7094         * m4/ulonglong.m4: Likewise.
7095
7096 2006-10-10  Bruno Haible  <bruno@clisp.org>
7097
7098         Make it possible to #define stpcpy, strdup to aliases.
7099         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
7100         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
7101
7102 2006-10-10  Bruno Haible  <bruno@clisp.org>
7103
7104         Make it possible to #define gcd to an alias.
7105         * lib/gcd.c: Include config.h.
7106
7107 2006-10-10  Bruno Haible  <bruno@clisp.org>
7108
7109         Make it possible to #define c_isascii to an alias.
7110         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
7111         defined. Undefine the macros before defining them, to avoid gcc
7112         warnings.
7113         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
7114         define NO_C_CTYPE_MACROS early.
7115
7116 2006-10-10  Bruno Haible  <bruno@clisp.org>
7117
7118         Make it possible to #define set_program_name to an alias.
7119         * lib/progname.c: Don't undefine set_program_name; instead, undefine
7120         ENABLE_RELOCATABLE early.
7121
7122 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
7123
7124         Port to Tandem NSK OSS, which has 64-bit signed int but at most
7125         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
7126         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
7127         More generally, don't assume that 64-bit signed int is available
7128         if unsigned int is, and vice versa.
7129         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
7130         unsigned symbols, not on their signed counterparts.
7131         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
7132         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
7133         (UINT64_C, UINTMAX_C):
7134         Likewise.
7135         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
7136         unsigned counterparts.
7137         (Have_long_long, Unsigned): New macros.
7138         (Int): Renamed from INT.
7139         (strtoimax): Use the new macros.
7140         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
7141         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
7142         * modules/inttypes (inttypes.h): Substitute
7143         HAVE_UNSIGNED_LONG_LONG_INT.
7144         * modules/stdint (stdint.h): Likewise.
7145         (Files): Add m4/ulonglong.m4.
7146
7147 2006-10-10  Bruno Haible  <bruno@clisp.org>
7148
7149         Fix a gcc -Wshadow warning.
7150         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
7151         to 'bucket'.
7152         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
7153         gl_linked_indexof_from_to): Likewise.
7154         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
7155         Likewise.
7156         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
7157         Likewise.
7158         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
7159         Reported by Eric Blake.
7160
7161 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
7162
7163         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
7164         for NetBSD.  Problem reported by Bruno Haible.
7165
7166 2006-10-09  Jim Meyering  <jim@meyering.net>
7167
7168         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
7169         Patch from Bruno Haible.
7170
7171 2006-10-09  Jim Meyering  <jim@meyering.net>
7172
7173         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
7174         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
7175         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
7176
7177 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7178
7179         Don't include <config.h> twice; this doesn't work in some cases,
7180         e.g., when config.h has "#define intmax_t long long int" and
7181         we include <config.h>, <inttypes.h>, <config.h> in that order.
7182         Problem reported by Matthew Woehlke in:
7183         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
7184         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
7185         * lib/fts-cycle.c: Don't include config.h.
7186         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
7187         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
7188         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
7189         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
7190         inttypes.h.
7191         * lib/xstrtoumax.c: Likewise.
7192         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
7193         __strtol and the like, so that this module is more like its siblings.
7194         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
7195         Remove; no longer needed now that we assume gnulib inttypes.h.
7196
7197 2006-10-08  Bruno Haible  <bruno@clisp.org>
7198
7199         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
7200         option.
7201
7202 2006-10-07  Jim Meyering  <jim@meyering.net>
7203
7204         * modules/inttypes (inttypes.h): Revert what seems to have been
7205         an inadvertent part of today's change: use "|", not "/" in the
7206         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
7207
7208 2006-10-07  Bruno Haible  <bruno@clisp.org>
7209
7210         * modules/sublist: New file.
7211
7212 2006-10-07  Bruno Haible  <bruno@clisp.org>
7213
7214         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
7215         * modules/argz (argz.h): Likewise.
7216         * modules/arpa_inet (arpa/inet.h): Likewise.
7217         * modules/byteswap (byteswap.h): Likewise.
7218         * modules/configmake (configmake.h): Likewise.
7219         * modules/fcntl (fcntl.h): Likewise.
7220         * modules/fnmatch (fnmatch.h): Likewise.
7221         * modules/getopt (getopt.h): Likewise.
7222         * modules/glob (glob.h): Likewise.
7223         * modules/inttypes (inttypes.h): Likewise.
7224         * modules/netinet_in (netinet/in.h): Likewise.
7225         * modules/poll (poll.h): Likewise.
7226         * modules/stdbool (stdbool.h): Likewise.
7227         * modules/stdint (stdint.h): Likewise.
7228         * modules/sys_select (sys/select.h): Likewise.
7229         * modules/sys_socket (sys/socket.h): Likewise.
7230         * modules/sys_stat (sys/stat.h): Likewise.
7231         * modules/sysexits (sysexits.h): Likewise.
7232         * modules/unistd (unistd.h): Likewise.
7233         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7234         Add a "DO NOT EDIT" comment to the generated file.
7235         (func_import): Likewise for gnulib-comp.m4.
7236
7237 2006-10-07  Bruno Haible  <bruno@clisp.org>
7238
7239         * lib/gl_sublist.h: New file.
7240         * lib/gl_sublist.c: New file.
7241
7242 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
7243
7244         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
7245         name (relative to the original working directory) and the file
7246         name component (relative to the temporary working directory).  All
7247         callers changed.
7248         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
7249         * lib/mkdir-p.c (make_dir_parents): Likewise.
7250         * lib/mkdir-p.h (make_dir_parents): Likewise.
7251
7252 2006-10-06  Eric Blake  <ebb9@byu.net>
7253
7254         Define several macros for use by the clean-temp module.
7255         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
7256         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
7257         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
7258
7259         * lib/clean-temp.h (close_stream_temp): New declaration.
7260         * lib/clean-temp.c (includes): Pull in headers according to what
7261         other modules are in use.
7262         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
7263
7264 2006-10-06  Bruno Haible  <bruno@clisp.org>
7265
7266         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
7267         instead of fopen, fwriteerror.
7268
7269 2006-10-06  Bruno Haible  <bruno@clisp.org>
7270
7271         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
7272         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
7273         int.
7274         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
7275         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
7276         Return an error indicator.
7277         Suggested by Eric Blake.
7278
7279 2006-10-06  Bruno Haible  <bruno@clisp.org>
7280
7281         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
7282         Reported by Eric Blake.
7283
7284 2006-10-06  Bruno Haible  <bruno@clisp.org>
7285
7286         * modules/closeout (Description): Mention stderr too.
7287
7288 2006-10-06  Bruno Haible  <bruno@clisp.org>
7289         and Paul Eggert  <eggert@cs.ucla.edu>
7290
7291         * lib/closeout.c (close_stdout): Also close stderr.
7292         * lib/closeout.h: Update comment.
7293
7294 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
7295
7296         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
7297         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
7298         * lib/dirchownmod.c: Include lchown.h.
7299         * lib/lchown.c: Don't include files that lchown.h now includes.
7300         Don't declare chown, since lchown.h now does that.
7301         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
7302         (lchown): Define to rpl_chown if lchown is declared but
7303         does not exist.  Declare using a prototype if lchown is not
7304         declared.  Add a copyright notice.
7305         * lib/mkstemp.h: Include <unistd.h>.
7306         * lib/openat.c: Include lchown.h.
7307
7308         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
7309         we now test for that separately.
7310         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
7311         rather than O_NOFOLLOW, when testing whether it's possible to
7312         avoid a race condition reliably.
7313         * lib/savewd.c (savewd_chdir): Likewise.
7314
7315         Remove macros that are no longer needed now that stdint.h is
7316         reliable.
7317         * lib/fsusage.c (UINTMAX_MAX): Remove.
7318         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
7319         * lib/utimecmp.c (SIZE_MAX): Remove.
7320
7321         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
7322
7323         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
7324         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
7325         O_NOATIME works.
7326
7327 2006-10-05  Bruno Haible  <bruno@clisp.org>
7328
7329         * lib/gl_list.h (gl_sortedlist_search_from_to,
7330         gl_sortedlist_indexof_from_to): New declarations.
7331         (gl_list_implementation): New fields sortedlist_search_from_to,
7332         sortedlist_indexof_from_to.
7333         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
7334         inline functions.
7335         * lib/gl_list.c (gl_sortedlist_search_from_to,
7336         gl_sortedlist_indexof_from_to): New functions.
7337         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
7338         function.
7339         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
7340         (gl_array_sortedlist_search_from_to): New function.
7341         (gl_array_list_implementation): Update.
7342         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
7343         function.
7344         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
7345         (gl_carray_sortedlist_search_from_to): New function.
7346         (gl_carray_list_implementation): Update.
7347         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
7348         gl_linked_sortedlist_indexof_from_to): New functions.
7349         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7350         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7351         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
7352         gl_tree_sortedlist_indexof_from_to): New functions.
7353         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7354         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7355         Update.
7356         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7357         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
7358         Update.
7359
7360 2006-10-05  Bruno Haible  <bruno@clisp.org>
7361
7362         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
7363         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
7364         (struct gl_list_implementation): Add fields search_from_to,
7365         indexof_from_to. Remove fields search, indexof.
7366         (gl_list_search): Use the search_from_to method.
7367         (gl_list_search_from, gl_list_search_from_to): New functions.
7368         (gl_list_indexof): Use the indexof_from_to method.
7369         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7370         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
7371         (gl_list_search_from, gl_list_search_from_to): New functions.
7372         (gl_list_indexof): Use the indexof_from_to method.
7373         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7374         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
7375         gl_array_indexof. Add start_index, end_index arguments.
7376         (gl_array_search_from_to): Renamed from gl_array_search. Add
7377         start_index, end_index arguments.
7378         (gl_array_remove, gl_array_list_implementation): Update.
7379         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
7380         gl_carray_indexof. Add start_index, end_index arguments.
7381         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
7382         start_index, end_index arguments.
7383         (gl_carray_remove, gl_carray_list_implementation): Update.
7384         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
7385         gl_linked_search. Add start_index, end_index arguments.
7386         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
7387         start_index, end_index arguments.
7388         (gl_linked_remove): Update.
7389         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7390         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7391         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
7392         field to 'size_t'.
7393         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
7394         gl_tree_search. Add start_index, end_index arguments.
7395         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7396         start_index, end_index arguments.
7397         (gl_tree_remove): Update.
7398         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7399         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7400         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
7401         function.
7402         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
7403         gl_tree_search. Add start_index, end_index arguments.
7404         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7405         start_index, end_index arguments.
7406         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7407         Update.
7408         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
7409
7410 2006-10-05  Bruno Haible  <bruno@clisp.org>
7411
7412         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
7413
7414         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
7415         fwriteerror_temp): New declarations.
7416         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
7417         (descriptors): New variable.
7418         (cleanup): First, close the descriptors.
7419         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
7420         fclose_temp, fwriteerror_temp): New functions.
7421
7422 2006-10-04  Jim Meyering  <jim@meyering.net>
7423
7424         * lib/fts.c (fts_open): Tiny comment change.
7425
7426 2006-10-04  Bruno Haible  <bruno@clisp.org>
7427
7428         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
7429         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
7430         gl_LOCK_BODY.
7431         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
7432         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
7433         gl_LOCK_EARLY_BODY.
7434         (gl_LOCK): Require gl_LOCK_BODY.
7435
7436 2006-10-04  Bruno Haible  <bruno@clisp.org>
7437
7438         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
7439         (gl_oset_search_atleast): New declaration.
7440         (struct gl_oset_implementation): Add field 'search_atleast'.
7441         (gl_oset_search_atleast): New inline function.
7442         * lib/gl_oset.c (gl_oset_search_atleast): New function.
7443         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
7444         (gl_array_oset_implementation): Update.
7445         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
7446         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
7447         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
7448
7449 2006-10-04  Bruno Haible  <bruno@clisp.org>
7450
7451         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
7452
7453 2006-10-03  Bruno Haible  <bruno@clisp.org>
7454
7455         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
7456         from gl_avltreehash_list_implementation.
7457
7458 2006-10-03  Bruno Haible  <bruno@clisp.org>
7459
7460         * lib/gl_oset.c (gl_oset_add): Fix return type.
7461
7462 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
7463
7464         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
7465
7466 2006-10-02  Eric Blake  <ebb9@byu.net>
7467
7468         * modules/strnlen (Depends-on): Add extensions.
7469
7470 2006-10-02  Eric Blake  <ebb9@byu.net>
7471
7472         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
7473         definition in 2.60+.
7474
7475 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
7476
7477         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
7478         checks.
7479
7480 2006-10-02  Bruno Haible  <bruno@clisp.org>
7481
7482         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
7483         to the AUTOMAKE_OPTIONS.
7484         Reported by Jim Meyering.
7485
7486 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
7487
7488         Work around bug in Solaris 10 /proc file system:
7489         /proc/self/fd/NNN/.. isn't the parent directory of
7490         the directory whose file descriptor is NNN.  This needs to
7491         be worked around at run time, not compile time, since a
7492         program might be built on Solaris 8, where things work, and
7493         run on Solaris 10.
7494         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
7495         to use the following interface instead:
7496         (OPENAT_BUFFER_SIZE): New macro.
7497         (openat_proc_name): New function.
7498         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
7499         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
7500         Likewise.
7501         * lib/openat-proc.c: New file.
7502         * modules/openat (Files): Add lib/openat-proc.c.
7503         (Depends-on): Add same-inode, stdbool.
7504         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
7505
7506 2006-09-29  Bruno Haible  <bruno@clisp.org>
7507
7508         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
7509         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
7510         argument. Set stdout_closed before testing for ferror, not after.
7511         (fwriteerror, fwriteerror_no_ebadf): New functions.
7512
7513 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7514
7515         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
7516
7517 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
7518
7519         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
7520         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
7521
7522 2006-09-28  Jim Meyering  <jim@meyering.net>
7523
7524         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
7525         Include <unistd.h>.
7526
7527 2006-09-28  Bruno Haible  <bruno@clisp.org>
7528
7529         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
7530         * modules/linkedhash-list (Depends-on): Likewise.
7531         * modules/rbtreehash-list (Depends-on): Likewise.
7532
7533 2006-09-28  Bruno Haible  <bruno@clisp.org>
7534
7535         * lib/strndup.h: Simplify the redefinition of strndup.
7536         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
7537         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
7538
7539 2006-09-28  Bruno Haible  <bruno@clisp.org>
7540
7541         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
7542         * lib/gl_linkedhash_list.c: Likewise.
7543         * lib/gl_rbtreehash_list.c: Likewise.
7544
7545 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7546
7547         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
7548         getaddrinfo.
7549
7550         * lib/__fpending.h: Don't include <stdio_ext.h> unless
7551         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
7552         it causes <stdio_ext.h> to cause a compile-time error.
7553         Problem reported by Nelson H. F. Beebe.
7554         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
7555         of HAVE_DECL___PENDING.
7556
7557         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
7558         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
7559         declaration.
7560
7561 2006-09-27  Jim Meyering  <jim@meyering.net>
7562
7563         This file could end up with a definition for a function
7564         named __strndup, rather than rpl_strndup on a system with
7565         incomplete weak_alias support.
7566         * lib/strndup.c (strndup): Rename from __strndup.
7567         Remove #defines that used to map __strndup to strndup.
7568         Don't use K&R prototypes.
7569         Remove LIBC-related code, since this file is not sync'd with glibc.
7570         * lib/strndup.h: Revamp, accordingly.
7571         * m4/strndup.m4: Modernize.
7572
7573 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7574
7575         * modules/savewd (Depends-on): Add 'raise'.
7576         * lib/savewd.c: Include <signal.h>, for 'raise'.
7577
7578 2006-09-26  Jim Meyering  <jim@meyering.net>
7579
7580         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
7581         when we detect Darwin 8.7.0's acl_get_file bug.
7582         Rearrange to perform the new (below) run-test while $LIBS
7583         contains any acl-related library.  Set USE_ACL at the end.
7584         (gl_ACL_GET_FILE): New function.
7585
7586 2006-09-26  Eric Blake  <ebb9@byu.net>
7587
7588         * lib/verror.c: Include <config.h> unconditionally.
7589
7590 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
7591
7592         * modules/clock-time (Maintainer): Add self.
7593         * modules/getlogin_r (Depends-on): Add extensions.
7594
7595 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7596
7597         * modules/clock-time: New module.
7598         * modules/nanosleep (Depends-on): Add clock-time.
7599         * modules/gethrxtime (Depends-on): Likewise.
7600         * modules/gettime (Depends-on): Likewise.
7601         * modules/settime (Depends-on): Likewise.
7602
7603         * modules/fts-lgpl: Depend on openat.
7604         * modules/mkancesdirs: Depend on savewd.
7605         * modules/mkdir-p: Likewise.
7606
7607 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7608
7609         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
7610
7611         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
7612         `gl_have_arbitrary_file_name_length_limit' to
7613         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
7614         actually works between configure runs.
7615
7616 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7617             Bruno Haible  <bruno@clisp.org>
7618
7619         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
7620
7621 2006-09-25  Jim Meyering  <jim@meyering.net>
7622
7623         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
7624         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
7625
7626 2006-09-25  Eric Blake  <ebb9@byu.net>
7627
7628         * gnulib-tool (func_import, func_create_testdir): Fix typos in
7629         exec's in 2006-09-18 patch when shuffling fds.
7630
7631 2006-09-25  Bruno Haible  <bruno@clisp.org>
7632
7633         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
7634         Reported by Jim Meyering.
7635
7636 2006-09-24  Jim Meyering  <jim@meyering.net>
7637
7638         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
7639         compare a pointer against a literal "0".  That caused failures with
7640         at least HP-UX's hpcc.
7641
7642 2006-09-22  Simon Josefsson  <jas@extundo.com>
7643
7644         * modules/gc-sha1:
7645         * modules/gc-md4:
7646         * modules/gc-hmac-sha1:
7647         * modules/gc-hmac-md5:
7648         * modules/gc-des:
7649         * modules/gc-arcfour: Distribute more files.
7650
7651 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7652
7653         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
7654         (gl_linked_iterator_from_to): Initialize struct completely.
7655         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
7656         (gl_tree_iterator_from_to): Likewise
7657         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
7658         * lib/gl_array_list.c [lint] (gl_array_iterator)
7659         (gl_array_iterator_from_to): Likewise.
7660         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
7661         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
7662         (gl_carray_iterator_from_to): Likewise.
7663
7664         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
7665         * lib/md4.c (md4_process_block): Remove unused variable.
7666         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
7667         parentheses for clarity.
7668
7669 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7670
7671         * modules/bison-i18n (Depends-on): Add gettext.
7672
7673 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7674
7675         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
7676         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
7677         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
7678         also add missing comma that caused broken test.
7679         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
7680         stdlib.h, for `abort'.
7681         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
7682         variables.
7683         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
7684         include unistd.h if present, for `rmdir'.
7685         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
7686         variables.
7687         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
7688         in the process include standard headers for prototypes.
7689         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
7690         gets declared on GNU/Linux.
7691         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
7692         unistd.h, for `rmdir'.
7693         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
7694
7695         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
7696         always true.
7697         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
7698
7699         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
7700
7701 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7702
7703         * gnulib-tool (func_version): Create output all at once.  This
7704         may help avoid triggering unnecessary SIGPIPEs, and at any
7705         rate it doesn't hurt.
7706
7707 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7708             Bruno Haible  <bruno@clisp.org>
7709
7710         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
7711         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7712         * m4/signed.m4 (bh_C_SIGNED): Likewise.
7713
7714         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
7715         (gl_FUNC_VASPRINTF): Invoke it.
7716
7717 2006-09-22  Bruno Haible  <bruno@clisp.org>
7718
7719         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
7720         getloadavg.c as first argument.
7721
7722 2006-09-22  Bruno Haible  <bruno@clisp.org>
7723
7724         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
7725         at the beginning of the gl_INIT macro.
7726         * modules/getloadavg (configure.ac): Pass $gl_source_base to
7727         gl_GETLOADAVG.
7728
7729 2006-09-22  Bruno Haible  <bruno@clisp.org>
7730
7731         * gnulib-tool (func_create_megatestdir): Don't include the config-h
7732         module.
7733         Suggested by Ralf Wildenhues.
7734
7735 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
7736
7737         Import this patch from libc:
7738
7739         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
7740
7741         * lib/regex_internal.c (re_string_reconstruct): Handle
7742         offset < pstr->valid_raw_len && pstr->offsets_needed case.
7743         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
7744         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
7745         re_string_context_at.
7746
7747         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
7748         now requires it.
7749         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
7750         gl_REGEX now does it for us.
7751         (gl_REGEX): Add test taken from
7752         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
7753
7754         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
7755         Check that large offsets work.  Modernize Autoconf usages.
7756         Prefer "yes" to mean a good thing rather than a bad.
7757         Don't put "#define mkstemp" in config.h, as this might interfere
7758         with standard system headers that "#define mkstemp mkstemp64".
7759
7760         * modules/mkstemp (Depends-on): Add extensions, so that
7761         mkstemp is visible on some platforms.
7762         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
7763         (Include): Change to "mkstemp.h" from <stdlib.h>.
7764         (Files): Add mkstemp.h.
7765
7766         * lib/mkstemp.h: New file, since some standard headers
7767         #define mkstemp.
7768         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
7769         Include "mkstemp.h".
7770         Make the _LIBC code resemble glibc original more,
7771         e.g., use K&R style.
7772         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
7773         (mkstemp): Remove, since mkstemp.h does this for us.
7774         * lib/stdlib--.h: Include mkstemp.h.
7775
7776         Import this patch from libc:
7777
7778         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7779
7780         * lib/tempname.c (__gen_tempname): Change attempts_min
7781         into a macro.  Use preprocessor to decide how to initialize
7782         attempts [Coverity CID 67].
7783
7784 2006-09-20  Bruno Haible  <bruno@clisp.org>
7785
7786         * lib/mkdtemp.c: Import from libc.
7787         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7788                 * sysdeps/posix/tempname.c (__gen_tempname): Change
7789                 attempts_min into a macro.  Use preprocessor to decide how to
7790                 initialize attempts [Coverity CID 67].
7791         2001-11-27  Paul Eggert  <eggert@twinsun.com>
7792                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
7793                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
7794
7795 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7796
7797         * gnulib-tool (func_exit): New function, to allow to pass the
7798         exit status portably through the trap.  Use everywhere.
7799         (--help, --version): Signal a write error.
7800         (trap): catch SIGPIPE, for write errors.
7801         Exit at the end of the trap, with the correct exit status.
7802
7803 2006-09-19  Karl Berry  <karl@gnu.org>
7804
7805         * doc/gnulib.texi: note about the license texinfo files.
7806
7807 2006-09-19  Eric Blake  <ebb9@byu.net>
7808
7809         * gnulib-tool: Avoid space-tab.
7810
7811 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7812
7813         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
7814         that prevented coreutils 6.1 from building.  Problem reported
7815         by Petter Reinholdtsen.
7816
7817 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7818
7819         * gnulib-tool (avoidlist): Fix typo that broke options like
7820         --avoid=lock that are used by coreutils bootstrap.
7821
7822 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
7823
7824         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
7825         more systematically.
7826
7827 2006-09-18  Jim Meyering  <jim@meyering.net>
7828
7829         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
7830
7831 2006-09-18  Bruno Haible  <bruno@clisp.org>
7832
7833         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
7834
7835 2006-09-18  Bruno Haible  <bruno@clisp.org>
7836
7837         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
7838         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
7839         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
7840         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
7841         * m4/gettext.m4: Require autoconf >= 2.52.
7842         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
7843         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
7844         of gl_cv_header_inttypes_h.
7845
7846 2006-09-18  Bruno Haible  <bruno@clisp.org>
7847
7848         * lib/javaversion.c: Include configmake.h.
7849
7850 2006-09-18  Bruno Haible  <bruno@clisp.org>
7851
7852         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
7853         avoid that the while loops be executed in a subshell.
7854
7855 2006-09-18  Bruno Haible  <bruno@clisp.org>
7856
7857         * MODULES.html.sh (func_module): Break long lines.
7858         Suggested by Bruce Korb <bkorb@gnu.org>.
7859
7860 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7861
7862         Speed up by a factor of 1.12.
7863         * gnulib-tool (nl): New variable.
7864         (func_import): Rewrite include directive extraction to only read each
7865         directive once.
7866
7867 2006-09-17  Bruno Haible  <bruno@clisp.org>
7868
7869         * modules/javaversion (Makefile.am): Remove DEFS setting.
7870         (Depends-on): Add configmake, for PKGDATADIR definition.
7871
7872 2006-09-17  Bruno Haible  <bruno@clisp.org>
7873
7874         * gnulib-tool (func_create_testdir): Rewrite all files at once.
7875
7876 2006-09-17  Bruno Haible  <bruno@clisp.org>
7877
7878         * gnulib-tool (func_append): New function, stolen from libtool.m4.
7879         (func_modules_transitive_closure, func_modules_add_dummy,
7880         func_modules_to_filelist, func_import, func_create_testdir,
7881         func_create_megatestdir, ...): Use it wherever possible.
7882         Suggested by Ralf Wildenhues.
7883
7884 2006-09-16  Karl Berry  <karl@gnu.org>
7885
7886         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
7887         to avoid sectioning errors.
7888         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
7889         [ifinfo]: blank line after @center-ed titles.
7890         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
7891         Spell FSF address consistently with others.
7892         (These changes approved by rms.)
7893
7894 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7895
7896         Speed up by a factor of 1.61.
7897         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
7898         already checked module names again.
7899
7900 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7901
7902         Speed up by a factor of 1.13.
7903         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
7904         for new_files, and the input to func_add_or_update.
7905
7906 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7907
7908         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
7909         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
7910
7911 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7912
7913         * modules/mkancesdirs (Depends-on): Add fcntl.
7914         * modules/savewd: New file.
7915         * MODULES.html.sh (File system functions): Add savewd.
7916
7917         * modules/configmake (Makefile.am): Add support for the
7918         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
7919
7920 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7921
7922         * m4/savewd.m4: New file.
7923
7924 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7925
7926         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
7927         (dirchownmod): New arg FD.  All callers changed.
7928         Use FD rather than opening the directory ourself, as opening is
7929         now the caller's responsibility.
7930         * lib/dirchownmod.h: Likewise.
7931         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
7932         hosts that require <sys/types.h> before <sys/stat.h>.  Include
7933         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
7934         (test_dir): Remove.
7935         (mkancesdirs): Return length of prefix of FILE that has already
7936         been made, or -2 if there is a child doing the work.  Redo
7937         algorithm so that it is O(N) rather than O(N**2).  Optimize away
7938         ".", and treat ".." specially since it might stray back into
7939         already-created areas.  Use a subprocess if necessary.  New arg
7940         WD; all users changed.  MAKE_DIR function should now return 1
7941         if it creates a directory that is not readable.  Return -2 if
7942         a child process is spun off.
7943         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
7944         Adjust signature to match code.
7945         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
7946         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
7947         all users changed.
7948         * lib/savewd.c, lib/savewd.h: New files.
7949
7950 2006-09-15  Jim Meyering  <jim@meyering.net>
7951
7952         * modules/rename-dest-slash: New module.
7953         * MODULES.html.sh (posix_compat): Add it here.
7954
7955         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
7956
7957 2006-09-15  Jim Meyering  <jim@meyering.net>
7958
7959         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
7960         file.
7961
7962         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
7963
7964 2006-09-15  Jim Meyering  <jim@meyering.net>
7965
7966         * lib/rename-dest-slash.c (has_trailing_slash): Use
7967         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
7968         (rpl_rename_dest_slash): Perform the cheaper trailing slash
7969         test before testing whether SRC is a directory.
7970         Suggestions from Bruno Haible.
7971
7972         Avoid a warning about an unused variable.
7973         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
7974         into the #ifdef block where it's used.
7975
7976         * lib/rename-dest-slash.c: New file.
7977
7978 2006-09-14  Bruno Haible  <bruno@clisp.org>
7979
7980         * lib/allocsa.c: Include <config.h> unconditionally.
7981         * lib/asnprintf.c: Likewise.
7982         * lib/asprintf.c: Likewise.
7983         * lib/c-strcasecmp.c: Likewise.
7984         * lib/c-strcasestr.c: Likewise.
7985         * lib/c-strncasecmp.c: Likewise.
7986         * lib/c-strstr.c: Likewise.
7987         * lib/classpath.c: Likewise.
7988         * lib/clean-temp.c: Likewise.
7989         * lib/concatpath.c: Likewise.
7990         * lib/copy-file.c: Likewise.
7991         * lib/csharpcomp.c: Likewise.
7992         * lib/csharpexec.c: Likewise.
7993         * lib/execute.c: Likewise.
7994         * lib/fatal-signal.c: Likewise.
7995         * lib/findprog.c: Likewise.
7996         * lib/fwriteerror.c: Likewise.
7997         * lib/gl_array_list.c: Likewise.
7998         * lib/gl_array_oset.c: Likewise.
7999         * lib/gl_avltree_list.c: Likewise.
8000         * lib/gl_avltree_oset.c: Likewise.
8001         * lib/gl_avltreehash_list.c: Likewise.
8002         * lib/gl_carray_list.c: Likewise.
8003         * lib/gl_linked_list.c: Likewise.
8004         * lib/gl_linkedhash_list.c: Likewise.
8005         * lib/gl_list.c: Likewise.
8006         * lib/gl_oset.c: Likewise.
8007         * lib/gl_rbtree_list.c: Likewise.
8008         * lib/gl_rbtree_oset.c: Likewise.
8009         * lib/gl_rbtreehash_list.c: Likewise.
8010         * lib/imaxabs.c: Likewise.
8011         * lib/imaxdiv.c: Likewise.
8012         * lib/javacomp.c: Likewise.
8013         * lib/javaexec.c: Likewise.
8014         * lib/javaversion.c: Likewise.
8015         * lib/linebreak.c: Likewise.
8016         * lib/localcharset.c: Likewise.
8017         * lib/lock.c: Likewise.
8018         * lib/mbchar.c: Likewise.
8019         * lib/mbswidth.c: Likewise.
8020         * lib/mkdtemp.c: Likewise.
8021         * lib/pipe.c: Likewise.
8022         * lib/printf-args.c: Likewise.
8023         * lib/printf-parse.c: Likewise.
8024         * lib/progname.c: Likewise.
8025         * lib/progreloc.c: Likewise.
8026         * lib/readlink.c: Likewise.
8027         * lib/sh-quote.c: Likewise.
8028         * lib/stpcpy.c: Likewise.
8029         * lib/stpncpy.c: Likewise.
8030         * lib/strcasecmp.c: Likewise.
8031         * lib/strcasestr.c: Likewise.
8032         * lib/strcspn.c: Likewise.
8033         * lib/striconv.c: Likewise.
8034         * lib/strncasecmp.c: Likewise.
8035         * lib/strnlen1.c: Likewise.
8036         * lib/strstr.c: Likewise.
8037         * lib/strtok_r.c: Likewise.
8038         * lib/tls.c: Likewise.
8039         * lib/tmpdir.c: Likewise.
8040         * lib/unicodeio.c: Likewise.
8041         * lib/unsetenv.c: Likewise.
8042         * lib/vasnprintf.c: Likewise.
8043         * lib/vasprintf.c: Likewise.
8044         * lib/wait-process.c: Likewise.
8045         * lib/xallocsa.c: Likewise.
8046         * lib/xsetenv.c: Likewise.
8047         * lib/xstriconv.c: Likewise.
8048
8049 2006-09-13  Simon Josefsson  <jas@extundo.com>
8050
8051         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
8052         that internally, suggested by Ralf Wildenhues
8053         <Ralf.Wildenhues@gmx.de>.
8054
8055 2006-09-13  Simon Josefsson  <jas@extundo.com>
8056
8057         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
8058         @LIBOBJS@.
8059         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8060
8061 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
8062
8063         * lib/_fpending.c: Include <config.h> unconditionally, since we no
8064         longer worry about uses that don't define HAVE_CONFIG_H.
8065         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
8066         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
8067         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
8068         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
8069         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
8070         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
8071         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
8072         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
8073         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
8074         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
8075         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
8076         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
8077         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
8078         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
8079         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
8080         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
8081         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
8082         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
8083         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
8084         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
8085         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
8086         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
8087         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
8088         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
8089         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
8090         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
8091         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
8092         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
8093         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
8094         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
8095         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
8096         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
8097         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
8098         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
8099         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
8100         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
8101         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
8102         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
8103         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
8104         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
8105         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
8106         Likewise.
8107
8108 2006-09-13  Eric Blake  <ebb9@byu.net>
8109
8110         * lib/getopt.c: Fix typo in last commit.
8111
8112 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8113
8114         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
8115         dgettext.
8116
8117 2006-09-12  Jim Meyering  <jim@meyering.net>
8118
8119         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
8120         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
8121         Reported by Nelson H. F. Beebe.
8122
8123 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8124
8125         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
8126         program_invocation_name and program_invocation_short_name are
8127         initialized.
8128         * lib/argp-namefrob.h: Move declarations of program_invocation_name
8129         and program_invocation_short_name to argp.h, so they are visible
8130         to user programs.
8131         * lib/argp.h: Likewise
8132
8133 2006-09-10  Bruno Haible  <bruno@clisp.org>
8134
8135         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8136         m4/inttypes_h.m4, m4/uintmax_t.m4.
8137
8138 2006-09-10  Bruno Haible  <bruno@clisp.org>
8139
8140         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
8141         gl_AC_TYPE_UINTMAX_T.
8142
8143 2006-09-10  Bruno Haible  <bruno@clisp.org>
8144
8145         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
8146
8147 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8148
8149         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
8150         convention.  Text proposed by Bruno Haible.
8151         (struct argp_option): Document the use of N_() wrappers.
8152
8153         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
8154         '\v', and translate the two parts separately, instead of feeding
8155         the whole string to gettext.  This allows to exclude
8156         '\v' from the strings visible to the translator by writing doc
8157         strings as N_("..") "\v" N_("..").
8158
8159 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
8160
8161         * config/srclist.txt: Undo latest change; the bug was fixed.
8162
8163 2006-09-09  Bruno Haible  <bruno@clisp.org>
8164
8165         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
8166         assignments if building a library without libtool.
8167         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
8168         in func_emit_lib_Makefile_am.
8169         (func_import): When building a static library libfoo.a, arrange to
8170         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
8171         (func_create_testdir): Likewise.
8172         * modules/gc (configure.ac, Makefile.am): If building statically,
8173         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
8174         * modules/iconvme (configure.ac, Makefile.am): Likewise.
8175         * modules/striconv (configure.ac, Makefile.am): Likewise.
8176         Based on a suggestion by Ralf Wildenhues.
8177
8178 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8179
8180         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
8181         Check for unistd.h too, since Autoconf doesn't assume POSIX.
8182         Also:
8183
8184         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8185         Add year_2050_test to catch glibc bug 2821
8186         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
8187
8188         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8189         Prefer #ifdef to #if.
8190
8191         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
8192         Return from 'main' instead of calling 'exit'.
8193
8194 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8195
8196         * lib/mktime.c (guess_time_tm): Fix bug where mktime
8197         returned the maximum time_t value rather than (time_t) -1.
8198         Problem originally reported by William Bardwell
8199         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
8200
8201         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
8202         Moved to here ...
8203         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
8204         ... from here.
8205
8206 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8207
8208         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
8209         2821 is fixed.
8210
8211 2006-09-08  Jim Meyering  <jim@meyering.net>
8212
8213         Don't make generated files read-only.  That would bother too many
8214         people.  However, do retain the ability to work when targets are
8215         read-only: remove the destination and temporary files before writing
8216         them (when generated via sed or echo), or by using the -f option for
8217         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
8218         * modules/alloca-opt, modules/argz, modules/arpa_inet:
8219         * modules/byteswap, modules/configmake, modules/fcntl:
8220         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
8221         * modules/localcharset, modules/netinet_in, modules/poll:
8222         * modules/stdbool, modules/stdint, modules/sys_select:
8223         * modules/sys_socket, modules/sys_stat, modules/sysexits:
8224
8225 2006-09-08  Jim Meyering  <jim@meyering.net>
8226
8227         Avoid new build failure on FreeBSD 6.0.
8228         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
8229         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
8230         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
8231
8232 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8233
8234         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
8235
8236 2006-09-07  Jim Meyering  <jim@meyering.net>
8237
8238         Fix global typo in last change: use chmod u-w, not chmod u-x.
8239         Spotted by Paul Eggert and Bruce Korb.
8240         * modules/alloca-opt, modules/argz, modules/arpa_inet:
8241         * modules/byteswap, modules/configmake, modules/fcntl:
8242         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
8243         * modules/localcharset, modules/netinet_in, modules/poll:
8244         * modules/stdbool, modules/stdint, modules/sys_select:
8245         * modules/sys_socket, modules/sys_stat, modules/sysexits:
8246
8247 2006-09-06  Jim Meyering  <jim@meyering.net>
8248
8249         Make generated files be read-only.
8250         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
8251         Ensure that each generated file is now read-only.
8252         * modules/argz: Likewise.
8253         * modules/arpa_inet: Likewise.
8254         * modules/byteswap: Likewise.
8255         * modules/configmake: Likewise.
8256         * modules/fcntl: Likewise.
8257         * modules/fnmatch: Likewise.
8258         * modules/getopt: Likewise.
8259         * modules/glob: Likewise.
8260         * modules/inttypes: Likewise.
8261         * modules/netinet_in: Likewise.
8262         * modules/poll: Likewise.
8263         * modules/stdbool: Likewise.
8264         * modules/stdint: Likewise.
8265         * modules/sys_select: Likewise.
8266         * modules/sys_socket: Likewise.
8267         * modules/sys_stat: Likewise.
8268         * modules/sysexits: Likewise.
8269         * modules/localcharset: Same as above, but continue using temporary
8270         file named "t-$@" (why different?) rather than the "$@-t" used
8271         everywhere else.
8272
8273         * modules/sysexits (Makefile.am): Replace literal occurrences
8274         of "sysexit.h" more readable, and more consistent, "$@".
8275
8276 2006-09-06  Bruno Haible  <bruno@clisp.org>
8277
8278         * modules/striconv: New file.
8279         * modules/xstriconv: New file.
8280         * MODULES.html.sh (Internationalization functions): Add striconv,
8281         xstriconv.
8282
8283 2006-09-06  Bruno Haible  <bruno@clisp.org>
8284
8285         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
8286         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
8287         not using libtool correctly.
8288
8289 2006-09-06  Bruno Haible  <bruno@clisp.org>
8290
8291         * lib/striconv.h: New file.
8292         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
8293         iconvstring.c.
8294         * lib/xstriconv.h: New file.
8295         * lib/xstriconv.c: New file.
8296
8297 2006-09-06  Bruno Haible  <bruno@clisp.org>
8298
8299         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8300         lib_..._LDFLAGS.
8301
8302 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8303
8304         * lib/argz_.h: Sync from Libtool.
8305
8306         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
8307                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8308
8309         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
8310
8311 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8312
8313         * modules/trim: New file.
8314
8315 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8316
8317         * lib/trim.h: New file.
8318         * lib/trim.c: New file.
8319
8320 2006-09-05  Bruno Haible  <bruno@clisp.org>
8321
8322         * MODULES.html.sh (String handling): Add trim.
8323
8324 2006-09-04  Karl Berry  <karl@gnu.org>
8325
8326         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
8327         until next release.
8328
8329 2006-09-03  Bruno Haible  <bruno@clisp.org>
8330
8331         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
8332         correctly.
8333
8334 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8335
8336         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
8337         not gl_GETLOADAVG.  Omit unneeded semicolons.
8338         Problems reported by Ralf Wildenhues in
8339         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8340         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
8341         at the end, which is the usual gnulib style.
8342
8343         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
8344         of doing all the work ourselves.
8345         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
8346         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
8347
8348 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8349
8350         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
8351         Problem reported by Ralf Wildenhues in
8352         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8353
8354         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
8355         HAVE_STRUCT_STATFS_F_FSTYPENAME.
8356
8357 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8358
8359         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
8360         yesterday's patch by changing test -n to test -z.
8361
8362 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8363
8364         * modules/getloadavg (Files): Add m4/getloadavg.m4.
8365         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
8366         the former is now obsolescent.
8367
8368         * modules/chdir-long (Depends-on): Add fcntl.
8369
8370 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8371
8372         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
8373         obsolescent, and programs should use gnulib instead.
8374         * m4/getloadavg.m4: New file, with contents taken from Autoconf
8375         but with prefixes changed.
8376
8377 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8378
8379         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
8380         or stdbool.h, because they might not exist while configuring.
8381
8382         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
8383         Don't include unistd.h or limits.h; not needed, since chdir-long.h
8384         does that for us.
8385         (O_DIRECTORY): Remove.
8386
8387 2006-08-31  Eric Blake  <ebb9@byu.net>
8388
8389         * gnulib-tool: Don't let emacs change spaces to TAB.
8390
8391 2006-08-31  Bruno Haible  <bruno@clisp.org>
8392
8393         * gnulib-tool: When calling func_import more than once, do it in a
8394         subshell.
8395         Reported by Eric Blake <ebb9@byu.net>.
8396
8397 2006-08-31  Bruno Haible  <bruno@clisp.org>
8398
8399         * gnulib-tool (nl): Remove variable.
8400         (sed_transform_lib_file): Use more robust test for config-h module.
8401         (func_import): Fix typo in 2006-08-25 patch.
8402
8403 2006-08-31  Bruno Haible  <bruno@clisp.org>
8404
8405         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
8406         specified, augment Makefile.am variables instead of assigning them.
8407
8408 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8409
8410         Work around a bug in both the Linux and SunOS 64-bit kernels:
8411         nanosleep mishandles sleeps for longer than 2**31 seconds.
8412         Problem reported by Frank v Waveren in
8413         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8414         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
8415         Check for nanosleep bug.
8416         (LIB_NANOSLEEP): Append clock_gettime library if needed.
8417
8418 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8419
8420         Work around a bug in both the Linux and SunOS 64-bit kernels:
8421         nanosleep mishandles sleeps for longer than 2**31 seconds.
8422         Problem reported by Frank v Waveren in
8423         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8424         * lib/nanosleep.c (BILLION): New constant.
8425         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
8426         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
8427         implementation.
8428
8429 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8430
8431         * modules/nanosleep (Depends-on): Add gettime.
8432
8433 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8434         and Simon Josefsson  <jas@extundo.com>
8435         and Oskar Liljeblad  <oskar@osk.mine.nu>
8436
8437         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
8438         * gnulib-tool (func_import): New license type 'unmodifiable license
8439         text'.
8440         * modules/fdl: Use it.  Longer description.
8441         * module/gpl, module/lgpl: New files.
8442
8443 2006-08-30  Jim Meyering  <jim@meyering.net>
8444
8445         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
8446         shadowing the parameter.
8447
8448 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8449
8450         Sync from Libtool:
8451
8452         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8453
8454         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
8455         sharing with gnulib.  Report by Eric Blake.
8456
8457 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8458
8459         * modules/isapipe: New file.
8460         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
8461
8462 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8463
8464         * modules/configmake (Makefile.am): Add a comment, and omit
8465         the CONFIGMAKE_ prefix from generated macro names.  Suggested
8466         by Bruno Haible.
8467
8468 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8469
8470         * m4/isapipe.m4: New file.
8471
8472 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8473
8474         * lib/isapipe.c, lib/isapipe.h: New files.
8475
8476 2006-08-29  Jim Meyering  <jim@meyering.net>
8477
8478         * modules/configmake (Makefile.am): Make configmake.h depend on
8479         Makefile.  Otherwise, a stale configmake.h could hang around.
8480
8481 2006-08-29  Eric Blake  <ebb9@byu.net>
8482
8483         * lib/error.c (error_at_line, print_errno_message): Match libc, after
8484         resolution of upstream bug 3044.
8485
8486 2006-08-29  Bruno Haible  <bruno@clisp.org>
8487
8488         * modules/localcharset (Depends-on): Add configmake.
8489         (Makefile.am): Remove setting of LIBDIR through DEFS.
8490
8491 2006-08-29  Bruno Haible  <bruno@clisp.org>
8492
8493         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
8494         defined.
8495
8496 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8497
8498         * modules/fcntl: New file.
8499         * modules/chdir-safer (Depends-on): Add fcntl.
8500         * modules/fts: Likewise.
8501         * modules/mkdir-p: Likewise.
8502
8503         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
8504         This undoes the most recent change, since we're now addressing the
8505         problem in a different way.
8506
8507         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
8508         into output, since the output might be called Makefile.am even
8509         if $makefile_name is something different.
8510         (func_import): Use $makefile_am rather than
8511         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
8512         empty.
8513
8514         * modules/inttypes (Files): Add m4/inttypes-h.m4.
8515
8516 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8517
8518         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
8519         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
8520         recent change to stdint.m4, since we're now addressing the problem in a
8521         different way.
8522
8523 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8524
8525         * m4/fcntl_h.m4: New file.
8526
8527 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8528
8529         * lib/fcntl_.h: New file.
8530         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
8531         the fcntl module.
8532         * lib/dirchownmod.c: Likewise.
8533         * lib/fts.c: Likewise.
8534
8535         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
8536         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
8537         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
8538         just before including <inttypes.h>, to avoid circular inclusion.
8539
8540 2006-08-28  Jim Meyering  <jim@meyering.net>
8541
8542         * doc/visibility.texi: Actually read and correct the grammar of the
8543         sentence affected by yesterday's change.
8544
8545 2006-08-28  Eric Blake  <ebb9@byu.net>
8546
8547         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
8548         needs wrapper.
8549
8550 2006-08-28  Eric Blake  <ebb9@byu.net>
8551
8552         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
8553
8554 2006-08-28  Eric Blake  <ebb9@byu.net>
8555
8556         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
8557
8558 2006-08-28  Bruno Haible  <bruno@clisp.org>
8559
8560         * modules/c-strstr: New file, from GNU gettext.
8561         * MODULES.html.sh (String handling): Add c-strstr.
8562
8563 2006-08-28  Bruno Haible  <bruno@clisp.org>
8564
8565         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
8566         macros.
8567         Reported by Eric Blake.
8568
8569 2006-08-28  Bruno Haible  <bruno@clisp.org>
8570
8571         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
8572         (VASNPRINTF): Return a string of length > INT_MAX without failing.
8573         * lib/vasprintf.c: Include errno.h, limits.h.
8574         (EOVERFLOW): New fallback definition.
8575         (vasprintf): Test here whether the string length is > INT_MAX.
8576         * lib/vsnprintf.c: Include errno.h, limits.h.
8577         (EOVERFLOW): New fallback definition.
8578         (vsnprintf): Fix bug when generated string was too long for the buffer.
8579         Test here whether the string length is > INT_MAX.
8580
8581 2006-08-28  Bruno Haible  <bruno@clisp.org>
8582
8583         * lib/inttypes_.h (SCNX*): Remove definitions.
8584         Reported by Eric Blake.
8585
8586 2006-08-28  Bruno Haible  <bruno@clisp.org>
8587
8588         * lib/c-strstr.h: New file, from GNU gettext.
8589         * lib/c-strstr.c: New file, from GNU gettext.
8590
8591 2006-08-28  Bruno Haible  <bruno@clisp.org>
8592
8593         * gnulib-tool: Reorder some statements.
8594
8595 2006-08-28  Bruno Haible  <bruno@clisp.org>
8596
8597         * gnulib-tool: New option --makefile-name.
8598         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
8599         $makefile_name.
8600         (func_import): Write $makefile_name to the cache file, and read it from
8601         there unless explicitly specified. Use $makefile_name as file name
8602         instead of Makefile.am. Adjust the recommendations accordingly.
8603
8604 2006-08-28  Bruno Haible  <bruno@clisp.org>
8605
8606         * gnulib-tool (func_verify_module): Check against misapplying patch.
8607
8608 2006-08-28  Bruno Haible  <bruno@clisp.org>
8609
8610         * gnulib-tool (func_relativize, func_relconcat): New functions.
8611         Give an error if --local-dir is given with --update.
8612         Remove trailing slashes from $local_gnulib_dir.
8613         (func_import): Store the relativized $local_gnulib_dir in
8614         gnulib-cache.m4, and read it from there if not specified explicitly.
8615
8616 2006-08-28  Bruno Haible  <bruno@clisp.org>
8617
8618         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
8619         is the current directory. Respect also $local_gnulib_dir.
8620
8621 2006-08-28  Bruno Haible  <bruno@clisp.org>
8622             Simon Josefsson  <jas@extundo.com>
8623
8624         BeOS portability.
8625         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
8626
8627 2006-08-27  Jim Meyering  <jim@meyering.net>
8628
8629         * doc/visibility.texi: Remove duplicate word: "pointer".
8630
8631 2006-08-26  Bruno Haible  <bruno@clisp.org>
8632
8633         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
8634         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
8635         (Makefile.am): Create inttypes.h from inttypes_.h.
8636         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
8637
8638         * modules/imaxabs: New file.
8639
8640         * modules/imaxdiv: New file.
8641
8642 2006-08-26  Bruno Haible  <bruno@clisp.org>
8643
8644         * m4/inttypes.m4: New file.
8645         * m4/_inttypes_h.m4: Remove file.
8646         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
8647         PRI_MACROS_BROKEN.
8648         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
8649
8650         * m4/imaxabs.m4: New file.
8651
8652         * m4/imaxdiv.m4: New file.
8653
8654 2006-08-26  Bruno Haible  <bruno@clisp.org>
8655
8656         * lib/inttypes_.h: New file.
8657         * lib/inttypes.h: Remove file.
8658         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
8659
8660         * lib/imaxabs.c: New file.
8661
8662         * lib/imaxdiv.c: New file.
8663
8664 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8665
8666         New config-h module, so that "make" output needn't be cluttered
8667         by -DHAVE_CONFIG_H.
8668         * MODULES.html.sh (Support for building libraries and executables):
8669         Add config-h.
8670         * modules/config-h: New file.
8671         * gnulib-tool (nl, sed_transform_lib_file): New vars.
8672         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
8673         the config-h module is used.
8674
8675         New configmake module, so that "make" output needn't be cluttered
8676         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
8677         * MODULES.html.sh (Support for building libraries and executables):
8678         Add configmake.
8679         * modules/configmake: New file.
8680
8681 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8682
8683         * m4/config-h.m4: New file.
8684
8685 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8686
8687         * config/srclist.txt: Add elisp-comp.
8688
8689 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8690
8691         * MODULES.html.sh (Support for building libraries and executables):
8692         Add elisp-comp.
8693         * build-aux/elisp-comp: New file.
8694         * modules/elisp-comp: New file.
8695
8696 2006-08-24  Bruno Haible  <bruno@clisp.org>
8697
8698         * gnulib-tool (func_create_testdir): Use non-default values of
8699         sourcebase and m4base.
8700
8701 2006-08-24  Bruno Haible  <bruno@clisp.org>
8702
8703         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
8704         HTML structure.
8705
8706 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
8707
8708         * modules/openat (Depends-on): Add lchown.
8709
8710 2006-08-23  Bruno Haible  <bruno@clisp.org>
8711
8712         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
8713         of gl_LOCK_EARLY instead of gl_LOCK.
8714
8715 2006-08-23  Bruno Haible  <bruno@clisp.org>
8716
8717         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
8718         on OSF/1 to no.
8719         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
8720
8721 2006-08-23  Bruno Haible  <bruno@clisp.org>
8722
8723         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
8724         as unusable.
8725
8726         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
8727         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
8728         (gl_LOCK): New macro.
8729
8730 2006-08-22  Simon Josefsson  <jas@extundo.com>
8731
8732         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
8733         to md5 module.
8734
8735 2006-08-22  Simon Josefsson  <jas@extundo.com>
8736
8737         * MODULES.html.sh: Add "Support for maintaining and release
8738         projects".
8739
8740         * build-aux/gnupload: New file, from coreutils.
8741
8742 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8743
8744         Avoid the need for AC_LIBSOURCES in m4 macros.
8745         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
8746         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
8747         * modules/check-version (EXTRA_DIST): Add check-version.h.
8748         * modules/crc (EXTRA_DIST): Add crc.h.
8749         * modules/des (EXTRA_DIST): Add des.h.
8750         * modules/gc (EXTRA_DIST): Add gc.h.
8751         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
8752         * modules/getline (EXTRA_DIST): Add getline.h.
8753         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
8754         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
8755         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
8756         * modules/md2 (EXTRA_DIST): Add md2.h.
8757         * modules/md4 (EXTRA_DIST): Add md4.h.
8758         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
8759         * modules/read-file (EXTRA_DIST): Add read-file.h.
8760         * modules/readline (EXTRA_DIST): Add readline.h.
8761         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
8762         rijndael-api-fst.h.
8763
8764 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8765
8766         * m4/rijndael.m4 (gl_ARCFOUR):
8767         * m4/arctwo.m4 (gl_ARCTWO):
8768         * m4/check-version.m4 (gl_CHECK_VERSION):
8769         * m4/crc.m4 (gl_CRC):
8770         * m4/des.m4 (gl_DES):
8771         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
8772         * m4/gc.m4 (gl_GC):
8773         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
8774         * m4/getline.m4 (gl_FUNC_GETLINE):
8775         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
8776         * m4/hmac-md5.m4 (gl_HMAC_MD5):
8777         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
8778         * m4/md2.m4 (gl_MD2):
8779         * m4/md4.m4 (gl_MD4):
8780         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
8781         * m4/read-file.m4 (gl_FUNC_READ_FILE):
8782         * m4/readline.m4 (gl_FUNC_READLINE):
8783         * m4/rijndael.m4 (gl_RIJNDAEL):
8784         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8785         to get the necessary .h files and whatnot.
8786
8787 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8788
8789         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
8790         gnulib rather than the other way around.
8791         * config/srclistvars.sh (COREUTILS): Remove.
8792
8793 2006-08-22  Jim Meyering  <jim@meyering.net>
8794
8795         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
8796
8797         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
8798
8799 2006-08-22  Eric Blake  <ebb9@byu.net>
8800
8801         * modules/regexprops-generic: New file.
8802         * MODULES.html.sh (Support for building documentation): List it.
8803
8804 2006-08-22  Eric Blake  <ebb9@byu.net>
8805
8806         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
8807         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
8808         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
8809         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
8810
8811 2006-08-22  Bruno Haible  <bruno@clisp.org>
8812
8813         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
8814         and lib_LTLIBRARIES like the other lib_* variables.
8815
8816 2006-08-22  Bruno Haible  <bruno@clisp.org>
8817
8818         * build-aux/x-to-1.in: New file, from GNU gettext.
8819
8820 2006-08-22  Bruno Haible  <bruno@clisp.org>
8821
8822         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
8823         <utmpx.h> exists.
8824
8825 2006-08-22  Bruno Haible  <bruno@clisp.org>
8826
8827         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
8828         <utmpx.h> exists.
8829
8830 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8831
8832         BeOS portability.
8833         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
8834         exist.
8835         Problem reported by Bruno Haible.
8836
8837 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8838
8839         Avoid the need for AC_LIBSOURCES in m4 macros.
8840         * modules/acl (EXTRA_DIST): Add acl.h.
8841         * modules/argmatch (Files): Add m4/argmatch.m4.
8842         (configure.ac): Add gl_ARGMATCH.
8843         (EXTRA_DIST): Renamed from lib_SOURCES, for
8844         consistency with the other modules.  Remove argmatch.c.
8845         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
8846         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
8847         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
8848         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
8849         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
8850         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
8851         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
8852         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
8853         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
8854         * modules/closeout (EXTRA_DIST): Add closeout.h.
8855         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
8856         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
8857         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
8858         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
8859         dirname.h; remove basename.c and stripslash.c.
8860         * modules/exclude (EXTRA_DIST): Add exclude.h.
8861         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
8862         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
8863         * modules/file-type (EXTRA_DIST): Add file-type.h.
8864         * modules/filemode (EXTRA_DIST): Add filemode.h.
8865         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
8866         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8867         * modules/fpending (EXTRA_DIST): Add __fpending.h.
8868         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
8869         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
8870         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
8871         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
8872         * modules/getdate (EXTRA_DIST): Add getdate.c.
8873         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
8874         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
8875         * modules/getpass (EXTRA_DIST): Add getpass.h.
8876         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
8877         * modules/group-member (EXTRA_DIST): Add group-member.h.
8878         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
8879         * modules/hash (EXTRA_DIST): Add hash.h.
8880         * modules/human (EXTRA_DIST): Add human.h.
8881         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
8882         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
8883         * modules/lchown (EXTRA_DIST): Add lchown.h.
8884         * modules/long-options (EXTRA_DIST): Add long-options.h.
8885         * modules/lstat (EXTRA_DIST): Add lstat.h.
8886         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
8887         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
8888         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
8889         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
8890         * modules/memxor (EXTRA_DIST): Add memxor.h.
8891         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
8892         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
8893         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
8894         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
8895         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
8896         * modules/physmem (EXTRA_DIST): Add physmem.h.
8897         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
8898         * modules/posixver (EXTRA_DIST): Add posixver.h.
8899         * modules/quote (EXTRA_DIST): Add quote.h.
8900         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
8901         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
8902         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
8903         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
8904         regex_internal.h regexec.c.
8905         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
8906         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
8907         * modules/same (EXTRA_DIST): Add same.h.
8908         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
8909         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
8910         * modules/savedir (EXTRA_DIST): Add savedir.h.
8911         * modules/sha1 (EXTRA_DIST): Add sha1.h.
8912         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
8913         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
8914         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
8915         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
8916         * modules/strdup (EXTRA_DIST): Add strdup.h.
8917         * modules/strftime (EXTRA_DIST): Add strftime.h.
8918         * modules/strndup (EXTRA_DIST): Add strndup.h.
8919         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
8920         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
8921         * modules/time_r (EXTRA_DIST): Add time_r.h.
8922         * modules/timespec (EXTRA_DIST): Add timespec.h.
8923         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8924         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
8925         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
8926         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
8927         * modules/userspec (EXTRA_DIST): Add userspec.h.
8928         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
8929         * modules/utimens (EXTRA_DIST): Add utimens.h.
8930         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
8931         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
8932         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
8933         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
8934         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
8935         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
8936         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
8937         * modules/yesno (EXTRA_DIST): Add yesno.h.
8938
8939 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8940
8941         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
8942
8943         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
8944         * m4/dev-ino.m4, same-inode.m4: Remove.
8945
8946         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
8947         * m4/acl.m4 (AC_FUNC_ACL):
8948         * m4/backupfile.m4 (gl_BACKUPFILE):
8949         * m4/c-strtod.m4 (gl_C99_STRTOLD):
8950         * m4/canon-host.m4 (gl_CANON_HOST):
8951         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8952         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
8953         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
8954         * m4/cloexec.m4 (gl_CLOEXEC):
8955         * m4/close-stream.m4 (gl_CLOSE_STREAM):
8956         * m4/closeout.m4 (gl_CLOSEOUT):
8957         * m4/dirfd.m4 (gl_FUNC_DIRFD):
8958         * m4/dirname.m4 (gl_DIRNAME):
8959         * m4/exclude.m4 (gl_EXCLUDE):
8960         * m4/exitfail.m4 (gl_EXITFAIL):
8961         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
8962         * m4/file-type.m4 (gl_FILE_TYPE):
8963         * m4/filemode.m4 (gl_FILEMODE):
8964         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
8965         * m4/fpending.m4 (gl_FUNC_FPENDING):
8966         * m4/fprintftime.m4 (gl_FPRINTFTIME):
8967         * m4/fts.m4 (gl_FUNC_FTS):
8968         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
8969         * m4/getdate.m4 (gl_GETDATE):
8970         * m4/gethrxtime.m4 (gl_GETHRXTIME):
8971         * m4/getpagesize.m4 (gl_GETPAGESIZE):
8972         * m4/getpass.m4 (gl_FUNC_GETPASS):
8973         * m4/gettime.m4 (gl_GETTIME):
8974         * m4/getugroups.m4 (gl_GETUGROUPS):
8975         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
8976         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
8977         * m4/hard-locale.m4 (gl_HARD_LOCALE):
8978         * m4/hash.m4 (gl_HASH):
8979         * m4/idcache.m4 (gl_IDCACHE):
8980         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
8981         * m4/lchown.m4 (gl_FUNC_LCHOWN):
8982         * m4/long-options.m4 (gl_LONG_OPTIONS):
8983         * m4/lstat.m4 (gl_FUNC_LSTAT):
8984         * m4/md5.m4 (gl_MD5):
8985         * m4/memcasecmp.m4 (gl_MEMCASECMP):
8986         * m4/memcoll.m4 (gl_MEMCOLL):
8987         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
8988         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
8989         * m4/memxor.m4 (gl_MEMXOR):
8990         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
8991         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
8992         * m4/modechange.m4 (gl_MODECHANGE):
8993         * m4/mountlist.m4 (gl_MOUNTLIST):
8994         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8995         * m4/openat.m4 (gl_FUNC_OPENAT):
8996         * m4/pathmax.m4 (gl_PATHMAX):
8997         * m4/physmem.m4 (gl_PHYSMEM):
8998         * m4/posixtm.m4 (gl_POSIXTM):
8999         * m4/posixver.m4 (gl_POSIXVER):
9000         * m4/quote.m4 (gl_QUOTE):
9001         * m4/quotearg.m4 (gl_QUOTEARG):
9002         * m4/readtokens.m4 (gl_READTOKENS):
9003         * m4/readutmp.m4 (gl_READUTMP):
9004         * m4/regex.m4 (gl_REGEX):
9005         * m4/safe-read.m4 (gl_SAFE_READ):
9006         * m4/safe-write.m4 (gl_SAFE_WRITE):
9007         * m4/same.m4 (gl_SAME):
9008         * m4/save-cwd.m4 (gl_SAVE_CWD):
9009         * m4/savedir.m4 (gl_SAVEDIR):
9010         * m4/settime.m4 (gl_SETTIME):
9011         * m4/sha1.m4 (gl_SHA1):
9012         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
9013         * m4/stat-macros.m4 (gl_STAT_MACROS):
9014         * m4/stat-time.m4 (gl_STAT_TIME):
9015         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
9016         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
9017         * m4/strdup.m4 (gl_FUNC_STRDUP):
9018         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
9019         * m4/strndup.m4 (gl_FUNC_STRNDUP):
9020         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
9021         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
9022         * m4/time_r.m4 (gl_TIME_R):
9023         * m4/timespec.m4 (gl_TIMESPEC):
9024         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
9025         * m4/unlinkdir.m4 (gl_UNLINKDIR):
9026         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
9027         * m4/userspec.m4 (gl_USERSPEC):
9028         * m4/utimecmp.m4 (gl_UTIMECMP):
9029         * m4/utimens.m4 (gl_UTIMENS):
9030         * m4/xalloc.m4 (gl_XALLOC):
9031         * m4/xgetcwd.m4 (gl_XGETCWD):
9032         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
9033         * m4/xreadlink.m4 (gl_XREADLINK):
9034         * m4/xstrtod.m4 (gl_XSTRTOD):
9035         * m4/yesno.m4 (gl_YESNO):
9036         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
9037         to get the necessary .h files and whatnot.
9038
9039 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
9040             Bruno Haible  <bruno@clisp.org>
9041
9042         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
9043         /bin/sh understanding of '!' conditional negation.
9044
9045 2006-08-21  Jim Meyering  <jim@meyering.net>
9046
9047         * modules/openat (Depends-on): Really alphabetize.
9048
9049         * modules/acl (Depends-on): Add error and quote.
9050
9051         * check-module (find_included_lib_files): Add at-func.c to the
9052         ok-to-include-more-than-once white list.
9053
9054         * modules/openat (Depends-on): Add lstat.  Alphabetize.
9055
9056 2006-08-21  Bruno Haible  <bruno@clisp.org>
9057
9058         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9059         Emit a pkgdata_DATA variable only if some snippets add contents to it.
9060         Reported by Martin Lambers <marlam@marlam.de>.
9061
9062 2006-08-21  Bruno Haible  <bruno@clisp.org>
9063
9064         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
9065         specify an installation location, don't emit a noinst_LIBRARIES or
9066         noinst_LTLIBRARIES assignment.
9067
9068 2006-08-21  Bruno Haible  <bruno@clisp.org>
9069
9070         BeOS portability.
9071         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
9072         BeOS has mbrtowc() but no <wctype.h>.
9073
9074 2006-08-21  Bruno Haible  <bruno@clisp.org>
9075
9076         BeOS portability.
9077         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
9078         exist.
9079
9080 2006-08-21  Bruno Haible  <bruno@clisp.org>
9081
9082         BeOS portability.
9083         * lib/mbchar.h: Include <wctype.h> only if it exists.
9084
9085 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9086
9087         Remove files that are no longer needed by their respective modules.
9088         * m4/obstack.m4: Remove.
9089         * m4/strerror_r.m4: Remove.
9090         * m4/uint32_t.m4: Remove.
9091         * m4/uintptr_t.m4: Remove.
9092         * m4/ullong_max.m4: Remove.
9093         * m4/xstrtoimax.m4: Remove.
9094         * m4/xstrtoumax.m4: Remove.
9095
9096         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
9097         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
9098         dependencies now capture this.
9099
9100         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
9101         Do not use AC_LIBSOURCES, since gnulib modules now do this.
9102         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
9103         * m4/human.m4 (gl_HUMAN): Likewise.
9104         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
9105         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
9106
9107         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
9108
9109         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
9110         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
9111         stdint.
9112         * m4/human.m4 (gl_HUMAN): Likewise.
9113         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
9114         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
9115         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
9116         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
9117         * m4/xstrtol (gl_XSTRTOL): Likewise.
9118
9119         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
9120         AC_TYPE_LONG_LONG_INT.
9121         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
9122         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
9123         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
9124         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
9125
9126         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
9127         on stdbool.
9128
9129         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
9130         (gl_PREREQ_XSTRTOUL): Remove.
9131
9132         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
9133
9134         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
9135         mode.
9136
9137 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9138
9139         Add and change modules to make it easier for coreutils to use
9140         gnulib-tool.
9141         * modules/backupfile (Files): Remove m4/d-ino.m4.
9142         (Depends-on): Add d-ino.
9143         * modules/cycle-check (Depends-on): Add stdint.
9144         (lib_SOURCES): Add cycle-check.h.
9145         * modules/d-ino: New module.
9146         * modules/d-type: New module.
9147         * modules/error (Files): Remove m4/strerror_r.m4.
9148         * modules/filemode (Files): Add m4/st_dm_mode.m4.
9149         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
9150         m4/inttypes_h.m4, m4/uintmax_t.m4.
9151         (Depends-on): Add stdint.
9152         (lib_SOURCES): Add fsusage.h.
9153         * modules/getcwd (Files): Remove d-ino.m4.
9154         (Depends-on): Add d-ino.
9155         * modules/getndelim2 (Depends-on): Add stdint.
9156         * modules/glob (Files): Remove m4/d-type.m4.
9157         (Depends-on): Add d-type.
9158         * modules/host-os: New module.
9159         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
9160         m4/inttypes_h.m4, m4/uintmax_t.m4.
9161         * Depends-on: Add stdint.
9162         (lib_SOURCES): Add human.h.
9163         * modules/inttostr (Files): Remove m4/intmax_t.m4,
9164         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
9165         m4/uintmax_t.m4, m4/ulonglong.m4.
9166         (Depends-on): Add stdint.
9167         (EXTRA_DIST): Add inttostr.h.
9168         * modules/lchmod: New module.
9169         * modules/link-follow: New module.
9170         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
9171         (Depends-on): Add lchmod.
9172         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
9173         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
9174         (Depends-on): Add stdint.
9175         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
9176         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
9177         (Depends-on): Add stdint.
9178         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
9179         * modules/perl: New module.
9180         * modules/regex (Depends-on): Add stdint.
9181         * modules/rmdir-errno: New module.
9182         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
9183         m4/intmax_t.m4.
9184         (Depends-on): Add stdint.
9185         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
9186         m4/uintmax_t.m4.
9187         (Depends-on): Add stdint.
9188         * modules/unlink-busy: New module.
9189         * modules/utimecmp (Depends-on): Add stdint.
9190         * modules/uptime: New module.
9191         * modules/winsz-ioctl: New module.
9192         * modules/winsz-termios: New module.
9193         * modules/xnanosleep (Depends-on): Add nanosleep.
9194         * modules/ullong_max: Remove.
9195         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
9196         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
9197         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
9198         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
9199         (Depends-on): Add inttypes.
9200         (lib_SOURCES): Add xstrtol.h.
9201         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
9202         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
9203         * MODULES.html.sh: Move 'assert' into the assert section.
9204         Move 'dummy' into the linking section.
9205         Remove ullong_max.
9206         Add section for compatibility checks for POSIX:2001 functions,
9207         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
9208         winsz-ioctl, and winsz-termios into it.
9209         Add lchmod.
9210         Add top-level Misc section and put host-os, perl, and uptime
9211         into it.
9212
9213 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9214
9215         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
9216         now assume the stdint module.  Do not include inttypes.h.
9217         * lib/fsusage.h: Likewise.
9218         * lib/getndelim2.c: Likewise.
9219         * lib/human.h: Likewise.
9220         * lib/inttostr.h: Likewise.
9221         * lib/obstack.c: Likewise.
9222         * lib/regex_internal.h: Likewise.
9223         * lib/tempname.c: Likewise.
9224         * lib/utimecmp.c: Likewise.
9225         * lib/xstrtol.h: Likewise.
9226
9227         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
9228
9229         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
9230         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
9231         * lib/xtime.h: Likewise.
9232
9233 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9234
9235         * modules/openat (Files): Add lib/fchmodat.c.
9236         Fixes problem reported by Jay Youngman.
9237
9238 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9239
9240         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
9241         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
9242
9243 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
9244             Bruno Haible  <bruno@clisp.org>
9245
9246         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
9247         and is a script that invokes bison. Tighten the code. Add comments.
9248
9249 2006-08-18  Jim Meyering  <jim@meyering.net>
9250
9251         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
9252         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
9253         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
9254         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
9255
9256 2006-08-18  Bruno Haible  <bruno@clisp.org>
9257
9258         * modules/bison-i18n: New file.
9259         * MODULES.html.sh (Internationalization functions): Add it.
9260
9261 2006-08-18  Bruno Haible  <bruno@clisp.org>
9262
9263         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
9264         sys/statvfs.h. When getmntinfo was found, check its declaration and
9265         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
9266
9267 2006-08-18  Bruno Haible  <bruno@clisp.org>
9268
9269         * m4/bison-i18n.m4: New file, from bison.
9270
9271 2006-08-18  Bruno Haible  <bruno@clisp.org>
9272
9273         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
9274         (ME_DUMMY): Treat "kernfs" as a dummy.
9275         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
9276
9277 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9278
9279         Update from coreutils.
9280
9281         2006-08-15  Jim Meyering  <jim@meyering.net>
9282
9283         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
9284
9285         2006-01-17  Jim Meyering  <jim@meyering.net>
9286
9287         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
9288
9289         2006-01-11  Jim Meyering  <jim@meyering.net>
9290
9291         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
9292         Check for the lchmod function.
9293
9294 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9295
9296         Update from coreutils.
9297
9298         * lib/__fpending.h: Add copyright notice.
9299         * lib/fprintftime.h: Likewise.
9300         * lib/savedir.c: Use (C) in copyright notice.
9301         * lib/savedir.h: Likewise.
9302
9303         2006-08-15  Jim Meyering  <jim@meyering.net>
9304
9305         * lib/at-func.c: New file, with the logic of all emulated at-functions.
9306         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
9307         in support of the EXPECTED_ERRNO macro.
9308         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
9309         definitions.  Instead, define the appropriate symbols and include
9310         "at-func.c".
9311         * lib/mkdirat.c (mkdirat): Likewise.
9312         * lib/fchmodat.c (fchmodat): Likewise.
9313         (ENOSYS): Remove definition.
9314         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
9315         it.  Don't include "unistd--.h" -- it wasn't ever used.
9316
9317         2006-01-17  Jim Meyering  <jim@meyering.net>
9318
9319         Rewrite fts.c not to change the current working directory,
9320         by using openat, fstatat, fdopendir, etc..
9321
9322         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
9323         (HAVE_OPENAT_SUPPORT): Define.
9324         [_LIBC] (fchdir): Don't undef or define; no longer used.
9325         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
9326         Now, this `function' always succeeds, and consumes its file descriptor
9327         parameter -- so callers must not close such FDs.  Update callers.
9328         (diropen_fd, opendirat, cwd_advance_fd): New functions.
9329         (diropen): Add parameter, SP.  Adjust all callers.
9330         Implement using diropen_fd, rather than open.
9331         (fts_open): Initialize new member, fts_cwd_fd.
9332         Remove fts_rft-setting code.
9333         (fts_close): Close fts_cwd_fd, if necessary.
9334         (__opendir2): Define in terms of opendir or opendirat,
9335         depending on whether the FST_NOCHDIR flag is set.
9336         (fts_build): Since fts_safe_changedir consumes its FD, and since
9337         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
9338         and close the dup'd file descriptor upon failure.
9339         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
9340         (fts_safe_changedir): Tweak semantics to reflect that this function
9341         now calls cwd_advance_fd and hence consumes its FD argument.
9342         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
9343         [struct FTS] (fts_rft): Remove now-unused member.
9344         [struct FTS] (fts_cycle.state): Improve comment.
9345
9346         * lib/openat.c (openat_needs_fchdir): New function.
9347         * lib/openat.h (openat_needs_fchdir): Declare it.
9348
9349 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
9350
9351         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
9352         Problem and fix reported by Pádraig Brady in
9353         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
9354
9355 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9356
9357         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
9358
9359 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9360
9361         * lib/memcoll.c (memcoll): Optimize for the common case where the
9362         arguments are bytewise equal.
9363
9364 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9365
9366         * doc/regexprops-generic.texi: Add a copyright notice.
9367
9368 2006-08-15  Bruno Haible  <bruno@clisp.org>
9369
9370         * modules/tmpdir (License): Change to LGPL.
9371
9372 2006-08-15  Bruno Haible  <bruno@clisp.org>
9373
9374         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
9375         module.
9376
9377 2006-08-14  Simon Josefsson  <jas@extundo.com>
9378
9379         * config/srclist.txt: Add gnupload.
9380
9381 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9382
9383         Change copyright notice from LGPL 2 to GPL 2, since that's the
9384         standard form used in the gnulib repository.
9385         * tests/test-lock.c: Likewise.
9386         * tests/test-stdint.c: Likewise.
9387         * tests/test-tls.c: Likewise.
9388
9389         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
9390         prelude-manager.  User shorter URLs for GNU projects, without '?'.
9391         Add copyright notice.
9392
9393         * check-module: Add copyright notice.  Output a copyright
9394         notice if "--version" is specified.
9395         * modules/COPYING: New file.
9396         * tests/test-getaddrinfo.c: Add copyright notice.
9397         * tests/test-verify.c: Likewise.
9398
9399 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9400
9401         Change copyright notice from LGPL 2 to GPL 2, since that's the
9402         standard form used in the gnulib repository.
9403         * lib/lock.c: LGPL -> GPL.
9404         * lib/lock.h: Likewise.
9405         * lib/strnlen1.c: Likewise.
9406         * lib/strnlen1.h: Likewise.
9407         * lib/tls.c: Likewise.
9408         * lib/tls.h: Likewise.
9409         * lib/tmpdir.c: Likewise.
9410
9411         * lib/TODO: Remove; this belongs only in coreutils.
9412
9413 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9414
9415         Add copyright notices to long-enough files that lack them, since
9416         otherwise the files aren't clearly free.  Use the same notice that
9417         getdate.texi already uses.
9418         * doc/alloca-opt.texi: Add copyright notice.
9419         * doc/alloca.texi: Likewise.
9420         * doc/ctime.texi: Likewise.
9421         * doc/functions.texi: Likewise.
9422         * doc/gcd.texi: Likewise.
9423         * doc/gnulib-tool.texi: Likewise.
9424         * doc/inet_ntoa.texi: Likewise.
9425         * doc/visibility.texi: Likewise.
9426
9427         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
9428         * doc/quote.texi: Add copyright notice.
9429
9430         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
9431         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
9432         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
9433         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
9434         is now obsolete, and give a pointer to the Sun list.
9435         Add copyright notice.
9436
9437 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9438
9439         * config/srclistvars.sh: Add copyright notice.
9440
9441 2006-08-14  Eric Blake  <ebb9@byu.net>
9442
9443         Import the following change from libc:
9444
9445         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9446
9447         Upstream bug 2997.
9448         * lib/misc/error.c: Add space between program name and message if file
9449         name is missing.
9450
9451 2006-08-12  Karl Berry  <karl@gnu.org>
9452
9453         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
9454         remove, these originate in gnulib now.
9455
9456 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9457
9458         * doc/Makefile (standards.info standards.html standards.dvi):
9459         Also depend on make-stds.texi.
9460
9461 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9462
9463         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
9464         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
9465
9466         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
9467         in wchar_t.  Problem reported by Eric Blake.
9468
9469         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
9470         LEN is smaller than SIZE.  Suggested by Bruno Haible.
9471         Also, help the compiler to keep LEN in a register.
9472
9473 2006-08-11  Eric Blake  <ebb9@byu.net>
9474
9475         * users.txt: Sort.  Add tar.
9476
9477 2006-08-11  Bruno Haible  <bruno@clisp.org>
9478
9479         * users.txt: New file.
9480
9481 2006-08-11  Bruno Haible  <bruno@clisp.org>
9482
9483         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
9484         before <wchar.h>. Needed for OSF/1 and BSD/OS.
9485
9486 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9487
9488         * modules/snprintf (Depends-on): Remove minmax.
9489         (Maintainer): Add self and Bruno.
9490
9491 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9492
9493         * lib/.cppi-disable: Add snprintf.h, socket_.h.
9494         * lib/snprintf.c: Include <errno.h> and <limits.h>.
9495         (EOVERFLOW): Define if the system does not.
9496         Do not include "minmax.h"; it wasn't used.
9497         (snprintf): Don't assume size_t promotes to an unsigned type.
9498         Fix bug when generated string was too long for the buffer: the
9499         buffer's contents are supposed to be the initial prefix of the
9500         output.  Don't assume vasnprintf returns EOVERFLOW if the size
9501         exceeds INT_MAX; do the check ourselves.
9502
9503         Import the following changes from libc:
9504
9505         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9506
9507         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
9508         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
9509         set wc to the byte which couldn't be converted.
9510         (re_string_reconstruct): Don't clear valid_raw_len before calling
9511         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9512         tip_context using re_string_context_at.
9513
9514         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
9515
9516         * lib/posix/regex.h: g++ still cannot handled [restrict].
9517
9518         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
9519
9520         * lib/posix/regex.h: Remove special handling for VMS.
9521
9522 2006-08-10  Jim Meyering  <jim@meyering.net>
9523
9524         * modules/same-inode: New module.
9525         * modules/dev-ino: New module.
9526         * modules/cycle-check: Depend on these modules, rather than simply
9527         including their .h files.
9528         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
9529         required via m4/cycle-check.m4.
9530         * modules/same: Depend on new same-inode module, rather than
9531         including same-inode.h.
9532         * modules/chdir-safer: New file.
9533
9534         * modules/chown (Depends-on): Add stat-macros.
9535
9536 2006-08-10  Jim Meyering  <jim@meyering.net>
9537
9538         * m4/cycle-check.m4: New file.
9539         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
9540         * m4/dev-ino.m4, m4/same-inode.m4: New files.
9541
9542 2006-08-10  Eric Blake  <ebb9@byu.net>
9543
9544         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
9545         in from original proposal.
9546
9547 2006-08-10  Eric Blake  <ebb9@byu.net>
9548         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9549
9550         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
9551         namespace.
9552
9553 2006-08-10  Bruno Haible  <bruno@clisp.org>
9554
9555         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
9556         as well.
9557
9558 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9559
9560         Sync from coreutils.
9561
9562         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
9563
9564         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
9565         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
9566
9567 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9568
9569         * modules/restrict: Remove; no longer needed now that we assume
9570         Autoconf 2.59 or later.
9571         * MODULES.html.sh: Remove 'restrict'.
9572         * modules/argp (Depends-on): Remove 'restrict'.
9573         * modules/base64 (Depends-on): Likewise.
9574         * modules/gc (Depends-on): Likewise.
9575         * modules/getaddrinfo (Depends-on): Likewise.
9576         * modules/glob (Depends-on): Likewise.
9577         * modules/inet_ntop (Depends-on): Likewise.
9578         * modules/inet_pton (Depends-on): Likewise.
9579         * modules/memxor (Depends-on): Likewise.
9580         * modules/regex (Depends-on): Likewise.
9581         * modules/strtok_r (Depends-on): Likewise.
9582         * modules/time_r (Depends-on): Likewise.
9583
9584 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9585
9586         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
9587         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
9588         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9589         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
9590         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
9591         * m4/memxor.m4 (gl_MEMXOR): Likewise.
9592         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
9593         gl_C_RESTRICT replaced by AC_C_RESTRICT.
9594
9595         Merge from coreutils.
9596         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
9597         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
9598         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9599         * m4/time_r.m4 (gl_TIME_R): Likewise.
9600
9601 2006-08-09  Karl Berry  <karl@gnu.org>
9602
9603         * config/srclist.txt: no more gettext-tools, per Bruno.
9604
9605 2006-08-08  Eric Blake  <ebb9@byu.net>
9606
9607         * modules/verror: New module.
9608         * MODULES.html.sh: Document it.
9609
9610 2006-08-08  Eric Blake  <ebb9@byu.net>
9611
9612         * lib/verror.h, lib/verror.c: New files.
9613
9614 2006-08-08  Eric Blake  <ebb9@byu.net>
9615
9616         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
9617         verror_at_line output complies with GNU Coding Standards even when
9618         file is NULL.
9619
9620 2006-08-07  Bruno Haible  <bruno@clisp.org>
9621
9622         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
9623         versions of AIX.
9624         Reported by Ralf Wildenhues.
9625
9626 2006-08-07  Bruno Haible  <bruno@clisp.org>
9627
9628         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
9629         in an AC_DEFUN. Needed so that the autoconf snippets can use
9630         AC_REQUIRE.
9631
9632 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9633
9634         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9635         Initialize pkgdata_DATA.
9636         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
9637         overriding it.
9638
9639 2006-08-06  Eric Blake  <ebb9@byu.net>
9640
9641         * lib/error.h: Fold in some upstream changes from glibc.
9642         * lib/error.c: Likewise.
9643
9644 2006-08-04  Bruno Haible  <bruno@clisp.org>
9645
9646         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9647         Make the mostlyclean-local rule depend on mostlyclean-generic.
9648         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
9649
9650 2006-07-31  Bruno Haible  <bruno@clisp.org>
9651
9652         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
9653         <stdlib.h>, <string.h>.
9654
9655 2006-07-30  Bruno Haible  <bruno@clisp.org>
9656
9657         * modules/readlink (License): Change to LGPL.
9658
9659 2006-07-30  Bruno Haible  <bruno@clisp.org>
9660
9661         * modules/javaversion (Makefile.am): Distribute javaversion.java and
9662         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
9663         set PKGDATADIR to point to it.
9664
9665 2006-07-30  Bruno Haible  <bruno@clisp.org>
9666
9667         * modules/csharpexec (configure.ac): Comment out macro invocation.
9668         * modules/javaexec (configure.ac): Likewise.
9669         * modules/javacomp-script (configure.ac): Likewise.
9670
9671         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
9672
9673 2006-07-30  Bruno Haible  <bruno@clisp.org>
9674
9675         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
9676         linked-list.
9677
9678 2006-07-30  Bruno Haible  <bruno@clisp.org>
9679
9680         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
9681
9682 2006-07-30  Bruno Haible  <bruno@clisp.org>
9683
9684         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9685         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
9686         get removed.
9687
9688 2006-07-29  Bruno Haible  <bruno@clisp.org>
9689
9690         Make it possible for gnulib-tool to work with locally modified or
9691         augmented gnulib repositories.
9692         * gnulib-tool (func_usage): Document --local-dir option.
9693         (local_gnulib_dir): New variable.
9694         Handle --local-dir option.
9695         (func_lookup_file): New function.
9696         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
9697         (func_get_description, func_get_filelist, func_get_description,
9698         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
9699         func_get_automake_snippet, func_get_include_directive,
9700         func_get_license, func_get_maintainer): Use func_lookup_file.
9701         (func_import, func_create_testdir): Use func_lookup_file.
9702
9703 2006-07-29  Bruno Haible  <bruno@clisp.org>
9704
9705         * modules/setenv (Depends-on): Add unistd.
9706
9707 2006-07-29  Bruno Haible  <bruno@clisp.org>
9708
9709         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
9710
9711 2006-07-29  Bruno Haible  <bruno@clisp.org>
9712
9713         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
9714
9715 2006-07-29  Bruno Haible  <bruno@clisp.org>
9716
9717         * gnulib-tool (import, update): If there is no Makefile.am, look at
9718         aclocal.m4, instead of bailing out.
9719
9720 2006-07-29  Bruno Haible  <bruno@clisp.org>
9721
9722         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
9723         Categorize the options by when they are useful.
9724
9725 2006-07-29  Bruno Haible  <bruno@clisp.org>
9726
9727         * gnulib-tool (func_usage): Document option --no-libtool.
9728         Handle option --no-libtool.
9729         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
9730         for changed semantics of $libtool variable.
9731         (func_import): Likewise. If libtool is not used, show this through
9732         an option --no-libtool.
9733         (func_create_testdir): Update.
9734
9735 2006-07-29  Bruno Haible  <bruno@clisp.org>
9736
9737         * gnulib-tool (func_import): Extend error message about missing
9738         --doc-base.
9739
9740 2006-07-29  Bruno Haible  <bruno@clisp.org>
9741
9742         * gnulib-tool (func_import): Don't create the $docbase directory if
9743         there is no file to store there.
9744
9745 2006-07-29  Bruno Haible  <bruno@clisp.org>
9746
9747         * gnulib-tool (autoconf_minversion): If a --dir option is given and
9748         relevant, look for configure.ac there, not in the current directory.
9749         Also use a simple search for AC_PREREQ, not "autoconf --trace".
9750
9751 2006-07-29  Bruno Haible  <bruno@clisp.org>
9752
9753         * gnulib-tool (SORT): New variable.
9754         (func_usage): Undocument --assume-autoconf option.
9755         Remove --assume-autoconf option handling.
9756         (autoconf_minversion): Determine from the contents of configure.ac.
9757         (func_import): Remove autoconf_minversion handling.
9758         Suggested by Eric Blake.
9759
9760 2006-07-29  Bruno Haible  <bruno@clisp.org>
9761
9762         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
9763
9764 2006-07-29  Bruno Haible  <bruno@clisp.org>
9765
9766         * config/srclist.txt (*setenv.[ch]): Remove rules.
9767
9768 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9769
9770         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
9771
9772 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9773
9774         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
9775         arpa/inet.h.
9776
9777 2006-07-28  Simon Josefsson  <jas@extundo.com>
9778
9779         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
9780         * modules/inet_pton (Depends-on): Likewise.
9781
9782 2006-07-28  Simon Josefsson  <jas@extundo.com>
9783
9784         * m4/netinet_in_h.m4: New file.
9785
9786 2006-07-28  Simon Josefsson  <jas@extundo.com>
9787
9788         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
9789         #include's.
9790
9791 2006-07-28  Simon Josefsson  <jas@extundo.com>
9792
9793         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
9794         #include's.
9795
9796 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
9797
9798         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
9799         setgid on directories only if they set these bits.
9800         * lib/modechange.h: Remove obsolete comment about masks.
9801
9802 2006-07-28  Eric Blake  <ebb9@byu.net>
9803
9804         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
9805         macro expansion.
9806
9807 2006-07-28  Bruno Haible  <bruno@clisp.org>
9808
9809         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
9810
9811 2006-07-28  Bruno Haible  <bruno@clisp.org>
9812
9813         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
9814
9815 2006-07-28  Bruno Haible  <bruno@clisp.org>
9816
9817         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
9818         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
9819         Define fallbacks.
9820         Avoids link error on FreeBSD 4.x.
9821         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9822
9823         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
9824         encoding.
9825         * lib/mbswidth.c (iswcntrl): Likewise.
9826
9827 2006-07-27  Bruno Haible  <bruno@clisp.org>
9828
9829         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
9830         test.
9831
9832 2006-07-27  Bruno Haible  <bruno@clisp.org>
9833
9834         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
9835         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
9836         defined.
9837
9838 2006-07-26  Eric Blake  <ebb9@byu.net>
9839
9840         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
9841
9842 2006-07-26  Eric Blake  <ebb9@byu.net>
9843
9844         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
9845         like mingw that lack mkstemp.
9846         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
9847         avoid compilation warning on mingw.
9848
9849 2006-07-26  Bruno Haible  <bruno@clisp.org>
9850
9851         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
9852         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
9853         INT_FAST*_MIN, INTPTR_MIN.
9854
9855 2006-07-25  Bruno Haible  <bruno@clisp.org>
9856
9857         * modules/version-etc (Depends-on): Add stdarg.
9858
9859 2006-07-25  Bruno Haible  <bruno@clisp.org>
9860
9861         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
9862         complex commands.
9863
9864 2006-07-25  Bruno Haible  <bruno@clisp.org>
9865
9866         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
9867         defined in <stdarg.h> or config.h.
9868
9869 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9870
9871         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
9872         (gl_STDIO_SAFER): Remove.
9873
9874 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9875
9876         * MODULES.html.sh (File stream based Input/Output):
9877         Add fopen-safer, tmpfile-safer; remove stdio-safer.
9878         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
9879         * modules/fopen-safer, modules/tmpfile-safer: New files.
9880         * modules/stdio-safer: Remove.
9881
9882 2006-07-24  Bruno Haible  <bruno@clisp.org>
9883
9884         * modules/tmpdir: New file.
9885         * MODULES.html.sh (File system functions): Add it.
9886
9887 2006-07-24  Bruno Haible  <bruno@clisp.org>
9888
9889         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
9890         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
9891
9892 2006-07-24  Bruno Haible  <bruno@clisp.org>
9893
9894         * modules/clean-temp: New file.
9895
9896 2006-07-24  Bruno Haible  <bruno@clisp.org>
9897
9898         * m4/tmpdir.m4: New file, from GNU gettext.
9899
9900 2006-07-24  Bruno Haible  <bruno@clisp.org>
9901
9902         * lib/tmpdir.h: New file, from GNU gettext.
9903         * lib/tmpdir.c: New file, from GNU gettext.
9904
9905 2006-07-24  Bruno Haible  <bruno@clisp.org>
9906
9907         * lib/clean-temp.h: New file, from GNU gettext.
9908         * lib/clean-temp.c: New file, from GNU gettext.
9909
9910 2006-07-23  Eric Blake  <ebb9@byu.net>
9911
9912         * modules/stdio-safer (Files): Add tmpfile-safer.c.
9913         (Depends-on): Add binary-io.
9914
9915 2006-07-23  Eric Blake  <ebb9@byu.net>
9916
9917         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
9918
9919 2006-07-23  Eric Blake  <ebb9@byu.net>
9920
9921         * lib/tmpfile-safer.c: New file.
9922         * lib/stdio-safer.h (fopen_safer): Add prototype.
9923         * lib/stdio--.h (tmpfile): Make safer.
9924
9925 2006-07-23  Bruno Haible  <bruno@clisp.org>
9926
9927         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
9928         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
9929         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
9930         gl_linked_remove_at): Use it.
9931
9932 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9933         and Simon Josefsson <jas@extundo.com>
9934
9935         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
9936
9937         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
9938
9939 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9940
9941         * modules/close-stream: New file.
9942         * modules/closeout (Description): Make it clear that it exits
9943         with a diagnostic on error.
9944         (Depends-on): Add close-stream.  Remove fpending, stdbool.
9945         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
9946
9947 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9948
9949         * m4/close-stream.m4: New file.
9950
9951 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9952
9953         * lib/close-stream.c, lib/close-stream.h: New files.
9954
9955 2006-07-22  Bruno Haible  <bruno@clisp.org>
9956
9957         Merge from GNU gettext 0.15.
9958
9959         2006-05-01  Bruno Haible  <bruno@clisp.org>
9960
9961                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
9962
9963         2006-07-22  Bruno Haible  <bruno@clisp.org>
9964
9965                 * modules/javaversion: New file.
9966                 * MODULES.html.sh (Java): Add javaversion.
9967
9968         2006-03-12  Bruno Haible  <bruno@clisp.org>
9969
9970                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
9971
9972         2005-12-04  Bruno Haible  <bruno@clisp.org>
9973
9974                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
9975                 (untested).
9976
9977         2006-06-21  Bruno Haible  <bruno@clisp.org>
9978
9979                 Avoid warnings from recent versions of mcs.
9980                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
9981                 -o, -L, -r any more. Use options documented since mcs-1.0
9982                 instead. Similarly for -g.
9983
9984         2005-12-04  Bruno Haible  <bruno@clisp.org>
9985
9986                 * build-aux/csharpcomp.sh.in: Suffix for resources is
9987                 .resources, not .resource.
9988
9989         2005-07-09  Bruno Haible  <bruno@clisp.org>
9990
9991                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
9992                 add a .dll suffix.
9993                 Reported by Mark Junker <mjscod@gmx.de>.
9994
9995         2006-07-22  Bruno Haible  <bruno@clisp.org>
9996
9997                 * modules/gettext: Upgrade to gettext-0.15.
9998                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
9999                 m4/visibility.m4.
10000                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
10001
10002 2006-07-22  Bruno Haible  <bruno@clisp.org>
10003
10004         Merge from GNU gettext 0.15.
10005
10006         2006-03-25  Bruno Haible  <bruno@clisp.org>
10007
10008                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
10009
10010         2006-07-21  Bruno Haible  <bruno@clisp.org>
10011
10012                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
10013                 "1.1".
10014
10015         2006-05-09  Bruno Haible  <bruno@clisp.org>
10016
10017                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
10018                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
10019                 for the conftestver execution.
10020
10021         2006-05-01  Bruno Haible  <bruno@clisp.org>
10022
10023                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
10024                 optional target-version argument. Verify that the compiler
10025                 groks source of the specified source-version, or add -source
10026                 option as necessary. Verify that the compiler produces
10027                 bytecode in the specified target-version, or add -target and
10028                 -source options as necessary. Make the result of the test
10029                 available as variable CONF_JAVAC. Also log error output in
10030                 config.log.
10031
10032         2006-03-11  Bruno Haible  <bruno@clisp.org>
10033
10034                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
10035
10036         2006-05-09  Bruno Haible  <bruno@clisp.org>
10037
10038                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
10039                 CLASSPATH_SEPARATOR to a semicolon.
10040
10041         2006-03-12  Bruno Haible  <bruno@clisp.org>
10042
10043                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
10044                 available as variable CONF_JAVA, for subsequent autoconf
10045                 tests. Also log error output in config.log.
10046
10047         2006-07-19  Bruno Haible  <bruno@clisp.org>
10048
10049                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
10050                 that getline works on glibc2 systems. Needed to avoid trouble
10051                 in relocatable.c.
10052                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
10053
10054         2005-12-04  Bruno Haible  <bruno@clisp.org>
10055
10056                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
10057                 launcher (untested).
10058
10059         2005-12-04  Bruno Haible  <bruno@clisp.org>
10060
10061                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
10062
10063         2006-07-22  Bruno Haible  <bruno@clisp.org>
10064
10065                 * gettext.m4: Update from GNU gettext-0.15.
10066                 * nls.m4: Likewise.
10067                 * po.m4: Likewise.
10068                 * inttypes-pri.m4: Likewise.
10069                 * inttypes-h.m4: Renamed from inttypes.m4.
10070                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
10071
10072 2006-07-22  Bruno Haible  <bruno@clisp.org>
10073
10074         Merge from GNU gettext 0.15.
10075
10076         2005-07-05  Bruno Haible  <bruno@clisp.org>
10077
10078                 * printf-args.c (printf_fetchargs): Work around broken
10079                 definition of wint_t on mingw.
10080
10081         2005-02-12  Bruno Haible  <bruno@clisp.org>
10082
10083                 * xallocsa.h: Add extern "C" for C++.
10084
10085         2006-05-17  Bruno Haible  <bruno@clisp.org>
10086
10087                 Cygwin portability.
10088                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
10089
10090         2006-04-30  Bruno Haible  <bruno@clisp.org>
10091
10092                 * progreloc.c: Include <mach-o/dyld.h> if available.
10093                 (find_executable): Use _NSGetExecutablePath when possible.
10094
10095         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
10096
10097                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
10098                 function.
10099
10100         2005-12-29  Bruno Haible  <bruno@clisp.org>
10101
10102                 * progreloc.c (set_program_name_and_installdir): Fix
10103                 compilation error.
10104
10105         2005-12-04  Bruno Haible  <bruno@clisp.org>
10106
10107                 Cygwin portability.
10108                 * progreloc.c: Include <windows.h> also on Cygwin.
10109                 (find_executable): Add support for Cygwin.
10110                 (set_program_name_and_installdir): Handle also platforms with
10111                 nonempty EXEEXT.
10112
10113         2006-07-11  Bruno Haible  <bruno@clisp.org>
10114
10115                 * javacomp.c: Fix a comment.
10116                 Reported by Jim Meyering.
10117
10118         2006-04-30  Bruno Haible  <bruno@clisp.org>
10119
10120                 * javacomp.h (compile_java_class): Add source_version,
10121                 target_version arguments.
10122                 * javacomp.c: Rewritten to choose only a compiler that
10123                 respects the specified source_version and target_version.
10124
10125         2006-06-27  Bruno Haible  <bruno@clisp.org>
10126
10127                 Assume correct S_ISDIR macro.
10128                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
10129
10130         2006-07-22  Bruno Haible  <bruno@clisp.org>
10131
10132                 * javaversion.h: New file, from GNU gettext.
10133                 * javaversion.c: New file, from GNU gettext.
10134                 * javaversion.java: New file, from GNU gettext.
10135                 * javaversion.class: New file, from GNU gettext.
10136
10137         2006-05-17  Bruno Haible  <bruno@clisp.org>
10138
10139                 Cygwin portability.
10140                 * javaexec.c (execute_java_class): Test for jview program
10141                 also on Cygwin.
10142
10143         2006-04-09  Bruno Haible  <bruno@clisp.org>
10144
10145                 * fatal-signal.c: Don't include string.h.
10146                 (at_fatal_signal): Use a copying loop instead of memcpy.
10147
10148         2005-12-04  Bruno Haible  <bruno@clisp.org>
10149
10150                 * csharpexec.c: Add support for 'clix' launcher (untested).
10151                 (execute_csharp_using_sscli): New function.
10152                 (execute_csharp_program): Call it.
10153
10154         2006-06-21  Bruno Haible  <bruno@clisp.org>
10155
10156                 Avoid warnings from recent versions of mcs.
10157                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
10158                 -o, -L, -r any more. Use options documented since mcs-1.0
10159                 instead. Similarly for -g.
10160
10161         2005-07-09  Bruno Haible  <bruno@clisp.org>
10162
10163                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
10164                 add a .dll suffix.
10165                 Reported by Mark Junker <mjscod@gmx.de>.
10166
10167         2006-06-17  Bruno Haible  <bruno@clisp.org>
10168
10169                 * config.charset: Update for NetBSD 3.0.
10170
10171         2006-05-17  Bruno Haible  <bruno@clisp.org>
10172
10173                 Cygwin portability.
10174                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
10175
10176         2006-05-16  Bruno Haible  <bruno@clisp.org>
10177
10178                 * localcharset.c [CYGWIN]: Include <windows.h>.
10179                 (get_charset_aliases): For Cygwin, return the same CPxxx
10180                 aliases list as under WIN32.
10181                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
10182                 the environment variables. Fall back to GetACP().
10183
10184         2006-04-05  Bruno Haible  <bruno@clisp.org>
10185
10186                 * config.charset: Update Juan Manuel Guerrero's address.
10187
10188         2005-02-12  Bruno Haible  <bruno@clisp.org>
10189
10190                 * allocsa.h: Add extern "C" for C++.
10191
10192         2005-02-10  Bruno Haible  <bruno@clisp.org>
10193
10194                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
10195                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
10196
10197         2006-07-22  Bruno Haible  <bruno@clisp.org>
10198
10199                 * gettext.h: Update to GNU gettext-0.15.
10200
10201 2006-07-22  Bruno Haible  <bruno@clisp.org>
10202
10203         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
10204         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
10205         lib-prefix.m4, longdouble.m4, ssize_t.m4.
10206
10207 2006-07-21  Eric Blake  <ebb9@byu.net>
10208
10209         * modules/stdlib-safer: New file.
10210         * MODULES.html.sh (File stream based Input/Output): Add
10211         stdlib-safer.
10212
10213 2006-07-21  Eric Blake  <ebb9@byu.net>
10214
10215         * lib/stdlib-safer.h: New file from coreutils, required by
10216         stdlib--.h.
10217
10218 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
10219
10220         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
10221
10222 2006-07-20  Bruno Haible  <bruno@clisp.org>
10223
10224         * gnulib-tool: Recognize new option --assume-autoconf.
10225         (autoconf_minversion): New variable.
10226         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
10227
10228 2006-07-20  Bruno Haible  <bruno@clisp.org>
10229
10230         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
10231
10232 2006-07-19  Derek R. Price  <derek@ximbiot.com>
10233
10234         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
10235         Reindent and repaginate.
10236
10237 2006-07-19  Derek Price  <derek@ximbiot.com>
10238
10239         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
10240         Correct grammar.
10241
10242 2006-07-17  Bruno Haible  <bruno@clisp.org>
10243
10244         * modules/list: New file.
10245         * modules/array-list: New file.
10246         * modules/carray-list, modules/carray-list-tests: New files.
10247         * modules/linked-list, modules/linked-list-tests: New files.
10248         * modules/avltree-list, modules/avltree-list-tests: New files.
10249         * modules/rbtree-list, modules/rbtree-list-tests: New files.
10250         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
10251         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
10252         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
10253         * modules/oset: New file.
10254         * modules/array-oset: New file.
10255         * modules/avltree-oset, modules/avltree-oset-tests: New files.
10256         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
10257         * tests/test-carray_list.c: New file.
10258         * tests/test-linked_list.c: New file.
10259         * tests/test-avltree_list.c: New file.
10260         * tests/test-rbtree_list.c: New file.
10261         * tests/test-linkedhash_list.c: New file.
10262         * tests/test-avltreehash_list.c: New file.
10263         * tests/test-rbtreehash_list.c: New file.
10264         * tests/test-avltree_oset.c: New file.
10265         * tests/test-rbtree_oset.c: New file.
10266         * MODULES.html.sh (Container data structures): New section.
10267
10268 2006-07-17  Bruno Haible  <bruno@clisp.org>
10269
10270         * m4/gl_list.m4: New file.
10271
10272 2006-07-17  Bruno Haible  <bruno@clisp.org>
10273
10274         * lib/gl_list.h: New file.
10275         * lib/gl_list.c: New file.
10276         * lib/gl_array_list.h: New file.
10277         * lib/gl_array_list.c: New file.
10278         * lib/gl_carray_list.h: New file.
10279         * lib/gl_carray_list.c: New file.
10280         * lib/gl_linked_list.h: New file.
10281         * lib/gl_linked_list.c: New file.
10282         * lib/gl_anylinked_list1.h: New file.
10283         * lib/gl_anylinked_list2.h: New file.
10284         * lib/gl_avltree_list.h: New file.
10285         * lib/gl_avltree_list.c: New file.
10286         * lib/gl_anyavltree_list1.h: New file.
10287         * lib/gl_anyavltree_list2.h: New file.
10288         * lib/gl_rbtree_list.h: New file.
10289         * lib/gl_rbtree_list.c: New file.
10290         * lib/gl_anyrbtree_list1.h: New file.
10291         * lib/gl_anyrbtree_list2.h: New file.
10292         * lib/gl_anytree_list1.h: New file.
10293         * lib/gl_anytree_list2.h: New file.
10294         * lib/gl_linkedhash_list.h: New file.
10295         * lib/gl_linkedhash_list.c: New file.
10296         * lib/gl_anyhash_list1.h: New file.
10297         * lib/gl_anyhash_list2.h: New file.
10298         * lib/gl_avltreehash_list.h: New file.
10299         * lib/gl_avltreehash_list.c: New file.
10300         * lib/gl_rbtreehash_list.h: New file.
10301         * lib/gl_rbtreehash_list.c: New file.
10302         * lib/gl_anytreehash_list1.h: New file.
10303         * lib/gl_anytreehash_list2.h: New file.
10304
10305         * lib/gl_oset.h: New file.
10306         * lib/gl_oset.c: New file.
10307         * lib/gl_array_oset.h: New file.
10308         * lib/gl_array_oset.c: New file.
10309         * lib/gl_avltree_oset.h: New file.
10310         * lib/gl_avltree_oset.c: New file.
10311         * lib/gl_rbtree_oset.h: New file.
10312         * lib/gl_rbtree_oset.c: New file.
10313         * lib/gl_anytree_oset.h: New file.
10314
10315 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10316
10317         * m4/mkancesdirs.m4: New file.
10318         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
10319         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
10320         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
10321         it.
10322
10323 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10324
10325         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
10326         * lib/mkancesdirs.h: New files.
10327         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
10328         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
10329         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
10330         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
10331         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
10332         callers changed.  Revamp internals significantly, by not
10333         attempting to create directories that are temporarily more
10334         permissive than the final results.  Do not attempt to use
10335         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
10336         This removes some race conditions, fixes some bugs, and simplifies
10337         things.  Use new dirchownmod function to do owner and mode changes.
10338         * lib/mkdir-p.h: Likewise.
10339         * lib/modechange.c (octal_to_mode): New function.
10340         (struct mode_change): New member mentioned.
10341         (make_node_op_equals): New arg mentioned.  All callers changed.
10342         (mode_compile): Keep track of which mode bits the user has explicitly
10343         mentioned.
10344         (mode_adjust): New arg DIR, so that we implement the X op correctly.
10345         New arg PMODE_BITS, to keep track of which mode bits the user
10346         mentioned; it treats S_ISUID and S_ISGID speciall.
10347         All callers changed.
10348         * lib/modechange.h: Likewise.
10349
10350 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10351
10352         * MODULES.html.sh: Add mkancestors.
10353         * modules/mkancesdirs: New module.
10354         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
10355         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
10356         The chdir-safer and afs files are now orphans; I'll remove them
10357         unless someone speaks up.
10358         Add lib/dirchownmod.c, lib/dirchownmod.h.
10359         (Depends-on): Remove alloca, chown, save-cwd, dirname.
10360         Add lchown, mkancesdirs.
10361         (Maintainer): Add self.
10362
10363 2006-07-15  Karl Berry  <karl@gnu.org>
10364
10365         * gnulib-tool: help message wording/arrangement.
10366
10367 2006-07-14  Simon Josefsson  <jas@extundo.com>
10368
10369         * doc/gnulib.texi (Libtool and Windows): New section.
10370
10371 2006-07-12  Simon Josefsson  <jas@extundo.com>
10372
10373         * modules/gendocs (License): Fix license, approved by Karl.
10374
10375 2006-07-12  Eric Blake  <ebb9@byu.net>
10376
10377         * MODULES.html.sh: Add gendocs.
10378
10379 2006-07-11  Eric Blake  <ebb9@byu.net>
10380
10381         * modules/fdl: New module, to install doc/fdl.texi.
10382         * MODULES.html.sh: Add new section for documentation modules.
10383         * gnulib-tool: Avoid space-tab.
10384         (--doc-base): New option, to manage files from doc.
10385
10386 2006-07-11  Eric Blake  <ebb9@byu.net>
10387
10388         * m4/absolute-header.m4: Fix comments to match recent change.
10389
10390 2006-07-11  Eric Blake  <ebb9@byu.net>
10391
10392         * gnulib-tool: List --doc-base before --tests-base.
10393
10394 2006-07-11  Derek R. Price  <derek@ximbiot.com>
10395
10396         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
10397
10398 2006-07-11  Bruno Haible  <bruno@clisp.org>
10399
10400         * README: Mention where to put documentation.
10401
10402 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10403
10404         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
10405
10406 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10407
10408         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
10409         to stdint.m4.
10410
10411 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10412
10413         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
10414         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
10415         "no/such/file/stdint.h" when there is no such file, so that
10416         the resulting C code can be parsed by dodgy compilers.
10417         Problems reported by Bob Proulx.
10418
10419 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10420
10421         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
10422         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10423         macros into the GNU _D_EXACT_NAMLEN.
10424         * lib/savedir.c:  Likewise.
10425         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
10426
10427 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10428         and Paul Eggert  <eggert@cs.ucla.edu>
10429
10430         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
10431         * m4/savedir.m4:
10432         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10433         macros into the GNU _D_EXACT_NAMLEN.
10434
10435 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10436
10437         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
10438         around the absolute name, to work around a problem with the HP-UX
10439         11.23 native C compiler, reported by Bob Proulx.
10440
10441 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10442
10443         * doc/maintain.texi, make-stds.texi: Sync from
10444         <http://savannah.gnu.org/projects/gnustandards>.
10445
10446 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10447
10448         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
10449
10450 2006-07-09  Jim Meyering  <jim@meyering.net>
10451
10452         * m4/glob.m4: Remove a doubled word in a comment.
10453
10454 2006-07-09  Jim Meyering  <jim@meyering.net>
10455
10456         * lib/argp-pv.c: Remove a doubled word in a comment.
10457         * lib/check-version.c (check_version): Likewise.
10458         * lib/javacomp.c (compile_java_class): Likewise.
10459
10460 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
10461
10462         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
10463         for the benefit of people using Autoconf 2.60.  If you want to
10464         support older Autoconf versions you can copy m4/onceonly_2_57.m4
10465         (or m4/onceonly.m4, if pre-2.57) manually.
10466
10467 2006-07-08  Jim Meyering  <jim@meyering.net>
10468
10469         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
10470         comment.
10471         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
10472         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
10473         comment.
10474
10475 2006-07-08  Jim Meyering  <jim@meyering.net>
10476
10477         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
10478
10479 2006-07-07  Simon Josefsson  <jas@extundo.com>
10480
10481         * tests/test-crc.c: Change expected crc value, the test vector
10482         were probably computed using the old broken crc.c?
10483
10484 2006-07-06  Simon Josefsson  <jas@extundo.com>
10485
10486         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
10487         now the canonical place for the M4 file).
10488
10489         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
10490         from the sys_socket dependency now.
10491
10492         * modules/inet_pton (Files): Ditto.
10493
10494         * modules/inet_ntop (Files): Ditto.
10495
10496 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10497
10498         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
10499         not gl_PREREQ_GETUSERSHELL.
10500
10501 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10502
10503         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
10504         with only one argument, for Autoconf 2.60.
10505         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
10506         expand to nothing, so add a shell command to avoid syntax error.
10507         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10508
10509 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10510
10511         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
10512
10513 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10514
10515         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
10516         no longer needed.  Check for isblank decl.
10517         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
10518         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
10519         of existence.
10520
10521 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10522
10523         * lib/getloadavg.c: Use __VMS, not VMS.
10524         * lib/getopt.c: Likewise.
10525         * lib/getpagesize.h: Likewise.
10526         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
10527         and probably does not work.
10528
10529 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10530
10531         * lib/.cppi-disable: Add wcwidth.
10532         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
10533         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
10534         (ISGRAPH): Remove.  All uses changed to isgraph.
10535         (FOLD) [!defined _LIBC]: Remove special case.
10536         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
10537         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
10538         HAVE_ISBLANK.
10539         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
10540         case.
10541
10542 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10543
10544         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
10545         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
10546         brackets.  Other minor changes to suppress some compiler
10547         warnings.
10548
10549 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10550         and Paul Eggert  <eggert@cs.ucla.edu>
10551
10552         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
10553         of invoking obsolescent AC_HEADER_DIRENT macro.
10554         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
10555         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
10556         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10557         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
10558         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
10559         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10560         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
10561         * m4/readdir.m4: Remove; no longer needed.
10562
10563 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10564         and Paul Eggert  <eggert@cs.ucla.edu>
10565
10566         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
10567         Don't worry about this obsolete case any more.
10568         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
10569         directories.
10570         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
10571         worry about this obsolete case any more.
10572         * lib/fts.c: Likewise.
10573         * lib/getcwd.c: Likewise.
10574         * lib/glob.h: Likewise.
10575         * lib/savedir.c: Likewise.
10576
10577 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10578
10579         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
10580         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
10581         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
10582         needed.
10583         All uses removed.
10584         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10585         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10586         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
10587         needed.
10588         * m4/getdate.m4 (gl_GETDATE): Likewise.
10589         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10590         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10591         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10592         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10593         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10594         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10595         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
10596         needed.
10597
10598 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10599
10600         * lib/memcasecmp.c: Include <limits.h>.
10601         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
10602         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
10603         Don't assume isdigit succeeds only on '0' through '9'.
10604
10605 2006-07-05  Eric Blake  <ebb9@byu.net>
10606
10607         * modules/getaddrinfo (Depends-on): Add snprintf.
10608
10609 2006-07-05  Eric Blake  <ebb9@byu.net>
10610
10611         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
10612         to avoid 'header present but could not be compiled' on cygwin.
10613
10614 2006-07-05  Eric Blake  <ebb9@byu.net>
10615
10616         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
10617         missing from netdb.h.
10618         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
10619
10620 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10621
10622         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
10623         no longer needed.
10624         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
10625         * m4/getdate.m4 (gl_GETDATE): Likewise.
10626         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10627         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10628         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10629         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10630         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10631
10632 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10633
10634         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
10635         All uses of is_space replaced by isspace.
10636         * lib/exit.h: Don't talk about STDC_HEADERS.
10637         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
10638         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
10639         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
10640         replaced by isprint etc.
10641         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
10642         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10643         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
10644         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
10645         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
10646         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10647
10648 2006-07-05  Bruno Haible  <bruno@clisp.org>
10649
10650         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
10651         the function exists, before testing against AIX.
10652         Reported by Martin Lambers <marlam@marlam.de>.
10653
10654 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10655
10656         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
10657         From Mark D. Baushke.
10658
10659 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10660
10661         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
10662         to the absolute name, not just one, to bypass Sun C 5.8's
10663         "warning: #include of /usr/include/... may be non-portable".
10664
10665 2006-07-04  Eric Blake  <ebb9@byu.net>
10666
10667         * modules/dirname-tests: New test module.
10668         * tests/test-dirname.c: New file, replacing dirname.c
10669         TEST_DIRNAME section that was recently deleted.
10670
10671 2006-07-04  Bruno Haible  <bruno@clisp.org>
10672
10673         Assume ANSI C header files and <ctype.h> functions.
10674         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
10675         (mbsnwidth): Use isprint, iscntrl instead.
10676
10677 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10678
10679         Merge from coreutils.
10680         * MODULES.html.sh: Add xstrtold.
10681         * modules/xstrtold: New file.
10682         * modules/cycle-check (Files): Add lib/same-inode.h.
10683         * modules/dirname (Files): Add m4/double-slash-root.m4.
10684         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
10685         * modules/mkdir-p (Files): Add lib/same-inode.h.
10686         * modules/same (Files): Add lib/same-inode.h.
10687
10688 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10689
10690         * m4/absolute-header.m4: Renamed from full-header-path.m4.
10691         This is to keep the terminology clean; POSIX talks about
10692         "absolute pathnames", not "full pathnames", but the GNU
10693         Coding Standards say to use "path" for something else;
10694         so use "absolute" to keep both sides happy.
10695         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
10696         Set gl_absolute_header, not gl_full_header_path.
10697         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
10698         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
10699         All uses changed.
10700
10701         Merge from coreutils.
10702
10703         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10704
10705         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
10706         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
10707         want to require the building of c-strtod.o.
10708         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
10709         needs -lm directly.
10710         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
10711
10712         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10713
10714         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
10715         --as-needed option if available.  Problem reported by Albert Chin in
10716         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
10717         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
10718         cc merely issues a bunch of annoying warnings for --as-needed
10719         (this problem was reported by Bob Proulx).  Also, try linking with
10720         -lm to detect a bug in binutils 2.16 (this problem was reported
10721         by Ralf Wildenhues).
10722
10723         2006-06-18  Jim Meyering  <jim@meyering.net>
10724
10725         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
10726         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
10727         macro.
10728         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
10729         also check for glibc-2.4's abort-inducing bug.
10730
10731         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
10732         Low-probability clean-up should be to use rmdir to get rid of
10733         the just-created directory, not unlink.
10734
10735         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
10736         configure fail, and request a bug report to inform us about it.
10737         Add a comment that, barring reports to the contrary, in 2007 we'll
10738         assume ftruncate is universally available.
10739
10740         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10741
10742         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
10743
10744         2006-03-12  Jim Meyering  <jim@meyering.net>
10745
10746         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
10747         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
10748         * m4/same.m4 (gl_SAME): Likewise.
10749         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
10750
10751         2006-03-11  Eric Blake  <ebb9@byu.net>
10752
10753         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
10754         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
10755         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
10756         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
10757
10758 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10759
10760         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
10761         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
10762         reported by Mark D. Baushke, one in
10763         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
10764
10765         Merge from coreutils.
10766
10767         * lib/.cppi-disable: Add stdint_.h.
10768         * lib/.cvsignore: Add stdint.h.
10769
10770         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10771
10772         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
10773         both double and long double versions.
10774         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
10775         * lib/xstrtold.c: New file.
10776         * lib/xstrtod.h (xstrtold): New decl.
10777
10778         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10779
10780         * lib/filemode.c (setst): Remove.
10781         (strmode): Rewrite to avoid setst.  This makes the code shorter,
10782         (arguably) clearer, and the generated code is a bit smaller on my
10783         Debian GNU/Linux stable x86 host.
10784
10785         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10786
10787         * lib/filemode.c: Include "filemode.h" first, to test the interface.
10788         Assume that filemode.h includes sys/types.h and sys/stat.h.
10789         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
10790         (ftypelet): Reorder to put common cases first, for efficiency.
10791         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
10792         to do 'M'.
10793         (strmode): Renamed from mode_string, and now stores 12 bytes instead
10794         of 10, for compatibility with FreeBSD.  All callers changed.
10795         (filemodestring): Now stores 12 bytes instead of 10, and sets file
10796         types that can't be deduced solely from st_mode.  First arg is now a
10797         const pointer.
10798         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
10799         (strmode): Renamed from mode_string.
10800         (filemodestring): New decl.
10801         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
10802         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
10803         needed.
10804         (S_ISPORT, S_ISWHT): New macros, if not already defined.
10805
10806         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10807
10808         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
10809         fsusage.h now does that.  Include fsusage.h first, to test interface.
10810         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
10811         at most one method (the old code could have generated decls that
10812         didn't conform to C89, not that this was ever exercised).
10813         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
10814
10815         2006-03-19  Jim Meyering  <jim@meyering.net>
10816
10817         Work even in a chroot where d_ino values for entries in "/"
10818         don't match the stat.st_ino values for the same names.
10819         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
10820         number, iterate through all entries again, using lstat instead.
10821         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
10822         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
10823
10824         * lib/getcwd.c (__getcwd): Clarify a comment.
10825         Use memcpy in place of a call to strcpy.
10826
10827         2006-03-12  Jim Meyering  <jim@meyering.net>
10828
10829         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
10830         matches that of the current directory (which we're about to chdir ".."
10831         out of), then save the dev-ino of the parent, instead.
10832
10833         * lib/same-inode.h (SAME_INODE): New file/macro.
10834         * lib/chdir-safer.c (SAME_INODE): Remove definition.
10835         Include "same-inode.h", instead.
10836         * lib/same.c: Likewise.
10837         * lib/cycle-check.h: Include "same-inode.h".
10838         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
10839         * lib/cycle-check.c (SAME_INODE): Remove definition.
10840         * lib/root-dev-ino.h: Include "same-inode.h".
10841
10842         2006-03-11  Eric Blake  <ebb9@byu.net>
10843
10844         * lib/same.c (same_name): s/base_name/last_component/
10845         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
10846         * lib/filenamecat.c (file_name_concat): Likewise.
10847
10848         2006-03-11  Eric Blake  <ebb9@byu.net>,
10849                     Paul Eggert  <eggert@cs.ucla.edu>
10850
10851         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
10852         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
10853         drive prefix.
10854         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
10855         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
10856         (last_component): New method.
10857         * lib/dirname.c (dir_len): Determine when drive letters need a
10858         subsequent slash.  Preserve // when it is special.
10859         (dir_name): Don't append dot when drive letter is absolute.
10860         [TEST_DIRNAME]: Move into a full-blown gnulib test.
10861         * lib/basename.c (base_name): New semantics - malloc the result.
10862         Preserve // when it is special.  Preserve relative files that look
10863         like drive letters.
10864         (base_len): Preserve // when it is special.
10865         (last_component): New method, similar to old base_name semantics.
10866         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
10867         base_name.  Strip redundant slashes from ///.
10868
10869 2006-07-03  Jim Meyering  <jim@meyering.net>
10870
10871         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
10872         macro is used before the first cycle_check call.
10873
10874 2006-07-03  Eric Blake  <ebb9@byu.net>
10875
10876         * modules/dirname (Depends-on): Add xstrndup.
10877
10878 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10879
10880         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
10881         test cases, so that config.log is a bit easier to follow.
10882
10883 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10884
10885         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
10886         both are 64 bits, since this seems to be the tradition, and this
10887         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
10888         we ever run into a host that prefers long long to long in this
10889         case, we'll need another configure-time test.  Problem reported by
10890         Jim Meyering.
10891
10892 2006-07-02  Eric Blake  <ebb9@byu.net>
10893
10894         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
10895
10896 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10897
10898         * modules/inttypes (Depends-on): No longer depends on stdint.
10899         * modules/stdint (Description): Say more about assumptions.
10900         Say that the fast types might differ.  Say macros are used.
10901         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
10902         (Makefile.am): Revise list of substituted symbols to match
10903         new stdint.m4.
10904         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
10905         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
10906         * tests/test-stdint.c (verify_same_types)
10907         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
10908         the code conforms to C99/C89.
10909         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
10910         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
10911
10912 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10913
10914         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
10915         but fix a bug, by requiring at least 64 bits.
10916         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10917         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
10918         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
10919         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
10920
10921         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
10922         changes.  Make 2.59 a prerequisite.  Check and substitute for
10923         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
10924         inttypes.h.  Do not use special include files; just use the
10925         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
10926         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
10927         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
10928         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
10929         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
10930         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
10931         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
10932         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
10933         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
10934         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
10935         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
10936         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
10937         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
10938         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
10939         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
10940         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
10941         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
10942         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
10943         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
10944         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
10945         WINT_MAX.  Check for C99 conformance more strictly, by detecting
10946         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
10947         not check for things that C99 does not require, e.g., int8_t.  If
10948         a test isn't needed unless <stdint.h> isn't working, and is
10949         unlikely to be needed for any other reason, then don't do it
10950         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
10951         size_t, since we assume C89 freestanding at least.  Do not check
10952         for sig_atomic_t, wchar_t, or wint_t, since the code now does
10953         the right thing even if the types are not defined.  Instead use:
10954         (gl_STDINT_TYPE_PROPERTIES): New macro.
10955         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
10956         testing whether <sys/types.h> clashes, as Autoconf does this for
10957         us now.  All uses removed.
10958         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
10959         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
10960         (gl_CHECK_TYPE_SAME):
10961         Remove; no longer needed.
10962         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
10963         exists, since we'll return 0 anyway in that case.
10964         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
10965
10966 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10967
10968         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
10969         possible collision with system files.
10970         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
10971         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
10972         WCHAR_MIN and WCHAR_MAX in this case.
10973         (<stddef.h>): Do not include; no longer needed.
10974         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
10975         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
10976         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
10977         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
10978         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
10979         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
10980         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
10981         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
10982         !defined(__c99))]: Include in this case too, since it's harmless
10983         now.
10984         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
10985         dangerous to do so.
10986         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
10987         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
10988         (_STDINT_MIN, _STDINT_MAX): New macros.
10989         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
10990         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
10991         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
10992         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
10993         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
10994         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
10995         macros, not typedefs; this simplifies things quite a bit.
10996         Use long int for all types narrower than int64_t.
10997         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
10998         Define in terms of long long int or int64_t or long int,
10999         not int64_t or int32_t.  This saves some compile-time testing.
11000         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
11001         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
11002         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
11003         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
11004         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
11005         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
11006         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
11007         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
11008         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
11009         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
11010         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
11011         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
11012         undef any previous version and define our own version, for
11013         simplicity and consistency with the new macros for types.
11014         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
11015         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
11016         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
11017         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
11018         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
11019         @WINT_T_SUFFIX@ to keep things simple here.
11020         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
11021         Simplify by assuming typical 8/16/32/64 host, since we're
11022         already doing that elsewhere anyway.
11023         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
11024         and assume long long int is 64 bits if available.  This
11025         speeds up 'configure'.
11026
11027 2006-07-01  Eric Blake  <ebb9@byu.net>
11028
11029         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
11030         Reported by Andreas Buening.
11031
11032 2006-07-01  Eric Blake  <ebb9@byu.net>
11033
11034         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
11035
11036 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
11037
11038         * lib/getaddrinfo.c: fixed typo
11039
11040 2006-06-29  Jim Meyering  <jim@meyering.net>
11041
11042         * modules/strftime (Maintainer): Add my name, since with the
11043         FPRINTFTIME changes strftime.c has forked from glibc.
11044
11045 2006-06-29  Eric Blake  <ebb9@byu.net>
11046
11047         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
11048
11049 2006-06-29  Eric Blake  <ebb9@byu.net>
11050
11051         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
11052
11053 2006-06-29  Eric Blake  <ebb9@byu.net>
11054
11055         * lib/stat_.h: New file.
11056
11057 2006-06-29  Eric Blake  <ebb9@byu.net>
11058
11059         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
11060         unused static function.
11061
11062 2006-06-29  Eric Blake  <ebb9@byu.net>
11063
11064         * doc/functions.texi (Function Portability): Document missing lstat
11065         on mingw.
11066
11067 2006-06-29  Eric Blake  <ebb9@byu.net>
11068
11069         * MODULES.html.sh: Add sys_stat.
11070         * modules/sys_stat: New module.
11071         * modules/mkstemp (Depends-on): Add sys_stat.
11072
11073 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11074
11075         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
11076
11077 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11078
11079         * m4/c-bs-a.m4: Removed.
11080
11081 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11082
11083         * lib/strftime.c: Assume strftime() exists.
11084
11085 2006-06-29  Derek Price  <derek@ximbiot.com>
11086
11087         * modules/c-bs-a: Removed - \a is C89.
11088         * MODULES.html.sh: Remove c-bs-a.
11089
11090 2006-06-29  Bruno Haible  <bruno@clisp.org>
11091
11092         * modules/wcwidth (License): Change to LGPL.
11093
11094 2006-06-28  Simon Josefsson  <jas@extundo.com>
11095
11096         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
11097         on _WIN32.
11098
11099         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
11100         getnameinfo.
11101
11102 2006-06-28  Simon Josefsson  <jas@extundo.com>
11103
11104         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
11105
11106 2006-06-28  Simon Josefsson  <jas@extundo.com>
11107
11108         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
11109         functions there.  It will succeed on Windows XP, but on Windows
11110         2000 and (presumably) earlier, it will fail, and use the internal
11111         re-implementation.
11112         (use_win32_p): New function.
11113         (getaddrinfo): Use strtoul on servname, to support numeric ports.
11114         Support AI_NUMERICSERV to disable getservbyname.
11115         (getnameinfo): New function, only supports
11116         NI_NUMERICHOST|NI_NUMERICSERV for now.
11117
11118         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
11119         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
11120         getnameinfo.
11121
11122 2006-06-28  Eric Blake  <ebb9@byu.net>
11123
11124         * modules/wcwidth: New file.
11125         * modules/mbchar (Depends-on): Add wcwidth.
11126         * modules/mbswidth (Depends-on): Add wcwidth.
11127         * MODULES.html.sh: Add wcwidth.
11128
11129 2006-06-28  Eric Blake  <ebb9@byu.net>
11130
11131         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
11132         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
11133
11134 2006-06-28  Eric Blake  <ebb9@byu.net>
11135
11136         * lib/xvasprintf.h: Fix comments.
11137
11138 2006-06-28  Eric Blake  <ebb9@byu.net>
11139
11140         * lib/mbchar.h (wcwidth): Include wcwidth.h.
11141         * lib/mbswidth.c (wcwidth): Move from here...
11142         * lib/wcwidth.h: ...to this new file.
11143
11144 2006-06-28  Derek R. Price  <derek@ximbiot.com>
11145
11146         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
11147
11148         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
11149         it's obsolete.
11150         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
11151
11152 2006-06-28  Derek R. Price  <derek@ximbiot.com>
11153
11154         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
11155         Autoconf 2.60 says this stuff was obsolete.
11156
11157 2006-06-28  Bruno Haible  <bruno@clisp.org>
11158
11159         * modules/wcwidth (Files): Add m4/wchar_t.m4.
11160
11161 2006-06-28  Bruno Haible  <bruno@clisp.org>
11162
11163         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
11164         gt_TYPE_WCHAR_T.
11165
11166 2006-06-28  Bruno Haible  <bruno@clisp.org>
11167
11168         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
11169         declaration for wcwidth.
11170         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
11171
11172 2006-06-28  Bruno Haible  <bruno@clisp.org>
11173
11174         * lib/mkdtemp.c [MINGW]: Include <io.h>.
11175         (mkdir): Define using _mkdir.
11176
11177 2006-06-28  Bruno Haible  <bruno@clisp.org>
11178
11179         * lib/getaddrinfo.h: Fix POSIX URL.
11180         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
11181         _WIN32.
11182         (use_win32_p): Make static.
11183         (getaddrinfo): Reject service name if it is empty or does not consist
11184         solely of decimal digits, or if its value is > 65535.
11185         (getnameinfo): Remove useless casts.
11186
11187 2006-06-27  Simon Josefsson  <jas@extundo.com>
11188
11189         * modules/sys_select: New file, suggested by Bruno Haible, Paul
11190         Eggert and Martin Lambers.
11191
11192 2006-06-27  Simon Josefsson  <jas@extundo.com>
11193
11194         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
11195         Eggert and Martin Lambers.
11196
11197 2006-06-27  Bruno Haible  <bruno@clisp.org>
11198
11199         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
11200         result to 0, not to empty.
11201         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
11202
11203 2006-06-27  Bruno Haible  <bruno@clisp.org>
11204
11205         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
11206
11207 2006-06-26  Simon Josefsson  <jas@extundo.com>
11208
11209         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
11210         present.
11211
11212 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
11213
11214         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
11215         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
11216         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
11217
11218 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
11219
11220         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
11221
11222 2006-06-26  Bruno Haible  <bruno@clisp.org>
11223
11224         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
11225
11226 2006-06-26  Bruno Haible  <bruno@clisp.org>
11227
11228         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
11229
11230 2006-06-26  Bruno Haible  <bruno@clisp.org>
11231
11232         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
11233         SGI C compiler in pre-C99 mode.
11234         Suggested by Mark D. Baushke and Larry Jones.
11235
11236 2006-06-26  Bruno Haible  <bruno@clisp.org>
11237
11238         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
11239         WCHAR_MAX.
11240         Reported by Mark D. Baushke and Larry Jones.
11241
11242 2006-06-26  Bruno Haible  <bruno@clisp.org>
11243
11244         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
11245         in pre-C99 mode.
11246         Suggested by Mark D. Baushke and Larry Jones.
11247
11248 2006-06-23  Simon Josefsson  <jas@extundo.com>
11249             Bruno Haible  <bruno@clisp.org>
11250
11251         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
11252         Emit mostlyclean-local rule.
11253         (func_emit_tests_Makefile_am): Likewise.
11254         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
11255
11256 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
11257
11258         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
11259
11260 2006-06-23  Bruno Haible  <bruno@clisp.org>
11261
11262         * tests/test-stdint.c: Update to match ISO C 99 Technical
11263         Corrigendum 1.
11264
11265 2006-06-23  Bruno Haible  <bruno@clisp.org>
11266
11267         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
11268
11269 2006-06-23  Bruno Haible  <bruno@clisp.org>
11270
11271         * lib/stdint_.h: Treat IRIX like OpenBSD.
11272
11273 2006-06-23  Bruno Haible  <bruno@clisp.org>
11274
11275         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
11276         ISO C 99 Technical Corrigendum 1.
11277
11278 2006-06-22  Simon Josefsson  <jas@extundo.com>
11279
11280         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
11281         MinGW.
11282
11283 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11284
11285         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
11286         needed.  Some compiler complained about some of them.  Problem reported
11287         by Larry Jones in
11288         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
11289
11290 2006-06-21  Simon Josefsson  <jas@extundo.com>
11291
11292         * tests/test-getaddrinfo.c: New file.
11293
11294         * modules/getaddrinfo-tests: New file.
11295
11296         * MODULES.html.sh: Add inet_pton.
11297
11298         * modules/inet_pton: New file.
11299
11300 2006-06-21  Simon Josefsson  <jas@extundo.com>
11301
11302         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
11303         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
11304         of using the (limited) gnulib implementation on Windows XP.
11305
11306         * m4/inet_pton.m4: New file.
11307
11308 2006-06-21  Simon Josefsson  <jas@extundo.com>
11309
11310         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
11311         variable.
11312
11313         * lib/socket_.h: Don't define WINVER.
11314
11315         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
11316         slightly modified to work in gnulib.
11317
11318 2006-06-21  Simon Josefsson  <jas@extundo.com>
11319
11320         * doc/gnulib.texi (Windows sockets): Add.
11321
11322 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
11323
11324         * lib/read-file.c (fread_file): Start with buffer allocation of
11325         0 bytes rather than 1 byte; this simplifies the code.
11326         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
11327         code to free buffer and save/restore errno.
11328         (internal_read_file): Remove unused local.
11329
11330 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
11331
11332         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
11333         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
11334         Problem reported by Denis Excoffier in
11335         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
11336
11337 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11338
11339         * modules/sys_socket, modules/socklen: Include sys/types since
11340         FreeBSD 4.x's sys/socket.h needs it.
11341
11342 2006-06-19  Simon Josefsson  <jas@extundo.com>
11343
11344         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
11345
11346 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
11347
11348         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
11349
11350 2006-06-19  Bruno Haible  <bruno@clisp.org>
11351
11352         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
11353         and FULL_PATH_INTTYPES_H in angle brackets.
11354         Reported by Mark D. Baushke <mdb@gnu.org>.
11355
11356 2006-06-17  Eric Blake  <ebb9@byu.net>
11357
11358         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
11359         errno.
11360
11361 2006-06-17  Bruno Haible  <bruno@clisp.org>
11362
11363         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
11364         <sys/inttypes.h>.
11365
11366 2006-06-17  Bruno Haible  <bruno@clisp.org>
11367
11368         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
11369         whether errno is declared. Assume <errno.h> declares errno.
11370
11371 2006-06-17  Bruno Haible  <bruno@clisp.org>
11372
11373         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
11374
11375 2006-06-17  Bruno Haible  <bruno@clisp.org>
11376
11377         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
11378         problem on Solaris 2.5.1.
11379
11380 2006-06-16  Eric Blake  <ebb9@byu.net>
11381
11382         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
11383         * lib/unicodeio.c [!defined errno]: Likewise.
11384         * lib/strtol.c [!defined errno]: Likewise.
11385         * lib/strtod.c [!defined errno]: Likewise.
11386
11387 2006-06-15  Eric Blake  <ebb9@byu.net>
11388
11389         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
11390
11391 2006-06-15  Eric Blake  <ebb9@byu.net>
11392
11393         * config/srclist.txt (ssize_t.m4): Lose sync.
11394
11395 2006-06-15  Bruno Haible  <bruno@clisp.org>
11396
11397         * modules/stdint (Files): Include m4/full-header-path.m4,
11398         m4/size_max.m4, m4/wchar_t.m4.
11399         (Makefile.am): Many more substitutions.
11400         * modules/stdint-tests: New file.
11401         * tests/test-stdint.c: New file.
11402
11403 2006-06-15  Bruno Haible  <bruno@clisp.org>
11404
11405         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
11406         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
11407         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
11408         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
11409         gl_CHECK_TYPE_SAME): New macros.
11410
11411 2006-06-15  Bruno Haible  <bruno@clisp.org>
11412
11413         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
11414
11415 2006-06-15  Bruno Haible  <bruno@clisp.org>
11416
11417         * lib/stdint_.h: Rewritten to be fully auto-configured.
11418         Fixes bug on HP-UX/IA64.
11419
11420 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
11421
11422         * lib/getdate.y (__attribute__): Don't define if already defined.
11423         Problem reported by Larry Jones.
11424         * lib/utimens.c (__attribute__): Likewise.
11425
11426 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
11427
11428         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
11429         reported by Andreas Schwab.
11430
11431 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11432             Bruno Haible  <bruno@clisp.org>
11433
11434         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
11435         check for the declaration of strnlen and a run test that exposes the
11436         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
11437         rpl_strndup.
11438
11439 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11440             Bruno Haible  <bruno@clisp.org>
11441
11442         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
11443
11444 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11445
11446         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
11447         compile test, for Tru64 4.0D.
11448
11449 2006-05-28  Karl Berry  <karl@gnu.org>
11450
11451         * config/srclist.txt (printf-args.c): lose sync.
11452
11453 2006-05-26  Martin Lambers  <marlam@marlam.de>
11454
11455         * lib/getpass.c: Updates the test for the native W32 API, and adds
11456         missing includes, thus fixing compilation warnings.
11457
11458 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11459
11460         * lib/exclude.c (exclude_fnmatch): New function.
11461         (excluded_file_name): Call exclude_fnmatch.
11462         * lib/exclude.h (excluded_file_name): New prototype
11463
11464 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
11465
11466         * lib/tempname.c (small_open, large_open): New macros.
11467         (__open, __open64) [!_LIBC]: Remove.
11468         (__gen_tempname): Use small_open and large_open instead of __open
11469         and __open64.  This fixes a portability bug on HP-UX 11.11i
11470         reported by Simon Wing-Tang in
11471         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
11472
11473 2006-05-24  Bruno Haible  <bruno@clisp.org>
11474
11475         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
11476         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
11477         Reported by Thorsten Maerz <torte@netztorte.de> via
11478         Aaron Stone <aaron@serendipity.cx>.
11479
11480 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11481
11482         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
11483         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
11484         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
11485         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
11486         not really conditional on the cache.
11487         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
11488
11489 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11490
11491         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
11492         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
11493         (my_usleep): Don't mishandle maximum value.
11494
11495 2006-05-19  Jim Meyering  <jim@meyering.net>
11496
11497         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
11498
11499 2006-05-17  Bruno Haible  <bruno@clisp.org>
11500
11501         Cygwin portability.
11502         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
11503
11504 2006-05-17  Bruno Haible  <bruno@clisp.org>
11505
11506         * lib/stdint_.h: Fix recognition of Cygwin.
11507
11508 2006-05-15  Bruno Haible  <bruno@clisp.org>
11509
11510         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
11511         on libtool patch by Ralf Wildenhues.
11512
11513 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11514
11515         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
11516         test for C99 conformance; (bool) 0.5 is an integer constant
11517         expression, but (bool) -0.5 is not.  Problem reported by Fedor
11518         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
11519
11520 2006-05-11  Simon Josefsson  <jas@extundo.com>
11521
11522         * m4/xvasprintf.m4: Fix obvious typo.
11523
11524 2006-05-11  Jim Meyering  <jim@meyering.net>
11525
11526         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
11527         James Lemley.
11528
11529 2006-05-10  Simon Josefsson  <jas@extundo.com>
11530
11531         * lib/md4.c: Typo fix, update copyright years.
11532         (K1, K2): Don't use L because it turn computations into 64-bit on
11533         64-bit platforms.
11534
11535 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11536
11537         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
11538         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
11539         unwanted sign propagation, e.g., on hosts with 64-bit int.
11540         There still are some problems with reeelly weird theoretical hosts
11541         (e.g., 33-bit int) but it's not worth worrying about now.
11542         * lib/sha1.c (rol): Likewise.
11543         (K1, K2, K3, K4): Remove unnecessary L suffix.
11544
11545 2006-05-10  Bruno Haible  <bruno@clisp.org>
11546
11547         * lib/des.c: Cast to avoid warnings.
11548
11549 2006-05-09  Bruno Haible  <bruno@clisp.org>
11550
11551         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
11552         (Depends-on): Depend also on xsize, stdarg.
11553         (configure.ac): Add gl_XVASPRINTF.
11554
11555 2006-05-09  Bruno Haible  <bruno@clisp.org>
11556
11557         * m4/xvasprintf.m4: New file.
11558
11559 2006-05-09  Bruno Haible  <bruno@clisp.org>
11560
11561         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
11562         (EOVERFLOW): Define fallback value.
11563         (xstrcat): New function.
11564         (xvasprintf): Recognize the special case of a string concatenation.
11565
11566 2006-05-08  Eric Blake  <ebb9@byu.net>
11567
11568         * gnulib-tool (func_version): Base copyright year on CVS date.
11569         (func_emit_copyright_notice): New function.
11570         (func_emit_lib_Makefile_am): Use it.
11571         (func_emit_tests_Makefile_am): Likewise.
11572         (func_import): Likewise.
11573
11574 2006-05-08  Bruno Haible  <bruno@clisp.org>
11575
11576         * modules/stdarg: New file.
11577         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
11578
11579 2006-05-08  Bruno Haible  <bruno@clisp.org>
11580
11581         * m4/stdarg.m4: New file, from GNU gettext.
11582
11583 2006-05-08  Bruno Haible  <bruno@clisp.org>
11584
11585         * config/srclist.txt (build-aux/config.rpath): different from latest
11586         release.
11587
11588 2006-05-08  Bruno Haible  <bruno@clisp.org>
11589
11590         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
11591
11592 2006-05-05  Jim Meyering  <jim@meyering.net>
11593
11594         * m4/warning.m4: New file, derived from bison's file by the same name.
11595
11596 2006-05-03  Bruno Haible  <bruno@clisp.org>
11597
11598         * lib/stdint_.h: Shorter URL.
11599         * lib/inttypes.h: Likewise.
11600
11601 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11602
11603         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
11604
11605 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11606
11607         * lib/verify.h: Document the internals better.  Most of this change
11608         was written by Bruno Haible.
11609
11610 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11611
11612         * doc/verify.texi: New file, partly based on a proposal by
11613         Bruno Haible.
11614
11615 2006-05-02  Bruno Haible  <bruno@clisp.org>
11616
11617         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
11618         test from here...
11619         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
11620
11621 2006-04-29  Bruno Haible  <bruno@clisp.org>
11622
11623         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
11624         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
11625
11626 2006-04-29  Bruno Haible  <bruno@clisp.org>
11627
11628         * gnulib-tool: Make --update option actually work.
11629
11630 2006-04-29  Bruno Haible  <bruno@clisp.org>
11631
11632         * doc/gcd.texi: New file.
11633         * doc/gnulib.texi: Include it.
11634
11635 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11636
11637         * lib/getdate.y (get_date): When adding relative date, start with the
11638         initial time, not with the result of the first mktime call.
11639
11640 2006-04-25  Bruno Haible  <bruno@clisp.org>
11641
11642         * gnulib-tool (func_import): Output the include directives in three
11643         blocks, sorted separately.
11644         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11645
11646 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11647
11648         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
11649         to define main with arguments, for C++.  Reported by Eric Blake.
11650         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
11651         Prefer 'int main ()' to 'int main (void)', for C++.
11652         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
11653         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
11654         for 'main', for C99 and C++.
11655
11656 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11657
11658         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
11659         Don't assume that exit status -1 is valid.
11660         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11661         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
11662         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11663         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
11664         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
11665         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
11666         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
11667         functions can be used without declaring them, or that you can
11668         exit with status -1.
11669         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11670
11671 2006-04-24  Karl Berry  <karl@gnu.org>
11672
11673         * config/srclist.txt (longdouble.m4): sync lost.
11674
11675 2006-04-24  Eric Blake  <ebb9@byu.net>
11676
11677         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
11678
11679 2006-04-24  Bruno Haible  <bruno@clisp.org>
11680
11681         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
11682         poll() implementation in AIX.
11683         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11684
11685 2006-04-24  Bruno Haible  <bruno@clisp.org>
11686
11687         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
11688         assigned exactly once.
11689
11690 2006-04-23  Claudio Fontana  <claudio@gnu.org>
11691             Bruno Haible  <bruno@clisp.org>
11692
11693         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
11694         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
11695         for AM_CPPFLAGS.
11696
11697 2006-04-23  Bruno Haible  <bruno@clisp.org>
11698
11699         * modules/copy-file: Depend on unistd.
11700         * modules/execute: Likewise.
11701         * modules/fatal-signal: Likewise.
11702         * modules/findprog: Likewise.
11703         * modules/mkdtemp : Likewise.
11704         * modules/pipe: Likewise.
11705         * modules/wait-process: Likewise.
11706
11707 2006-04-23  Bruno Haible  <bruno@clisp.org>
11708
11709         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
11710         condition was already detected.
11711         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11712
11713 2006-04-23  Bruno Haible  <bruno@clisp.org>
11714
11715         * lib/copy-file.c: Include <unistd.h> unconditionally.
11716         * lib/execute.c: Likewise.
11717         * lib/fatal-signal.c: Likewise.
11718         * lib/findprog.c: Likewise.
11719         * lib/mkdtemp.c: Likewise.
11720         * lib/pipe.h: Likewise.
11721         * lib/pipe.c: Likewise.
11722         * lib/wait-process.h: Likewise.
11723
11724 2006-04-23  Bruno Haible  <bruno@clisp.org>
11725
11726         * gnulib-tool (func_usage): Fix --import description. Document
11727         --update.
11728         (func_import): Create temporary file in a temporary directory, if
11729         --dry-run is specified. Silence errors from 'grep' when there are no
11730         m4 files in $m4dir.
11731         (func_create_testdir): Silence errors from 'grep' when there are no
11732         m4 files in $m4dir.
11733         Reported by Karl Berry <karl@freefriends.org>.
11734
11735 2006-04-20  Bruno Haible  <bruno@clisp.org>
11736
11737         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
11738         one argument, so that the code will be portable to Autoconf 2.60.
11739         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
11740         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11741         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
11742
11743 2006-04-19  Derek Price  <derek@ximbiot.com>
11744             Eric Blake  <ebb9@byu.net>
11745
11746         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
11747         rather than "/full/path.h".  Update comment to match.  Shorten &
11748         generalize m4_translit call via AS_TR_CPP.
11749
11750 2006-04-19  Derek Price  <derek@ximbiot.com>
11751             Eric Blake  <ebb9@byu.net>
11752
11753         * lib/inttypes.h: Correct grammar in comment.
11754
11755 2006-04-18  Derek Price  <derek@ximbiot.com>
11756             Paul Eggert  <eggert@cs.ucla.edu>
11757
11758         * modules/inttypes: New file.
11759         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
11760
11761 2006-04-18  Derek Price  <derek@ximbiot.com>
11762             Paul Eggert  <eggert@cs.ucla.edu>
11763
11764         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
11765         New files.
11766
11767 2006-04-18  Derek Price  <derek@ximbiot.com>
11768             Paul Eggert  <eggert@cs.ucla.edu>
11769
11770         * lib/inttypes.h: New file.
11771         * lib/strtoimax.c: Assume <inttypes.h>.
11772
11773 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
11774
11775         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
11776         isn't mounted.  Problem reported by Kir Kolyshkin.
11777
11778 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11779
11780         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
11781         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
11782         Derek R. Price.
11783         * lib/regex.h (RE_DUP_MAX): Update comment to match current
11784         implementation.
11785
11786 2006-04-12  Eric Blake  <ebb9@byu.net>
11787
11788         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
11789         is now done automatically by the corresponding Autoconf macro.
11790
11791 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
11792
11793         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
11794         time_r.h.
11795
11796 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11797
11798         Merge regex changes from libc, removing some of our
11799         POSIX-conformance changes that were rejected and redoing them in a
11800         less-intrusive way.
11801
11802         * lib/regcomp.c (re_compile_internal, init_dfa):
11803         Length arg is now size_t, not Idx.  All uses changed.
11804         (peek_token): Forward decl now says internal_function.
11805         (__re_error_msgid, __re_error_msgid_idx):
11806         Now static rather than extern with attribute_hidden.
11807         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
11808         For some reason libc prefers K&R style defns for external functions.
11809         (regerror) [!defined _LIBC]: Likewise.
11810         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
11811         (seek_collating_symbol_entry, lookup_collation_sequence_value):
11812         (build_range_exp, build_collating_symbol):
11813         Use K&R-style defn.
11814         (re_compile_fastmap): Use '\0' to memset, not 0.
11815         (utf8_sb_map): Make the calculations more obvious.
11816         (init_dfa, parse_bracket_exp, build_charclass_op):
11817         Call calloc and cast result, as glibc does.
11818         (init_word_char, fetch_token, peek_token, peek_token_bracket):
11819         (build_range_exp, build_collating_symbol):
11820         Now internal functions.
11821
11822         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
11823
11824         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
11825         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
11826         Don't depend on VMS; depend on __VMS instead, for POSIX
11827         namespace cleanness.
11828         (regoff_t): Define to ssize_t, not long int.
11829
11830         Remove the REG_ macros named below.  Instead, make the old names
11831         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
11832         __USE_GNU_REGEX.
11833         (REG_BACKSLASH_ESCAPE_IN_LISTS):
11834         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
11835         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
11836         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
11837         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
11838         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
11839         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
11840         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
11841         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
11842         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
11843         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
11844         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
11845         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
11846         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
11847         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
11848         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
11849         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
11850         (REG_NREGS):
11851         Remove.  All uses replaced by the old RE_* names.
11852         (RE_BACKSLASH_ESCAPE_IN_LISTS):
11853         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
11854         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
11855         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
11856         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
11857         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
11858         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
11859         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
11860         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
11861         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
11862         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
11863         Don't bother having these macros be independent of each others'
11864         values, since they no longer exist in the POSIX name space.
11865
11866         Rename the following member names back to their old names,
11867         unless !__USE_GNU_REGEX.  All uses changed back.
11868         (buffer): Renamed from re_buffer.
11869         (allocated): Renamed from re_allocated.
11870         (used): Renamed from re_used.
11871         (syntax): Renamed from re_syntax.
11872         (fastmap): Renamed from re_fastmap.
11873         (translate): Renamed from re_translate.
11874         (can_be_null): Renamed from re_can_be_null.
11875         (regs_allocated): Renamed from re_regs_allocated.
11876         (fastmap_accurate): Renamed from re_fastmap_accurate.
11877         (no_sub): Renamed from re_no_sub.
11878         (not_bol): Renamed from re_not_bol.
11879         (not_eol): Renamed from re_not_eol.
11880         (newline_anchor): Renamed from re_newline_anchor.
11881         (num_regs): Renamed from rm_num_regs.
11882         (start): Renamed from rm_start.
11883         (end): Renamed from rm_end.
11884
11885         (free_state): Move up a bit.
11886
11887         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
11888         #define to be empty.
11889         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
11890         when that is what is intended.
11891         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
11892         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
11893         (MAX): New macro.
11894         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
11895         All uses changed back to re_malloc, etc.  It's now the caller's
11896         responsibility to check for overflow; all callers changed.
11897         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
11898         (re_x2nrealloc): Remove.
11899         (free_state): Remove decl.
11900
11901         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
11902         (re_set_registers, re_exec):
11903         Use K&R-style defn.
11904
11905         2006-01-31  Roland McGrath  <roland@redhat.com>
11906
11907         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
11908         Reported by Mike Frysinger <vapier@gentoo.org>.
11909
11910         2006-01-15  Andreas Jaeger  <aj@suse.de>
11911
11912         [BZ #1950]
11913         * lib/regex_internal.c (re_string_reconstruct): Adjust for
11914         build_wcs_upper_buffer change.
11915         (build_wcs_upper_buffer): Change return type.
11916
11917         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
11918
11919         * lib/regex_internal.h: Include <stdint.h> if available.
11920
11921         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
11922
11923         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
11924
11925         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11926
11927         * lib/regcomp.c: Adjust for changed secondary hash function.
11928
11929         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
11930
11931         * lib/regex.h: Pretty printing.
11932         Clean up namespace a bit.
11933
11934         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
11935
11936         * lib/regexec.c (update_cur_sifted_state, check_arrival,
11937         check_arrival_add_next_nodes): Avoid using uninitialized variable.
11938
11939         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11940                     Ulrich Drepper  <drepper@redhat.com>
11941
11942         [BZ #1302]
11943         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
11944         changed.
11945         (bitset_word_t): Renamed from bitset_word.  All uses changed.
11946
11947         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
11948
11949         [BZ #281]
11950         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
11951         * lib/regcomp.c: Remove unnecessary uses of
11952         unsigned RE_TRANSLATE_TYPE.
11953         * lib/regex_internal.h: Likewise.
11954         * lib/regex_internal.c: Likewise.
11955         * lib/regexec.c: Likewise.
11956         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
11957
11958         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
11959
11960         * lib/regexec.c (find_recover_state): Remove unnecessary
11961         initialization.
11962         (transit_state_bkref): Make DFA a const pointer.
11963         (get_subexp): Likewise.
11964         (check_arrival): Likewise.
11965         (update_cur_sifted_state): Likewise.
11966         (re_search_internal): Likewise.
11967         (prune_impossible_nodes): Likewise.
11968         (acquire_init_state_context): Likewise.
11969         (proceed_next_node): Likewise.
11970         (set_regs): Likewise.
11971         (free_fail_stack_return): Likewise.
11972         (check_arrival_expand_ecl): Mark DFA parameter as const.
11973         (check_arrival_expand_ecl_sub): Likewise.
11974         (check_subexp_limits): Likewise.
11975         (sub_epsilon_src_nodes):  Likewise.
11976         (add_epsilon_src_nodes):  Likewise.
11977         (merge_state_array): Likewise.
11978         (update_regs): Likewise.
11979         (build_trtable): Likewise.
11980         (sift_states_backward): Mark MCTX parameter as const.
11981         (build_sifted_states): Likewise.
11982         (update_cur_sifted_state): Likewise.
11983         (sift_states_mkref): Likewise.
11984         (check_arrival_expand_ecl): Mark eclosure as const.
11985         (check_dst_limits_calc_pos_1): Likewise.
11986         * lib/regex_internal.h (re_match_context_t): Make dfa a const
11987         pointer.
11988
11989         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
11990
11991         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
11992         (transit_state_sb): Likewise.
11993         (transit_state_mb): Likewise.
11994         (sift_states_iter_mb): Likewise.
11995         (check_arrival_add_next_nodes): Likewise.
11996         (check_node_accept_bytes): Change first parameter to pointer-to-const.
11997         [_LIBC] (re_search_2_stub): Use mempcpy.
11998
11999         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
12000         mbrtowc for very simple UTF-8 case.
12001
12002         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
12003         a pointer-to-const.
12004         (re_acquire_state_context): Likewise.
12005         * lib/regex_internal.h: Adjust prototypes.
12006
12007         * lib/regex.c: Prevent using C++ compilers.
12008
12009         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
12010         (re_acquire_state_context): Likewise.
12011
12012 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12013
12014         * modules/regex (Depends-on): Add ssize_t.
12015
12016 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12017
12018         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
12019         translation table.
12020
12021 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12022
12023         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
12024
12025 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
12026             Bruno Haible  <bruno@clisp.org>
12027
12028         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
12029         <sys/types.h> and <inttypes.h>.
12030
12031 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12032
12033         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
12034         `__error_t_defined', so argp.h will not typedef the former.
12035
12036 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
12037
12038         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
12039         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
12040         glibc names.  Even if glibc is changed to conform to POSIX, the
12041         traditional names will be available anyway, since regex depends on
12042         the extensions module.  Also, fix a longstanding typo in the
12043         implementation of Spencer ERE test #75 from grep 2.3.  Problems
12044         reported by Emanuele Giaquinta.  Also, change sense of cached
12045         variable, so that the message makes sense.
12046
12047 2006-03-24  Simon Josefsson  <jas@extundo.com>
12048
12049         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
12050         including some doc fixes.
12051         (base64_encode_alloc): Fix +1 bug on allocation failures.
12052
12053 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12054
12055         * lib/base64.c (base64_encode): Do not read past end of array with
12056         unsanitized input on systems with CHAR_BIT > 8.
12057
12058 2006-03-24  Eric Blake  <ebb9@byu.net>
12059
12060         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
12061
12062 2006-03-22  Karl Berry  <karl@gnu.org>
12063
12064         * config/srclist.txt (*setenv.[ch]): get from coreutils.
12065         * config/srclistvars.sh (COREUTILS): new var.
12066
12067 2006-03-17  Jim Meyering  <jim@meyering.net>
12068
12069         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
12070         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
12071
12072 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
12073
12074         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
12075         no longer needs it.  Instead, check that regoff_t is as least
12076         as wide as ptrdiff_t.
12077
12078         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
12079         so that our regex.h stays compatible with the installed regex.
12080         This is helpful for installers who configure --without-included-regex.
12081         Problem reported by Emanuele Giaquinta.
12082
12083 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
12084
12085         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
12086         Typedef to long int, not to off_, as POSIX will likely change
12087         in that direction.
12088
12089 2006-03-15  Eric Blake  <ebb9@byu.net>
12090
12091         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
12092
12093 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
12094
12095         * lib/argp-help.c (validate_uparams): Fix typo
12096         * lib/argp-parse.c (argp_default_options): Consistently begin help
12097         messages with a lowercase letter.
12098
12099 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
12100
12101         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
12102         overrun buffers and shouldn't be used (much as gets shouldn't be
12103         used).
12104         * lib/time_r.c (asctime_r, ctime_r): Likewise.
12105
12106 2006-03-08  Simon Josefsson  <jas@extundo.com>
12107
12108         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
12109         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12110
12111 2006-03-08  Simon Josefsson  <jas@extundo.com>
12112
12113         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
12114         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12115
12116 2006-03-08  Simon Josefsson  <jas@extundo.com>
12117
12118         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
12119         signal that configure disabled the device.
12120
12121 2006-03-08  Simon Josefsson  <jas@extundo.com>
12122
12123         * build-aux/maint.mk: Fix refresh-po, to handle no translated
12124         languages.
12125
12126 2006-03-07  Simon Josefsson  <jas@extundo.com>
12127
12128         * modules/getopt (Depends-on): Add unistd.
12129
12130         * modules/unistd: New file.
12131
12132 2006-03-07  Simon Josefsson  <jas@extundo.com>
12133
12134         * modules/gc-random: New file.
12135
12136 2006-03-07  Simon Josefsson  <jas@extundo.com>
12137
12138         * m4/unistd_h.m4: New file.
12139
12140 2006-03-07  Simon Josefsson  <jas@extundo.com>
12141
12142         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
12143         test to be side-effect free by storing the result in the cache
12144         variable gl_cv_lib_readline, and moving the assignment of
12145         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
12146         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12147
12148 2006-03-07  Simon Josefsson  <jas@extundo.com>
12149
12150         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
12151         error on missing devices (the functions will return an error).
12152
12153         * m4/gc.m4: Move random stuff to gc-random.m4
12154
12155 2006-03-07  Simon Josefsson  <jas@extundo.com>
12156
12157         * lib/unistd_.h: New file.
12158
12159 2006-03-07  Simon Josefsson  <jas@extundo.com>
12160
12161         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
12162
12163 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12164
12165         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
12166         Problem reported by Juan Manuel Guerrero.
12167
12168 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12169
12170         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
12171         the unistd module.
12172         * lib/getlogin_r.c: Likewise.
12173         * lib/getlogin_r.h: Likewise.
12174         * lib/glob.c: Likewise.
12175         * lib/pagealign_alloc.c: Likewise.
12176         * lib/unistd_.h: Remove; no longer needed.
12177
12178 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12179
12180         * MODULES.html.sh (Support for systems lacking POSIX:2001):
12181         Add unistd.
12182         * modules/c-stack (Depends-on): Add unistd.
12183         * modules/getlogin_r: Likewise.
12184         * modules/glob: Likewise.
12185         * modules/pagealign_alloc: Likewise.
12186         * modules/unistd (Files): Remove lib/unistd_.h.
12187         (EXTRA_DIST): Remove.
12188         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
12189         need unistd_.h.
12190         (MOSTLYCLEANFILES): Remove unistd.h-t.
12191
12192 2006-03-03  Simon Josefsson  <jas@extundo.com>
12193
12194         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
12195
12196 2006-03-03  Simon Josefsson  <jas@extundo.com>
12197
12198         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
12199         libidn and bison.
12200
12201 2006-03-03  Simon Josefsson  <jas@extundo.com>
12202
12203         * build-aux/maint.mk: Add indent target.
12204
12205 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
12206
12207         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
12208         our replacement poll.h in any case, to avoid a differing
12209         declaration from a system header.  Seen on AIX.
12210
12211 2006-03-01  Simon Josefsson  <jas@extundo.com>
12212
12213         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
12214         <kasal@ucw.cz>.
12215
12216 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12217
12218         * modules/gettime (Depends-on): Add extensions module.
12219         * modules/nanosleep (Depends-on): Likewise.
12220         * modules/settime (Depends-on): Likewise.
12221
12222 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12223
12224         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
12225         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
12226         pedantically.
12227         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
12228         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
12229
12230         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
12231         not "==".  Reported by Ralf Wildenhues.
12232
12233 2006-03-01  Karl Berry  <karl@gnu.org>
12234
12235         * doc/Copyright/request-*: new files, synced from gnuorg.
12236
12237 2006-03-01  Karl Berry  <karl@gnu.org>
12238
12239         * config/srclist.txt (Copyright/*): new entries.
12240
12241 2006-02-28  Simon Josefsson  <jas@extundo.com>
12242
12243         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
12244
12245 2006-02-27  Simon Josefsson  <jas@extundo.com>
12246
12247         * lib/base64.h: Indent #define's.  From Jim Meyering
12248         <jim@meyering.net>.
12249
12250 2006-02-27  Jim Meyering  <jim@meyering.net>
12251
12252         Revert the change of 2006-02-24, so these files can continue
12253         to be sync'd from gettext.
12254         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
12255         of `config.h'.
12256
12257 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
12258
12259         * modules/intprops: New file.
12260         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
12261         Add intprops.
12262         * modules/getloadavg (Files): Remove lib/intprops.h.
12263         (Depends-on): Add intprops.
12264         * modules/human: Likewise.
12265         * modules/inttostr: Likewise.
12266         * modules/openat: Likewise.
12267         * modules/sig2str: Likewise.
12268         * modules/userspec: Likewise.
12269         * modules/utimecmp: Likewise.
12270         * modules/xnanosleep: Likewise.
12271         * modules/xstrtol: Likewise.
12272
12273 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
12274
12275         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
12276         * modules/lock-tests (TESTS): Use $(EXEEXT).
12277         * modules/tls-tests: Likewise.
12278         * modules/argp-tests: Likewise.
12279         (check_PROGRAMS): New var, replacing...
12280         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
12281
12282 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12283
12284         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
12285         `config.h'.
12286
12287 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
12288
12289         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
12290
12291 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12292
12293         Sync from coreutils.
12294         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
12295         gl_CHDIR_SAFER.
12296
12297 2006-02-22  Jim Meyering  <jim@meyering.net>
12298
12299         Sync from coreutils.
12300         * m4/chdir-safer.m4: New file.
12301
12302 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
12303
12304         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
12305         AT_FDCWD exceeds INT_MAX.
12306         * lib/openat.h (AT_FDCWD): Likewise.
12307
12308 2006-02-17  Eric Blake  <address@hidden>
12309
12310         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
12311
12312 2006-02-16  Simon Josefsson  <jas@extundo.com>
12313
12314         * modules/getaddrinfo (Depends-on): Add sys_socket.
12315
12316 2006-02-15  Simon Josefsson  <jas@extundo.com>
12317
12318         * build-aux/maint.mk: Add dsyntax-check rule.
12319
12320 2006-02-15  Eric Blake  <ebb9@byu.net>
12321
12322         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
12323         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
12324         'present but cannot compile' warnings on cygwin.
12325         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
12326         use ws2tcpip.h if sys/socket.h works.
12327         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
12328         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
12329
12330 2006-02-14  Simon Josefsson  <jas@extundo.com>
12331
12332         * modules/maintainer-makefile (Files): Rename.
12333
12334         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
12335         and (the local) Makefile.cfg to maint-cfg.mk.
12336
12337         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
12338         to the latter.
12339
12340         * modules/maintainer-makefile: New module.
12341
12342         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
12343         severaly stripped to make it possible to build it up from scratch
12344         with reliable tests.
12345
12346         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
12347         fixes to permit overriding the default actions when configure and
12348         makefile are not available.
12349
12350 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
12351
12352         Sync from coreutils.
12353         * modules/lstat (Depends-on): Don't depend on xalloc.
12354         (License): Change from GPL to LGPL, since this is now simply a
12355         replacement for a libc function.
12356
12357 2006-02-14  Jim Meyering  <jim@meyering.net>
12358
12359         Sync from coreutils.
12360
12361         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
12362         failure on deficient systems, and simplify gnulib lgpl dependencies.
12363         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
12364         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
12365
12366         * lib/xalloc-die.c: Remove unused definition of N_.
12367
12368 2006-02-14  Jim Meyering  <jim@meyering.net>
12369
12370         Sync from coreutils.
12371         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
12372         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
12373         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
12374         double-quote uses of that variable, to accommodate the rare case in
12375         which getmntent is available in none of the libraries checked.  This
12376         happens at least on FreeBSD 5.0.
12377
12378 2006-02-13  Simon Josefsson  <jas@extundo.com>
12379
12380         * gnulib-tool (Usage): Fix --import, from
12381         karl@freefriends.org (Karl Berry).
12382
12383 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
12384
12385         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
12386
12387 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
12388
12389         * lib/argp-namefrob.h: Restore changes accidentally lost during the
12390         "autoupdate" on 2005-12-12.
12391
12392 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12393
12394         * modules/closeout (Depends-on): Remove atexit.
12395
12396 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12397
12398         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
12399         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
12400
12401 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
12402
12403         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
12404         __EXTENSIONS__ if this causes compilation to fail.  Problem
12405         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
12406         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
12407
12408 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
12409
12410         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
12411         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
12412         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
12413         All uses changed.
12414
12415 2006-01-26  Simon Josefsson  <jas@extundo.com>
12416
12417         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
12418         prototype is visible on mingw32.
12419
12420         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
12421         for mingw32.
12422
12423         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
12424         mingw32).
12425
12426 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
12427
12428         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
12429         attempt to open for write; this always fails, at least on POSIX
12430         hosts.  This reinstates the 2006-01-09 change, which was
12431         inadvertently removed.
12432
12433 2006-01-26  Bruno Haible  <bruno@clisp.org>
12434
12435         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
12436         Reported by Paul Eggert.
12437
12438 2006-01-26  Bruno Haible  <bruno@clisp.org>
12439             Paul Eggert  <eggert@cs.ucla.edu>
12440
12441         * lib/stdbool_.h (_Bool)
12442         [(! (defined __cplusplus || defined __BEOS__)
12443           && !defined __GNUC__
12444           && !(defined __HP_cc || defined __xlc__
12445                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
12446                || defined __sgi))]:
12447         #define to signed char in these cases too; this simplifies
12448         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
12449         etc., separately) and makes it more conservative.
12450
12451 2006-01-25  Simon Josefsson  <jas@extundo.com>
12452
12453         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
12454         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
12455         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
12456
12457 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12458
12459         * lib/argp-namefrob.h: Bugfix. Remove stray #
12460
12461 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12462
12463         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
12464         so that we test the test.
12465         Check for yet another HP-UX cc bug involving *bool |= bool.
12466
12467 2006-01-25  Karl Berry  <karl@gnu.org>
12468
12469         * config/srclist.txt (vasnprintf.c): sync lost.
12470
12471 2006-01-25  Jim Meyering  <jim@meyering.net>
12472
12473         Sync from the stable (b5) branch of coreutils:
12474
12475         * lib/fts.c (fts_children): Don't let close() clobber errno from
12476         failed fchdir().
12477
12478         * lib/fts.c (fts_stat): When following a symlink-to-directory,
12479         don't necessarily interpret stat-fails+lstat-succeeds as indicating
12480         a dangling symlink.  That can also happen at least for ELOOP.
12481         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
12482         FYI, this bug predates the inclusion of fts.c in coreutils.
12483
12484         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
12485         in their own block, so pre-c99 compilers don't object.
12486
12487         Avoid the double-free (first in fts_read, second in fts_close) that
12488         would occur when an `active' directory is made inaccessible (e.g.,
12489         via chmod a-x) during a traversal.
12490         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12491         before returning.  Reproduce this failure by
12492         mkdir -p a/b; cd a; chmod a-x . b
12493         Reported by Stavros Passas.
12494
12495 2006-01-25  Jim Meyering  <jim@meyering.net>
12496
12497         * lib/fileblocks.c: Remove more useless parentheses.
12498         * lib/readutmp.h: Likewise.
12499
12500 2006-01-25  Bruno Haible  <bruno@clisp.org>
12501
12502         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
12503         warnings.
12504         Reported by Paul Eggert.
12505
12506 2006-01-25  Bruno Haible  <bruno@clisp.org>
12507
12508         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
12509         rid of a trap command. For Solaris sh.
12510         Reported by Mark D. Baushke <mdb@gnu.org>.
12511
12512 2006-01-24  Simon Josefsson  <jas@extundo.com>
12513
12514         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
12515         Bruno.
12516
12517 2006-01-24  Karl Berry  <karl@gnu.org>
12518
12519         * config/srclist.txt (argp-namefrob.h): sync lost.
12520
12521 2006-01-24  Jim Meyering  <jim@meyering.net>
12522
12523         * modules/openat (Files): Add lib/intprops.h.
12524         From Mark D. Baushke.
12525
12526 2006-01-24  Jim Meyering  <jim@meyering.net>
12527
12528         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
12529         Reported by Mark D. Baushke.
12530
12531 2006-01-24  Jim Meyering  <jim@meyering.net>
12532
12533         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
12534
12535 2006-01-24  Bruno Haible  <bruno@clisp.org>
12536
12537         * modules/strnlen (Maintainer): Change from glibc to all.
12538
12539 2006-01-24  Bruno Haible  <bruno@clisp.org>
12540
12541         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
12542         Patch by Paul Eggert.
12543
12544 2006-01-24  Bruno Haible  <bruno@clisp.org>
12545
12546         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
12547         already has it.
12548         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
12549         2005-11-26.
12550
12551         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
12552         'signed char' to avoid problems with the built-in _Bool type.
12553         Reported by Paul Eggert on 2005-11-26.
12554
12555 2006-01-24  Bruno Haible  <bruno@clisp.org>
12556
12557         * gnulib-tool (func_import): Avoid constructing complicated sed
12558         expressions inside backquote.
12559         Report and solution by Mark D. Baushke <mdb@gnu.org>.
12560
12561 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
12562
12563         These changes imported from libc.
12564         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
12565         test and two separate function calls.
12566         * lib/strndup.c (__strndup): Add libc_hidden_def.
12567
12568 2006-01-23  Simon Josefsson  <jas@extundo.com>
12569
12570         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
12571         Remove the test_*_SOURCES variable: automake infers it by default.
12572         * modules/tls-tests: Likewise.
12573
12574 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12575
12576         Work around porting bugs reported by Dieter in
12577         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
12578         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
12579         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
12580         Include "getopt.h" first, to check interface.
12581         (getenv): Declare only if defined HAVE_DECL_GETENV &&
12582         !HAVE_DECL_GETENV.
12583         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
12584         (__strndup): Revert to K&R-style function dfns, the glibc style.
12585         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
12586         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
12587         Include strnlen.h first, to get prototype properly.
12588         (strnlen): Renamed from __strnlen.
12589         Remove weak alias.
12590
12591 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12592
12593         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
12594
12595 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12596
12597         * config/srclist.txt: Adjust to reflect glibc reorganization.
12598         This affects only comments.
12599
12600 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12601
12602          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
12603          Reported by Bruce Korb <bkorb@gnu.org>.
12604
12605 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
12606
12607         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
12608         to pacify gcc -Wswitch-default.
12609
12610 2006-01-22  Bruno Haible  <bruno@clisp.org>
12611
12612         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
12613         temporary buffer for sprintf, take into account the precision also
12614         for 'd', 'i', 'u', 'o', 'x', 'X'.
12615
12616 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12617
12618         * modules/argp-tests: New module
12619         * tests/test-argp.c: New file
12620         * tests/test-argp-2.sh: New file
12621
12622 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12623
12624         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
12625         (__argp_base_name): Removed
12626         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
12627         typo.
12628         (__argp_base_name): Provide macro definition or extern declaration
12629         depending on the configuration
12630
12631 2006-01-20  Simon Josefsson  <jas@extundo.com>
12632
12633         * modules/inet_ntop (Depends-on): Depend on sys_socket.
12634
12635 2006-01-20  Simon Josefsson  <jas@extundo.com>
12636
12637         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
12638
12639 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12640
12641         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
12642         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
12643         Suggested by Bruno Haible.
12644
12645 2006-01-20  Karl Berry  <karl@gnu.org>
12646
12647         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
12648         until changes propagate, I guess.
12649
12650 2006-01-19  Simon Josefsson  <jas@extundo.com>
12651
12652         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
12653
12654 2006-01-19  Simon Josefsson  <jas@extundo.com>
12655
12656         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
12657
12658 2006-01-19  Simon Josefsson  <jas@extundo.com>
12659
12660         * gnulib-tool: Set check_PROGRAMS.
12661
12662         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12663         modules/des-tests, modules/gc-arcfour-tests,
12664         modules/gc-arctwo-tests, modules/gc-des-tests,
12665         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12666         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12667         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12668         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12669         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12670         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
12671         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
12672         test_*_SOURCES.
12673
12674 2006-01-18  Simon Josefsson  <jas@extundo.com>
12675
12676         * modules/socklen (Depends-on): Depend on sys_socket.
12677
12678 2006-01-18  Simon Josefsson  <jas@extundo.com>
12679
12680         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12681         modules/des-tests, modules/gc-arcfour-tests,
12682         modules/gc-arctwo-tests, modules/gc-des-tests,
12683         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12684         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12685         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12686         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12687         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12688         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
12689         $(EXEEXT) to automake TESTS variable, for mingw32.
12690
12691 2006-01-17  Simon Josefsson  <jas@extundo.com>
12692
12693         * modules/socklen (Include): Need sys/socket.h.
12694
12695 2006-01-17  Bruno Haible  <bruno@clisp.org>
12696
12697         * modules/ssize_t (Include): Add <sys/types.h>.
12698
12699 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
12700
12701         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
12702         it's not portable and it doesn't work with cross-compiles.
12703         Problem reported by Bruno Haible.  Fix missing-$ typo in
12704         'test "gl_cv_ignore_unused_libraries" ...' that prevented
12705         -zignore from being used with Sun's C compiler.
12706
12707 2006-01-12  Simon Josefsson  <jas@extundo.com>
12708
12709         * lib/base64.c: Fix warning, reported by Bruno Haible
12710         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
12711
12712 2006-01-12  Bruno Haible  <bruno@clisp.org>
12713
12714         * modules/ldd: New file.
12715         * build-aux/ldd.sh.in: New file.
12716         * MODULES.html.sh (Support for building libraries and executables): Add
12717         ldd.
12718
12719 2006-01-12  Bruno Haible  <bruno@clisp.org>
12720
12721         * m4/ldd.m4: New file.
12722
12723 2006-01-12  Bruno Haible  <bruno@clisp.org>
12724
12725         * gnulib-tool (func_import, func_create_testdir): Don't go into an
12726         endless loop while replacing $auxdir with build-aux.
12727
12728 2006-01-11  Simon Josefsson  <jas@extundo.com>
12729
12730         * lib/stdint_.h (SIZE_MAX): Add missing (.
12731
12732 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
12733
12734         Sync from coreutils.
12735         * lib/md5.c: Fix commentary typos.
12736         (alignof, UNALIGNED_P): No need for a GCC-specific version.
12737         * lib/md5.h (__attribute__): Remove; unused.
12738         * lib/sha1.c: Fix commentary to match md5 better.
12739         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
12740         so that we don't need to worry about alignment.  All uses changed.
12741         This merges the 2005-10-28 md5 change into sha1.
12742
12743 2006-01-11  Jim Meyering  <jim@meyering.net>
12744
12745         Sync from coreutils.
12746         * lib/md5.c (OP): Fix spacing.
12747
12748 2006-01-11  Bruno Haible  <bruno@clisp.org>
12749
12750         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12751         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
12752         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
12753
12754 2006-01-11  Bruno Haible  <bruno@clisp.org>
12755
12756         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12757         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
12758         the "early" section as well.
12759
12760 2006-01-11  Bruno Haible  <bruno@clisp.org>
12761
12762         Avoid "ar: no archive members specified" error on MacOS X.
12763         * gnulib-tool (func_modules_add_dummy): New function.
12764         (func_import, func_create_testdir): Invoke it.
12765
12766 2006-01-11  Bruno Haible  <bruno@clisp.org>
12767
12768         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
12769         with $auxdir in AC_CONFIG_FILES statements.
12770
12771 2006-01-11  Bruno Haible  <bruno@clisp.org>
12772
12773         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12774         Initialize also noinst_HEADERS to empty.
12775
12776 2006-01-11  Bruno Haible  <bruno@clisp.org>
12777
12778         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
12779         variables.
12780         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
12781         autoreconf.
12782
12783 2006-01-11  Bruno Haible  <bruno@clisp.org>
12784
12785         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
12786         overridable by the user.
12787         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12788
12789 2006-01-10  Simon Josefsson  <jas@extundo.com>
12790
12791         * modules/sys_socket: New file.
12792
12793 2006-01-10  Simon Josefsson  <jas@extundo.com>
12794
12795         * m4/sys_socket_h.m4: New file.
12796
12797 2006-01-10  Simon Josefsson  <jas@extundo.com>
12798
12799         * lib/socket_.h: New file.
12800
12801 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12802
12803         * modules/readutmp (Maintainer): Add myself.
12804
12805 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12806
12807         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
12808         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
12809         People who are still concerned with buggy memcmp implementations
12810         can invoke gl_FUNC_MEMCMP themselves.
12811
12812 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12813
12814         * lib/regex_internal.h (BITSET_WORD_BITS):
12815         Work around a bug in 64-bit PGC (before version 6.1-2), where the
12816         preprocessor mishandles large unsigned values as if they were signed.
12817         Problem reported by Claudio Fontana in
12818         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
12819
12820 2006-01-10  Jim Meyering  <jim@meyering.net>
12821
12822         Avoid the double-free (first in fts_read, second in fts_close) that
12823         would occur when an `active' directory is made inaccessible (e.g.,
12824         via chmod a-x) during a traversal.
12825         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12826         before returning.  Reproduce this failure by
12827         mkdir -p a/b; cd a; chmod a-x . b
12828         Reported by Stavros Passas.
12829
12830         Sync from coreutils.
12831         * lib/sha1.c: Tweak grammar in a comment.
12832
12833 2006-01-10  Jim Meyering  <jim@meyering.net>
12834
12835         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
12836         Patch by Joerg Sonnenberger.
12837
12838 2006-01-10  Bruno Haible  <bruno@clisp.org>
12839
12840         * modules/readutmp: Depend on module free.
12841         * modules/strtok_r: Depend on module restrict.
12842
12843 2006-01-10  Bruno Haible  <bruno@clisp.org>
12844
12845         * modules/gettext (configure.ac): Add an invocation of
12846         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
12847
12848 2006-01-10  Bruno Haible  <bruno@clisp.org>
12849
12850         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
12851         Reported by Werner Lemberg <wl@gnu.org>.
12852
12853 2006-01-10  Bruno Haible  <bruno@clisp.org>
12854
12855         * lib/localcharset.c: Update from GNU gettext.
12856
12857 2006-01-10  Bruno Haible  <bruno@clisp.org>
12858
12859         * lib/argp.h (__const): Remove macro. Use const instead.
12860         * lib/argp-fmtstream.h (__const): Likewise.
12861         * lib/glob_.h (__const): Remove macro.
12862         * lib/glob-libc.h: Use const instead of __const.
12863
12864 2006-01-10  Bruno Haible  <bruno@clisp.org>
12865
12866         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
12867         variable.
12868         Needed to avoid an automake error regarding the 'gettext' module.
12869
12870 2006-01-09  Simon Josefsson  <jas@extundo.com>
12871
12872         * modules/inet_ntop (Depends-on): Add restrict.
12873
12874 2006-01-09  Simon Josefsson  <jas@extundo.com>
12875
12876         * modules/gc-rijndael-tests (License): Put under LGPL.
12877
12878         * modules/gc-des-tests (License): Likewise.
12879
12880         * modules/gc-arcfour-tests (License): Likewise.
12881
12882         * modules/gc-arctwo-tests (License): Likewise.
12883
12884         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
12885
12886         * modules/gc-hmac-sha1-tests (Files): Likewise.
12887
12888         * modules/gc-hmac-md5-tests (License): Likewise.
12889
12890         * modules/gc-sha1-tests (License): Likewise.
12891
12892         * modules/gc-md5-tests (License): Likewise.
12893
12894         * modules/gc-md4-tests (License): Likewise.
12895
12896         * modules/gc-md2-tests (License): Likewise.
12897
12898         * modules/gc-tests (License): Likewise.
12899
12900         * modules/des-tests (License): Likewise.
12901
12902         * modules/md4-tests (License): Likewise.
12903
12904         * modules/md2-tests (License): Likewise.
12905
12906 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12907
12908         Sync from coreutils:
12909
12910         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
12911         * modules/lib-ignore: New file.
12912         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
12913         chdir-safer.m4, lchmod.m4.
12914         * modules/openat: Add mkdirat.c, openat-priv.h.
12915
12916 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12917
12918         Sync from coreutils.
12919         * m4/lib-ignore.m4: New file.
12920         * m4/lchmod.m4: New file.
12921
12922 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12923
12924         Sync from coreutils.
12925         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
12926         for write access: POSIX says that must fail.
12927         * lib/fts.c (diropen): Likewise.
12928         * lib/save-cwd.c (save_cwd): Likewise.
12929         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
12930         well, for minor improvements on hosts that lack O_DIRECTORY.
12931         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
12932         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
12933         Fall back on chown if open failed with EACCES.
12934
12935         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
12936         Report an error at compile-time if only a 1-second nominal clock
12937         resolution is found.
12938
12939         * lib/lchmod.h: New file.
12940         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
12941         (make_dir_parents): Use lchown rather than chown, and
12942         lchmod rather than chmod.
12943
12944         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
12945         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
12946         "proc" reported by n0dalus.
12947
12948         * lib/mountlist.c: Include <limits.h>.
12949         (dev_from_mount_options)
12950         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
12951         New function.  It no longer assumes "dev=" has the System V meaning
12952         on Linux (since it doesn't).  It also parses "dev=" more carefully.
12953         (read_file_system_list)
12954         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
12955         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
12956         dev= in that case.
12957
12958         * lib/posixtm.h (PDS_PRE_2000): New macro.
12959         * lib/posixtm.c (year): Arg is now syntax_bits rather than
12960         allow_century.  All usages changed.  Reject dates outside the range
12961         1969-1999 if PDS_PRE_2000 is used.
12962
12963 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12964
12965         Sync from coreutils.
12966         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
12967         (Time of day items): Mention the possibility of leap seconds.
12968         Problem reported by Dr. David Alan Gilbert.
12969
12970 2006-01-09  Jim Meyering  <jim@meyering.net>
12971
12972         Sync from coreutils.
12973
12974         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
12975
12976         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
12977
12978         * lib/modechange.c (mode_compile): Reject an invalid mode string
12979         that starts with an octal digit.  From Andreas Gruenbacher.
12980
12981         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
12982         and dup to open_safer and dup_safer, respectively.
12983         (openat_permissive): Fix typo in comment.
12984
12985         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
12986         "gettext.h"; either no longer needed or are guaranteed by openat.h.
12987         (_): Remove; no longer needed.
12988         (openat): Renamed from rpl_openat; no need for rpl_openat
12989         since openat.h renames openat for us.
12990         Replace most of the body with a call to openat_permissive,
12991         to avoid duplicate code.
12992         Port to (probably hypothetical) environments were mode_t is
12993         wider than int.
12994         (openat_permissive): Require mode arg, so that we can check
12995         types better.  Put it just after flags.  Change cwd failure
12996         indicator from pointer-to-bool to pointer-to-errno-value.
12997         All callers changed.
12998         Invoke openat_save_fail and/or openat_restore_fail if
12999         cwd_errno is null, so that openat can call us.
13000         (openat_permissive, fdopendir, fstatat, unlinkat):
13001         Simplify errno handling to avoid some duplicate code,
13002         as it's OK to set errno on success.
13003         * lib/openat.h: Revamp code so that function macros depend on
13004         __OPENAT_PREFIX only, not also on AT_FDCWD.
13005         (openat_ro): Remove.  Caller changed to use openat_permissive.
13006         (openat_permissive): Now a macro, if not a function.
13007         (openat_restore_fail, openat_save_fail): Now always functions,
13008         since mkdirat needs them even if __OPENAT_PREFIX is defined.
13009
13010         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
13011         and openat.c.
13012         * lib/mkdirat.c: Include openat-priv.h.
13013         Remove definitions of macros defined therein.
13014         * lib/openat.c: Likewise.
13015
13016         * lib/mkdirat.c (mkdirat): New file and function.
13017         * lib/openat.h (mkdirat): Declare.
13018
13019         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
13020
13021         * lib/openat.h (openat_permissive): Declare.
13022         (openat_ro): Define.
13023
13024         * lib/openat.c (EXPECTED_ERRNO): New macro.
13025         (openat_permissive): New function -- used in remove.c rewrite.
13026         (all functions): Set errno just before returning, only if there
13027         was an actual failure.
13028         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
13029
13030         Emulate openat-family functions using Linux's procfs, if possible.
13031         Idea and some code based on Ulrich Drepper's glibc changes.
13032
13033         * lib/openat.c: (BUILD_PROC_NAME): New macro.
13034         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
13035         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
13036         before falling back on save_cwd and restore_cwd.
13037         (fdopendir, fstatat, unlinkat): Likewise.
13038
13039         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
13040         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
13041
13042         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
13043         as second argument to va_arg.  Otherwise, some versions of gcc
13044         warn that `if this code is reached, the program will abort'.
13045
13046 2006-01-09  Jim Meyering  <jim@meyering.net>
13047
13048         Sync from coreutils.
13049         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
13050         Require openat-priv.h.
13051
13052 2006-01-09  Bruno Haible  <bruno@clisp.org>
13053
13054         * modules/strnlen (Include): Use strnlen.h.
13055
13056 2006-01-09  Bruno Haible  <bruno@clisp.org>
13057
13058         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
13059
13060 2006-01-09  Bruno Haible  <bruno@clisp.org>
13061
13062         * lib/sysexit_.h (EX_OK): New macro.
13063         Suggested by Martin Lambers <marlam@marlam.de>.
13064
13065 2006-01-09  Bruno Haible  <bruno@clisp.org>
13066
13067         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
13068         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
13069
13070 2006-01-09  Bruno Haible  <bruno@clisp.org>
13071
13072         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
13073         numbers.
13074
13075 2006-01-09  Bruno Haible  <bruno@clisp.org>
13076
13077         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
13078         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
13079         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
13080         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
13081
13082 2006-01-09  Bruno Haible  <bruno@clisp.org>
13083
13084         * build-aux/javacomp.sh.in: New file, moved from lib/.
13085         * modules/javacomp-script (Files): Update.
13086         (configure.ac): Add AC_CONFIG_FILES invocation.
13087         (EXTRA_DIST): Remove variable.
13088
13089         * build-aux/javaexec.sh.in: New file, moved from lib/.
13090         * modules/javaexec (Files): Update.
13091         (configure.ac): Add AC_CONFIG_FILES invocation.
13092         (EXTRA_DIST): Remove javaexec.sh.in.
13093
13094         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
13095         * modules/csharpcomp-script (Files): Update.
13096         (configure.ac): Add AC_CONFIG_FILES invocation.
13097         (EXTRA_DIST): Remove variable.
13098
13099         * build-aux/csharpexec.sh.in: New file, moved from lib/.
13100         * modules/csharpexec (Files): Update.
13101         (configure.ac): Add AC_CONFIG_FILES invocation.
13102         (EXTRA_DIST): Remove csharpexec.sh.in.
13103
13104 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
13105
13106         Sync from coreutils.
13107
13108         Add POSIX ACL support
13109         * lib/acl.h (copy_acl, set_acl): Add declarations.
13110         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
13111         systems other than Linux.
13112         (chmod_or_fchmod): New function: use fchmod when possible,
13113         and chmod otherwise.
13114         (file_has_acl): Add a POSIX ACL implementation, with a
13115         Linux-specific subcase.
13116         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
13117         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
13118         acls are unsupported.
13119         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
13120         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
13121         are unsupported.
13122
13123 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
13124
13125         Sync from coreutils.
13126         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
13127
13128 2006-01-07  Bruno Haible  <bruno@clisp.org>
13129
13130         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
13131         gl_EARLY.
13132
13133 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13134
13135         * lib/strftime.c (tzname): Don't declare if it is already #defined.
13136         Problem reported for Mingw by Mark Junker.
13137
13138 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13139
13140         * README: Gnulib normally doesn't generate a tarball.
13141
13142 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
13143
13144         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
13145         long int, not int, for nanosecond counts, so that people who are
13146         used to POSIX struct timespec won't be surprised.  Reported by Jim
13147         Meyering.
13148
13149 2005-12-28  Bruno Haible  <bruno@clisp.org>
13150
13151         * build-aux/config.rpath: Update from GNU gettext.
13152
13153 2005-12-16  Jim Meyering  <jim@meyering.net>
13154
13155         * modules/fprintftime: New module.
13156         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
13157
13158 2005-12-16  Jim Meyering  <jim@meyering.net>
13159
13160         * m4/fprintftime.m4: New file.
13161
13162 2005-12-16  Jim Meyering  <jim@meyering.net>
13163
13164         * lib/fprintftime.c, lib/fprintftime.h: New files.
13165
13166 2005-12-15  Simon Josefsson  <jas@extundo.com>
13167
13168         * modules/socklen (configure.ac): Fix M4 macro name, to align with
13169         new m4/socklen.m4.
13170
13171 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13172
13173         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
13174         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
13175
13176 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13177
13178         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
13179         * lib/argp-help.c (fill_in_uparams): Check if the constructed
13180         struct uparams is valid. Fall back to the default values if it is
13181         not.
13182
13183 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13184
13185         * modules/argp (Files): Add argp-pin.c
13186         (Depends-on): dirname
13187         (lib_SOURCES): Add argp-pin.c
13188
13189 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13190
13191         * m4/argp.m4:  Check if program_invocation_name and
13192         program_invocation_short_name are declared and define appropriate
13193         macros if they are not.
13194
13195 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13196
13197         * lib/argp-help.c (__argp_base_name): New function
13198         (__argp_short_program_name): Rewrite using __argp_base_name
13199         * lib/argp-namefrob.h: Define program_invocation_name and
13200         program_invocation_short_name if requested
13201         (__argp_base_name): Add prototype
13202         * lib/argp-parse.c (argp_def): Use gettext wrappers
13203         (argp_default_parser): Use __argp_base_name
13204         * lib/argp-pin.c: New file. Defines program_invocation_name and
13205         program_invocation_short_name on systems that lack them.
13206
13207 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13208
13209         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
13210         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
13211         porting problem reported by Georg Schwarz in
13212         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
13213
13214 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13215
13216         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
13217         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
13218         porting problem reported by Georg Schwarz in
13219         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
13220
13221 2005-12-05  Bruno Haible  <bruno@clisp.org>
13222
13223         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
13224         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
13225         Reported by Mark Junker <mjscod@gmx.de>.
13226
13227 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
13228
13229         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
13230         Use implementation from Albert Chin, with some
13231         comments/corrections by Stepan Kasal and myself.
13232
13233 2005-12-02  Bruno Haible  <bruno@clisp.org>
13234
13235         * gnulib-tool (func_import): Accept GPLed build tool modules when
13236         --lgpl is given.
13237         * modules/csharpcomp-script: New file.
13238         * modules/csharpcomp: Depend on it.
13239         * modules/javacomp-script: New file.
13240         * modules/javacomp: Depend on it.
13241         Suggested by Simon Josefsson.
13242
13243 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
13244
13245         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
13246         statement, to work around an HP-UX 10.20 compiler bug reported by
13247         Peter O'Gorman.
13248
13249 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
13250
13251         * modules/savedir (Depends-on): Add openat.
13252
13253 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
13254
13255         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
13256         (uintmax_t) [defined uintmax_t]: Do not declare.
13257         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
13258         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
13259         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
13260         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
13261         sake of portability to weird hosts that C allows (though we don't
13262         know of any practical examples).
13263
13264         * lib/savedir.h (fdsavedir): New decl.
13265         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
13266         contains most of the former guts of savedir.
13267         (savedir): Use savedirstream.
13268         Include "openat.h".
13269
13270 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13271
13272         * modules/obstack (Files): Add m4/ulonglong.m4.
13273         Problem reported by Davide Angelocola.
13274
13275 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
13276
13277         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
13278         coreutils no longer futzes with rounding modes.
13279
13280 2005-11-14  Jim Meyering  <jim@meyering.net>
13281
13282         * lib/mkstemp-safer.c: Include <config.h>, required for possible
13283         replacement of mkstemp.
13284
13285 2005-11-10  Simon Josefsson  <jas@extundo.com>
13286
13287         * lib/readline.c: Remove EOL.
13288
13289 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13290
13291         * modules/gethrxtime (Depends-on): Add gettime.
13292
13293 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13294
13295         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
13296         or gettimeofday; no longer needed.
13297
13298 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13299
13300         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
13301         time business.
13302         (gethrxtime) [! (HAVE_NANOUPTIME
13303         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
13304         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
13305         our own approximation.
13306
13307 2005-11-08  Eric Blake  <ebb9@byu.net>
13308
13309         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13310
13311 2005-11-08  Eric Blake  <ebb9@byu.net>
13312
13313         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13314
13315 2005-11-04  Bruno Haible  <bruno@clisp.org>
13316
13317         * gnulib-tool: Implement --update mode.
13318
13319 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13320
13321         Fix porting problem reported by Theodoros V. Kalamatianos.
13322         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
13323         Don't assume that futimes failing means we must fail.
13324
13325 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13326
13327         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
13328         variables to suggest the intended function of the PATH_MAX check.
13329
13330 2005-10-30  Kean Johnston  <jkj@sco.com>
13331
13332         Trivial changes to support SCO systems.
13333         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
13334         as PATH_MAX.
13335         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
13336         where __ptr is null when no I/O is pending.
13337
13338 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13339
13340         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
13341         leave errno alone.  Problem reported by Dmitry V. Levin.
13342
13343 2005-10-28  Simon Josefsson  <jas@extundo.com>
13344
13345         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
13346         Test more.
13347
13348         * tests/test-gc-md2.c, tests/test-md2.c: New files.
13349
13350         * modules/md2, modules/md2-tests: New files.
13351
13352 2005-10-28  Simon Josefsson  <jas@extundo.com>
13353
13354         * m4/inet_ntop.m4: More tests.
13355
13356         * m4/gc-md2.m4, md2.m4: New file.
13357
13358 2005-10-28  Simon Josefsson  <jas@extundo.com>
13359
13360         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
13361         "restrict" keywords, as per POSIX.  Protect the function
13362         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
13363         Don't use K&R prototypes.  Check the sprintf return values.
13364         Re-define EAFNOSUPPORT if not present.  Indent.
13365
13366         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
13367         suggested by Bruno Haible <bruno@clisp.org>.
13368
13369         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
13370
13371         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
13372
13373         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
13374         libgcrypt).
13375
13376         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
13377
13378         * lib/md2.h, lib/md2.c: New files.
13379
13380 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
13381
13382         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
13383         errno alone.  Problem reported by Frederic Jolliton.
13384
13385 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
13386
13387         * modules/verify (License): Change from GPL to LGPL.  This is a
13388         tiny module and there are apparently near-equivalents that are
13389         under the BSD license.
13390
13391 2005-10-24  Simon Josefsson  <jas@extundo.com>
13392
13393         * modules/sha1: Relicense to LGPL.
13394
13395 2005-10-24  Simon Josefsson  <jas@extundo.com>
13396
13397         * lib/md4.h: Shrink buffer size, now that we changed the type.
13398
13399 2005-10-23  Simon Josefsson  <jas@extundo.com>
13400
13401         * gnulib-tool (func_import): Fix --tests-base.
13402
13403 2005-10-22  Simon Josefsson  <jas@extundo.com>
13404
13405         * modules/arcfour (Depends-on): Need stdint.
13406
13407 2005-10-22  Simon Josefsson  <jas@extundo.com>
13408
13409         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
13410         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
13411
13412 2005-10-22  Simon Josefsson  <jas@extundo.com>
13413
13414         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
13415         suggested by Bruno Haible <bruno@clisp.org>.
13416
13417 2005-10-22  Simon Josefsson  <jas@extundo.com>
13418
13419         * lib/crc.h: Include stddef.h, for size_t.
13420
13421 2005-10-22  Simon Josefsson  <jas@extundo.com>
13422
13423         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
13424         arcfour_context struct (simplify test vector testing in GNU
13425         Shishi).
13426
13427 2005-10-21  Simon Josefsson  <jas@extundo.com>
13428
13429         * modules/des, modules/des-tests: New files.
13430
13431         * modules/gc-des, modules/gc-des-tests: New files.
13432
13433         * tests/test-des.c, tests/test-gc-des.c: New file.
13434
13435 2005-10-21  Simon Josefsson  <jas@extundo.com>
13436
13437         * modules/arctwo, modules/arctwo-tests: New files.
13438
13439         * tests/test-arctwo.c: New file.
13440
13441         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
13442
13443         * tests/test-gc-arctwo.c: New file.
13444
13445 2005-10-21  Simon Josefsson  <jas@extundo.com>
13446
13447         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
13448         Bruno Haible <bruno@clisp.org>.
13449
13450         * m4/gc-des.m4: New file.
13451
13452 2005-10-21  Simon Josefsson  <jas@extundo.com>
13453
13454         * m4/arctwo.m4: New file.
13455
13456         * m4/gc-arctwo.m4: New file.
13457
13458 2005-10-21  Simon Josefsson  <jas@extundo.com>
13459
13460         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
13461         block.
13462
13463 2005-10-21  Simon Josefsson  <jas@extundo.com>
13464
13465         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
13466         <bruno@clisp.org>.
13467
13468         * lib/hmac-sha1.c (hmac_sha1): Likewise.
13469
13470         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
13471         Bruno Haible <bruno@clisp.org>.
13472
13473         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
13474         <bruno@clisp.org>.
13475
13476 2005-10-21  Simon Josefsson  <jas@extundo.com>
13477
13478         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
13479
13480 2005-10-21  Simon Josefsson  <jas@extundo.com>
13481
13482         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
13483
13484 2005-10-21  Simon Josefsson  <jas@extundo.com>
13485
13486         * lib/des.h, lib/des.c: New files.
13487
13488         * lib/gc-gnulib.c: Support DES.c
13489
13490 2005-10-21  Simon Josefsson  <jas@extundo.com>
13491
13492         * lib/arctwo.h, lib/arctwo.c: New files.
13493
13494         * lib/gc-gnulib.c: Support ARCTWO.
13495
13496 2005-10-21  Simon Josefsson  <jas@extundo.com>
13497
13498         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
13499         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13500
13501 2005-10-21  Simon Josefsson  <jas@extundo.com>
13502
13503         * gnulib-tool (func_import, func_create_testdir): Define automake
13504         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
13505         Makefile.am snippet),
13506         suggested by Bruno Haible <bruno@clisp.org>.
13507
13508         * modules/gc (Makefile.am): Use it.
13509
13510 2005-10-21  Bruno Haible  <bruno@clisp.org>
13511
13512         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
13513         patch.
13514
13515 2005-10-19  Simon Josefsson  <jas@extundo.com>
13516
13517         * tests/test-gc-rijndael.c: New file.
13518
13519         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
13520
13521 2005-10-19  Simon Josefsson  <jas@extundo.com>
13522
13523         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
13524         interface too.
13525
13526 2005-10-19  Simon Josefsson  <jas@extundo.com>
13527
13528         * tests/test-gc-arcfour.c: New file.
13529
13530         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
13531
13532 2005-10-19  Simon Josefsson  <jas@extundo.com>
13533
13534         * modules/gc-md4, modules/gc-md4-tests: New file.
13535
13536         * tests/test-gc-md4.c: New file.
13537
13538 2005-10-19  Simon Josefsson  <jas@extundo.com>
13539
13540         * m4/gc-md4.m4: New file.
13541
13542 2005-10-19  Simon Josefsson  <jas@extundo.com>
13543
13544         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
13545         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
13546         <kasal@ucw.cz>.
13547
13548 2005-10-19  Simon Josefsson  <jas@extundo.com>
13549
13550         * m4/gc-arcfour.m4: New file.
13551
13552         * m4/gc-rijndael.m4: New file.
13553
13554 2005-10-19  Simon Josefsson  <jas@extundo.com>
13555
13556         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
13557
13558 2005-10-19  Simon Josefsson  <jas@extundo.com>
13559
13560         * lib/gc-gnulib.c: Support ARCFOUR.
13561
13562 2005-10-19  Simon Josefsson  <jas@extundo.com>
13563
13564         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
13565         support.
13566
13567         * lib/gc.h: Add ECB enum type.
13568
13569         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
13570
13571 2005-10-18  Simon Josefsson  <jas@extundo.com>
13572
13573         * tests/test-md5.c: New file.
13574
13575         * modules/md5-tests: New file.
13576
13577 2005-10-18  Simon Josefsson  <jas@extundo.com>
13578
13579         * tests/test-md4.c: New file.
13580
13581         * modules/md4, modules/md4-tests: New files.
13582
13583 2005-10-18  Simon Josefsson  <jas@extundo.com>
13584
13585         * m4/md4.m4: New file.
13586
13587 2005-10-18  Simon Josefsson  <jas@extundo.com>
13588
13589         * lib/md4.h, lib/md4.c: New files, based on md5.?.
13590
13591 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
13592
13593         * gnulib-tool (func_create_testdir): Omit the second check whether
13594         BUILT_SOURCES in nonempty.
13595
13596 2005-10-17  Simon Josefsson  <jas@extundo.com>
13597
13598         * tests/test-rijndael.c: New file.
13599
13600 2005-10-17  Simon Josefsson  <jas@extundo.com>
13601
13602         * modules/sha1: Depend on stdint instead of md5.
13603
13604         * modules/md5: Depend on stdint, remove uint32_t.
13605
13606 2005-10-17  Simon Josefsson  <jas@extundo.com>
13607
13608         * modules/gc-sha1-tests: New file.
13609
13610         * tests/test-gc-sha1.c: New file.
13611
13612 2005-10-17  Simon Josefsson  <jas@extundo.com>
13613
13614         * m4/md5.m4: Remove call to uint32_t.m4.
13615
13616 2005-10-17  Simon Josefsson  <jas@extundo.com>
13617
13618         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
13619
13620         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
13621         md5.h.
13622
13623         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
13624
13625         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
13626
13627 2005-10-17  Simon Josefsson  <jas@extundo.com>
13628
13629         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
13630
13631 2005-10-17  Simon Josefsson  <jas@extundo.com>
13632
13633         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
13634
13635 2005-10-17  Simon Josefsson  <jas@extundo.com>
13636
13637         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
13638
13639         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
13640
13641 2005-10-17  Bruno Haible  <bruno@clisp.org>
13642
13643         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
13644         that it can also be used in a test.
13645
13646 2005-10-16  Bruno Haible  <bruno@clisp.org>
13647
13648         * gnulib-tool (func_emit_tests_Makefile_am): Also define
13649         TESTS_ENVIRONMENT, so that individual tests can augment it.
13650
13651         * gnulib-tool (func_create_testdir): Use an intermediate target for
13652         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
13653         macros, like $(ALLOCA_H), which cannot be passed through the command
13654         line.
13655
13656 2005-10-15  Simon Josefsson  <jas@extundo.com>
13657
13658         * modules/rijndael-tests: New file.
13659
13660         * modules/rijndael: New file.
13661
13662 2005-10-15  Simon Josefsson  <jas@extundo.com>
13663
13664         * m4/rijndael.m4: New file.
13665
13666 2005-10-15  Simon Josefsson  <jas@extundo.com>
13667
13668         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
13669
13670         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
13671
13672 2005-10-14  Simon Josefsson  <jas@extundo.com>
13673
13674         * tests/test-arcfour.c: New file.
13675
13676         * modules/arcfour, modules/arcfour-tests: New files.
13677
13678 2005-10-14  Simon Josefsson  <jas@extundo.com>
13679
13680         * m4/arcfour.m4: New file.
13681
13682 2005-10-14  Simon Josefsson  <jas@extundo.com>
13683
13684         * lib/arcfour.h, lib/arcfour.c: New files.
13685
13686 2005-10-14  Roland McGrath  <roland@redhat.com>
13687
13688         Import from libc.  [BZ #1331]
13689         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
13690         macro argument.
13691         Reported by Matej Vela <vela@debian.org>.
13692
13693 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13694
13695         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
13696         include <wchar.h>; no longer needed.
13697
13698 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13699
13700         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
13701
13702 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
13703         and  Ulrich Drepper  <drepper@redhat.com>
13704
13705         Import from libc.
13706         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
13707         instead of inline stream orientation test and two separate
13708         function calls.  Pay no attention to USE_IN_LIBIO.
13709
13710 2005-10-13  Simon Josefsson  <jas@extundo.com>
13711
13712         * modules/gc-hmac-md5-tests: New file.
13713
13714         * tests/test-gc-hmac-sha1.c: New file.
13715
13716         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
13717
13718         * modules/gc-hmac-md5-tests: New file.
13719
13720         * tests/test-gc-md5.c: New file.
13721
13722         * modules/gc-md5-tests: New file.
13723
13724 2005-10-13  Simon Josefsson  <jas@extundo.com>
13725
13726         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
13727         Move memory allocation outside of loop.
13728
13729 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
13730
13731         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
13732         intermediate directory is in a read-only file system.  Problem
13733         reported by Eric Blake.
13734
13735 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
13736
13737         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
13738
13739 2005-10-12  Simon Josefsson  <jas@extundo.com>
13740
13741         * tests/test-hmac-sha1.c: New file.
13742
13743         * modules/hmac-sha1-tests: New file.
13744
13745         * modules/hmac-sha1: New file.
13746
13747 2005-10-12  Simon Josefsson  <jas@extundo.com>
13748
13749         * modules/gc-sha1: New file.
13750
13751 2005-10-12  Simon Josefsson  <jas@extundo.com>
13752
13753         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
13754
13755         * tests/test-gc-pbkdf2-sha1.c: New file.
13756
13757 2005-10-12  Simon Josefsson  <jas@extundo.com>
13758
13759         * modules/gc-md5, modules/gc-hmac-md5: New files.
13760
13761         * modules/gc (Files): Remove md5, memxor and hmac files.
13762
13763 2005-10-12  Simon Josefsson  <jas@extundo.com>
13764
13765         * m4/gc-pbkdf2-sha1.m4: New file.
13766
13767         * m4/gc-hmac-sha1.m4: New file.
13768
13769         * m4/gc-sha1: New file.
13770
13771         * m4/hmac-sha1.m4: New file.
13772
13773 2005-10-12  Simon Josefsson  <jas@extundo.com>
13774
13775         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
13776
13777         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
13778
13779 2005-10-12  Simon Josefsson  <jas@extundo.com>
13780
13781         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
13782         suggested by Bruno Haible <bruno@clisp.org>.
13783
13784 2005-10-12  Simon Josefsson  <jas@extundo.com>
13785
13786         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
13787
13788 2005-10-12  Simon Josefsson  <jas@extundo.com>
13789
13790         * lib/gc-pbkdf2-sha1.c: New file.
13791
13792         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
13793
13794 2005-10-12  Simon Josefsson  <jas@extundo.com>
13795
13796         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
13797
13798         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
13799
13800 2005-10-12  Simon Josefsson  <jas@extundo.com>
13801
13802         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
13803         GC_USE_HMAC_MD5, respectively.
13804
13805         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
13806         (gc_md5): Fix typo.
13807
13808         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
13809
13810         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
13811
13812         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
13813
13814 2005-10-12  Bruno Haible  <bruno@clisp.org>
13815
13816         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
13817         Reported by Stepan Kasal <kasal@ucw.cz>.
13818
13819 2005-10-11  Simon Josefsson  <jas@extundo.com>
13820
13821         * tests/test-crc.c: New file.
13822
13823         * modules/crc, modules/crc-tests: New files.
13824
13825 2005-10-11  Simon Josefsson  <jas@extundo.com>
13826
13827         * m4/crc.m4: New file.
13828
13829 2005-10-11  Simon Josefsson  <jas@extundo.com>
13830
13831         * lib/gc.h: Add gc_hash and gc_hash_buffer.
13832
13833         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
13834
13835         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
13836
13837 2005-10-11  Simon Josefsson  <jas@extundo.com>
13838
13839         * lib/crc.h, lib/crc.c: New files.
13840
13841         * lib/gc.h (gc_hash_buffer): Add doc.
13842
13843 2005-10-11  Bruno Haible  <bruno@clisp.org>
13844
13845         * modules/c-strcasestr: New file.
13846         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
13847
13848 2005-10-11  Bruno Haible  <bruno@clisp.org>
13849
13850         * modules/c-strcase: New file.
13851         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
13852
13853 2005-10-11  Bruno Haible  <bruno@clisp.org>
13854
13855         * lib/strcasecmp.c: Include limits.h.
13856         (strcasecmp): Avoid integer overflow on exotic platforms.
13857         * lib/strncasecmp.c: Include limits.h.
13858         (strncasecmp): Avoid integer overflow on exotic platforms.
13859         Reported by Paul Eggert.
13860
13861 2005-10-11  Bruno Haible  <bruno@clisp.org>
13862
13863         * lib/c-strcasestr.h: New file, from GNU gettext.
13864         * lib/c-strcasestr.c: New file, from GNU gettext.
13865
13866 2005-10-11  Bruno Haible  <bruno@clisp.org>
13867
13868         * lib/c-strcase.h: New file, from GNU gettext.
13869         * lib/c-strcasecmp.c: New file, from GNU gettext.
13870         * lib/c-strncasecmp.c: New file, from GNU gettext.
13871
13872 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13873
13874         * modules/mempcpy (License): GPL -> LGPL.
13875         * modules/strchrnul (License): Likewise.
13876         * modules/sysexits (License): Likewise.
13877
13878 2005-10-08  Simon Josefsson  <jas@extundo.com>
13879
13880         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
13881
13882 2005-10-07  Simon Josefsson  <jas@extundo.com>
13883
13884         * m4/memxor.m4: Remove gl_C_RESTRICT call.
13885
13886 2005-10-06  Simon Josefsson  <jas@extundo.com>
13887
13888         * tests/test-hmac-md5.c: New file.
13889
13890         * modules/hmac-md5-tests: New file.
13891
13892         * modules/hmac-md5: New file.
13893
13894 2005-10-06  Simon Josefsson  <jas@extundo.com>
13895
13896         * m4/hmac-md5.m4: New file.
13897
13898         * m4/memxor.m4: Require gl_C_RESTRICT.
13899
13900 2005-10-06  Simon Josefsson  <jas@extundo.com>
13901
13902         * lib/memxor.c (memxor): Avoid casts and warnings.
13903
13904 2005-10-06  Simon Josefsson  <jas@extundo.com>
13905
13906         * lib/hmac-md5.c: New file.
13907
13908         * lib/hmac.h: New file.
13909
13910 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13911
13912         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
13913         promotes to int, not unsigned int, to catch the AIX 5.3
13914         compiler bug.
13915
13916 2005-10-05  Simon Josefsson  <jas@extundo.com>
13917
13918         * modules/memxor: New file.
13919
13920         * modules/iconv (Files): Move config.rpath to havelib, it is used
13921         there.
13922
13923         * modules/havelib (Files): Add config.rpath.
13924
13925 2005-10-05  Simon Josefsson  <jas@extundo.com>
13926
13927         * m4/memxor.m4: New file.
13928
13929 2005-10-05  Simon Josefsson  <jas@extundo.com>
13930
13931         * lib/memxor.c (memxor): Fix compiler error.
13932
13933         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
13934         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
13935
13936         * lib/memxor.h, lib/memxor.c: New files.
13937
13938         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
13939         we assume all systems have it, suggested by Jim Meyering
13940         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
13941         any systems lack sys/socket.h; mingw32 is known to lack it, but we
13942         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
13943         same reasons.
13944
13945 2005-10-05  Simon Josefsson  <jas@extundo.com>
13946
13947         * config/srclist.txt: Add glibc bug 1423 for md5.h.
13948
13949 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13950
13951         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
13952         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
13953         needed, since the source code now assumes these .h files.
13954
13955 2005-10-05  Derek Price  <derek@ximbiot.com>
13956
13957         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
13958
13959 2005-10-05  Bruno Haible  <bruno@clisp.org>
13960
13961         * modules/stdint (License): Change to LGPL.
13962
13963 2005-10-04  Simon Josefsson  <jas@extundo.com>
13964
13965         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
13966         D. Baushke" <mdb@gnu.org>.
13967
13968 2005-10-04  Bruno Haible  <bruno@clisp.org>
13969
13970         * lib/verify.h (verify_true): Provide alternative definition for C++.
13971
13972 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
13973
13974         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
13975         (SSIZE_MAX): New macro, if not already defined.
13976         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
13977         than 2 GiB.
13978
13979 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13980
13981         Sync from coreutils.
13982         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
13983         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
13984         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
13985         ULLONG_MAX doesn't work with 2.7.2.1.
13986
13987 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13988
13989         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
13990         From Ben Pfaff.
13991
13992         * modules/exclude (Depends-on): Depend on verify.
13993         * modules/strtoimax (Depends-on): Likewise.
13994         * modules/utimecmp (Depends-on): Likewise.
13995
13996 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13997
13998         * lib/exclude.c: Include verify.h.
13999         (verify): Remove.  All callers changed to use verify.h's version.
14000         * lib/strtoimax.c: Likewise.
14001         * lib/utimecmp.c: Likewis.e
14002
14003         Sync from coreutils.
14004         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
14005         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
14006         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
14007         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
14008         bother returning ENOSYS if settimeofday or stime fails; just let
14009         them return whatever errno they want to return.
14010         * lib/utimens.c: Include unistd.h, for dup2.
14011         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
14012         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
14013
14014 2005-10-02  Jim Meyering  <jim@meyering.net>
14015
14016         Sync from coreutils.
14017         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
14018         from glibc-2.2.5 that fails for read-only files.
14019
14020 2005-10-02  Jim Meyering  <jim@meyering.net>
14021
14022         Sync from coreutils.
14023         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
14024         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
14025         `#if HAVE_CONFIG_H'.
14026         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
14027         Remove AT_FDCWD test.
14028         Do not consume the fd unless successful.
14029         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
14030         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
14031         block, so that we don't even try to compile it if settimeofday is
14032         available.  This works around a compilation failure on OSF1 V5.1,
14033         due to stime requiring a `long int*' while tv_sec is `int'.
14034
14035 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
14036
14037         Sync from coreutils.
14038         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
14039         against `yes', rather than just testing for nonempty.
14040
14041 2005-10-01  Simon Josefsson  <jas@extundo.com>
14042
14043         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
14044         and Darwin.
14045
14046         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
14047         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
14048         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
14049         freeaddrinfo and gai_strerror are declared by the POSIX headers.
14050         Check if struct addrinfo is declared.
14051
14052 2005-10-01  Simon Josefsson  <jas@extundo.com>
14053
14054         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
14055         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
14056         AI_* and EAI_* definitions.  Protect function declarations.
14057
14058 2005-10-01  Jim Meyering  <jim@meyering.net>
14059
14060         Sync from coreutils.
14061
14062         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
14063         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
14064         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
14065         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
14066         in the inet and nsl libraries.  Required on Solaris 5.7.
14067
14068 2005-10-01  Jim Meyering  <jim@meyering.net>
14069
14070         Sync from coreutils.
14071         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
14072         in the inet and nsl libraries.  Required on Solaris 5.7.
14073
14074 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
14075
14076         * lib/getdelim.c (getdelim): Remove unused variables.
14077
14078 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
14079
14080         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
14081         so that the code works even with ancient cpp.  Portability problem
14082         with GCC 2.7.2.1 reported by Thomas M.Ott.
14083
14084 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
14085
14086         * modules/regex (Depends-on): Add strcase.
14087
14088         * modules/gethostname (Licence): Change from GPL to LGPL, since
14089         gethostname.c is a trivial implementation of a standard library
14090         function.
14091         * modules/poll (License): Change from GPL to LGPL, since it's
14092         derived from LGPL code.
14093
14094 2005-09-27  Jim Meyering  <jim@meyering.net>
14095
14096         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
14097         HAVE_CONFIG_H.
14098
14099         * lib/intprops.h (signed_type_or_expr__): Define.
14100         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
14101         for unsigned types.
14102
14103 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
14104
14105         * lib/verify.h (verify_expr): Remove, replacing with:
14106         (verify_true): New macro that returns true instead of void.
14107         (verify_type__): Remove.
14108         (verify): Use verify_true rather than verify_type__.
14109
14110 2005-09-26  Bruno Haible  <bruno@clisp.org>
14111
14112         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
14113         is necessary.
14114         (lib_SOURCES): Remove mbchar.c.
14115         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
14116         (Files): Add m4/mbrtowc.m4.
14117         * modules/mbiter: Likewise.
14118         * modules/mbuiter: Likewise.
14119
14120 2005-09-26  Bruno Haible  <bruno@clisp.org>
14121
14122         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
14123         compile mbchar.c if they are not both present.
14124         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
14125         * m4/mbiter.m4 (gl_MBITER): Likewise.
14126         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
14127         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
14128         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
14129
14130 2005-09-25  Jim Meyering  <jim@meyering.net>
14131
14132         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
14133         also uses socklen_t.
14134
14135 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
14136
14137         * lib/utimens.c (ENOSYS): Define if not already defined.
14138         (futimens): Support having a null PATH if the file descriptor
14139         is nonnegative.
14140
14141         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
14142         Remove.
14143         (__attribute): Define to empty unless GCC 3.1 or later.
14144         This works around a core dump on OpenBSD 3.4, which has GCC
14145         2.95.3, which dumps core when given __attribute__(()).  It also
14146         simplifies other tests, since we really don't want to bother with
14147         worrying about which ancient version of GCC supported what.
14148         Original problem reported by Yoann Vandoorselaere, with part of
14149         the fix suggested by Derek Price.
14150
14151 2005-09-24  Jim Meyering  <jim@meyering.net>
14152
14153         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
14154         so we can once again use a positive bitfield width of 1 -- now we
14155         don't have to explain why we were using a bitfield width of 2.
14156
14157 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
14158
14159         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
14160         and similarly for the other external symbols.  Problem reported
14161         by James Gallager.
14162
14163         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
14164         bug reported by Jim Meyering.
14165
14166         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
14167         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
14168         not needed, since socklen is a prerequisite module.
14169
14170 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
14171
14172         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
14173         Problem reported by Eric Blake.
14174         (getaddrinfo): Initialize se so that it's not garbage.
14175         Redo internal storage allocation so that it doesn't make unportable
14176         assumptions about alignment.
14177         Fix a memory leak.
14178
14179         * lib/utimens.c (futimens): Use futimesat if available.
14180         Prefer it to futimes since it doesn't have the futimes bug.
14181
14182         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
14183         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
14184         Instead, declare a function that returns a pointer to an array,
14185         and use verify_type__ to declare the size of the array.
14186         Problem and germ of a solution reported by Bruno Haible.
14187         (verify_type__): Use 2, not 1, for bitfield size, to avoid
14188         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
14189
14190 2005-09-23  Jim Meyering  <jim@meyering.net>
14191
14192         Sync from coreutils.
14193         Correct build failure (socklen_t not defined) on at least
14194         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
14195         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
14196
14197 2005-09-23  Jim Meyering  <jim@meyering.net>
14198
14199         * modules/getaddrinfo (Depends-on): Add socklen.
14200
14201 2005-09-23  Bruno Haible  <bruno@clisp.org>
14202
14203         * tests/test-verify.c: New file.
14204
14205 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14206
14207         Sync from coreutils.
14208
14209         * modules/argmatch (Depends-on): Add verify.
14210         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
14211         unistd-safer.
14212         * modules/save-cwd (Depends-on): Likewise.
14213
14214         * modules/openat (Files): Add lib/openat-die.c.
14215         (Depends-on): Remove error, exitfail.
14216         Add dirname.
14217
14218         * modules/verify: New file.
14219         * MODULES.html.sh (Diagnostics <assert.h>): New section,
14220         with "verify" module.
14221
14222 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14223
14224         Sync from coreutils.
14225
14226         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
14227         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
14228         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
14229         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
14230         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
14231         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
14232         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
14233         Don't bother checking for string.h, stdlib.h, unistd.h.
14234         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
14235         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
14236         module's job.
14237         * m4/jm-macros.m4 (gl_MACROS): Likewise.
14238         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
14239
14240         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
14241         (gl_GETDATE): Use it.
14242
14243         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
14244
14245 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14246
14247         Sync from coreutils.
14248
14249         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
14250         stat-time.h.
14251         * lib/argmatch.h: Include verify.h
14252         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
14253         (ARGMATCH_ASSERT): Remove; unused.
14254         * lib/canonicalize.c: Assume STDC_HEADERS.
14255         * lib/exclude.c: Include "strcase.h".
14256         * lib/regex_internal.h [!defined _LIBC]: Likewise.
14257         * lib/getusershell.c: Include stdio--.h rather than stdio.h
14258         and stdio-safer.h.
14259         (getusershell): Call fopen, not fopen_safer.
14260         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
14261         Do not include unistd-safer.h.
14262         (save_cwd): Don't call fd_safer; no longer needed
14263         now that we include fcntl--.h.
14264
14265         * lib/getdate.y (relative_time): New type.
14266         (RELATIVE_TIME_0): New constant.
14267         (parser_control): Use relative_time instead of doing it ourselves.
14268         (%union): Add new relative_time rel member.
14269         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
14270         Now typeless.
14271         (relunit, relunit_snumber): Now of type rel.
14272         (zone, rel, relunit, get_date): Adjust to above changes.
14273
14274         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
14275         Do not include unistd-safer.h.
14276         (getloadavg): Don't call fd_safer; no longer needed
14277         now that we include fcntl--.h.
14278
14279         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
14280         (make_dir_parents): Treat ENOSYS like EEXIST.
14281
14282         Improve quality of diagnostics on restore_cwd failure.
14283         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
14284         (make_dir_parents): Last arg is now int * (for errno), not bool *.
14285         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
14286         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
14287         each time through the loop.  Do not diagnose restore_cwd failure;
14288         that is the caller's job (and perhaps the caller does not care).
14289
14290         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
14291         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
14292         If the file already exists but is not a directory, don't bother
14293         to try to make its parents.
14294         Close potential file descriptor leak if we can't chdir("/") (!).
14295         Don't always return true if chdir($PWD) fails; return true only
14296         if the requested action was done successfully (except for the
14297         chdir($PWD)).
14298         Don't log final directory unless we actually made it.
14299         Refactor to avoid duplicate code to fix up permissions.
14300         Don't attempt to fix up parent permissions if chdir($PWD) fails.
14301
14302         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
14303         to make it a bit faster and (I hope) clearer.
14304         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
14305         Fix bug in formats like %2N.
14306
14307         * lib/verify.h: New file.
14308
14309 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14310
14311         Sync from coreutils.
14312         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
14313
14314 2005-09-22  Jim Meyering  <jim@meyering.net>
14315
14316         Sync from coreutils.
14317
14318         * m4/lstat.m4 (gl_FUNC_LSTAT):
14319         Use AC_LIBSOURCES to require lstat.c and lstat.h.
14320         Remove obsolete comment.
14321         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
14322         * m4/xstrtod.m4: Likewise.
14323
14324         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
14325
14326 2005-09-22  Jim Meyering  <jim@meyering.net>
14327
14328         Sync from coreutils.
14329
14330         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
14331
14332         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
14333         the .tm_year member, since otherwise gcc-4.0 would now warn about
14334         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
14335
14336         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
14337         order to avoid an unsuppressible warning from gcc on 64-bit systems.
14338
14339         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
14340         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
14341         when run in a time zone for which daylight savings time is in effect
14342         for the starting date.
14343
14344         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
14345         stop us from restricting permissions of just-created absolute-named
14346         directories.
14347         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
14348         to restore initial working directory.
14349         * lib/mkdir-p.c (make_dir_parents): New parameter:
14350         different_working_dir, to tell caller if/when we change the working
14351         directory and are unable to return to the initial one.
14352         * lib/mkdir-p.h (make_dir_parents): Update prototype.
14353         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
14354         `return false'.  This fixes a bug introduced on 2004-07-30.
14355
14356         * lib/openat.c (fdopendir): Be sure to close the supplied
14357         file descriptor before returning.  This makes our replacement
14358         implementation a little closer to Solaris's, where fdopendir
14359         ties the file descriptor to the returned DIR* pointer.
14360         * lib/openat.c (unlinkat): New function.
14361         * lib/openat.h (unlinkat): Add prototype.
14362         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
14363         (openat_restore_fail): Rename from openat_restore_die.
14364         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
14365
14366         Provide an alternative to exiting immediately upon save_cwd or
14367         restore_cwd failure.  Now, an application can arrange e.g.,
14368         to perform a longjump in that case.
14369         * lib/openat.c: Include dirname.h.
14370         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
14371         (rpl_openat, fdopendir, fstatat): Call openat_save_die
14372         and openat_restore_die rather than calling error directly.
14373         Don't include "error.h" or "exitfail.h"; they're no longer needed.
14374
14375         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
14376         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
14377         define.
14378
14379         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
14380         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
14381                             int utc, int nanoseconds);
14382         Background:
14383         date should not have to allocate a megabyte of virtual memory to
14384         handle a format argument like +%1048575T.  When implemented with
14385         strftime, it must allocate such a buffer, use strftime to fill it
14386         in, print it, then free it.
14387         With fprintftime, it simply prints everything and exits.
14388         With no need for memory allocation, that's one fewer way to fail.
14389         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
14390         optional field width, not before, so we accept %9:z, not %:9z.
14391         (my_strftime): Be sure to use L_('x') for literals.
14392
14393         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
14394         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
14395         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
14396         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
14397         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
14398         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
14399         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
14400         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
14401         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
14402         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
14403         * lib/xgethostname.c, lib/xreadlink.c:
14404         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
14405
14406         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
14407         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
14408         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
14409         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14410         and don't include <sys/file.h>).
14411
14412 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
14413
14414         Sync from coreutils.
14415
14416         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
14417         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
14418         [!LDAV_DONE]: Avoid unused variable warning.
14419
14420 2005-09-21  Bruno Haible  <bruno@clisp.org>
14421
14422         * lib/unicodeio.h (unicode_to_mb): New declaration.
14423
14424 2005-09-20  Derek Price  <derek@ximbiot.com>
14425
14426         * lib/getaddrinfo.c: Don't include <netdb.h> included from
14427         getaddrinfo.h.
14428
14429 2005-09-20  Bruno Haible  <bruno@clisp.org>
14430
14431         * gnulib-tool: Remove trailing slashes from the values specified for
14432         --source-base, --m4-base, --tests-base, --aux-dir.
14433         Suggested by Simon Josefsson <jas@extundo.com>.
14434
14435 2005-09-20  Bruno Haible  <bruno@clisp.org>
14436
14437         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
14438         func_modules_to_filelist, func_import, func_create_testdir): Make all
14439         sorting results locale-independent, so that gnulib-cache.m4 doesn't
14440         change when gnulib-tool is invoked in a different locale.
14441
14442 2005-09-19  Simon Josefsson  <jas@extundo.com>
14443
14444         * m4/socklen.m4: Fix typo.
14445
14446 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14447
14448         Use a consistent style for including <config.h>.
14449         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
14450         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
14451         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
14452         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
14453         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
14454         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
14455         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
14456         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
14457         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
14458         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
14459         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
14460         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
14461         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
14462         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
14463         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
14464         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
14465         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
14466         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
14467         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
14468         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
14469         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
14470         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
14471         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
14472         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
14473         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
14474         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
14475         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
14476         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
14477         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
14478         lib/xstrtoumax.c, lib/yesno.c:
14479         Standardize inclusion of config.h.
14480         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
14481         lib/inttostr.h:  Removed inclusion of config.h from header files.
14482         * lib/inttostr.c:  Adjusted in-tree users.
14483         * lib/timespec.h: Remove superfluous warning to include config.h.
14484         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
14485         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
14486         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
14487         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
14488         config.h with HAVE_CONFIG_H.
14489
14490 2005-09-19  Jim Meyering  <jim@meyering.net>
14491
14492         * modules/pathmax (License): Change to LGPL.
14493
14494 2005-09-19  Derek Price  <derek@ximbiot.com>
14495
14496         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
14497
14498 2005-09-19  Bruno Haible  <bruno@clisp.org>
14499
14500         * gnulib-tool (import): Provide default for --tests-base.
14501
14502 2005-09-19  Bruno Haible  <bruno@clisp.org>
14503
14504         * doc/quote.texi: New file, extracted from gnulib.texi.
14505         * doc/ctime.texi: New file, extracted from gnulib.texi.
14506         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
14507         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
14508         * doc/gnulib.texi: Include them.
14509
14510 2005-09-18  Bruno Haible  <bruno@clisp.org>
14511
14512         Portability fix.
14513         * gnulib-tool (func_readlink): New function.
14514         (func_ln_if_changed): Use it.
14515
14516 2005-09-18  Bruno Haible  <bruno@clisp.org>
14517
14518         * gnulib-tool: Support --with-tests also with --import.
14519         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
14520         (func_import): Use variables $testsbase and $inctests. Emit a
14521         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
14522         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
14523         SUBDIRS += $testsdir.
14524         (func_create_testdir): Update.
14525
14526 2005-09-18  Bruno Haible  <bruno@clisp.org>
14527
14528         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
14529         instead of $dry_run.
14530         (func_cp_if_changed, func_mv_if_changed): Remove functions.
14531         (func_ln_if_changed): Don't handle dry-run here.
14532         (func_import): In dry-run mode, detect more precisely which actions
14533         would be performed, and don't use "...ing" verbs.
14534
14535 2005-09-18  Bruno Haible  <bruno@clisp.org>
14536
14537         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
14538         (func_import): Use join on two temporary files instead of three nested
14539         loops, in order to determine which files are new or old.
14540
14541 2005-09-18  Bruno Haible  <bruno@clisp.org>
14542
14543         * gnulib-tool (func_import): Comment out code that spits out the
14544         new files with --dry-run.
14545
14546 2005-09-18  Bruno Haible  <bruno@clisp.org>
14547
14548         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
14549
14550 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14551
14552         * lib/stat-time.h: New file.
14553         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
14554         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
14555         in a different way.
14556         (timespec_cmp): New function.
14557         * lib/utimecmp.c: Include stat-time.h.
14558         (SYSCALL_RESOLUTION): Depend on whether various struct stat
14559         members exist, not on the obsolescent ST_MTIM_NSEC.
14560         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
14561
14562 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14563
14564         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
14565
14566 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14567
14568         * MODULES.html.sh (File system functions): Add stat-time.
14569         * modules/stat-time: New file.
14570         * modules/timespec (Files): Remove m4/st_mtim.m4; this
14571         is now done in a different way, by the stat-time module.
14572         * modules/utimecmp (Depends-on): Add stat-time.
14573
14574 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
14575
14576         * m4/st_mtim.m4: Remove.  Superseded by...
14577         * m4/stat-time.m4: New file.
14578         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
14579         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
14580
14581 2005-09-15  Derek Price  <derek@ximbiot.com>
14582
14583         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
14584
14585 2005-09-15  Derek Price  <derek@ximbiot.com>
14586
14587         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
14588         * lib/regex_internal.c: Ditto, using this...
14589         (__GNUC_PREREQ): ...new macro.
14590         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
14591         using...
14592         (__GNUC_PREREQ): ...this new macro.
14593
14594         * lib/strstr.h: Include string.h. Define strstr as a macro here.
14595
14596 2005-09-15  Derek Price  <derek@ximbiot.com>
14597             Paul Eggert  <eggert@cs.ucla.edu>
14598
14599         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
14600         changes, consolidating in...
14601         * lib/regex_internal.h: ...this file.
14602
14603 2005-09-13  Jim Meyering  <jim@meyering.net>
14604
14605         * lib/canon-host.c: Filter through gnu indent and reword comments
14606         slightly.
14607         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
14608
14609 2005-09-13  Derek Price  <derek@ximbiot.com>
14610
14611         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
14612         failure.
14613         Reported by Jim Meyering  <jim@meyering.net>.
14614
14615 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14616
14617         * lib/base64.c: Typo.
14618         (base64_encode): Put b64str in initialized data section.
14619
14620 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
14621
14622         Merge glibc and coreutils changes into gnulib, plus a few
14623         extra fixes.
14624         * lib/md5.c: Use #error rather than a string.
14625         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
14626         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
14627         (__attribute__): Define to empty for non recent-GCC.
14628         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
14629         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
14630         Renamed from their non-__ counterparts, with new macros replacing
14631         them if not _LIBC.  Add __THROW attribute.
14632         (rol): Remove.
14633         (struct md5_ctx): Align buffer if using GCC.
14634         * lib/sha1.h (struct sha1_ctx): Likewise.
14635         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
14636         The old name was backwards.
14637         (NOTSWAP): Remove; not used.
14638         (rol): New macro, moved here from md5.h.
14639         (sha1_process_block): Remove a FIXME that doesn't make sense.
14640
14641 2005-09-12  Derek Price  <derek@ximbiot.com>
14642
14643         Return usable errors from canon-host.
14644         * lib/canon-host.h: New file.
14645         * lib/canon-host.c (canon_host): Wrap...
14646         (canon_host_r): ...this new function, which now relies exclusively on
14647         getaddrinfo.
14648         (ch_strerror): New function.
14649         (last_cherror): New global.
14650         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
14651         interface.
14652         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
14653         void *.
14654         (freeaddrinfo): Free ai->ai_canonname when set.
14655
14656 2005-09-12  Derek Price  <derek@ximbiot.com>
14657
14658         Make canon-host require getaddrinfo.
14659         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
14660         AC_LIBSOURCE canon-host.h.  Call...
14661         (gl_PREREQ_CANON_HOST): ...this new function, which requires
14662         gl_GETADDRINFO.
14663         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
14664
14665 2005-09-12  Derek Price  <derek@ximbiot.com>
14666
14667         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
14668         LGPL.
14669         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
14670
14671 2005-09-12  Derek Price  <derek@ximbiot.com>
14672
14673         * lib/gai_strerror.c: Include config.h when available.  Include
14674         getaddrinfo.h before other headers to test interface.
14675         Reported by Larry Jones <lawrence.jones@ugs.com>.
14676
14677 2005-09-12  Derek Price  <derek@ximbiot.com>
14678             Paul Eggert  <eggert@cs.ucla.edu>
14679
14680         * modules/glob (Files): Add glob-libc.h.
14681
14682 2005-09-12  Derek Price  <derek@ximbiot.com>
14683             Paul Eggert  <eggert@cs.ucla.edu>
14684
14685         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
14686         glob_.h, glob-libc.h.
14687         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
14688
14689 2005-09-12  Derek Price  <derek@ximbiot.com>
14690             Paul Eggert  <eggert@cs.ucla.edu>
14691
14692         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
14693         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
14694         protecting things that should be done only in gnulib contexts.
14695         * lib/glob_.h: New file, containing only the glob things needed for
14696         gnulib.
14697         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
14698         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
14699         (glob, globfree, glob_pattern_p): Now defined simply in terms of
14700         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
14701         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
14702         and to respect the namespace rules better.
14703
14704 2005-09-08  Simon Josefsson  <jas@extundo.com>
14705
14706         * modules/socklen: New file.
14707
14708 2005-09-08  Simon Josefsson  <jas@extundo.com>
14709
14710         * m4/socklen.m4: New file.
14711
14712 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14713
14714         * modules/utimens (Files): Add m4/utimbuf.m4, since
14715         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
14716         Reported by Sergey Poznyakoff.
14717
14718 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14719
14720         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
14721         definitions, since that's the preferred style in glibc.
14722         Fix a minor spacing issue, and update copyright notice to match
14723         glibc's.
14724
14725 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14726
14727         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
14728
14729 2005-09-06  Simon Josefsson  <jas@extundo.com>
14730
14731         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
14732         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
14733
14734 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14735
14736         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
14737         warning.
14738
14739 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14740
14741         * config/srclist.txt: Add glibc bug 1302.
14742
14743 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
14744
14745         Change bitset word type from unsigned int to unsigned long int,
14746         as this has better performance on typical 64-bit hosts.
14747         Port bitset code to hosts with unusual word sizes.
14748         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
14749         (build_collating_symbol):
14750         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
14751         argument is a bitset.  This is merely a style issue, but it makes
14752         it clearer that an entire array is expected.
14753         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
14754         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
14755         Port to the case where bitset_word is not the same as unsigned int.
14756         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14757         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
14758         Likewise.
14759         * lib/regexec.c (check_dst_limits_calc_pos_1,
14760         check_subexp_matching_top):
14761         (build_trtable, group_nodes_into_DFAstates):
14762         Likewise.
14763         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
14764         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
14765         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
14766         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
14767         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
14768         * lib/regcomp.c (optimize_subexps, lower_subexp):
14769         Work even if bitset_word has holes in its bitwise representation.
14770         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
14771         * lib/regexec.c (check_dst_limits_calc_pos_1,
14772         check_subexp_matching_top):
14773         Likewise.
14774         * lib/regex_internal.c (re_string_reconstruct):
14775         Don't assume UCHAR_MAX == 255.
14776         * lib/regex_internal.h (bitset_set_all): Likewise.
14777         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
14778         All uses changed.
14779         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
14780         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
14781         All uses changed.
14782         (BITSET_WORD_MAX): New macro.
14783         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
14784         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
14785         (bitset_empty, bitset_copy):
14786         Prefer sizeof (bitset) to multiplying it out ourselves.
14787         (bitset_not_merge): Remove; unused.
14788         (bitset_contain): Return bool, not unsigned int with one bit on.
14789         All callers changed.
14790         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
14791         alignment than re_node_set; do this by defining a new internal
14792         type struct dests_alloc and using it to allocate memory.
14793
14794 2005-09-05  Bruno Haible  <bruno@clisp.org>
14795
14796         * gnulib-tool (func_import): Fix comparison in handling of symbolic
14797         links.
14798
14799 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
14800
14801         * modules/size_max (Makefile.am): Add size_max.h
14802
14803 2005-09-04  Derek Price  <derek@ximbiot.com>
14804
14805         * gnulib-tool (func_import): Fix reversed $symbolic logic.
14806
14807 2005-09-03  Simon Josefsson  <jas@extundo.com>
14808
14809         * gnulib-tool: Fix typo.
14810
14811 2005-09-03  Simon Josefsson  <jas@extundo.com>
14812
14813         * config/srclist.txt: Add glibc bug 1293.
14814
14815 2005-09-03  Derek Price  <derek@ximbiot.com>
14816
14817         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
14818         From Larry Jones <lawrence.jones@ugs.com>.
14819
14820 2005-09-02  Simon Josefsson  <jas@extundo.com>
14821
14822         * modules/socklen: New file.
14823
14824 2005-09-02  Simon Josefsson  <jas@extundo.com>
14825
14826         * modules/havelib: New module.
14827
14828         * modules/gettext, modules/iconv, modules/lock, modules/readline:
14829         Use havelib.
14830
14831 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14832
14833         Check for arithmetic overflow when calculating sizes, to prevent
14834         some buffer-overflow issues.  These patches are conservative, in the
14835         sense that when I couldn't determine whether an overflow was possible,
14836         I inserted a run-time check.
14837         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
14838         macros.
14839         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
14840         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
14841         (re_xnrealloc, re_x2nrealloc): New inline functions.
14842         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
14843         parse_bracket_exp):
14844         (build_equiv_class, build_charclass): Check for arithmetic overflow
14845         in size expression calculations.
14846         * lib/regex_internal.c (re_string_realloc_buffers):
14847         (build_wcs_upper_buffer, re_node_set_add_intersect):
14848         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
14849         (re_dfa_add_node, register_state): Likewise.
14850         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
14851         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
14852         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
14853         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
14854
14855 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14856
14857         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14858         m4/ulonglong.m4.  Problem reported by Martin Lambers.
14859
14860 2005-09-02  Bruno Haible  <bruno@clisp.org>
14861
14862         Support for lib vs. lib64 distinction on biarch platforms.
14863         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
14864         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
14865         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
14866
14867 2005-09-02  Bruno Haible  <bruno@clisp.org>
14868
14869         * gnulib-tool (import): In the other first-use case, provide defaults
14870         as well.
14871
14872 2005-09-02  Bruno Haible  <bruno@clisp.org>
14873
14874         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
14875         patches not yet found in the latest gettext release.
14876
14877 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14878
14879         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
14880         to avoid a collision with bits/local_lim.h in glibc.
14881         All uses changed.  Problem reported by Dmitry V. Levin in
14882         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
14883
14884         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
14885         bugs in int versus size_t comparisons.
14886         (re_string_context_at): Fix bug where the code assumed that
14887         Idx is signed.
14888
14889         Use bool where appropriate.
14890         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
14891         All callers changed.
14892         (calc_eclosure_iter): Likewise, for ROOT arg.
14893         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
14894         (build_charclass_op): Likewise, for NON_MATCH arg.
14895         * lib/regex_internal.c (re_string_allocate, re_string_construct):
14896         (re_string_construct_common): Likewise, for ICASE arg.
14897         * lib/regexec.c (re_search_2_stub, re_search_stub):
14898         Likewise, for RET_LEN arg.
14899         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
14900         (set_regs): Likewise, for FL_BACKTRACK arg.
14901         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
14902         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
14903         (calc_eclosure_iter, parse_bracket_exp):
14904         Use bool for internal variables that are booleans.
14905         * lib/regexec.c (re_search_internal, check_matching,
14906         proceed_next_node):
14907         (set_regs, build_sifted_states, sift_states_bkref):
14908         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
14909         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14910         (find_collation_sequence_value):
14911         Likewise.
14912         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
14913         (re_node_set_compare):
14914         Return bool, not int. All callers changed.
14915         * lib/regexec.c (check_halt_node_context, check_dst_limits):
14916         (build_trtable, check_node_accept): Likewise.
14917         * lib/regex_internal.h: Include stdbool.h.
14918
14919         Fix bugs uncovered when converting to bool.
14920         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
14921         failure instead of charging ahead blindly.
14922         * lib/regex_internal.c (register_state): Likewise.
14923         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
14924         for freeing internal storage.
14925         (group_nodes_into_DFA_states): Use unsigned int, not int, for
14926         bitset pieces used as boolean, to avoid undefined behavior
14927         on hosts that do int overflow checking.
14928
14929 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14930
14931         * config/srclist.txt: Add glibc bugs 1285-1287.
14932
14933 2005-09-01  Jim Meyering  <jim@meyering.net>
14934
14935         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
14936         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
14937         Require gl_STAT_MACROS, too.
14938
14939 2005-09-01  Bruno Haible  <bruno@clisp.org>
14940
14941         * gnulib-tool (import): In the first-use case, provide defaults.
14942
14943 2005-09-01  Bruno Haible  <bruno@clisp.org>
14944
14945         * gnulib-tool (func_import): Remove the .tmp files.
14946
14947 2005-09-01  Bruno Haible  <bruno@clisp.org>
14948
14949         * gnulib-tool (func_import): Fix handling of symbolic links.
14950
14951 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14952
14953         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
14954         old glibc regex code mishandles strings longer than 2**31 bytes.
14955         This patch fixes this when the regex code is used in gnulib
14956         (i.e., outside glibc).
14957
14958         This patch should not affect the use of the regex code inside
14959         glibc.  No doubt this problem also needs to be handled for glibc
14960         as well, but the result will be an incompatible change to the
14961         glibc ABI, and the old ABI will have to be supported too.  That
14962         can be the the subject for another patch.
14963
14964         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
14965         governing whether the rest of this patch is active.  By default,
14966         the macro is disabled and the patch has no effect.
14967         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
14968         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
14969         (struct re_pattern_buffer, re_search, re_search_2, re_match):
14970         (re_match_2, re_set_registers): Use the new types.
14971         * lib/regex_internal.h (Idx, re_hashval_t): New types.
14972         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
14973         New macros.
14974         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
14975         (re_string_context_at, bin_tree_t, re_dfastate_t):
14976         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
14977         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
14978         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
14979         (re_string_char_size_at, re_string_wchar_at):
14980         (re_string_elem_size_at):
14981         Use the new types and macros to port to 64-bit hosts.
14982         Use unsigned types for internal values, so that the code
14983         mostly works even for arrays larger than SSIZE_MAX.
14984         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
14985         (search_duplicated_node, calc_eclosure_iter, fetch_number):
14986         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
14987         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
14988         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
14989         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
14990         (calc_inveclosure, parse_dup_op, build_range_exp):
14991         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
14992         (fetch_number, create_token_tree, mark_opt_subexp):
14993         Likewise.
14994         * lib/regex_internal.c (re_string_construct_common,
14995         create_ci_newstate):
14996         (create_cd_newstate, re_string_allocate, re_string_construct):
14997         (re_string_realloc_buffers, build_wcs_upper_buffer):
14998         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14999         (re_string_reconstruct, re_string_peek_byte_case):
15000         (re_string_fetch_byte_case, re_string_context_at):
15001         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15002         (re_node_set_init_copy, re_node_set_add_intersect):
15003         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15004         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15005         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15006         (re_acquire_state, re_acquire_state_context, register_state):
15007         Likewise.
15008         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
15009         search_cur_bkref_entry):
15010         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
15011         (re_search_internal, re_search_2_stub, re_search_stub)
15012         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
15013         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
15014         (update_cur_sifted_state, check_dst_limits):
15015         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
15016         (check_subexp_limits, sift_states_bkref, merge_state_array):
15017         (check_subexp_matching_top, get_subexp, get_subexp_sub):
15018         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
15019         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15020         (expand_bkref_cache, check_node_accept_bytes):
15021         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
15022         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
15023         (acquire_init_state_context, check_halt_node_context):
15024         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
15025         (sift_states_backward, clean_state_log_if_needed):
15026         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
15027         (find_recover_state, transit_state_sb, transit_state_mb):
15028         (transit_state_bkref, build_trtable, match_ctx_clean):
15029         Likewise.
15030         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
15031         to work around an assumption that REG_MISSING is negative.
15032
15033         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
15034         (seek_collating_symbol_entry) [defined _LIBC]:
15035         (lookup_collation_sequence_value) [defined _LIBC]:
15036         (build_range_exp, build_collating_symbol) [defined _LIBC]:
15037         Use prototypes rather than old-style function definitions.
15038         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
15039         (transit_state_sb) [0]:
15040         (find_collation_sequence_value) [defined _LIBC]: Likewise.
15041
15042         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
15043         rm_eo.
15044
15045         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
15046         (optimize_subexps, lower_subexp):
15047         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
15048         since the signed shift might overflow.  Use 1u<<31 instead.
15049         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
15050         Likewise.
15051         * lib/regexec.c (check_dst_limits_calc_pos_1,
15052         check_subexp_matching_top): Likewise.
15053
15054         * lib/regcomp.c (optimize_subexps, lower_subexp):
15055         Use CHAR_BIT rather than 8, for clarity.
15056         * lib/regexec.c (check_dst_limits_calc_pos_1):
15057         (check_subexp_matching_top): Likewise.
15058         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
15059         have to worry about portability issues when shifting it left.
15060         Remove no-longer-needed test for table_size > 0.
15061         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
15062         in a word, as the resulting behavior is undefined.
15063         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
15064         in one case, a <= should have been an <, and in another case the
15065         whole test was missing.
15066         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
15067         the standard name CHAR_BIT.
15068         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
15069         this is not true on one's complement and signed-magnitude hosts.
15070
15071         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
15072         next_last_offset.
15073         (struct re_dfa_t): Remove unused member states_alloc.
15074         * lib/regcomp.c (init_dfa): Don't initialize unused members.
15075
15076 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15077
15078         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
15079         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
15080         and large-file glibc and in 32-bit large-file Solaris.
15081
15082 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15083
15084         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
15085         lengths fit in regoff_t; this isn't true if regoff_t is the same
15086         width as size_t.
15087         * lib/regex.c (re_search_internal): 5th arg is LAST_START
15088         (= START + RANGE) instead of RANGE.  This avoids overflow
15089         problems when regoff_t is the same width as size_t.
15090         All callers changed.
15091         (re_search_2_stub): Check for overflow when adding the
15092         sizes of the two strings.
15093         (re_search_stub): Check for overflow when adding START
15094         to RANGE; if it occurs, substitute the extreme value.
15095
15096 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15097
15098         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
15099
15100 2005-08-31  Jim Meyering  <jim@meyering.net>
15101
15102         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
15103         a pointer-to-const.
15104         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
15105         (register_state): Likewise.
15106         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
15107         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
15108         (group_nodes_into_DFAstates): Likewise.
15109
15110 2005-08-31  Jim Meyering  <jim@meyering.net>
15111
15112         * check-module: Add a FIXME comment.
15113
15114 2005-08-31  Eric Blake  <ebb9@byu.net>
15115
15116         * modules/unistd-safer (Files): Add unistd--.h.
15117         * modules/stdio-safer (Files): Add stdio--.h.
15118
15119 2005-08-31  Derek Price  <derek@ximbiot.com>
15120
15121         * lib/getdelim.c (getdelim): Return EOF on EOF.
15122         Reported by Larry Jones <lawrence.jones@ugs.com>.
15123
15124 2005-08-31  Bruno Haible  <bruno@clisp.org>
15125
15126         Avoid unnecessary diffs in the generated lib/Makefile.am.
15127         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
15128         the generated files.
15129         (func_import): Don't set cmd.
15130
15131 2005-08-31  Bruno Haible  <bruno@clisp.org>
15132
15133         * lib/strstr.c: Include <stddef.h>, for NULL.
15134         * lib/strcasestr.c: Likewise.
15135         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15136
15137 2005-08-31  Bruno Haible  <bruno@clisp.org>
15138
15139         * gnulib-tool: New option --macro-prefix.
15140         (func_import): Use macro_prefix.
15141         (import): Handle option --macro-prefix.
15142
15143 2005-08-31  Bruno Haible  <bruno@clisp.org>
15144
15145         * gnulib-tool (import): Rename most ac_* variables to cached_*.
15146         Also use new variables cached_lgpl, cached_libtool.
15147
15148 2005-08-31  Bruno Haible  <bruno@clisp.org>
15149
15150         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
15151         always instantiating them.
15152
15153 2005-08-31  Bruno Haible  <bruno@clisp.org>
15154
15155         * gnulib-tool (func_import): Read the previous cached settings
15156         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
15157         earlier added by gnulib but are now dropped. Warn when a gnulib file
15158         overwrites a non-gnulib file.
15159
15160 2005-08-31  Bruno Haible  <bruno@clisp.org>
15161
15162         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
15163         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
15164         projects that don't keep autogenerated files in CVS. Put into
15165         actioncmd only the specified modules, not the transitive closure.
15166
15167 2005-08-31  Bruno Haible  <bruno@clisp.org>
15168
15169         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
15170         Create directories that shall be filled.
15171         (import): Don't look for gl_* macros in configure.ac. Recurse across
15172         all directories containing a gnulib-cache.m4 files, if meaningful.
15173
15174 2005-08-31  Bruno Haible  <bruno@clisp.org>
15175
15176         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
15177         (import): Set seen_libtool when we see gl_LIBTOOL.
15178
15179 2005-08-31  Bruno Haible  <bruno@clisp.org>
15180
15181         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
15182         declaration macro definitions from generated gnulib.m4.
15183
15184 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
15185
15186         * lib/iconvme.h: Add prototype for iconv_alloc.
15187
15188 2005-08-29  Simon Josefsson  <jas@extundo.com>
15189
15190         * lib/iconvme.c: Fix errno.
15191
15192 2005-08-29  Bruno Haible  <bruno@clisp.org>
15193
15194         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
15195         that it works when the directory contains spaces.
15196
15197 2005-08-29  Bruno Haible  <bruno@clisp.org>
15198
15199         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
15200
15201 2005-08-29  Bruno Haible  <bruno@clisp.org>
15202
15203         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
15204         Emit more advice.
15205
15206 2005-08-29  Bruno Haible  <bruno@clisp.org>
15207         and Stepan Kasal  <kasal@ucw.cz>
15208
15209         * check-module: If more parameters are given, check each of them
15210         separately; add more exceptions, as noted by Jim Meyering.
15211         (check_module): New procedure.
15212         (%exempt_header): Now contains all exceptions.
15213
15214 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
15215
15216         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
15217
15218 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
15219
15220         * lib/iconvme.c: Split iconv_string into iconv_alloc.
15221
15222 2005-08-28  Bruno Haible  <bruno@clisp.org>
15223
15224         * m4/gnulib-tool.m4: New file.
15225
15226 2005-08-27  Jim Meyering  <jim@meyering.net>
15227
15228         * modules/unistd-safer (Files): Add pipe-safer.c.
15229         * modules/fcntl-safer (Files): Add creat-safer.c.
15230
15231 2005-08-27  Jim Meyering  <jim@meyering.net>
15232
15233         * m4/stdlib-safer.m4: New file.  From coreutils.
15234         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
15235         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
15236         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
15237         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
15238         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
15239
15240 2005-08-27  Jim Meyering  <jim@meyering.net>
15241
15242         * lib/fopen-safer.c: Merge minor changes from coreutils.
15243         * lib/dup-safer.c: Likewise.
15244         * lib/fd-safer.c: Likewise.
15245
15246         Merge from coreutils.
15247         * lib/stdio--.h: New file.
15248         * lib/stdlib--.h: New file.
15249         * lib/mkstemp-safer.c: New file.
15250
15251         GNU tar needs these.
15252         * lib/pipe-safer.c: New file.
15253         * lib/creat-safer.c: New file.
15254         * lib/fcntl--.h (creat): Define to creat_safer.
15255         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
15256         * lib/unistd--.h (pipe): Define to pipe_safer.
15257         * lib/unistd-safer.h: Declare pipe_safer.
15258
15259 2005-08-26  Simon Josefsson  <jas@extundo.com>
15260
15261         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
15262         Haible <bruno@clisp.org>.
15263
15264 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
15265
15266         * lib/regex_internal.h: Remove all references to
15267         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
15268         or better.
15269         (bitset_not, bitset_merge, bitset_not_merge):
15270         (bitset_mask, re_string_allocate, re_string_construct):
15271         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
15272         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
15273         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
15274         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
15275         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15276         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15277         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
15278         (re_acquire_state_context):
15279         Remove unnecessary forward decls.
15280         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
15281         Put __attribute at function definition,
15282         now that the function decl has been removed.
15283         * lib/regex_internal.c (re_string_peek_byte_case):
15284         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
15285         Likewise.
15286
15287 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
15288
15289         * m4/regex.m4: Add AC_PREREQ(2.50).
15290         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
15291
15292 2005-08-25  Simon Josefsson  <jas@extundo.com>
15293
15294         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
15295         __fsetlocking.
15296
15297 2005-08-25  Simon Josefsson  <jas@extundo.com>
15298
15299         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
15300         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
15301         GLIBC specific code.
15302
15303 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15304
15305         Make regex safe for g++.  This fixes one real bug (an "err"
15306         that should have been "*err").  g++ problem reported by
15307         Sam Steingold.
15308         * lib/regex_internal.h (re_calloc): New macro, consistent with
15309         re_malloc etc.  All callers of calloc changed to use re_calloc.
15310         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
15311         not int.  All callers changed.
15312         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
15313         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
15314         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
15315         (find_recover_state): Change "err" to "*err"; this fixes what
15316         appears to be a real bug.
15317         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
15318         versus int.
15319
15320 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15321
15322         * modules/regex (Depends-on): Add malloc, since the code
15323         assumes that !malloc(0) means failure.
15324
15325 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15326
15327         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
15328
15329         alloca modernization/simplification for regex.
15330         * lib/regex.c: Remove portability cruft for alloca.  This no longer
15331         needs to be at the start of the file, and can be moved into
15332         regex_internal.h and simplified.
15333         * lib/regex_internal.h: Include <alloca.h>.
15334         (__libc_use_alloca) [!defined _LIBC]: New macro.
15335         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
15336         now works outside glibc.
15337
15338 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15339
15340         * config/srclist.txt: Add glibc bugs 1241, 1245.
15341
15342 2005-08-25  Jim Meyering  <jim@meyering.net>
15343
15344         * lib/open-safer.c: Include <config.h>.
15345         Otherwise, we'd lose LARGEFILE support in any file using
15346         e.g. "fcntl--.h"
15347
15348 2005-08-25  Bruno Haible  <bruno@clisp.org>
15349
15350         * m4/minmax.m4: Require autoconf 2.52.
15351         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
15352         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
15353         alternatives of translit over the alphabet.
15354         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
15355
15356 2005-08-24  Simon Josefsson  <jas@extundo.com>
15357
15358         * tests/test-getpass.c: New file.
15359
15360 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15361
15362         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
15363         for GNU regex features.
15364
15365 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15366
15367         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
15368         * lib/regex.h (regerror): Likewise.
15369
15370         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
15371         requires this.  (The code never needed it.)
15372
15373         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
15374         All uses of recently-renamed identifiers changed to use the new,
15375         POSIX-compliant names.  The code will build and run just fine
15376         without these changes, but it's better to eat our own dog food
15377         and use the standard-conforming names.
15378
15379         * lib/regex.h: Fix a multitude of POSIX name space violations.
15380         These changes have an effect only for programs that define
15381         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
15382         do not change anything for programs compiled in the normal way.
15383         Also, there is no effect on the ABI.
15384
15385         (_REGEX_SOURCE): New macro.
15386         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
15387         defined and _GNU_SOURCE is not; this fixes a name space violation.
15388
15389         Rename the following macros to obey POSIX requirements.
15390         The old names are still visible as macros if _REGEX_SOURCE is defined.
15391         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
15392         RE_BACKSLASH_ESCAPE_IN_LISTS.
15393         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
15394         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
15395         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
15396         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
15397         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
15398         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
15399         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
15400         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
15401         (REG_INTERVALS): renamed from RE_INTERVALS.
15402         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
15403         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
15404         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
15405         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
15406         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
15407         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
15408         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
15409         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
15410         RE_UNMATCHED_RIGHT_PAREN_ORD.
15411         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
15412         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
15413         (REG_DEBUG): renamed from RE_DEBUG.
15414         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
15415         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
15416         unusual, since we can't clash with the POSIX REG_ICASE.
15417         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
15418         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
15419         (REG_NO_SUB): renamed from RE_NO_SUB.
15420         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
15421         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
15422         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
15423         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
15424         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
15425         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
15426         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
15427         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
15428         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
15429         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
15430         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
15431         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
15432         RE_SYNTAX_POSIX_MINIMAL_BASIC.
15433         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
15434         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
15435         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
15436         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
15437         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
15438         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
15439         (REG_FIXED): Renamed from REGS_FIXED.
15440         (REG_NREGS): Renamed from RE_NREGS.
15441
15442         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
15443         of other REG_* macros, since POSIX says the user is allowed to
15444         #undef these macros selectively.
15445
15446         (reg_errcode_t): Update comment stating what other tables need
15447         to be consistent.
15448
15449         Rename the following enum values to obey POSIX requirements.
15450         The old names are still visible as macros.
15451         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
15452         is not defined, since GNU is supposed to be a superset of POSIX as
15453         much as possible, and since we want reg_errcode_t to be a signed
15454         type for implementation consistency.
15455         (_REG_NOERROR): Renamed from REG_NOERROR.
15456         (_REG_NOMATCH): Renamed from REG_NOMATCH.
15457         (_REG_BADPAT): Renamed from REG_BADPAT.
15458         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
15459         (_REG_ECTYPE): Renamed from REG_ECTYPE.
15460         (_REG_EESCAPE): Renamed from REG_EESCAPE.
15461         (_REG_ESUBREG): Renamed from REG_ESUBREG.
15462         (_REG_EBRACK): Renamed from REG_EBRACK.
15463         (_REG_EPAREN): Renamed from REG_EPAREN.
15464         (_REG_EBRACE): Renamed from REG_EBRACE.
15465         (_REG_BADBR): Renamed from REG_BADBR.
15466         (_REG_ERANGE): Renamed from REG_ERANGE.
15467         (_REG_ESPACE): Renamed from REG_ESPACE.
15468         (_REG_BADRPT): Renamed from REG_BADRPT.
15469         (_REG_EEND): Renamed from REG_EEND.
15470         (_REG_ESIZE): Renamed from REG_ESIZE.
15471         (_REG_ERPAREN): Renamed from REG_ERPAREN.
15472         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
15473         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
15474         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
15475         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
15476
15477         (_REG_RE_NAME, _REG_RM_NAME): New macros.
15478         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
15479         changed.  But support the old name if the new one is not defined
15480         and if _REGEX_SOURCE.
15481
15482         Change the following member names in struct re_pattern_buffer.
15483         The old names are still supported if !_REGEX_SOURCE.
15484         The new names are always supported, regardless of _REGEX_SOURCE.
15485         (re_buffer): Renamed from buffer.
15486         (re_allocated): Renamed from allocated.
15487         (re_used): Renamed from used.
15488         (re_syntax): Renamed from syntax.
15489         (re_fastmap): Renamed from fastmap.
15490         (re_translate): Renamed from translate.
15491         (re_can_be_null): Renamed from can_be_null.
15492         (re_regs_allocated): Renamed from regs_allocated.
15493         (re_fastmap_accurate): Renamed from fastmap_accurate.
15494         (re_no_sub): Renamed from no_sub.
15495         (re_not_bol): Renamed from not_bol.
15496         (re_not_eol): Renamed from not_eol.
15497         (re_newline_anchor): Renamed from newline_anchor.
15498
15499         Change the following member names in struct re_registers.
15500         The old names are still supported if !_REGEX_SOURCE.
15501         The new names are always supported, regardless of _REGEX_SOURCE.
15502         (rm_num_regs): Renamed from num_regs.
15503         (rm_start): Renamed from start.
15504         (rm_end): Renamed from end.
15505
15506         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
15507         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
15508         Prepend __ to parameter names.
15509
15510         Undo yesterday's changes.
15511
15512 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15513
15514         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
15515         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
15516         lib/regex.c.
15517
15518 2005-08-24  Jim Meyering  <jim@meyering.net>
15519
15520         Sync from coreutils.
15521         * m4/fcntl-safer.m4: New file.
15522
15523         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
15524         and object files for this module.
15525
15526 2005-08-24  Jim Meyering  <jim@meyering.net>
15527
15528         Sync from coreutils.
15529         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
15530
15531 2005-08-24  Jim Meyering  <jim@meyering.net>
15532
15533         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
15534         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
15535
15536 2005-08-24  Jim Meyering  <jim@meyering.net>
15537
15538         * modules/fcntl-safer: New module.
15539         * modules/fts (Depends-on): Add fcntl-safer.
15540         * MODULES.html.sh (File descriptor based Input/Output):
15541         Add fcntl-safer.
15542
15543 2005-08-24  Bruno Haible  <bruno@clisp.org>
15544
15545         Support for unit test modules.
15546         * modules/README: Mention tests modules.
15547         * modules/TEMPLATE-TESTS: New file.
15548         * gnulib-tool: New options --extract-tests-module, --with-tests and
15549         --tests-base (unused for the moment).
15550         (testsbase, inctests): New variables.
15551         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
15552         (func_verify_module): Exclude TEMPLATE-TESTS.
15553         (func_verify_nontests_module, func_verify_tests_module): New functions.
15554         (func_get_dependencies): Add implicit dependency for tests modules.
15555         (func_get_tests_module): New function.
15556         (func_modules_transitive_closure): When --with-tests was specified,
15557         include the unit tests as well, unless explicitly avoided.
15558         (func_emit_lib_Makefile_am): Ignore the tests modules here.
15559         (func_emit_tests_Makefile_am): New function.
15560         (func_create_testdir): When --with-tests was specified, emit a
15561         tests/ directory.
15562         * MODULES.html.sh (Future developments): Update.
15563
15564 2005-08-24  Bruno Haible  <bruno@clisp.org>
15565
15566         * modules/tls-tests: New file.
15567         * tests/test-tls.c: New file, from GNU gettext.
15568
15569 2005-08-24  Bruno Haible  <bruno@clisp.org>
15570
15571         * modules/lock-tests: New file.
15572         * tests/test-lock.c: New file, from GNU gettext.
15573
15574 2005-08-24  Bruno Haible  <bruno@clisp.org>
15575
15576         * lib/lock.h: Add multiple inclusion guard.
15577         * lib/tls.h: Add multiple inclusion guard.
15578
15579 2005-08-24  Bruno Haible  <bruno@clisp.org>
15580
15581         * gnulib-tool: Add support for the --aux-dir option to
15582         --create-testdir, --create-megatestdir, --test, --megatest.
15583         (func_create_testdir, func_create_megatestdir): Optionally emit a
15584         AC_CONFIG_AUX_DIR directive.
15585         (create-testdir, create-megatestdir, test, megatest): Provide a
15586         default value for $auxdir.
15587
15588 2005-08-24  Bruno Haible  <bruno@clisp.org>
15589
15590         * gnulib-tool (import): Use compound statement instead of subshell
15591         where possible.
15592
15593 2005-08-24  Bruno Haible  <bruno@clisp.org>
15594
15595         * gnulib-tool (import): Change --aux-dir default to "build-aux".
15596
15597 2005-08-24  Bruno Haible  <bruno@clisp.org>
15598
15599         * gnulib-tool (func_version): Update.
15600
15601 2005-08-24  Bruno Haible  <bruno@clisp.org>
15602
15603         * gnulib-tool (func_import, func_create_testdir,
15604         func_create_megatestdir): Quote all autoconf macro arguments.
15605
15606 2005-08-24  Bruno Haible  <bruno@clisp.org>
15607
15608         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
15609         option --force, because --force causes the aclocal.m4 of each
15610         subdirectory to be newer than the corresponding config.h.in.
15611
15612 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15613
15614         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
15615         All contents moved to gl_REGEX.
15616         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
15617         assume that it does.
15618
15619 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15620
15621         * lib/regex.h (REG_NOSYS)
15622         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
15623         Define, since POSIX requires it as of 2001.
15624         (_REG_ENOSYS)
15625         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
15626         New private symbol, used to keep the enum signed in all cases.
15627         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
15628         Youngman in
15629         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
15630
15631         * lib/regex_internal.c (re_string_skip_chars, register_state):
15632         (calc_state_hash):
15633         Remove forward decls; no longer needed now that we use prototypes.
15634         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
15635         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
15636         (clean_state_log_if_needed): Likewise.
15637
15638 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15639
15640         * config/srclist.txt: Add glibc bugs 1231-1233.
15641
15642 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15643
15644         Fix problems reported by Sam Steingold in
15645         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
15646         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
15647         assumed that reg_errcode_t is a signed type, which is not
15648         necessarily true if _XOPEN_SOURCE is not defined.
15649         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
15650         since some compilers warn about it otherwise.
15651
15652 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15653
15654         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
15655         (init_word_char, create_initial_state, duplicate_node_closure):
15656         (fetch_token, peek_token_bracket, build_range_exp):
15657         (build_collating_symbol): Remove forward decls; no longer needed
15658         now that we use prototypes.
15659
15660         * lib/regcomp.c:
15661         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
15662         (re_compile_fastmap_iter, regcomp, regerror, regfree):
15663         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
15664         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
15665         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
15666         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
15667         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
15668         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
15669         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
15670         (build_range_exp, build_collating_symbol, parse_bracket_exp):
15671         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
15672         (build_charclass, build_charclass_op, fetch_number, create_tree):
15673         (create_token_tree, mark_opt_subexp, duplicate_tree):
15674         Use prototypes rather than old-style definitions.
15675
15676         * lib/regex_internal.c:
15677         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
15678         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
15679         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15680         (re_string_reconstruct, re_string_peek_byte_case):
15681         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
15682         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15683         (re_node_set_init_copy, re_node_set_add_intersect):
15684         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15685         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15686         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15687         (re_acquire_state, re_acquire_state_context, register_state):
15688         (create_ci_newstate, create_cd_newstate, free_state):
15689         Likewise.
15690         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
15691         re_search_2):
15692         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
15693         (re_search_internal, prune_impossible_nodes):
15694         (acquire_init_state_context, check_matching, static):
15695         (check_halt_node_context, check_halt_state_context, proceed_next_node):
15696         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
15697         (update_regs, sift_states_backward, build_sifted_states):
15698         (clean_state_log_if_needed, merge_state_array):
15699         (update_cur_sifted_state, add_epsilon_src_nodes):
15700         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
15701         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
15702         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
15703         (find_recover_state, check_subexp_matching_top, transit_state_mb):
15704         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
15705         (check_arrival, check_arrival_add_next_nodes):
15706         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15707         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15708         (check_node_accept_bytes, check_node_accept, extend_buffers):
15709         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
15710         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
15711         (sift_ctx_init):
15712         Likewise.
15713
15714         * lib/regex_internal.h:
15715         (re_string_allocate, re_string_construct, re_string_reconstruct):
15716         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
15717         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
15718         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
15719         (re_string_context_at, re_string_peek_byte_case):
15720         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
15721         is defined, since we now use prototypes always.
15722
15723         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
15724         C89 or better.  All uses removed.
15725
15726 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15727
15728         * config/srclist.txt: Add glibc bugs 1220-1227.
15729
15730 2005-08-20  Jim Meyering  <jim@meyering.net>
15731
15732         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
15733         of unused local, dfa.
15734
15735 2005-08-20  Bruno Haible  <bruno@clisp.org>
15736
15737         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
15738
15739 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15740
15741         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
15742         (re_node_set_insert_last, re_dfa_add_node):
15743         Rename local variables to avoid GCC shadowing warnings.
15744
15745 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15746
15747         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
15748         [defined lint]: Suppress bogus uninitialized-variable warnings.
15749
15750         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
15751         and let the caller return REG_ESPACE if out of space.  This
15752         removes an uninitialied-variable warning with GCC 4.0.1, and also
15753         avoids taking the address of a local variable.  All callers
15754         changed.
15755
15756 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15757
15758         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
15759         $LIBCSRC/posix/regexec.c.
15760         Add glibc bug 1217 for regcomp.c.
15761
15762 2005-08-19  Jim Meyering  <jim@meyering.net>
15763
15764         * lib/regexec.c (proceed_next_node): Redo local variables to
15765         avoid GCC shadowing warnings.
15766
15767 2005-08-18  Bruno Haible  <bruno@clisp.org>
15768
15769         * lib/strstr.c (strstr): Fix return value in multibyte case.
15770         * lib/strcasestr.c (strcasestr): Likewise.
15771
15772 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15773
15774         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
15775
15776 2005-08-17  Jim Meyering  <jim@meyering.net>
15777
15778         Make the %s format (seconds since the epoch) work for a negative
15779         number and when used with a zero-padded field width, e.g. %015s.
15780
15781         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
15782         label so that it precedes the code to set `digits'.  Otherwise,
15783         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
15784         print `00-22'.  Now, it prints `-0022', as it should.
15785
15786 2005-08-17  Bruno Haible  <bruno@clisp.org>
15787
15788         * modules/strstr (Files): Add m4/mbrtowc.m4.
15789         (Depends-on): Add mbuiter.
15790
15791 2005-08-17  Bruno Haible  <bruno@clisp.org>
15792
15793         * modules/strcasestr: New file.
15794         * MODULES.html.sh (String handling, based on ANSI C 89): Add
15795         strcasestr.
15796
15797 2005-08-17  Bruno Haible  <bruno@clisp.org>
15798
15799         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
15800
15801 2005-08-17  Bruno Haible  <bruno@clisp.org>
15802
15803         * modules/mbuiter: New file.
15804         * MODULES.html.sh (Extended multibyte and wide character utilities):
15805         Add mbuiter.
15806
15807 2005-08-17  Bruno Haible  <bruno@clisp.org>
15808
15809         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
15810         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
15811
15812 2005-08-17  Bruno Haible  <bruno@clisp.org>
15813
15814         * m4/strcasestr.m4: New file.
15815
15816 2005-08-17  Bruno Haible  <bruno@clisp.org>
15817
15818         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
15819         * lib/strstr.c: Completely rewritten, with multibyte locale support.
15820
15821 2005-08-17  Bruno Haible  <bruno@clisp.org>
15822
15823         * lib/strcasestr.h: New file.
15824         * lib/strcasestr.c: New file.
15825
15826 2005-08-17  Bruno Haible  <bruno@clisp.org>
15827
15828         * lib/strcasecmp.c: Use mbuiter.h.
15829
15830 2005-08-17  Bruno Haible  <bruno@clisp.org>
15831
15832         * lib/mbuiter.h: New file.
15833
15834 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15835
15836         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
15837         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
15838         and gl_GETOPT are both invoked via different paths (as happens
15839         with GNU tar CVS because it uses both argp and getopt), the former
15840         wins.
15841
15842 2005-08-16  Bruno Haible  <bruno@clisp.org>
15843
15844         * modules/tls: New file.
15845         * MODULES.html.sh (Multithreading): Add tls.
15846
15847 2005-08-16  Bruno Haible  <bruno@clisp.org>
15848
15849         * modules/strnlen1: New file.
15850         * MODULES.html.sh (String handling): Add strnlen1.
15851
15852 2005-08-16  Bruno Haible  <bruno@clisp.org>
15853
15854         * modules/strcase (Files): Add m4/mbrtowc.m4.
15855         (Depends-on): Add strnlen1, mbchar.
15856
15857 2005-08-16  Bruno Haible  <bruno@clisp.org>
15858
15859         * modules/mbiter: New file.
15860         * MODULES.html.sh (Extended multibyte and wide character utilities):
15861         Add mbiter.
15862
15863 2005-08-16  Bruno Haible  <bruno@clisp.org>
15864
15865         * modules/mbfile: New file.
15866         * MODULES.html.sh (Extended multibyte and wide character utilities):
15867         Add mbfile.
15868
15869 2005-08-16  Bruno Haible  <bruno@clisp.org>
15870
15871         * modules/mbchar: New file.
15872         * MODULES.html.sh (Extended multibyte and wide character utilities):
15873         New section.
15874
15875 2005-08-16  Bruno Haible  <bruno@clisp.org>
15876
15877         * m4/tls.m4: New file, from GNU gettext.
15878
15879 2005-08-16  Bruno Haible  <bruno@clisp.org>
15880
15881         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
15882         always.
15883         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
15884
15885 2005-08-16  Bruno Haible  <bruno@clisp.org>
15886
15887         * m4/mbiter.m4: New file.
15888
15889 2005-08-16  Bruno Haible  <bruno@clisp.org>
15890
15891         * m4/mbfile.m4: New file.
15892
15893 2005-08-16  Bruno Haible  <bruno@clisp.org>
15894
15895         * m4/mbchar.m4: New file.
15896
15897 2005-08-16  Bruno Haible  <bruno@clisp.org>
15898
15899         * lib/tls.h: New file, from GNU gettext.
15900         * lib/tls.c: New file, from GNU gettext.
15901
15902 2005-08-16  Bruno Haible  <bruno@clisp.org>
15903
15904         * lib/strnlen1.h: New file.
15905         * lib/strnlen1.c: New file.
15906
15907 2005-08-16  Bruno Haible  <bruno@clisp.org>
15908
15909         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
15910         (mbi_init): Update.
15911         (mbi_avail, mbi_advance): Let the iteration end before the terminating
15912         NUL byte, not after it.
15913
15914 2005-08-16  Bruno Haible  <bruno@clisp.org>
15915
15916         * lib/strcase.h (strcasecmp): Add note in comments.
15917         * lib/strncasecmp.c: Use code from strcasecmp.c.
15918         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
15919         (strcasecmp): Work correctly in multibyte locales.
15920
15921 2005-08-16  Bruno Haible  <bruno@clisp.org>
15922
15923         * lib/mbiter.h: New file.
15924
15925 2005-08-16  Bruno Haible  <bruno@clisp.org>
15926
15927         * lib/mbfile.h: New file.
15928
15929 2005-08-16  Bruno Haible  <bruno@clisp.org>
15930
15931         * lib/mbchar.h: New file.
15932         * lib/mbchar.c: New file.
15933
15934 2005-08-16  Bruno Haible  <bruno@clisp.org>
15935
15936         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
15937         the valid ones. Makes the comparison operations transitive:
15938         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
15939         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
15940
15941 2005-08-15  Simon Josefsson  <jas@extundo.com>
15942
15943         * modules/ssize_t (License): Change to 'unlimited'.
15944
15945         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
15946
15947 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15948
15949         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
15950         Add comments for each pending glibc patch.
15951
15952 2005-08-15  Bruno Haible  <bruno@clisp.org>
15953
15954         * lib/regex.h (__restrict_arr): Don't define to __restrict if
15955         __cplusplus is defined.
15956
15957 2005-08-14  Jim Meyering  <jim@meyering.net>
15958
15959         Sync from coreutils.
15960
15961         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
15962         Use the hash-table-based cycle-detection code not just when
15963         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
15964         Reported by James Youngman in
15965         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
15966         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
15967         FTS_TIGHT_CYCLE_CHECK.
15968         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
15969         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
15970         once again.
15971         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
15972         * lib/fts.c (fd_safer): Remove decl.
15973         Include fcntl--.h rather than unistd-safer.h
15974         (fts_safe_changedir): Don't call fd_safer; no longer needed
15975         now that we include fcntl--.h.
15976
15977 2005-08-12  Simon Josefsson  <jas@extundo.com>
15978
15979         * modules/getndelim2: Use ssize_t module.
15980         * modules/getnline: Likewise.
15981         * modules/safe-read: Likewise.
15982         * modules/xreadlink: Likewise.
15983
15984         * modules/ssize_t: New file.
15985
15986 2005-08-12  Simon Josefsson  <jas@extundo.com>
15987
15988         * m4/readline.m4: Look for termcap, curses or ncurses if required.
15989
15990 2005-08-12  Simon Josefsson  <jas@extundo.com>
15991
15992         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15993         ssize_t.
15994
15995 2005-08-12  Simon Josefsson  <jas@extundo.com>
15996
15997         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
15998         readline, getdelim and check_version.
15999         (Support for systems lacking ISO C 99: Sizes of integer types):
16000         Add size_max.
16001
16002 2005-08-12  Bruno Haible  <bruno@clisp.org>
16003
16004         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
16005
16006 2005-08-11  Simon Josefsson  <jas@extundo.com>
16007
16008         * modules/readline: New file.
16009
16010         * modules/strnlen (Files): Add strnlen.h.
16011
16012 2005-08-11  Simon Josefsson  <jas@extundo.com>
16013
16014         * m4/readline.m4: New file.
16015
16016 2005-08-11  Simon Josefsson  <jas@extundo.com>
16017
16018         * lib/readline.h, readline.c: New file.
16019
16020 2005-08-11  Simon Josefsson  <jas@extundo.com>
16021
16022         * doc/gnulib.texi (Initial import, Finishing touches): Mention
16023         gl_AVOID.
16024
16025 2005-08-11  Bruno Haible  <bruno@clisp.org>
16026
16027         * lib/strnlen.h (strnlen): Change parameter name to match comment.
16028
16029 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
16030
16031         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
16032
16033 2005-08-10  Simon Josefsson  <jas@extundo.com>
16034
16035         * tests/test-iconvme.c: New file.
16036
16037 2005-08-10  Simon Josefsson  <jas@extundo.com>
16038
16039         * m4/strnlen.m4: New file.
16040
16041         * m4/strndup.m4: Don't check for strnlen declaration, done in
16042         strnlen.m4.
16043
16044 2005-08-10  Simon Josefsson  <jas@extundo.com>
16045
16046         * lib/strndup.c: Use strnlen.h.
16047
16048         * lib/strnlen.h: New file.
16049
16050 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16051
16052         * README: Typos.
16053
16054 2005-08-02  Simon Josefsson  <jas@extundo.com>
16055
16056         * modules/readline: New file.
16057
16058 2005-08-02  Simon Josefsson  <jas@extundo.com>
16059
16060         * modules/getdelim: New file.
16061
16062         * modules/getline: Rewrite, don't use getndelim2.
16063
16064 2005-08-02  Simon Josefsson  <jas@extundo.com>
16065
16066         * m4/getline.m4: Separate out getdelim stuff into separate module.
16067
16068         * m4/getdelim.m4: New file.
16069
16070 2005-08-02  Simon Josefsson  <jas@extundo.com>
16071
16072         * lib/getline.h, getline.c: Rewrite.
16073
16074         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
16075
16076 2005-07-31  Bruno Haible  <bruno@clisp.org>
16077
16078         * lib/lock.h (gl_lock_initializer): New macro.
16079         (gl_lock_define_initialized): Use it.
16080         (gl_rwlock_initializer): New macro.
16081         (gl_rwlock_define_initialized): Use it.
16082         (gl_recursive_lock_initializer): New macro.
16083         (gl_recursive_lock_define_initialized): Use it.
16084
16085 2005-07-30  Karl Berry  <karl@gnu.org>
16086
16087         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
16088         Report from Ben Pfaff, regarding getopt.
16089
16090 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
16091
16092         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
16093         normal way.
16094         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
16095         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
16096         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
16097         (gl_GETOPT): Use the new macros.  Most of the implementation
16098         is moved to the new macros.  This is for programs like Emacs
16099         that don't want all the functionality of gl_GETOPT.
16100
16101 2005-07-26  Bruno Haible  <bruno@clisp.org>
16102
16103         * m4/lock.m4: Update from GNU gettext.
16104
16105 2005-07-26  Bruno Haible  <bruno@clisp.org>
16106
16107         * lib/lock.h: Update from GNU gettext.
16108         * lib/lock.c: Update from GNU gettext.
16109
16110 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
16111
16112         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
16113         obsolescent AC_TRY_RUN.  Include the default includes files, for
16114         'exit'.
16115
16116 2005-07-24  Bruno Haible  <bruno@clisp.org>
16117
16118         * modules/visibility: New file.
16119         * MODULES.html.sh (Misc): Add visibility.
16120
16121 2005-07-24  Bruno Haible  <bruno@clisp.org>
16122
16123         * m4/visibility.m4: New file.
16124
16125 2005-07-24  Bruno Haible  <bruno@clisp.org>
16126
16127         * doc/visibility.texi: New file.
16128
16129 2005-07-22  Bruno Haible  <bruno@clisp.org>
16130
16131         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
16132         $(ALLOCA_H), redundant through BUILT_SOURCES.
16133         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
16134         redundant through BUILT_SOURCES.
16135         * modules/byteswap (Makefile.am): Remove explicit dependency on
16136         $(BYTESWAP_H), redundant through BUILT_SOURCES.
16137         * modules/fnmatch (Makefile.am): Remove explicit dependency on
16138         $(FNMATCH_H), redundant through BUILT_SOURCES.
16139         * modules/getopt (Makefile.am): Remove explicit dependency on
16140         $(GETOPT_H), redundant through BUILT_SOURCES.
16141         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
16142         redundant through BUILT_SOURCES.
16143         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
16144         redundant through BUILT_SOURCES.
16145         * modules/stdbool (Makefile.am): Remove explicit dependency on
16146         $(STDBOOL_H), redundant through BUILT_SOURCES.
16147         * modules/stdint (Makefile.am): Remove explicit dependency on
16148         $(STDINT_H), redundant through BUILT_SOURCES.
16149         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
16150         Remove explicit dependency on $(SYSEXITS_H).
16151         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
16152
16153 2005-07-18  Simon Josefsson  <jas@extundo.com>
16154
16155         * lib/check-version.c (check_version): Accept identical versions too.
16156
16157 2005-07-18  Bruno Haible  <bruno@clisp.org>
16158
16159         * modules/lock: New file.
16160         * MODULES.html.sh (Multithreading): New section.
16161
16162 2005-07-18  Bruno Haible  <bruno@clisp.org>
16163
16164         * m4/lock.m4: New file, from GNU gettext.
16165
16166 2005-07-18  Bruno Haible  <bruno@clisp.org>
16167
16168         * lib/lock.h: New file, from GNU gettext.
16169         * lib/lock.c: New file, from GNU gettext.
16170
16171 2005-07-18  Bruno Haible  <bruno@clisp.org>
16172
16173         * lib/lock.h (gl_once_t): New type.
16174         (gl_once_define, gl_once): New macros.
16175         * lib/lock.c (fresh_once): New variable.
16176         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
16177         functions.
16178
16179 2005-07-16  Simon Josefsson  <jas@extundo.com>
16180
16181         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
16182         workaround, suggested by Bruno.
16183
16184 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
16185
16186         * modules/xalloc (Depends-on): Add xalloc-die.
16187         * modules/xvasprintf (Depends-on): Add xalloc-die.
16188
16189 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
16190
16191         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
16192         with a minor change.
16193
16194 2005-07-15  Bruno Haible  <bruno@clisp.org>
16195
16196         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
16197         When using lib/poll.c, define poll as rpl_poll.
16198
16199 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
16200
16201         * modules/argp (Depends-on): Remove unlocked-io.
16202
16203 2005-07-14  Derek Price  <derek@ximbiot.com>
16204
16205         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
16206         for glob symlink bug.
16207
16208 2005-07-14  Bruno Haible  <bruno@clisp.org>
16209
16210         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
16211         Instead, test for *_unlocked function declarations directly.
16212
16213 2005-07-11  Simon Josefsson  <jas@extundo.com>
16214
16215         * modules/size_max: New file.
16216
16217         * modules/xsize: Depend on size_max module for size_max.m4.
16218
16219 2005-07-11  Simon Josefsson  <jas@extundo.com>
16220
16221         * lib/size_max.h: New file.
16222
16223 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
16224
16225         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
16226         copyright symbol and the year.
16227         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
16228         (version_etc_va): Use parameterized copyright notice.
16229         Reword to conform to the current GNU coding standards.
16230
16231 2005-07-11  Karl Berry  <karl@gnu.org>
16232
16233         * doc/gnulib.texi (Quoting): new node.
16234         (Initial import): more info, from Patrice.
16235
16236 2005-07-11  Bruno Haible  <bruno@clisp.org>
16237
16238         * gnulib-tool (func_usage): Document option --avoid.
16239         (Command line options): Handle --avoid.
16240         (func_acceptable): New function.
16241         (func_modules_transitive_closure): Use it.
16242
16243 2005-07-11  Bruno Haible  <bruno@clisp.org>
16244
16245         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
16246         Reported by Jim Meyering.
16247
16248 2005-07-10  Bruno Haible  <bruno@clisp.org>
16249
16250         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
16251         Needed when size_t is smaller than 'unsigned int'.
16252         Reported by Paul Eggert.
16253
16254 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16255
16256         * modules/argp (Depends-on): Add unlocked-io
16257
16258 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16259
16260         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
16261         block of defines.
16262
16263 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
16264
16265         * config/srclist.txt: Comment out regcomp.c, since we have a porting
16266         fix now.
16267
16268 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
16269         and Paul Eggert  <eggert@cs.ucla.edu>
16270
16271         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
16272         in wint_t, not wchar_t.  Remove now-unnecessary cast.
16273
16274 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16275
16276         * modules/regex (Files): Add lib/regex_internal.c,
16277         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
16278         (Depends-on): Add extensions.
16279         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
16280
16281 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16282
16283         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
16284         pathconf.
16285         * m4/same.m4 (gl_SAME): Likewise.
16286         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
16287
16288         * m4/regex.m4: Adjust to new libc regex implementation.
16289         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
16290         all the .c and .h parts of (the new) regex.
16291         Quote the m4 stuff better.
16292         Check for RE_ICASE bug of old gnulib.
16293         Check for REG_STARTEND of recent libc.
16294         Rename local variables from jm_* to gl_*.
16295         Quote operand of "test -f".
16296         Say "recent enough" version of libc, not "version 2".
16297         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
16298         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
16299         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
16300         Remove check for btowc, isascii.
16301         Require AM_LANGINFO_CODESET.
16302
16303 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16304
16305         * lib/regex.c, regex.h: Sync from libc.
16306         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
16307         * lib/regexec.c:
16308         New files, synced from libc, except that regex_internal.h
16309         currently has a small porting fix.
16310
16311 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16312
16313         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
16314         regex_internal.c, regexec.c.
16315         Add regex_internal.h too, but as a comment, since the libc version
16316         is currently broken in gnulib mode.
16317
16318 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16319
16320         Support programs like Emacs that use gnulib but not gettext.
16321         * MODULES.html.sh (Internationalization functions): Add gettext-h.
16322         * modules/gettext-h: New file.
16323         * modules/gettext (Files): Remove lib/gettext.h.
16324         (Depends-on): Add gettext-h.
16325         (Makefile.am): Remove lib_SOURCES.
16326         * modules/argmatch, modules/c-stack, modules/closeout:
16327         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
16328         * modules/execute, modules/file-type, modules/getaddrinfo:
16329         * modules/getopt, modules/human, modules/javacomp:
16330         * modules/javaexec, modules/mkdir-p, modules/obstack:
16331         * modules/openat, modules/pagealign_alloc, modules/pipe:
16332         * modules/quotearg, modules/regex, modules/rpmatch:
16333         * modules/unicodeio, modules/userspec, modules/version-etc:
16334         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
16335         * modules/xsetenv:
16336         Depend on gettext-h, not gettext.
16337
16338 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16339
16340         * gnulib-tool (func_import): Add support for 'public domain' license.
16341         * modules/alloca, modules/atexit, modules/memmove:
16342         Now public domain, not GPL.
16343         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
16344         * modules/realloc, modules/strerror, modules/strtod:
16345         Now LGPL, not GPL.
16346
16347 2005-07-05  Bruno Haible  <bruno@clisp.org>
16348
16349         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
16350         autoconf CVS. Needed for mingw.
16351
16352 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16353
16354         Remove the dependency of the strftime module on the tzset module.
16355         * modules/strftime (Depends-on): Remove dependency on tzset.
16356
16357 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16358
16359         Remove the dependency of the strftime module on the tzset module.
16360         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
16361         gl_FUNC_TZSET_CLOBBER.
16362
16363 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16364
16365         Remove the dependency of the strftime module on the tzset module.
16366         * lib/strftime.c (my_strftime)
16367         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
16368         Copy the input structure, to work around some of the bug with
16369         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
16370         Solaris releases, you should also use the tzset module, but we won't
16371         require it as a dependency any more since we don't want LGPLed code
16372         to depend on GPLed code.
16373
16374 2005-07-02  Jim Meyering  <jim@meyering.net>
16375
16376         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
16377         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
16378         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
16379         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
16380
16381 2005-07-02  Jim Meyering  <jim@meyering.net>
16382
16383         * lib/backupfile.c (backup_args): Change a `0' to NULL.
16384
16385 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16386
16387         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
16388         declares only 'struct timespec;' (!).
16389
16390 2005-07-01  Jim Meyering  <jim@meyering.net>
16391
16392         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
16393         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
16394         * lib/save-cwd.c, tempname.c:
16395         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
16396         and don't include <sys/file.h>).
16397
16398 2005-06-29  Jim Meyering  <jim@meyering.net>
16399
16400         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
16401         type name.  Use the variable name instead.
16402         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
16403         Likewise.
16404
16405 2005-06-28  Simon Josefsson  <jas@extundo.com>
16406
16407         * modules/check-version (Files): Add check-version.m4.
16408
16409 2005-06-28  Simon Josefsson  <jas@extundo.com>
16410
16411         * m4/check-version.m4: New file, suggested by Jim Meyering
16412         <jim@meyering.net>.
16413
16414 2005-06-28  Simon Josefsson  <jas@extundo.com>
16415
16416         * lib/check-version.h, lib/check-version.c: New files.
16417
16418 2005-06-28  Simon Josefsson  <jas@extundo.com>
16419
16420         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
16421         collision with global variable.  Better indentation.  Don't
16422         increment buffer pointer beyond buffer end.  Based on comments
16423         from Paul Eggert <eggert@cs.ucla.edu>.
16424
16425         * lib/base64.h: Indent.
16426
16427 2005-06-28  Simon Josefsson  <jas@extundo.com>
16428
16429         * doc/gnulib.texi (Library version handling): New section.
16430
16431 2005-06-28  Jim Meyering  <jim@meyering.net>
16432
16433         * check-module (find_included_lib_files): Hard-code another
16434         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
16435         but modules/fts-lgpl (correctly) does not list those files.
16436
16437         * modules/canonicalize (Files): Add lib/pathmax.h.
16438
16439 2005-06-25  Simon Josefsson  <jas@extundo.com>
16440
16441         * modules/check-version: New file.
16442
16443 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
16444
16445         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
16446         initializer of struct addrinfo, as an indication that we don't
16447         care how many members the structure has.
16448
16449 2005-06-24  Derek Price  <derek@ximbiot.com>
16450         and Bruno Haible  <bruno@clisp.org>
16451
16452         Remove stat module & update lstat.
16453         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
16454         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
16455         * m4/stat.m4: Remove this file.
16456
16457 2005-06-24  Derek Price  <derek@ximbiot.com>
16458         and Bruno Haible  <bruno@clisp.org>
16459
16460         Remove stat module & update lstat.
16461         * lib/stat.c: Remove this file...
16462         (slash_aware_lstat): ...moving this content and its support...
16463         * lib/lstat.c (rpl_lstat): ...into here.
16464         * lib/lstat.h: New file.
16465
16466 2005-06-24  Derek Price  <derek@ximbiot.com>
16467         and Bruno Haible  <bruno@clisp.org>
16468
16469         Remove stat module & update lstat.
16470         * config/srclist.txt (libc sources): Remove stat.
16471
16472 2005-06-24  Derek Price  <derek@ximbiot.com>
16473         and Bruno Haible  <bruno@clisp.org>
16474
16475         Remove stat module & update lstat.
16476         * MODULES.html.sh (stat): Remove.
16477         * MODULES.html: Regenerated.
16478         * modules/lstat (Description): Correct function name.
16479         (Files): Add "lstat.h".
16480         (Depends-on): Remove stat, add xalloc, stat-macros.
16481         * modules/stat: Remove this file.
16482         (Include): Add "lstat.h", remove <sys/stat.h>.
16483
16484 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16485
16486         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
16487         (ranged_convert): Don't save conversion in a temporary struct.
16488         This causes a warning with GCC 4.0.0, and anyway in the typical
16489         case it's not worth the extra 100 bytes or so of code.
16490         (ranged_convert, __mktime_internal): When calling a function via a
16491         pointer P, use P () rather than (*P) (), as we now assume C89 or
16492         better.
16493
16494 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16495
16496         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
16497         "who -r" failed to give output.  Problem reported by Tim Waugh.
16498
16499         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
16500         (xcalloc): Use it to avoid needless tests.
16501         Problem reported by Jim Meyering.
16502
16503 2005-06-20  Derek Price  <derek@ximbiot.com>
16504
16505         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
16506         unnecessary for Autoconfs > 2.59c.
16507
16508 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16509
16510         * lib/argp.h (__option_is_short): Check upper limit of
16511         __key. Isprint() requires its argument to have the value
16512         of an unsigned char or EOF.
16513
16514 2005-06-16  Jim Meyering  <jim@meyering.net>
16515
16516         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
16517         when either N or S is zero.
16518
16519 2005-06-16  Derek Price  <derek@ximbiot.com>
16520
16521         * m4/bison.m4: Declare YACC & YFLAGS precious.
16522
16523 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
16524
16525         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
16526         multibyte string or pattern, fall back on unibyte matching.
16527         Problem reported by James Youngman.
16528
16529 2005-06-08  Bruno Haible  <bruno@clisp.org>
16530
16531         * modules/csharpcomp: New file.
16532         * MODULES.html.sh (C#): Add csharpcomp.
16533
16534 2005-06-08  Bruno Haible  <bruno@clisp.org>
16535
16536         * m4/csharpcomp.m4: New file, from GNU gettext.
16537
16538 2005-06-08  Bruno Haible  <bruno@clisp.org>
16539
16540         * lib/csharpcomp.h: New file, from GNU gettext.
16541         * lib/csharpcomp.c: New file, from GNU gettext.
16542         * lib/csharpcomp.sh.in: New file, from GNU gettext.
16543
16544 2005-06-08  Bruno Haible  <bruno@clisp.org>
16545
16546         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
16547         warning on mingw.
16548
16549 2005-06-07  Derek Price  <derek@ximbiot.com>
16550
16551         Sync from CVS.
16552         * lib/glob_.h: Indent nested #ifdef.
16553
16554 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16555
16556         Sync from coreutils.
16557         Use "file name" when talking about file names, instead of "filename"
16558         or "path", as per the GNU coding standards.
16559         * lib/mkdir-p.c: Renamed from makepath.c.
16560         (make_dir_parents): Renamed from make_path.  All callers changed.
16561         * lib/mkdir-p.h: Likewise.  All includers changed.
16562         * lib/filenamecat.c: Renamed from path-concat.c.
16563         (file_name_concat): Renamed from path_concat.  All callers changed.
16564         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
16565         * lib/filenamecat.h: Likewise.  All includers changed.
16566         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
16567         in comments or local variable names.
16568         * lib/basename.c: Likewise.
16569         * lib/canonicalize.c, canonicalize.h: Likewise.
16570         * lib/dirname.c, dirname.h: Likewise.
16571         * lib/euidaccess.c: Likewise.
16572         * lib/exclude.c: Likewise
16573         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
16574         * lib/fsusage.c, fsuage.h: Likewise.
16575         * lib/fts.c, fts_.h: Likewise.
16576         * lib/getcwd.c: Likewise.
16577         * lib/getloadavg.c: Likewise.
16578         * lib/mkstemp.c: Likewise.
16579         * lib/mountlist.c, mountlist.h: Likewise.
16580         * lib/openat.c, openat.h: Likewise.
16581         * lib/readlink-stub.c: Likewise.
16582         * lib/readutmp.c, readutmp.h: Likewise.
16583         * lib/rename.c: Likewise.
16584         * lib/rmdir.c: Likewise.
16585         * lib/same.c: Likewise.
16586         * lib/savedir.c: Likewise.
16587         * lib/stripslash.c: Likewise.
16588         * lib/tempname.c: Likewise.
16589         * lib/xreadlink.c: Likewise.
16590         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
16591         All uses changed.
16592         * lib/exclude.h: Likewise.
16593
16594         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
16595         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16596         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
16597         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16598         * lib/pathmax.h: Include <limits.h> unconditionally, since other
16599         files have been getting away with it for years (MORE/BSD 4.3
16600         is extinct now).
16601         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
16602         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16603
16604         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
16605         Define to 256, not 255, as per modern POSIX.
16606
16607 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16608
16609         Sync from coreutils.
16610         Use "file name" when talking about file names, instead of "filename"
16611         or "path", as per the GNU coding standards.
16612         * MODULES.html.sh: mkdir-p renamed from makepath.
16613         filenamecat renamed from path-concat.
16614         * modules/filenamecat: Renamed from modules/path-concat.
16615         (Files): filenamecat.h and filenamecat.c renamed from
16616         path-concat.h and path-concat.c.
16617         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
16618         (Include): filenamecat.h, not path-concat.h.
16619         * modules/mkdir-p: Renamed from modules/makepath.
16620         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
16621         makepath.c.
16622         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
16623         (Include): mkdir-p.h, not makepath.h.
16624
16625 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16626
16627         Sync from coreutils.
16628         * m4/mkdir-p.m4: Renamed from makepath.m4.
16629         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
16630         Rename files from makepath.c to mkdir-p.c, and from
16631         makepath.h to mkdir-p.h.
16632         * m4/filenamecat.m4: Renamed from path-concat.m4.
16633         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
16634         Rename files from path-concat.c to filenamecat.c,
16635         and from path-concat.h to filenamecat.h.
16636         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
16637         "file name" in local variables or comments.
16638         * m4/rename.m4: Likewise.
16639
16640 2005-06-01  Bruno Haible  <bruno@clisp.org>
16641
16642         * modules/csharpexec: New file.
16643         * MODULES.html.sh (C#): New section.
16644
16645 2005-06-01  Bruno Haible  <bruno@clisp.org>
16646
16647         * m4/csharp.m4: New file, from GNU gettext.
16648         * m4/csharpexec.m4: New file, from GNU gettext.
16649
16650 2005-06-01  Bruno Haible  <bruno@clisp.org>
16651
16652         * lib/csharpexec.h: New file, from GNU gettext.
16653         * lib/csharpexec.c: New file, from GNU gettext.
16654         * lib/csharpexec.sh.in: New file, from GNU gettext.
16655
16656 2005-05-31  Derek Price  <derek@ximbiot.com>
16657             Paul Eggert  <eggert@cs.ucla.edu>
16658
16659         Sync from cvs.
16660         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16661
16662 2005-05-31  Derek Price  <derek@ximbiot.com>
16663             Paul Eggert  <eggert@cs.ucla.edu>
16664
16665         Sync from cvs.
16666         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16667
16668 2005-05-29  Derek Price  <derek@ximbiot.com>
16669
16670         * config/srclist.txt (glob_.h, glob.c): Add these files.
16671
16672 2005-05-29  Derek Price  <derek@ximbiot.com>
16673
16674         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
16675         * modules/glob: New file.
16676         * modules/getlogin_r: Add link to POSIX spec in description.
16677
16678 2005-05-29  Derek Price  <derek@ximbiot.com>
16679             Paul Eggert  <eggert@cs.ucla.edu>
16680
16681         * m4/glob.m4: New file.
16682
16683 2005-05-29  Derek Price  <derek@ximbiot.com>
16684             Paul Eggert  <eggert@cs.ucla.edu>
16685
16686         * lib/glob_.h, lib/glob.c: New files.
16687
16688 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16689
16690         * modules/fts (Files): Remove m4/inttypes-pri.m4.
16691         * modules/fts-lgpl (Depends-on): Remove gettext.
16692
16693 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16694
16695         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
16696         and don't require gt_INTTYPES_PRI.
16697
16698 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16699
16700         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
16701
16702         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
16703         the configuration hassle isn't worth it.
16704         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
16705         (LONGEST_MODIFIER, PRIuMAX): Remove.
16706
16707 2005-05-27  Bruno Haible  <bruno@clisp.org>
16708
16709         * lib/getlogin_r.h: Remove second include of <stddef.h>.
16710
16711 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
16712
16713         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
16714         _POSIX_PTHREAD_SEMANTICS for Solaris.
16715
16716 2005-05-25  Derek Price  <derek@ximbiot.com>
16717
16718         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
16719
16720 2005-05-25  Derek Price  <derek@ximbiot.com>
16721             Paul Eggert  <eggert@cs.ucla.edu>
16722
16723         * modules/getlogin_r, m4/getlogin_r.m4: New files.
16724         * lib/getlogin_r.c, getlogin_r.h: New files.
16725
16726 2005-05-25  Bruno Haible  <bruno@clisp.org>
16727             Derek Price  <derek@ximbiot.com>
16728
16729         * lib/getlogin_r.h: Simplify API documentation.
16730
16731 2005-05-23  Derek Price  <derek@ximbiot.com>
16732
16733         * modules/minmax (Files): Add m4/minmax.m4.
16734         (configure.ac): Add gl_MINMAX.
16735
16736 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16737
16738         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
16739         so that unistd-safer.h (GPL'ed code) need not be included.
16740
16741 2005-05-22  Bruno Haible  <bruno@clisp.org>
16742
16743         * m4/minmax.m4: New file.
16744         Based on a patch by Derek Price <derek@ximbiot.com>.
16745
16746 2005-05-22  Bruno Haible  <bruno@clisp.org>
16747
16748         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
16749         (INT64_MIN): Fix definition.
16750         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
16751
16752         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
16753         NEED_SIGNED_INT_TYPES.
16754
16755         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
16756         HAVE_SYSTEM_INTTYPES.
16757
16758 2005-05-22  Bruno Haible  <bruno@clisp.org>
16759
16760         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
16761         Also include <sys/param.h> if it defines MIN, MAX.
16762         Based on a patch by Derek Price <derek@ximbiot.com>.
16763
16764 2005-05-21  Jim Meyering  <jim@meyering.net>
16765
16766         * modules/fts (Files): Add m4/inttypes-pri.m4.
16767         (Depends-on): Add lstat and remove gettext.  Alphabetize.
16768
16769 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16770
16771         New fts module.
16772         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
16773         (setup_dir, free_dir): New functions.
16774         (enter_dir, leave_dir): Define trivial
16775         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
16776         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
16777         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
16778         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
16779         Move to fts-cycle.c.
16780         (fts_open): Use setup_dir.
16781         (fts_close): Use free_dir.
16782         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
16783         This adds a label and some gotos, but the alternatives were messier.
16784         Check for memory allocation failure when entering a dir.
16785         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
16786         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
16787         (FTS): New member fts_cycle, that is a union that contains the
16788         old active_dir_ht and cycle_state.  All uses changed to mention
16789         fts_cycle.ht and fts_cycle.state.
16790         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
16791         fts.c, with the following changes:
16792         (setup_dir, free_dir): New functions.
16793         (enter_dir): Now returns bool.  Return true if successful, false
16794         if memory exhausted.  All callers changed.
16795         Do not bother partly cleaning up on
16796         memory allocation failure; that is free_dir's job.
16797         However, free ad if hash_insert fails, to avoid memory leak.
16798         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
16799         fts->fts_options to see which union member to use.
16800
16801 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16802
16803         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
16804         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
16805
16806 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16807
16808         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
16809
16810 2005-05-20  Jim Meyering  <jim@meyering.net>
16811
16812         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
16813         Now a macro, to pacify GCC.
16814
16815 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16816
16817         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
16818         of -1.
16819
16820 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16821
16822         * lib/chown.c (rpl_chown): Return -1 on failure.
16823
16824 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16825
16826         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
16827         Don't check for stddef.h.
16828         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
16829         don't use its results.
16830         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
16831         since we include them unconditionally.  Don't require
16832         AM_STDBOOL_H, since stdbool is a prerequisite.
16833         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
16834         since we assume C89 or better.
16835         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
16836         as we don't use their results.
16837         Don't check for fchdir, memmove, memset, strrchr, as we use
16838         them unconditionally.
16839         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
16840         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
16841
16842 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16843
16844         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
16845         Include <stddef.h> unconditionally, since we assume C89 now.
16846         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
16847         * lib/fts.c: Include fts_.h first, to check interface.
16848         Do not include intprops.h; no longer needed.
16849         Include cycle-check.h and hash.h, since fts_.h no longer does.
16850         Remove unnecessary casts of closedir to void.
16851         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
16852         decide whether to decrement nlinks.
16853         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
16854         (FTS): Use struct hash_table * instead of Hash_table, so that
16855         we no longer need to include hash.h here.
16856
16857 2005-05-18  Jim Meyering  <jim@meyering.net>
16858
16859         * modules/dirfd (License): Change to LGPL.  Most of the code
16860         is already in the public domain.
16861
16862 2005-05-18  Jim Meyering  <jim@meyering.net>
16863
16864         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
16865         Reported by Yoann Vandoorselaere.
16866
16867 2005-05-17  Jim Meyering  <jim@meyering.net>
16868
16869         * m4/fts.m4: New file, from coreutils.
16870
16871 2005-05-17  Jim Meyering  <jim@meyering.net>
16872
16873         * lib/fts.c, lib/fts_.h: New files, from coreutils.
16874
16875 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16876
16877         Sync from coreutils.
16878         * m4/unlinkdir.m4: New file.
16879
16880 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16881
16882         Sync from coreutils.
16883         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
16884         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
16885         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
16886         White space changes only.
16887         * lib/makepath.c (make_path): Port to hosts where leading "//" is
16888         special.
16889         * lib/yesno.c: Include getline.h, not ctype.h.
16890         (yesno): Don't remove leading white space; POSIX doesn't allow it.
16891         Use getline to remove arbitrary restriction on response length.
16892
16893 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16894
16895         * config/srclist-update: Spell out "Street" in FSF postal
16896         mail address; this is the style the FSF seems to prefer.
16897
16898         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
16899         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
16900         this updates FSF postal mail address.
16901
16902         Sync from coreutils.
16903         * modules/unlinkdir: New file.
16904         * modules/yesno (Depends-on): Add getline.
16905         * MODULES.html.sh (File system functions): Add unlinkdir.
16906
16907 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16908
16909         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
16910         lib/strsep.h:
16911         Change the initial comment to refer to GPL, not LGPL.
16912         gnulib-tool will change it to LGPL as needed.
16913
16914         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
16915         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
16916         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
16917         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
16918         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
16919         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
16920         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
16921         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
16922         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
16923         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
16924         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
16925         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
16926         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
16927         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
16928         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
16929         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
16930         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
16931         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
16932         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
16933         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
16934         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
16935         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
16936         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
16937         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
16938         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
16939         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
16940         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
16941         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
16942         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
16943         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
16944         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
16945         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
16946         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
16947         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
16948         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
16949         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
16950         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
16951         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
16952         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
16953         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
16954         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
16955         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
16956         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
16957         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
16958         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
16959         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
16960         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
16961         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
16962         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
16963         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
16964         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16965         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
16966         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
16967         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
16968         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
16969         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
16970         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
16971         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
16972         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
16973         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
16974         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
16975         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
16976         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
16977         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
16978         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
16979         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
16980         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
16981         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
16982         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
16983         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
16984         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
16985         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
16986         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
16987         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
16988         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
16989         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
16990         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
16991         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
16992         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
16993         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
16994         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
16995         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
16996         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
16997         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
16998         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
16999         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
17000         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
17001         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
17002         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
17003         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
17004         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
17005         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
17006         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
17007         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
17008         lib/yesno.c, lib/yesno.h:
17009         Update FSF postal mail address.
17010
17011 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17012
17013         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
17014         tests/test-memmem.c, tests/test-stpncpy.c:
17015         Update FSF postal mail address.
17016
17017 2005-05-13  Bruno Haible  <bruno@clisp.org>
17018
17019         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
17020         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
17021         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
17022         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
17023         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
17024         Add support for 64-bit integers in the MSVC compiler.
17025
17026 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17027
17028         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
17029
17030 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
17031
17032         * gnulib-tool (func_import): Sort and uniquify recommended includes.
17033
17034 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
17035
17036         * doc/getdate.texi (General date syntax): Don't say that date
17037         date --iso-8601=ns generates acceptable dates; it doesn't yet.
17038         Problem reported by Nic Ferrier.
17039
17040 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17041
17042         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
17043         specified in ai_socktype. Fix invalid ai_protocol
17044         check. ai_protocol is usually set to 0 or depending on
17045         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
17046         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
17047         ai_socktype / ai_protocol in the returned addrinfo structure.
17048
17049 2005-05-10  Simon Josefsson  <jas@extundo.com>
17050
17051         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
17052         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17053
17054 2005-05-10  Karl Berry  <karl@gnu.org>
17055
17056         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
17057         (from http://www.gnu.org/licenses).
17058         * doc/COPYING.LIB: also rename to COPYING.LESSER.
17059         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
17060         fdl.texi suffices.
17061
17062 2005-05-10  Karl Berry  <karl@gnu.org>
17063
17064         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
17065         (COPYING.DOC): remove.
17066
17067         * config/srclist-update: new FSF address.
17068
17069 2005-05-10  Derek Price  <derek@ximbiot.com>
17070
17071         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
17072         possible.
17073
17074 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17075             Bruno Haible  <bruno@clisp.org>
17076
17077         * modules/inet_ntop: New file.
17078         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17079         inet_ntop.
17080
17081 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17082             Bruno Haible  <bruno@clisp.org>
17083
17084         * m4/inet_ntop.m4: New file.
17085
17086 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17087             Bruno Haible  <bruno@clisp.org>
17088
17089         * lib/inet_ntop.h: New file.
17090         * lib/inet_ntop.c: New file, from glibc with modifications.
17091
17092 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
17093
17094         * modules/time_r (License): Change to LGPL.
17095         * modules/extensions (License): Change to LGPL.  Actually,
17096         the license is more permissive than that, but currently gnulib-tool
17097         doesn't know how to handle more-permissive licenses.
17098
17099         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
17100         Problem reported by Dave Love.
17101
17102 2005-05-08  Jim Meyering  <jim@meyering.net>
17103
17104         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
17105         blank.
17106
17107 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
17108
17109         * modules/argmatch (Depends-on): Add stdbool.
17110         * modules/backupfile (Depends-on): Likewise.
17111         * modules/chdir-long (Depends-on): Likewise.
17112         * modules/closeout (Depends-on): Likewise.
17113         * modules/cycle-check (Depends-on): Likewise.
17114         * modules/dirname (Depends-on): Likewise.
17115         * modules/fnmatch (Depends-on): Likewise.
17116         * modules/fsusage (Depends-on): Likewise.
17117         * modules/fwriteerror (Depends-on): Likewise.
17118         * modules/getcwd (Depends-on): Likewise.
17119         * modules/getloadavg (Depends-on): Likewise.
17120         * modules/hard-locale (Depends-on): Likewise.
17121         * modules/makepath (Depends-on): Likewise.
17122         * modules/mountlist (Depends-on): Likewise.
17123         * modules/nanosleep (Depends-on): Likewise.
17124         * modules/posixtm (Depends-on): Likewise.
17125         * modules/quotearg (Depends-on): Likewise.
17126         * modules/readtokens (Depends-on): Likewise.
17127         * modules/readtokens0 (Depends-on): Likewise.
17128         * modules/readutmp (Depends-on): Likewise.
17129         * modules/save-cwd (Depends-on): Likewise.
17130         * modules/strftime (Depends-on): Likewise.
17131         * modules/userspec (Depends-on): Likewise.
17132         * modules/utimecmp (Depends-on): Likewise.
17133         * modules/xgetcwd (Depends-on): Likewise.
17134         * modules/xnanosleep (Depends-on): Likewise.
17135         * modules/xstrtod (Depends-on): Likewise.
17136         * modules/yesno (Depends-on): Likewise.
17137
17138 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
17139
17140         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
17141         needless checks.
17142
17143 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17144
17145         Merge from coreutils.  Among other things,
17146         add bulletproofing for cases where stdin, stdout, or stderr are closed.
17147         * lib/fd-safer.c: New file.
17148         * lib/fcntl-safer.h, open-safer.c: Remove.
17149         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
17150         * lib/dup-safer.c: Include unistd-safer.h first.
17151         Don't include errno.h.
17152         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
17153         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
17154         * lib/file-type.c: Rely on file-type.h change.
17155         * lib/getloadavg.c: Include unistd-safer.h.
17156         (getloadavg): Use safer open.
17157         * lib/getusershell.c: Include "stdio-safer.h".
17158         (getusershell): Use safer fopen.
17159         * lib/long-options.c (long_options): Use NULL rather than 0.
17160         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
17161         'free'.
17162         * lib/modechange.c: Likewise.
17163         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
17164         (MODE_DONE): New constant.
17165         (struct mode_change): Remove 'next' member.
17166         (make_node_op_equals): New function; like the old one of the
17167         same name, except it allocates an array.
17168         (mode_compile, mode_create_from_ref): Use it.
17169         (mode_compile): Allocate result as an array, not a linked list.
17170         Parse octal string ourself, so that we catch mistakes like "+0".
17171         (mode_adjust): Arg is an array, not a linked list.
17172         * lib/modechange.c: Include stat-macros.h, xalloc.h.
17173         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
17174         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
17175         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
17176         Remove.  This is now stat-macros.h's job.
17177         (talloc): Remove.  All callers replaced by xalloc, so that
17178         our invokers don't have to worry about reporting memory failures.
17179         (make_node_op_equals): Remove.
17180         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
17181         New constants.
17182         (struct mode_change): Moved here from modechange.h.
17183         (mode_append_entry): Remove.
17184         (mode_compile): Remove MASKED_OPS arg, since it encouraged
17185         apps to have incorrect behavior.  Use simpler algorithm for head
17186         and tail.  Don't futz with umask; that's now the job of mode_adjust.
17187         Detect more invalid usages rather than having somewhat-random behavior.
17188         Don't insert an "a=" action, as that leads to incorrect behavior.
17189         (mode_compile, mode_create_from_ref): Return NULL on error instead
17190         of an enum, since now there's only one way to have an error.  All
17191         callers changed.
17192         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
17193         at the correct time.  Simplify calculation of "+u" and its ilk.
17194         Don't mishandle "+X".
17195         (mode_free): Remove "register" and localize decls.
17196         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
17197         (struct mode_change): Move to modechange.c; callers don't
17198         need to see this stuff.
17199         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
17200         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
17201         (mode_change, mode_adjust): Reflect the new signatures noted above.
17202         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
17203         that might redefine system include files.
17204         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
17205         (my_usleep): Use NULL rather than (void *) 0.
17206         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
17207         Use siginterrupt to specify that system calls should be interrupted.
17208         (rpl_nanosleep): Move initialization of suspended closer to call of
17209         my_usleep.
17210         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
17211         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
17212         (desirable_utmp_entry): New function.
17213         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
17214         using x2nrealloc, to simplify logic.
17215         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
17216         size calculation.  Do not assume utmp file is a regular file.
17217         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
17218         (READ_UTMP_CHECK_PIDS): New constant.
17219         * lib/save-cwd.c: Include unistd-safer.h.
17220         (save_cwd): Use fd_safer.
17221         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
17222         [!_LIBC] Include "stat-macros.h" instead.
17223         * lib/unistd-safer.h (fd_safer): New decl.
17224
17225 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17226
17227         * modules/getloadavg (Depends-on): Add unistd-safer.
17228         * modules/getusershell (Depends-on): Add stdio-safer.
17229         * modules/lstat (Depends-on): Remove xalloc.
17230         * modules/mkstemp (Depends-on): Add stat-macros.
17231         * modules/modechange (Depends-on): Remove xstrtol.
17232         Add stat-macros, xalloc.
17233         * modules/save-cwd (Depends-on): Add unistd-safer.
17234         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
17235         * modules/unistd-safer (Files): Add lib/fd-safer.c
17236         (Makefile.am): Remove lib_SOURCES.
17237
17238         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
17239         Remove fcntl-safer; unistd-safer supersedes it.
17240
17241 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17242
17243         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
17244         AC_HEADER_STAT.
17245         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
17246         (gl_PREREQ_CHOWN): Remove.
17247         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
17248         it.  Don't require AC_HEADER_STAT.
17249         (gl_PREREQ_LSTAT): Remove.
17250         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
17251         Don't require AC_HEADER_STAT.
17252         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
17253         (gl_PREREQ_RMDIR): Remove.
17254         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
17255         mention stat-macros.h or AC_HEADER_STAT, since we'll make
17256         the stat-macros module a prerequisite.
17257         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
17258         * m4/filemode.m4 (gl_FILEMODE): Likewise.
17259         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
17260         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
17261         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
17262         variable names.
17263         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
17264         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
17265         variable prefixes.
17266         * m4/fcntl-safer.m4: Remove.
17267         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
17268         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
17269         Invoke gl_PREREQ_FD_SAFER.
17270         (gl_PREREQ_FD_SAFER): New macro.
17271         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
17272         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
17273         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
17274         Remove duplicate call to AC_LIBOBJ(readutmp).
17275         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
17276
17277         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
17278         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
17279
17280 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17281
17282         * MODULES.html.sh (Misc): Add byteswap.
17283
17284 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17285
17286         * modules/getcwd (Depends-on): Add extensions.
17287         * modules/openat (Depends-on): Likewise.
17288
17289 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17290
17291         * modules/byteswap: New file.
17292
17293 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17294
17295         * m4/byteswap.m4: New file.
17296
17297 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17298
17299         * lib/byteswap_.h: New file.
17300
17301 2005-04-25  Karl Berry  <karl@gnu.org>
17302
17303         * m4/gettext.m4: Update from GNU gettext 0.14.4.
17304
17305 2005-04-25  Albert Chin  <china@thewrittenword.com>
17306
17307         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
17308         Toolkit C bug.
17309
17310 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
17311
17312         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
17313         (func_ln_if_changed) Remove forcibly for no error message
17314         in case file does not exist.
17315
17316 2005-04-19  Simon Josefsson  <jas@extundo.com>
17317
17318         * gnulib-tool (Options): Make --symlink mean --symbolic.
17319
17320 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
17321
17322         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
17323
17324 2005-04-16  Simon Josefsson  <jas@extundo.com>
17325
17326         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
17327
17328 2005-04-15  Simon Josefsson  <jas@extundo.com>
17329
17330         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
17331
17332 2005-04-15  Simon Josefsson  <jas@extundo.com>
17333
17334         * gnulib-tool: Rename --symlink to --symbolic.
17335
17336 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
17337
17338         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
17339         symbolic links to files instead of copying/moving.  Add --aux-dir,
17340         specifying directory relative --dir where auxiliary build tools
17341         are placed.
17342
17343 2005-04-14  Bruno Haible  <bruno@clisp.org>
17344
17345         * modules/allocsa (License): Change to LGPL.
17346         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
17347
17348 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17349
17350         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
17351         that "UTC +1 second" continues to work.  Problem reported
17352         by Dmitry V. Levin.
17353         (relunit_snumber): New rule.
17354         (relunit): Use it.
17355
17356 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
17357
17358         * lib/getdate.y (universal_time_zone_table): New constant.
17359         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
17360         universal_time_zone_table.
17361         (lookup_zone): Prefer universal_time_zone_table to
17362         local_time_zone_table, so that "GMT" time stamps are allowed in
17363         London during the summer.  Problem reported by Ian Abbott.
17364
17365 2005-04-12  Jim Meyering  <jim@meyering.net>
17366
17367         * lib/human.c (humblock): Set *options even when returning due to
17368         xstrtoumax conversion failure.  Thanks to a used-uninitialized
17369         warning from gcc-4.
17370
17371 2005-04-09  Jim Meyering  <jim@meyering.net>
17372
17373         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
17374         -Wuninitialized: initialize tm0.tm_year.
17375
17376 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
17377
17378         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
17379         count, since there's no maximum.  All uses changed.
17380         Add member dsts_seen.
17381         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
17382         not being INT_MAX.
17383         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
17384         Use pc_rels_seen to decide whther a date is absolute.
17385
17386         * lib/getdate.y (number): Don't overwrite year.
17387         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
17388         check.
17389
17390 2005-04-02  Simon Josefsson  <jas@extundo.com>
17391
17392         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
17393         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
17394
17395 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
17396
17397         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
17398         where no absolute path name can be longer than PATH_MAX.
17399
17400 2005-03-27  Jim Meyering  <jim@meyering.net>
17401
17402         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
17403
17404 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
17405
17406         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
17407         "one's complement" -> "ones' complement" in comment, as per Knuth.
17408         "value of type" -> "type or expression" in comment.
17409         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
17410
17411 2005-03-26  Jim Meyering  <jim@meyering.net>
17412
17413         Comment nits.
17414         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
17415         Correct typos: s/or/of/.
17416
17417 2005-03-26  Jim Meyering  <jim@meyering.net>
17418
17419         * modules/check-include-files: Move to ../ and rename to...
17420         * check-module: ...this.
17421
17422 2005-03-25  Jim Meyering  <jim@meyering.net>
17423
17424         * modules/xvasprintf (Files): Add xalloc.h.
17425
17426 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17427
17428         * modules/gettext (Files): config/config.rpath ->
17429         build-aux/config.rpath
17430         * modules/iconv (Files): Likewise.
17431         Problem reported by Oskar Liljeblad.
17432
17433 2005-03-23  Jim Meyering  <jim@meyering.net>
17434
17435         * modules/check-include-files: New script to check for
17436         missing dependencies, multiple includes, etc.
17437
17438         * modules/c-strtold (Depends-on): Add xalloc.
17439         * modules/c-strtod (Depends-on): Add xalloc.
17440         * modules/hash (Depends-on): Add xalloc.
17441         (Files): Remove lib/xalloc.h.
17442
17443         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
17444         * modules/userspec (Files): Add lib/inttostr.h.
17445
17446 2005-03-23  Jim Meyering  <jim@meyering.net>
17447
17448         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
17449
17450 2005-03-22  Jim Meyering  <jim@meyering.net>
17451
17452         * modules/stat-macros: New module.
17453         * modules/canonicalize, modules/euidaccess, modules/file-type,
17454         * modules/filemode, modules/lchown, modules/makepath,
17455         * modules/rmdir, modules/stat: Depend on new stat-macros module
17456         rather than listing lib/stat-macros.h manually.
17457         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
17458
17459 2005-03-22  Jim Meyering  <jim@meyering.net>
17460
17461         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
17462
17463 2005-03-22  Bruno Haible  <bruno@clisp.org>
17464
17465         * config/srclist.txt: Replace target directory 'config' with
17466         'build-aux'.
17467         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
17468         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
17469         ../build-aux/.
17470
17471 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
17472
17473         * modules/chdir-long (Depends-on): Add mempcpy.
17474
17475         * modules/acl, modules/backupfile, modules/c-strtod,
17476         modules/c-strtold, modules/canon-host, modules/canonicalize,
17477         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
17478         modules/exclude, modules/exitfail, modules/file-type,
17479         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
17480         modules/getdate, modules/getline, modules/getpagesize,
17481         modules/getpass, modules/getugroups, modules/group-member,
17482         modules/hard-locale, modules/hash, modules/human, modules/idcache,
17483         modules/inttostr, modules/long-options, modules/makepath,
17484         modules/md5, modules/memcasecmp, modules/memcoll,
17485         modules/modechange, modules/mountlist, modules/path-concat,
17486         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
17487         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
17488         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
17489         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
17490         modules/strftime, modules/strndup, modules/strverscmp,
17491         modules/timespec, modules/unlocked-io, modules/userspec,
17492         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
17493         modules/yesno:
17494         Remove lib_SOURCES line from Makefile.am section, as this is now
17495         done automatically by the corresponding Autoconf macro.
17496
17497 2005-03-21  Jim Meyering  <jim@meyering.net>
17498
17499         Changes imported from coreutils.
17500
17501         * lib/cycle-check.c: Don't include xalloc.h.
17502
17503         * lib/path-concat.c: Don't include assert.h.
17504         (path_concat): Remove assertion that would have triggered
17505         for ABASE starting with more than one slash.
17506         Reported by Andreas Schwab.
17507
17508         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
17509         properly when ABASE is an absolute file name.
17510         Correct the description of this function.
17511         Include <assert.h>.
17512         Add an assertion and a test driver.
17513         This fixes a bug introduced on 2004-07-02.
17514         Andreas Schwab reported the resulting failure of cp --parents:
17515         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
17516
17517 2005-03-21  Jim Meyering  <jim@meyering.net>
17518
17519         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
17520         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
17521
17522 2005-03-21  Jim Meyering  <jim@meyering.net>
17523         and  Paul Eggert  <eggert@cs.ucla.edu>
17524
17525         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
17526         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
17527         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
17528         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
17529         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
17530         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
17531         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
17532         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
17533         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
17534         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
17535         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
17536         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
17537         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
17538         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
17539         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
17540         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
17541         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
17542         for these modules.
17543
17544 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17545
17546         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
17547         (which shouldn't happen), generate nothing instead of returning 0
17548         immediately, so that nstrftime (NULL, ...) doesn't return 0.
17549
17550 2005-03-16  Bruno Haible  <bruno@clisp.org>
17551
17552         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
17553         HAVE_LONGLONG_64BIT.
17554
17555 2005-03-16  Bruno Haible  <bruno@clisp.org>
17556
17557         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
17558         HAVE_LONGLONG_64BIT.
17559
17560 2005-03-16  Bruno Haible  <bruno@clisp.org>
17561
17562         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
17563         HAVE_LONGLONG_64BIT.
17564
17565 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17566
17567         * lib/strftime.c (my_strftime): Prepend space to format so that we can
17568         reliably distinguish strftime failure from empty output on POSIX
17569         hosts.
17570
17571 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17572
17573         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
17574         (iconv_string): Don't guess a size-zero buffer, as that might cause
17575         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
17576         result would be 'too large', where 'too large' is (heuristically)
17577         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
17578         overflow concerns.  This will prevent some unwanted malloc failures
17579         when the inputs are very large.
17580
17581 2005-03-15  Karl Berry  <karl@gnu.org>
17582
17583         * config/srclist.txt (config.rpath): from gettext.
17584         * config/config.rpath: update.
17585
17586 2005-03-15  Bruno Haible  <bruno@clisp.org>
17587
17588         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
17589         to 'negate'.
17590
17591         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
17592         variable.
17593
17594         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
17595         results.
17596
17597 2005-03-14  Simon Josefsson  <jas@extundo.com>
17598
17599         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
17600         <fx@gnu.org>.
17601
17602 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
17603
17604         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
17605         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
17606         intprops.h.
17607         * lib/strtol.c: Likewise.
17608
17609 2005-03-14  Jim Meyering  <jim@meyering.net>
17610
17611         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
17612         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
17613         to be nonzero so that we (and caller) can detect the difference
17614         between a valid zero-length expansion and an error return, even
17615         when the underlying strftime fails before writing anything into
17616         that location.
17617
17618 2005-03-14  Bruno Haible  <bruno@clisp.org>
17619
17620         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
17621         Update from GNU gettext 0.14.3.
17622
17623 2005-03-10  Jim Meyering  <jim@meyering.net>
17624
17625         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
17626
17627 2005-03-10  Jim Meyering  <jim@meyering.net>
17628
17629         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
17630         so that this module works on systems without fchdir.
17631
17632 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
17633
17634         Factor int-properties macros into a single file, except for
17635         glibc-related files.
17636         * lib/intprops.h: New file.
17637         * lib/getloadavg.c: Include it instead of limits.h.
17638         (INT_STRLEN_BOUND): Remove.
17639         * lib/human.c: Include intprops.h.
17640         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
17641         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
17642         302/1000.
17643         * lib/inttostr.h: Include intprops.h instead of limits.h.
17644         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
17645         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
17646         for consistency with intprops.h.
17647         (time_t_is_integer, twos_complement_arithmetic): Use them.
17648         * lib/sig2str.h: Include <signal.h>, intprops.h.
17649         (INT_STRLEN_BOUND): Remove.
17650         * lib/strftime.c (TYPE_SIGNED): Remove.
17651         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
17652         * lib/strtol.c: Adjust comments to match intprops.h.
17653         * lib/userspec.c: Include intprops.h.
17654         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
17655         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
17656         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
17657         instead of rolling our own expressions.
17658         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
17659
17660         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
17661         instead of int.
17662         (my_strftime): Do not mishandle years close to INT_MAX, by doing
17663         the right thing even if adding 1900 would overflow.  Similarly
17664         for tm_mon + 1 and tm_yday + 1.
17665         Make %Y always equivalent to %C%y, and similarly for %G and %g.
17666         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
17667         (DO_SIGNED_NUMBER): New macro.
17668         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
17669
17670 2005-03-07  Bruno Haible  <bruno@clisp.org>
17671
17672         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
17673
17674 2005-03-07  Bruno Haible  <bruno@clisp.org>
17675
17676         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
17677
17678 2005-03-04  Derek R. Price  <derek@ximbiot.com>
17679
17680         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
17681         (func_import): Only replace files via --import when they have actually
17682         changed.
17683
17684 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17685
17686         * m4/mmap-anon.m4: New file.
17687         * m4/pagealign_alloc.m4: New file.
17688
17689 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17690             Bruno Haible  <bruno@clisp.org>
17691
17692         * modules/pagealign_alloc: New file.
17693         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
17694
17695 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17696             Bruno Haible  <bruno@clisp.org>
17697
17698         * lib/pagealign_alloc.h: New file.
17699         * lib/pagealign_alloc.c: New file.
17700
17701 2005-03-03  Bruno Haible  <bruno@clisp.org>
17702
17703         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
17704         Use an all-permissive copyright notice, recommended by RMS.
17705
17706 2005-03-02  Bruno Haible  <bruno@clisp.org>
17707
17708         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
17709         of AIX, the replacement has to be done only after <string.h> is
17710         included, therefore not in config.h. stpncpy.h does the replacement,
17711         and stpncpy.c uses it.
17712
17713 2005-03-02  Bruno Haible  <bruno@clisp.org>
17714
17715         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
17716         stpncpy.c uses it.
17717
17718 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17719
17720         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
17721         The workaround isn't strictly needed for POSIX conformance, and
17722         it's too much of a pain to configure and maintain.  We'll ask
17723         people to fix their kernels instead.
17724         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
17725         (NANOSLEEP_BUG_WORKAROUND): Remove.
17726         (xnanosleep): Remove the workaround.
17727
17728 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17729
17730         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
17731         Reported by Derek Price.
17732         (Include): Add "timespec.h".
17733
17734         * modules/xnanosleep (Depends-on): Remove gethrxtime.
17735
17736 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17737
17738         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
17739         to detect nanosleep bug.
17740
17741 2005-03-01  Bruno Haible  <bruno@clisp.org>
17742
17743         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
17744
17745 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17746
17747         * modules/gethrxtime: New file.
17748         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
17749         (Depends-on): Add gethrxtime.
17750         (configure.ac): Add gl_XNANOSLEEP.
17751         (Makefile.am): Remove lib_SOURCES line.
17752
17753 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17754
17755         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
17756         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
17757
17758 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17759
17760         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
17761         * lib/timespec.h (gettime): Return void, since it always
17762         succeeds now.  All uses changed.
17763         * lib/gettime.c (gettime) Likewise.
17764         [HAVE_NANOTIME]: Prefer nanotime.
17765         Assume gettimeofday succeeds, as POSIX requires.
17766         Assime time () succeeds, since other code already does.
17767         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
17768         (timespec_subtract): Remove.
17769         (NANOSLEEP_BUG_WORKAROUND): New constant.
17770         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
17771         things considerably.  Use it only on GNU/Linux hosts, since the
17772         workaround shouldn't be needed elsewhere.
17773
17774 2005-02-24  Bruno Haible  <bruno@clisp.org>
17775
17776         * modules/gettext (Files): Add m4/glibc2.m4.
17777
17778 2005-02-24  Bruno Haible  <bruno@clisp.org>
17779
17780         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
17781         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
17782         * m4/progtest.m4:
17783         Update from GNU gettext 0.14.2.
17784         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
17785
17786 2005-02-24  Bruno Haible  <bruno@clisp.org>
17787
17788         * lib/localcharset.c: Update from GNU gettext 0.14.2.
17789         * lib/config.charset: Update from GNU gettext 0.14.2.
17790
17791 2005-02-24  Bruno Haible  <bruno@clisp.org>
17792
17793         * lib/gettext.h: Update from GNU gettext 0.14.2.
17794
17795 2005-02-23  Simon Josefsson  <jas@extundo.com>
17796
17797         * m4/iconvme.m4: New file.
17798
17799 2005-02-23  Jim Meyering  <jim@meyering.net>
17800
17801         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
17802         change.
17803         Thanks to Bruno Haible for catching it.
17804
17805 2005-02-22  Simon Josefsson  <jas@extundo.com>
17806
17807         * modules/iconvme: New file.
17808
17809         * MODULES.html.sh: Add iconvme.
17810
17811 2005-02-22  Simon Josefsson  <jas@extundo.com>
17812
17813         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
17814
17815 2005-02-22  Simon Josefsson  <jas@extundo.com>
17816
17817         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
17818
17819 2005-02-22  Jim Meyering  <jim@meyering.net>
17820
17821         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
17822         s/ifndef/ifdef/.
17823
17824 2005-02-20  Neil Conway  <neilc@samurai.com>
17825
17826         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
17827         returned by OSX/Darwin if the specified buffer is not large
17828         enough for the hostname.
17829
17830 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17831
17832         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
17833         pass it to _help, otherwise the latter coredumps trying to
17834         dereference state.root_argp.
17835
17836 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17837
17838         * modules/chdir-long (Depends-on): Add memrchr.
17839         * modules/memrchr (Files): Add lib/memrchr.h.
17840         (Include): "memrchr.h".
17841
17842 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17843
17844         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
17845
17846 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17847
17848         * lib/memrchr.h: New file.
17849         * lib/chdir-long.c: Include it.
17850         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
17851         Don't bother including stddef.h.
17852
17853 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17854
17855         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
17856         inclusion.
17857         Include <sys/types.h>, for dev_t.
17858         (ME_DUMMY, ME_REMOTE): Move from here....
17859         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
17860         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
17861         Dmitry V. Levin.
17862         Include mountlist.h first, to test the interface.
17863
17864 2005-01-29  Bruno Haible  <bruno@clisp.org>
17865
17866         * lib/progname.c (program_name): Initialize.
17867         Needed when linking statically on MacOS X.
17868
17869 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17870
17871         Sync from coreutils.
17872         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
17873         (Depends-on): Add c-strtod.
17874         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
17875
17876 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17877
17878         Sync from coreutils.
17879         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
17880
17881         Remove files that are specific to coreutils.
17882         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
17883
17884 2005-01-28  Bruno Haible  <bruno@clisp.org>
17885
17886         * modules/javacomp: New file.
17887         * MODULES.html.sh (Java): Add javacomp.
17888
17889 2005-01-28  Bruno Haible  <bruno@clisp.org>
17890
17891         * m4/javacomp.m4: New file, from GNU gettext.
17892
17893 2005-01-28  Bruno Haible  <bruno@clisp.org>
17894
17895         * lib/javacomp.sh.in: New file, from GNU gettext.
17896         * lib/javacomp.h: New file, from GNU gettext.
17897         * lib/javacomp.c: New file, from GNU gettext.
17898
17899 2005-01-26  Simon Josefsson  <jas@extundo.com>
17900
17901         * lib/gai_strerror.c: Use GPL in header.
17902
17903 2005-01-26  Bruno Haible  <bruno@clisp.org>
17904
17905         * modules/javaexec: New file.
17906         * MODULES.html.sh (Java): Add javaexec.
17907
17908 2005-01-26  Bruno Haible  <bruno@clisp.org>
17909
17910         * m4/javaexec.m4: New file, from GNU gettext.
17911
17912 2005-01-26  Bruno Haible  <bruno@clisp.org>
17913
17914         * lib/javaexec.sh.in: New file, from GNU gettext.
17915         * lib/javaexec.h: New file, from GNU gettext.
17916         * lib/javaexec.c: New file, from GNU gettext.
17917
17918 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17919
17920         * modules/lchown (Depends-on): Remove lchown.h
17921
17922 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17923
17924         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
17925         must be defined if the header file was not found, in order
17926         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
17927
17928 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17929
17930         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
17931         initializers for struct pentry_state.
17932         (__argp_error): Check return value of __asprintf
17933         (__argp_failure): Translate error message
17934
17935         * lib/argp-parse.c: Removed braces around the expansion of N_()
17936
17937 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17938
17939         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
17940         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
17941         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
17942         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
17943         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
17944         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
17945         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
17946         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
17947         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
17948         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
17949         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
17950         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
17951         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
17952         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
17953         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
17954         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
17955         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
17956         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
17957         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
17958         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
17959         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
17960         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
17961         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
17962         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
17963         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
17964         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
17965         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
17966         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
17967         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
17968         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
17969         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
17970         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
17971         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
17972         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
17973         xstrtol.m4, xstrtoumax.m4, yesno.m4:
17974         Use an all-permissive copyright notice, recommended by RMS.
17975
17976 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
17977
17978         * modules/chdir-long (Depends-on): Remove mempcpy.
17979
17980 2005-01-21  Jim Meyering  <jim@meyering.net>
17981
17982         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
17983         same value as for Solaris 9.
17984
17985         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
17986         component length.  This included changing the parameter to be
17987         of type `char *' rather than `char const *'.
17988         * lib/chdir-long.h (chdir_long): Update prototype.
17989
17990         * lib/openat.c (fdopendir, fstatat): New functions.
17991         * lib/openat.h: Include headers required for use of DIR and struct
17992         stat.
17993         [AT_SYMLINK_NOFOLLOW]: Define.
17994         (fdopendir, fstatat): Add prototypes.
17995
17996 2005-01-21  Bruno Haible  <bruno@clisp.org>
17997
17998         * modules/classpath: New file.
17999         * MODULES.html.sh (Java): Add classpath.
18000
18001 2005-01-21  Bruno Haible  <bruno@clisp.org>
18002
18003         * lib/classpath.h: New file, from GNU gettext.
18004         * lib/classpath.c: New file, from GNU gettext.
18005
18006 2005-01-20  Simon Josefsson  <jas@extundo.com>
18007
18008         * modules/version-etc-fsf: New file.
18009
18010 2005-01-20  Simon Josefsson  <jas@extundo.com>
18011
18012         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
18013         * lib/version-etc.c: Remove version_etc_copyright.
18014         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
18015         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
18016
18017 2005-01-20  Simon Josefsson  <jas@extundo.com>
18018
18019         * lib/base64.h (isbase64): Add.
18020
18021         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
18022         using a unsigned prototype, don't inline.
18023         (base64_decode): Use it.
18024
18025 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18026
18027         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
18028         it.
18029
18030 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18031
18032         * lib/save-cwd.c (save_cwd): Remove code to support the case
18033         where fchdir is missing or flaky.
18034
18035 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18036
18037         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
18038
18039 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
18040
18041         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
18042         AC_LIBSOURCES now does this.
18043         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
18044         with new ullong_max module.
18045
18046 2005-01-19  Bruno Haible  <bruno@clisp.org>
18047
18048         * modules/sh-quote: New file.
18049         * MODULES.html.sh (Executing programs): Add sh-quote.
18050
18051 2005-01-19  Bruno Haible  <bruno@clisp.org>
18052
18053         * lib/sh-quote.h: New file, from GNU gettext.
18054         * lib/sh-quote.c: New file, from GNU gettext.
18055
18056 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18057
18058         Merge from coreutils.
18059         * m4/ullong_max.m4: New file.
18060         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
18061         (gl_MACROS): Assume localeconv exists.
18062
18063 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18064
18065         Merge changes from coreutils, as described below in several
18066         changelogs dated today.
18067
18068         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
18069         (O_DIRECTORY): Remove; not needed here, since "." must be
18070         a directory.  All uses removed.
18071         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
18072         universal on Suns, and we also need to test for IRIX.
18073         Revamp code to use 'if' rather than '#if'.
18074         Avoid unnecessary comparison of cwd->desc to 0.
18075
18076         * lib/utimens.c (futimens): Robustify the previous patch, by checking
18077         for known valid error numbers rather than observed invalid ones.
18078
18079 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18080
18081         * modules/ullong_max: New file.
18082
18083         * modules/chdir-long, modules/openat: New files.
18084         * modules/save-cwd (Depends-on): Depend on chdir-long.
18085         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
18086
18087 2005-01-18  Jim Meyering  <jim@meyering.net>
18088
18089         Merge from coreutils.
18090         * m4/chdir-long.m4, m4/openat.m4: New files.
18091         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
18092         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
18093         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
18094         is sane and DOES follow symlinks.  Besides, testing 20 different
18095         systems found no broken chown implementations.
18096         Prompted by a change in rsync's copy of this macro.
18097         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
18098
18099         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
18100
18101         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
18102         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
18103         NULL-means-set-to-current-time semantics.
18104         Remove temporary file immediately, rather than waiting
18105         for configure's at-exit trap code to do it.
18106
18107 2005-01-18  Jim Meyering  <jim@meyering.net>
18108
18109         * lib/version-etc.c (version_etc_copyright): Update copyright date.
18110
18111         * lib/utimens.c (futimens): Account for the fact that futimes
18112         can also fail with errno == ENOSYS or errno == ENOENT.
18113         Patch from Dmitry V. Levin.
18114
18115         Change the name of the robust chdir function from chdir to chdir_long.
18116         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
18117         (restore_cwd): Use chdir_long, not chdir.
18118         * lib/chdir-long.c: Renamed from chdir.c.
18119         * lib/chdir-long.h: Renamed from chdir.h.
18120         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
18121         Hurd.
18122
18123 2005-01-18  Bruno Haible  <bruno@clisp.org>
18124
18125         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
18126         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
18127         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
18128         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
18129         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
18130         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
18131         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
18132         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
18133         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
18134         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
18135         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
18136         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
18137         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
18138         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
18139         Use an all-permissive copyright notice, recommended by RMS.
18140
18141 2005-01-18  Bob Proulx  <bob@proulx.com>
18142
18143         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
18144         simplify offsetof() macro construct to avoid compile failure with
18145         native HP-UX 11.0 ANSI C compiler.
18146
18147 2005-01-17  Bruno Haible  <bruno@clisp.org>
18148
18149         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
18150         redundant because stpncpy.m4 takes care of it.
18151
18152 2005-01-17  Bruno Haible  <bruno@clisp.org>
18153
18154         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
18155
18156 2005-01-17  Bruno Haible  <bruno@clisp.org>
18157
18158         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
18159         used.
18160
18161 2005-01-17  Bruno Haible  <bruno@clisp.org>
18162
18163         * lib/fwriteerror.h (fwriteerror): Change specification to include
18164         fclose.
18165         * lib/fwriteerror.c: Include <stdbool.h>.
18166         (fwriteerror): At the end, close the file stream. Record whether
18167         stdout was already closed.
18168
18169 2005-01-17  Bruno Haible  <bruno@clisp.org>
18170
18171         * lib/execute.c (environ): Declare if needed.
18172         * lib/pipe.c (environ): Likewise.
18173         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
18174
18175 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18176
18177         * modules/argp: Depend on vsnprintf
18178
18179 2005-01-10  Jim Meyering  <jim@meyering.net>
18180
18181         * modules/closeout (Depends-on): Add atexit.
18182
18183 2005-01-06  Bruno Haible  <bruno@clisp.org>
18184
18185         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
18186
18187 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18188
18189         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
18190         definitions to be after all include files, to avoid collisions.
18191         Problem reported by Bob Proulx.
18192
18193 2005-01-04  Jim Meyering  <jim@meyering.net>
18194
18195         Changes imported from coreutils.
18196         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
18197         as the mkstemp template, use a temporary directory and an
18198         8.3-friendly template to avoid trouble on systems like DJGPP.
18199         Reported by Juan M. Guerrero via Stepan Kasal.
18200         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
18201         close. Remove the temporary directory right away, rather than waiting
18202         for configure's at-exit trap code to do it.
18203         Suggestion from Stepan Kasal.
18204
18205 2005-01-01  Simon Josefsson  <jas@extundo.com>
18206
18207         * gnulib-tool: Print #include directives when --import'ing.
18208
18209 2004-12-28  Simon Josefsson  <jas@extundo.com>
18210
18211         * tests/test-base64.c: Include required header files.  Remove
18212         unused variables.
18213
18214 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
18215
18216         * modules/error (Depends-on): Remove gettext.
18217
18218 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
18219
18220         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
18221         not needed.  This removes a dependency on the gettext module.
18222         [defined _LIBC]: Do not include <libintl.h>; not needed.
18223
18224 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
18225
18226         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
18227         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
18228
18229 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
18230
18231         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
18232         HAVE_DECL_STRTOLD.
18233
18234 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18235
18236         * modules/getdate (Depends-on): Remove alloca-opt.
18237
18238 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18239
18240         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
18241
18242 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18243
18244         * lib/argp-parse.c: Include <stddef.h>.
18245         (alignof, alignto): New macros.
18246         (parser_init): Don't assume that void * is aligned sufficiently
18247         for struct option.
18248
18249         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
18250         need to extend the stack.
18251         (YYINITDEPTH): New macro, so that the initial stack isn't overly
18252         large.
18253
18254 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18255
18256         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
18257
18258 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
18259
18260         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
18261         (2004-10-24) change.  Apparently this was a false alarm.
18262
18263         * modules/getdate: Depend on alloca-opt, not alloca.
18264
18265 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
18266
18267         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
18268         Remove now-obsolete comment about AIX.
18269         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
18270         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
18271         (YYMAXDEPTH): New macro.
18272
18273 2004-12-18  Simon Josefsson  <jas@extundo.com>
18274
18275         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
18276
18277 2004-12-18  Bruno Haible  <bruno@clisp.org>
18278
18279         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
18280
18281 2004-12-18  Bruno Haible  <bruno@clisp.org>
18282
18283         * lib/fatal-signal.c (fatal_signals): Make non-const.
18284         (init_fatal_signals): New function.
18285         (uninstall_handlers, install_handlers): Ignore signals that were set to
18286         SIG_IGN.
18287         (at_fatal_signal): Call init_fatal_signals.
18288         (init_fatal_signal_set): Likewise. Ignore signals that were set to
18289         SIG_IGN.
18290         Reported by Paul Eggert.
18291
18292 2004-12-18  Bruno Haible  <bruno@clisp.org>
18293
18294         * doc/alloca.texi: New file.
18295         * doc/alloca-opt.texi: New file.
18296
18297 2004-12-17  Jim Meyering  <jim@meyering.net>
18298
18299         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
18300         Otherwise, install-sh could exit with improper exit status when
18301         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
18302
18303 2004-12-16  Simon Josefsson  <jas@extundo.com>
18304
18305         * tests/test-base64.c: Add license.
18306
18307 2004-12-15  Stepan Kasal  <address@hidden>
18308
18309         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
18310
18311 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
18312
18313         * modules/getcwd (Files): Add m4/d-ino.m4.
18314         Suggested by Mark D. Baushke.
18315
18316 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18317
18318         * lib/getdate.y (textint): New member "negative".
18319         (time_zone_hhmm): New function.
18320         Expect 14 shift-reduce conflicts, not 13.
18321         (o_colon_minutes): New rule.
18322         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
18323         (yylex): Set the "negative" member of signed numbers.
18324
18325 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18326
18327         * doc/getdate.texi (Time of day items, Time zone items):
18328         Describe new formats +00:00, UTC+00:00.
18329
18330 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18331
18332         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
18333         spurious "-l"s.  Problem reported by Stepan Kasal.
18334
18335 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
18336
18337         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
18338         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
18339
18340 2004-12-04  Simon Josefsson  <jas@extundo.com>
18341
18342         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
18343         Vandoorselaere <yoann@prelude-ids.org>.
18344
18345 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18346
18347         Changes imported from coreutils.
18348         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
18349         exist.
18350         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
18351
18352 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18353
18354         Changes imported from coreutils.
18355         * lib/hard-locale.c: Assume <locale.h> exists.
18356         Include "strdup.h".
18357         (GLIBC_VERSION): New macro.
18358         (hard_locale): Assume setlocale exists.
18359         Rewrite to avoid #ifdef.
18360         Use strdup rather than malloc + strcpy.
18361         * lib/human.c: Assume <locale.h> exists.
18362         (human_readable): Assume localeconv exists.
18363
18364 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18365
18366         * modules/hard-locale (Depends-on): Add strdup.
18367
18368 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
18369
18370         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
18371         convert T2, not T.  (Imported from libc.)
18372
18373 2004-11-30  Simon Josefsson  <jas@extundo.com>
18374
18375         * modules/restrict (License): Change to LGPL.
18376
18377 2004-11-30  Simon Josefsson  <jas@extundo.com>
18378
18379         * m4/restrict.m4: Add copyright and copying conditions.
18380
18381 2004-11-30  Simon Josefsson  <jas@extundo.com>
18382
18383         * m4/base64.m4: New file.
18384
18385 2004-11-30  Simon Josefsson  <jas@extundo.com>
18386
18387         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
18388         base64.
18389
18390         * tests/test-base64.c: New file.
18391
18392         * modules/base64: New file.
18393
18394 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18395
18396         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
18397         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
18398
18399         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
18400
18401 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18402
18403         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
18404         (__getcwd.c): Don't restore errno; glibc doesn't.
18405         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
18406         first, falling back to our code only if its results look suspicious.
18407         Ensure that the resulting buffer is only as large as necessary.
18408
18409         * lib/readutmp.c: Include readutmp.h first.
18410         Include <errno.h>, since readutmp.h no longer does that.
18411         * lib/readutmp.h: Don't include <errno.h>,
18412         <sys/param.h>, <time.h>; not needed to establish interface.
18413         (errno): Remove decl.
18414         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
18415         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
18416         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
18417
18418 2004-11-28  Simon Josefsson  <jas@extundo.com>
18419
18420         * lib/base64.h, base64.c: New file.
18421
18422 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
18423
18424         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
18425
18426 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
18427
18428         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
18429         (Depends-on): Remove pathmax, same.  Add mempcpy.
18430         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
18431         (Makefile.am): Append getcwd.h to lib_SOURCES.
18432         (Include): Add getcwd.h.
18433         (Maintainer): Change from Jim Meyering to "all, glibc",
18434         since getdate now uses intended-for-glibc code.
18435         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
18436         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
18437
18438 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18439
18440         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
18441         HP's ANSI C compiler.
18442         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
18443         Declaring int functions causes warnings on some modern systems and
18444         shouldn't be needed to compile on ancient ones.
18445         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
18446         defined.
18447
18448         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
18449         with the following changes.
18450         (__set_errno): Parenthesize properly.
18451         Include <stdbool.h>.
18452         (MIN, MAX, MATCHING_INO): New macros.
18453         (__getcwd): Define with prototype, not K&R form.
18454         Use heuristics to allocate default buffer on stack if possible.
18455         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
18456         behavior, and to avoid the PATH_MAX limit when computing
18457         ../../../../...
18458         Use MATCHING_INO to compare inode number to file.
18459         Check for arithmetic overflow in size calculations.
18460         Fix bug in reallocation of dot array that caused getcwd to fail
18461         on directories nested deeper than 75.
18462         Be more careful about saving errno on error.
18463         Do not use realloc; use only free+malloc, as this is a bit
18464         more flexible and avoids a needless copy operation.
18465         Do not inspect st_dev and st_ino for symbolic links; POSIX
18466         doesn't specify the latter.
18467         Check for closedir errors.
18468         Avoid needless casts.
18469         Use "#ifdef weak_alias" around weak_alias, to be like other
18470         glibc code.
18471         The following changes to getcwd.c have effect only when used in
18472         gnulib; they have no effect inside glibc proper.
18473         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
18474         as alloca isn't used.
18475         (alloca, __alloca): Likewise.
18476         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
18477         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18478         unconditionally, as gnulib assumes C89 or better.
18479         Do not include <sys/param.h>.
18480         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
18481         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
18482         better.
18483         (NULL) [!defined NULL]: Remove; we assume C89 or better.
18484         Include <dirent.h> in a way that is compatible with modern Autoconf.
18485         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
18486         New macros, if not already defined.
18487         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
18488         Use "_LIBC", not "defined _LIBC", for consistency.
18489         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
18490         a mempcpy module.
18491         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
18492         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
18493         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
18494         credit only to Jim Meyering and adjust the copyright dates.
18495         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
18496         <stdlib.h>, <unistd.h>, "pathmax.h".
18497         Instead, include "xgetcwd.h" (first) and "getcwd.h".
18498         (INITIAL_BUFFER_SIZE): Remove.
18499         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
18500
18501 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18502
18503         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
18504         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
18505         Use the _ONCE methods, for efficiency.
18506         Check for fcntl.h.  In test program, include <errno.h>
18507         and <fcntl.h> if available.  Remove old K&R cruft from
18508         test program.  Check for common errors in GNU/Linux,
18509         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
18510         don't do AC_LIBOBJ, as that's getcwd.m4's job.
18511         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
18512         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
18513         name accordingly.
18514         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
18515         accommodate new getcwd.c.
18516         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
18517         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
18518         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
18519         that's all we need now.
18520
18521 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18522
18523         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
18524         argp-parse.c depends on getopt internals, that means we should
18525         always use our getopt, to be on the safe side.
18526         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
18527         order not to spoil the result of an eventual previous invocation
18528         of gl_GETOPT_SUBSTITUTE.
18529
18530 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18531
18532         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
18533         redefinition warnings. To avoid them, include the defines
18534         in `#if !defined __need_getopt ... #endif'. The only place
18535         where __getopt_argv_const is used is in definitions
18536         of getopt_long and getopt_long_only below, which are as well
18537         protected by `#ifndef __need_getopt'.
18538         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
18539         __need_getopt after including <stdio.h> and <unistd.h> These
18540         headers might have defined it.
18541
18542 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18543
18544         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
18545
18546 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18547
18548         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
18549         (futimens): New function, which uses futimes if available.
18550         (futimens, utimens): Support timespec==NULL, with same semantics
18551         as utime and utimens.
18552         * lib/utimens.h (futimens): New decl.
18553
18554 2004-11-23  Jim Meyering  <jim@meyering.net>
18555
18556         * lib/getopt_.h: Remove trailing blanks.
18557
18558 2004-11-23  Jim Meyering  <jim@meyering.net>
18559
18560         * lib/__fpending.c: Add comment.
18561
18562 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
18563
18564         * modules/canonicalize (Depends-on): Add xreadlink.
18565         Problem reported by James Youngman.
18566
18567 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18568
18569         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
18570         New macros.
18571         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
18572         optopt): Use them instead of invoking ## directly; otherwise, the
18573         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
18574
18575 2004-11-19  Bruno Haible  <bruno@clisp.org>
18576
18577         * lib/strtok_r.c: Move comments from here...
18578         * lib/strtok_r.h: ... to here.
18579
18580 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18581
18582         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
18583         implementations that mishandle size_t overflow.
18584
18585 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18586
18587         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
18588         might fail.  Problem reported by Yoann Vandoorselaere.
18589         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
18590         implementations that mishandle size_t overflow.
18591
18592 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18593
18594         * modules/canon-host (Depends-on): Add strdup.
18595
18596 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18597
18598         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
18599
18600 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18601
18602         * lib/canon-host.c: Include "strdup.h".
18603         (canon_host): Use getaddrinfo if available, so that IPv6 works.
18604         Use strdup instead of malloc/strcpy to duplicate strings.
18605
18606         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
18607         (human_space_before_unit): New constant.
18608         * lib/human.c (human_readable): Support it.
18609
18610         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
18611         (xgetcwd): Set errno correctly when failing.
18612         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
18613         the failure is actually due to a PATH_MAX problem.
18614
18615         Further getopt changes to make it more likely that glibc will
18616         buy the changes back.
18617         * lib/getopt.c (POSIXLY_CORRECT): New constant.
18618         (getopt): Use it, so to preserve glibc semantic
18619         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
18620         when compiling for libc.
18621         * lib/getopt_.h (__getopt_argv_const): Bring it back.
18622         (getopt_long, getopt_long_only): Use it.
18623
18624         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18625         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
18626         (getopt): Argv is now char * const *, as per standard.
18627         (_getopt_internal_r, _getopt_internal): Argv is now char **,
18628         not char *__getopt_argv_const *.
18629         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18630         _getopt_long_only_r): Likewise.
18631         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
18632         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18633         _getopt_long_r, _getopt_long_only_r): Likewise.
18634         * lib/getopt_.h (__getopt_argv_const): Remove.
18635         (getopt): Argv is now char * const *, as per standard.
18636
18637         * lib/getdate.y (tORDINAL): New token.
18638         (day, relunit): Allow it for relative times.
18639         (relative_time_table): Use tORDINAL for ordinals.
18640
18641 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18642
18643         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
18644         Document that "second" isn't allowed as an ordinal number.
18645
18646 2004-11-16  Jim Meyering  <jim@meyering.net>
18647
18648         * modules/closeout (Depends-on): Add fpending.
18649
18650 2004-11-15  Jim Meyering  <jim@meyering.net>
18651
18652         * lib/closeout.c: Include "__fpending.h" once again.
18653         Include <stdbool.h>.
18654         (close_stdout): Don't fail just because stdout was closed initially,
18655         since some programs don't write to stdout in the normal course of
18656         operation (other than --version and --help), and we don't want this
18657         function to make e.g. `touch file >&-' fail.
18658         But do fail if it was closed and someone has tried to write to it.
18659         E.g., `printf foo >&-' must fail.
18660
18661 2004-11-13  Jim Meyering  <jim@meyering.net>
18662
18663         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
18664
18665 2004-11-12  Simon Josefsson  <jas@extundo.com>
18666
18667         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
18668         small doc fix is still pending.
18669
18670 2004-11-11  Simon Josefsson  <jas@extundo.com>
18671
18672         * modules/strtok_r: New file.
18673
18674         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18675         strtok_r.
18676
18677 2004-11-11  Simon Josefsson  <jas@extundo.com>
18678
18679         * m4/strtok_r.m4: New file.
18680
18681         * m4/getopt.m4: Replace opterr.
18682
18683 2004-11-11  Simon Josefsson  <jas@extundo.com>
18684
18685         * lib/strtok_r.h, strtok_r.c: New file.
18686
18687 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18688
18689         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
18690         of replacing opterr, getopt, etc.  This should handle the
18691         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
18692
18693 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18694
18695         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
18696         we can stop lying to compilers about the constness of argv when we
18697         are compiled outside glibc.
18698         (getopt, getopt_long, getopt_long_only): Use it.
18699         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18700         _getopt_internal, getopt): Likewise.
18701         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18702         _getopt_long_only_r): Likewise.
18703         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18704         _getopt_long_r, _getopt_long_only_r): Likewise.
18705
18706         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
18707         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
18708         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
18709         the other external symbols.
18710         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
18711         declaration, since the above renaming now works around collisions.
18712
18713 2004-11-11  Jim Meyering  <jim@meyering.net>
18714
18715         * lib/linebreak.c: Remove trailing blanks.
18716         * lib/alloca_.h: Likewise.
18717         * lib/acosl.c: Likewise.
18718         * lib/euidaccess.c: Likewise.
18719         * lib/allocsa.h: Likewise.
18720
18721 2004-11-10  Simon Josefsson  <jas@extundo.com>
18722
18723         * m4/getaddrinfo.m4: New file.
18724
18725 2004-11-10  Simon Josefsson  <jas@extundo.com>
18726
18727         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
18728
18729 2004-11-10  Simon Josefsson  <jas@extundo.com>
18730
18731         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18732         getaddrinfo.
18733
18734         * modules/getaddrinfo: New file.
18735
18736 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18737
18738         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
18739
18740 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18741
18742         * lib/mktime.c (SHR): New macro, which is a portable
18743         substitute for >> that should work even on Crays.
18744         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
18745         Problem reported by Mark D. Baushke in
18746         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
18747         * lib/getdate.y (SHR): Likewise.
18748         (tm_diff): Use it.
18749         * lib/strftime.c (SHR): Likewise.
18750         (tm_diff): Use it.
18751         * lib/quotearg.c (struct quoting_options): Use unsigned int for
18752         quote_these_too, so that right shifts are well defined.  All uses
18753         changed.
18754
18755 2004-11-10  Jim Meyering  <jim@meyering.net>
18756
18757         Ensure that no close failure goes unreported.
18758         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
18759         return early when it seems there's nothing to flush.
18760         Don't include __fpending.h.
18761
18762 2004-11-10  Jim Meyering  <jim@meyering.net>
18763
18764         * modules/closeout (Depends-on): Remove fpending.
18765
18766 2004-11-10  Jim Meyering  <jim@meyering.net>
18767
18768         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
18769
18770 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18771
18772         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
18773         gl_FUNC_STRFTIME.
18774         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
18775         and AC_REQUIRE when possible, to avoid duplicate checks.
18776         Check for <wchar.h>.
18777
18778 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18779
18780         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
18781
18782 2004-11-09  Bruno Haible  <bruno@clisp.org>
18783
18784         * m4/sockpfaf.m4: New file.
18785
18786 2004-11-05  Bruno Haible  <bruno@clisp.org>
18787
18788         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
18789         Reported by Mark D. Baushke <mdb@cvshome.org>.
18790
18791 2004-11-04  Bruno Haible  <bruno@clisp.org>
18792
18793         2004-09-11  Bruno Haible  <bruno@clisp.org>
18794                 * allocsa.valgrind: New file.
18795         2004-02-06  Bruno Haible  <bruno@clisp.org>
18796                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
18797                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
18798                 Reported by Christopher Seip <chris.seip@hp.com>.
18799
18800 2004-11-04  Bruno Haible  <bruno@clisp.org>
18801
18802         * modules/allocsa (Files): Add lib/allocsa.valgrind.
18803         (Makefile.am): Distribute it.
18804
18805 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
18806
18807         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
18808         with errno == ERANGE if the buffer is too small.
18809         Problem reported by Mark D. Baushke.
18810
18811 2004-11-03  Albert Chin  <china@thewrittenword.com>
18812             Paul Eggert  <eggert@cs.ucla.edu>
18813
18814         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
18815         equivalent, substitute $ac_type for equivalent type rather than
18816         blindly using uint32_t *always* which won't work if uint32_t is not
18817         available.  Define _UINT32_T to work around typedef of uint32_t if
18818         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
18819         2.5.1.
18820
18821 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18822
18823         * m4/jm-macros.m4: Sync from coreutils.
18824         (gl_MACROS): Check for mbrlen, for pathchk.
18825         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
18826
18827 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18828
18829         * lib/xreadlink.c (MAXSIZE): New macro.
18830         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
18831         size does not exceed MAXSIZE.  Avoid cast.
18832         As suggested by Mark D. Baushke in
18833         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
18834         if readlink fails with buffer size just under MAXSIZE, try again
18835         with MAXSIZE.
18836
18837 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18838
18839         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
18840
18841 2004-11-02  Derek R. Price  <derek@ximbiot.com>
18842         and  Paul Eggert  <eggert@cs.ucla.edu>
18843
18844         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
18845         (get_date): Overparenthesize to avoid GCC warning.
18846
18847 2004-11-02  Bruno Haible  <bruno@clisp.org>
18848
18849         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
18850         returns void.
18851
18852 2004-11-02  Bruno Haible  <bruno@clisp.org>
18853
18854         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
18855         function returns void.
18856
18857 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18858
18859         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
18860         fflush_unlocked, flockfile, funlockfile, funlockfile,
18861         fputs_unlocked, putc_unlocked.
18862
18863 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18864
18865         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18866         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
18867         already declared.
18868
18869 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18870
18871         * modules/getdate (Files): Add doc/getdate.texi.
18872         (Depends-on): Add setenv, xalloc.
18873
18874 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18875
18876         * lib/getdate.y: Add support for TZ="foo" within a date string.
18877         Fix some bugs near time_t boundaries.  Reject dates with
18878         out-of-range components, e.g., "Sept 31".
18879         Include <stdlib.h>, "setenv.h", "xalloc.h".
18880         (ISDIGIT_LOCALE): Remove; unused.
18881         Note that the TZ and time functions used here are not reentrant.
18882         (mktime_ok, get_tz): New functions.
18883         (TZBUFSIZE): New constant.
18884         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
18885         This requires that we sometimes generate our own TZ="XXX..." setting.
18886
18887 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18888
18889         * doc/getdate.texi: New file, from coreutils with modifications for
18890         the new TZ parsing.
18891
18892 2004-10-27  Derek R. Price  <derek@ximbiot.com>
18893
18894         * lib/mktime.c (not_equal_tm): Remove redundant check.
18895
18896 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18897
18898         * modules/regex (lib_SOURCES): Add regex.c.
18899         Reported by James Youngman in
18900         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
18901
18902 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18903
18904         * lib/getdate.y: Use Bison 1.875 features, and some minor
18905         code cleanups.  This change does not affect semantics.
18906         Don't include <stdlib.h>; no longer needed.
18907         Don't include unlocked-io.h; only the "#if TEST" code uses
18908         stdio, and performance isn't crucial there.
18909         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
18910         Bison 1.875 features as described below.
18911         All uses of "PC." replaced by "pc->".
18912         (YYSTYPE): Add a forward declaration.
18913         (yylex, yyerror): Use full prototypes in forward decls.
18914         Use "%pure-parser" rather than obsolescent "%pure_parser".
18915         Use %parse-param and %lex-param instead of obsolescent
18916         YYPARSE_PARAM and YYLEX_PARAM.
18917         (meridian_table, month_and_day_table, time_units_table,
18918         relative_time_table, time_zone_table, military_table,
18919         lookup_zone, lookup_word, get_date):
18920         Use NULL instead of 0 where appropriate.
18921         (to_hour): Avoid abort (), to avoid a dependency on
18922         stdlib.h.
18923         (yyerror, yylex): Now accepts parser_control * arg.
18924         (main) [TEST]: Use '\0' rather than 0 for char.
18925
18926 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18927
18928         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
18929
18930 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18931
18932         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
18933         It's now the caller's responsibility to handle the case where
18934         !HAVE_GETPAGESIZE && !defined getpagesize.
18935
18936         * lib/mktime.c (leapyear): Arg is long int, not int.
18937
18938 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
18939
18940         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
18941
18942 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18943
18944         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
18945         missing.  Problem reported by James Youngman.
18946
18947 2004-10-16  Simon Josefsson  <jas@extundo.com>
18948
18949         * gnulib-tool: Fix comments.  Fix parse problem.
18950         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
18951
18952 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
18953
18954         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
18955         implementation of getopt_long.  Problem reported by Alexander Taler in:
18956         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
18957
18958 2004-10-15  Bruno Haible  <bruno@clisp.org>
18959
18960         * gnulib-tool: Untabify. Initialize supplied_libname.
18961         (func_usage): More homogenous output.
18962         (func_modules_transitive_closure, func_modules_to_filelist,
18963         func_emit_lib_Makefile_am): New functions.
18964         (func_import): New function, extracted from big case statement. Use
18965         func_get_license, func_modules_transitive_closure,
18966         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
18967         opt_lgpl. Don't use test -a, as it's not portable.
18968         (func_create_testdir): Use func_modules_transitive_closure,
18969         func_modules_to_filelist, func_emit_lib_Makefile_am.
18970
18971 2004-10-15  Bruno Haible  <bruno@clisp.org>
18972
18973         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
18974
18975 2004-10-15  Bruno Haible  <bruno@clisp.org>
18976
18977         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
18978         the portions belonging to each module.
18979         Suggested by Derek Robert Price <derek@ximbiot.com>.
18980
18981 2004-10-12  Simon Josefsson  <jas@extundo.com>
18982
18983         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18984         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
18985         to real functions.
18986
18987 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18988
18989         * modules/vsnprintf: New file.
18990
18991 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18992
18993         * m4/vsnprintf.m4: New file.
18994
18995 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18996
18997         * lib/vsnprintf.h: New file.
18998         * lib/vsnprintf.c: New file.
18999
19000 2004-10-11  Bruno Haible  <bruno@clisp.org>
19001
19002         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
19003         vsnprintf.
19004
19005 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
19006
19007         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
19008
19009 2004-10-07  Bruno Haible  <bruno@clisp.org>
19010
19011         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
19012         fits into the provided buffer.
19013
19014 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
19015
19016         * lib/diacrit.c, diacrit.h: Add GPL notice.
19017
19018         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
19019         notice.
19020         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
19021         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
19022         This avoids a potential constant-folding bug.
19023
19024 2004-10-05  Bruno Haible  <bruno@clisp.org>
19025
19026         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
19027         for the declaration of strsep.
19028
19029 2004-10-05  Bruno Haible  <bruno@clisp.org>
19030
19031         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
19032
19033 2004-10-04  Simon Josefsson  <jas@extundo.com>
19034
19035         * modules/memmem: New file.
19036         * tests/test-memmem.c: New file.
19037         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
19038
19039 2004-10-04  Simon Josefsson  <jas@extundo.com>
19040
19041         * m4/memmem.m4: New file.
19042
19043 2004-10-04  Simon Josefsson  <jas@extundo.com>
19044
19045         * lib/memmem.h: New file.
19046         * lib/memmem.c: New file, taken from glibc.
19047
19048 2004-10-04  Simon Josefsson  <jas@extundo.com>
19049
19050         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
19051         '#ifdef USE_UNLOCKED_IO'.
19052
19053 2004-10-04  Simon Josefsson  <jas@extundo.com>
19054
19055         * config/srclist.txt: Add memmem from glibc.
19056
19057 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19058
19059         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
19060
19061         * modules/argmatch, modules/argp, modules/closeout, modules/error,
19062         modules/exclude, modules/getdate, modules/getline,
19063         modules/getndelim2, modules/getpass, modules/getpass-gnu,
19064         modules/getusershell, modules/linebuffer, modules/md5,
19065         modules/mountlist, modules/posixtm, modules/readtokens,
19066         modules/readutmp, modules/regex, modules/sha1,
19067         modules/version-etc, modules/yesno:
19068         Remove dependency on unlocked-io.
19069
19070 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19071
19072         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
19073
19074         * m4/unlocked-io.m4: Add copyright notice.
19075         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
19076
19077 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19078
19079         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
19080         * lib/xmalloc.c (xmemdup): Likewise.
19081         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
19082         XFREE): Remove these long-obsolescent macros.
19083         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
19084         * lib/xstrdup.c: Remove.
19085
19086         * lib/regex.c (re_comp): Cast gettext return value to char *,
19087         Problem reported by Martin Neitzel via Mark D. Baushke.
19088
19089 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19090
19091         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
19092         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
19093         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
19094         regex.c, sha1.c, version-etc.c, yesno.c:
19095         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
19096         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
19097         the includer's responsibility.
19098
19099         Sync from coreutils.
19100
19101         * lib/modechange.c (mode_compile): Don't decrement a pointer that
19102         points to the start of a string, as the C Standard says the
19103         resulting behavior is undefined.
19104
19105         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
19106         simple -> simple_backups, numbered_existing ->
19107         numbered_existing_backups, numbered -> numbered_backups
19108         to avoid shadowing problems.  All uses changed.
19109         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
19110         * lib/backupfile.c (check_extension, numbered_backup):
19111         Rename locals to avoid shadowing 'basename'.
19112         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
19113         once.
19114
19115         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
19116         * lib/.cvsignore: Add getopt.h.
19117
19118 2004-10-04  Bruno Haible  <bruno@clisp.org>
19119
19120         * modules/README: New file.
19121         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
19122         not a module.
19123
19124 2004-10-02  Jim Meyering  <jim@meyering.net>
19125
19126         * lib/dirfd.h, getpagesize.h: Add copyright notice.
19127
19128 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19129
19130         * modules/strsep: New file.
19131
19132 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19133
19134         * m4/strsep.m4: New file.
19135
19136 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19137
19138         * lib/strsep.h: New file.
19139         * lib/strsep.c: New file.
19140
19141 2004-10-01  Simon Josefsson  <jas@extundo.com>
19142
19143         * lib/snprintf.c (snprintf): Handle size==0.
19144
19145 2004-10-01  Simon Josefsson  <jas@extundo.com>
19146             Bruno Haible  <bruno@clisp.org>
19147
19148         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
19149         (snprintf): Declare 'args'.
19150
19151 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
19152
19153         * lib/snprintf.c: Remove comments as to why each header is needed.
19154
19155 2004-10-01  Bruno Haible  <bruno@clisp.org>
19156
19157         * MODULES.html.sh: Add strsep.
19158
19159 2004-09-30  Simon Josefsson  <jas@extundo.com>
19160
19161         * modules/snprintf: New file.
19162
19163 2004-09-30  Simon Josefsson  <jas@extundo.com>
19164
19165         * m4/snprintf.m4: New file.
19166
19167 2004-09-30  Simon Josefsson  <jas@extundo.com>
19168
19169         * lib/snprintf.h, lib/snprintf.c: New files.
19170
19171 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19172
19173         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
19174         (hol_entry_help): Never translate an empty string.
19175         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
19176         * lib/argp.h (OPTION_NO_TRANS): New option.
19177
19178 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19179
19180         * modules/argp (Maintainer): Replace Simon Josefsson
19181         by Sergey Poznyakoff.
19182
19183 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19184
19185         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
19186         changes merged back into glibc.
19187
19188 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19189
19190         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
19191
19192 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
19193
19194         * lib/xvasprintf.c: Include xalloc.h.
19195         (xvasprintf): Use xalloc_die, not xmalloc_die.
19196
19197 2004-09-29  Bruno Haible  <bruno@clisp.org>
19198
19199         * modules/alloca-opt: New file, derived from modules/alloca.
19200         * modules/allocsa: Depend on alloca-opt instead of alloca.
19201         * modules/setenv: Likewise.
19202         * modules/vasnprintf: Likewise.
19203         * MODULES.html.sh: Add alloca-opt.
19204
19205 2004-09-28  Simon Josefsson  <jas@extundo.com>
19206
19207         * gnulib-tool: New parameter --lgpl, to asseert that modules are
19208         LGPL, and to replace license template from GPL to LGPL.
19209
19210 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
19211
19212         * modules/dummy: Change license to LGPL.
19213
19214 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
19215
19216         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
19217
19218 2004-09-24  Simon Josefsson  <jas@extundo.com>
19219
19220         * modules/minmax (License): Change from GPL to LGPL.
19221
19222 2004-09-23  Simon Josefsson  <jas@extundo.com>
19223
19224         * gnulib-tool (--import): Typo.
19225
19226 2004-09-23  Simon Josefsson  <jas@extundo.com>
19227
19228         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
19229
19230 2004-09-22  Bruno Haible  <bruno@clisp.org>
19231
19232         * modules/*: Add 'License' field.
19233         * gnulib-tool: Accept --extract-license option.
19234         (func_get_license): New function.
19235
19236 2004-09-21  Bruno Haible  <bruno@clisp.org>
19237
19238         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
19239         Reported by Simon Josefsson.
19240
19241 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
19242
19243         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
19244         gl_AC_TYPE_LONG_LONG.
19245
19246 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
19247
19248         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
19249
19250 2004-09-18  Simon Josefsson  <jas@extundo.com>
19251         and  Paul Eggert  <eggert@cs.ucla.edu>
19252
19253         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
19254         calls with autoreconf.  Define GL_LIB.
19255
19256 2004-09-14  Karl Berry  <karl@gnu.org>
19257
19258         * config/srclist.txt: unsync setenv.c, sigh.
19259
19260 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19261
19262         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
19263         Problem reported by Bruno Haible in:
19264         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
19265
19266 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19267
19268         * config/srclist.txt: Comment out argp-pvh.c.
19269
19270 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
19271
19272         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
19273         in case some system header has #define'd it.  Problem reported by
19274         Soeren D. Schulze in
19275         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
19276
19277 2004-09-09  Karl Berry  <karl@gnu.org>
19278
19279         * regex.[ch]: delete from the root.  These were supposed to be
19280                 synced with emacs cvs, but this has not happened for about
19281                 a year, and anyway nothing else uses emacs regex.[ch].
19282                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
19283                 lib/regex[.ch] is untouched.
19284
19285 2004-09-09  Bruno Haible  <bruno@clisp.org>
19286
19287         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
19288
19289 2004-09-09  Bruno Haible  <bruno@clisp.org>
19290
19291         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
19292         modifications.
19293         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
19294
19295 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19296
19297         * modules/xvasprintf: New file.
19298         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
19299
19300 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19301
19302         * lib/xvasprintf.h: New file.
19303         * lib/xvasprintf.c: New file.
19304         * lib/xasprintf.c: New file.
19305
19306 2004-09-08  Bruno Haible  <bruno@clisp.org>
19307
19308         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
19309
19310 2004-09-08  Bruno Haible  <bruno@clisp.org>
19311
19312         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
19313         length is > INT_MAX.
19314         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
19315         more.
19316
19317 2004-09-08  Bruno Haible  <bruno@clisp.org>
19318
19319         * lib/stdint_.h: New file, taken from GNU clisp.
19320
19321 2004-09-08  Bruno Haible  <bruno@clisp.org>
19322             Oskar Liljeblad  <oskar@osk.mine.nu>
19323
19324         * modules/stdint: New file.
19325         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
19326
19327 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19328
19329         Import from coreutils.
19330         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
19331         strings on unbounded length.  alloca's performance benefits aren't
19332         that important here.
19333         (V_STRDUP): Remove.
19334         (parse_with_separator): New function, with most of the internals
19335         of the old parse_user_spec.  Allow user to omit both user and group,
19336         for compatibility with FreeBSD.
19337         Clone only the user name, not the entire spec.
19338         Do not set *uid, *gid unless entirely successful.
19339         Avoid memory leak in some failing cases.
19340         Fix regression for USER.GROUP reported by Dmitry V. Levin in
19341         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
19342         (parse_user_spec): Rewrite to use parse_with_separator.
19343
19344 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19345
19346         * modules/userspec: Don't depend on alloca.
19347
19348 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19349
19350         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
19351
19352 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19353
19354         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
19355         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
19356         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
19357
19358 2004-08-16  Simon Josefsson  <jas@extundo.com>
19359
19360         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
19361         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
19362         Add --dry-run for --import.
19363         Let user provided command line parameters override configure.ac
19364         settings.
19365
19366 2004-08-12  Simon Josefsson  <jas@extundo.com>
19367
19368         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
19369         as discussed with Paul Eggert in threads rooted at
19370         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
19371         and
19372         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
19373         Before, the test was empty, and relied on ELIDE_CODE in source
19374         code.)
19375         (gl_PREREQ_GETOPT): New macro.
19376         (gl_GETOPT): Use them.
19377
19378 2004-08-12  Simon Josefsson  <jas@extundo.com>
19379
19380         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
19381         * lib/getopt_.h: Renamed from getopt.h.
19382
19383 2004-08-12  Simon Josefsson  <jas@extundo.com>
19384
19385         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
19386         Change default library name from libfoo to libgnu.
19387         Now, if you have a configure.ac that says:
19388                 gl_SOURCE_BASE(gl)
19389                 gl_M4_BASE(gl/m4)
19390                 gl_MODULES(error getopt etcetera)
19391                 gl_INIT
19392         you can import all you need by running:
19393                 ../gnulib/gnulib-tool --import
19394
19395         * modules/getopt (Files): Rename getopt.h to getopt_.h.
19396         (Makefile.am): Rewrite, use logic from argz.
19397         (Include): Use <getopt.h> instead of "getopt.h".
19398
19399 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19400
19401         * modules/argp (Files): Add m4/unlocked-io.m4.
19402         (Depends-on): Add extensions.
19403
19404 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19405
19406         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
19407         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
19408         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
19409         Check for program_invocation_name, program_invocation_short_name,
19410         flockfile, funlockfile, features.h, _getopt_long_only_r.
19411
19412 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19413
19414         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
19415         its complicated substitute.
19416         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
19417         and program_invocation_name.
19418         (__argp_basename) [!_LIBC]: Remove; the only use was
19419         replaced by its body.
19420         (__argp_short_program_name): Change condition from
19421         !defined __argp_short_program_name to
19422         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
19423         to match argp-namefrob.h.
19424         (__argp_failure): Don't assume strerror_r returns char *.
19425         * lib/argp-parse.c (N_): Define unconditionally.
19426         (argp_default_options): Fill out initializers with 0 to avoid
19427         gcc warnings.
19428
19429 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19430
19431         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
19432         getopt1.c.
19433
19434 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19435
19436         Merge from coreutils.
19437
19438         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
19439
19440         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
19441         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
19442
19443 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19444
19445         Merge from coreutils.
19446
19447         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
19448         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
19449         for Reliant Unix 5.43.
19450
19451         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
19452         (union fooround): Use uintmax_t, not long int.
19453         The rest is a merge from libc:
19454         [defined _LIBC]: Include <shlib-compat.h>.
19455         (_obstack) [defined _LIBC]: Remove after 2.3.4.
19456
19457         * lib/settime.c (settime): Recode to avoid warning with
19458         Sun Forte C 6U2.
19459
19460         * lib/strverscmp.c: Convert to UTF-8.
19461
19462 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19463
19464         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
19465         m4/uintmax_t.m4.
19466
19467 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19468
19469         * modules/xalloc-die: New file.
19470         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
19471
19472         * modules/md5 (Files): Add m4/uint32_t.m4.
19473         * modules/sha1: Renamed from modules/sha.
19474         (Files):
19475         Rename lib/sha.h to lib/sha1.h.
19476         Rename lib/sha.c to lib/sha1.c.
19477         Rename m4/sha.m4 to m4/sha1.m4.
19478         (lib_SOURCES): Likewise.
19479         (configure.ac): Rename gl_SHA to gl_SHA1.
19480         (Include): sha.h -> sha1.h.
19481
19482 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19483
19484         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
19485         * m4/sha1.m4: Renamed from sha.m4.
19486         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
19487
19488 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19489
19490         * lib/obstack.h (obstack_empty_p):
19491         Don't assume that chunk->contents is suitably aligned.
19492         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
19493         Likewise. Problem reported by Benno in
19494         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
19495
19496         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
19497         readable.  This could be improved further but it'd take some work.
19498
19499 2004-08-08  Simon Josefsson  <jas@extundo.com>
19500
19501         * modules/xgethostname (Depends-on): Remove exit and error (not
19502         used).
19503
19504         * modules/getpass-gnu: Add getpass.h.
19505         (Depends-on): Add stdbool.
19506         * modules/getpass: Add getpass.h.
19507
19508 2004-08-08  Simon Josefsson  <jas@extundo.com>
19509
19510         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
19511         Check getpass declaration.
19512
19513 2004-08-08  Simon Josefsson  <jas@extundo.com>
19514
19515         * lib/xgethostname.c: Don't include error.h (not used).
19516
19517         * lib/getpass.h: Add.
19518         * lib/getpass.c: Include getpass.h first.
19519
19520 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
19521
19522         * lib/xalloc-die.c: New file.
19523         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
19524         All uses removed.
19525         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
19526         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
19527         xalloc-die.c.
19528         (_, N_, xalloc_die): Move to xalloc-die.c.
19529         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
19530         so that we needn't mess with xalloc_msg_memory_exhausted.
19531
19532         * lib/sha1.h: Renamed from sha.h.
19533         (SHA1_H): Renamed from _SHA_H.
19534         (sha1_ctx): Renamed from sha_ctx.
19535         (sha1_init_ctx): Renamed from sha_init_ctx.
19536         (sha1_process_block): Renamed from sha_process_block.
19537         (sha1_process_bytes): Renamed from sha_process_bytes.
19538         (sha1_finish_ctx): Renamed from sha_finish_ctx.
19539         (sha1_read_ctx): Renamed from sha_read_ctx.
19540         (sha1_stream): Renamed from sha_stream.
19541         (sha1_buffer): Renamed from sha_buffer.
19542         * lib/sha1.c: Likewise; renamed from sha.c.
19543         Do not include <sys/types.h>.
19544         Include <stddef.h> rather than <stdlib.h>.
19545
19546 2004-08-08  Bruno Haible  <bruno@clisp.org>
19547
19548         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
19549         FILESYSTEM_PREFIX_LEN.
19550         * lib/progreloc.c: Likewise.
19551         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
19552
19553 2004-08-06  Simon Josefsson  <jas@extundo.com>
19554
19555         * modules/progname (Depends-on): Don't depend on stdbool.
19556
19557 2004-08-06  Simon Josefsson  <jas@extundo.com>
19558
19559         * modules/getsubopt: New file.
19560         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19561         getsubopt.
19562
19563 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19564
19565         More merge from coreutils.
19566
19567         * m4/utimens.m4, m4/utimecmp.m4: New files.
19568         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
19569         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
19570         prereq.m4, sha.m4: Import changes from coreutils.
19571
19572 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19573
19574         More merge from coreutils.
19575         * modules/raise, modules/readtokens0, modules/utimens:
19576         * modules/utimecmp, module/xnanosleep: New files.
19577         * modules/strftime: Add lib/strftime.h.
19578         Change include from <time.h> to "strftime.h".
19579         * modules/yesno: Add lib/yesno.h.
19580         * modules/backupfile: Remove lib/addext.c.
19581         * modules/euidaccess: Add stat-macros.h.
19582         * modules/canonicalize, modules/euidaccess,
19583         modules/filemode, modules/lchown, modules/makepath,
19584         modules/rmdir, modules/stat: Likewise.
19585
19586 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19587
19588         Merge from tar.
19589         * lib/argp-help.c (make_hol, hol_append): Don't assume that
19590         SIZE_MAX is a valid preprocessor constant.
19591         (__argp_basename): Change from "#ifndef _LIBC"
19592         to "#ifndef __argp_short_program_name", so that
19593         we don't compile these functions for tar.
19594
19595         More merges from coreutils.
19596         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
19597         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
19598         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
19599         * lib/addext.c: Remove; no longer needed.
19600         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
19601         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
19602         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
19603         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
19604         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
19605         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
19606         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
19607         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
19608         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
19609         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19610         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
19611         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
19612         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
19613         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
19614         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
19615         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
19616         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
19617         Import changes from coreutils.
19618
19619 2004-08-05  Simon Josefsson  <jas@extundo.com>
19620
19621         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
19622
19623 2004-08-05  Simon Josefsson  <jas@extundo.com>
19624
19625         * m4/getsubopt.m4: New file.
19626
19627 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19628
19629         Merge from coreutils.
19630
19631         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
19632         * m4/getcwd-path-max.m4: New files.
19633
19634         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
19635         FILESYSTEM_PREFIX_LEN ->
19636         FILE_SYSTEM_PREFIX_LEN.
19637         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
19638         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
19639         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
19640         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
19641
19642         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
19643         prerequisite modules now handle the DOS stuff.
19644         Don't check for unistd.h.
19645
19646 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19647
19648         Merge from coreutils.
19649
19650         * lib/.gdb-history: Remove; this doesn't belong here.
19651
19652         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
19653         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
19654         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
19655         * lib/getcwd.c: New files.
19656
19657         * lib/dirname.h: Include <stdbool.h>.
19658         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
19659         for consistency with POSIX terminology.  All uses changed.
19660         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
19661         (strip_trailing_slashes): Use bool for booleans.
19662         * lib/stripslash.c (strip_trailing_slashes): Likewise.
19663
19664         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
19665         sometimes returns a positive errno value even when it succeeds.
19666         (print_errno_message) [!LIBC]: Fall back on strerror if
19667         __strerror_r fails.
19668
19669         * lib/path-concat.c (mempcpy): Don't define if a system header defines
19670         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
19671         (longest_relative_suffix): New function.
19672         (path_concat): Use it.  Assume first argument is not NULL.
19673         Port to DOS.  Omit redundant separators.
19674         Report an error instead of returning NULL.
19675         Use mempcpy instead of memcpy.
19676         (xpath_concat): Remove: not declared or used.
19677
19678         * lib/same.h: Include <stdbool.h>
19679         (same_name): Return bool, not int.
19680         * lib/same.c (same_name): Likewise.
19681         (errno): Don't declare; we assume C89 or better now.
19682
19683         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
19684         if not already defined.
19685
19686         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
19687         * lib/dup-safer.c (errno): Likewise.
19688
19689 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19690
19691         Merge from coreutils.
19692         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
19693         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
19694         * modules/path-concat: Don't depend on strdup.
19695
19696 2004-08-03  Simon Josefsson  <jas@extundo.com>
19697
19698         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
19699         * lib/progname.h: Don't include stdbool.h.
19700
19701 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19702
19703         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
19704         * MODULES.html.sh (func_all_modules): Remove fatal.
19705
19706 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19707
19708         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
19709
19710 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19711
19712         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
19713         working.
19714
19715 2004-08-02  Simon Josefsson  <jas@extundo.com>
19716
19717         * lib/getsubopt.h: New file, with comments from Bruno Haible.
19718         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
19719         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
19720
19721 2004-08-01  Simon Josefsson  <jas@extundo.com>
19722
19723         * lib/xgetdomainname.c: Include stdlib.h, for free().
19724
19725 2004-07-19  Bruno Haible  <bruno@clisp.org>
19726
19727         * MODULES.html.sh (func_all_modules): Add dummy.
19728
19729 2004-07-16  Simon Josefsson  <jas@extundo.com>
19730
19731         * modules/dummy: New file.
19732
19733 2004-07-16  Simon Josefsson  <jas@extundo.com>
19734
19735         * lib/dummy.c: New file.
19736
19737 2004-07-16  Bruno Haible  <bruno@clisp.org>
19738
19739         * lib/backupfile.h: Add extern "C" for C++.
19740         * lib/closeout.h: Likewise.
19741         * lib/copy-file.h: Likewise.
19742         * lib/findprog.h: Likewise.
19743         * lib/full-write.h: Likewise.
19744         * lib/pathname.h: Likewise.
19745         * lib/progname.h: Likewise.
19746         * lib/stpcpy.h: Likewise.
19747         * lib/stpncpy.h: Likewise.
19748         * lib/strcase.h: Likewise.
19749         * lib/strstr.h: Likewise.
19750         * lib/xalloc.h: Likewise.
19751
19752         * lib/mbswidth.h: Add extern "C" for C++.
19753         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
19754
19755 2004-07-13  Robert Millan  <robertmh@gnu.org>
19756
19757         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
19758
19759 2004-07-09  Simon Josefsson  <jas@extundo.com>
19760
19761         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
19762         failed without this.)
19763
19764 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19765
19766         * modules/chown (Files): Add lib/fchown-stub.c, since
19767         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
19768
19769 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19770
19771         * lib/fchown-stub.c: New file.
19772
19773 2004-06-24  Jim Meyering  <jim@meyering.net>
19774
19775         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
19776
19777 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19778
19779         * modules/argz: Omit "#include".
19780
19781         * MODULES.html.sh (func_all_modules): Add calloc, to match
19782         2004-06-01 addition of calloc module.
19783
19784 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19785
19786         * m4/argz.m4: New file, which is autoupdated from libtool.
19787
19788 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19789
19790         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
19791         libtool.
19792
19793 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19794
19795         * config/srclist-update: Don't insist on "USA." before the
19796         close-comment, as libtool omits the period and puts the */ on a
19797         separate line.
19798         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
19799         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
19800
19801 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
19802
19803         * modules/argz: New file.
19804         * MODULES.html.sh (func_all_modules): Add argz.
19805
19806 2004-06-12  Jim Meyering  <jim@meyering.net>
19807         and  Paul Eggert  <eggert@cs.ucla.edu>
19808
19809         * modules/hash (Files): Add lib/xalloc.h.
19810         * modules/pipe (Depends-on): Add wait-process.
19811         * modules/stat (Depends-on): Add xalloc.
19812         * modules/userspec (Files): Add lib/userspec.h.
19813         * modules/xstrto
19814
19815         Upgrade from gettext-0.13.
19816         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
19817         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
19818         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
19819
19820 2004-06-10  Jim Meyering  <jim@meyering.net>
19821
19822         * lib/calloc.c: New file.
19823
19824 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19825
19826         * lib/getdate.y (yylex): Allow space between sign and number.
19827         Problem reported by Dan Jacobson.
19828
19829 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19830
19831         Merge from coreutils CVS.
19832
19833         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
19834         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
19835         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
19836         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
19837         xstrtol.m4: Fix copyright date and/or serial number.
19838
19839         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
19840         See if we need an fchown replacement.
19841         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
19842         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
19843         and use the replacement function if we detect either defect.
19844
19845         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
19846         gl_UTIMECMP.
19847
19848 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19849         and  Jim Meyering  <jim@meyering.net>
19850
19851         Merge from coreutils CVS.
19852
19853         * lib/stat-macros.h: New file, with contents from file-type.h
19854         and coreutils' system.h.
19855         * lib/file-type.c: Include "stat-macros.h".
19856         * lib/file-type.h (file_type): Move all macro definitions to new file,
19857         stat-macros.h.
19858
19859         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
19860         Wrap old code with this conditional.
19861         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
19862         function that does not dereference symlinks.
19863         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
19864
19865         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
19866         dependency problems.
19867         (xreadlink): Accept new arg SIZE, for efficiency.
19868         All decls and uses changed.
19869         * lib/xreadlink.h: Include <stddef.h>, for size_t.
19870
19871         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
19872         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
19873
19874         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
19875         sysexits.h.
19876
19877 2004-06-01  Jim Meyering  <jim@meyering.net>
19878
19879         * m4/calloc.m4: New file.
19880
19881 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
19882
19883         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
19884         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
19885         Also, fix a typo in a diagnostic.
19886
19887 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19888
19889         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
19890         or AC_FUNC_REALLOC.
19891
19892 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19893
19894         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
19895         macros to be defined.
19896         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
19897         the allocator returns NULL because the requested size is zero.
19898
19899 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19900
19901         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
19902         var.  Add comment explaining why libc still defines it.  This
19903         merges the following patch from glibc:
19904         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
19905
19906 2004-05-20  Andreas Schwab  <schwab@suse.de>
19907
19908         * m4/free.m4: Replace free if it not known to work, not the other
19909         way round.
19910
19911 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
19912
19913         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
19914         present in glibc since revision 1.1 of this file.
19915         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
19916         obstack_alignment_mask, obstack_alloc, obstack_base,
19917         obstack_blank, obstack_blank_fast, obstack_chunk_size,
19918         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
19919         obstack_grow0, obstack_init, obstack_int_grow,
19920         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
19921         obstack_next_free, obstack_object_size, obstack_ptr_grow,
19922         obstack_ptr_grow_fast, obstack_room): Remove declarations of
19923         nonexistent functions.
19924
19925 2004-05-18  Karl Berry  <karl@gnu.org>
19926
19927         * config/srclist.txt: break link for vasnprintf.c.
19928
19929 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19930
19931         Port obstack to the AS/400, where pointers are 16 bytes wide and
19932         you cannot cast an integer to a valid pointer.  This patch is
19933         currently waiting to be integrated into glibc; see
19934         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
19935
19936         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
19937         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
19938         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
19939         (struct obstack): temp member is now a union of a pointer and
19940         an integer, instead of an integer.  All integer uses changed.
19941         This does not affect the physical layout of struct obstack,
19942         except on hosts (like the AS/400) where the size or alignment of
19943         void * is greater than that of ptrdiff_t.
19944         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
19945         __STDC__)]: Store temporary in pointer member of union, not
19946         integer member.
19947         * lib/obstack.c: Include <stddef.h>, for offsetof.
19948         (struct fooalign): Remove; it doesn't need a name.
19949         (union fooround): Change double to long double, and add void *.
19950         (DEFAULT_ALIGNMENT): Use offsetof to compute.
19951         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
19952         not a macro.  Hence the values are always int; so remove all
19953         casts-to-int in uses.
19954
19955 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19956
19957         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
19958         we can get this patch merged into glibc.
19959
19960 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19961             Paul Eggert  <eggert@cs.ucla.edu>
19962
19963         * m4/argp: Depend on alloca.
19964
19965 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19966             Paul Eggert  <eggert@cs.ucla.edu>
19967
19968         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
19969         freecoding.
19970
19971 2004-05-17  Bruno Haible  <bruno@clisp.org>
19972
19973         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
19974         precision that consists of a '.' followed by an empty digit string.
19975         Patch by Tor Lillqvist <tml@iki.fi>.
19976
19977 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19978
19979         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
19980         for backward compatibility with older code.  We need our own
19981         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
19982         it under some other name, and our alloca.h will define it.
19983
19984 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19985             Derek Price  <derek@ximbiot.com>
19986
19987         * lib/alloca.c: Include <alloca.h>, to get our interface.
19988         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
19989         include <alloca.h> first.  Use C89 prototype for alloca; this
19990         requires including <stddef.h> for size_t.  Use extern "C" if C++.
19991         Use #elif for simplicity, since we can assume C89 now.
19992         Don't try to source the system alloca.h since it will not be found
19993         and to prevent recursively including its replacement.
19994         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
19995         * lib/regex.c: Likewise.
19996
19997 2004-05-16  Derek Price  <derek@ximbiot.com>
19998             Paul Eggert  <eggert@cs.ucla.edu>
19999
20000         getline cleanup.  This changes the getndelim2 API: both order of
20001         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
20002         no delimiter).
20003
20004         * lib/getline.c: Don't include stddef.h or stdio.h, since our
20005         interface does that.
20006         (getline): Always use getdelim, so that we don't have two
20007         copies of this code.
20008         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
20009         if available.
20010         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
20011         (GETNDELIM2_MAXIMUM): New macro.
20012         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
20013         instead of the old practice of delim2==0.  All callers changed.
20014         Return -1 on overflow, instead of returning junk.
20015         Do not set *linesize unless allocation succeeds.
20016         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
20017         that we include sys/types.h.
20018         * lib/getnline.h: Likewise.
20019         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
20020         (getndelim2): Reorder arguments.
20021         * lib/getnline.c (getnline, getndelim):
20022         Don't discard the NMAX argument.
20023         (getnline): Invoke getndelim, to avoid code duplication.
20024         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
20025         of (size_t) -1 by callers of the getnline family.
20026
20027 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20028
20029         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
20030         Check for gettimeofday.
20031         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
20032         Check for settimeofday, stime.
20033
20034 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20035
20036         * lib/nanosleep.c (suspended): Change its type from int to
20037         sig_atomic_t volatile.
20038         (first_call): Make it private to rpl_nanosleep, and have it
20039         be zero initially as that's a bit faster.
20040         (my_usleep): Round up fractional times instead of truncating them,
20041         as this is the usual meaning for 'sleep'.
20042
20043         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
20044         doesn't work.
20045         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
20046         (ENOSYS): Define if not defined.
20047         (settime): Fall back on stime if it exists and settimeofday fails.
20048         But don't bother with fallbacks if a method fails with errno == EPERM.
20049
20050 2004-05-11  Jim Meyering  <jim@meyering.net>
20051
20052         Prior to this change, the save_cwd caller required read access to the
20053         current directory on most systems (ones with the fchdir function).
20054
20055         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
20056         fails, try write-only, and finally, resort to using xgetcwd.
20057
20058 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
20059
20060         * lib/obstack.c, obstack.h: Import changes from libc.
20061
20062 2004-04-28  Bruno Haible  <bruno@clisp.org>
20063
20064         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
20065         also implicitly appends .exe to executables.
20066         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
20067         accepts Windows pathnames.
20068         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
20069         Treat Cygwin like Windows, since it now accepts Windows pathnames.
20070         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
20071         Treat Cygwin like Windows, since it now accepts Windows pathnames.
20072         Reported by Derek Robert Price <derek@ximbiot.com>.
20073
20074 2004-04-21  Karl Berry  <karl@gnu.org>
20075
20076         * config/srclist.txt (localcharset.c): break sync.
20077
20078 2004-04-20  Paul Eggert  <eggert@twinsun.com>
20079
20080         * m4/host-os.m4: Add a copyright notice.
20081
20082 2004-04-20  Jim Meyering  <jim@meyering.net>
20083
20084         Change UTILS_ to gl_ in AC_DEFINE'd names.
20085         Change utils_- and jm_-prefixed variables, too.
20086         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
20087         UTILS_FUNC_MKDIR_TRAILING_SLASH.
20088         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
20089
20090         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
20091         Don't emit trailing blanks.
20092         Also rename jm_-prefixed variables to have gl_ prefix.
20093
20094         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
20095         Also rename jm_-prefixed variables to have gl_ prefix.
20096
20097         * m4/jm-macros.m4: Reflect the renamings.
20098         * m4/prereq.m4: Likewise.
20099
20100 2004-04-20  Jim Meyering  <jim@meyering.net>
20101
20102         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
20103         memory.
20104
20105 2004-04-20  Jim Meyering  <jim@meyering.net>
20106             Bruno Haible  <bruno@clisp.org>
20107
20108         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
20109         memory when realloc fails.
20110
20111 2004-04-19  Jim Meyering  <jim@meyering.net>
20112
20113         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
20114         now that readutmp.c may call `free (0)'.
20115
20116 2004-04-19  Bruno Haible  <bruno@clisp.org>
20117
20118         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
20119         * m4/inttypes_h.m4: Likewise.
20120         * m4/stdint_h.m4: Likewise.
20121         * m4/intmax_t.m4: Likewise.
20122         * m4/uintmax_t.m4: Likewise.
20123
20124 2004-04-18  Jim Meyering  <jim@meyering.net>
20125
20126         * m4/prereq.m4: Don't forbid jm_ prefix.
20127
20128         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
20129         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
20130         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
20131         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
20132         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
20133         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
20134         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
20135         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
20136         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
20137         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
20138         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
20139         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
20140         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
20141         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
20142         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
20143         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
20144         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
20145         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
20146         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
20147
20148 2004-04-18  Jim Meyering  <jim@meyering.net>
20149
20150         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
20151         failure, don't leak memory and do call END_UTMP_ENT.
20152
20153 2004-04-16  Jim Meyering  <jim@meyering.net>
20154
20155         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
20156         coreutils' stat program.
20157         (gl_PREREQ): Don't require jm_PREREQ_STAT.
20158
20159 2004-04-11  Paul Eggert  <eggert@twinsun.com>
20160
20161         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
20162         C89.
20163         (CHAR_BIT): Remove, since we assume C89.
20164         Include <stdint.h> if available, as per current Autoconf CVS advice.
20165
20166 2004-03-31  Jim Meyering  <jim@meyering.net>
20167
20168         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
20169         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
20170         * m4/xalloc.m4: Likewise.
20171
20172 2004-03-30  Paul Eggert  <eggert@twinsun.com>
20173
20174         Merge from coreutils.
20175
20176         * m4/inttostr.m4: New file.
20177         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
20178         Require AM_STDBOOL_H and gl_TIMESPEC instead.
20179         Require gl_CLOCK_TIME.
20180         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
20181
20182 2004-03-30  Paul Eggert  <eggert@twinsun.com>
20183
20184         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
20185         not bool, to be more consistent with Unix conventions.
20186         Suggested by Bruno Haible.
20187
20188         Merge from coreutils.
20189
20190         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
20191         * lib/umaxtostr.c: New files.
20192
20193         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
20194         the usual <time.h> dance.
20195         (get_date): Change signature to support fractional time stamps.
20196         All callers changed.
20197         * lib/getdate.y: Include "getdate.h" first, as we can now
20198         assume C89 and don't need to worry about 'const'.
20199         Similarly, include "unlocked-io.h" near start, not in middle.
20200         Include <limits.h>.
20201         (textint.value): Use long int rather than int.
20202         (textint.digits): Use size_t rather than int.
20203         (BILLION, LOG10_BILLION): New constants.
20204         (parser_control): New member rel_ns.  Members day_ordinal,
20205         time_zone, month, day, hour, minutes, rel_year, rel_month,
20206         rel_day, rel_hour, rel_minutes, rel_seconds
20207         are now long int, not int.  Member seconds is now struct timespec,
20208         not int.  New member timespec_seen.  Members dates_seen, days_seen,
20209         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
20210         not int.
20211         (%union.intval): Now long int, not int.
20212         New member timespec.
20213         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
20214         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
20215         (spec): Now is a timespec or an item list.
20216         (timespec, items): New nonterminals.
20217         (time, rel, relunit, number, get_date):
20218         Add support for fractional seconds.
20219         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
20220         (gmtime, localtime, mktime): Remove decls; not needed with C89.
20221         (to_hour): First arg is now long int, not int.
20222         (to_year): Returns long int, not int.
20223         Don't treat year -70 like 70.
20224         (tm_diff): Returns long int, not int.
20225         (lookup_word): Use bool instead of int when appropriate.
20226         (yylex): Use size_t for count, not int.
20227         Detect overflow when parsing large integer constants.
20228         Add support for fractions.
20229         (get_date): Make pointers 'const' if possible.
20230         Use more-portable code to detect integer overflow.
20231         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
20232         Don't use ctime; it's not reliable if the year has >4 digits.
20233
20234         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
20235         This is for compatibility with BSD.
20236
20237         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
20238         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
20239         From coreutils' system.h.
20240
20241         * lib/userspec.c: Don't include "posixver.h".
20242         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
20243         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
20244         compatible extension.  Simplify code by removing a boolean int
20245         that was always nonzero if a string was nonnull.
20246
20247 2004-03-30  Jim Meyering  <jim@meyering.net>
20248
20249         Merge from coreutils.
20250
20251         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
20252         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
20253         on some systems one must include <grp.h> before it.
20254         Reported by Christian Krackowizer.
20255
20256 2004-03-30  Jim Meyering  <jim@meyering.net>
20257
20258         Merge from coreutils.
20259
20260         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
20261
20262         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
20263         an empty input stream.
20264
20265         * lib/readtokens.c: Include <stdbool.h>.
20266         (readtoken): Use `size_t' rather than int/long.
20267         All callers adjusted.
20268         Use `bool' rather than `int' where appropriate.
20269         Use memset rather than an explicit loop.
20270         Use x2nrealloc rather than xrealloc.
20271         Allow the use of `\0' as a delimiter.
20272         (readtokens): Likewise.
20273         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
20274
20275 2004-03-30  Jim Meyering  <jim@meyering.net>
20276
20277         * m4/realloc.m4: Remove file, since now it does no more than
20278         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
20279         the `configure.ac' section of module/realloc.
20280         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
20281
20282 2004-03-30  Bruno Haible  <bruno@clisp.org>
20283
20284         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
20285         nonnull.
20286
20287 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20288
20289         Merge changes to getloadavg.c from coreutils and Emacs.
20290
20291         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
20292         Define to an expression, not to the empty string.
20293         Include cloexec.h and xalloc.h.
20294         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
20295         Use set_cloexec_flag rather than rolling our own.
20296         * lib/cloexec.c, lib/cloexec.h: New files.
20297
20298 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20299
20300         * m4/cloexec.m4: New file.
20301
20302 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20303
20304         * lib/getopt.h: Sync with libc CVS.
20305
20306 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20307             Bruno Haible  <bruno@clisp.org>
20308
20309         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
20310         mbswidth.
20311
20312 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20313             Bruno Haible  <bruno@clisp.org>
20314
20315         * lib/mbswidth.h: Include <wchar.h> only if
20316         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
20317         <wchar.h>.
20318         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
20319
20320 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20321
20322         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
20323         Sync with libc CVS.
20324         * lib/getopt_int.h: New file, also synced from libc.
20325
20326 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20327
20328         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
20329         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
20330         Bring back getopt.c, getopt.h, getopt1.c.
20331
20332 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20333
20334         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
20335         All uses changed.  Check for sa_sigaction member; this fixes
20336         a bug first reported by Jason Andrade in
20337         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20338
20339 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20340
20341         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
20342         '#if' expressions.  Unlike the code it replaces, it does not
20343         depend on (defined _SC_PAGESIZE).  However, it does depend on
20344         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
20345         first reported by Jason Andrade in
20346         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20347
20348 2004-02-25  Simon Josefsson  <jas@extundo.com>
20349
20350         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
20351
20352 2004-02-25  Simon Josefsson  <jas@extundo.com>
20353
20354         * lib/strdup.h: New file.
20355         * lib/strdup.c: Include it.
20356         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
20357         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
20358
20359 2004-02-23  Karl Berry  <karl@gnu.org>
20360
20361         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
20362         (from fencepost.gnu.org:/gd/gnuorg).
20363
20364 2004-02-23  Karl Berry  <karl@gnu.org>
20365
20366         * config/srclistvars.sh (GNUORG) [karl]: redefine.
20367         * config/srclist.txt: add maintain/standards documents.
20368
20369 2004-02-18  Bruno Haible  <bruno@clisp.org>
20370
20371         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
20372         Reported by Derek Robert Price <derek@ximbiot.com>.
20373
20374 2004-02-16  Karl Berry  <karl@gnu.org>
20375
20376         * config/mkinstalldirs, install-sh: update from automake.
20377
20378 2004-02-06  Karl Berry  <karl@gnu.org>
20379
20380         * m4/po.m4: update from gettext 0.14.1.
20381
20382 2004-02-06  Karl Berry  <karl@gnu.org>
20383
20384         * lib/config.charset: update from gettext 0.14.1.
20385
20386 2004-02-05  Paul Eggert  <eggert@twinsun.com>
20387
20388         Add comments and code, prompted by suggestions from Bruno Haible
20389         for sh-quote.
20390         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
20391         describing the enum quoting_style values.
20392         * lib/quotearg.c (quotearg_alloc): New function.
20393         (quotearg_buffer_restyled): Treat lone { and } as special.
20394         Treat = as special.  Work around bug with older shells
20395         that "see" a '\' that is really the 2nd byte of a multibyte char.
20396         Quote empty string with shell_quoting_style.
20397
20398 2004-02-03  Bruno Haible  <bruno@clisp.org>
20399
20400         * m4/pipe.m4: New file, from GNU gettext.
20401
20402 2004-02-03  Bruno Haible  <bruno@clisp.org>
20403
20404         * lib/pipe.h: New file, from GNU gettext.
20405         * lib/pipe.c: New file, from GNU gettext.
20406
20407 2004-01-27  Bruno Haible  <bruno@clisp.org>
20408
20409         * m4/execute.m4: New file, from GNU gettext.
20410
20411 2004-01-27  Bruno Haible  <bruno@clisp.org>
20412
20413         * lib/execute.h: New file, from GNU gettext.
20414         * lib/execute.c: New file, from GNU gettext.
20415         * lib/w32spawn.h: New file, from GNU gettext.
20416
20417 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20418
20419         Merge from diffutils.
20420
20421         * lib/file-type.c (file_type): Add typed memory objects.
20422         * lib/file-type.h (S_TYPEISTMO): New macro.
20423
20424         * lib/c-stack.h (c_stack_action): Remove argv argument.
20425         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
20426         (die): Don't calculate message unless segv_action returns.
20427         (get_stack_location, min_address_from_argv, max_address_from_argv,
20428         volatile stack_base, volatile_stack_size): Remove.
20429         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
20430         that every segmentation violation is a stack overflow.  (Ouch!)
20431         See Debian bug 136249 (still outstanding) for more info about why
20432         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
20433
20434 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20435
20436         Exit-status fix from coreutils.
20437
20438         Use exit_failure consistently in place of EXIT_FAILURE,
20439         so that program exit statuses are consistent on failure.
20440
20441         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
20442         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
20443         * lib/argmatch.h: Comment fix to match the above.
20444         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
20445         Now a macro referring to exit_failure, instead of a separate
20446         variable.  Include "exitfail.h" to get it.
20447         * lib/xstrtol.h: Include "exitfail.h".
20448         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
20449
20450         * lib/long-options.c (parse_long_options): Use prototype
20451         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
20452         for clarity.
20453
20454 2004-01-21  Jim Meyering  <jim@meyering.net>
20455
20456         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
20457         so as not to conflict with a different-sized __mktime_internal
20458         function in GNU libc.
20459         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
20460         Problem building statically-linked `ls' reported by Michael Brunnbauer.
20461
20462 2004-01-20  Karl Berry  <karl@gnu.org>
20463
20464         * config/config.guess: update from config.
20465
20466         * config/srclistvars.sh: GNUWWWLICENSES for karl.
20467
20468 2004-01-20  Bruno Haible  <bruno@clisp.org>
20469
20470         Safer stack allocation.
20471         * lib/setenv.c: Include allocsa.h.
20472         (alloca): Remove fallback definition.
20473         (freea): Remove macro.
20474         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
20475         instead of freea.
20476
20477 2004-01-20  Bruno Haible  <bruno@clisp.org>
20478
20479         * m4/eealloc.m4: New file, from GNU gettext.
20480
20481 2004-01-20  Bruno Haible  <bruno@clisp.org>
20482
20483         * m4/allocsa.m4: New file, from GNU gettext.
20484
20485 2004-01-20  Bruno Haible  <bruno@clisp.org>
20486
20487         * lib/xallocsa.h: New file, from GNU gettext.
20488         * lib/xallocsa.c: New file, from GNU gettext.
20489
20490 2004-01-20  Bruno Haible  <bruno@clisp.org>
20491
20492         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
20493
20494 2004-01-20  Bruno Haible  <bruno@clisp.org>
20495
20496         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
20497         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
20498         specially.
20499
20500 2004-01-20  Bruno Haible  <bruno@clisp.org>
20501
20502         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
20503         patch.
20504
20505 2004-01-20  Bruno Haible  <bruno@clisp.org>
20506
20507         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
20508
20509 2004-01-20  Bruno Haible  <bruno@clisp.org>
20510
20511         * lib/eealloc.h: New file.
20512
20513 2004-01-20  Bruno Haible  <bruno@clisp.org>
20514
20515         * lib/binary-io.h: Avoid warnings on Cygwin.
20516
20517 2004-01-20  Bruno Haible  <bruno@clisp.org>
20518
20519         * lib/allocsa.h: New file, from GNU gettext.
20520         * lib/allocsa.c: New file, from GNU gettext.
20521
20522 2004-01-18  Karl Berry  <karl@gnu.org>
20523
20524         * doc/gpl.texi, doc/lgpl.texi: new files.
20525
20526 2004-01-18  Karl Berry  <karl@gnu.org>
20527
20528         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
20529         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
20530
20531 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20532
20533         Merge from coreutils.
20534
20535         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
20536         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
20537         (gl_DEFAULT_POSIX2_VERSION): Move
20538         the documentation from 'configure' into 'config.hin',
20539         so that 'configure --help' isn't burdened by it and
20540         we don't have to worry about its formatting there.
20541         Reword the documentation so that it's more succinct
20542         and can be run together into a single paragraph.
20543         * m4/same.m4 (gl_SAME): Check for pathconf.
20544
20545 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20546
20547         Merge from coreutils.
20548
20549         * lib/posixver.c: Include posixver.h.
20550
20551         * lib/same.c: Include <stdbool.h>, <limits.h>.
20552         (_POSIX_NAME_MAX): Define if not defined.
20553         (MIN): New macro.
20554         (same_name): If file names are silently truncated, report
20555         that the file names are the same if they are the same after
20556         the silent truncation.
20557
20558         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
20559         conversion function.
20560         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
20561         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
20562         longer needed.
20563
20564 2004-01-15  Jim Meyering  <jim@meyering.net>
20565
20566         Merge from coreutils.
20567
20568         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
20569         if no library is required.
20570         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
20571         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
20572         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
20573         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
20574         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
20575         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
20576         value, $ac_cv_search_crypt, if it's "none required".
20577         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
20578         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
20579         not gl_FUNC_GETLOADAVG.
20580         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
20581         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
20582
20583 2004-01-15  Jim Meyering  <jim@meyering.net>
20584
20585         Merge from coreutils.
20586
20587         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
20588         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
20589         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
20590
20591         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
20592         optional configure-time default.
20593
20594         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20595
20596         * lib/xreadlink.c (xreadlink): Correct outdated comment.
20597
20598 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
20599
20600         Merge from coreutils.
20601
20602         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
20603         value, $ac_cv_search_nanosleep, if it's "none required".
20604
20605 2004-01-14  Paul Eggert  <eggert@twinsun.com>
20606
20607         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
20608         with like-named macro in fnmatch.c.
20609         (EXT): Use an internal constant instead.
20610
20611         Merge fnmatch patches from glibc.
20612         * lib/fnmatch.c (mbsinit): Remove define.
20613         Add libc_hidden_ver (__fnmatch, fnmatch).
20614         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
20615         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
20616
20617 2004-01-14  Karl Berry  <karl@gnu.org>
20618
20619         * config/install-sh: update from automake.
20620
20621 2004-01-13  Karl Berry  <karl@gnu.org>
20622
20623         * config/install-sh: update from automake.
20624
20625 2004-01-09  Karl Berry  <karl@gnu.org>
20626
20627         * config/install-sh: update from automake.
20628
20629 2004-01-05  Karl Berry  <karl@gnu.org>
20630
20631         * config/config.{sub,guess}: update from config.
20632
20633 2003-12-31  Karl Berry  <karl@gnu.org>
20634
20635         * config/depcomp: update from automake.
20636
20637 2003-12-14  Karl Berry  <karl@gnu.org>
20638
20639         * lib/config.charset: update from gettext-runtime.
20640
20641 2003-12-03  Paul Eggert  <eggert@twinsun.com>
20642
20643         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
20644         Bug reported by Alfred M. Szmidt.
20645
20646 2003-12-03  Bruno Haible  <bruno@clisp.org>
20647
20648         * m4/gettext.m4: Upgrade from gettext-0.13.
20649         * m4/po.m4: Upgrade from gettext-0.13.
20650         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
20651         * m4/intmax.m4: New file, from gettext-0.13.
20652         * m4/printf-posix.m4: New file, from gettext-0.13.
20653
20654 2003-11-29  Karl Berry  <karl@gnu.org>
20655
20656         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
20657
20658 2003-11-25  Paul Eggert  <eggert@twinsun.com>
20659             Bruno Haible  <bruno@clisp.org>
20660
20661         * lib/printf-parse.h: Don't include sys/types.h.
20662         (ARG_NONE): New macro.
20663         (char_directive): Change type of *arg_index fields to size_t.
20664         * lib/printf-parse.c: Don't include sys/types.h.
20665         (SSIZE_MAX): Remove macro.
20666         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
20667         Remove unnecessary overflow check.
20668         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
20669         fields.
20670
20671 2003-11-25  Bruno Haible  <bruno@clisp.org>
20672
20673         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
20674
20675 2003-11-25  Bruno Haible  <bruno@clisp.org>
20676
20677         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
20678         gt_TYPE_SSIZE_T.
20679
20680 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20681
20682         * modules/alloca: Remove dependency on xalloc.
20683
20684 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20685
20686         * lib/alloca.c: Remove dependency on xalloc module.
20687         (xalloc_die): Remove.
20688         (memory_full) [!defined emacs]: New macro.
20689         [!defined emacs]: Don't include xalloc.h.
20690         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
20691         address arithmetic overflows.  Change datatypes a bit to avoid
20692         unnecessary casts.
20693
20694 2003-11-22  Jim Meyering  <jim@meyering.net>
20695
20696         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
20697         s/size/size_t/.
20698
20699 2003-11-21  Karl Berry  <karl@gnu.org>
20700
20701         * config/config.{sub,guess}: update from config.
20702
20703 2003-11-18  Karl Berry  <karl@gnu.org>
20704
20705         * config/config.{sub,guess}: update from config.
20706
20707         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
20708
20709 2003-11-17  Paul Eggert  <eggert@twinsun.com>
20710
20711         * README: Mention that S+T cannot overflow if S is the size of
20712         an existing object and T is sufficiently small.
20713
20714 2003-11-17  Jim Meyering  <jim@meyering.net>
20715
20716         On systems without utime and without a utimes function capable of
20717         dealing with a NULL struct utimbuf* argument, this utime replacement
20718         could -- in unusual circumstances -- leak a file descriptor.
20719         * lib/utime.c: Include <unistd.h> and <errno.h>.
20720         (utime_null): Be sure to close `fd' and to preserve errno.
20721         Reported by Geoff Collyer via Arnold Robbins.
20722
20723 2003-11-17  Bruno Haible  <bruno@clisp.org>
20724
20725         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
20726         (Depends-on): Add xsize.
20727
20728 2003-11-17  Bruno Haible  <bruno@clisp.org>
20729
20730         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
20731
20732 2003-11-17  Bruno Haible  <bruno@clisp.org>
20733
20734         * lib/vasnprintf.c (alloca): Remove fallback definition.
20735         (freea): Remove definition.
20736         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
20737         Reported by Paul Eggert.
20738
20739 2003-11-16  Paul Eggert  <eggert@twinsun.com>
20740             Bruno Haible  <bruno@clisp.org>
20741
20742         Protect against address arithmetic overflow.
20743         * lib/printf-args.h: Include stddef.h.
20744         (arguments): Change type of field 'count' to size_t.
20745         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
20746         'unsigned int' where appropriate.
20747         * lib/printf-parse.h: Include sys/types.h.
20748         (char_directive): Change type of *arg_index fields to ssize_t.
20749         (char_directives): Change type of fields 'count', max_*_length to
20750         size_t.
20751         * lib/printf-parse.c: Include sys/types.h and xsize.h.
20752         (SSIZE_MAX): Define fallback value.
20753         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
20754         instead of 'int' where appropriate. Check a_allocated, d_allocated
20755         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
20756         * lib/vasnprintf.c: Include xsize.h.
20757         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
20758         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
20759         overflow. Avoid wraparound when converting a width or precision from
20760         decimal to binary.
20761
20762 2003-11-16  Bruno Haible  <bruno@clisp.org>
20763
20764         Update from GNU gettext.
20765         * lib/printf-parse.c: Generalize to it can be compiled for wide
20766         strings.
20767         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
20768         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
20769         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
20770         SNPRINTF): New macros.
20771         Don't include <alloca.h> if the file is used inside libintl.
20772         (local_wcslen): New function, for Solaris 2.5.1.
20773         (VASNPRINTF): Use it instead of wcslen.
20774
20775 2003-11-16  Bruno Haible  <bruno@clisp.org>
20776
20777         * lib/xsize.h (xmax): New function.
20778         (xsum, xsum3, xsum4): Declare as "pure" functions.
20779
20780 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20781
20782         * modules/xalloc (Files): Undo latest change, since xalloc.h
20783         no longer needs SIZE_MAX or PTRDIFF_MAX.
20784
20785 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20786
20787         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
20788         gl_PTRDIFF_MAX.
20789
20790 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20791
20792         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
20793         "return", to pacify some unknown compiler.  Problem reported
20794         by Joerg Schilling.
20795
20796 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20797
20798         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
20799         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
20800         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
20801         heuristic is just as accurate as far as we know, and it removes a
20802         dependency on size_max.m4 and ptrdiff_max.m4.
20803
20804 2003-11-11  Bruno Haible  <bruno@clisp.org>
20805
20806         * modules/xsize (Files): Add m4/size_max.m4.
20807         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
20808
20809 2003-11-11  Bruno Haible  <bruno@clisp.org>
20810
20811         * m4/size_max.m4: New file.
20812         * m4/ptrdiff_max.m4: New file.
20813         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
20814         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
20815         (gl_XALLOC): Invoke it.
20816
20817 2003-11-11  Bruno Haible  <bruno@clisp.org>
20818
20819         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
20820         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
20821         defined.
20822
20823 2003-11-10  Paul Eggert  <eggert@twinsun.com>
20824
20825         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
20826         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
20827         rejected some allocations of exactly SIZE_MAX - 2 bytes.
20828         From Bruno Haible.
20829         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
20830         not (size_t) -1, since it's defined here.
20831
20832 2003-11-09  Karl Berry  <karl@gnu.org>
20833
20834         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
20835
20836 2003-11-06  Paul Eggert  <eggert@twinsun.com>
20837
20838         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
20839         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
20840         Reject sizes of exactly SIZE_MAX bytes.
20841         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
20842         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
20843
20844 2003-11-05  Bruno Haible  <bruno@clisp.org>
20845
20846         * lib/xsize.h: Include limits.h, to avoid a possible collision with
20847         SIZE_MAX defined in <limits.h> on Solaris.
20848
20849 2003-11-04  Jim Meyering  <jim@meyering.net>
20850
20851         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
20852         variable names, rather than @VAR@.
20853         * modules/poll: Likewise.
20854
20855 2003-11-04  Bruno Haible  <bruno@clisp.org>
20856
20857         * modules/xsize: New file.
20858         * modules/linebreak: Depend on xsize.
20859         * MODULES.html.sh (func_all_modules): Add xsize.
20860
20861 2003-11-04  Bruno Haible  <bruno@clisp.org>
20862
20863         * m4/xsize.m4: New file.
20864
20865 2003-11-04  Bruno Haible  <bruno@clisp.org>
20866
20867         * lib/xsize.h: New file.
20868         * lib/linebreak.c: Include xsize.h.
20869         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
20870         argument for overflow.
20871         Suggested by Paul Eggert.
20872
20873 2003-11-03  Karl Berry  <karl@gnu.org>
20874
20875         * config/config.{guess,sub}: update from config.
20876
20877 2003-11-03  Jim Meyering  <jim@meyering.net>
20878
20879         * modules/userspec (lib_SOURCES): Add userspec.h.
20880         (Include): Add "userspec.h".
20881         Improve description.
20882
20883 2003-11-03  Jim Meyering  <jim@meyering.net>
20884
20885         * lib/userspec.c: Include "userspec.h".
20886         * lib/userspec.h: New file.
20887
20888 2003-11-03  Bruno Haible  <bruno@clisp.org>
20889
20890         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
20891
20892 2003-11-03  Bruno Haible  <bruno@clisp.org>
20893
20894         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
20895         available, to avoid (extremely rare) race condition.
20896         Suggested by Paul Eggert.
20897
20898 2003-11-02  Karl Berry  <karl@gnu.org>
20899
20900         * config/srclist.txt (vasprintf.c): sync broken, sigh.
20901
20902 2003-10-31  Paul Eggert  <eggert@twinsun.com>
20903
20904         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
20905         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
20906         (read_filesystem_list): Set and use me_type_malloced.
20907         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
20908         whatever the type happens to be), for brevity and consistency.
20909         Check for size calculation overflow on Alphas running OSF/1.
20910
20911 2003-10-31  Jim Meyering  <jim@meyering.net>
20912
20913         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
20914
20915         * lib/linebuffer.c: Include <string.h> for declaration of memset.
20916
20917 2003-10-30  Paul Eggert  <eggert@twinsun.com>
20918             Bruno Haible  <bruno@clisp.org>
20919
20920         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
20921         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
20922
20923 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20924
20925         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
20926         netbsd*-gnu*.  Suggested by Robert Millan.
20927
20928 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20929
20930         * modules/group-member: Depend on stdbool.
20931
20932 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20933
20934         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
20935
20936 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20937
20938         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
20939         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
20940         after the 'gnu' in these cases.  This fixes some bugs in the
20941         previous change, and is based on suggestions by Robert Millan.
20942
20943 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20944
20945         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
20946         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
20947         no longer needed.
20948         * lib/quotearg.c (quotearg_n_options): Use it.
20949         * lib/group-member.c: Include <stdbool.h>.
20950         (free_group_info): Arg is now const *; don't free arg.
20951         (get_group_info): Now returns bool and accepts struct group_info *,
20952         rather than returning a malloc'ed struct group_info *.
20953         All uses changed.  Check for overflow in internal size calculation.
20954
20955         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
20956         rather than xmalloc/xrealloc.
20957         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
20958         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
20959         conformance bug: the old code used a pointer after freeing the
20960         storage that it addressed.
20961         * lib/hash.c (hash_initialize): Simplify the code by using
20962         xalloc_oversized rather than doing it by hand.
20963         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
20964         the buffer preserved.  Use free and xmalloc instead.
20965         * lib/quotearg.c (quotearg_n_options): Likewise.
20966         Use a simpler test for size overflow.  Don't use xalloc_oversized
20967         because unsigned int might be wider than size_t (!); this suggests
20968         that we should switch from unsigned int to size_t for slot numbers.
20969
20970 2003-10-28  Paul Eggert  <eggert@twinsun.com>
20971
20972         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
20973         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
20974         NetBSD kernels.  Requested by Richard Stallman.
20975
20976 2003-10-27  Paul Eggert  <eggert@twinsun.com>
20977
20978         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
20979         to allocate the returned structure.  Do not allocate a subarray,
20980         as x2nrealloc will do that.
20981         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
20982         instead of xnrealloc.
20983         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
20984
20985 2003-10-27  Bruno Haible  <bruno@clisp.org>
20986
20987         * lib/stdbool_.h: Better support for BeOS.
20988
20989 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20990
20991         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
20992         now uses inline.
20993
20994 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20995
20996         * lib/xalloc.h (xalloc_oversized): New static inline function, for
20997         callers that want to do their own size-overflow checking.  Include
20998         <stdbool.h>, since xalloc_oversized returns bool.
20999         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
21000         to use xalloc_oversized.
21001
21002         Add two functions x2realloc, x2nrealloc, for programs that grow
21003         arrays dynamically by doubling their sizes.
21004         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
21005         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
21006         New functions.
21007
21008         Port to C99 semantics for 'inline' of external functions.
21009         Bug reported by Bruno Haible.
21010         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
21011         with the old contents of xnmalloc.
21012         (xnmalloc, xmalloc): Use it.
21013         (xnrealloc_inline): New static inline function,
21014         with the old contents of xnrealloc.
21015         (xnrealloc, xrealloc): Use it.
21016
21017         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
21018         that.
21019
21020 2003-10-26  Karl Berry  <karl@gnu.org>
21021
21022         * config/srclist.txt (COPYING.DOC): no longer available from
21023         /gd/gnuorg; don't know where the ultimate source is.
21024
21025 2003-10-25  Paul Eggert  <eggert@twinsun.com>
21026
21027         Fix several address-calculation bugs in the hash modules,
21028         plus some minor code cleanup.
21029
21030         * lib/hash.h: Include <stdbool.h>, for bool.
21031         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
21032         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
21033         hash_get_n_entries, hash_get_max_bucket_length,
21034         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
21035         hash_rehash): Use size_t rather than unsigned.
21036         * lib/hash.c (struct hash_table, hash_get_n_buckets,
21037         hash_get_n_buckets_used, hash_get_n_entries,
21038         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
21039         hash_get_entries, hash_do_for_each, hash_string, is_prime,
21040         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
21041         Likewise.
21042         (SIZE_MAX): Define if not defined.
21043         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
21044         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
21045         hash_print):
21046         Use const * when possible.
21047         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
21048         (check_tuning): Fix bug: if tuning parameters were very close to
21049         0 or 1, rounding errors could have caused subscript violations.
21050         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
21051         (hash_initialize): Add 'fail:' label
21052         to free table and return NULL, and use it to simplify code.
21053         Use calloc rather than clearing the storage ourself.
21054         (hash_initialize, hash_rehash): Check for arithmetic overflow in
21055         buffer size calculations.
21056         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
21057         Include <stddef.h>, for size_t.
21058         * lib/hash-pjw.c (hash_pjw): Likewise.
21059         Switch to method described by Bruno Haible.
21060         Include <limits.h>, for CHAR_BIT.
21061         (SIZE_BITS): New macro.
21062
21063 2003-10-23  Paul Eggert  <eggert@twinsun.com>
21064
21065         * m4/getline.m4 (AM_FUNC_GETLINE):
21066         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
21067         hosts.  Problem reported by Derek Robert Price in
21068         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
21069         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
21070         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
21071
21072 2003-10-21  Paul Eggert  <eggert@twinsun.com>
21073
21074         * lib/getndelim2.c (getndelim2): When size calculation overflows,
21075         ceiling the allocation at NMAX bytes rather than silently
21076         discarding input bytes before NMAX is reached.  This makes
21077         a difference only if NMAX exceeds SIZE_MAX / 2.
21078
21079         * lib/obstack.c: Merge from glibc.
21080         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
21081         Add libc_hidden_def (_obstack_newchunk).
21082         (_obstack_free) [! defined _LIBC]: Remove.
21083         [defined _LIBC]: Make a strong alias from obstack_free, rather than
21084         a clone of the function body.
21085         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
21086         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
21087
21088         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
21089         glibc.
21090         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
21091         arg to memcpy.
21092
21093         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
21094         (obstack_ptr_grow_fast, obstack_int_grow_fast):
21095         Don't use lvalue casts, as GCC plans to remove support for them
21096         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
21097         was also present in the non-GCC version, indicating that this
21098         code had always been buggy and had never been widely used.
21099         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
21100         Use the fast variant of each macro, rather than copying the
21101         definiens of the fast variant; that way, we'll be more likely to
21102         catch future bugs in the fast variants.
21103
21104 2003-10-20  Bruno Haible  <bruno@clisp.org>
21105
21106         * modules/wait-process: New file.
21107         * MODULES.html.sh (func_all_modules): Add wait-process.
21108
21109 2003-10-20  Bruno Haible  <bruno@clisp.org>
21110
21111         * m4/wait-process.m4: New file.
21112
21113 2003-10-20  Bruno Haible  <bruno@clisp.org>
21114
21115         * lib/wait-process.h: New file, from GNU gettext.
21116         * lib/wait-process.c: New file, from GNU gettext.
21117
21118 2003-10-19  Jim Meyering  <jim@meyering.net>
21119
21120         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
21121         HPUX 10.20.
21122
21123 2003-10-18  Karl Berry  <karl@gnu.org>
21124
21125         * config/config.guess: update from config.
21126
21127 2003-10-16  Paul Eggert  <eggert@twinsun.com>
21128
21129         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
21130         (getgroups): First arg is int, not size_t.
21131         Don't let 'free' mangle errno.
21132
21133 2003-10-16  Paul Eggert  <eggert@twinsun.com>
21134
21135         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
21136
21137 2003-10-16  Karl Berry  <karl@gnu.org>
21138
21139         * config/config.{guess,sub}: update from config.
21140
21141 2003-10-16  Jim Meyering  <jim@meyering.net>
21142
21143         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
21144         memcpy.
21145
21146 2003-10-15  Paul Eggert  <eggert@twinsun.com>
21147
21148         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
21149         (SIZE_MAX): Remove.
21150         (new_exclude, add_exclude_file): Initial size no longer needs to
21151         be a power of 2.
21152         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
21153         our own address arithmetic overflow checking.
21154
21155         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
21156         (fnmatch): Do not alloca more than 2000 wide characters;
21157         instead, use malloc for large buffers.
21158         Check for address arithmetic overflow, and return -1
21159         with errno set to ENOMEM in that case.
21160         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
21161         (NEW_PATTERN): Do not alloca more than 8000 bytes;
21162         instead, return -1.  Check for address arithmetic overflow.
21163
21164 2003-10-14  Paul Eggert  <eggert@twinsun.com>
21165
21166         Handle invalid suffixes and overflow independently, so that
21167         callers can treat them independently as needed.  Fix some bugs in
21168         suffix handling, e.g., "100k@" was not diagnosed as an invalid
21169         suffix for a human-readable blocksize.  The major caller-visible
21170         change is the addition of a new
21171         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
21172         that both overflow and suffix chars were found.
21173
21174         * lib/human.c (humblock): Don't check separately for invalid suffix
21175         char; that is xstrtoumax's job (now that its bug is fixed).
21176         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
21177         INTMAX_MAX]: New macros.
21178         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
21179         TYPE_MAXIMUM): New macros.
21180         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
21181         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
21182         if overflow occurs, as it's what __strtol does and it's more useful
21183         in practice.
21184         (__xstrtol): If __strtol reports some error other than ERANGE,
21185         reflect it to the caller as LONGINT_INVALID.  If it reports
21186         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
21187         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
21188         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
21189         value.
21190         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
21191         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
21192         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
21193         [defined UINTMAX_MAX]: New macros.
21194
21195 2003-10-14  Bruno Haible  <bruno@clisp.org>
21196
21197         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
21198
21199 2003-10-14  Bruno Haible  <bruno@clisp.org>
21200
21201         * m4/sig_atomic_t: New file, from GNU gettext.
21202         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
21203
21204 2003-10-14  Bruno Haible  <bruno@clisp.org>
21205
21206         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
21207         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
21208         Also use volatile where needed.
21209
21210 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21211
21212         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
21213         Change maintainer from Bruno Haible to 'all'.
21214
21215 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21216
21217         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
21218
21219 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21220
21221         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
21222         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
21223         and define in terms of the other primitives.
21224         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
21225         (SIZE_MAX): Define if not already defined.
21226         (array_size_overflow): New function.
21227         (xalloc_die): Abort instead of exiting if 'error' returns.
21228         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
21229         (xmalloc, xrealloc): Use them.
21230         (xcalloc): Check for address arithmetic overflow.
21231         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
21232         a bit faster than strcpy.
21233
21234 2003-10-10  Simon Josefsson  <jas@extundo.com>
21235
21236         * modules/argp (Depends-on): Add restrict and strcase.
21237
21238 2003-10-10  Simon Josefsson  <jas@extundo.com>
21239
21240         * m4/argp.m4: Add AC_C_INLINE.
21241
21242 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21243
21244         Merge getpass from libc, plus a few fixes.
21245
21246         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
21247         Include <stdbool.h>.
21248         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
21249         __fsetlocking to empty.
21250         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
21251         do include <bits/libc-lock.h>.
21252         Do not include <fcntl.h>; not needed.
21253         [_LIBC]: Include <wchar.h>.
21254         (NOTCANCEL_MODE): New macro.
21255         (flockfile, funlockfile) [_LIBC]: New macros.
21256         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
21257         [!_LIBC]: New macros.
21258         (call_fclose): New function.
21259         (getpass): Use it.  Save tty stream separately; this simplifies the
21260         code and makes it more reliable if stdin happens to equal stdout.
21261         Invoke __fsetlocking on tty.
21262         Handle thread cancellation if needed.
21263         Namespace cleanup (use __tcgetattr, __getline).
21264         Use bool for Booleans.
21265         [USE_IN_LIBIO]: Handle wide streams.
21266         [!_LIBC]: Unconditionally do the fseek, since we don't know what
21267         stream might go where.
21268
21269         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
21270         doesn't have to include <stdio.h> before us.
21271         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
21272         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
21273         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
21274         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
21275         if not declared, so that we can use getpass.c code from libc without
21276         rewriting it.
21277         (flockfile, ftrylockfile, funlockfile): New macros.
21278
21279 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21280
21281         * modules/getpass: Depend on stdbool.
21282
21283 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21284
21285         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
21286
21287 2003-10-07  Karl Berry  <karl@gnu.org>
21288
21289         * config/config.{guess,sub}: update from config.
21290
21291 2003-10-06  Jim Meyering  <jim@meyering.net>
21292             Bruno Haible  <bruno@clisp.org>
21293
21294         This lets translators provide better translations for the
21295         "Written by ..." part of --version output.
21296         * lib/version-etc.h: Include stdarg.h.
21297         (version_etc_copyright): Declare as readonly.
21298         (version_etc): Make this function variadic with a NULL-terminated list
21299         of author name strings.
21300         (version_etc_va): New declaration.
21301         * lib/version-etc.c: Include stdarg.h, stdlib.h.
21302         (version_etc_copyright): Declare as readonly.
21303         (version_etc_va): New function. Provide a different translatable string
21304         for each possible number of authors < 10. Abbreviate when there are 10
21305         authors or more.
21306         (version_etc): Make this function variadic. Call version_etc_va.
21307         Suggestion from Gary V. Vaughan.
21308
21309         * lib/long-options.h (parse_long_options): Change prototype: the
21310         authors string is moved to the end and becomes variadic.
21311         * lib/long-options.c: Include stdarg.h.
21312         (parse_long_options): Make this function variadic, too.
21313         Call version_etc_va, not version_etc.
21314
21315 2003-10-06  Bruno Haible  <bruno@clisp.org>
21316
21317         * modules/version-etc-2: Remove file.
21318         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
21319
21320 2003-10-06  Bruno Haible  <bruno@clisp.org>
21321
21322         * modules/fatal-signal: New file.
21323         * MODULES.html.sh (func_all_modules): Add fatal-signal.
21324
21325 2003-10-06  Bruno Haible  <bruno@clisp.org>
21326
21327         * m4/fatal-signal.m4: New file.
21328         * m4/signalblocking.m4: New file, from GNU gettext.
21329
21330 2003-10-06  Bruno Haible  <bruno@clisp.org>
21331
21332         * lib/version-etc-2.h: Remove file.
21333         * lib/version-etc-2.c: Remove file.
21334
21335 2003-10-06  Bruno Haible  <bruno@clisp.org>
21336
21337         * lib/fatal-signal.h: New file, from GNU gettext.
21338         * lib/fatal-signal.c: New file, from GNU gettext.
21339
21340 2003-10-05  Paul Eggert  <eggert@twinsun.com>
21341
21342         * README: Rework advice for preventing empty .o files.
21343         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
21344         not <sys/types.h>.
21345
21346 2003-10-04  Karl Berry  <karl@gnu.org>
21347
21348         * lib/argp*: update from libc.
21349
21350 2003-10-04  Karl Berry  <karl@gnu.org>
21351
21352         * config/config.{guess,sub}: update from config.
21353
21354 2003-10-02  Bruno Haible  <bruno@clisp.org>
21355
21356         * modules/lchown (Include): Add lchown.h.
21357         * modules/time_r (Include): Use "..." syntax.
21358         * modules/xgetdomainname (Include): Add xgetdomainname.h.
21359
21360 2003-10-01  Simon Josefsson  <jas@extundo.com>
21361
21362         * MODULES.html.sh (func_all_modules): Move gethostname from section
21363         'based on' to section 'lacking' POSIX:2001.
21364
21365 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
21366
21367         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
21368         to output mode on the same stream.
21369
21370 2003-09-29  Paul Eggert  <eggert@twinsun.com>
21371
21372         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
21373         Fix arg typo in previous patch.
21374
21375 2003-09-28  Jim Meyering  <jim@meyering.net>
21376
21377         * lib/error.c: Correct cpp indentation.
21378
21379 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21380
21381         * modules/free: New file.
21382
21383 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21384
21385         * m4/free.m4: New file.
21386
21387 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21388
21389         * lib/minmax.h (MIN, MAX)
21390         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
21391         Omit the special code that used __typeof__, since we worry that
21392         it could be more trouble than it's worth.  See:
21393         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
21394         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
21395
21396         * lib/free.c: New file.
21397
21398 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
21399
21400         Trivial fixes to Makefile.am parts of module listings.
21401         * modules/strstr: Append strstr.h to lib_SOURCES.
21402         * modules/strcase: Likewise, for strcase.h.
21403
21404 2003-09-27  Karl Berry  <karl@gnu.org>
21405
21406         * config/mkinstalldirs: update from automake.
21407
21408 2003-09-26  Paul Eggert  <eggert@twinsun.com>
21409
21410         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
21411         (error_tail): Do not loop, reallocating temporary buffer, since
21412         the output cannot contain more wide characters than the input
21413         contains bytes, the size must be big enough already.  This avoids
21414         one potential size overflow calculation.  Check for size overflow
21415         when calculating temporary buffer size.  Free temporary buffer
21416         when done, if it was allocated with malloc; this plugs a memory
21417         leak.  Remove casts from void * to pointers, that are no longer
21418         needed now that we're assuming C89 or better.
21419
21420         Merge error changes from glibc.
21421
21422         * lib/error.c, error.h: Update copyright notice header to match glibc.
21423         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
21424         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
21425         Disable cancellation while printing error.
21426         * lib/error.h: Prepend __ to parameter names.
21427
21428 2003-09-26  Jim Meyering  <jim@meyering.net>
21429
21430         * lib/error.c (error_tail): Move some declarations
21431         into inner scope where the local variables are used.
21432
21433 2003-09-26  Bruno Haible  <bruno@clisp.org>
21434
21435         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
21436         stpncpy().
21437         Don't define stpncpy through config.h; it's now done through stpncpy.h.
21438
21439 2003-09-26  Bruno Haible  <bruno@clisp.org>
21440
21441         * lib/stpncpy.h (gnu_stpncpy): New declaration.
21442         (stpncpy): Define as alias for gnu_stpncpy.
21443         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
21444
21445 2003-09-25  Simon Josefsson  <jas@extundo.com>
21446
21447         * lib/xgetdomainname.h: New file.
21448         * lib/xgetdomainname.c: New file.
21449
21450 2003-09-25  Simon Josefsson  <jas@extundo.com>
21451             Bruno Haible  <bruno@clisp.org>
21452
21453         * modules/getdomainname: New file.
21454         * modules/xgetdomainname: New file.
21455         * MODULES.html.sh (func_all_modules): Add getdomainname,
21456         xgetdomainname.
21457
21458 2003-09-25  Simon Josefsson  <jas@extundo.com>
21459             Bruno Haible  <bruno@clisp.org>
21460
21461         * m4/getdomainname.m4: New file.
21462
21463 2003-09-25  Simon Josefsson  <jas@extundo.com>
21464             Bruno Haible  <bruno@clisp.org>
21465
21466         * lib/getdomainname.h: New file.
21467         * lib/getdomainname.c: New file.
21468
21469 2003-09-25  Karl Berry  <karl@gnu.org>
21470
21471         * lib/argp-fmtstream.c, argp-help.c: update from libc.
21472
21473 2003-09-25  Karl Berry  <karl@gnu.org>
21474
21475         * config/install-sh: update from automake.
21476
21477 2003-09-25  Bruno Haible  <bruno@clisp.org>
21478
21479         * modules/version-etc-2: New file, from modules/version-etc with
21480         modifications.
21481         * MODULES.html.sh (func_all_modules): Add version-etc-2.
21482
21483 2003-09-25  Bruno Haible  <bruno@clisp.org>
21484
21485         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
21486         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
21487
21488 2003-09-24  Simon Josefsson  <jas@extundo.com>
21489
21490         * modules/xgethostname: Add xgethostname.h.
21491
21492 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21493
21494         * lib/linebuffer.c (freebuffer): Don't free the argument, just
21495         the buffer associated with the argument.  Bug reported by
21496         Simon Josefsson.
21497
21498 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21499
21500         * README: Document assumptions that 'int' is at least 32 bits
21501         wide, that integer arithmetic is 2's complement without overflow,
21502         that there are no holes in integer values, that adding sizes of
21503         two nonoverlapping objects can't overflow, and that all-bits-zero
21504         yields scalar zero.  Fix spelling and capitalization typos.
21505
21506 2003-09-19  Karl Berry  <karl@gnu.org>
21507
21508         * lib/argp.h: update from libc.
21509
21510 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21511
21512         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
21513         to avoid spurious warnings like "AC_RUN_IFELSE was called before
21514         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
21515
21516 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21517
21518         * gnulib-tool: Use "test -h", not "test -L", for portability
21519         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
21520         (tags_regexp): Remove, since \| doesn't conform to POSIX.
21521         (sed_extract_prog): Issue s commands one-by-one, rather than
21522         using \| in one s command.
21523
21524 2003-09-16  Paul Eggert  <eggert@twinsun.com>
21525
21526         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
21527         input error, instead of returning NULL the next time we are called
21528         (and therefore losing track of errno).
21529
21530 2003-09-16  Bruno Haible  <bruno@clisp.org>
21531
21532         * gnulib-tool (func_create_testdir): Warn about duplicated
21533         dependencies.
21534
21535 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21536
21537         * modules/argmatch, modules/fatal, modules/obstack,
21538         modules/xalloc, modules/xgethostname: Sort dependencies by
21539         importance, not alphabetically.
21540
21541 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21542
21543         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
21544         fails, so that the caller gets the proper errno.
21545
21546         * lib/readutmp.c (read_utmp): Likewise.
21547         Check for fstat error.  Close stream and free storage
21548         when failing.
21549
21550 2003-09-14  Karl Berry  <karl@gnu.org>
21551
21552         * config/srclist.txt (strdup.c): disable for c89 changes.
21553
21554 2003-09-14  Jim Meyering  <jim@meyering.net>
21555
21556         * lib/getloadavg.c: Correct cpp indentation.
21557         * lib/strdup.c: Likewise.
21558         * lib/vasnprintf.c: Likewise.
21559
21560 2003-09-14  Bruno Haible  <bruno@clisp.org>
21561
21562         * modules/fwriteerror: New file.
21563         * MODULES.html.sh (func_all_modules): Add fwriteerror.
21564
21565 2003-09-14  Bruno Haible  <bruno@clisp.org>
21566
21567         * lib/fwriteerror.h: New file.
21568         * lib/fwriteerror.c: New file.
21569
21570 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21571
21572         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
21573         modules/xgethostname, modules/xalloc: Depend on exit.
21574
21575 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21576
21577         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
21578
21579         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
21580         and AC_MINIX, too, so that their extensions are available.
21581
21582         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
21583         This macro has been superseded by gl_BACKUPFILE.
21584
21585         More patches to assume C89 or better.
21586
21587         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
21588
21589         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
21590         unconditionally.
21591         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
21592         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
21593         Include <string.h>, <stdlib.h> unconditionally.
21594         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
21595         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
21596         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
21597         headers or for string.h.
21598         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
21599         or strtoul.
21600
21601         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
21602         headers.
21603         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
21604         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21605         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
21606         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
21607         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21608         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
21609         memcpy, memset.
21610         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
21611         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
21612         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
21613         strtol.
21614         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
21615         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
21616         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
21617         strtoul.
21618
21619 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21620
21621         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
21622         * lib/obstack.c [!defined _LIBC]: Likewise.
21623         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
21624         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
21625         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
21626
21627         More changes to assume C89 or better.
21628
21629         * lib/error.c (error_tail): Assume vprintf.
21630
21631         * lib/argmatch.c (getenv): Remove decl.
21632         * lib/progreloc.c (get_full_program_name): Define via prototype.
21633         * lib/setenv.c (clearenv): Likewise.
21634         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
21635         needed.
21636         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
21637         (malloc, memcpy): Remove decls.
21638         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
21639         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
21640         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21641         (memcpy): Remove macro.
21642         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
21643         (__P): Remove.  All uses removed.
21644         (PTR): Remove.  All uses changed to void *.
21645         (CHAR_BIT, NULL): Remove.
21646         (spaces, zeros, memset_space, memset_zero)
21647         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
21648         Remove.
21649         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
21650         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
21651         Define with prototype.
21652         Remove now-unnecessary prototype decl.
21653         (extra_args_spec): Assume ANSI C.  All uses changed.
21654         (extra_args_spec_iso): Remove.
21655         (my_strftime, emacs_strftimeu): Define via prototype.
21656         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
21657         unconditionally.
21658         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
21659         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
21660         (strtoul, strtol): Remove decls.
21661         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
21662         LONG_MAX): Remove.
21663         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21664         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
21665         (LOCALE_PARAM_PROTO): New macro.
21666         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
21667         (INTERNAL (strtol), strtol): Define with a prototype.
21668         (PARAMS): Remove.  All uses removed.
21669         * lib/tempname.c: Include <string.h> unconditionally.
21670         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
21671         * lib/xgethostname.c (main): Define with a prototype.
21672         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
21673         Include <stdlib.h> unconditionally.
21674         (calloc, malloc, realloc, free): Remove decls.
21675         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
21676         Include <stdlib.h> unconditionally.  Sort include file names.
21677         (strtod): Remove.
21678         (xstrtod): Define with a prototype.
21679         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
21680         (strtol, strtoul): Remove decls.
21681
21682 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21683
21684         More patches to assume C89 or better.
21685         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
21686         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
21687         string.h, memchr, STDC_HEADERS.
21688
21689 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21690
21691         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
21692         Include <stdlib.h>, <string.h> unconditionally.
21693         Remove now-unnecessary cast to char *.
21694         * lib/strnlen.c: Include <string.h> unconditionally.
21695         * lib/yesno.c (yesno): Define with a prototype.
21696
21697 2003-09-11  Bruno Haible  <bruno@clisp.org>
21698
21699         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
21700
21701 2003-09-10  Jim Meyering  <jim@meyering.net>
21702
21703         * lib/error.c: Correct indentation of cpp directives.
21704
21705 2003-09-10  Bruno Haible  <bruno@clisp.org>
21706
21707         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
21708         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
21709         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
21710         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
21711         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
21712         <stdlib.h> and <string.h> checks.
21713         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
21714         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
21715
21716 2003-09-10  Bruno Haible  <bruno@clisp.org>
21717
21718         * lib/strcspn.c: Include <string.h> unconditionally.
21719         * lib/strpbrk.c: Include <string.h> unconditionally.
21720         * lib/strstr.c: Include <string.h> unconditionally.
21721         * lib/unicodeio.c: Include <string.h> unconditionally.
21722         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
21723         * lib/unsetenv.c: Likewise.
21724         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
21725         * lib/yesno.c: Include <stdlib.h> unconditionally.
21726         (rpmatch): Add prototype.
21727
21728 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21729
21730         More patches to assume C89 or better.
21731         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
21732         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
21733         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
21734         or for string.h.
21735         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
21736         stdlib.h.
21737         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
21738         C headers.
21739         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
21740         string.h.
21741         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
21742         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
21743         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
21744         or for string.h.
21745         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
21746         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
21747         C headers.
21748         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
21749         memcpy.
21750         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
21751         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
21752         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
21753         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
21754         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
21755         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
21756         string.h, free.
21757         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
21758         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
21759         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
21760         C headers, or for string.h.
21761         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
21762         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
21763         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
21764         headers, memory.h, stdlib.h, string.h, strings.h.
21765         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
21766         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
21767         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
21768         strchr.
21769         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
21770         headers, memory.h, string.h.
21771         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
21772         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
21773         free.
21774         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
21775         headers.
21776         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
21777         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
21778         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
21779         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
21780         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
21781
21782 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21783
21784         More K&R removal.
21785
21786         * lib/acosl.c (main): Use a prototype.
21787         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
21788         tanl.c: Likewise.
21789
21790         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
21791
21792         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
21793         (getopt, etopt_long, getopt_long_only, _getopt_internal)
21794         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
21795         with a prototype.
21796         * lib/getopt.c (const): Remove macro.
21797         Include <string.h> unconditionally.
21798         (my_index): Remove; all uses changed to strchr.
21799         (strlen): Remove decl.
21800         (exchange): Remove forward decl; no longer needed.
21801         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
21802         Define with prototype.
21803         * lib/getopt1.c (const): Remove macro.
21804         (getopt_long, getopt_long_only, main): Define with prototype.
21805
21806         * lib/getugroups.c: Include <string.h> unconditionally.
21807
21808         * lib/getusershell.c: Include <stdlib.h> unconditionally.
21809         (getusershell, setusershell, endusershell, readname, main):
21810         Define with prototypes.
21811
21812         * lib/group-member.c: Include group-member.h first.
21813         Include <stdlib.h> unconditionally.
21814
21815         * lib/hard-locale.c: Include hard-locale.h first.
21816         Include <stdlib.h>, <string.h> unconditionally.
21817
21818         * lib/hash.c (free, malloc): Remove decls.
21819         Include <stdlib.h> unconditionally.
21820
21821         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
21822         (getenv): Do not declare.
21823
21824         * lib/idcache.c: Include <string.h> unconditionally.
21825
21826         * lib/long-options.c: Include long-options.h first, to test interface.
21827         Include <stdlib.h> unconditionally.
21828
21829         * lib/makepath.c: Include makepath.h first, to test interface.
21830         Include <stdlib.h> and <string.h> unconditionally.
21831
21832         * lib/linebuffer.c: Include <stdlib.h>.
21833         (free): Remove decl.
21834
21835         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
21836         stddef.h. rpl_malloc returns void *, not char *.
21837         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
21838         prototype.
21839
21840         * lib/md5.h: Include <limits.h> unconditionally.
21841         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
21842         (__P): Remove; all uses removed.
21843         * lib/md5.c: Include "md5.h" first.
21844         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
21845         md5_buffer, md5_process_bytes, md5_process_block):
21846         Define with prototypes.
21847         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
21848         * lib/sha.c: Include "sha.h" first.
21849         Include <stdlib.h>, <string.h> unconditionally.
21850
21851         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
21852         * lib/memcmp.c (__ptr_t): Likewise.
21853         * lib/memrchr.c (__ptr_t): Likewise.
21854         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
21855         Include <string.h> unconditionally.
21856         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
21857         * lib/memchr.c: Include <stdlib.h> unconditionally.
21858         * lib/memchr.c (LONG_MAX): Remove.
21859         * lib/memrchr.c (LONG_MAX): Likewise.
21860         * lib/memchr.c (__memchr): Define via a prototype.
21861         * lib/memrchr.c (__memrchr): Likewise.
21862         * lib/memcmp.c (__P): Remove, and remove all uses.
21863         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
21864         Remove forward decls; no longer needed.
21865         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
21866         Use types required by C89 in prototype.
21867
21868         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
21869         * lib/savedir.c: Likewise.
21870         * lib/mkdir.c (free): Remove decl.
21871         * lib/rmdir.c (rmdir): Define with a prototype.
21872         * lib/savedir.c: Include savedir.h first, to test interface.
21873
21874         * lib/mktime.c (STDC_HEADERS): Remove.
21875         Include <stdlib.h>, <string.h> unconditionally.
21876
21877         * lib/modechange.c: Include <stdlib.h> unconditionally.
21878         (malloc): Remove decl.
21879
21880         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
21881         (free): Remove decl.
21882
21883         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
21884         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
21885         (This type really should be intptr_t, but that's a C99ism.)
21886         (_obstack_memcpy): Remove: all uses changed to memcpy.
21887         Include <string.h> unconditionally.
21888         (struct obstack): Assume __STDC__ for types of members
21889         chunkfun, freefun, extra_arg.
21890         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
21891         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
21892         obstack_begin, obstack_specify_allocation,
21893         obstack_specify_allocation_with_arg, obstack_chunkfun,
21894         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
21895         Remove unprototyped decls and the macros that use them.
21896         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
21897         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
21898         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
21899         (defined __STDC__ && __STDC__)]:
21900         Remove nonprototyped code.
21901         Include <stdlib.h> unconditionally.
21902         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
21903         _obstack_allocated_p, _obstack_free, obstack_free,
21904         _obstack_memory_used, print_and_abort):
21905         Define using prototypes.
21906         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
21907         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
21908         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
21909         obstack_next_free, obstack_object_size, obstack_room) [0]:
21910         Remove unused, unprototyped code.
21911
21912         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
21913
21914         * lib/physmem.c (physmem_total, physmem_available, main): Define
21915         with prototypes.
21916
21917         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
21918         (main): Define with a prototype.
21919
21920         * lib/posixver.c (getenv): Remove decl.
21921
21922         * lib/putenv.c (malloc): Returns void *, not char *.
21923         Include <string.h> unconditionally.
21924         (strchr, memcpy, NULL): Do not define.
21925
21926         * lib/readtokens.c: Include readtokens.h first, to test interface.
21927         Include <stdlib.h>, <string.h> unconditionally.
21928         (init_tokenbuffer): Define with a prototype.
21929
21930         * lib/regex.c (PARAMS): Remove.  All uses removed.
21931         All uses of _RE_ARGS removed, too.
21932         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21933         unconditionally.
21934         (bzero): Assume memset exists.
21935         (memcmp, memcpy, NULL): Remove.
21936         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
21937         char, or assignments to local vars of type signed char.
21938         (init_syntax_once, PREFIX(extract_number_and_incr),
21939         PREFIX(print_partial_compiled_pattern),
21940         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
21941         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
21942         PREFIX(regex_grow_registers), PREFIX(regex_compile),
21943         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
21944         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
21945         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
21946         wcs_compile_range, byte_compile_range, truncate_wchar,
21947         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
21948         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
21949         count_mbs_length, wcs_re_match_2_internal,
21950         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
21951         PREFIX(alt_match_null_string_p),
21952         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
21953         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
21954         regfree, PREFIX(extract_number)): Define with prototype.  Remove
21955         now-unnecessary declaration, if any.
21956         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
21957         regcomp, regexec):
21958         Remove now-unnecessary casts among pointer types.
21959         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
21960
21961         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
21962         (free): Remove decl.
21963
21964         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
21965
21966         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
21967         (free): Remove decl.
21968
21969         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
21970         * lib/xgetcwd.c: Likewise.
21971
21972         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
21973         (free): Remove decl.
21974
21975         * lib/strchrnul.c (strchrnul): Define with a prototype.
21976         Fix bug: c_in was not converted to char before searching.
21977
21978         The following changes are not K&R related:
21979
21980         * lib/group-member.h: Include <sys/types.h>, so that this file is
21981         self-contained.
21982         * lib/makepath.h: Likewise.
21983
21984         * lib/getusershell.c (readname, default_index, line_size, readname):
21985         Use size_t, not int, for sizes.
21986         (readname): If the size overflows, report an error instead of
21987         looping forever.
21988
21989 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21990
21991         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
21992         libc.
21993
21994 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21995
21996         * README: New section: portability guidelines.
21997
21998 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21999
22000         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
22001         C89 spec.
22002
22003 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
22004
22005         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
22006
22007 2003-09-08  Paul Eggert  <eggert@twinsun.com>
22008
22009         Assume C89 or better; remove K&R cruft.
22010         A few of these changes were first proposed by Derek Robert Price
22011         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
22012
22013         * lib/addext.c: Include <string.h> unconditionally.
22014         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
22015         Don't declare getenv or malloc.
22016
22017         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
22018         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
22019         (NULL): Remove.
22020         (find_stack_direction, alloca): Use prototypes.
22021
22022         * lib/atexit.c (atexit): Define using a prototype.
22023
22024         * lib/basename.c, dirname.c, stripslash.c:
22025         Include <string.h> unconditionally.
22026
22027         * lib/bcopy.c: Include <stddef.h>.
22028         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
22029
22030         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
22031
22032         * lib/error.h (error, error_at_line, error_print_progname)
22033         [! (defined (__STDC__) && __STDC__)]: Remove decls.
22034         * lib/error.c: Include error.h first, to check interface.
22035         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
22036         (VA_START): Remove; all uses changeed to va_start.
22037         (exit, strerror): Remove decls.
22038         (error_print_progname): Prototype uncondionally.
22039         Don't include <errno.h>; no longer needed.
22040         (private_strerror): Remove.
22041         (error_tail): Always define.
22042         (error, error_at_line): Assume C89 or better; always use prototypes.
22043         * lib/fatal.c: Include "fatal.h" first, to test interface.
22044         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
22045         (VA_START): Remove; all uses changed to va_start.
22046         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
22047         this case.
22048         (exit): Remove decl.
22049         (fatal): Prototype unconditionally.  Assume va_start works.
22050         Abort at end, to pacify gcc.
22051
22052         * lib/euidaccess.c (main): Define with a prototype.
22053
22054         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
22055
22056         * lib/exitfail.c: Include <stdlib.h> unconditionally.
22057
22058         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
22059         prototypes.
22060         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
22061         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
22062         (getenv): Remove decl.
22063         (fnmatch): Define using a prototype.
22064         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
22065         (FCT): Define using a prototype.
22066
22067         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
22068
22069         * lib/gethostname.c: Include <stddef.h>.
22070         (gethostname): Define with prototype.  Length is size_t, not int.
22071
22072 2003-09-08  Paul Eggert  <eggert@twinsun.com>
22073
22074         Assume C89 or better; remove K&R cruft.
22075         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
22076         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
22077         string.h, getenv, malloc.
22078         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
22079         headers.
22080         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
22081         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
22082         do not check for strerror.
22083         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
22084         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
22085         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
22086         do not check for doprnt or vprintf.
22087         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
22088         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
22089
22090 2003-09-08  Paul Eggert  <eggert@twinsun.com>
22091
22092         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
22093         getversion.c should have been removed then, but was accidentally
22094         preserved.
22095
22096         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
22097         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
22098
22099 2003-09-08  Karl Berry  <karl@gnu.org>
22100
22101         * config/config.sub, config.guess, srclistvars.sh: update from savannah
22102                 config, forget about prep.
22103
22104         * config/depcomp, missing: update from automake.
22105
22106 2003-09-07  Paul Eggert  <eggert@twinsun.com>
22107
22108         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
22109         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
22110
22111 2003-09-07  Paul Eggert  <eggert@twinsun.com>
22112
22113         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
22114         copy_tm_result.  Bug reported by Simon Josefsson in
22115         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
22116
22117 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22118
22119         * m4/time_r.m4: New file.
22120         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
22121         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
22122         is. Check for timegm declaration.
22123         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
22124         Do not check for gmtime_r.
22125         Replace mktime if __mktime_internal does not exist and if mktime
22126         hasn't been replaced already.
22127
22128 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22129
22130         * lib/time_r.c, lib/time_r.h: New files.
22131
22132         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
22133         __localtime_r.
22134         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
22135         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
22136
22137         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
22138         __gmtime_r.
22139         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
22140         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
22141         Include <time_r.h>.
22142
22143         * lib/timegm.c: Switch to glibc implementation, with the following
22144         changes:
22145         [defined HAVE_CONFIG_H]: Include <config.h>.
22146         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
22147         (__mktime_internal) [!defined _LIBC]: New decl.
22148         (__gmtime_r) [!defined _LIBC]: New macro and function.
22149         (timegm): Use a prototype, since gnulib assumes C89.
22150         Do not bother declaring tmp to be const, as it's not really usefu.
22151         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
22152         (timegm): Declare only if HAVE_DECL_TIMEGM.
22153
22154 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22155
22156         * MODULES.html.sh (func_all_modules): Add time_r.
22157         * modules/time_r: New file.
22158         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
22159         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
22160
22161 2003-09-03  Paul Eggert  <eggert@twinsun.com>
22162
22163         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
22164         Bug reported by Lute Kamstra in
22165         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
22166
22167         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
22168         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
22169         course with correspondingly smaller numbers for tomorrow and
22170         yesterday.  From Tadayoshi Funaba.  Originally installed into
22171         sh-utils on 1999-08-07, but the patch got lost (I guess during the
22172         coreutils merge?).
22173
22174 2003-08-31  Simon Josefsson  <jas@extundo.com>
22175
22176         * modules/timegm: New file.
22177         * MODULES.html.sh (func_all_modules): Add timegm.
22178
22179 2003-08-31  Simon Josefsson  <jas@extundo.com>
22180
22181         * m4/timegm.m4: New file.
22182
22183 2003-08-31  Simon Josefsson  <jas@extundo.com>
22184
22185         * lib/timegm.h: New file.
22186         * lib/timegm.c: New file.  Based on
22187         wget-1.8.2/src/http.c:mktime_from_utc.
22188
22189 2003-08-31  Karl Berry  <karl@gnu.org>
22190
22191         * lib/argp.h: update from libc.
22192
22193 2003-08-28  Bruno Haible  <bruno@clisp.org>
22194
22195         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
22196         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
22197         followed by '#define fnmatch fnmatch_posix' gives an error.
22198
22199 2003-08-28  Bruno Haible  <bruno@clisp.org>
22200
22201         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
22202         warning on QNX, which defines O_BINARY to 000000.
22203
22204 2003-08-27  Jim Meyering  <jim@meyering.net>
22205
22206         * m4/mkstemp.m4: Require that the system mkstemp be able to create
22207         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
22208         would fail after 32.  Reported by Danny Levinson.  Details here:
22209         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
22210
22211 2003-08-24  Bruno Haible  <bruno@clisp.org>
22212
22213         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
22214         MSVC7 <stdio.h> is included later.
22215
22216 2003-08-22  Simon Josefsson  <jas@extundo.com>
22217
22218         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
22219
22220 2003-08-20  Karl Berry  <karl@gnu.org>
22221
22222         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
22223
22224 2003-08-20  Bruno Haible  <bruno@clisp.org>
22225
22226         * modules/progname: New file.
22227         * MODULES.html.sh (func_all_modules): Add progname.
22228
22229 2003-08-20  Bruno Haible  <bruno@clisp.org>
22230
22231         * lib/progname.h: New file, from GNU gettext.
22232         * lib/progname.c: New file, from GNU gettext.
22233         * lib/progreloc.c: New file, from GNU gettext.
22234
22235 2003-08-19  Jim Meyering  <jim@meyering.net>
22236
22237         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
22238         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
22239
22240 2003-08-19  Bruno Haible  <bruno@clisp.org>
22241
22242         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
22243         more.
22244
22245 2003-08-19  Bruno Haible  <bruno@clisp.org>
22246
22247         * lib/xstrdup.c: Assume <string.h> exists.
22248
22249 2003-08-18  Paul Eggert  <eggert@twinsun.com>
22250
22251         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
22252         in makefile rules.
22253
22254 2003-08-18  Jim Meyering  <jim@meyering.net>
22255
22256         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
22257         * m4/lib-ld.m4: Likewise.
22258
22259 2003-08-18  Jim Meyering  <jim@meyering.net>
22260
22261         * lib/setenv.h: Indent nested cpp directive.
22262         * lib/vasnprintf.c: Remove trailing blanks.
22263
22264 2003-08-17  Simon Josefsson  <jas@extundo.com>
22265
22266         * modules/xstrndup: New file.
22267         * MODULES.html.sh (func_all_modules): Add xstrndup.
22268
22269 2003-08-17  Simon Josefsson  <jas@extundo.com>
22270
22271         * modules/argp: Fix autoconf macro name. Add more dependencies.
22272
22273 2003-08-17  Simon Josefsson  <jas@extundo.com>
22274
22275         * m4/xstrndup.m4: New file.
22276
22277 2003-08-17  Simon Josefsson  <jas@extundo.com>
22278
22279         * m4/argp.m4: New file.
22280
22281 2003-08-17  Simon Josefsson  <jas@extundo.com>
22282             Bruno Haible  <bruno@clisp.org>
22283
22284         * lib/xstrndup.h: New file.
22285         * lib/xstrndup.c: New file.
22286
22287 2003-08-17  Bruno Haible  <bruno@clisp.org>
22288
22289         * modules/strndup (Files, Include): Add lib/strndup.h.
22290
22291 2003-08-17  Bruno Haible  <bruno@clisp.org>
22292
22293         * modules/euidaccess (Files): Add lib/euidaccess.h.
22294
22295 2003-08-17  Bruno Haible  <bruno@clisp.org>
22296
22297         * lib/strndup.h: New file.
22298
22299 2003-08-17  Bruno Haible  <bruno@clisp.org>
22300
22301         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
22302         like AC_GNU_SOURCE.
22303         * modules/extensions (configure.ac): Comment out the invocation of
22304         gl_USE_SYSTEM_EXTENSIONS.
22305
22306 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22307
22308         Merges from coreutils, etc.
22309         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
22310         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
22311         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
22312         fixing a typo.
22313         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
22314         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
22315
22316 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22317
22318         Document merge from coreutils.
22319         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
22320         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
22321         * modules/utime: Add m4/utimes-null.m4.
22322
22323 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22324
22325         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
22326         space, undoing this 2003-08-12 change:
22327         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22328
22329 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22330
22331         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
22332         strtoul.c from libc, undoing this 2003-08-12 change:
22333         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22334
22335 2003-08-16  Jim Meyering  <jim@meyering.net>
22336
22337         Merges from coreutils.
22338         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
22339         prefix.  Adjust cache variables similarly.  Create 500 rather than
22340         just 300 files, to exercise bug on Darwin6.5, too.
22341         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
22342         $missing_dir.
22343         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
22344         AM_SYS_POSIX_TERMIOS.
22345         Reported by mkc@mathdogs.com.
22346         Also change use of $am_cv_sys_posix_termios
22347         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
22348         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
22349         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
22350         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
22351         in /proc/mounts until it finds one with matching device number.  This
22352         is unnecessary when the FILE argument *is* a mount point.  No stat call
22353         is necessary in that case.  So, disable the statvfs-testing code on
22354         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
22355         as RedHat bug# 84846.
22356         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22357         to 1MB, so as not to render systems with no stack size limit (e.g.,
22358         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22359         Include <unistd.h>.  On some systems,
22360         it is required for the definition of _SC_PAGESIZE.
22361
22362 2003-08-16  Jim Meyering  <jim@meyering.net>
22363
22364         Merge from coreutils.
22365         * lib/xstrtoimax.c: #else #if -> #elif.
22366         * lib/xstrtoumax.c: Likewise.
22367
22368 2003-08-16  Jim Meyering  <jim@meyering.net>
22369
22370         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
22371         * m4/utimes.m4: Removed.
22372         * m4/utimes-null.m4: Renamed from utimes.m4.
22373
22374         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22375         to 1MB, so as not to render systems with no stack size limit (e.g.,
22376         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22377         Include <unistd.h>.  On some systems,
22378         it is required for the definition of _SC_PAGESIZE.
22379
22380 2003-08-16  Jim Meyering  <jim@meyering.net>
22381         and Paul Eggert  <eggert@cs.ucla.edu>
22382
22383         Merges from coreutils, etc.
22384
22385         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
22386         using the latest version from cvs.  This avoids problems with #line
22387         directives using a vendor (Sun) compiler.
22388         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
22389         Don't set GETGROUPS_LIB here; now it's
22390         done via getgroups.m4's wrapper function.
22391         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
22392         rather than just in sh-util/configure.in, so that the
22393         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
22394         same.
22395         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
22396         AC_FUNC_GETLOADAVG where to find getloadavg.c.
22397         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
22398         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
22399         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
22400         Remove code that is now done by the newly-required macros.
22401         Append $(EXEEXT) to DF_PROG.
22402         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
22403         Do not invoke or require the following here,
22404         since prereq.m4 or some gnulib .m4 now does this for us:
22405         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
22406         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
22407         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
22408         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
22409         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
22410         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
22411         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
22412         AC_FUNC_OBSTACK.
22413         Do not replace the following functions, as this is now the job
22414         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
22415         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
22416         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
22417         atexit getpass, strdup, getpagesize.
22418         Replace 'raise'.
22419         Do not check for the following functions, as this is now the job
22420         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
22421         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
22422         setregid.
22423         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
22424         Check for sys/sysctl.h.
22425         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
22426         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
22427         of checking for ssize_t ourselves.
22428
22429         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
22430         Require every macro that gnulib/modules/* suggests for us.
22431         (jm_PREREQ_ADDEXT): New macro.
22432         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
22433         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
22434
22435         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
22436         (gl_PHYSMEM): Use it.
22437         Also check for `table' function.
22438         Check for new headers and functions.
22439         Add check for sys/sysmp.h.
22440         With suggestions from Kaveh Ghazi.
22441         Ignore headers that are present but cannot be compiled.  This
22442         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
22443         C 5.4.
22444
22445 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22446
22447         Document merge from coreutils.
22448         * modules/userspec: Depend on posixver.
22449         * modules/strftime: Depend on tzset.
22450
22451 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22452
22453         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
22454         rather than tab, after '#' in shell-script copyright notices.
22455         Suggested by Bruno Haible.
22456
22457 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22458
22459         * config/srclist-update: Use three spaces, rather than tab, after '#'
22460         in shell-script copyright notices.  Suggested by Bruno Haible.
22461         Remove unnecessary parenthesization in regular expression.
22462
22463 2003-08-15  Jim Meyering  <jim@meyering.net>
22464
22465         Merge from coreutils.
22466         * lib/xgethostname.c: Include <stdlib.h>.
22467         (xghostname): Don't exit for anything other than memory-related
22468         failure; just return NULL.
22469         * lib/userspec.c: Include "posixver.h".
22470         (parse_user_spec): Accept `.' as a separator only
22471         in pre-POSIX-200112 mode.
22472         * lib/strtoimax.c: Use #elif rather than #else #if.
22473         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
22474         Remove function, now that we can rely on a working tzset function.
22475         [!_LIBC]: Ensure that the required autoconf test has been run.
22476         [!defined _NL_CURRENT && HAVE_STRFTIME]:
22477         Use underlying_strftime for %r.
22478         * lib/sha.c: Merge in some clean-up and optimization changes from
22479         glibc.
22480         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
22481         Ensure that it is a multiple of 64.
22482         Rearrange loop exit tests so as to avoid performing an
22483         additional fread after encountering an error or EOF.
22484         * lib/realloc.c: Update copyright date.
22485
22486 2003-08-15  Jim Meyering  <jim@meyering.net>
22487         and Paul Eggert  <eggert@twinsun.com>
22488
22489         Merge from coreutils.
22490         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
22491         member but strut utmpx does not.  Needed for AIX 4.3.3.
22492         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
22493
22494 2003-08-15  Jim Meyering  <jim@meyering.net>
22495         and Paul Eggert  <eggert@cs.ucla.edu>
22496
22497         Merges from coreutils, etc.
22498         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
22499         Require gl_FUNC_TZSET_CLOBBER.
22500         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
22501         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
22502         members.
22503
22504 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22505
22506         Help the merge from coreutils.
22507         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
22508         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
22509         * m4/tzset.m4: Use it too.
22510
22511 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22512
22513         * modules/tzset: New file.
22514
22515 2003-08-14  Jim Meyering  <jim@meyering.net>
22516
22517         Merges from coreutils.
22518         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
22519         variable names, rather than @FNMATCH_H@.
22520         * modules/alloca: Likewise for $(ALLOCA_H).
22521
22522         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
22523         the three copies of the literal target, `fnmatch.h'.
22524         * modules/alloca (alloca.h): Likewise.
22525
22526 2003-08-14  Jim Meyering  <jim@meyering.net>
22527
22528         Merge from coreutils.
22529         * m4/tzset.m4: New file.
22530         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
22531         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
22532         otherwise, AIX 5.1 systems would end up using the latter.
22533         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
22534         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
22535         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
22536         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
22537
22538 2003-08-14  Jim Meyering  <jim@meyering.net>
22539
22540         Merge from coreutils.
22541         * lib/obstack.h: Whitespace changes.
22542         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
22543         and xcalloc return values.
22544         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
22545         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
22546         hang on OSF/1 5.1 for DIR on both local and remote file systems.
22547         Reported by (and fix confirmed by) Nelson H. F. Beebe.
22548         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22549         error from mntctl.
22550         Use mntctl's return value to drive the entry-processing loop, since
22551         we can't rely on the value of the vmt_length member in the last
22552         entry.  On some systems doing so could result in exhausting
22553         virtual memory.  Based in part on a patch from Mike Jetzer.
22554
22555 2003-08-14  Jim Meyering  <jim@meyering.net>
22556         and Paul Eggert  <eggert@twinsun.com>
22557
22558         Merges from coreutils, plus other fixes.
22559         * lib/physmem.c: Merge in portability changes from gcc/libiberty
22560         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
22561         for credits and details.  Thanks to Kaveh Ghazi for helping
22562         to keep these files in sync.
22563         (ARRAY_SIZE): Define it.
22564         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
22565         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
22566         (memcasecmp): Don't assume size_t fits in unsigned int.
22567         Remove casts and duplicate code.
22568         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
22569         (memcpy): Remove definition.
22570         Merge in some clean-up and optimization changes from glibc.
22571         [BLOCKSIZE]: Move definition to top of file.
22572         Ensure that it is a multiple of 64.
22573         Rearrange loop exit tests so as to avoid performing an
22574         additional fread after encountering an error or EOF.
22575         * lib/md5.h (md5_uintptr): Define.
22576         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
22577         return to the initial working directory.  Preserve errno
22578         for caller.
22579         * lib/idcache.c: Include "xalloc.h".
22580         (xmalloc, xrealloc): Remove decls.
22581         (getuser): Remove casts no longer required in C89.
22582         * lib/human.c: Include stdio.h, for sprintf.
22583         * lib/group-member.c: Include "xalloc.h".
22584         (xmalloc, xrealloc): Remove decls.
22585         (get_group_info): Remove casts no longer required in C89.
22586         * lib/getusershell.c (readname): Remove casts no longer required in
22587         C89.
22588         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
22589         * lib/getline.c: Whitespace fix, from coreutils.
22590
22591 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22592
22593         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
22594         Check for isascii.
22595
22596         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22597         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22598         Undo previous (whitespace-only) change.
22599
22600 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22601
22602         * lib/exclude.c: Include <ctype.h>
22603         (IN_CTYPE_DOMAIN): New macro.
22604         (is_space): New fn.
22605         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
22606         and empty lines.
22607
22608         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22609         Undo previous (whitespace-only) change.
22610
22611 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22612
22613         * config/srclist-update: Change update back to the old behavior,
22614         leaving whitespace alone.  Use one 'sed' command rather than a
22615         pipeline.
22616         (fixlicense): Now a variable, not a function.
22617         (remove_trailing_blanks): Remove.
22618         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
22619         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22620         Undo previous (whitespace-only) change.
22621
22622 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22623
22624         Merge from coreutils.
22625         * modules/euidaccess: Add lib_SOURCES, include for new
22626         file euidaccess.h
22627
22628 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22629
22630         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22631         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22632         Normalize leading white space and remove trailing white space.
22633
22634         Merge from coreutils
22635         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
22636
22637         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
22638         0.12.1.  These files are now being upgraded automatically by
22639         ../config/srclist-update.
22640
22641 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22642
22643         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22644         Normalize leading white space and remove trailing white space.
22645         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
22646         notice, as per ../config/srclist-update.
22647
22648         Merge from coreutils.
22649         * lib/euidaccess.h: New file.
22650         * lib/euidaccess.c: Include it.
22651         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
22652         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
22653         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
22654
22655 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22656
22657         * config/srclist-update: Add copyright notice.
22658         (remove_id_lines, remove_trailing_blanks): New constants.
22659         (fixfile): Use them to normalize spacing a bit in copied files.
22660         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22661         Normalize leading white space and remove trailing white space.
22662
22663         * config/texinfo.tex: Sync with texinfo.
22664
22665         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
22666         strtoul.c from libc, to merge coreutils whitespace changes.
22667
22668         * config/srclist.txt: Get the following m4 files from gettext:
22669         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
22670         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
22671         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
22672         wint_t.m4.
22673
22674 2003-08-12  Karl Berry  <karl@gnu.org>
22675
22676         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
22677         been made.
22678
22679 2003-08-11  Paul Eggert  <eggert@twinsun.com>
22680
22681         * modules/gnu-source, m4/gnu-source.m4:
22682         Remove; we're assuming Autoconf 2.54 or later now.
22683         Suggested by Bruno Haible.
22684         * MODULES.html.sh (func_all_modules): Remove gnu-source.
22685
22686 2003-08-11  Bruno Haible  <bruno@clisp.org>
22687
22688         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
22689
22690 2003-08-11  Bruno Haible  <bruno@clisp.org>
22691
22692         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
22693         (vasnprintf): Use it instead of wcslen.
22694
22695 2003-08-11  Bruno Haible  <bruno@clisp.org>
22696
22697         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
22698         value to ensure that _Bool promotes to int. Use #define for _Bool when
22699         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
22700
22701 2003-08-10  Karl Berry  <karl@gnu.org>
22702
22703         * lib/regex.h: update from libc (whitespace fix).
22704
22705 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22706
22707         Merge some files from coreutils.  These changes were
22708         originally made by Jim Meyering.
22709         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
22710         many older Unixes require this.
22711         * lib/alloca.c (alloca): Remove cast to argument of free;
22712         no longer needed in C89.
22713         * lib/alloca_.h, regex.h: Fix white space to match
22714         what GNU indent does.
22715
22716 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22717
22718         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
22719         apparently Emacs's Unicode mode got confused before my 2003-08-05
22720         checkin.
22721
22722 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22723
22724         * m4/extensions.m4: New file.
22725         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
22726         Require gl_USE_SYSTEM_EXTENSIONS.
22727         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
22728         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
22729
22730 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22731
22732         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
22733         * modules/extensions, modules/gnu-source: New files.
22734         * modules/timespec, modules/unlocked-io: Depend on extensions.
22735
22736 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22737
22738         * modules/restrict: New file.
22739         * MODULES.html.sh (func_all_modules): Add restrict.
22740         * modules/regex: Depend on restrict.
22741
22742 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22743
22744         * m4/restrict.m4: New file.
22745         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
22746
22747 2003-08-07  Bruno Haible  <bruno@clisp.org>
22748
22749         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
22750         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
22751
22752 2003-08-07  Bruno Haible  <bruno@clisp.org>
22753
22754         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
22755         makes the module 'getndelim2' compatible with the module 'getline'.
22756
22757 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22758
22759         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
22760         byte with "\201" to avoid glitches when editing that source file
22761         with multi-gnome-terminal.
22762
22763 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22764
22765         * lib/bumpalloc.h: Remove.
22766
22767 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22768
22769         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
22770         * modules/bumpalloc: Remove.
22771
22772 2003-08-04  Paul Eggert  <eggert@twinsun.com>
22773
22774         * lib/getloadavg.c: Change copyright notice and spacing to conform to
22775         GNU coding style.
22776
22777         Merge from coreutils.
22778         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
22779         1. From glibc.
22780         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
22781         from Karl Berry, implemented by Jim Meyering.
22782         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
22783         from Dmitry V. Levin.
22784         Remove anachronistic cast of xrealloc.
22785         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
22786         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
22787         type. Otherwise, it wouldn't compile with at least /bin/cc on
22788         ymp-cray-unicos9.0.2.X.
22789         Combine two mostly-identical uses of alloca into one.
22790         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
22791
22792 2003-08-04  Dave Love  <d.love@dl.ac.uk>
22793
22794         [From Emacs.]
22795
22796         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
22797         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
22798         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
22799         obsolete NLIST_NAME_UNION.
22800         [__GNU__]: Undef BSD and FSCALE.
22801         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
22802
22803 2003-08-03  Paul Eggert  <eggert@twinsun.com>
22804
22805         * lib/stdbool_.h (_Bool): Make it signed char, instead of
22806         an enum type, so that it's guaranteed to promote to int.  See:
22807         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
22808
22809 2003-08-03  Karl Berry  <karl@gnu.org>
22810
22811         * config/depcomp: update from automake.
22812
22813 2003-07-31  Paul Eggert  <eggert@twinsun.com>
22814
22815         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
22816         (strerror): Don't assume that a printable int fits in 14 bytes.
22817
22818 2003-07-31  Bruno Haible  <bruno@clisp.org>
22819
22820         * modules/getpass-gnu: New file.
22821         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
22822
22823 2003-07-31  Bruno Haible  <bruno@clisp.org>
22824
22825         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
22826
22827 2003-07-24  Karl Berry  <karl@gnu.org>
22828
22829         * config/missing: update from automake.
22830
22831 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
22832             Bruno Haible  <bruno@clisp.org>
22833
22834         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
22835         * lib/getline.c (getline, getdelim): Likewise.
22836         Remove _GNU_SOURCE define; now it's defined in config.h through
22837         m4/getline.m4.
22838
22839 2003-07-23  Karl Berry  <karl@gnu.org>
22840
22841         * config/config.sub: update from prep.
22842
22843 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22844
22845         * modules/xalloc (Depends-on): Add exitfail.
22846         * modules/xmemcoll: Likewise.
22847
22848 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22849
22850         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
22851         over-parenthesization in macros.
22852
22853         Sync with coreutils.
22854
22855         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
22856         required by C99.
22857
22858         Use `exit_failure' for xalloc and xmemcoll instead of their own
22859         private exit-failure variables.
22860         * lib/xalloc.h (xalloc_exit_failure): Remove.
22861         * lib/xmalloc.c: Likewise.  Include exitfail.h.
22862         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
22863         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
22864         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
22865         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
22866
22867 2003-07-20  Jim Meyering  <jim@meyering.net>
22868
22869         * modules/closeout (Depends-on): Add exitfail.
22870         Suggestion from Bruno Haible.
22871
22872 2003-07-19  Karl Berry  <karl@gnu.org>
22873
22874         * config/config.sub: update from prep.
22875
22876 2003-07-18  Paul Eggert  <eggert@twinsun.com>
22877
22878         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
22879         Remove.
22880         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
22881         to test that it can stand by itself.  Include "exitfail.h".
22882         Clients should set exit_failure instead.
22883         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
22884
22885 2003-07-18  Bruno Haible  <bruno@clisp.org>
22886
22887         * modules/getndelim2: New file.
22888         * modules/getline: Share files with module getndelim2.
22889         * modules/getnline: Depend on getndelim2 instead of sharing files with
22890         it. Add getnline.c to lib_SOURCES.
22891         * MODULES.html.sh (func_all_modules): Add getndelim2.
22892
22893 2003-07-18  Bruno Haible  <bruno@clisp.org>
22894
22895         * m4/getndelim2.m4: New file.
22896         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
22897         invoke gl_PREREQ_GETNDELIM2.
22898         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
22899         gl_PREREQ_GETNDELIM2.
22900         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
22901         gl_GETNDELIM2.
22902
22903 2003-07-18  Bruno Haible  <bruno@clisp.org>
22904
22905         * lib/getndelim2.h: New file.
22906         * lib/getndelim2.c: Make into a module of its own. Include config.h,
22907         getndelim2.h.
22908         (getndelim2): Make non-static. Change return type to ssize_t.
22909         * lib/getline.h: Change argument names.
22910         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
22911         * lib/getnline.c: Include getndelim2.h.
22912
22913 2003-07-18  Andreas Schwab  <schwab@suse.de>
22914
22915         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
22916
22917 2003-07-17  Karl Berry  <karl@gnu.org>
22918
22919         * config/config.sub: update from prep.
22920
22921 2003-07-17  Bruno Haible  <bruno@clisp.org>
22922
22923         * modules/getnline: New file.
22924         * modules/getline: Add lib/getndelim2.c to source file list.
22925         * MODULES.html.sh (func_all_modules): Add getnline.
22926
22927 2003-07-17  Bruno Haible  <bruno@clisp.org>
22928
22929         * m4/getnline.m4: New file.
22930
22931 2003-07-17  Bruno Haible  <bruno@clisp.org>
22932
22933         * m4/Makefile.am.in: Remove file.
22934         * m4/Makefile.am: Remove file.
22935         * m4/Makefile.in: Remove file.
22936
22937 2003-07-17  Bruno Haible  <bruno@clisp.org>
22938
22939         * lib/getnline.h: New file.
22940         * lib/getnline.c: New file.
22941         * lib/getndelim2.c: New file, extracted from getline.c.
22942         (getndelim2): Renamed from getdelim2, with added nmax argument.
22943         * lib/getline.c: Include getndelim2.c.
22944         (getdelim2): Moved out to getndelim2.c.
22945         (getline, getdelim): Update.
22946
22947 2003-07-17  Bruno Haible  <bruno@clisp.org>
22948
22949         * lib/Makefile.am: Remove file.
22950         * lib/Makefile.in: Remove file.
22951
22952 2003-07-17  Bruno Haible  <bruno@clisp.org>
22953
22954         * configure.in: Remove file.
22955         * Makefile.in: Remove file.
22956
22957 2003-07-17  Bruno Haible  <bruno@clisp.org>
22958
22959         * MODULES.html.sh: Put the </BODY> right before </HTML>.
22960
22961 2003-07-16  Karl Berry  <karl@gnu.org>
22962
22963         * config/srclist-update: was running fixlicense twice, which caused
22964                 texinfo.tex to be nullified for some reason.  Simplify,
22965                 $gplsrc is no longer needed as far as I can see?
22966
22967 2003-07-16  Jim Meyering  <jim@meyering.net>
22968
22969         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
22970
22971 2003-07-15  Paul Eggert  <eggert@twinsun.com>
22972
22973         * config/srclist.txt: Get the following files from gettext-runtime/intl
22974         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
22975         ref-del.sin.  From Bruno Haible.
22976         * config/srclist-update (fixfile): Change grep pattern again, since the
22977         previous fix didn't work (there was another trailing $).  Use
22978         '[$]' to escape the $s.
22979
22980 2003-07-15  Karl Berry  <karl@gnu.org>
22981
22982         * lib/vasnprintf.c: update from gettext.
22983
22984 2003-07-15  Karl Berry  <karl@gnu.org>
22985
22986         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
22987         gets expanded when surrounded by '$'.
22988
22989 2003-07-15  Jim Meyering  <jim@meyering.net>
22990
22991         * modules/save-cwd: Don't depend on error.  From Derek Price.
22992
22993 2003-07-15  Jim Meyering  <jim@meyering.net>
22994
22995         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
22996
22997 2003-07-14  Simon Josefsson  <jas@extundo.com>
22998
22999         * modules/mempcpy: New file.
23000         * MODULES.html.sh (func_all_modules): Add mempcpy.
23001
23002 2003-07-14  Simon Josefsson  <jas@extundo.com>
23003
23004         * m4/mempcpy.m4: New file.
23005
23006 2003-07-14  Simon Josefsson  <jas@extundo.com>
23007
23008         * lib/mempcpy.h: New file.
23009         * lib/mempcpy.c: New file.
23010
23011 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23012
23013         * modules/getdate, modules/posixtm: Depend on mktime.
23014
23015 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23016
23017         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
23018         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
23019         unicodeio.c, unicodeio.h, unlocked-io.h:
23020         Switch from LGPL to GPL.
23021
23022 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23023
23024         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
23025         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
23026         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
23027         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
23028         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
23029         updated automatically by ../config/srclist-update.  This changes
23030         their license from LPGL to GPL.
23031
23032 2003-07-14  Paul Eggert  <eggert@twinsun.com>
23033
23034         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
23035         assumed to refer to the root of the most recent stable gettext version.
23036         * config/srclistvars.sh: Add defaults for eggert.
23037         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
23038         Match "This program" as well as "The program".  This is needed
23039         for gettext.
23040
23041 2003-07-14  Jim Meyering  <jim@meyering.net>
23042
23043         Don't emit diagnostics.  Let callers do that.
23044         * lib/save-cwd.c: Don't include "error.h".
23045         (save_cwd): Don't call error.  Ensure that errno is valid
23046         when returning nonzero.
23047
23048         * lib/save-cwd.h (restore_cwd): Update prototype.
23049         * lib/save-cwd.c (restore_cwd): Remove two parameters.
23050         Simplify.  Don't call error upon failure.  Let callers do that.
23051         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
23052         when auditing is enabled.  But don't bother updating the #if.
23053
23054 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
23055
23056         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
23057         it breaks C++ compilation.
23058         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
23059
23060 2003-07-10  Simon Josefsson  <jas@extundo.com>
23061
23062         * modules/strchrnul (Makefile.am): Add strchrnul.h.
23063
23064 2003-07-10  Jim Meyering  <jim@meyering.net>
23065
23066         * m4/clock_time.m4: Remove trailing blank.
23067         * m4/intmax_t.m4: Likewise.
23068
23069 2003-07-10  Jim Meyering  <jim@meyering.net>
23070
23071         * lib/vasnprintf.c: Remove trailing blanks.
23072         Make cpp indentation consistent.
23073
23074 2003-07-09  Paul Eggert  <eggert@twinsun.com>
23075
23076         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
23077         posixver.c, strftime.c, strnlen.c, strverscmp.c:
23078         Switch from LGPL to GPL.
23079
23080 2003-07-09  Paul Eggert  <eggert@twinsun.com>
23081
23082         * config/srclist.txt: Sort sublists.  Add
23083         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
23084         that differ from gnulib for one reason or another; we'd like this list
23085         to be smaller but for now let's document what we have.
23086
23087 2003-07-08  Paul Eggert  <eggert@twinsun.com>
23088
23089         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
23090         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
23091         and sweeter "eval x=$x".
23092         * config/srclist.txt: Get lib/argp* from glibc.
23093
23094 2003-07-07  Paul Eggert  <eggert@twinsun.com>
23095
23096         * lib/mktime.c: Fix some boundary cases and remove need for floating
23097         point.
23098
23099         Issue a compile-time diagnostic if time_t is floating point, or if
23100         two's complement arithmetic is not in effect, or if arithmetic
23101         right shift does not propagate the sign.  These assumptions were
23102         all in the original code but they weren't checked.
23103
23104         (TIME_T_MIDPOINT, verify): New macros.
23105         (__isleap): Remove; it has integer overflow problems.
23106         (leapyear): New function, without those problems.
23107         (ydhms_tm_diff): Remove; splitting into two parts.
23108         (ydhms_diff): New function, containing the arithmetic part of
23109         the old ydhms_tm_diff function.  Issue a compile-time
23110         diagnostic if we are not using C99 integer division.
23111         Avoid casts when possible.
23112         (guess_time_tm): New function, containing the checking part of
23113         the old ydhms_tm_diff function.  Return the new value, rather than
23114         the difference between it and the old.  Accept a new argument T
23115         so that *T specifies the old value.  Check for overflow in the result.
23116
23117         (__mktime_internal): Use a time_t offset, not a long int offset.
23118         This undoes the 2003-06-04 change, which is no longer needed now
23119         that we have better overflow checking.
23120         (localtime_offset): Likewise.
23121
23122         (__mktime_internal): Avoid harmful overflow on hosts where time_t
23123         and long are 64-bit but int is only 32-bit.
23124         (ydhms_diff): Use long int to store year1 and yday1.
23125         Issue a compile-time diagnostic if long int is not wide enough.
23126
23127         (__mktime_internal): Use long int to store adjusted year and yday.
23128         Use plain C rather than preprocessor commands, if that doesn't
23129         affect efficiency.
23130         Check for overflow (and try to repair) after each probe
23131         rather than checking only at the very end.  This avoids some bugs
23132         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
23133         does not equal GMT offset at maximum time).
23134         Use integer to check for overflow rather than floating point; this
23135         is more portable to non-IEEE hosts, and is a tad faster.
23136         When we detect that we are oscillating between two values,
23137         don't check whether tm_isdst has the requested value, since
23138         we already know the answer.  When tm_isdst has the wrong value,
23139         use a different heuristic to find the right one, based on the
23140         extreme values actually observed in practice in tz2003a,
23141         rather than the (overly optimistic) "previous 3 calendar quarters".
23142
23143         (not_equal_tm, print_tm, check_result): Use "const T" rather than
23144         "T const" to accommodate glibc style.
23145         (check_result): Use less-confusing report format.  "long" -> "long int.
23146         (main): Likewise.
23147         Don't loop if the iteration overflows time_t.
23148         Allow a negative step in the iteration.
23149
23150 2003-07-06  Karl Berry  <karl@gnu.org>
23151
23152         * config/depcomp: update from automake.
23153         * config/config.sub: update from prep.
23154
23155 2003-07-03  Karl Berry  <karl@gnu.org>
23156
23157         * config/config.guess: update from prep.
23158
23159 2003-07-01  Paul Eggert  <eggert@twinsun.com>
23160
23161         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
23162         xreadlink.c now includes it unconditionally.
23163
23164 2003-07-01  Paul Eggert  <eggert@twinsun.com>
23165
23166         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
23167         having it depend on HAVE_SYS_TYPES_H.
23168
23169 2003-07-01  Bruno Haible  <bruno@clisp.org>
23170
23171         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
23172         <sys/types.h> should be sufficient.
23173         Reported by Paul Eggert.
23174
23175 2003-06-26  Karl Berry  <karl@gnu.org>
23176
23177         * config/depcomp: update from automake.
23178
23179 2003-06-26  Bruno Haible  <bruno@clisp.org>
23180
23181         * modules/human: Depend on module stdbool.
23182
23183 2003-06-25  Bruno Haible  <bruno@clisp.org>
23184
23185         * modules/readlink: New file.
23186         * modules/xreadlink: Depend on it.
23187         * MODULES.html.sh (func_all_modules): Add readlink.
23188
23189 2003-06-25  Bruno Haible  <bruno@clisp.org>
23190
23191         * m4/readlink.m4: New file.
23192
23193 2003-06-25  Bruno Haible  <bruno@clisp.org>
23194
23195         * lib/readlink.c: New file.
23196
23197 2003-06-22  Karl Berry  <karl@gnu.org>
23198
23199         * config/srclist.txt: update mkinstalldirs from automake.
23200         * config/mkinstalldirs: update.
23201
23202 2003-06-22  Bruno Haible  <bruno@clisp.org>
23203
23204         Portability to mingw32.
23205         * m4/ssize_t.m4: New file, from GNU gettext.
23206         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
23207         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
23208
23209 2003-06-22  Bruno Haible  <bruno@clisp.org>
23210
23211         * modules/safe-read: Add m4/ssize_t.m4.
23212         * modules/xreadlink: Add m4/ssize_t.m4.
23213
23214 2003-06-20  Bruno Haible  <bruno@clisp.org>
23215
23216         Assume C89, so PARAMS isn't needed.
23217         * lib/unicodeio.h (PARAMS): Remove.
23218         * lib/unicodeio.c: Don't use PARAMS.
23219
23220 2003-06-18  Karl Berry  <karl@gnu.org>
23221
23222         * config/config.{guess,sub}: update from prep.
23223
23224 2003-06-18  Jim Meyering  <jim@meyering.net>
23225
23226         Merge changes from coreutils.
23227         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
23228         Remove explicit declarations of xmalloc and realloc.
23229         Include xalloc.h.
23230         (read_utmp): Remove anachronistic cast of xmalloc.
23231
23232 2003-06-17  Paul Eggert  <eggert@twinsun.com>
23233
23234         Assume C89, so PARAMS isn't needed.
23235         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
23236         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
23237         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
23238         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
23239         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
23240         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
23241         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
23242         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
23243         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
23244         lib/xstrtod.h, lib/xstrtol.h: Likewise.
23245         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
23246         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
23247         no longer needed. Anyway, config.h should always be included before any
23248         other file.
23249
23250 2003-06-11  Simon Josefsson  <jas@extundo.com>
23251
23252         * modules/sysexits: New file.
23253         * MODULES.html.sh (func_all_modules): Add sysexits.
23254
23255 2003-06-11  Simon Josefsson  <jas@extundo.com>
23256
23257         * lib/sysexit_.h: New file.
23258
23259 2003-06-11  Derek Price  <derek@ximbiot.com>
23260
23261         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
23262         necessary.
23263
23264 2003-06-11  Bruno Haible  <bruno@clisp.org>
23265
23266         * m4/sysexits.m4: New file.
23267
23268 2003-06-10  Simon Josefsson  <jas@extundo.com>
23269
23270         * lib/argp.h: New file, from glibc.
23271         * lib/argp-ba.c: New file, from glibc.
23272         * lib/argp-eexst.c: New file, from glibc.
23273         * lib/argp-fmtstream.c: New file, from glibc.
23274         * lib/argp-fmtstream.h: New file, from glibc.
23275         * lib/argp-fs-xinl.c: New file, from glibc.
23276         * lib/argp-help.c: New file, from glibc.
23277         * lib/argp-namefrob.h: New file, from glibc.
23278         * lib/argp-parse.c: New file, from glibc.
23279         * lib/argp-pv.c: New file, from glibc.
23280         * lib/argp-pvh.c: New file, from glibc.
23281         * lib/argp-xinl.c: New file, from glibc.
23282
23283 2003-06-10  Simon Josefsson  <jas@extundo.com>
23284
23285         * modules/strchrnul: New file.
23286
23287 2003-06-10  Simon Josefsson  <jas@extundo.com>
23288
23289         * modules/argp: New file.
23290
23291 2003-06-10  Simon Josefsson  <jas@extundo.com>
23292
23293         * m4/strchrnul.m4: New file.
23294
23295 2003-06-10  Simon Josefsson  <jas@extundo.com>
23296
23297         * lib/strchrnul.h: New file.
23298         * lib/strchrnul.c: New file.
23299
23300 2003-06-10  Bruno Haible  <bruno@clisp.org>
23301
23302         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
23303
23304 2003-06-07  Karl Berry  <karl@gnu.org>
23305
23306         * config/config.{guess,sub}: update from prep.
23307
23308 2003-06-07  Jim Meyering  <jim@meyering.net>
23309
23310         * modules/strtod: Use $(...) notation, not @...@ for
23311         AC_REPLACE'd variables.
23312         * modules/localcharset: Likewise.
23313
23314 2003-06-07  Jim Meyering  <jim@meyering.net>
23315
23316         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
23317         in place of my name in the copyright comment.
23318         Remove definition and uses of __P.
23319
23320         From coreutils.
23321         * lib/stat.c: Don't declare xmalloc explicitly.
23322         Instead, include "xalloc.h".
23323         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
23324         xrealloc, and xcalloc return values.
23325         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
23326         Improve comment.
23327         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
23328
23329 2003-06-07  Bruno Haible  <bruno@clisp.org>
23330
23331         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
23332         avoid AC_CONFIG_LINKS.
23333         * modules/fnmatch (Makefile.am): Use explicit creation rule for
23334         fnmatch.h, to avoid AC_CONFIG_LINKS.
23335         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
23336
23337 2003-06-07  Bruno Haible  <bruno@clisp.org>
23338
23339         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
23340         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
23341         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23342         directory.
23343         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
23344         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23345         directory.
23346
23347 2003-06-06  Jim Meyering  <jim@meyering.net>
23348
23349         Merge from coreutils.
23350         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
23351         Consolidate declarations and initializations of *_base* locals.
23352
23353         Merge from coreutils.
23354         This avoids a core dump on systems without GNU putenv,
23355         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
23356         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
23357         (unsetenv): New static function, from GNU libc.
23358         (rpl_putenv): Use it.
23359
23360         * lib/modechange.c: Remove trailing blanks.
23361
23362         Merge from coreutils.
23363         * lib/fsusage.c: Remove declaration of statfs.
23364         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
23365
23366         * lib/posixtm.c: Include <stdbool.h> unconditionally.
23367
23368 2003-06-06  Jim Meyering  <jim@meyering.net>
23369
23370         * lib/stdbool_.h: Renamed from stdbool.h.in.
23371
23372 2003-06-06  Jim Meyering  <jim@meyering.net>
23373             Bruno Haible  <bruno@clisp.org>
23374
23375         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
23376         Adjust Makefile.am snippet not to redirect directly to target.
23377         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
23378
23379 2003-06-05  Paul Eggert  <eggert@twinsun.com>
23380
23381         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
23382         mismatch, look in future quarters as well as past.  This fixes a
23383         bug when processing fall-backwards gaps immediately after a long
23384         period of daylight-saving time.
23385
23386         * lib/mktime.c: Assume freestanding C89 or better.
23387         (HAVE_LIMITS_H): Remove.  Assume it's 1.
23388         (__P): Remove; not used.
23389         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
23390         (mktime, not_equal_tm, print_tm, check_result,
23391         main): Use prototypes.  Use const * where appropriate.
23392         (main): Fix typo in testing code that uncovered by above changes.
23393         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
23394
23395 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23396
23397         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
23398         locale.h, localeconv.  This merges changes from coreutils.
23399
23400         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
23401         It can be removed after the next Autoconf is released.
23402         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
23403         needed.
23404
23405 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23406
23407         * lib/mktime.c: Fix Debian bug 177940
23408         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
23409         (localtime_offset): Now long int, not time_t, because we want it
23410         to be guaranteed to be signed.  All uses changed.
23411         (__mktime_internal): If overflow would occur when adding offset,
23412         don't add it.
23413
23414         Merge 'human' changes from coreutils.  Rewrite to support
23415         locale-specific notations like thousands separators.
23416         * lib/human.c: Simplify authorship notice.
23417         Include human.h immediately after config.h.
23418         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
23419         <limits.h>: Do not include, since human.h does.
23420         (SIZE_MAX, UINTMAX_MAX): New macros.
23421         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
23422         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
23423         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
23424         (power_letter): Renamed from suffixes.
23425         (generate_suffix_backwards): Remove.
23426         (adjust_value): Now takes int style (because of human.h changes)
23427         and long double value (for greater precision on some platforms).
23428         (group_number): New function.
23429         (human_readable): Use it.  Use integer options, not enum.
23430         Put the options before the sizes in the arg list.
23431         Support all the new options.
23432         The old human_readable function has been removed;
23433         use inttostr.h instead.
23434         (human_readable, default_block_size, humblock):
23435         Use uintmax_t, not int, for block sizes.
23436         (human_readable_inexact, block_size_types): Remove.
23437         (block_size_opts): New constant.
23438         (human_options): Renamed from human_block_size, with new signature
23439         that allows block sizes up to UINTMAX_MAX.  All callers changed.
23440         * lib/human.h: Add copyright and authorship notice.
23441         Include <limits.h> and <stdbool.h> unconditionally.
23442         (PARAMS): Remove.  All uses removed.
23443         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
23444         (enum human_inexact_style): Remove tag; now a nameless enum.
23445         (human_floor, human_ceiling, human_round_to_even): Now have
23446         values 2, 0, 1 rather than -1, 1, 0.
23447         (human_group_digits, human_suppress_point_zero, human_autoscale,
23448         human_base_1024, human_SI, human_B): New constants.
23449         (human_readable_inexact, human_block_size): Remove.
23450         (human_readable): Size args are now uintmax_t, not int.
23451         (human_options): New decl.
23452
23453         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
23454         unnecessary now that we assume C89 or better.  This change
23455         imported from coreutils.
23456
23457         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23458         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
23459         in the 2003-05-30 sync from glibc.
23460
23461         .h files should stand alone, but we shouldn't include <sys/types.h>
23462         if we can get away with just <stddef.h>.
23463
23464         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
23465         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
23466         rather than <sys/types.h>, as we merely need size_t.
23467         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
23468         to get size_t.
23469         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
23470         Include <stdio.h>, to get FILE.
23471         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
23472         memcasecmp.h has included <stddef.h> and all we need is size_t.
23473         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
23474         our interface, instead of including <sys/types.h>
23475
23476 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23477
23478         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
23479         now, as glibc mktime is buggy on non-glibc systems.
23480
23481 2003-06-03  Karl Berry  <karl@gnu.org>
23482
23483         * config/config.sub: update from prep.
23484
23485 2003-06-02  Paul Eggert  <eggert@twinsun.com>
23486
23487         [from coreutils]
23488         Fix some minor time-related bugs with POSIX time arguments.
23489         Some valid time stamps were being rejected (notably -1, and
23490         time stamps before 1900 on 64-bit hosts).  And some invalid
23491         time stamps were being accepted, e.g. September 31.
23492
23493         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
23494         that we can return (time_t) -1 successfully.
23495         * lib/posixtm.c: Likewise.
23496         [HAVE_STDBOOL_H]: Include <stdbool.h>.
23497         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
23498         (t): Remove static var.
23499         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
23500         of static var.  All uses changed.
23501         (year): Do not reject years before 1900; they can occur with
23502         64-bit time_t.
23503         (posix_time_parse): Do not check for out-of-range components;
23504         that is now the caller's responsibility, since our checks were
23505         only approximations.
23506         (posixtime): Use mktime to check for out-of-range components,
23507         since it knows them exactly.
23508         If mktime returns (time_t) -1, check whether an error actually occurred
23509         by invoking localtime on -1.
23510         (main) [TEST_POSIXTIME]: Check for input data errors, and report
23511         posixtime failures better.
23512         Improve the test data (in comments only).
23513
23514 2003-06-02  Karl Berry  <karl@gnu.org>
23515
23516         * config/mkinstalldirs (version): new variable.
23517         (--version): new option.
23518         (usage): improve message.
23519
23520 2003-05-30  Karl Berry  <karl@gnu.org>
23521
23522         * lib/mktime.c: update from libc.
23523
23524 2003-05-30  Bruno Haible  <bruno@clisp.org>
23525
23526         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
23527         * config/config.rpath: Upgrade to gettext-0.12.1.
23528
23529 2003-05-30  Bruno Haible  <bruno@clisp.org>
23530
23531         * m4/gettext.m4: Upgrade to gettext-0.12.1.
23532         * m4/nls.m4: New file, from gettext-0.12.1.
23533         * m4/po.m4: New file, from gettext-0.12.1.
23534         * m4/progtest.m4: Upgrade to gettext-0.12.1.
23535
23536 2003-05-30  Bruno Haible  <bruno@clisp.org>
23537
23538         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
23539         * lib/localcharset.h: Likewise.
23540         * lib/localcharset.c: Likewise.
23541
23542 2003-05-29  Karl Berry  <karl@gnu.org>
23543
23544         * config/config.rpath: update from gettext.
23545
23546 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23547
23548         Assume the headers required for C89 freestanding compilers.
23549         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
23550         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
23551         * m4/human.m4 (gl_HUMAN): Likewise.
23552         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
23553         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
23554         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23555         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
23556         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23557         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
23558
23559 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23560
23561         Assume the headers required for C89 freestanding compilers.
23562         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
23563         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
23564         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
23565         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
23566         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
23567         define, since <limits.h> is guaranteed to do that.
23568         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
23569         * lib/exclude.c: Include <stdbool.h> unconditionally.
23570         * lib/tempname.c: Include <stddef.h> unconditionally.
23571         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
23572         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
23573         <stddef.h> does that.
23574         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
23575         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
23576         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
23577         needed.
23578         * lib/xstrtol.c: Likewise.
23579         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
23580         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
23581
23582         * lib/addext.c (addext): Use assignment rather than cast, to avoid
23583         warnings on some platforms.
23584
23585         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23586         arbitrarily.
23587
23588 2003-05-26  Jim Meyering  <jim@meyering.net>
23589
23590         Merge in a change from coreutils:
23591         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
23592         that is guaranteed to be `no'.  Use `no_such_member' to indicate
23593         that condition, rather than `-1' which is slightly misleading.
23594         Change the name of the cache variable to have the gl_ prefix.
23595         Prompted by a patch from Richard Dawe for DJGPP.
23596
23597 2003-05-24  Karl Berry  <karl@gnu.org>
23598
23599         * config/config.guess: update from prep.
23600
23601 2003-05-22  Karl Berry  <karl@gnu.org>
23602
23603         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
23604
23605 2003-05-20  Karl Berry  <karl@gnu.org>
23606
23607         * config/config.guess: update from prep.
23608
23609 2003-05-18  Karl Berry  <karl@gnu.org>
23610
23611         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
23612         might actually be set by the user.
23613
23614         * config/depcomp, install-sh, mdate-sh: update from automake.
23615
23616 2003-05-17  Bruno Haible  <bruno@clisp.org>
23617
23618         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
23619         invalid expansion for AC_EGREP_CPP.
23620         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
23621         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
23622         Suggested by Akim Demaille <akim@epita.fr> in
23623         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
23624
23625 2003-05-12  Jim Meyering  <jim@meyering.net>
23626
23627         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
23628         the space-padded-by-default conversion specifiers, %e, %k, %l.
23629
23630 2003-05-12  Bruno Haible  <bruno@clisp.org>
23631
23632         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
23633         the string is longer than 4 KB.
23634
23635 2003-05-11  Karl Berry  <karl@gnu.org>
23636
23637         * config/config.{guess,sub}: update from prep.
23638
23639 2003-05-09  Bruno Haible  <bruno@clisp.org>
23640
23641         * modules/error: Add m4/strerror_r.m4 to file list.
23642
23643 2003-05-03  Bruno Haible  <bruno@clisp.org>
23644
23645         Upgrade to Unicode-4.0.
23646         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
23647         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
23648         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
23649         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
23650         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
23651         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
23652         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
23653         Change width of U+E0100..U+E01EF from 1 to 0.
23654
23655 2003-04-25  Jim Meyering  <jim@meyering.net>
23656
23657         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
23658         of type size_t, not int.
23659
23660 2003-04-25  Bruno Haible  <bruno@clisp.org>
23661
23662         * lib/copy-file.c: Include <stddef.h>, for size_t.
23663
23664 2003-04-21  Paul Eggert  <eggert@twinsun.com>
23665
23666         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
23667         code which expansion is under static control.  Patch imported from
23668         Akim Demaille's patch to Bison; see
23669         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
23670
23671 2003-04-14  Bruno Haible  <bruno@clisp.org>
23672
23673         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
23674
23675 2003-04-11  Jim Meyering  <jim@meyering.net>
23676
23677         Merge changes from Coreutils.
23678
23679         2003-03-22  Jim Meyering  <jim@meyering.net>
23680
23681         * lib/strftime.c (widen): Cast alloca return value to proper type.
23682
23683         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
23684
23685         From GNU libc.
23686         * lib/strftime.c (my_strftime): Handle very large width
23687         specifications for numeric values correctly.  Improve checks for
23688         overflow.
23689
23690         2003-01-19  Jim Meyering  <jim@meyering.net>
23691
23692         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
23693         definitions.
23694         (nl_get_alt_digit) [! defined my_strftime]: Define.
23695         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
23696         _nl_get_alt_digit and _nl_get_walt_digit.
23697
23698         * lib/strftime.c (my_strftime): Merge in locale-related changes from
23699         libc. These changes have no effect outside of _LIBC.
23700
23701 2003-04-10  Bruno Haible  <bruno@clisp.org>
23702
23703         * modules/findprog: New file.
23704         * MODULES.html.sh (func_all_modules): Add it.
23705
23706 2003-04-10  Bruno Haible  <bruno@clisp.org>
23707
23708         * m4/findprog.m4: New file.
23709         * m4/eaccess.m4: New file.
23710
23711 2003-04-10  Bruno Haible  <bruno@clisp.org>
23712
23713         * lib/findprog.h: New file, from GNU gettext.
23714         * lib/findprog.c: New file, from GNU gettext.
23715
23716 2003-04-05  Jim Meyering  <jim@meyering.net>
23717
23718         Merge changes from Coreutils.
23719
23720         * lib/exclude.h (PARAMS): Remove definition and uses.
23721         * lib/exclude.c: Remove uses of `PARAMS'.
23722
23723         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
23724         Add test-cases for DOS filenames. Declare program_name.
23725         (main): Set up program_name.  Patch by Rich Dawe.
23726
23727         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23728         error from mntctl.
23729         Use mntctl's return value to drive the entry-processing loop, since
23730         we can't rely on the value of the vmt_length member in the last
23731         entry.  On some systems doing so could result in exhausting
23732         virtual memory.  Based in part on a patch from Mike Jetzer.
23733
23734 2003-04-04  Bruno Haible  <bruno@clisp.org>
23735
23736         * modules/linebreak: New file.
23737         * MODULES.html.sh (func_all_modules): Add it.
23738
23739 2003-04-04  Bruno Haible  <bruno@clisp.org>
23740
23741         * m4/linebreak.m4: New file.
23742
23743 2003-04-04  Bruno Haible  <bruno@clisp.org>
23744
23745         * lib/linebreak.h: New file, from GNU gettext.
23746         * lib/linebreak.c: New file, from GNU gettext with slight
23747         modifications.
23748         * lib/lbrkprop.h: New file, from GNU gettext.
23749
23750 2003-04-03  Bruno Haible  <bruno@clisp.org>
23751
23752         * modules/utf8-ucs4: New file.
23753         * modules/utf16-ucs4: New file.
23754         * modules/ucs4-utf8: New file.
23755         * modules/ucs4-utf16: New file.
23756         * MODULES.html.sh (func_all_modules): Add them.
23757
23758 2003-04-03  Bruno Haible  <bruno@clisp.org>
23759
23760         * m4/utf-ucs4.m4: New file.
23761         * m4/ucs4-utf.m4: New file.
23762
23763 2003-04-03  Bruno Haible  <bruno@clisp.org>
23764
23765         * lib/utf8-ucs4.h: New file, from GNU gettext.
23766         * lib/utf16-ucs4.h: New file, from GNU gettext.
23767         * lib/ucs4-utf8.h: New file, from GNU gettext.
23768         * lib/ucs4-utf16.h: New file, from GNU gettext.
23769
23770 2003-04-02  Bruno Haible  <bruno@clisp.org>
23771
23772         * modules/binary-io: New file.
23773         * MODULES.html.sh (func_all_modules): Add it.
23774
23775 2003-04-02  Bruno Haible  <bruno@clisp.org>
23776
23777         * lib/binary-io.h: New file, from GNU gettext.
23778
23779 2003-04-01  Bruno Haible  <bruno@clisp.org>
23780
23781         * modules/pathname: New file.
23782         * MODULES.html.sh (func_all_modules): Add it.
23783
23784 2003-04-01  Bruno Haible  <bruno@clisp.org>
23785
23786         * lib/pathname.h: New file, from GNU gettext.
23787         * lib/concatpath.c: New file, from GNU gettext.
23788
23789 2003-03-30  Bruno Haible  <bruno@clisp.org>
23790
23791         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
23792
23793 2003-03-30  Bruno Haible  <bruno@clisp.org>
23794
23795         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
23796         function chown() doesn't exist.
23797
23798 2003-03-28  Bruno Haible  <bruno@clisp.org>
23799
23800         * modules/copy-file: New file.
23801         * MODULES.html.sh (func_all_modules): Add it.
23802
23803 2003-03-28  Bruno Haible  <bruno@clisp.org>
23804
23805         * m4/copy-file.m4: New file.
23806
23807 2003-03-28  Bruno Haible  <bruno@clisp.org>
23808
23809         * lib/copy-file.h: New file, from GNU gettext.
23810         * lib/copy-file.c: New file, from GNU gettext.
23811
23812 2003-03-18  Jim Meyering  <jim@meyering.net>
23813
23814         * lib/quote.c (quote_n): Fix typo in comment.
23815
23816 2003-03-18  Bruno Haible  <bruno@clisp.org>
23817
23818         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
23819         checking.
23820         * m4/onceonly_2_57.m4: Likewise.
23821
23822 2003-03-17  Bruno Haible  <bruno@clisp.org>
23823
23824         * m4/onceonly.m4: Require autoconf 2.54 or newer.
23825         (m4_quote): Remove macro.
23826         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
23827
23828 2003-03-14  Jim Meyering  <jim@meyering.net>
23829
23830         Merge changes from Coreutils.
23831         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
23832         to be const, in order to avoid warnings.
23833         (obstack_room): Likewise.
23834         (obstack_empty_p): Likewise.
23835
23836 2003-03-14  Bruno Haible  <bruno@clisp.org>
23837
23838         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
23839         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
23840
23841 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23842
23843         Merge changes from Bison.
23844         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
23845         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
23846         when compiling Bison 1.875's `bitset bset = obstack_alloc
23847         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
23848         * lib/hash.c: Include <stdbool.h> unconditionally.
23849
23850 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23851
23852         * m4/onceonly.m4 (m4_quote): New macro.
23853         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
23854         Quote AC_FOREACH variable-expansions properly.
23855
23856 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23857
23858         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
23859
23860 2003-03-09  Paul Eggert  <eggert@twinsun.com>
23861
23862         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
23863         Reported by Bruce Becker; see:
23864         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
23865
23866 2003-03-03  Paul Eggert  <eggert@twinsun.com>
23867             Bruno Haible  <bruno@clisp.org>
23868
23869         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
23870         Reported by John Hughes, see
23871         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
23872
23873 2003-02-20  Bruno Haible  <bruno@clisp.org>
23874
23875         * MODULES.html.sh (func_all_modules): Add poll.
23876
23877 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23878
23879         * modules/poll: New file.
23880
23881 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23882
23883         * lib/poll_.h: New file.
23884         * lib/poll.c: New file.
23885
23886 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23887
23888         * m4/poll.m4: New file.
23889
23890 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23891
23892         * modules/mathl: New file.
23893
23894 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23895
23896         * lib/mathl.h: New file.
23897         * lib/acosl.c: New file.
23898         * lib/asinl.c: New file.
23899         * lib/atanl.c: New file.
23900         * lib/ceill.c: New file.
23901         * lib/cosl.c: New file.
23902         * lib/expl.c: New file.
23903         * lib/floorl.c: New file.
23904         * lib/frexpl.c: New file.
23905         * lib/ldexpl.c: New file.
23906         * lib/logl.c: New file.
23907         * lib/sincosl.c: New file.
23908         * lib/sinl.c: New file.
23909         * lib/sqrtl.c: New file.
23910         * lib/tanl.c: New file.
23911         * lib/trigl.c: New file.
23912         * lib/trigl.h: New file.
23913
23914 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23915
23916         * m4/mathl.m4: New file.
23917
23918 2003-02-18  Bruno Haible  <bruno@clisp.org>
23919
23920         * MODULES.html.sh (func_all_modules): Add mathl.
23921
23922 2003-02-17  Bruno Haible  <bruno@clisp.org>
23923
23924         * modules/mkdtemp: New module.
23925         * MODULES.html.sh (func_all_modules): Add it.
23926
23927 2003-02-17  Bruno Haible  <bruno@clisp.org>
23928
23929         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
23930
23931 2003-02-17  Bruno Haible  <bruno@clisp.org>
23932
23933         * lib/mkdtemp.h: New file, from GNU gettext.
23934         * lib/mkdtemp.c: New file, from GNU gettext.
23935
23936 2003-02-02  Jim Meyering  <jim@meyering.net>
23937
23938         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
23939         e.g. glibc-2.2.93.
23940
23941 2003-01-31  Bruno Haible  <bruno@clisp.org>
23942
23943         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
23944         'rpl_rename'.
23945         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
23946         'rpl_strnlen'.
23947         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
23948         'rpl_strtod'.
23949         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
23950         'rpl_utime'.
23951
23952 2003-01-31  Bruno Haible  <bruno@clisp.org>
23953
23954         * lib/rename.c: #undef rename before defining rpl_rename.
23955         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
23956
23957 2003-01-30  Bruno Haible  <bruno@clisp.org>
23958
23959         * modules/vasnprintf, modules/vasprintf: New modules.
23960         * MODULES.html.sh (func_all_modules): Add them.
23961
23962 2003-01-30  Bruno Haible  <bruno@clisp.org>
23963
23964         * m4/signed.m4: New file, from GNU gettext.
23965         * m4/longdouble.m4: New file, from GNU gettext.
23966         * m4/wchar_t.m4: New file, from GNU gettext.
23967         * m4/wint_t.m4: New file, from GNU gettext.
23968         * m4/vasnprintf.m4: New file.
23969         * m4/vasprintf.m4: New file.
23970
23971 2003-01-30  Bruno Haible  <bruno@clisp.org>
23972
23973         * lib/printf-args.h: New file, from GNU gettext.
23974         * lib/printf-args.c: New file, from GNU gettext.
23975         * lib/printf-parse.h: New file, from GNU gettext.
23976         * lib/printf-parse.c: New file, from GNU gettext.
23977         * lib/vasnprintf.h: New file, from GNU gettext.
23978         * lib/vasnprintf.c: New file, from GNU gettext.
23979         * lib/asnprintf.c: New file, from GNU gettext.
23980         * lib/vasprintf.h: New file, from GNU gettext with modifications.
23981         * lib/vasprintf.c: New file, from GNU gettext.
23982         * lib/asprintf.c: New file, from GNU gettext.
23983
23984 2003-01-29  Bruno Haible  <bruno@clisp.org>
23985
23986         * modules/stpncpy: New module.
23987         * MODULES.html.sh (func_all_modules): Add it.
23988
23989 2003-01-29  Bruno Haible  <bruno@clisp.org>
23990
23991         * m4/stpncpy.m4: New file.
23992
23993 2003-01-29  Bruno Haible  <bruno@clisp.org>
23994
23995         * lib/stpncpy.h: New file, from GNU gettext with modifications.
23996         * lib/stpncpy.c: New file, from GNU gettext with modifications.
23997
23998 2003-01-28  Bruno Haible  <bruno@clisp.org>
23999
24000         * modules/c-ctype: New module.
24001         * MODULES.html.sh (func_all_modules): Add it.
24002
24003 2003-01-28  Bruno Haible  <bruno@clisp.org>
24004
24005         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
24006         Paul Eggert.
24007         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
24008         Paul Eggert.
24009
24010 2003-01-27  Bruno Haible  <bruno@clisp.org>
24011
24012         * modules/xsetenv: New module.
24013         * MODULES.html.sh (func_all_modules): Add it.
24014
24015 2003-01-27  Bruno Haible  <bruno@clisp.org>
24016
24017         * lib/xsetenv.h: New file, from GNU gettext.
24018         * lib/xsetenv.c: New file, from GNU gettext.
24019
24020 2003-01-23  Jim Meyering  <jim@meyering.net>
24021
24022         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
24023         from working on systems without dirfd (at least Irix and OSF1/Tru64).
24024
24025 2003-01-23  Bruno Haible  <bruno@clisp.org>
24026
24027         * modules/minmax: New module.
24028         * MODULES.html.sh (func_all_modules): Add it.
24029
24030 2003-01-23  Bruno Haible  <bruno@clisp.org>
24031
24032         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
24033         Eggert.
24034
24035 2003-01-22  Bruno Haible  <bruno@clisp.org>
24036
24037         * modules/exit: New module.
24038         * MODULES.html.sh (func_all_modules): Add it.
24039
24040 2003-01-22  Bruno Haible  <bruno@clisp.org>
24041
24042         * lib/exit.h: New file, from GNU gettext.
24043
24044 2003-01-19  Bruno Haible  <bruno@clisp.org>
24045
24046         * gnulib-tool: Recognize option --extract-maintainer.
24047         (func_get_maintainer): New function.
24048         * modules/*: Add Maintainer entry.
24049
24050 2003-01-16  Jim Meyering  <jim@meyering.net>
24051
24052         * m4/regex.m4: The `regex' struct is both input and output.
24053         Initialize it before each use.  Patch by Tim Waugh.
24054
24055 2003-01-16  Bruno Haible  <bruno@clisp.org>
24056
24057         * MODULES.html.sh: Add a table of contents. Add the module name as
24058         leftmost column. Add hyperlinks.
24059
24060 2003-01-15  Bruno Haible  <bruno@clisp.org>
24061
24062         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
24063
24064 2003-01-15  Bruno Haible  <bruno@clisp.org>
24065
24066         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
24067         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
24068         suffix.
24069
24070 2003-01-15  Bruno Haible  <bruno@clisp.org>
24071
24072         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
24073
24074 2003-01-15  Bruno Haible  <bruno@clisp.org>
24075
24076         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
24077         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
24078
24079 2003-01-14  Jim Meyering  <jim@meyering.net>
24080
24081         * lib/same.c (same_name): Tweak a comment.
24082
24083 2003-01-14  Bruno Haible  <bruno@clisp.org>
24084
24085         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
24086         when a string comparison is sufficient.
24087
24088 2003-01-14  Bruno Haible  <bruno@clisp.org>
24089
24090         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
24091         'unsigned int'.
24092
24093 2003-01-14  Bruno Haible  <bruno@clisp.org>
24094
24095         * lib/hash-pjw.c: Add comment about low quality of this function.
24096
24097 2003-01-13  Bruno Haible  <bruno@clisp.org>
24098
24099         * modules/stpcpy: Distribute lib/stpcpy.h.
24100         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
24101
24102 2003-01-13  Bruno Haible  <bruno@clisp.org>
24103
24104         * modules/*: Add a description.
24105         * modules/strpbrk: Fix Makefile.am snippet.
24106         * modules/strtoimax: Fix dependencies.
24107         * modules/strtoumax: Likewise.
24108
24109 2003-01-13  Bruno Haible  <bruno@clisp.org>
24110
24111         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
24112         * modules/alloca (Makefile.am): All object files depend on alloca.h.
24113         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
24114
24115 2003-01-13  Bruno Haible  <bruno@clisp.org>
24116
24117         * gnulib-tool (func_create_testdir): Store config/* files in the main
24118         directory.
24119         * config.rpath: Move to ...
24120         * config/config.rpath: ... here.
24121         * modules/gettext: Contains config/config.rpath, not config.rpath.
24122         * modules/iconv: Likewise.
24123
24124 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24125
24126         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24127         to avoid collisions with libcurses and libreadline.
24128
24129         * m4/getstr.m4: Remove.
24130         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
24131
24132 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24133
24134         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24135         to avoid collisions with libcurses and libreadline.
24136
24137         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
24138         * lib/getstr.h, getstr.c: Remove.
24139         * lib/getline.c: Include "getline.h", to check interface.
24140         Move body of old getstr.c here: this defines MIN_CHUNK and
24141         declares getdelim2, which is renamed from getstr.
24142         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
24143
24144         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
24145         All uses changed.
24146         * lib/linebuffer.h: Likewise.
24147         (readline): Remove backward-compatibility macro.
24148
24149 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24150
24151         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24152         to avoid collisions with libcurses and libreadline.
24153         * getstr: Remove.
24154         * MODULES.html.sh: Remove getstr.
24155         * modules/getline: Depend on unlocked-io, not getstr.
24156
24157 2003-01-12  Jim Meyering  <jim@meyering.net>
24158
24159         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
24160
24161 2003-01-10  Bruno Haible  <bruno@clisp.org>
24162
24163         * modules/alloca: Change Makefile.am requirements. Simplify Include
24164         requirements. Add lib/alloca_.h to file list.
24165
24166 2003-01-10  Bruno Haible  <bruno@clisp.org>
24167
24168         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
24169
24170 2003-01-10  Bruno Haible  <bruno@clisp.org>
24171
24172         * lib/alloca_.h: New file.
24173         * lib/getdate.y: Unconditionally include alloca.h.
24174         * lib/makepath.c: Likewise.
24175         * lib/setenv.c: Likewise.
24176         * lib/userspec.c: Likewise.
24177
24178 2003-01-09  Karl Berry  <karl@gnu.org>
24179
24180         * MODULES.html.sh: include `dirname $0` in PATH, to find
24181         gnulib-tool.
24182
24183 2003-01-09  Bruno Haible  <bruno@clisp.org>
24184
24185         * modules/stdbool: Change configure.ac, Makefile.am requirements.
24186         Simplify Include requirements. Add lib/stdbool.h.in to file list.
24187
24188 2003-01-09  Bruno Haible  <bruno@clisp.org>
24189
24190         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
24191
24192 2003-01-09  Bruno Haible  <bruno@clisp.org>
24193
24194         * lib/stdbool.h.in: New file.
24195
24196 2003-01-09  Bruno Haible  <bruno@clisp.org>
24197
24198         * gnulib-tool (func_all_modules): Ignore files ending in ~.
24199         * MODULES.html.sh: Likewise.
24200
24201 2003-01-08  Jim Meyering  <jim@meyering.net>
24202
24203         * lib/full-write.c: Undefine and define-away `const' after inclusion
24204         of errno.h, not before.  Suggestion from Bruno Haible.
24205
24206 2003-01-08  Bruno Haible  <bruno@clisp.org>
24207
24208         * modules/full-read: Depend on full-write.
24209
24210 2003-01-08  Bruno Haible  <bruno@clisp.org>
24211
24212         * lib/safe-read.c: Include specification header first, to ensure its
24213         selfcontainedness.
24214         * lib/full-write.c: Likewise.
24215
24216 2003-01-07  Jim Meyering  <jim@meyering.net>
24217
24218         * lib/full-write.c: Rework so that it may serve to define full_read,
24219         too.
24220         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
24221
24222 2003-01-07  Bruno Haible  <bruno@clisp.org>
24223
24224         * lib/strtoimax.c: Include <stdint.h> as an alternative to
24225         <inttypes.h>.
24226         * lib/xstrtol.h: Likewise.
24227         * lib/xstrtoimax.c: Likewise.
24228         * lib/xstrtoumax.c: Likewise.
24229         * lib/human.h: Likewise.
24230
24231         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
24232         on systems that have <inttypes.h> but not <stdint.h>.
24233
24234 2003-01-07  Bruno Haible  <bruno@clisp.org>
24235
24236         * MODULES.html.sh: Add copyright notice.
24237         (missed_files): Omit CVS directory entries.
24238         (func_module): Make it work with sed-3.02.
24239         * MODULES.txt: Remove file.
24240
24241 2003-01-06  Jim Meyering  <jim@meyering.net>
24242
24243         * lib/version-etc.c: Update year in translatable copyright string.
24244
24245 2003-01-03  Karl Berry  <karl@gnu.org>
24246
24247         * config/config.{guess,sub}: update from prep.
24248
24249 2003-01-02  Karl Berry  <karl@gnu.org>
24250
24251         * doc/COPYING.DOC: belatedly updated to 1.2.
24252
24253 2003-01-01  Karl Berry  <karl@gnu.org>
24254
24255         * gnulib-tool (func_verify_module): report module name $module in
24256         error message, not $1.
24257         * gnulib-tool (create-testdir): don't complain if destdir couldn't
24258         be created, only if it doesn't exist.
24259         * gnulib-tool (last_checkin_date): don't expand the $Date here.
24260
24261 2002-12-31  Paul Eggert  <eggert@twinsun.com>
24262
24263         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
24264
24265 2002-12-31  Paul Eggert  <eggert@twinsun.com>
24266
24267         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
24268         memcmp if strcoll doesn't work.
24269
24270 2002-12-31  Bruno Haible  <bruno@clisp.org>
24271
24272         * lib/utime.c (utime_null): No need to call ftruncate if the file was
24273         nonempty.
24274
24275 2002-12-31  Bruno Haible  <bruno@clisp.org>
24276
24277         * lib/memcoll.c (STRCOLL): New macro.
24278         (memcoll): Use it.
24279
24280 2002-12-31  Bruno Haible  <bruno@clisp.org>
24281
24282         * lib/localcharset.h: New file.
24283         * lib/localcharset.c: Include it.
24284         * lib/unicodeio.c: Likewise.
24285
24286 2002-12-31  Bruno Haible  <bruno@clisp.org>
24287
24288         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
24289         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
24290
24291 2002-12-31  Bruno Haible  <bruno@clisp.org>
24292
24293         * lib/getline.h: Include <stddef.h>, for size_t.
24294
24295         * lib/unicodeio.h: Include <stddef.h>, for size_t.
24296         * lib/unicodeio.c: Don't include <stddef.h>.
24297
24298 2002-12-31  Bruno Haible  <bruno@clisp.org>
24299
24300         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
24301         HAVE_TM_ZONE.
24302
24303 2002-12-24  Karl Berry  <karl@gnu.org>
24304
24305         * config/config.guess: update from prep.
24306
24307 2002-12-24  Bruno Haible  <bruno@clisp.org>
24308
24309         General infrasructure.
24310         * m4/README: Rewritten.
24311         * m4/onceonly.m4: New file.
24312         * m4/onceonly_2_57.m4: New file.
24313
24314         Module atexit.
24315         * m4/atexit.m4: New file.
24316
24317         Module strtod.
24318         * m4/strtod.m4: New file.
24319
24320         Module strtol.
24321         * m4/strtol.m4: New file.
24322
24323         Module strtoul.
24324         * m4/strtoul.m4: New file.
24325
24326         Module memchr.
24327         * m4/memchr.m4: New file.
24328
24329         Module memcmp.
24330         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
24331         (jm_FUNC_MEMCMP): Invoke it.
24332
24333         Module memcpy.
24334         * m4/memcpy.m4: New file.
24335
24336         Module memmove.
24337         * m4/memmove.m4: New file.
24338
24339         Module memset.
24340         * m4/memset.m4: New file.
24341
24342         Module strcspn.
24343         * m4/strcspn.m4: New file.
24344
24345         Module strpbrk.
24346         * m4/strpbrk.m4: New file.
24347
24348         Module strstr.
24349         * m4/strstr.m4: New file.
24350
24351         Module strerror.
24352         * m4/strerror.m4: New file.
24353
24354         Module mktime.
24355         * m4/mktime.m4: Renamed from jm-mktime.m4.
24356         (gl_PREREQ_MKTIME): New macro.
24357         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
24358
24359         Module malloc.
24360         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
24361         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
24362         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
24363
24364         Module realloc.
24365         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
24366         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
24367         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
24368
24369         Module strftime.
24370         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
24371         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
24372         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
24373         gl_TM_GMTOFF.
24374         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
24375
24376         Module xalloc.
24377         * m4/xalloc.m4: New file.
24378
24379         Module alloca.
24380         * m4/alloca.m4: New file.
24381
24382         Module putenv.
24383         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
24384         (jm_FUNC_PUTENV): Invoke it.
24385
24386         Module setenv.
24387         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
24388         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
24389         when invoked twice.
24390         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
24391         gt_FUNC_SETENV.
24392
24393         Module memrchr.
24394         * m4/memrchr.m4: New file.
24395
24396         Module stpcpy.
24397         * m4/stpcpy.m4: New file.
24398
24399         Module strcase.
24400         * m4/strcase.m4: New file.
24401
24402         Module strdup.
24403         * m4/strdup.m4: New file.
24404
24405         Module strnlen.
24406         * m4/strnlen.m4: New file.
24407
24408         Module strndup.
24409         * m4/strndup.m4: New file.
24410
24411         Module xstrtod.
24412         * m4/xstrtod.m4: New file.
24413
24414         Module xstrtol.
24415         * m4/xstrtol.m4: New file.
24416
24417         Module getdate.
24418         * m4/getdate.m4: New file.
24419
24420         Module unlocked-io.
24421         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
24422         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
24423         * m4/jm-glibc-io.m4n: Remove file.
24424
24425         Module long-options.
24426         * m4/long-options.m4: New file.
24427
24428         Module md5.
24429         * m4/md5.m4: New file.
24430
24431         Module sha.
24432         * m4/sha.m4: New file.
24433
24434         Module getstr.
24435         * m4/getstr.m4: New file.
24436
24437         Module getline.
24438         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
24439         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
24440         <sys/types.h>, for size_t. Use the function name gnu_getline, not
24441         simply getline. Infoke gl_PREREQ_GETLINE.
24442
24443         Module obstack.
24444         * m4/obstack.m4: New file.
24445
24446         Module hash.
24447         * m4/hash.m4: New file.
24448
24449         Module readtokens.
24450         * m4/readtokens.m4: New file.
24451
24452         Module strverscmp.
24453         * m4/strverscmp.m4: New file.
24454
24455         Module stdbool.
24456         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
24457         OSF/1.
24458
24459         Module strtoll.
24460         * m4/strtoll.m4: New file.
24461
24462         Module strtoull.
24463         * m4/strtoull.m4: New file.
24464
24465         Module strtoimax.
24466         * m4/strtoimax.m4: New file.
24467
24468         Module strtoumax.
24469         * m4/strtoumax.m4: New file.
24470
24471         Module xstrtoimax.
24472         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
24473         jm_AC_PREREQ_XSTRTOIMAX.
24474         Moved the strtol prerequisites to strtol.m4.
24475         Moved the strtoll prerequisites to strtoll.m4.
24476         Moved the strtoimax prerequisites to strtoimax.m4.
24477
24478         Module xstrtoumax.
24479         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
24480         jm_AC_PREREQ_XSTRTOUMAX.
24481         Moved the strtoul prerequisites to strtoul.m4.
24482         Moved the strtoull prerequisites to strtoull.m4.
24483         Moved the strtoumax prerequisites to strtoumax.m4.
24484
24485         Module chown.
24486         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
24487         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
24488
24489         Module dup2.
24490         * m4/dup2.m4: New file.
24491
24492         Module ftruncate.
24493         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
24494         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
24495
24496         Module getgroups.
24497         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
24498         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
24499
24500         Module gettimeofday.
24501         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
24502         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
24503         gl_PREREQ_GETTIMEOFDAY.
24504
24505         Module mkdir.
24506         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
24507         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
24508
24509         Module mkstemp.
24510         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
24511         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
24512         jm_AC_TYPE_UINTMAX_T.
24513         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
24514
24515         Module stat.
24516         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
24517         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
24518
24519         Module lstat.
24520         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
24521         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
24522
24523         Module timespec.
24524         * m4/timespec.m4 (gl_TIMESPEC): New macro.
24525         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
24526         * m4/st_mtim.m4: Indentation.
24527
24528         Module nanosleep.
24529         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
24530         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
24531         gl_PREREQ_NANOSLEEP.
24532
24533         Module regex.
24534         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
24535         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
24536         (gl_REGEX): New macro.
24537
24538         Module rename.
24539         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
24540         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
24541
24542         Module rmdir.
24543         * m4/rmdir.m4: New file.
24544
24545         Module utime.
24546         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
24547         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
24548         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
24549
24550         Module dirname.
24551         * m4/dirname.m4: New file.
24552
24553         Module getopt.
24554         * m4/getopt.m4: New file.
24555
24556         Module unistd-safer.
24557         * m4/unistd-safer.m4: New file.
24558
24559         Module fnmatch.
24560         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
24561         declaration.
24562         (gl_PREREQ_FNMATCH_EXTRA): New macro.
24563         (gl_FUNC_FNMATCH_POSIX): New macro.
24564         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
24565         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
24566         simply fnmatch.
24567
24568         Module exclude.
24569         * m4/exclude.m4: New file.
24570
24571         Module human.
24572         * m4/human.m4: New file.
24573
24574         Module acl.
24575         * m4/acl.m4: Nop.
24576
24577         Module backupfile.
24578         * m4/backupfile.m4: New file.
24579         * m4/d-ino.m4: Indentation.
24580
24581         Module fsusage.
24582         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
24583         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
24584         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
24585
24586         Module dirfd.
24587         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
24588         requirements.
24589
24590         Module euidaccess.
24591         * m4/euidaccess.m4: New file.
24592
24593         Module file-type.
24594         * m4/file-type.m4: New file.
24595
24596         Module fileblocks.
24597         * m4/fileblocks.m4: New file.
24598
24599         Module filemode.
24600         * m4/filemode.m4: New file.
24601
24602         Module isdir.
24603         * m4/isdir.m4: New file.
24604
24605         Module lchown.
24606         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
24607         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
24608
24609         Module makepath.
24610         * m4/makepath.m4: New file.
24611
24612         Module modechange.
24613         * m4/modechange.m4: New file.
24614
24615         Module mountlist.
24616         * m4/mountlist.m4: New file.
24617         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
24618         Indentation.
24619
24620         Module path-concat.
24621         * m4/path-concat.m4: New file.
24622
24623         Module pathmax.
24624         * m4/pathmax.m4: New file.
24625
24626         Module same.
24627         * m4/same.m4: New file.
24628
24629         Module save-cwd.
24630         * m4/save-cwd.m4: New file.
24631
24632         Module savedir.
24633         * m4/savedir.m4: New file.
24634
24635         Module xgetcwd.
24636         * m4/xgetcwd.m4: New file.
24637         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
24638
24639         Module xreadlink.
24640         * m4/xreadlink.m4: New file.
24641
24642         Module safe-read.
24643         * m4/safe-read.m4: New file.
24644
24645         Module safe-write.
24646         * m4/safe-write.m4: New file.
24647
24648         Module closeout.
24649         * m4/closeout.m4: New file.
24650
24651         Module stdio-safer.
24652         * m4/stdio-safer.m4: New file.
24653
24654         Module getpass.
24655         * m4/getpass.m4: New file.
24656
24657         Module getugroups.
24658         * m4/getugroups.m4: New file.
24659
24660         Module group-member.
24661         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
24662         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
24663
24664         Module idcache.
24665         * m4/idcache.m4: New file.
24666
24667         Module userspec.
24668         * m4/userspec.m4: New file.
24669
24670         Module gettime.
24671         * m4/clock_time.m4: New file.
24672         * m4/gettime.m4: New file.
24673
24674         Module settime.
24675         * m4/settime.m4: New file.
24676
24677         Module posixtm.
24678         * m4/posixtm.m4: New file.
24679
24680         Module gethostname.
24681         * m4/gethostname.m4: New file.
24682
24683         Module canon-host.
24684         * m4/canon-host.m4: New file.
24685
24686         Module gettext.
24687         * m4/codeset.m4: New file, from gettext-0.11.5.
24688         * m4/gettext.m4: New file, from gettext-0.11.5.
24689         * m4/glibc21.m4: New file, from gettext-0.11.5.
24690         * m4/iconv.m4: New file, from gettext-0.11.5.
24691         * m4/intdiv0.m4: New file, from gettext-0.11.5.
24692         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
24693         * m4/inttypes.m4: New file, from gettext-0.11.5.
24694         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
24695         * m4/isc-posix.m4: New file, from gettext-0.11.5.
24696         * m4/lcmessage.m4: New file, from gettext-0.11.5.
24697         * m4/lib-ld.m4: New file, from gettext-0.11.5.
24698         * m4/lib-link.m4: New file, from gettext-0.11.5.
24699         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
24700         * m4/progtest.m4: New file, from gettext-0.11.5.
24701         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
24702         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
24703         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
24704
24705         Module localcharset.
24706         * m4/localcharset.m4: New file.
24707
24708         Module hard-locale.
24709         * m4/hard-locale.m4: New file.
24710
24711         Module mbswidth.
24712         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
24713         onceonly macros.
24714         * m4/mbrtowc.m4: Add comment.
24715
24716         Module memcasecmp.
24717         * m4/memcasecmp.m4: New file.
24718
24719         Module memcoll.
24720         * m4/memcoll.m4: New file.
24721
24722         Module unicodeio.
24723         * m4/unicodeio.m4: New file.
24724
24725         Module rpmatch.
24726         * m4/rpmatch.m4: New file.
24727
24728         Module yesno.
24729         * m4/yesno.m4: New file.
24730
24731         Module exitfail.
24732         * m4/exitfail.m4: New file.
24733
24734         Module c-stack.
24735         * m4/c-stack.m4 (gl_C_STACK): New macro.
24736         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
24737
24738         Module error.
24739         * m4/error.m4 (gl_ERROR): New macro.
24740         (jm_PREREQ_ERROR): Use onceonly macros.
24741
24742         Module fatal.
24743         * m4/fatal.m4: New file.
24744
24745         Module getloadavg.
24746         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
24747         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
24748
24749         Module getpagesize.
24750         * m4/getpagesize.m4: New file.
24751
24752         Module getusershell.
24753         * m4/getusershell.m4: New file.
24754
24755         Module physmem.
24756         * m4/physmem.m4: New file.
24757
24758         Module posixver.
24759         * m4/posixver.m4: New file.
24760
24761         Module quotearg.
24762         * m4/quotearg.m4: New file.
24763
24764         Module quote.
24765         * m4/quote.m4: New file.
24766
24767         Module readutmp.
24768         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
24769
24770         Module sig2str.
24771         * m4/sig2str.m4: New file.
24772
24773         Other.
24774         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
24775         ulonglong.m4.
24776         * m4/intmax_t.m4: New file.
24777         * m4/d-type.m4: Indentation.
24778         * m4/jm-macros.m4: Update.
24779         * m4/prereq.m4 (jm_PREREQ): Update.
24780         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
24781         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
24782         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
24783         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
24784         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
24785         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
24786         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
24787         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
24788         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
24789         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
24790         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
24791         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
24792         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
24793         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
24794         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
24795         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
24796         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
24797         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
24798         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
24799
24800 2002-12-24  Bruno Haible  <bruno@clisp.org>
24801
24802         * MODULES.txt: Update according to m4/ changes.
24803
24804         Module gettext.
24805         * config.rpath: New file, from gettext-0.11.5.
24806
24807         * modules/*: New module descriptions.
24808         * gnulib-tool: New file.
24809         * MODULES.html.sh: New file.
24810
24811 2002-12-21  Karl Berry  <karl@gnu.org>
24812
24813         * doc/fdl.texi: update to version 1.2.
24814
24815 2002-12-19  Karl Berry  <karl@gnu.org>
24816
24817         * config/config.guess: update from prep.
24818
24819 2002-12-18  Bruno Haible  <bruno@clisp.org>
24820
24821         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
24822         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
24823
24824 2002-12-17  Bruno Haible  <bruno@clisp.org>
24825
24826         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
24827         stdlib.h, string.h.
24828
24829 2002-12-17  Bruno Haible  <bruno@clisp.org>
24830
24831         * lib/canon-host.c (strdup): Remove unused declaration.
24832
24833         * lib/fsusage.c: Include full_read.h.
24834         (get_fs_usage): Use full_read instead of safe_read.
24835
24836         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
24837
24838 2002-12-12  Karl Berry  <karl@gnu.org>
24839
24840         * config/config.guess: update from prep.
24841
24842 2002-12-11  Bruno Haible  <bruno@clisp.org>
24843
24844         * m4/setenv.m4: New file, from gettext-0.11.5.
24845
24846 2002-12-11  Bruno Haible  <bruno@clisp.org>
24847
24848         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
24849         not unsetenv().
24850         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
24851         modifications:
24852
24853         2002-12-11  Bruno Haible  <bruno@clisp.org>
24854
24855                 * setenv.c (alloca): Fall back to malloc.
24856                 (freea): New macro.
24857                 (setenv): Use freea() to free memory allocated with alloca().
24858
24859         2002-11-13  Bruno Haible  <bruno@clisp.org>
24860
24861                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
24862                 function declarations.
24863                 * unsetenv.c (unsetenv): Likewise.
24864
24865         2002-03-04  Bruno Haible  <bruno@clisp.org>
24866
24867                 Portability to AIX 4.3.3.
24868                 * unsetenv.c: New file, extracted from setenv.c.
24869                 * setenv.c: Move the unsetenv() function to unsetenv.c.
24870
24871         2001-12-20  Bruno Haible  <bruno@clisp.org>
24872
24873                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
24874                 use malloc instead. For SunOS 4.
24875
24876         2001-12-11  Bruno Haible  <bruno@clisp.org>
24877
24878                 * setenv.c: Declare alloca.
24879                 (compar_fn_t): New typedef.
24880                 (KNOWN_VALUE, STORE_VALUE): Use it.
24881
24882         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
24883         setenv.h.
24884
24885 2002-12-10  Paul Eggert  <eggert@twinsun.com>
24886
24887         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
24888         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
24889         Choose values that are less likely to collide with system fnmatch
24890         options.
24891         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
24892         defined (e.g., a pure POSIX system).
24893         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
24894         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
24895
24896 2002-12-06  Paul Eggert  <eggert@twinsun.com>
24897
24898         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
24899         a pain in practice to deal with generated m4 files.  This change
24900         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
24901
24902         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
24903         and jm-glibc-io.m4, as they are no longer a special case.
24904         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
24905         kludge and the auto-generation stuff.  Check only whether the
24906         functions are declared, not whether they exist, since older hosts
24907         that don't declare the functions can't use the optimization anyway.
24908
24909 2002-12-06  Jim Meyering  <jim@meyering.net>
24910
24911         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
24912
24913         Merge in changes from libc's misc/error.c, in preparation
24914         for the merge of gnulib's changes back into libc.
24915
24916         * lib/error.c (_): Define only if not already defined.
24917         Move definition to follow all #include directives.
24918         Include unlocked-io.h only if !_LIBC.
24919         [_LIBC]: Include <libio/libioP.h>.
24920         [USE_IN_LIBIO]: Include <libio/iolibio.h>
24921         (fflush): Tweak definition to use INTUSE.
24922         (putc): Define.
24923
24924 2002-12-05  Paul Eggert  <eggert@twinsun.com>
24925
24926         * lib/alloca.c [defined emacs]: Include "lisp.h".
24927         (xalloc_die) [defined emacs]: New macro.
24928         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
24929         [! defined emacs]: Include <xalloc.h>.
24930         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
24931         (pointer): Typedef to POINTER_TYPE *.
24932         (malloc): Remove decl; we now always use xmalloc.
24933         (alloca): Use old-style definition, since Emacs needs this.
24934         Check for arithmetic overflow when computing combined size.
24935
24936 2002-12-04  Paul Eggert  <eggert@twinsun.com>
24937
24938         Do not generate unlocked-io.h automatically, since it's easier to
24939         maintain it by hand.
24940
24941         * lib/unlocked-io.h: New file, from GNU diffutils,
24942         but with proper copyright notice and attribution.
24943         * lib/gen-uio: Remove.
24944         * lib/Makefile.am: Add copyright notice.
24945         (libfetish_a_SOURCES): Add unlocked-io.h.
24946         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
24947         (DISTCLEANFILES, io_functions): Remove macros.
24948         (EXTRA_DIST): Remove gen_uio.
24949         (unlocked-io.h): Remove rule.
24950
24951 2002-12-04  Jim Meyering  <jim@meyering.net>
24952
24953         Reflect the fact that stat.c and lstat.c are no longer generated.
24954         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
24955         (DISTCLEANFILES): Likewise.
24956         (EXTRA_DIST): Likewise.
24957         (all_local): Don't depend on stat.c or lstat.c.
24958         (stat.c, lstat.c): Remove rules.
24959         (EXTRA_DIST): Remove xstat.in.
24960
24961         * lib/xstat.in: Remove file.  Contents moved into stat.c.
24962         * lib/stat.c: New file.  Contents mostly from xstat.in.
24963         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
24964         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
24965
24966         * lib/safe-read.c: Rework so that it may serve to define safe_write,
24967         too.
24968         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
24969
24970 2002-12-03  Jim Meyering  <jim@meyering.net>
24971
24972         * lib/safe-read.c, safe-write.c: Change variable names and comments,
24973         but not semantics, to minimize the differences between these two files.
24974         (safe_read): Change comment to mention SAFE_READ_ERROR.
24975
24976         * lib/safe-read.c (IS_EINTR): Define.
24977         (safe_read): Use IS_EINTR in place of in-function cpp directives.
24978
24979 2002-12-02  Jim Meyering  <jim@meyering.net>
24980
24981         * lib/safe-read.c (EINTR): Define.
24982         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24983         (INT_MAX): Provide fallback.
24984         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
24985
24986         * lib/safe-read.h (SAFE_READ_ERROR): Define.
24987
24988 2002-12-02  Bruno Haible  <bruno@clisp.org>
24989
24990         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
24991         Define, taken from safe-read.c.
24992         (INT_MAX): Provide fallback.
24993         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
24994         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
24995
24996         * lib/safe-read.c (EINTR): Remove definition.
24997         (safe_read): Don't use EINTR if it is absent.
24998
24999 2002-12-01  Jim Meyering  <jim@meyering.net>
25000
25001         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
25002         zero.
25003         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
25004
25005 2002-11-27  Paul Eggert  <eggert@twinsun.com>
25006
25007         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
25008         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
25009         with `if (! (value < limit)) abort ();', for readability.
25010
25011 2002-11-26  Karl Berry  <karl@gnu.org>
25012
25013         * lib/strdup.c: copy from libc again, with jim's ok.
25014         * lib/.cppi-disable: re-add strdup.c
25015
25016 2002-11-25  Karl Berry  <karl@gnu.org>
25017
25018         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
25019         instead of "strtol.c".
25020
25021 2002-11-25  Karl Berry  <karl@gnu.org>
25022
25023         * config/install-sh: update from automake for variable quoting, $0 in
25024         error msgs, etc.
25025
25026         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
25027         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
25028         entry.
25029
25030 2002-11-25  Jim Meyering  <jim@meyering.net>
25031
25032         * lib/mktime.c: Sync from libc, now that it has the latest fix.
25033
25034 2002-11-24  Karl Berry  <karl@gnu.org>
25035
25036         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
25037         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
25038
25039 2002-11-24  Jim Meyering  <jim@meyering.net>
25040
25041         Update from coreutils:
25042
25043         * lib/mktime.c: Merge in changes from libc.
25044
25045         Avoid a link-time failure on some Linux systems.
25046         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
25047         (otherwise).
25048         (__mon_yday): Declare with the STATIC attribute.
25049         (__mktime_internal): Likewise.
25050         Based on a report from Greg Schafer.
25051
25052 2002-11-23  Jim Meyering  <jim@meyering.net>
25053
25054         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
25055         Use `unsigned', not `int', as type of index.
25056
25057         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
25058
25059         * lib/fsusage.c: Remove unneeded parentheses around operands of
25060         `defined'.
25061
25062 2002-11-22  Paul Eggert  <eggert@twinsun.com>
25063
25064         * lib/quotearg.h: Allow multiple inclusion by surrounding with
25065         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
25066         so that we can be included first.
25067         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
25068         * lib/quotearg.c: Include quotearg.h immediately after config.h.
25069         No need to include stddef.h or sys/types.h any more.
25070         Surround local include files with "", not "<>".
25071         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
25072         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
25073         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
25074         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
25075         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
25076         (ISPRINT): Remove; no longer needed now that we assume C89.
25077
25078         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
25079         Preserve errno.
25080
25081         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
25082         quotearg_char): Use SIZE_MAX rather than
25083         (size_t) -1 when we are talking about "infinity".
25084
25085         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
25086
25087 2002-11-22  Paul Eggert  <eggert@twinsun.com>
25088
25089         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
25090         hint that one should use `if (! x) abort ();' rather than `assert
25091         (x);', and anyway it's one less thing to worry about configuring.
25092         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
25093         hash_rehash, hash_insert): Use abort rather than assert.
25094
25095 2002-11-22  Bruno Haible  <bruno@clisp.org>
25096
25097         * lib/safe-read.h: Assume C89. Add comments.
25098         (safe_read): Change return type to size_t.
25099         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
25100         byte counts > SSIZE_MAX correctly.
25101         * lib/safe-write.h: New file.
25102         * lib/safe-write.c: New file.
25103         * lib/full-read.h: New file.
25104         * lib/full-read.c: New file.
25105         * lib/full-write.h: Assume C89. Add comments.
25106         * lib/full-write.c: Include safe-write.h.
25107         (full_write): Rewritten to use safe_write.
25108         Suggested by Jim Meyering and Paul Eggert.
25109
25110 2002-11-21  Jim Meyering  <jim@meyering.net>
25111
25112         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
25113
25114         Merge in changes from the coreutils.
25115
25116         2002-09-25  Paul Eggert  <eggert@twinsun.com>
25117         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
25118         <stdint.h>.
25119         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
25120         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
25121         int.  Work more efficiently if X is the same width as uintmax_t.
25122         Do not compare X to -1, to avoid bogus compiler warning.
25123         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
25124         Don't assume that f_frsize and f_bsize are the same type.
25125
25126         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
25127         warning on FreeBSD.
25128
25129         * lib/makepath.c (make_path): Restore umask *before* creating the final
25130         component.
25131         (make_path): Minor reformatting.
25132
25133         * lib/xmalloc.c: Adjust to work with new autoconf macros,
25134         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
25135         HAVE_MALLOC/HAVE_REALLOC.
25136
25137         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
25138         dummy ones.  At least on GNU/Linux systems, `auto' means something
25139         else.
25140         From Michael Stone.
25141
25142 2002-11-21  Bruno Haible  <bruno@clisp.org>
25143
25144         Remove case insensitive option matching.
25145         * lib/argmatch.h (argcasematch): Remove declaration.
25146         (ARGCASEMATCH): Remove macro.
25147         (__xargmatch_internal): Remove case_sensitive argument.
25148         (XARGMATCH): Update.
25149         (XARGCASEMATCH): Remove macro.
25150         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
25151         case_sensitive argument.
25152         (argcasematch): Remove function.
25153         (__xargmatch_internal): Remove case_sensitive argument.
25154         (main): Use XARGMATCH instead of XARGCASEMATCH.
25155
25156         * lib/xmalloc.c: Change compile-time error message. Add comment about
25157         required autoconf version.
25158
25159 2002-11-20  Paul Eggert  <eggert@twinsun.com>
25160
25161         Merge argmatch cleanups from Bison.  Assume C89.
25162
25163         * lib/argmatch.c: Include config.h here, not in argmatch.h.
25164         Include stdlib.h, for EXIT_FAILURE.
25165         Always include <string.h>, since we assume C89.
25166         (EXIT_FAILURE): Remove pre-C89 bug workaround.
25167         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
25168         Include <stddef.h> instead, since it's all we need for size_t.
25169         (PARAMS): Remove.  All uses removed.
25170         (ARRAY_CARDINALITY): Do not bother to #undef.
25171         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
25172         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
25173         Remove unnecessary parentheses.
25174         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
25175         Insert necessary parentheses.
25176         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
25177         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
25178
25179 2002-11-19  Bruno Haible  <bruno@clisp.org>
25180
25181         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
25182         * lib/mbswidth.h: Include <stddef.h>, for size_t.
25183
25184         * lib/mbswidth.h (PARAMS): Remove macro.
25185         (mbswidth, mbsnwidth): Use ANSI C function declarations.
25186         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
25187
25188         * lib/gcd.h (PARAMS): Remove macro.
25189         (gcd): Use ANSI C function declarations.
25190         * lib/gcd.c (gcd): Likewise.
25191
25192 2002-11-15  Bruno Haible  <bruno@clisp.org>
25193
25194         * lib/strcspn.c: Include <stddef.h>.
25195         (strcspn): Use ANSI C function declaration. Change return type to
25196         size_t. Use NULL.
25197         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
25198         (strpbrk): Use NULL.
25199         * lib/strpbrk.h (PARAMS): Remove macro.
25200         (strpbrk): Use ANSI C function declaration.
25201         * lib/strstr.c: Don't include <sys/types.h>.
25202         * lib/strstr.h (PARAMS): Remove macro.
25203         (strstr): Use ANSI C function declarations.
25204
25205 2002-11-14  Karl Berry  <karl@gnu.org>
25206
25207         * config/mkinstalldirs: `do' on separate line, instead of
25208         `for var; do'.
25209
25210 2002-11-06  Bruno Haible  <bruno@clisp.org>
25211
25212         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
25213         * lib/gcd.c (gcd): Likewise.
25214
25215 2002-11-05  Bruno Haible  <bruno@clisp.org>
25216
25217         * lib/gcd.h: New file, from gettext-0.11.5.
25218         * lib/gcd.c: New file, from gettext-0.11.5.
25219
25220 2002-11-05  Bruno Haible  <bruno@clisp.org>
25221
25222         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25223         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25224         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25225         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25226
25227         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
25228         <libintl.h>.
25229         * lib/makepath.c: Include gettext.h instead of <locale.h> and
25230         <libintl.h>.
25231
25232         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
25233         * lib/human.c: Include gettext.h instead of <libintl.h>.
25234         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
25235         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
25236         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
25237         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
25238         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
25239         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
25240         (textdomain): Remove definition.
25241         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
25242
25243         * lib/long-options.c: Remove include of <libintl.h> and definition of
25244         _.
25245         * lib/same.c: Remove include of <libintl.h> and definition of _.
25246
25247 2002-11-04  Owen Taylor  <otaylor@redhat.com>
25248
25249         * lib/config.charset: A few additions for Solaris.
25250
25251 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
25252
25253         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
25254         * lib/localcharset.c (locale_charset): Declare as extern "C".
25255
25256 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
25257
25258         * lib/config.charset: msdos in uk_UA uses CP1125.
25259
25260 2002-11-04  Bruno Haible  <bruno@clisp.org>
25261
25262         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
25263         * lib/strcase.h: New file, from GNU gettext-0.11.5.
25264         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
25265         * lib/strstr.h: New file, from GNU gettext-0.11.5.
25266         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
25267
25268 2002-11-04  Bruno Haible  <bruno@clisp.org>
25269
25270         * lib/localcharset.c (locale_charset): Don't return an empty string.
25271
25272 2002-11-04  Bruno Haible  <bruno@clisp.org>
25273
25274         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
25275         aliases.
25276
25277 2002-11-04  Bruno Haible  <bruno@clisp.org>
25278
25279         * lib/config.charset: Update for newest glibc. Add canonical names
25280         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
25281
25282 2002-11-04  Bruno Haible  <bruno@clisp.org>
25283
25284         * lib/config.charset: Add support for NetBSD.
25285
25286 2002-11-04  Bruno Haible  <bruno@clisp.org>
25287
25288         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
25289
25290 2002-11-01  Bruno Haible  <bruno@clisp.org>
25291
25292         * configure.in: Add AC_CONFIG_AUX_DIR call.
25293         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
25294         test/Makefile.
25295         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
25296
25297 2002-09-28  Karl Berry  <karl@gnu.org>
25298
25299         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
25300         installed automake until the next release, since changes have been
25301         made.
25302
25303 2002-09-25  Karl Berry  <karl@gnu.org>
25304
25305         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
25306         * lib/getopt*: copy from libc/posix.
25307         * lib/gettext.h: copy from gettext.
25308         * lib/.cppi-disable: add strdup.c, gettext.h.
25309
25310 2002-09-25  Karl Berry  <karl@gnu.org>
25311
25312         * config/srclist.txt: enable gettext.h check.
25313         * config/config.{guess,sub}: update from prep.
25314         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
25315                 from automake 1.6.3.
25316         See srclist*.
25317
25318 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
25319
25320         * regex.c (PATFETCH): Remove the translating fetch.
25321         (PATFETCH_RAW): Rename to PATFETCH.
25322         (set_image_of_range): New fun.
25323         (SET_RANGE_TABLE_WORK_AREA): Use it.
25324         (regex_compile): Don't translate the pattern chars so eagerly.
25325         Only do it when inserting an `exactn' bytecode or when handling
25326         a char-range.
25327         (mutually_exclusive_p): Avoid empty statement.
25328
25329 2002-07-06  Jim Meyering  <meyering@lucent.com>
25330
25331         * m4/README: Don't mention Makefile.am.in.
25332         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
25333
25334 2002-07-01  Jim Meyering  <meyering@lucent.com>
25335
25336         * lib/c-stack.c: Include sys/time.h.
25337         From Volker Borchert.
25338
25339 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25340
25341         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
25342
25343 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25344
25345         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
25346         New macro.  Use it uniformly instead of
25347         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
25348         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
25349         reported by Vin Shelton.
25350
25351 2002-06-22  Paul Eggert  <eggert@twinsun.com>
25352
25353         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
25354         Do not assume SA_SIGINFO behavior.
25355         Bug reported by Jim Meyering on NetBSD 1.5.2.
25356
25357 2002-06-22  Jim Meyering  <meyering@lucent.com>
25358
25359         * m4/c-stack.m4: New file, from diffutils-2.8.2.
25360         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
25361
25362         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
25363         now that configure.ac uses AC_GNU_SOURCE.
25364         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
25365         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
25366
25367         Update to latest tools.  Suggestions from Paul Eggert.
25368         * m4/stdbool.m4: New file, from diffutils-2.8.2.
25369         * m4/gnu-source.m4: Update from diffutils-2.8.2.
25370         * m4/fnmatch.m4: Likewise.
25371         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
25372         to AC_HEADER_STDBOOL
25373
25374 2002-06-22  Jim Meyering  <meyering@lucent.com>
25375
25376         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
25377         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
25378
25379 2002-06-22  Jim Meyering  <meyering@lucent.com>
25380
25381         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
25382
25383         * lib/exitfail.c, exitfail.h: Likewise.
25384         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
25385
25386         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
25387         of fnmatch.h.
25388         (EXTRA_DIST): Add fnmatch_loop.c.
25389         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
25390
25391         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
25392         * lib/fnmatch.c: Update from diffutils-2.8.2.
25393         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
25394         * lib/fnmatch.h: Remove file.
25395
25396 2002-06-21  Jim Meyering  <meyering@lucent.com>
25397
25398         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
25399         * m4/mbrtowc.m4: Likewise.
25400
25401         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
25402         * m4/mbswidth.m4: Reflect name change:
25403         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
25404         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
25405
25406         * m4/lib-link.m4: Update from gettext-0.11.2.
25407         * m4/gettext.m4: Likewise.
25408
25409         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
25410         From Alfred M. Szmidt.
25411
25412 2002-06-18  Paul Eggert  <eggert@twinsun.com>
25413
25414         * lib/file-type.h: Report an error if neither S_ISREG nor
25415         S_IFREG is defined, instead of using a test specific to glibc
25416         2.2.  This should be safe, since POSIX requires S_ISREG and
25417         Unix Version 7 had S_IFREG.  We don't need to check for
25418         <sys/types.h> since we don't use any symbols that it defines.
25419
25420 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
25421
25422         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
25423         $@-t, so that each temporary file name is unique and valid in the first
25424         8 characters, for operation under DOS.
25425
25426 2002-06-15  Paul Eggert  <eggert@twinsun.com>
25427
25428         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
25429
25430 2002-06-15  Jim Meyering  <meyering@lucent.com>
25431
25432         Work even with DJGPP 2.03, which lacks support for symlinks.
25433         From Richard Dawe.
25434         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
25435         is defined.
25436         * lib/lchown.c (S_ISLNK): Likewise.
25437
25438 2002-06-15  Jim Meyering  <meyering@lucent.com>
25439
25440         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
25441         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
25442         have been included before this file.
25443
25444 2002-06-14  Jim Meyering  <meyering@lucent.com>
25445
25446         * lib/file-type.h: Use the version from diffutils-2.8.2.
25447         * lib/file-type.c: Likewise.
25448
25449 2002-06-07  Jim Meyering  <meyering@lucent.com>
25450
25451         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
25452         They're needed at least for NetBSD 1.5.2.
25453         ($statxfs_includes): Include those same headers.
25454         ($statxfs_includes): Include sys/vfs.h if available.
25455         ($statxfs_includes): Likewise for sys/statvfs.h.
25456         Check for the following members in both structs statfs and statvfs:
25457         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
25458
25459 2002-06-01  Jim Meyering  <meyering@lucent.com>
25460
25461         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
25462         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
25463
25464 2002-05-28  Jim Meyering  <meyering@lucent.com>
25465
25466         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
25467         Reported by Volker Borchert.
25468
25469 2002-05-27  Jim Meyering  <meyering@lucent.com>
25470
25471         Fix a problem seen only on nonconforming systems whereby ls.c's
25472         use of localtime, and then of gettimeofday would cause trouble:
25473         the localtime call used to initialize rpl_gettimeofday's save
25474         mechanism would clobber ls's current local time information so
25475         that in any long listing the first file would always be listed
25476         with date 1970-01-01.  Analysis by Volker Borchert.
25477
25478         * lib/gettimeofday.c (localtime): Undefine.
25479         (rpl_localtime): New function.
25480
25481 2002-05-27  Jim Meyering  <meyering@lucent.com>
25482
25483         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
25484         localtime.
25485
25486         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
25487         use the replacement function; it wouldn't resolve at link time.
25488         Reported by Volker Borchert.
25489
25490 2002-05-22  Jim Meyering  <meyering@lucent.com>
25491
25492         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
25493         file-type.h.
25494         * lib/file-type.h: New file.
25495         * lib/file-type.c (file_type): New file/function.  Extracted from
25496         diffutils.
25497
25498 2002-04-30  Jim Meyering  <meyering@lucent.com>
25499
25500         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
25501
25502 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25503
25504         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
25505
25506 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25507
25508         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
25509         Do not check for alloca.h (no longer used) or stdbool.h (was never
25510         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
25511
25512 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25513
25514         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
25515
25516 2002-04-29  Jim Meyering  <meyering@lucent.com>
25517
25518         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
25519         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
25520         Use AC_FUNC_STRNLEN here instead.
25521
25522         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
25523         With autoconf-2.53a, it's part of AC_PROG_CC.
25524
25525 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25526
25527         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
25528         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
25529
25530 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25531
25532         * lib/sig2str.h, lib/sig2str.c: New files.
25533         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
25534
25535 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25536
25537         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
25538         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
25539         of 127, since 64 is the largest conceivable number for ancient
25540         nonstandard hosts.
25541         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
25542
25543 2002-04-28  Jim Meyering  <meyering@lucent.com>
25544
25545         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
25546
25547 2002-04-24  Jim Meyering  <meyering@lucent.com>
25548
25549         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
25550         (jm_PREREQ): Use it.
25551
25552         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
25553         mach/mach.h fcntl.h.
25554         Check for this function: setlocale.
25555
25556 2002-04-24  Jim Meyering  <meyering@lucent.com>
25557
25558         * lib/gettext.h: New file, from Gettext.
25559         * lib/Makefile.am (INCLUDES): Remove -I../intl.
25560         (libfetish_a_SOURCES): Add gettext.h.
25561
25562 2002-04-16  Jim Meyering  <meyering@lucent.com>
25563
25564         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
25565         ut_pid, ut_id, ut_exit.
25566
25567 2002-04-16  Jim Meyering  <meyering@lucent.com>
25568
25569         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
25570         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
25571         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
25572
25573 2002-04-12  Jim Meyering  <meyering@lucent.com>
25574
25575         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
25576         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
25577         existence of the getmntinfo function.  Needed for Darwin 5.3.
25578
25579         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
25580         This is necessary at least on Darwin 5.3.
25581
25582         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
25583         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
25584         strnlen.o in the library, and that makes some versions of ranlib
25585         object.
25586
25587 2002-04-12  Jim Meyering  <meyering@lucent.com>
25588
25589         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
25590
25591 2002-04-09  Jim Meyering  <meyering@lucent.com>
25592
25593         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
25594         to be more precise.  Rather than saying we're checking whether the
25595         function `works', say what we're testing.
25596         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
25597         Reported by Bruno Haible.
25598
25599 2002-03-10  Jim Meyering  <meyering@lucent.com>
25600
25601         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
25602         Suggestion from Santiago Vila.
25603
25604 2002-03-08  Jim Meyering  <meyering@lucent.com>
25605
25606         * lib/rename.c: Mention that this wrapper is needed also on
25607         mips-dec-ultrix4.4 systems.
25608
25609 2002-03-02  Jim Meyering  <meyering@lucent.com>
25610
25611         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
25612         not HAVE_CLOCK_SETTIME.
25613
25614 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25615
25616         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
25617         Check for clock_settime.
25618
25619 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25620
25621         * lib/nanosleep.h: Rename to....
25622         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
25623
25624         * lib/gettime.c: New file.
25625         * lib/settime.c: New file.
25626         * lib/stime.c: Remove.
25627
25628         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
25629         timespec.h.  Remove nanosleep.h.
25630
25631 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25632
25633         * m4/acl.m4: New file.
25634         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
25635         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
25636
25637 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25638
25639         * lib/acl.c, lib/acl.h: New files.
25640         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
25641
25642 2002-02-24  Jim Meyering  <meyering@lucent.com>
25643
25644         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
25645         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
25646         cause trouble.  Reported by Nelson Beebe.
25647
25648 2002-02-23  Paul Eggert  <eggert@twinsun.com>
25649
25650         * lib/path-concat.c (xpath_concat): Reorder code to pacify
25651         compilers that don't know that xalloc_die never returns.
25652
25653 2002-02-20  Jim Meyering  <meyering@lucent.com>
25654
25655         * lib/getdate.c: Regenerate using bison-1.33.
25656
25657 2002-02-17  Jim Meyering  <meyering@lucent.com>
25658
25659         * config/config.guess (main): Don't use `head -1'; it's no longer
25660         portable. Use `sed 1q' instead.
25661
25662 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
25663
25664         * m4/codeset.m4: Upgrade to gettext-0.11.
25665         * m4/gettext.m4: Upgrade to gettext-0.11.
25666         * m4/glibc21.m4: Upgrade to gettext-0.11.
25667         * m4/iconv.m4: Upgrade to gettext-0.11.
25668         * m4/isc-posix.m4: Upgrade to gettext-0.11.
25669         * m4/lcmessage.m4: Upgrade to gettext-0.11.
25670         * m4/lib-ld.m4: New file, from gettext-0.11.
25671         * m4/lib-link.m4: New file, from gettext-0.11.
25672         * m4/lib-prefix.m4: New file, from gettext-0.11.
25673         * m4/progtest.m4: Upgrade to gettext-0.11.
25674
25675 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25676
25677         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
25678         (jm_PREREQ): Use it.
25679
25680 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25681
25682         * lib/posixver.c, lib/posixver.h: New files.
25683         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25684
25685 2002-02-02  Paul Eggert  <eggert@twinsun.com>
25686             Bruno Haible  <bruno@clisp.org>
25687
25688         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
25689         (fwrite_success_callback): New declaration.
25690         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
25691         print_unicode_char. Call failure callback instead of error.
25692         (fwrite_success_callback): New function.
25693         (exit_failure_callback): New function.
25694         (fallback_failure_callback): New function.
25695         (print_unicode_char): Call unicode_to_mb.
25696
25697 2002-01-26  Jim Meyering  <meyering@lucent.com>
25698
25699         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
25700         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
25701
25702 2002-01-26  Jim Meyering  <meyering@lucent.com>
25703
25704         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
25705
25706 2002-01-22  Paul Eggert  <eggert@twinsun.com>
25707
25708         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
25709
25710 2002-01-22  Jim Meyering  <meyering@lucent.com>
25711
25712         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
25713         Otherwise, some versions of automake would omit the rule that makes
25714         Makefile from Makefile.in.
25715
25716 2002-01-21  Paul Eggert  <eggert@twinsun.com>
25717
25718         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
25719         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25720         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
25721         (memcoll): Set errno to zero if there is no error.
25722
25723         * lib/quotearg.c (quotearg_buffer_restyled):
25724         Fix bug with quoting buffers containing NUL when backslashing escapes.
25725         This bug was exposed by the other changes in this patch.
25726         (quotearg_n_options): New arg ARGSIZE.
25727         All callers changed.
25728         (quoting_options_from_style): New function.
25729         (quotearg_n_style): Use it.
25730         (quotearg_n_style_mem): New function.
25731
25732         * lib/quotearg.h (quotearg_n_style_mem): New function.
25733
25734 2002-01-19  Jim Meyering  <meyering@lucent.com>
25735
25736         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
25737         Remove useless quotes: DF_PROG="df".
25738         * m4/strnlen.m4: New file.
25739
25740 2002-01-16  Paul Eggert  <eggert@twinsun.com>
25741
25742         * lib/backupfile.c (ISDIGIT): Comment fix.
25743         * lib/getdate.y (ISDIGIT): Likewise.
25744         * lib/posixtm.c (ISDIGIT, year): Likewise.
25745         * lib/strverscmp.c (ISDIGIT): Likewise.
25746         * lib/userspec.c (ISDIGIT): Likewise.
25747
25748 2002-01-16  Jim Meyering  <meyering@lucent.com>
25749
25750         * lib/getdate.y: Add three semicolons, each just before a closing
25751         brace. Bison (as of version 1.31) no longer papers over that mistake.
25752
25753 2002-01-05  Jim Meyering  <meyering@lucent.com>
25754
25755         * lib/version-etc.c (version_etc_copyright): Update copyright year.
25756
25757 2001-12-19  Paul Eggert  <eggert@twinsun.com>
25758
25759         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
25760         not silently exit merely because the output buffer happens to
25761         have nothing pending.
25762
25763 2001-12-18  Paul Eggert  <eggert@twinsun.com>
25764
25765         See the big note in ../ChangeLog.
25766         * lib/human.c (suffixes): Prefer K to k for 1024.
25767         (generate_suffix_backwards): New function.
25768         (human_readable_inexact): Use it.
25769         * lib/xstrtol.c (__xstrtol): If there is no number but there
25770         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
25771         Accept 'K' as well as 'k'.
25772
25773 2001-12-15  Jim Meyering  <meyering@lucent.com>
25774
25775         * lib/regex.h (__restrict_arr): Update from libc.
25776
25777         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
25778         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
25779         (STREQ): Define.
25780
25781 2001-12-14  Jim Meyering  <meyering@lucent.com>
25782
25783         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
25784         Suggestion from Bruno Haible.
25785
25786 2001-12-10  Jim Meyering  <meyering@lucent.com>
25787
25788         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
25789         xrealloc, Instead, include "xalloc.h".
25790         (initbuffer): Don't cast xmalloc return value to char*.
25791         (readline): Reword comment.
25792         Don't cast xrealloc return value to char*
25793         Return NULL, not 0.
25794
25795 2001-12-09  Jim Meyering  <meyering@lucent.com>
25796
25797         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
25798         about `signed and unsigned type in conditional expression'.
25799         * lib/posixtm.c (posix_time_parse): Likewise.
25800
25801         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
25802
25803         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
25804         to avoid a pedantic warning.
25805
25806         * lib/getstr.c: Don't include assert.h.
25807         (getstr): Remove warning-evoking assertions.
25808         Return -1 if offset parameter is out of bounds.
25809         Change the type of a local from int to size_t.
25810
25811         * lib/strftime.c (my_strftime_localtime_r): Include this function
25812         definition in the `#if ! HAVE_TM_GMTOFF' block.
25813
25814         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
25815         Include xalloc.h instead.
25816
25817 2001-12-02  Jim Meyering  <meyering@lucent.com>
25818
25819         * lib/tempname.c: Don't declare getenv, thus reverting the change of
25820         2001-11-18.  It's no longer necessary, now that stdlib.h is always
25821         included.
25822
25823         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
25824         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
25825
25826 2001-11-30  Akim Demaille  <akim@epita.fr>
25827
25828         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
25829         before being defined.
25830
25831 2001-11-27  Paul Eggert  <eggert@twinsun.com>
25832
25833         * lib/quotearg.h (quotearg_n, quotearg_n_style):
25834         First arg is int, not unsigned.
25835         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
25836         (SIZE_MAX, UINT_MAX): New macros.
25837         (quotearg_n_options): Abort if N is negative.
25838         Avoid overflow check on hosts where size_t is 64 bits and int
25839         is 32 bits, as overflow is impossible there.
25840         Fix off-by-one typo that caused unnecessary reallocation.
25841
25842 2001-11-27  Jim Meyering  <meyering@lucent.com>
25843
25844         * lib/tempname.c: Merge with version from libc.
25845         * lib/regex.c: Likewise.
25846
25847         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
25848         systems for which STDC_HEADERS is 0, it was not included, resulting in
25849         a warning about an integer-to-pointer conversion problem with getenv.
25850         Reported by Volker Borchert.
25851
25852 2001-11-26  Jim Meyering  <meyering@lucent.com>
25853
25854         * lib/gtod.h: Remove file.
25855         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
25856         * lib/gettimeofday.c: Don't include gtod.h.
25857         (GTOD_init): Remove function.
25858         (rpl_gettimeofday): Do its job here instead, rather than aborting.
25859         Suggestion from Volker Borchert.
25860
25861 2001-11-23  Jim Meyering  <meyering@lucent.com>
25862
25863         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
25864         it.
25865         * lib/hash.c (struct hash_table): Define it here instead.
25866
25867 2001-11-22  Jim Meyering  <meyering@lucent.com>
25868
25869         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
25870
25871 2001-11-20  Jim Meyering  <meyering@lucent.com>
25872
25873         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
25874         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
25875
25876 2001-11-19  Jim Meyering  <meyering@lucent.com>
25877
25878         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
25879         directory.  Use "conftestXXXXXX" as the template.
25880         Suggestion from Paul Eggert.
25881
25882         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
25883         immediately, so the test doesn't mistakenly hit the max-open-files
25884         limit.
25885
25886 2001-11-18  Paul Eggert  <eggert@twinsun.com>
25887
25888         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
25889         (TEMPORARIES): New macro.
25890         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
25891         removes an artificial limitation (e.g. HP-UX 10.20, where
25892         TMP_MAX is 17576).
25893
25894 2001-11-18  Jim Meyering  <meyering@lucent.com>
25895
25896         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
25897
25898 2001-11-18  Jim Meyering  <meyering@lucent.com>
25899
25900         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
25901         on SunOS 4.
25902
25903         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
25904         files will be created before anything else.
25905
25906 2001-11-17  Paul Eggert  <eggert@twinsun.com>
25907
25908         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
25909         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
25910
25911 2001-11-17  Jim Meyering  <meyering@lucent.com>
25912
25913         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
25914         Prompted by a report from Bob Proulx.
25915
25916         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
25917         Instead, require UTILS_FUNC_MKSTEMP.
25918
25919 2001-11-17  Jim Meyering  <meyering@lucent.com>
25920
25921         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
25922         Now, that's done as part of AC_FUNC_STRTOD.
25923
25924 2001-11-17  Jim Meyering  <meyering@lucent.com>
25925
25926         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
25927         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
25928         rather than group writable.  Patch by Juan F. Codagnone.
25929
25930         * lib/readtokens.c: Remove explicit declarations of xmalloc and
25931         xrealloc, Instead, include "xalloc.h".
25932
25933         * lib/mountlist.c: Include unlocked-io.h after all system headers.
25934         Remove explicit declarations of xmalloc, xrealloc,
25935         and xstrdup.  Instead, include "xalloc.h".
25936
25937         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
25938         unlocked-io.h.
25939         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
25940         Likewise.
25941         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
25942
25943         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
25944         Reported by Padraig Brady.
25945
25946         * lib/mkstemp.c: #undef mkstemp.
25947         Include config.h.
25948         (rpl_mkstemp): Rename from mkstemp.
25949         Protoize.
25950
25951 2001-11-16  Jim Meyering  <meyering@lucent.com>
25952
25953         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
25954         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
25955         determine the amount of total physical memory, use pstat_getstatic.
25956         HPUX-11 doesn't define _SC_PHYS_PAGES.
25957         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
25958         If sysconf couldn't be used to determine the amount of available
25959         physical memory, use both pstat_getstatic and pstat_getdynamic.
25960         Based on a patch from Bob Proulx.
25961
25962 2001-11-10  Jim Meyering  <meyering@lucent.com>
25963
25964         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
25965         (jm_PREREQ): Use it.
25966
25967 2001-11-09  Jim Meyering  <meyering@lucent.com>
25968
25969         * m4/jm-macros.m4: Require autoconf-2.52f.
25970         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
25971         Use these AC_-prefixed names, not the AM_-prefixed ones.
25972
25973         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
25974
25975 2001-11-05  Jim Meyering  <meyering@lucent.com>
25976
25977         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
25978
25979 2001-11-04  Jim Meyering  <meyering@lucent.com>
25980
25981         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
25982         $DEFS.
25983
25984 2001-11-03  Jim Meyering  <meyering@lucent.com>
25985
25986         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
25987         of AC_DEFUN.
25988
25989         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
25990         know the name of the variable in the macro definition.
25991
25992 2001-11-03  Jim Meyering  <meyering@lucent.com>
25993
25994         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
25995         in argmatch_to_argument call.
25996
25997         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
25998         argument.
25999
26000         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
26001         e.g., a fault due to an attempt to free a NULL pointer.
26002
26003 2001-11-01  Jim Meyering  <meyering@lucent.com>
26004
26005         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
26006         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
26007
26008 2001-11-01  Jim Meyering  <meyering@lucent.com>
26009
26010         * lib/dirfd.c, lib/dirfd.h: New files.
26011         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
26012
26013         * lib/hash.c (hash_print) [TESTING]: Clean up.
26014
26015 2001-10-22  Paul Eggert  <eggert@twinsun.com>
26016
26017         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
26018         to avoid a warning if -Wall.
26019
26020 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
26021
26022         * README: New file
26023         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
26024         (per RMS's instructions, this is now the canonical source)
26025         * lgpl/, gpl/: New directories.
26026
26027 2001-10-21  Paul Eggert  <eggert@twinsun.com>
26028
26029         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
26030
26031 2001-10-21  Jim Meyering  <meyering@lucent.com>
26032
26033         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
26034         this code would end up calling gettext even in packages built
26035         with --disable-nls.
26036         * lib/getopt.c (_): Likewise.
26037         * lib/regex.c (_): Likewise.
26038
26039 2001-10-20  Paul Eggert  <eggert@twinsun.com>
26040
26041         * m4/error.m4 (jm_PREREQ_ERROR):
26042         Do not invoke AC_CHECK_FUNCS with strerror_r, as
26043         AC_FUNC_STRERROR_R does that.
26044         Check for strerror declaration.
26045
26046         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
26047         are supposed to have them these days.
26048         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
26049         Merge changes from latest Autoconf CVS.
26050         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
26051         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
26052         POSIX decided to standardize on the int flavor of strerror_r.
26053
26054 2001-10-20  Paul Eggert  <eggert@twinsun.com>
26055
26056         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
26057         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
26058         Use strerror_r that is only a macro, even if it is not a function.
26059         (strerror): Check for HAVE_DECL_STRERROR before declaring.
26060         (private_strerror): Use prototypes, not old-style function definition.
26061         (print_errno_message): New function.
26062         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
26063         char*-flavored one.
26064         (error_tail, error, error_at_line): Use it.
26065
26066 2001-10-11  Jim Meyering  <meyering@lucent.com>
26067
26068         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
26069         and quote_n (1, ... to avoid clobbering a buffer.
26070
26071 2001-10-05  Jim Meyering  <meyering@lucent.com>
26072
26073         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
26074         hash-pjw.h.
26075         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
26076         * lib/hash-pjw.h: New file.
26077
26078 2001-09-30  Jim Meyering  <meyering@lucent.com>
26079
26080         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
26081         `struct fsstat' has the `f_fstypename' member.
26082         Use that to define FS_TYPE, which is now used to make
26083         the getfsstat link test tighter.
26084
26085 2001-09-30  Jim Meyering  <meyering@lucent.com>
26086
26087         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
26088         Include <sys/ucred.h>, for Apple Darwin.
26089         Include sys/mount.h and sys/fs_types.h only if available.
26090         (FS_TYPE): Define.
26091         (read_filesystem_list): Use FS_TYPE.
26092
26093 2001-09-29  Paul Eggert  <eggert@twinsun.com>
26094
26095         * lib/exclude.c (excluded_filename): 0 -> false, since it's
26096         a boolean context.
26097
26098 2001-09-29  Jim Meyering  <meyering@lucent.com>
26099
26100         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
26101         [one-argument getmntent function]): Include stdio.h before mntent.h.
26102         SunOS 4.1.x needs it for the declaration of `FILE'.
26103         Patch by Volker Borchert.
26104
26105         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
26106         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
26107         sys/fs_types.h, and make the link-test for getfsstat guard #include
26108         directives with appropriate #if HAVE_*_H tests so that we can
26109         detect getfsstat on Apple Darwin1.3.7 systems.
26110         Reported by Nelson Beebe.
26111         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
26112
26113 2001-09-28  Paul Eggert  <eggert@twinsun.com>
26114
26115         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
26116         #defines strtoimax.  Also treat the other strto* functions
26117         like strtoimax.
26118
26119         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26120         Check for strtoul and strtoumax,
26121         as those declarations are made even in the signed case.
26122         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
26123         Likewise, for strtol and strtoimax.
26124
26125 2001-09-28  Paul Eggert  <eggert@twinsun.com>
26126
26127         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
26128         #defines strtoimax.  Also treat the other strto* functions
26129         like strtoimax.
26130
26131         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
26132         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
26133         (strtoimax, strtoumax): Do not declare if already defined as a macro.
26134
26135 2001-09-26  Jim Meyering  <meyering@lucent.com>
26136
26137         Most macros in unlocked-io.h had the wrong number of arguments.
26138         * lib/gen-uio: New script.
26139         (USE_UNLOCKED_IO): Define to 1 if not already defined.
26140         * lib/unlocked-io.hin: Remove file.
26141         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
26142         rather than trying to embed it here.
26143         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
26144         Reported by Padraig Brady.
26145
26146 2001-09-25  Volker Borchert  <bt@teknon.de>
26147
26148         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
26149         `result'.
26150
26151 2001-09-24  Jim Meyering  <meyering@lucent.com>
26152
26153         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
26154
26155 2001-09-23  Jim Meyering  <meyering@lucent.com>
26156
26157         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
26158         instead of the mere test for existence of mntent.h.  The latter
26159         would get a false-positive on AIX 3.4 systems.
26160         In the outer getmntent if-block, don't die if neither of the getmntent
26161         tests succeeds.  Instead, just fall through and continue with the
26162         remaining tests.
26163
26164 2001-09-23  Jim Meyering  <meyering@lucent.com>
26165
26166         * lib/mountlist.c: Remove useless parentheses in #if directives.
26167         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
26168         the deprecated MOUNTED symbol is no longer defined in mntent.h.
26169
26170 2001-09-22  Jim Meyering  <meyering@lucent.com>
26171
26172         * m4/gettext.m4: New file.  From gettext.
26173         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
26174         * m4/progtest.m4: Likewise
26175         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
26176         * m4/glibc21.m4: Likewise.
26177
26178         * m4/libintl.m4: Remove.  No longer used.
26179
26180 2001-09-22  Jim Meyering  <meyering@lucent.com>
26181
26182         * lib/localcharset.c: Update from latest gettext.
26183         * lib/config.charset: Likewise.
26184
26185 2001-09-20  Jim Meyering  <meyering@lucent.com>
26186
26187         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
26188         strtoimax.
26189         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
26190         strtoumax.
26191
26192 2001-09-20  Jim Meyering  <meyering@lucent.com>
26193
26194         * lib/xstrtol.c (strtoimax): Guard declaration with
26195         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
26196         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
26197         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
26198         (strtoumax): Likewise, for completeness (it wasn't necessary).
26199
26200 2001-09-17  Paul Eggert  <eggert@twinsun.com>
26201
26202         * lib/strtoimax.c (HAVE_LONG_LONG):
26203         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
26204         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
26205         to work around bug in IBM C compiler.
26206
26207 2001-09-17  Jim Meyering  <meyering@lucent.com>
26208
26209         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
26210         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
26211         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
26212         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
26213         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
26214         whenever the right hand side need not be expanded by the shell.
26215
26216 2001-09-16  Paul Eggert  <eggert@twinsun.com>
26217
26218         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
26219         library.  It's not correct, as some older glibcs are buggy.
26220         fnmatch wasn't fixed until glibc 2.2.
26221
26222         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
26223         special shell magic here.
26224
26225 2001-09-16  Jim Meyering  <meyering@lucent.com>
26226
26227         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
26228         * m4/jm-macros.m4: Require it.
26229
26230 2001-09-16  Jim Meyering  <meyering@lucent.com>
26231
26232         * lib/mkdir.c: New file.
26233
26234 2001-09-15  Jim Meyering  <meyering@lucent.com>
26235
26236         * m4/jm-macros.m4: Check for help2man.
26237
26238 2001-09-11  Jim Meyering  <meyering@lucent.com>
26239
26240         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
26241         The body, by Paul Eggert, was moved here from configure.in.
26242         * m4/jm-macros.m4: Require UTILS_HOST_OS.
26243
26244 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26245
26246         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
26247         (jm_PREREQ): Use it.
26248
26249 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26250
26251         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
26252         Use ssize_t, not int, to store result of readlink.
26253         Check for ssize_t overflow as well as size_t overflow,
26254         as POSIX says the result of readlink is implementation-defined
26255         when ssize_t overflows.
26256         Remove unnecessary cast to char*.
26257         Use free+malloc instead of realloc, as the storage doesn't need
26258         to be preserved and it's clearer and can be more efficient that way.
26259         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
26260         * lib/xreadlink.h (xreadlink): Update prototype.
26261
26262 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26263
26264         * lib/xgetcwd.c: Revert some of the previous change; intead,
26265         fix the HAVE_GETCWD_NULL code to behave more like the
26266         !HAVE_GETCWD_NULL code used to.
26267
26268         Include "xalloc.h".
26269         (xgetcwd): Do not return NULL when memory is exhausted; instead,
26270         invoke xalloc_die.
26271
26272 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26273
26274         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
26275         sys/param.h, as pathmax.h includes them.
26276
26277 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26278
26279         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
26280         (jm_PREREQ_XGETCWD): New macro.
26281
26282         * m4/getcwd.m4: New file.
26283
26284 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26285
26286         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
26287         like the HAVE_GETCWD_NULL code.
26288         Include pathmax.h if not HAVE_GETCWD.
26289         Do not include xalloc.h.
26290         (INITIAL_BUFFER_SIZE): New symbol.
26291         Do not use xmalloc / xrealloc, since the caller is responsible for
26292         handling errors.  Preserve errno around `free' during failure.
26293         Do not overrun buffer when using getwd.
26294
26295 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26296
26297         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
26298         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
26299         getcwd (NULL, 0).
26300
26301 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26302
26303         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
26304         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
26305         spotted by Jim Meyering.
26306
26307 2001-09-03  Jim Meyering  <meyering@lucent.com>
26308
26309         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
26310         failure.
26311
26312 2001-09-02  Jim Meyering  <meyering@lucent.com>
26313
26314         * lib/error.c: Update from GNU libc.
26315
26316 2001-09-01  Jim Meyering  <meyering@lucent.com>
26317
26318         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
26319         Used by df.
26320
26321 2001-09-01  Jim Meyering  <meyering@lucent.com>
26322
26323         * lib/xreadlink.c: New file.
26324         * lib/xreadlink.h: New file.
26325         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
26326         xreadlink.h.
26327
26328         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
26329         doesn't conflict with sparc Solaris 7's definition in
26330         /usr/include/sys/int_types.h.
26331
26332         * lib/exclude.c: Use `""', not `<>' to #include non-system header
26333         files.
26334         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
26335         and strncasecmp as r-values.  Unixware didn't have declarations.
26336
26337 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26338
26339         * lib/xstrtol.h: Add copyright notice.
26340         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
26341         LONGINT_INVALID_SUFFIX_CHAR.
26342
26343 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26344
26345         * lib/xstrtol.c (strtoimax): New decl.
26346
26347 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26348
26349         * lib/xgetcwd.c: Don't include pathmax.h.
26350         Include stdlib.h and unistd.h if available.
26351         Include xalloc.h.
26352         (xmalloc, xstrdup, free): Remove decls.
26353         (xgetcwd): Don't assume sizes fit in unsigned.
26354         Check for overflow when computing sizes.
26355         Simplify reallocation code.
26356
26357 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26358
26359         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
26360         a directory's st_size can have an arbitrary value, so the old
26361         usage could waste an arbitrary amount of memory.  All uses
26362         changed.
26363         * lib/savedir.h: Update prototype.
26364
26365 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26366
26367         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
26368
26369         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
26370         old strtoimax.c.
26371
26372         Also, make the following further changes to make this file's
26373         configuration more similar to that of strtol.c:
26374         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
26375         (strtoumax, uintmax_t, strtoull, strtol): Remove.
26376         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
26377         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
26378         changed to signed values.
26379
26380         And make the following changes as well:
26381         Fix copyright notice, as 1999 was missing.
26382         (verify): New macro.
26383         (strtoimax): Check sizes at compile-time, not run-time.
26384         Prefer strtol to strtoll if both work.
26385         (main): Remove; it was not that useful and was a pain to maintain.
26386
26387         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
26388
26389 2001-08-31  Jim Meyering  <meyering@lucent.com>
26390
26391         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
26392         Use an initial, malloc'd, buffer of length 128 rather than
26393         a statically allocated one of length 1024.
26394
26395 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26396
26397         Simplify code, partly by assuming autoconf 2.52 semantics.
26398
26399         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
26400
26401         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
26402         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
26403         All uses removed.
26404         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
26405         Move AC_REQUIRE to next-to-top level, to avoid confusion.
26406         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
26407         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
26408         jm_AC_HEADER_INTTYPES_H.
26409         * m4/jm-macros.m4 (jm_MACROS): Likewise.
26410
26411         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
26412
26413         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26414         Quote first arg of AC_DEFUN.
26415         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
26416         since they are needed to parse the include file even if we need
26417         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
26418         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
26419         but with opposite signedness.
26420
26421 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26422
26423         Merge 'exclude' changes from tar 1.13.22.
26424         This fixes one or two unlikely storage allocation overflow bugs,
26425         but doesn't change user-visible behavior otherwise.
26426
26427 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26428
26429         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
26430         (jm_PREREQ_EXCLUDE): New macro.
26431
26432 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26433
26434         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
26435         tm to be declared.
26436
26437 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26438
26439         * lib/hash.c: Remove '2001' from copyright notice.
26440
26441 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26442
26443         * lib/full-write.h: New file.
26444         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
26445         * lib/full-write.c: Correct credits, as cccp.c no longer
26446         exists and anyway it was so heavily changed from the old cccp
26447         code as to be unrecognizable.  Include full-write.h.
26448         (full_write) Return size_t, with short writes meaning failure.
26449         All callers changed.  This fixes a bug with large buffers
26450         on 64-bit hosts.
26451         * lib/utime.c: Include full-write.h.
26452
26453 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26454
26455         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
26456         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
26457         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
26458         Include if available.
26459         (<xalloc.h>): Include
26460         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
26461         (verify): New macro.  Use it to verify that EXCLUDE macros do not
26462         collide with FNM macros.
26463         (struct patopts): New struct.
26464         (struct exclude): Use it, as exclude patterns now come with options.
26465         (new_exclude): Support above changes.
26466         (new_exclude, add_exclude_file):
26467         Initial size must now be a power of two to simplify overflow checking.
26468         (free_exclude, fnmatch_no_wildcards): New function.
26469         (excluded_filename): No longer requires options arg, as the options
26470         are determined by add_exclude.  Now returns bool, not int.
26471         (excluded_filename, add_exclude):
26472         Add support for the fancy new exclusion options.
26473         (add_exclude, add_exclude_file): Now takes int options arg.
26474         Check for arithmetic overflow when computing sizes.
26475         (add_exclude_file): xrealloc might modify errno, so don't
26476         realloc until after errno might be used.
26477
26478         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
26479         New macros.
26480         (free_exclude): New decl.
26481         (add_exclude, add_exclude_file): Now takes int options arg.
26482         (excluded_filename): No longer requires options arg, as the options
26483         are determined by add_exclude.  Now returns bool, not int.
26484
26485 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26486
26487         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
26488
26489 2001-08-27  Jim Meyering  <meyering@lucent.com>
26490
26491         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
26492
26493         * lib/version-etc.c (N_): Remove definition.
26494         Revert most of last change.
26495         Instead, simply don't mark the `Copyright...' string for translation.
26496         Based on advice from Paul Eggert.
26497
26498         * lib/strtoxmax.c: Tweak comment.
26499
26500 2001-08-26  Jim Meyering  <meyering@lucent.com>
26501
26502         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
26503
26504         * m4/xstrtoimax.m4: New file.
26505         * m4/xstrtoumax.m4: Add comments explaining why we
26506         AC_REPLACE_FUNCS(strtol).
26507
26508 2001-08-26  Jim Meyering  <meyering@lucent.com>
26509
26510         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
26511         of copyright with `%s' so translators don't get an untranslated
26512         message in 2002.
26513         (COPYRIGHT_YEAR): Define.
26514         (version_etc): Use fprintf rather than fputs.
26515         Suggestion from Ulrich Drepper.
26516
26517         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
26518
26519         * lib/strtoll.c: New file, from GNU libc.
26520         * lib/xstrtoimax.c: New file.
26521
26522         * lib/xstrtol.h: Add xstrtoimax.
26523         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
26524         * lib/strtoimax.c: New file.  Likewise, but first define
26525         STRTOUXMAX_SIGNED.
26526
26527         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
26528         ...
26529         * lib/strtoxmax.c: ... then renamed to this.
26530
26531 2001-08-18  Paul Eggert  <eggert@twinsun.com>
26532
26533         * m4/inttypes.m4: Add AC_PREREQ(2.13).
26534         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
26535         (jm_AC_TYPE_INTMAX_T): New macro.
26536         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
26537
26538         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
26539
26540         * m4/longlong.m4: Renamed from ulonglong.m4.
26541         * m4/inttypes.m4: Renamed from inttypes_h.m4.
26542         * m4/uintmax_t.m4: Removed.
26543
26544 2001-08-13  Paul Eggert  <eggert@twinsun.com>
26545
26546         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
26547         Port to Solaris 8, where 'sed' requires a space after the 'r'
26548         command, and where sh dislikes "$/".  Clean up the spacing a bit.
26549         Redirect output to $tmp just once.
26550
26551 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
26552
26553         * lib/addext.c (<errno.h>): Include.
26554         (errno): Declare if not defined.
26555         (addext): Work correctly when pathconf returns -1 and leaves
26556         errno alone because there is no limit.  Also, work even if
26557         pathconf returns a value greater than SIZE_MAX.
26558
26559 2001-08-12  Jim Meyering  <meyering@lucent.com>
26560
26561         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
26562         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
26563         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
26564         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
26565         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
26566         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
26567         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
26568         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
26569         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
26570         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
26571         utime.m4, utimes.m4, xstrtoumax.m4:
26572         Quote the first argument in each use of AC_DEFUN.
26573
26574 2001-08-12  Jim Meyering  <meyering@lucent.com>
26575
26576         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
26577         Simply `return getcwd (NULL, 0);'.
26578         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
26579         Use 1300 as initial value for length, not PATH_MAX.
26580
26581         * lib/pathmax.h: Clean up cpp syntax.
26582
26583 2001-08-12  Jim Meyering  <meyering@lucent.com>
26584
26585         * lib/gettimeofday.c: New file.
26586         * lib/gtod.h: New file.
26587         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
26588
26589 2001-08-05  Jim Meyering  <meyering@lucent.com>
26590
26591         * m4/jm-macros.m4: Require autoconf-2.52.
26592
26593 2001-08-04  Jim Meyering  <meyering@lucent.com>
26594
26595         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
26596         stmt, to get in sync with glibc.
26597
26598 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26599
26600         The following changes are from gettext 0.10.39 as maintained by
26601         Bruno Haible.
26602
26603         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
26604         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
26605         with inverted sense.  All uses changed.
26606
26607         * lib/mbswidth.c: Don't include <limits.h>.
26608         Include <stdlib.h> and <string.h> unconditionally.
26609         (iswcntrl, mbsinit, ISCNTRL): New macros.
26610         (mbsnwidth): Use K&R style function declarations.
26611         Don't bother checking for MB_LEN_MAX == 1, since the compiler
26612         can optimize it when MB_CUR_MAX == 1.
26613         The width of control characters is zero, not 1.
26614
26615 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26616
26617         The following changes are from gettext 0.10.39 as maintained by
26618         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
26619
26620         * m4/codeset.m4: Upgrade to serial AM1.
26621         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
26622         all uses changed.  Quote first arg of AC_DEFUN.
26623         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
26624
26625         * m4/iconv.m4: Upgrade to serial AM2.
26626         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
26627         Add --with-libconv-prefix.
26628         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
26629         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
26630         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
26631         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
26632         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
26633
26634         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
26635         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
26636         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
26637         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
26638         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
26639         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
26640         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
26641         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
26642         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
26643
26644         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
26645         string.h any more.
26646
26647         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
26648         not the default value.
26649
26650         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
26651         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
26652         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
26653         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
26654         Also check for iswcntrl, used for wcwidth fallback.
26655         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
26656         to Autoconf 2.13.
26657
26658 2001-08-03  Jim Meyering  <meyering@lucent.com>
26659
26660         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
26661         as it was in the original.  Reported by Paul Eggert.
26662
26663 2001-07-16  Jim Meyering  <meyering@lucent.com>
26664
26665         * m4/gettimeofday.m4: New file.
26666         Prompted by a report from Bernhard Baehr.
26667
26668 2001-07-15  Jim Meyering  <meyering@lucent.com>
26669
26670         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
26671         stuff. Now it's in ../Makefile.cfg.
26672
26673 2001-07-15  Jim Meyering  <meyering@lucent.com>
26674
26675         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
26676         (BUILT_SOURCES): Add unlocked-io.h.
26677         (io_functions): Define.
26678         (unlocked-io.h): New rule.
26679         (DISTCLEANFILES): Add unlocked-io.h.
26680         (all-local): Depend on unlocked-io.h, to ensure it is created.
26681
26682         * lib/unlocked-io.hin: New file
26683
26684         * lib/regex.c: Update from glibc.
26685
26686 2001-07-05  Jim Meyering  <meyering@lucent.com>
26687
26688         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
26689         recommendation.
26690         (libfetish_a_SOURCES): Put all .h files here instead.
26691         Remove a thus-exposed (better checks in automake) duplicate and
26692         two unnecessary .h files.
26693
26694 2001-07-04  Jim Meyering  <meyering@lucent.com>
26695
26696         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
26697         that generates jm-glibc-io.m4 so that it doesn't trigger any make
26698         distcheck failure.
26699
26700 2001-07-02  Jim Meyering  <meyering@lucent.com>
26701
26702         The following changes were prompted by suggestions from Bruno Haible.
26703
26704         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
26705         is now generated.
26706         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
26707         definition of EXTRA_DIST.
26708         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
26709         ensure that the generated file is created/updated whenever the list
26710         of $(unlocked_functions) is changed.
26711         (jm-glibc-io.m4): New rule.
26712         (unlocked-io.h): New rule -- currently unused.
26713
26714 2001-06-24  Jim Meyering  <meyering@lucent.com>
26715
26716         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
26717         unmatched right bracket, rather than kludging it with an extra,
26718         falsely-matching quote in a comment.  Patch by Akim Demaille.
26719
26720 2001-06-11  Jim Meyering  <meyering@lucent.com>
26721
26722         * lib/regex.c: Update from GNU libc.
26723
26724 2001-05-27  Jim Meyering  <meyering@lucent.com>
26725
26726         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
26727         Check for ut_type in struct utmp.
26728
26729 2001-05-27  Jim Meyering  <meyering@lucent.com>
26730
26731         * lib/readutmp.h (UT_TYPE): Define.
26732
26733 2001-05-24  Jim Meyering  <meyering@lucent.com>
26734
26735         * lib/argmatch.c: Include "quote.h".
26736         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
26737         quote function.  Reported by Göran Uddeborg.
26738
26739 2001-05-22  Jim Meyering  <meyering@lucent.com>
26740
26741         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
26742         now that we use the package-supplied version unconditionally.
26743         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
26744
26745 2001-05-21  Jim Meyering  <meyering@lucent.com>
26746
26747         * m4/regex.m4: Change a couple backticks to single quotes to avoid
26748         shell syntax errors.
26749
26750 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26751
26752         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
26753
26754 2001-05-20  Paul Eggert  <eggert@twinsun.com>
26755
26756         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
26757         Don't bother to check library strftime, since
26758         we'll be using our own my_strftime function anyway.
26759         Define my_strftime instead of strftime.
26760
26761 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
26762
26763         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
26764         which is not yet declared.
26765
26766 2001-05-15  Jim Meyering  <meyering@lucent.com>
26767
26768         * m4/regex.m4: Use proper quoting so brackets appear in the test
26769         program.
26770         Reported by, and with help from, Bruno Haible.
26771
26772 2001-05-13  Jim Meyering  <meyering@lucent.com>
26773
26774         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
26775         undefined.
26776
26777 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26778
26779         dirname code cleanup.  base_name now behaves more compatibly
26780         with POSIX basename when given file names that have trailing
26781         slashes, and similarly for dir_name.  Add new primitives
26782         base_len and dir_len.  Put the directory-name-related decls
26783         into dirname.h.
26784
26785         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
26786         * lib/backupfile.c (base_name): Likewise.
26787         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
26788         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
26789         * lib/makepath.c (strip_trailing_slashes): Likewise.
26790         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
26791         ISSLASH): Likewise.
26792         * lib/rename.c (strip_trailing_slashes): Likewise.
26793         * lib/same.c (base_name): Likewise.
26794         * lib/stripslash.c (ISSLASH): Likewise.
26795
26796         * lib/addext.c: Include <dirname.h> after size_t is defined.
26797         * lib/backupfile.c: Likewise.
26798
26799         * lib/addext.c (addext): Use base_len to trim redundant
26800         trailing slashes instead of doing it ourselves.
26801         But do not trim the last slash if it is not redundant.
26802
26803         * lib/backupfile.c (find_backup_file_name,
26804         max_backup_version): Use base_len instead of rolling it ourselves.
26805         Handle the case of "" and (on DOS) "C:" correctly.
26806
26807         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
26808         needed. Include <string.h>, <dirname.h>.
26809         (base_name): Allow file names ending in slashes, other than names
26810         that are all slashes.  In this case, return the basename followed
26811         by the slashes.  This is more general, and can be used in places
26812         where the original base_name purposely had an assertion failure.
26813         (base_len): New function.
26814
26815         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
26816         Do not include <assert.h>; no longer needed.
26817         Include xalloc.h.
26818         (memrchr): Remove decl.
26819         (dir_name_r): Remove.
26820         (dir_len): Renamed from dirlen.  All callers changed.
26821         Rewrite in terms of base_name, for simplicity and consistency.
26822         (dir_name): Never return NULL.  All callers changed.
26823         Do not include <stdlib.h> in test program; no longer needed.
26824         return 0; is fine for test program.
26825
26826         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
26827         New macros.
26828         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
26829
26830         * lib/path-concat.c (path_concat): Use base_len to compute
26831         base length, not strlen; this means we cannot rely on memcpy
26832         to null-terminate.
26833
26834         * lib/same.c (STREQ): Remove.
26835         (same_name): Handle the case where the basename ends in trailing '/'.
26836
26837         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
26838         a slash was stripped.  Do not strip the last slash after a
26839         file system prefix.
26840
26841 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26842
26843         * lib/Makefile.am (libfetish_a_SOURCES):
26844         Add strftime.c, since we now compile it on all hosts.
26845
26846         * lib/strftime.c (my_strftime):
26847         Define to nstrftime if emacs, but only if my_strftime is not defined.
26848         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
26849         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
26850         Add one more extra argument: a nanoseconds value.
26851         All uses changed.
26852         (ns): New macro.
26853         (my_strftime function): Add %N format.
26854         (emacs_strftimeu): Renamed from emacs_strftime,
26855         with extra ut argument.
26856
26857 2001-05-09  Paul Eggert  <eggert@twinsun.com>
26858
26859         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
26860
26861 2001-04-21  Jim Meyering  <meyering@lucent.com>
26862
26863         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
26864         doesn't interfere.
26865
26866 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26867
26868         * m4/ftruncate.m4: Check for chsize.
26869         Link with ftruncate.o unconditionally if ftruncate is missing.
26870         This was required when cross-compiling to i586-mingw32msvc.
26871
26872 2001-04-08  Jim Meyering  <meyering@lucent.com>
26873
26874         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
26875         recomputed; that's necessary when the offset spans a DST transition.
26876         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
26877
26878 2001-04-02  Jim Meyering  <meyering@lucent.com>
26879
26880         * lib/regex.h, regex.c: Update from GNU libc.
26881
26882 2001-03-24  Jim Meyering  <meyering@lucent.com>
26883
26884         * m4/jm-macros.m4: Require autoconf-2.49d.
26885
26886 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
26887
26888         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
26889
26890 2001-03-19  Paul Eggert  <eggert@twinsun.com>
26891
26892         * lib/version-etc.c (version_etc_copyright): Update to 2001.
26893
26894 2001-03-17  Jim Meyering  <meyering@lucent.com>
26895
26896         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
26897         now that the version in autoconf is equivalent.
26898         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
26899
26900         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
26901         Suggestion from Akim Demaille.
26902
26903         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
26904         (jm_PREREQ_TEMPNAME): New function.
26905
26906 2001-03-16  Paul Eggert  <eggert@twinsun.com>
26907
26908         * lib/tempname.c (uint64_t): Define to uintmax_t if
26909         not defined, and if UINT64_MAX is not defined.
26910         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
26911         Reported by John David Anglin.
26912
26913 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
26914
26915         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
26916         resolve alias if codeset is empty.
26917         * lib/config.charset (BeOS): Use wildcard syntax.
26918
26919 2001-03-13  Jim Meyering  <meyering@lucent.com>
26920
26921         * lib/path-concat.c (path_concat)
26922         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
26923         concatenating e.g., `C:' and `foo'.
26924         From Bruno Haible.
26925
26926 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26927
26928         * lib/localcharset.c (locale_charset): Don't use
26929         setlocale(LC_CTYPE,NULL). Don't return NULL.
26930         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
26931
26932 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26933
26934         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
26935         support for DOS/DJGPP.
26936
26937 2001-03-01  Paul Eggert  <eggert@twinsun.com>
26938
26939         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
26940         lacks mkstemp.  Compile our own tempname.c if we compile our own
26941         mkstemp.c, as mkstemp relies on tempname.
26942
26943 2001-03-01  Jim Meyering  <meyering@lucent.com>
26944
26945         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
26946         AH_VERBATIM really does output its argument verbatim.
26947
26948 2001-02-28  Paul Eggert  <eggert@twinsun.com>
26949
26950         * lib/Makefile.am (libfetish_a_SOURCES):
26951         Add dup-safer.c, fopen-safer.c.
26952         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
26953
26954         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
26955         * lib/unistd-safer.h: New files.
26956
26957 2001-02-25  Paul Eggert  <eggert@twinsun.com>
26958
26959         The mkstemp replacement is taken from glibc 2.2.2, with some
26960         portability fixes for use outside glibc, as follows:
26961
26962         * lib/tempname.c (struct_stat64): New macro.
26963         (direxists, __gen_tempname): Use it.
26964         This avoids a portability problem with Solaris 8.
26965
26966         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
26967         (<stddef.h>, <stdint.h>, <string.h>):
26968         Include only if STDC_HEADERS || _LIBC.
26969         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
26970         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
26971         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
26972         (__set_errno): Define this macro if <errno.h> doesn't.
26973         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
26974         Define these macros if <stdio.h> doesn't.
26975         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
26976         Define these macros if <sys/stat.h>
26977         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
26978         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
26979         __xstat64): Define if not _LIBC.
26980         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
26981         (__gen_tempname): Invoke gettimeofday only if
26982         HAVE_GETTIMEOFDAY || _LIBC;
26983         otherwise, fall back on plain "time".
26984         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
26985
26986         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
26987
26988         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
26989
26990 2001-02-18  Paul Eggert  <eggert@twinsun.com>
26991
26992         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
26993
26994 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26995
26996         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
26997         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
26998         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
26999         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
27000
27001 2001-02-17  Paul Eggert  <eggert@twinsun.com>
27002
27003         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
27004         Remove workaround macros for hosts that have mbrtowc but not
27005         mbstate_t, as we now insist on proper declarations for both
27006         before using mbrtowc.
27007
27008 2001-02-17  Jim Meyering  <meyering@lucent.com>
27009
27010         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
27011         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
27012         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
27013         UnixWare 7.1.1.
27014
27015         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
27016         rather than AC_CACHE_VAL.
27017
27018 2001-02-17  Jim Meyering  <meyering@lucent.com>
27019
27020         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
27021         around included file name.
27022
27023         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
27024
27025         * lib/strftime.c: Update from GNU libc (the only changes were to
27026         comments).
27027
27028 2001-02-17  Jim Meyering  <meyering@lucent.com>
27029
27030         * lib/regex.c: Update from libc.
27031
27032 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
27033
27034         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
27035         clash.
27036
27037 2001-02-16  Paul Eggert  <eggert@twinsun.com>
27038
27039         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
27040         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
27041         Reported by Mark Hounschell via Paul Eggert.
27042
27043 2001-02-07  Jim Meyering  <meyering@lucent.com>
27044
27045         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
27046
27047 2001-02-05  Jim Meyering  <meyering@lucent.com>
27048
27049         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
27050         it includes the patch required for `large file' support with at least
27051         HP-UX's 10.20 /bin/cc.
27052
27053 2001-02-03  Jim Meyering  <meyering@lucent.com>
27054
27055         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
27056         AS_IF, now that it works once again (mysteriously).
27057         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
27058
27059 2001-01-30  Jim Meyering  <meyering@lucent.com>
27060
27061         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
27062         * m4/chown.m4: Rename conftestchown to conftest.chown.
27063         * m4/rename.m4: s/conftestdir/conftest.d1/ and
27064         s/conftestdir2/conftest.d2/.
27065         * m4/utimes.m4: s/conftestdata/conftest.data/
27066         Inspired by Pavel Roskin's change in autoconf.
27067
27068 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
27069
27070         * lib/config.charset: Update for FreeBSD 4.2.
27071
27072 2001-01-27  Jim Meyering  <meyering@lucent.com>
27073
27074         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
27075         a use of AS_IF.
27076         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
27077
27078 2001-01-26  Jim Meyering  <meyering@lucent.com>
27079
27080         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
27081         quotearg.c includes it.
27082
27083 2001-01-26  Jim Meyering  <meyering@lucent.com>
27084
27085         * lib/quotearg.c: Include stddef.h.
27086         * lib/quote.c: Include stddef.h.
27087         Reported by Axel Kittenberger.
27088
27089         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
27090         line in double quotes so that it evokes a better diagnostic.
27091         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
27092         Reported by Axel Kittenberger.
27093
27094 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
27095
27096         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
27097         as if it was a `charset'.
27098
27099 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
27100
27101         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
27102         has const.
27103
27104 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
27105
27106         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
27107         to avoid a warning.  Add back 'const' to inptr.
27108
27109 2001-01-20  Jim Meyering  <meyering@lucent.com>
27110
27111         Be sure that headers are checked before used in code compiled
27112         for the type checks.
27113         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
27114         In place of that, invoke jm_CHECK_ALL_TYPES.
27115         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
27116         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
27117         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
27118         The check for ssize_t was mistakenly run before the test for unistd.h.
27119
27120         The configure-time check for stdbool.h was missing.
27121         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
27122         (jm_PREREQ_HASH): New function.
27123
27124 2001-01-17  Jim Meyering  <meyering@lucent.com>
27125
27126         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
27127         for autoconf-2.49c.
27128         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
27129
27130 2001-01-16  Jim Meyering  <meyering@lucent.com>
27131
27132         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
27133         From Bruno Haible.
27134
27135 2001-01-14  Jim Meyering  <meyering@lucent.com>
27136
27137         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
27138         foo and bar.  Create conftestdir/ in the script, not in the C code.
27139         Remove directories in the script, not in the C code.
27140         Remove conftestdir{,2} before trying to create the directory.
27141         Make the entire configure script fail if the mkdir fails.
27142
27143 2001-01-14  Jim Meyering  <meyering@lucent.com>
27144
27145         * lib/rename.c: New file.  From Volker Borchert.
27146         Include stdlib.h, string.h or strings.h, and xalloc.h.
27147         Use strip_trailing_slashes rather than open-coding it.
27148
27149 2001-01-03  Paul Eggert  <eggert@twinsun.com>
27150
27151         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
27152
27153 2001-01-03  Jim Meyering  <meyering@lucent.com>
27154
27155         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
27156         of local `inptr' to avoid warning with some system declarations of
27157         iconv.
27158
27159 2001-01-02  Volker Borchert  <bt@teknon.de>
27160
27161         * m4/rename.m4: New file.
27162         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
27163
27164 2001-01-01  Jim Meyering  <meyering@lucent.com>
27165
27166         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
27167         even on systems with utmpx.h.  It's necessary for the declaration of
27168         utmp's ut_user member.  Reported by Andreas Jaeger.
27169
27170         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
27171         available. They are required for the declarations of getgrgid and
27172         getpwuid resp.
27173         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
27174         Reported by Andreas Jaeger.
27175
27176 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
27177
27178         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
27179         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
27180         so `make install' also works in VPATH builds.
27181
27182 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
27183
27184         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
27185         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
27186         can be used in subdirectories.
27187
27188 2000-12-29  Paul Eggert  <eggert@twinsun.com>
27189
27190         * lib/modechange.c: Do not assume that mode_t uses the
27191         traditional octal encoding.  E.g. "chmod 1 FOO" should set
27192         the other-execute bit of FOO even if S_IXOTH != 1.
27193
27194         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
27195         WOTH, XOTH, ALLM): New macros.
27196         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
27197          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
27198         Use them.
27199         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
27200         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
27201         (mode_compile):
27202         No need to use uintmax_t; unsigned long is long enough.
27203         Don't bother to get suffix since we don't use it.
27204
27205 2000-12-26  Jim Meyering  <meyering@lucent.com>
27206
27207         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
27208         better with autoheader.
27209
27210 2000-12-24  Jim Meyering  <meyering@lucent.com>
27211
27212         * lib/hash.c (is_prime): Return explicit boolean values.
27213         (hash_get_first): Return NULL to appease Irix5.6's 89.
27214         Reported by Nelson Beebe.
27215
27216 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
27217
27218         * lib/localcharset.c (locale_charset): Add support for Win32.
27219
27220 2000-12-18  Paul Eggert  <eggert@twinsun.com>
27221
27222         * lib/physmem.h, lib/physmem.c: New files.
27223
27224         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
27225         (noinst_HEADERS): Add physmem.h.
27226
27227         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
27228         't' for compatibility with Solaris 8 sort.
27229
27230 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
27231
27232         * lib/config.charset: Add support for BeOS.
27233
27234 2000-12-17  Jim Meyering  <meyering@lucent.com>
27235
27236         * m4/dos.m4 (jm_AC_DOS): New file and macro.
27237         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
27238
27239 2000-12-16  Jim Meyering  <meyering@lucent.com>
27240
27241         This bug had a serious impact on chown: `chown N:M FILE' (for integer
27242         N and M) would have treated it like `chown N:N FILE'.
27243
27244         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
27245
27246 2000-12-16  Jim Meyering  <meyering@lucent.com>
27247
27248         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
27249         SHELLS_FILE to a file name that's useful on djgpp systems.
27250         Include stdlib.h.
27251         (ADDITIONAL_DEFAULT_SHELLS): Define.
27252         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
27253         Based mostly on a patch from Prashant TR.
27254
27255 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
27256
27257         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
27258         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
27259         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
27260
27261 2000-12-08  Andreas Schwab  <schwab@suse.de>
27262
27263         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
27264         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
27265
27266 2000-12-07  Jim Meyering  <meyering@lucent.com>
27267
27268         * lib/stripslash.c (ISSLASH): Define.
27269         (strip_trailing_slashes): Use ISSLASH rather than comparing against
27270         `/'.
27271         From Prashant TR.
27272
27273         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
27274         (dir_name_r): Declare this function as static.
27275         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
27276         manifest itself on a name containing a mix of slashes and
27277         backslashes.
27278         Make this function work with names starting with a DOS-style
27279         drive letter and colon prefix.
27280         (dir_name): Append `.' if necessary.
27281         Based mostly on patches from Prashant TR and Eli Zaretskii.
27282
27283         * lib/dirname.h (dir_name_r): Remove prototype.
27284
27285 2000-12-06  Paul Eggert  <eggert@twinsun.com>
27286
27287         * m4/off_t-format.m4: Remove this file.
27288         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
27289
27290 2000-12-06  Jim Meyering  <meyering@lucent.com>
27291
27292         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
27293         replacement strtoull, we may well need the replacement strtoul, too.
27294         Check for declarations of strtoul and strtoull.
27295         Check for strtol.  Mainly as a cue to cause automake to include
27296         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
27297         Check for limits.h -- strtol.c needs it.
27298
27299 2000-12-05  Jim Meyering  <meyering@lucent.com>
27300
27301         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
27302
27303 2000-12-04  Jim Meyering  <meyering@lucent.com>
27304
27305         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
27306         Also include memory.h, stdlib.h, unistd.h if appropriate.
27307         Reported by Andreas Jaeger (conflicting declaration of malloc).
27308
27309 2000-12-02  Jim Meyering  <meyering@lucent.com>
27310
27311         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
27312         * m4/jm-macros.m4 (jm_MACROS): require it.
27313
27314 2000-12-02  Jim Meyering  <meyering@lucent.com>
27315
27316         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
27317
27318 2000-12-01  Paul Eggert  <eggert@twinsun.com>
27319
27320         * lib/memrchr.c: Include <config.h> before any system include file.
27321
27322 2000-11-30  Jim Meyering  <meyering@lucent.com>
27323
27324         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
27325
27326 2000-11-30  Jim Meyering  <meyering@lucent.com>
27327
27328         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
27329
27330 2000-11-29  Paul Eggert  <eggert@twinsun.com>
27331
27332         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
27333
27334 2000-11-26  Jim Meyering  <meyering@lucent.com>
27335
27336         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
27337
27338 2000-11-22  Paul Eggert  <eggert@twinsun.com>
27339
27340         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
27341         size of (size_t) -1; it's not portable.
27342
27343 2000-11-17  Jim Meyering  <meyering@lucent.com>
27344
27345         * lib/strstr.c: Update from GNU libc.
27346
27347 2000-11-17  Akim Demaille  <akim@epita.fr>
27348
27349         * lib/obstack.h: Formatting changes.
27350         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
27351         prevent type checking.
27352         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
27353         cast the value to (void *): assigning a `foo *' to a `void *'
27354         variable is valid.
27355         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
27356
27357 2000-11-16  Jim Meyering  <meyering@lucent.com>
27358
27359         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
27360
27361 2000-11-11  Jim Meyering  <meyering@lucent.com>
27362
27363         * lib/error.c: Add a couple #includes, merging from GNU libc version.
27364
27365 2000-11-10  Jim Meyering  <meyering@lucent.com>
27366
27367         * lib/obstack.h: Update from GNU libc.
27368         * lib/obstack.c: Likewise.
27369
27370 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
27371
27372         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
27373
27374 2000-11-06  Paul Eggert  <eggert@twinsun.com>
27375
27376         * lib/getusershell.c (setusershell): Use rewind rather than
27377         fseek/fseeko, to avoid configuration hassles with fseeko.
27378         Don't bother opening SHELLS_FILE if shellstream is NULL;
27379         it's not necessary.
27380
27381 2000-11-05  Jim Meyering  <meyering@lucent.com>
27382
27383         * lib/makepath.h (make_dir): Declare.
27384         * lib/makepath.c (make_dir): Remove `static' attribute.
27385         Tweak a comment.
27386
27387 2000-11-04  Jim Meyering  <meyering@lucent.com>
27388
27389         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
27390
27391 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
27392
27393         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
27394         last one in a bucket, advance to the next bucket.
27395
27396 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
27397
27398         * lib/fnmatch.c: Do not comment out all the code if we are using
27399         the GNU C library, because in some cases we are replacing buggy
27400         code in the GNU C library itself.
27401
27402 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
27403
27404         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
27405         (regex_compile): Catch bogus \(\1\).
27406
27407 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27408
27409         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
27410         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
27411         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
27412
27413 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27414
27415         * lib/error.h, getline.h, modechange.h:
27416         Remove "2000" from Copyright line, as the file hasn't been
27417         changed this year other than in the copyright notice.
27418
27419         * lib/xalloc.h: Add "2000" to Copyright line, as this file
27420         was changed this year.
27421
27422 2000-10-29  Jim Meyering  <meyering@lucent.com>
27423
27424         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
27425         renaming.
27426         * m4/ls-mntd-fs.m4: Likewise
27427
27428 2000-10-29  Jim Meyering  <meyering@lucent.com>
27429
27430         * lib/xstat.in: Fix grammar in comment.
27431
27432 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
27433
27434         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
27435         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
27436         doesn't define __restrict_arr.
27437
27438 2000-10-28  Jim Meyering  <meyering@lucent.com>
27439
27440         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
27441         (jm_PREREQ_MEMCHR): New function.
27442
27443 2000-10-28  Jim Meyering  <meyering@lucent.com>
27444
27445         * lib/memchr.c: Update from libc.
27446         Adjust for portability:
27447         [HAVE_STDLIB_H]: Include stdlib.h.
27448         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
27449         Undef __memchr, too.
27450         [!weak_alias]: Define __memchr to memchr.
27451
27452         * lib/regex.c: Update from libc.
27453         * lib/regex.h: Likewise.
27454         * lib/getopt1.c: Likewise.
27455         * lib/memcmp.c: Likewise.
27456
27457         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
27458         Avoid using fseek, when possible -- it's broken by design.
27459         Patch by Ulrich Drepper.
27460
27461 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
27462
27463         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
27464         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
27465         Giving in to popular pressure to shut up the compiler with casts.
27466
27467 2000-10-26  Jim Meyering  <meyering@lucent.com>
27468
27469         * lib/strftime.c: Update from libc.
27470
27471 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
27472
27473         * regex.c: More `unsigned char' -> `re_char' changes.
27474         Also change several `int' into `re_wchar_t'.
27475         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
27476         (PUSH_FAILURE_POINTER): Don't cast any more.
27477         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
27478         We want GCC to complain, since this piece of code makes
27479         re_match non-reentrant, which *should* be fixed.
27480         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
27481         (EXTEND_BUFFER): Use RETALLOC.
27482         (SET_LIST_BIT): Don't cast.
27483         (re_wchar_t): New type.
27484         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
27485         that those two functions will always properly return.
27486         (IMMEDIATE_QUIT_CHECK): Cast to void.
27487         (analyse_first): Use recursion rather than an explicit stack.
27488         (re_compile_fastmap): Can't fail anymore.
27489         (re_search_2): Don't check re_compile_fastmap for failure.
27490         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
27491         Now also sets the new value (passed in a new argument).
27492         (re_match_2_internal): Use it.
27493         Also, use a new var `reg' of type size_t when looping through regs
27494         rather than reuse the inappropriate `mcnt'.
27495
27496 2000-10-25  Jim Meyering  <meyering@lucent.com>
27497
27498         * lib/obstack.c: Update from libc.
27499
27500 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
27501
27502         * regex.c (regex_compile): Change the way of handling a range from
27503         a char less than 256 to a char not less than 256.
27504
27505 2000-10-24  Andrew Innes  <andrewi@gnu.org>
27506
27507         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
27508         NT-Emacs only.
27509         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
27510         so that re_search functions only quit when callers expect them to.
27511
27512 2000-10-23  Jim Meyering  <meyering@lucent.com>
27513
27514         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
27515         wrong.  That set_locale call must not have any side effects.
27516         From Paul Eggert.
27517
27518 2000-10-22  Jim Meyering  <meyering@lucent.com>
27519
27520         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
27521         [CYCLIC]: Remove now-unused definition.
27522
27523         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
27524         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
27525         Suggestion from Ulrich Drepper.
27526
27527 2000-10-21  Jim Meyering  <meyering@lucent.com>
27528
27529         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
27530         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
27531         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
27532
27533 2000-10-21  Jim Meyering  <meyering@lucent.com>
27534
27535         * lib/dirname.c (memrchr): Declare if necessary.
27536         (dir_name): Remove the restriction that there be no
27537         trailing slashes.  Now, this code skips past them, effectively
27538         ignoring them.
27539         [TEST_DIRNAME] (main): New unit tests.
27540
27541         * lib/memrchr.c: New file from GNU libc.
27542         Undef __memrchr, too.
27543         [!weak_alias]: Define __memrchr to memrchr.
27544         Guard weak_alias use with `#ifdef weak_alias'.
27545
27546 2000-10-21  Jim Meyering  <meyering@lucent.com>
27547
27548         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
27549         (dir_name): Use dir_name_r.
27550         * lib/dirname.h (dir_name_r): Declare it.
27551
27552 2000-10-17  Jim Meyering  <meyering@lucent.com>
27553
27554         * lib/quote.h (PARAMS): Define and use.
27555         Reported by Akim Demaille.
27556
27557         * lib/getopt.c: Update from libc.
27558
27559 2000-10-16  Jim Meyering  <meyering@lucent.com>
27560
27561         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
27562         setlocale.
27563         From Jan Fedak.
27564
27565 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
27566
27567         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
27568
27569 2000-09-25  Jim Meyering  <meyering@lucent.com>
27570
27571         * lib/md5.h (rol): Define (from GnuPG).
27572
27573         * lib/sha.c: Give credit (GnuPG) where due.
27574         (M): Use rol rather than open-coding it.
27575         Add a FIXME comment.
27576
27577 2000-09-21  Jim Meyering  <meyering@lucent.com>
27578
27579         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
27580         Reported by Michael Stone.
27581
27582 2000-09-20  Jim Meyering  <meyering@lucent.com>
27583
27584         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
27585         (noinst_HEADERS): Add sha.h.
27586         Based on code from Scott G. Miller and from GnuPG.
27587
27588 2000-09-18  Jim Meyering  <meyering@lucent.com>
27589
27590         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
27591         LIBS. Otherwise, everyone ends up linking with -lelf for some
27592         configurations.
27593         Reported by Mike Stone.
27594
27595 2000-09-15  Jim Meyering  <meyering@lucent.com>
27596
27597         * lib/regex.c: Update from libc.
27598
27599 2000-09-10  Jim Meyering  <meyering@lucent.com>
27600
27601         * lib/getopt.c (_getopt_internal): Update from glibc.
27602
27603 2000-09-09  Jim Meyering  <meyering@lucent.com>
27604
27605         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
27606         think it should be used as a general replacement for isascii.
27607         * lib/fnmatch.c: Likewise.
27608         * lib/mbswidth.c: Likewise
27609         * lib/regex.c: Likewise.
27610
27611         Don't use atoi.
27612         * lib/userspec.c: Include sys/param.h and limits.h.
27613         Include xstrtol.h.
27614         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27615         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
27616         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
27617         UID, GID.  Check range.
27618
27619 2000-09-06  Jim Meyering  <meyering@lucent.com>
27620
27621         * lib/getopt.c (_getopt_internal): Update from glibc.
27622
27623 2000-08-30  Jim Meyering  <meyering@lucent.com>
27624
27625         * lib/strftime.c: Merge in changes from GNU libc.
27626
27627 2000-08-26  Jim Meyering  <meyering@lucent.com>
27628
27629         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
27630         * m4/fpending.m4: New file.
27631
27632 2000-08-26  Jim Meyering  <meyering@lucent.com>
27633
27634         * lib/closeout.c: Include "__fpending.h".
27635         (close_stdout_status): Return right away if there's nothing to flush.
27636
27637         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
27638         * lib/__fpending.c: New file.
27639         * lib/__fpending.h: New file.
27640
27641 2000-08-20  Jim Meyering  <meyering@lucent.com>
27642
27643         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
27644         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
27645         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
27646
27647 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
27648
27649         Improve fileutils installation on systems where running
27650         programs (like install) can't be unlinked.
27651         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
27652         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
27653
27654 2000-08-07  Paul Eggert  <eggert@twinsun.com>
27655
27656         Standardize on "memory exhausted" instead of "Memory exhausted"
27657         or "virtual memory exhausted".
27658         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
27659         "virtual memory exhausted".
27660         * lib/same.c (same_name): Invoke xalloc_die instead of printing
27661         our own message.
27662         * lib/userspec.c (parse_user_spec): Likewise.
27663         * lib/bumpalloc.h: comment fix
27664         * lib/same.c, userspec.c: Include xalloc.h.
27665
27666         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
27667         not char *const and pointing to a constant array.
27668         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
27669         (xrealloc): Comment fix.
27670
27671         * lib/userspec.c (parse_user_spec):
27672         Don't translate a message until just before returning,
27673         to avoid unnecessary translation.
27674
27675 2000-08-07  Jim Meyering  <meyering@lucent.com>
27676
27677         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
27678         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
27679         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
27680         getgroups.c, gethostname.c, getopt.h, group-member.c,
27681         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
27682         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
27683         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
27684         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
27685         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
27686         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
27687         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
27688         yesno.c: Back out Copyright date changes for each file with no change
27689         this year.  This eases coordination with other programs using the same
27690         source code modules.  From Paul Eggert.
27691
27692 2000-08-06  Paul Eggert  <eggert@twinsun.com>
27693
27694         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
27695         not char, for compatibility with glibc 2.1.3 strftime.c.
27696
27697 2000-08-03  Greg McGary  <greg@mcgary.org>
27698
27699         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
27700         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
27701         (EXTEND_BUFFER): Use them.
27702
27703 2000-08-01  Jim Meyering  <meyering@lucent.com>
27704
27705         * lib/dirname.c (ISSLASH): Define.
27706         (BACKSLASH_IS_PATH_SEPARATOR): Define.
27707         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
27708         both `\' and `/' may be use as path separators.
27709         Based on a patch from Prashant TR.
27710
27711 2000-07-31  Paul Eggert  <eggert@twinsun.com>
27712
27713         * lib/quotearg.c (quotearg_n_options): Don't make the initial
27714         slot vector a constant, since it might get modified.
27715
27716 2000-07-31  Jim Meyering  <meyering@lucent.com>
27717
27718         * lib/xmalloc.c: Use `virtual memory exhausted', not
27719         `Memory exhausted'.
27720         * lib/obstack.c (print_and_abort): Likewise.
27721
27722 2000-07-30  Paul Eggert  <eggert@twinsun.com>
27723
27724         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
27725         buffer, so that the caller can always quote one small
27726         component of a "memory exhausted" message in slot 0.
27727         From a suggestion by Jim Meyering.
27728
27729 2000-07-30  Jim Meyering  <meyering@lucent.com>
27730
27731         * lib/makepath.c (make_path): Quote the other instance, too.
27732
27733         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
27734         (STATIC_BUF_SIZE): Define.
27735         (quotearg_n_options): Use only statically allocated storage when
27736         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
27737         than STATIC_BUF_SIZE.
27738
27739 2000-07-29  Jim Meyering  <meyering@lucent.com>
27740
27741         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
27742         * lib/dirname.c (dir_name): Likewise.
27743
27744         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
27745         `/'.
27746
27747         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
27748         (dir_name): Assert that there are no trailing slashes.
27749
27750 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
27751
27752         * lib/mbswidth.h (mbswidth): Add a flags argument.
27753         (mbswidth): New declaration.
27754         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
27755         * lib/mbswidth.c (mbswidth): Add a flags argument.
27756         (mbsnwidth): New function.
27757
27758 2000-07-24  Jim Meyering  <meyering@lucent.com>
27759
27760         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
27761
27762 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27763
27764         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
27765
27766 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27767
27768         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
27769         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
27770         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
27771         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
27772         invoke multibyte primitives.
27773
27774 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27775
27776         * lib/quotearg.c:
27777         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
27778         so that mbstate_t is always defined.
27779
27780         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
27781         be 1 in at least one GCC installation, and this configuration
27782         error is likely to be common.  Ignoring MB_LEN_MAX hurts
27783         performance on hosts that have mbrtowc but have only unibyte
27784         locales, but I assume these hosts are rare.
27785
27786 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27787
27788         * lib/mbswidth.c (_XOPEN_SOURCE):
27789         Don't define; this causes problems on Solaris 7.
27790         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
27791
27792 2000-07-23  Jim Meyering  <meyering@lucent.com>
27793
27794         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
27795         too: getgrgid, getpwuid, getuid.
27796
27797 2000-07-23  Jim Meyering  <meyering@lucent.com>
27798
27799         * lib/basename.c (base_name): Add an assertion.
27800
27801 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
27802
27803         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
27804         shadow its mbsinit function.
27805
27806 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27807
27808         * lib/mbswidth.h: New file.
27809         * lib/mbswidth.c: New file.
27810         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
27811         (noinst_HEADERS): Add mbswidth.h.
27812
27813 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27814
27815         * lib/config.charset: Add support for FreeBSD. Improve support for
27816         HP-UX and IRIX 6.
27817
27818 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
27819
27820         * m4/mbswidth.m4: New file.
27821         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
27822
27823 2000-07-15  Jim Meyering  <meyering@lucent.com>
27824
27825         * lib/makepath.c: Include quote.h.
27826         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
27827         corresponding argument in a `quote (...)' call.
27828         Give better diagnostics.
27829
27830         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
27831         (noinst_HEADERS): Add quote.h.
27832
27833         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
27834         from tar's src/misc.c.
27835         * lib/quote.h: New file.  Prototypes for same.
27836
27837 2000-07-14  Paul Eggert  <eggert@twinsun.com>
27838
27839         From a suggestion by Bruno Haible.
27840         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
27841         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
27842         to decide whether to define the BeOS workaround macro;
27843         this adjusts to the change to AC_MBSTATE_T.
27844
27845 2000-07-14  Jim Meyering  <meyering@lucent.com>
27846
27847         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
27848         jm_AC_TYPE_UINTMAX_T.
27849
27850 2000-07-13  Paul Eggert  <eggert@twinsun.com>
27851
27852         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
27853
27854         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
27855         quotearg_buffer_restyled): Add support for
27856         clocale_quoting_style.  Undo previous change to
27857         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
27858         and "{RIGHT QUOTATION MARK}" msgids.
27859
27860 2000-07-10  Paul Eggert  <eggert@twinsun.com>
27861
27862         From a suggestion by Bruno Haible.
27863         * m4/mbstate_t.m4 (AC_MBSTATE_T):
27864         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
27865         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
27866         and mbstate_t, to a single-part test that simply defines mbstate_t.
27867         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
27868         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
27869
27870 2000-07-10  Jim Meyering  <meyering@lucent.com>
27871
27872         * m4/strerror_r.m4: Mirror the correction made in autoconf.
27873
27874         * m4/gnu-source.m4: Output to confdefs.h directly.
27875         Suggestion from Akim Demaille.
27876
27877 2000-07-09  Paul Eggert  <eggert@twinsun.com>
27878
27879         The old behavior of quoting `like this' doesn't look good with
27880         newer, ISO-style fonts.  See:
27881         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
27882
27883         Instead, quote "like this" by default.  Let the translator
27884         tailor the locale-specific quoting behavior by providing
27885         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
27886
27887         * lib/quotearg.c (N_): New macro.
27888         (gettext_default): New function.
27889         (quotearg_buffer_restyled): Use
27890         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
27891         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
27892
27893 2000-07-09  Jim Meyering  <meyering@lucent.com>
27894
27895         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
27896         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
27897
27898         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
27899         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
27900
27901 2000-07-09  Jim Meyering  <meyering@lucent.com>
27902
27903         * lib/Most files: Update copyright dates to include 2000.
27904
27905 2000-07-08  Jim Meyering  <meyering@lucent.com>
27906
27907         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
27908         if not defined.
27909         (xgethostname): Remove now-unnecessary #ifdef.
27910         Move declaration of `err' into loop where it's used.
27911
27912 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27913         and Bruno Haible  <haible@clisp.cons.org>
27914
27915         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
27916         only if the test for an object-type mbstate_t fails.  This
27917         prevents us from mistakenly reporting that mbstate_t is a
27918         system object type after we "#define mbstate_t int" to work
27919         around its lack.
27920
27921 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27922         and Bruno Haible  <haible@clisp.cons.org>
27923
27924         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
27925
27926 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27927
27928         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
27929         to strerror_r.
27930         Include <ctype.h> for use of isalpha.
27931
27932 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27933
27934         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
27935         by allocating a larger buffer. Test the gethostname return value for
27936         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
27937         returns an error and ENAMETOOLONG isn't defined.
27938
27939 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27940
27941         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
27942         dimension.
27943
27944 2000-07-04  Jim Meyering  <meyering@lucent.com>
27945
27946         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
27947         of the deprecated AC_CHECKING.
27948
27949 2000-07-04  Jim Meyering  <meyering@lucent.com>
27950
27951         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
27952         Reported by Bruno Haible.
27953
27954 2000-07-04  Jim Meyering  <meyering@lucent.com>
27955
27956         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
27957         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
27958         lacks mbrtowc.
27959
27960 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27961
27962         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
27963         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
27964
27965 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27966         and Bruno Haible  <haible@clisp.cons.org>
27967
27968         * lib/quotearg.c (mbrtowc):
27969         Assign to *pwc, and return 1 only if result is nonzero.
27970         (iswprint): Use ISPRINT when substituting our own mbrtowc.
27971
27972 2000-07-03  Jim Meyering  <meyering@lucent.com>
27973
27974         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
27975
27976 2000-07-03  Jim Meyering  <meyering@lucent.com>
27977
27978         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
27979         This is necessary to get a definition of e.g., UTMP_FILE on
27980         HP-UX 10.20.
27981         From Bob Proulx.
27982
27983 2000-07-02  Jim Meyering  <meyering@lucent.com>
27984
27985         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
27986
27987         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
27988         AC_LIBOBJ(function_name).
27989         * m4/chown.m4: Likewise.
27990         * m4/fnmatch.m4: Likewise.
27991         * m4/ftruncate.m4: Likewise.
27992         * m4/getgroups.m4: Likewise.
27993         * m4/getline.m4: Likewise.
27994         * m4/group-member.m4: Likewise.
27995         * m4/jm-macros.m4: Likewise.
27996         * m4/lstat.m4: Likewise.
27997         * m4/malloc.m4: Likewise.
27998         * m4/memcmp.m4: Likewise.
27999         * m4/nanosleep.m4: Likewise.
28000         * m4/putenv.m4: Likewise.
28001         * m4/realloc.m4: Likewise.
28002         * m4/regex.m4: Likewise.
28003         * m4/stat.m4: Likewise.
28004         * m4/strftime.m4: Likewise.
28005
28006 2000-07-02  Jim Meyering  <meyering@lucent.com>
28007
28008         * lib/quotearg.c (mbstate_t): Don't define here.
28009
28010 2000-07-02  Jim Meyering  <meyering@lucent.com>
28011
28012         * lib/nanosleep.c (SIGCONT): Define if not already defined.
28013
28014 2000-07-01  Jim Meyering  <meyering@lucent.com>
28015
28016         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
28017
28018 2000-07-01  Jim Meyering  <meyering@lucent.com>
28019
28020         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
28021         problem.
28022
28023 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
28024
28025         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
28026         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
28027
28028 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
28029
28030         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
28031         per change in ../m4/ls-mntd-fs.m4.
28032         (read_filesystem_list): Ignore symbolic links.
28033
28034 2000-06-29  Jim Meyering  <meyering@lucent.com>
28035
28036         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
28037         for declaration of strcmp.
28038
28039         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
28040
28041         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
28042         Avoid warning by casting result to `char *' to remove `const'.
28043
28044 2000-06-28  Jim Meyering  <meyering@lucent.com>
28045
28046         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
28047         included by quotearg.c, for which we perform this test.  From
28048         Bruno Haible.
28049
28050 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
28051
28052         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
28053         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
28054         <utmpx.h> exists, put readutmp.o into LIBOBJS.
28055
28056 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
28057
28058         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
28059
28060 2000-06-26  Paul Eggert  <eggert@twinsun.com>
28061
28062         savedir now sets errno on failure and invokes xmalloc to get memory.
28063         Fix a couple of other minor bugs while we're at it.
28064
28065         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
28066         (NAMLEN): Remove macro.
28067         (malloc, realloc): Remove decls.
28068         (stpcpy): Likewise.
28069         ("xalloc.h"): Include.
28070         (NAME_SIZE_DEFAULT): New macro.
28071         (savedir): Use xmalloc / xrealloc to allocate memory.
28072         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
28073         Skip "" directory entries.
28074         Use strlen to calculate directory entry length, since the old method
28075         is rarely used these days and isn't worth supporting.
28076         Don't use a pointer after freeing it.
28077         Check for integer overflow when calculating allocation size.
28078         Use memcpy to copy entries, instead of stpcpy.
28079         Set errno properly when returning NULL.
28080         Check for readdir error.
28081
28082 2000-06-26  Jim Meyering  <meyering@lucent.com>
28083
28084         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
28085
28086 2000-06-25  Jim Meyering  <meyering@lucent.com>
28087
28088         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
28089         Linux header bug when _XOPEN_SOURCE is defined to 500.
28090
28091 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
28092
28093         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
28094         deficiency.
28095
28096 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
28097
28098         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
28099         Include xalloc.h.
28100         Don't include <stdlib.h>.  Don't declare malloc, realloc.
28101
28102 2000-06-24  Jim Meyering  <meyering@lucent.com>
28103
28104         * m4/strerror_r.m4: Revive this file -- to try out an experimental
28105         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
28106         for which strerror does return char*, but which lacks a conveniently
28107         accessible declaration of the function.  If the compile-test says
28108         strerror_r doesn't work, then resort to a `run'-test that works on
28109         BeOS and segfaults on DEC Unix.
28110
28111 2000-06-24  Jim Meyering  <meyering@lucent.com>
28112
28113         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
28114
28115 2000-06-23  Paul Eggert  <eggert@twinsun.com>
28116
28117         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
28118         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
28119
28120 2000-06-23  Paul Eggert  <eggert@twinsun.com>
28121
28122         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
28123         (mbrtowc, mbstate_t): Define substitutes if
28124         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
28125         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
28126         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
28127
28128 2000-06-23  Jim Meyering  <meyering@lucent.com>
28129
28130         * m4/afs.m4: Add missing AC_MSG_RESULT.
28131         Reported by Bruno Haible.
28132
28133         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
28134         Suggestion from Bruno Haible.
28135
28136 2000-06-23  Jim Meyering  <meyering@lucent.com>
28137
28138         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
28139
28140 2000-06-21  Jim Meyering  <meyering@lucent.com>
28141
28142         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
28143
28144 2000-06-21  Jim Meyering  <meyering@lucent.com>
28145
28146         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
28147         (noinst_HEADERS): Add getstr.h.
28148
28149         * lib/getline.c (getstr): Move into a separate file.
28150         * lib/getstr.c (getstr): New file, extracted from getline.c, with
28151         the following changes: new parameter, delim2; both delim[12]
28152         parameters have type `int', not `char'.  The latter would lose
28153         with 8-bit delimiters.
28154         * lib/getstr.h: New file.
28155
28156 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28157
28158         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
28159         than 1024, return a memory chunk of least possible size, instead
28160         of size PATH_MAX + 2. In the loop, increment the size proportionally.
28161         Use free/xmalloc instead of xrealloc to avoid copying for very long
28162         paths.
28163
28164 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28165
28166         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
28167         the empty string.
28168
28169 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28170
28171         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
28172         address, not strdup.  Include <stdlib.h> and don't declare free().
28173
28174 2000-06-19  Jim Meyering  <meyering@lucent.com>
28175
28176         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
28177
28178 2000-06-18  Jim Meyering  <meyering@lucent.com>
28179
28180         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
28181
28182         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
28183         `checking whether...' message to be consistent with that of the
28184         lstat test.
28185
28186 2000-06-18  Jim Meyering  <meyering@lucent.com>
28187
28188         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
28189         Besides, these days every porting target provides a mkdir function.
28190
28191         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
28192         needed. (this snippet comes from src/system.h).
28193
28194 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
28195
28196         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
28197
28198 2000-06-15  Paul Eggert  <eggert@twinsun.com>
28199
28200         * lib/human.c (adjust_value): New function.
28201         (human_readable_inexact): Apply rounding style even when
28202         printing approximate values.
28203
28204 2000-06-14  Paul Eggert  <eggert@twinsun.com>
28205
28206         * lib/human.c (human_readable_inexact): Allow an input block
28207         size that is not a multiple of the output block size, and vice versa.
28208         Reported by Piergiorgio Sartor.
28209
28210 2000-06-14  Paul Eggert  <eggert@twinsun.com>
28211
28212         * lib/getdate.y (get_date): Apply relative times after time
28213         zone indicator, not before.  Reported by Todd A. Jacobs.
28214
28215 2000-06-13  Jim Meyering  <meyering@lucent.com>
28216
28217         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
28218
28219         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
28220
28221 2000-06-12  Paul Eggert  <eggert@twinsun.com>
28222
28223         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
28224
28225 2000-06-12  Jim Meyering  <meyering@lucent.com>
28226
28227         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
28228         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
28229         optional argument.
28230         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
28231         the optional argument, `lib'.
28232
28233 2000-06-08  Jim Meyering  <meyering@lucent.com>
28234
28235         * m4/largefile.m4: Remove file (now that it's part of autoconf).
28236
28237 2000-06-04  Paul Eggert  <eggert@twinsun.com>
28238
28239         Rewrite largefile configuration so that we don't need to run
28240         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
28241         AC_CANONICAL_HOST in configure.in -- jmm]
28242
28243         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
28244         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
28245         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
28246         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
28247         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
28248         All uses changed.
28249         Instead of inspecting the output of getconf, try to compile the
28250         test program without and with the macro definition.
28251         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
28252         for getconf.  Instead, check for the needed flags by compiling
28253         test programs.
28254
28255 2000-06-04  Paul Eggert  <eggert@twinsun.com>
28256
28257         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
28258
28259 2000-06-04  Jim Meyering  <meyering@lucent.com>
28260
28261         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
28262         SunOS 4.1.4 for which gid_t is an unsigned type.
28263
28264 2000-06-03  Jim Meyering  <meyering@lucent.com>
28265
28266         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
28267         now that autoconf requires that.
28268
28269         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
28270         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
28271         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
28272
28273 2000-06-03  Jim Meyering  <meyering@lucent.com>
28274
28275         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
28276
28277 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
28278
28279         * m4/glibc21.m4: New file.
28280         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
28281
28282 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
28283
28284         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
28285         newer, don't install charset.alias.
28286         * lib/config.charset: Change the Linux/glibc rules so they become empty
28287         on glibc-2.1 or newer.
28288
28289 2000-06-02  Jim Meyering  <meyering@lucent.com>
28290
28291         * lib/mountlist.c: Back out last change.  Instead, do this...
28292         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
28293         me_dummy member using the same `ignore'-testing code.
28294         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
28295         fs_type strings.
28296         From Mark D. Roth.
28297
28298 2000-05-29  Jim Meyering  <meyering@lucent.com>
28299
28300         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
28301         mounts with the `ignore' attribute.  Based on a patch from
28302         Mark D. Roth.
28303
28304 2000-05-28  Jim Meyering  <meyering@lucent.com>
28305
28306         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
28307         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28308         * m4/stat.m4: Likewise.
28309         * m4/lstat.m4: Likewise.
28310         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
28311
28312         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
28313         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
28314
28315 2000-05-26  Jim Meyering  <meyering@lucent.com>
28316
28317         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
28318
28319 2000-05-24  Jim Meyering  <meyering@lucent.com>
28320
28321         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
28322         autoconf requires that.
28323         * m4/lib-check.m4: Likewise.
28324         * m4/jm-macros.m4: Likewise.
28325         * m4/strftime.m4: Likewise.
28326
28327         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
28328         AC_CHECK_DECLS, now that autoconf requires that.
28329
28330 2000-05-22  Jim Meyering  <meyering@lucent.com>
28331
28332         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28333         * m4/lstat.m4: Likewise.
28334
28335 2000-05-22  Jim Meyering  <meyering@lucent.com>
28336
28337         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
28338
28339 2000-05-20  Jim Meyering  <meyering@lucent.com>
28340
28341         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
28342         (jm_PREREQ): Use it.
28343
28344 2000-05-18  Jim Meyering  <meyering@lucent.com>
28345
28346         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
28347         back, too, since it may have been modified by allocate_entry.
28348         (hash_delete): Rewrite to use neither the assignment operator
28349         nor the comma operator in an if-expression.
28350
28351 2000-05-15  Paul Eggert  <eggert@twinsun.com>
28352
28353         * lib/closeout.c:
28354         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
28355         Remove; no longer needed.
28356         "quotearg.h": Add include.
28357         (file_name): Do not bother to explicitly initialize to NULL; it's less
28358         efficient on some hosts.
28359         (close_stdout_status): Remove test as to whether stdout was already
28360         closed; it breaks for the case "echo x | sort >&-".
28361         Quote file name colons.
28362         Do not assume that _("write error") lacks format strings.
28363
28364 2000-05-15  Jim Meyering  <meyering@lucent.com>
28365
28366         * lib/version-etc.c (version_etc_copyright): Update the copyright
28367         string used in all --version output.
28368
28369 2000-05-14  Jim Meyering  <meyering@lucent.com>
28370
28371         * lib/closeout.c (close_stdout_set_file_name): New function.
28372         (close_stdout_status): Use new file-scoped global.
28373         Return right away if fstat says the stdout file descriptor is invalid.
28374         * lib/closeout.h (close_stdout_set_file_name): Declare.
28375
28376 2000-05-10  Jim Meyering  <meyering@lucent.com>
28377
28378         * lib/closeout.c [default_exit_status]: New file-scoped variable.
28379         (close_stdout_set_status): New function.
28380         * lib/closeout.h (close_stdout_set_status): Declare.
28381
28382 2000-05-09  Jim Meyering  <meyering@lucent.com>
28383
28384         * m4/gettext.m4: Rename this...
28385         * m4/libintl.m4: ...to this.
28386
28387 2000-05-08  Jim Meyering  <meyering@lucent.com>
28388
28389         * lib/long-options.c: Don't include closeout.h.
28390         (parse_long_options): Don't call close_stdout for --version.
28391
28392 2000-05-06  Paul Eggert  <eggert@twinsun.com>
28393
28394         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
28395         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
28396         2.1.3 bug.  This avoids a clash when files like regex.c define
28397         _GNU_SOURCE.
28398
28399 2000-05-06  Jim Meyering  <meyering@lucent.com>
28400
28401         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
28402         (AC_REPLACE_FUNCS): Add strnlen.
28403
28404         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
28405         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
28406
28407         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
28408         AC_SEARCH_LIBS call for nanosleep.
28409         (LIB_NANOSLEEP): Set and AC_SUBST.
28410
28411 2000-05-06  Jim Meyering  <meyering@lucent.com>
28412
28413         * lib/strnlen.c: Undefine __strnlen and strnlen.
28414         [!weak_alias]: Define __strnlen to strnlen.
28415
28416         * lib/atexit.c: New file, from libiberty.
28417
28418 2000-05-06  Jim Meyering  <meyering@lucent.com>
28419
28420         * lib/closeout.c (close_stdout_status): Also check for errors on the
28421         stderr stream.
28422
28423 2000-05-05  Jim Meyering  <meyering@lucent.com>
28424
28425         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
28426         AC_SEARCH_LIBS call for clock_gettime.
28427         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
28428
28429         * m4/search-libs.m4: Update from autoconf.
28430
28431         su doesn't work on Solaris 2.6.
28432         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
28433         <shadow.h>.  Reported by Dragos Harabor.
28434
28435 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
28436
28437         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
28438         memcpy instead of xmalloc, xrealloc, path_concat.
28439         (locale_charset): Treat empty environment variables as absent.
28440         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
28441
28442 2000-05-04  Jim Meyering  <meyering@lucent.com>
28443
28444         * lib/getopt.c: Update from glibc.
28445         * lib/obstack.c: Likewise.
28446         * lib/obstack.h: Likewise.
28447         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
28448         file
28449
28450         * lib/regex.h: Likewise.
28451         * lib/strndup.c: Likewise.
28452         * lib/strnlen.c: New file, from glibc.
28453
28454 2000-05-03  Jim Meyering  <meyering@lucent.com>
28455
28456         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
28457
28458 2000-05-02  Paul Eggert  <eggert@twinsun.com>
28459
28460         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
28461         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
28462         compile-time test, rather than inspecting host and OS, to
28463         decide whether to define _LARGEFILE_SOURCE.
28464
28465 2000-05-01  Jim Meyering  <meyering@lucent.com>
28466
28467         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
28468
28469         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
28470         Based on a patch from Bruno Haible.
28471
28472 2000-05-01  Jim Meyering  <meyering@lucent.com>
28473
28474         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
28475
28476 2000-04-29  Jim Meyering  <meyering@lucent.com>
28477
28478         * lib/path-concat.c: Declare strdup only if it's not defined.
28479         * lib/canon-host.c: Likewise.
28480
28481 2000-04-28  Jim Meyering  <meyering@lucent.com>
28482
28483         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
28484         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
28485         is included first, then limits.h is included by locale.h by libintl.h.
28486         From John David Anglin.
28487
28488 2000-04-25  Jim Meyering  <meyering@lucent.com>
28489
28490         * lib/makepath.c (S_IRWXUGO): Define.
28491         (make_path): Always perform explicit chmod if MODE specifies any
28492         of the `special' permission bits.  Prompted by a bug report against
28493         install from Mate Wierdl and Joost van Baal.
28494
28495 2000-04-18  Jim Meyering  <meyering@lucent.com>
28496
28497         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
28498         (jm_PREREQ): Use it.
28499
28500 2000-04-18  Jim Meyering  <meyering@lucent.com>
28501
28502         * lib/README: New file.
28503
28504         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
28505         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
28506
28507 2000-04-17  Jim Meyering  <meyering@lucent.com>
28508
28509         Get it right :-)
28510         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
28511         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
28512         Suggestion from Akim Demaille.
28513
28514 2000-04-17  Jim Meyering  <meyering@lucent.com>
28515
28516         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
28517         the definition of it to rpl_strftime also defined-away the system's
28518         declaration.
28519
28520 2000-04-15  Jim Meyering  <meyering@lucent.com>
28521
28522         Use `C' to denote so-called `contiguous' files, the same way
28523         that tar does.
28524         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
28525         (ftypelet): Use S_ISCTG.
28526         From Michael Deutschmann.
28527
28528 2000-04-14  Jim Meyering  <meyering@lucent.com>
28529
28530         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
28531         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
28532         clobbered.
28533
28534 2000-04-14  Jim Meyering  <meyering@lucent.com>
28535
28536         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
28537
28538 2000-04-13  Jim Meyering  <meyering@lucent.com>
28539
28540         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
28541         AH_VERBATIM to insert required #ifndef into config.h.in.
28542         Suggestion from Akim Demaille.
28543
28544 2000-04-12  Jim Meyering  <meyering@lucent.com>
28545
28546         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
28547         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
28548         Christian Krackowizer.
28549
28550         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
28551         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
28552         (AC_SYS_LARGEFILE): Require.
28553         (AM_C_PROTOTYPES): Require.
28554
28555 2000-04-08  Jim Meyering  <meyering@lucent.com>
28556
28557         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
28558         names don't conflict.  Reported by Eli Zaretskii.
28559
28560 2000-04-07  Jim Meyering  <meyering@lucent.com>
28561
28562         * lib/putenv.c: Move inclusion of errno.h so it follows that of
28563         sys/types.h, to work around system header problems on AIX 3.2.5.
28564         From Bruno Haible.
28565
28566 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
28567
28568         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
28569         bug.  Deal with the different error behavior of Irix iconv.
28570
28571 2000-04-05  Paul Eggert  <eggert@twinsun.com>
28572
28573         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
28574         IRIX if the installer said otherwise.
28575
28576 2000-04-05  Jim Meyering  <meyering@lucent.com>
28577
28578         Portability tweaks required for ultrix4.3.
28579         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
28580         (jm_CHECK_DECLS): Add getutent to the list of functions.
28581         (_jm_DECL_HEADERS): Add utmpx.h.
28582         From John David Anglin.
28583
28584         * m4/strftime.m4: Back out the 2000-04-02 change.
28585         Instead of that change, simply undefine putenv in the test program.
28586
28587 2000-04-05  Jim Meyering  <meyering@lucent.com>
28588
28589         Portability tweaks required for ultrix4.3.
28590         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
28591         getutent.
28592         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
28593         * lib/canon-host.c: Declare strdup.
28594         * lib/path-concat.c: Likewise.
28595         From John David Anglin.
28596
28597 2000-04-04  Jim Meyering  <meyering@lucent.com>
28598
28599         Be more DOS 8.3-friendly.
28600         * lib/ref-add.sin: Renamed from ref-add.sed.in.
28601         * lib/ref-del.sin: Renamed from ref-del.sed.in.
28602         * lib/Makefile.am: Reflect renaming.
28603         Reported by Eli Zaretskii.
28604
28605         Use a temporary file name that won't clash with `charset.alias'
28606         in the DOS 8.3 name space.
28607         * lib/Makefile.am (charset_tmp): Define.
28608         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
28609         (uninstall-local): Likewise.
28610         Reported by Eli Zaretskii.
28611
28612 2000-04-03  Jim Meyering  <meyering@lucent.com>
28613
28614         * m4/gettext.m4: Fix typo in comment.
28615
28616         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
28617         textutils/configure.in).  Suggestion from Paul Eggert.
28618         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
28619
28620 2000-04-02  Paul Eggert  <eggert@twinsun.com>
28621
28622         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
28623         variable in the shell rather than using putenv, which isn't
28624         portable.  This avoids the configure-time inter-test dependency
28625         on the potentially-renamed putenv function.
28626
28627 2000-03-30  Paul Eggert  <eggert@twinsun.com>
28628
28629         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
28630         before checking struct stat.st_blksize, so that
28631         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
28632
28633 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28634
28635         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
28636         since strftime.c uses HAVE_STRFTIME to decide whether to use
28637         the underlying strftime.
28638
28639 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28640
28641         * lib/time/strftime.c (my_strftime): Make sure we call the system
28642         strftime, not ourselves, when invoking the underlying strftime.
28643
28644 2000-03-24  Jim Meyering  <meyering@lucent.com>
28645
28646         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
28647         (charset_alias): Define.
28648         (install-exec-local): Factor out common code.
28649         (uninstall-local): Split lines longer than 80.
28650         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
28651         (SUFFIXES): Define.
28652         (.sed.in.sed): New rule.  Don't redirect directly to $@.
28653         (CLEANFILES): Add ref-add.sed and ref-del.sed.
28654
28655 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
28656
28657         * lib/config.charset: Output a line containing "Packages using this
28658         file".
28659         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
28660         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
28661         ref-del.sed): New rules.
28662
28663 2000-03-17  Jim Meyering  <meyering@lucent.com>
28664
28665         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
28666         Otherwise, include <strings.h>
28667
28668 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
28669
28670         * lib/unicodeio.c (utf8_wctomb): New function.
28671         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
28672         format instead of in UCS-4 with platform dependent endianness.
28673
28674 2000-03-10  Jim Meyering  <meyering@lucent.com>
28675
28676         * m4/lib-check.m4: Look for getspnam in -lgen, too.
28677         From Marco Franzen.
28678
28679 2000-03-07  Paul Eggert  <eggert@twinsun.com>
28680
28681         * lib/savedir.c (savedir): Work even if directory size is
28682         negative; this can happen with some screwy NFS configurations.
28683
28684 2000-03-06  Jim Meyering  <meyering@lucent.com>
28685
28686         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
28687         if it's NULL (because we ran out of memory).  From Bruno Haible.
28688
28689 2000-03-05  Jim Meyering  <meyering@lucent.com>
28690
28691         * lib/localcharset.c ("path-concat.h"): Include.
28692         (get_charset_aliases): Use path_concat instead of ANSI string
28693         concatenation.
28694
28695         * lib/unicodeio.h (PARAMS): Define.
28696         Use it to guard prototype.
28697
28698 2000-03-04  Jim Meyering  <meyering@lucent.com>
28699
28700         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
28701         for lib/localcharset.c.
28702
28703 2000-03-04  Jim Meyering  <meyering@lucent.com>
28704
28705         * lib/Makefile.am (install-exec-local): Create $(libdir) before
28706         installing into it.
28707         (uninstall-local): Uncomment this rule so `make distcheck' works
28708         once again.
28709
28710         * lib/unicodeio.c (<errno.h>): Include it.
28711         (errno): Declare if not defined.
28712
28713         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
28714
28715         * lib/config.charset: New version, incorporating remarks from a linux
28716         i18n mailing list.  From Bruno Haible.
28717
28718 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
28719
28720         * m4/codeset.m4: New file.
28721         * m4/iconv.m4: New file.
28722         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
28723
28724 2000-03-03  Jim Meyering  <meyering@lucent.com>
28725
28726         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
28727
28728 2000-03-02  Jim Meyering  <meyering@lucent.com>
28729
28730         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
28731         the messages come out on separate lines.
28732
28733         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
28734         rather than jm_CHECK_DECLARATIONS.
28735         * m4/decl.m4: Remove now-unused file.
28736
28737         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
28738         geteuid.
28739
28740 2000-03-02  Jim Meyering  <meyering@lucent.com>
28741
28742         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
28743
28744 2000-03-01  Jim Meyering  <meyering@lucent.com>
28745
28746         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
28747         * lib/unicodeio.c: Likewise.
28748
28749 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
28750
28751         * lib/config.charset: New file.
28752         * lib/localcharset.c: New file.
28753         * lib/unicodeio.h, lib/unicodeio.c: New files.
28754         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
28755         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
28756         (noinst_HEADERS): Add unicodeio.h.
28757         (all-local, install-exec-local, charset.alias): New targets.
28758
28759 2000-02-28  Paul Eggert  <eggert@twinsun.com>
28760
28761         * lib/quotearg.c (ALERT_CHAR): New macro.
28762         (quotearg_buffer_restyled): Use it.
28763
28764 2000-02-27  Jim Meyering  <meyering@lucent.com>
28765
28766         * m4/check-decl.m4: Add getenv to the list.
28767
28768 2000-02-27  Jim Meyering  <meyering@lucent.com>
28769
28770         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
28771         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
28772
28773         * lib/backupfile.c: Guard inclusion of stdlib.h with
28774         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
28775         Declare malloc if needed.
28776
28777         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
28778         `#ifndef HAVE_DECL..'
28779         now that autoconf always defines the HAVE_DECL_ symbols.
28780         * lib/human.c: Likewise.
28781         * lib/same.c: Likewise.
28782         * lib/strtoumax.c: Likewise.
28783
28784         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
28785         declaration check was not run.
28786         * lib/hash.c: Likewise.
28787         * lib/human.c: Likewise.
28788         * lib/same.c: Likewise.
28789         * lib/strtoumax.c: Likewise.
28790
28791         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
28792         `.', then first look up the entire `.'-containing string as a login
28793         name.
28794
28795 2000-02-23  Jim Meyering  <meyering@lucent.com>
28796
28797         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
28798         in place of my hack.
28799
28800 2000-02-18  Paul Eggert  <eggert@twinsun.com>
28801
28802         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
28803         (textint): New typedef.
28804         (parser_control): Member year changed from int to textint.
28805         All uses changed.
28806         (YYSTYPE): Removed; replaced by %union with int and textint members.
28807         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
28808         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
28809         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
28810         (tSNUMBER, tUNUMBER): Now of type <textintval>.
28811         (date, number, to_year): Use width of number in digits, not its value,
28812         to determine whether it's a 2-digit year, or a 2-digit time.
28813         (yylex): Store number of digits of numeric tokens.
28814         Reported by John Kendall.
28815
28816         (parser_control): Changed from struct parser_control to typedef (for
28817         consistency).  All uses changed.
28818
28819         (tID): Removed; not used.
28820         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
28821
28822 2000-02-14  Paul Eggert  <eggert@twinsun.com>
28823
28824         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
28825         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
28826
28827 2000-02-12  Jim Meyering  <meyering@lucent.com>
28828
28829         * lib/userspec.c (ISDIGIT): Define it.
28830         (isdigit): Remove definition.
28831         (is_number): Use ISDIGIT, not isdigit.
28832         <libintl.h>: Include.
28833         (_ and N_): Define.
28834         (parse_user_spec): Mark translatable strings.
28835
28836 2000-02-10  Jim Meyering  <meyering@lucent.com>
28837
28838         With these changes, nanosleep.[ch] are finally enough like the other
28839         lib/* replacement files to compile on a few more losing systems.
28840
28841         * lib/nanosleep.h: Don't include config.h.
28842         Remove prototype from declaration of nanosleep.
28843         (PARAMS): Remove now-unneeded definition.
28844         * lib/nanosleep.c: #undef nanosleep.
28845         (rpl_nanosleep): Rename from nanosleep.
28846
28847 2000-02-10  Jim Meyering  <meyering@lucent.com>
28848
28849         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
28850         gnu_nanosleep to rpl_nanosleep.
28851
28852 2000-02-09  Jim Meyering  <meyering@lucent.com>
28853
28854         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
28855         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
28856
28857 2000-02-08  Akim Demaille  <akim@epita.fr>
28858
28859         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
28860         `[' and `]' and remove uses of `changequote'.
28861         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
28862         (AC_SYS_LARGEFILE): Likewise.
28863         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
28864         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
28865         of changequote.
28866         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
28867         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
28868         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
28869         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
28870
28871 2000-02-05  Jim Meyering  <meyering@lucent.com>
28872
28873         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
28874         Remove explicit use of AC_HEADER_TIME.  It is required by
28875         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
28876         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
28877         in autoconf whereby the expansion of the latter ended up preceding
28878         the expansion of its prerequisite, AC_HEADER_TIME.
28879         Reported by Volker Borchert.
28880
28881 2000-02-03  Jim Meyering  <meyering@lucent.com>
28882
28883         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
28884
28885 2000-02-03  Jim Meyering  <meyering@lucent.com>
28886
28887         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
28888         rather than with `#if HAVE_UTMPNAME'.
28889
28890 2000-02-02  Jim Meyering  <meyering@lucent.com>
28891
28892         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
28893         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
28894         Reported by Eli Zaretskii.
28895
28896 2000-02-01  Jim Meyering  <meyering@lucent.com>
28897
28898         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
28899
28900 2000-01-31  Jim Meyering  <meyering@lucent.com>
28901
28902         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
28903         functions.  Add the time.h and sys/time.h headers along with the
28904         AC_REQUIRE'ment of AC_HEADER_TIME.
28905
28906 2000-01-31  Jim Meyering  <meyering@lucent.com>
28907
28908         * lib/nanosleep.h (nanosleep): Guard declaration with
28909         `#if ! HAVE_DECL_NANOSLEEP'.
28910         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
28911         the declaration in that vendor's sys/timers.h.
28912         Reported by Christian Krackowizer.
28913
28914         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
28915         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
28916         (ISPRINT): Likewise.
28917         Reported by Tom Tromey.
28918
28919 2000-01-30  Jim Meyering  <meyering@lucent.com>
28920
28921         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
28922
28923         * m4/prereq.m4 (utmp_includes): Define.
28924         Check for ut_user and ut_name members in both struct utmpx
28925         and struct utmp.
28926
28927 2000-01-30  Jim Meyering  <meyering@lucent.com>
28928
28929         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
28930         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
28931         header files where only utmpx.ut_user is declared.
28932
28933         * lib/readutmp.h (UT_USER): Define.
28934
28935 2000-01-29  Jim Meyering  <meyering@lucent.com>
28936
28937         * m4/lib-check.m4: New file containing library-related checks from
28938         fileutils and sh-utils (textutils had none).
28939
28940 2000-01-28  Jim Meyering  <meyering@lucent.com>
28941
28942         * m4/perl.m4: Change format of warning message to look more like that
28943         from the missing script.  Suggestion from François Pinard.
28944
28945 2000-01-25  Jim Meyering  <meyering@lucent.com>
28946
28947         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
28948         well as time.h in the compile check.
28949         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
28950         Fix typo in cross-compiling case: s/yes/no/.
28951
28952 2000-01-23  Jim Meyering  <meyering@lucent.com>
28953
28954         * m4/jm-macros.m4: Move df-related tests here from
28955         fileutils/configure.in
28956
28957         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
28958         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
28959
28960         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
28961         s/space/ac_fsusage_space/.
28962         (jm_FILE_SYSTEM_USAGE): Take two parameters.
28963
28964         * m4/ftruncate.m4: New file (derived from part of
28965         fileutils/configure.in).
28966         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
28967         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
28968
28969         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
28970         AC_SUBST these here, rather than just in sh-util/configure.in, so
28971         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
28972         all the same.
28973         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
28974         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
28975         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
28976         (AC_SUBST(POW_LIBM)): Likewise.
28977         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
28978
28979 2000-01-23  Jim Meyering  <meyering@lucent.com>
28980
28981         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
28982         obstack.c.
28983
28984 2000-01-22  Jim Meyering  <meyering@lucent.com>
28985
28986         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
28987
28988         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
28989
28990         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
28991         configure.in
28992         (AC_CHECK_HEADERS): Likewise for sh-utils.
28993         (AC_CHECK_HEADERS): Likewise for textutils.
28994         Merge the three lists of headers.
28995
28996         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
28997         from fileutils' configure.in.
28998
28999         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
29000         code. Moved tests into their own function (_jm_DECL_HEADERS) in
29001         check-decl.m4.
29002
29003         * m4/check-decl.m4: Use #if rather than #ifdef.
29004         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
29005         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
29006         (_jm_DECL_HEADERS): Define new function.
29007         (jm_CHECK_DECLARATIONS): Require it.
29008
29009 2000-01-22  Jim Meyering  <meyering@lucent.com>
29010
29011         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
29012         [! HAVE_DECL_STRTOULL]: Declare strtoull.
29013         Required for some AIX systems.  Reported by Christian Krackowizer.
29014         [TESTING] (main): New function.
29015
29016         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
29017         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
29018         letters.
29019
29020         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
29021         iswprint.
29022
29023         * lib/strverscmp.c (ISDIGIT): Define.
29024         (strverscmp): Use ISDIGIT, not isdigit.
29025
29026 2000-01-19  Jim Meyering  <meyering@lucent.com>
29027
29028         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
29029         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
29030         defines `struct timespec' in <sys/time.h>
29031
29032         * m4/c-bs-a.m4: Remove uses of changequote altogether.
29033         Thanks to Akim for explaining.
29034
29035 2000-01-17  Paul Eggert  <eggert@twinsun.com>
29036
29037         * lib/nanosleep.c (nanosleep):
29038         Don't use SA_INTERRUPT to decide whether to call sigaction, as
29039         POSIX.1 doesn't require SA_INTERRUPT and some systems
29040         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
29041         it's been part of POSIX.1 since day 1 (in 1988).
29042
29043 2000-01-17  Jim Meyering  <meyering@lucent.com>
29044
29045         * lib/interlock: Remove unused file.  Reported by François Pinard.
29046
29047 2000-01-16  Paul Eggert  <eggert@twinsun.com>
29048
29049         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
29050         alert, backslash, formfeed, and vertical tab unnecessarily in
29051         shell quoting style.
29052
29053 2000-01-16  Jim Meyering  <meyering@lucent.com>
29054
29055         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
29056         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
29057         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
29058         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
29059
29060 2000-01-16  Jim Meyering  <meyering@lucent.com>
29061
29062         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
29063         because the latter didn't work.
29064
29065 2000-01-15  Jim Meyering  <meyering@lucent.com>
29066
29067         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
29068         (AC_REPLACE_FUNCS): Add memcpy and memset.
29069         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
29070         Add strpbrk.
29071         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
29072
29073 2000-01-12  Jim Meyering  <meyering@lucent.com>
29074
29075         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
29076         (jm_PREREQ): Use it.
29077         (jm_PREREQ_READUTMP): New macro.
29078         (jm_PREREQ): Use it.
29079
29080 2000-01-11  Paul Eggert  <eggert@twinsun.com>
29081
29082         Quote multibyte characters correctly.
29083         * m4/c-bs-a.m4: New file.
29084         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
29085         (jm_PREREQ): Use it.
29086
29087 2000-01-11  Paul Eggert  <eggert@twinsun.com>
29088
29089         * m4/uintmax_t.m4: Port to autoconf 2.13.
29090
29091 2000-01-08  Jim Meyering  <meyering@ascend.com>
29092
29093         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
29094         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
29095
29096 2000-01-04  Jim Meyering  <meyering@ascend.com>
29097
29098         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
29099         jm_STRUCT_DIRENT_D_TYPE.
29100         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
29101         jm_STRUCT_DIRENT_D_INO.
29102         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
29103         jm_STRUCT_UTIMBUF.
29104         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
29105         renamings.
29106         * m4/utime.m4: Likewise.
29107
29108         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
29109         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
29110
29111 2000-01-03  Paul Eggert  <eggert@twinsun.com>
29112
29113         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
29114         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
29115
29116 2000-01-02  Jim Meyering  <meyering@ascend.com>
29117
29118         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
29119         remember if this is necessary.
29120
29121 1999-12-26  Jim Meyering  <meyering@ascend.com>
29122
29123         * m4/jm-macros.m4: Use it here.
29124         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
29125
29126 1999-12-23  Jim Meyering  <meyering@ascend.com>
29127
29128         * m4/jm-macros.m4: Check for clock_gettime (moved from
29129         fileutils/configure.in)
29130         Check for gettimeofday.
29131
29132 1999-12-20  Jim Meyering  <meyering@ascend.com>
29133
29134         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
29135         autoconf-2.14a-1999-12-20.
29136
29137 1999-12-19  Jim Meyering  <meyering@ascend.com>
29138
29139         * m4/lstat-slash.m4: New file.
29140         * m4/jm-macros.m4: Use the new macro:
29141         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
29142
29143 1999-12-07  Jim Meyering  <meyering@ascend.com>
29144
29145         * m4/perl.m4: Require that File::Compare be available, too.
29146         Too many systems seem to lack it.
29147
29148         * m4/strftime.m4: Add checks for most of the cpp macros tested in
29149         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
29150
29151 1999-11-18  Paul Eggert  <eggert@twinsun.com>
29152
29153         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
29154         problem with the QNX 4.25 shell, which doesn't propagate exit
29155         status of failed commands inside shell assignments.
29156
29157 1999-11-17  Jim Meyering  <meyering@ascend.com>
29158
29159         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
29160
29161 1999-11-07  Jim Meyering  <meyering@ascend.com>
29162
29163         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
29164
29165 1999-11-06  Jim Meyering  <meyering@ascend.com>
29166
29167         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
29168         * m4/jm-macros.m4 (jm_MACROS): Use it here.
29169
29170 1999-11-05  Jim Meyering  <meyering@ascend.com>
29171
29172         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
29173         configure.in of textutils, fileutils, and sh-utils into this one
29174         (shared between those packages) file.
29175         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
29176         AC_STRUCT_ST_BLKSIZE.
29177
29178 1999-11-03  Jim Meyering  <meyering@ascend.com>
29179
29180         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
29181         of AC_CHECK_TYPE checks includes unistd.h.
29182         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
29183         Suggestion from Akim Demaille.
29184
29185 1999-10-30  Jim Meyering  <meyering@ascend.com>
29186
29187         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
29188         m4-quoted string.
29189         * m4/ls-mntd-fs.m4: Likewise.
29190         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
29191         * m4/jm-winsz1.m4: Likewise.
29192
29193         * m4/const.m4: Remove file, since the fix made it into the experimental
29194         version of autoconf.
29195         * m4/mktime.m4: Likewise.
29196
29197         * m4/check-type.m4: Remove file, now that the latest version of
29198         AC_CHECK_TYPE takes a third arg to specify additional #includes.
29199
29200         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
29201         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
29202         AC_CHECK_TYPE.
29203
29204 1999-10-04  Jim Meyering  <meyering@ascend.com>
29205
29206         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
29207
29208 1999-09-22  Paul Eggert  <eggert@twinsun.com>
29209
29210         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
29211         2.95.1 bug with HP-UX 10.20.
29212
29213 1999-09-17  Jim Meyering  <meyering@ascend.com>
29214
29215         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
29216         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
29217         due to missing strdup (against sh-utils-2.0).
29218
29219 1999-08-29  Jim Meyering  <meyering@ascend.com>
29220
29221         * m4/jm-macros.m4: Require jm_BISON.
29222         * m4/bison.m4: New file.
29223
29224 1999-08-17  Paul Eggert  <eggert@twinsun.com>
29225
29226         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
29227         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
29228
29229 1999-08-05  Jim Meyering  <meyering@ascend.com>
29230
29231         * m4/getline.m4: Rename test file from conftestdata to conftest.data
29232         to avoid conflicts with `conftest' on 8+3 filesystems.
29233         Suggestion from Eli Zaretskii.
29234
29235 1999-08-04  Jim Meyering  <meyering@ascend.com>
29236
29237         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
29238         fileutils and sh-utils (textutils's getline test was inadequate).
29239         (AM_FUNC_GETLINE): Run this test.
29240         (AC_CHECK_FUNCS): Check for getdelim.
29241         Reported by Bob Proulx.
29242
29243 1999-08-02  Jim Meyering  <meyering@ascend.com>
29244
29245         * m4/jm-macros.m4: Add a comment.
29246
29247 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29248
29249         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
29250         <inttypes.h> defines strtoumax as a macro (and not as a
29251         function).
29252
29253 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29254
29255         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
29256         that we can shift, multiply and divide unsigned long long
29257         values; Ultrix cc can't do it.
29258
29259 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29260
29261         * m4/mktime.m4: New file, which is a preview of what should appear
29262         in the next public autoconf release.
29263
29264 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29265
29266         * m4/lfs.m4: Remove this file.
29267         * m4/largefile.m4: New file.  It contains the old contents of
29268         lfs.m4, except that all names with prefix AC_LFS have been
29269         changed to use the prefix AC_SYS_LARGEFILE instead, to be
29270         compatible with future autoconf versions.  Also, some minor m4
29271         quoting problems have been fixed.
29272
29273 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29274
29275         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
29276         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
29277         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
29278         and simplify the shell code.
29279
29280 1999-08-01  Jim Meyering  <meyering@ascend.com>
29281
29282         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
29283         m4.
29284
29285 1999-07-20  Jim Meyering  <meyering@ascend.com>
29286
29287         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
29288
29289 1999-07-15  Jim Meyering  <meyering@ascend.com>
29290
29291         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
29292
29293 1999-05-22  Jim Meyering  <meyering@ascend.com>
29294
29295         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
29296
29297 1999-05-20  Jim Meyering  <meyering@ascend.com>
29298
29299         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
29300         Add a colon after each `then' in case $4 is empty.
29301
29302 1999-05-16  Jim Meyering  <meyering@ascend.com>
29303
29304         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
29305
29306 1999-05-10  Jim Meyering  <meyering@ascend.com>
29307
29308         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
29309
29310         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
29311         AC_FUNC_MKTIME.
29312
29313 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
29314
29315         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
29316
29317 1999-05-04  Paul Eggert  <eggert@twinsun.com>
29318
29319         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
29320         not CPPFLAGS, so that linking works correctly in IRIX.
29321
29322 1999-04-30  Paul Eggert  <eggert@twinsun.com>
29323
29324         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
29325
29326 1999-04-20  Paul Eggert  <eggert@twinsun.com>
29327
29328         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
29329         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
29330         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
29331         jm_AC_TYPE_UNSIGNED_LONG_LONG.
29332         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
29333
29334         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
29335
29336 1999-04-20  Jim Meyering  <meyering@ascend.com>
29337
29338         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
29339         AC_REPLACE xstroull if necessary.  From Paul Eggert.
29340         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
29341
29342 1999-04-18  Jim Meyering  <meyering@ascend.com>
29343
29344         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
29345         * m4/jm-macros.m4: Use it.
29346
29347 1999-04-06  Jim Meyering  <meyering@ascend.com>
29348
29349         * m4/strftime.m4: Remove test for %f.
29350
29351 1999-03-29  Jim Meyering  <meyering@ascend.com>
29352
29353         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
29354         superset of the AC_TYPE_* checks in the textutils, fileutils,
29355         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
29356         AC_TYPE_PID_T.
29357
29358 1999-03-28  Jim Meyering  <meyering@ascend.com>
29359
29360         * m4/jm-macros.m4: Define GNU_PACKAGE here.
29361         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
29362         replaced e.g., in the *.sh files of the sh-utils.
29363
29364 1999-03-20  Jim Meyering  <meyering@ascend.com>
29365
29366         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
29367         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
29368         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
29369
29370 1999-03-19  Jim Meyering  <meyering@ascend.com>
29371
29372         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
29373
29374 1999-03-12  Jim Meyering  <meyering@ascend.com>
29375
29376         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
29377
29378 1999-03-07  Jim Meyering  <meyering@ascend.com>
29379
29380         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
29381         declared.
29382
29383 1999-02-17  Jim Meyering  <meyering@ascend.com>
29384
29385         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
29386         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
29387
29388 1999-02-07  Jim Meyering  <meyering@ascend.com>
29389
29390         * m4/group-member.m4: New file -- extracted from sh-utils'
29391         configure.in.
29392
29393         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
29394         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
29395
29396 1999-02-06  Jim Meyering  <meyering@ascend.com>
29397
29398         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
29399         * m4/fnmatch.m4: Likewise.
29400         * m4/getgroups.m4: Likewise.
29401         * m4/lstat.m4: Likewise.
29402         * m4/malloc.m4: Likewise.
29403         * m4/putenv.m4: Likewise.
29404         * m4/realloc.m4: Likewise.
29405         * m4/regex.m4: Likewise.
29406         * m4/stat.m4: Likewise.
29407         * m4/strftime.m4: Likewise.
29408         Suggestion from Alain Magloire.
29409
29410         * m4/chown.m4: Use `.$ac_objext', not `.o'.
29411         * m4/fnmatch.m4: Likewise.
29412         * m4/getgroups.m4: Likewise.
29413         * m4/getline.m4: Likewise.
29414         * m4/lstat.m4: Likewise.
29415         * m4/malloc.m4: Likewise.
29416         * m4/memcmp.m4: Likewise.
29417         * m4/putenv.m4: Likewise.
29418         * m4/realloc.m4: Likewise.
29419         * m4/regex.m4: Likewise.
29420         * m4/stat.m4: Likewise.
29421         * m4/strftime.m4: Likewise.
29422         Suggestion from Alain Magloire.
29423
29424         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
29425         an argument.
29426
29427         * m4/regex.m4: Add a run-time Test for proper operation of
29428         re_compile_pattern.
29429
29430 1999-01-31  Jim Meyering  <meyering@ascend.com>
29431
29432         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
29433
29434 1999-01-30  Jim Meyering  <meyering@ascend.com>
29435
29436         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
29437
29438         * m4/jm-mktime.m4: Make this a wrapper around the official
29439         AM_FUNC_MKTIME rather than my private copy, now that the official one
29440         is up to date.
29441         * m4/mktime.m4: Remove file.
29442
29443         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
29444         * m4/uptime.m4: Likewise.
29445         * m4/uintmax_t.m4: Likewise.
29446
29447 1999-01-28  Jim Meyering  <meyering@ascend.com>
29448
29449         * m4/jm-macros.m4: Use jm_AFS.
29450         * m4/afs.m4: New file (from fileutils' configure.in).
29451
29452         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
29453         * m4/chown.m4: Likewise.
29454         * m4/d-ino.m4: Likewise.
29455         * m4/d-type.m4: Likewise.
29456         * m4/fnmatch.m4: Likewise.
29457         * m4/getgroups.m4: Likewise.
29458         * m4/gettext.m4: Likewise.
29459         * m4/jm-mktime.m4: Likewise.
29460         * m4/jm-winsz2.m4: Likewise.
29461         * m4/lcmessage.m4: Likewise.
29462         * m4/ls-mntd-fs.m4: Likewise.
29463         * m4/malloc.m4: Likewise.
29464         * m4/memcmp.m4: Likewise.
29465         * m4/putenv.m4: Likewise.
29466         * m4/realloc.m4: Likewise.
29467         * m4/st_mtim.m4: Likewise.
29468         * m4/strftime.m4: Likewise.
29469
29470 1999-01-16  Jim Meyering  <meyering@ascend.com>
29471
29472         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
29473         (ARGMATCH_DIE_DECL): Define.
29474
29475 1999-01-12  Jim Meyering  <meyering@ascend.com>
29476
29477         * m4/Makefile.am.in: Rewrite to avoid using fmt.
29478         Reported by Lars Hecking.
29479
29480 1999-01-10  Jim Meyering  <meyering@ascend.com>
29481
29482         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
29483         gross kludge.
29484         * m4/inttypes_h.m4: Likewise.
29485         * m4/lstat.m4: Likewise.
29486         * m4/malloc.m4: Likewise.
29487         * m4/readdir.m4: Likewise.
29488         * m4/realloc.m4: Likewise.
29489         * m4/st_dm_mode.m4: Likewise.
29490         * m4/stat.m4: Likewise.
29491         * m4/utimbuf.m4: Likewise.
29492         * m4/utimes.m4: Likewise.
29493
29494         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
29495         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
29496         comments in config.h.in are meaningful.
29497
29498         * m4/jm-macros.m4: Require autoconf-2.13 here.
29499
29500         * m4/regex.m4: By default, don't use the included regex.c on systems
29501         with glibc 2.  Suggestion from Uli Drepper.
29502
29503 1999-01-02  Jim Meyering  <meyering@ascend.com>
29504
29505         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
29506
29507 1998-12-18  Jim Meyering  <meyering@ascend.com>
29508
29509         * m4/Makefile.am.in (Makefile.am): Simplify rule.
29510         Based on a suggestion from Lars Hecking.
29511
29512 1998-11-16  Paul Eggert  <eggert@twinsun.com>
29513
29514         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
29515
29516 1998-11-16  Jim Meyering  <meyering@ascend.com>
29517
29518         * m4/lfs.m4: Double-quote the `uname...` expression.
29519
29520 1998-11-14  Jim Meyering  <meyering@ascend.com>
29521
29522         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
29523         * m4/stat.m4: Likewise.
29524
29525 1998-11-03  Jim Meyering  <meyering@ascend.com>
29526
29527         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
29528         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
29529
29530 1998-10-18  Jim Meyering  <meyering@ascend.com>
29531
29532         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
29533
29534 1998-10-17  Jim Meyering  <meyering@ascend.com>
29535
29536         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
29537         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
29538         calls for those previously hard-coded headers.  Instead, take a new
29539         parameter.
29540         (jm_CHECK_DECLARATIONS): Reflect interface change.
29541         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
29542         (jm_CHECK_DECL_LOCALTIME_R): New macro.
29543
29544         * m4/mktime.m4: Test for spring-forward gap before long-running test.
29545
29546 1998-10-14  Jim Meyering  <meyering@ascend.com>
29547
29548         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
29549         instead of "TZ=America/Vancouver".  From Paul Eggert.
29550
29551 1998-10-11  Jim Meyering  <meyering@ascend.com>
29552
29553         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
29554         This adds a test for a recently added compatibility fix for mktime.c.
29555         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
29556
29557 1998-09-27  Jim Meyering  <meyering@ascend.com>
29558
29559         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
29560
29561         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
29562         ../configure.in, including a change from Gordon Matzigkeit to allow
29563         cross-compiling for the Hurd.
29564
29565         * m4/glibc.m4: New file/macro to test for the GNU C Library
29566         versions 1 and 2.  From Gordon Matzigkeit.
29567         Indent.
29568
29569 1998-09-21  Jim Meyering  <meyering@ascend.com>
29570
29571         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
29572
29573 1998-08-18  Paul Eggert  <eggert@twinsun.com>
29574
29575         Port nanosecond-resolution times to UnixWare 2.1.2 and
29576         pedantic Solaris 2.6.
29577
29578         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
29579         AC_STRUCT_ST_MTIM.
29580         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
29581         Generate name of ns member, instead of just 1 or undef.
29582         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
29583
29584 1998-08-15  Jim Meyering  <meyering@ascend.com>
29585
29586         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
29587         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
29588         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
29589         instead of jm_TYPE_SSIZE_T.
29590
29591 1998-08-12  Jim Meyering  <meyering@ascend.com>
29592
29593         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
29594
29595 1998-08-02  Jim Meyering  <meyering@ascend.com>
29596
29597         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
29598         in acconfig.h manually.
29599
29600 1998-07-31  Paul Eggert  <eggert@twinsun.com>
29601
29602         * m4/st_mtim.m4: New file.
29603
29604 1998-07-28  Jim Meyering  <meyering@ascend.com>
29605
29606         * m4/utimes.m4: Undef stat.
29607
29608 1998-07-25  Jim Meyering  <meyering@ascend.com>
29609
29610         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
29611         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
29612
29613 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
29614
29615         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
29616         uid and gid actually remain unchanged.
29617
29618 1998-07-07  Jim Meyering  <meyering@ascend.com>
29619
29620         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
29621
29622 1998-07-04  Jim Meyering  <meyering@ascend.com>
29623
29624         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
29625         to prove that this macro can be used in packages without regex.c.
29626
29627 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
29628
29629         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
29630         is to be used.
29631
29632 1998-07-03  Jim Meyering  <meyering@ascend.com>
29633
29634         * m4/gettext.m4: Add -lintl if it's found to be necessary.
29635
29636         * m4/gettext.m4: New file -- from gettext-0.10.35.
29637         * m4/lcmessage.m4: Likewise.
29638         * m4/progtest.m4: Likewise.
29639
29640         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
29641         * m4/jm-macros.m4: Require the new macro.
29642
29643 1998-06-29  Jim Meyering  <meyering@ascend.com>
29644
29645         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
29646         for the definition of NGROUPS (used in a system header included
29647         by sys/mount.h).
29648
29649 1998-06-28  Jim Meyering  <meyering@ascend.com>
29650
29651         * m4/ls-mntd-fs.m4: New file.
29652         * m4/fstypename.m4: New file.
29653
29654         * m4/jm-macros.m4: Require the new macro.
29655         * m4/jm-glibc-io.m4: New file.
29656
29657 1998-05-19  Jim Meyering  <meyering@ascend.com>
29658
29659         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
29660         * m4/lchown.m4: New file.
29661
29662         * m4/Makefile.am.in: New file.
29663         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
29664
29665 1998-05-14  Jim Meyering  <meyering@ascend.com>
29666
29667         * m4/Makefile.am (EXTRA_DIST): Add them.
29668         * m4/jm-macros.m4: New file.
29669         * m4/utimbuf.m4: New file.
29670
29671 1998-05-12  Jim Meyering  <meyering@ascend.com>
29672
29673         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
29674
29675 1998-05-11  Jim Meyering  <meyering@ascend.com>
29676
29677         * m4/isc-posix.m4: New file.
29678
29679 1998-05-10  Jim Meyering  <meyering@ascend.com>