adfaa234c4c79d23fe5c3c96e81ecfd450d5c3fc
[gnulib.git] / ChangeLog
1 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2
3         * modules/autobuild: New module.
4
5         * m4/autobuild.m4: New file.
6
7 2007-04-11  Bruno Haible  <bruno@clisp.org>
8
9         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
10         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
11         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
12         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
13         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
17         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
18         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
19         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
20         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
21         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
23         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
24         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
25         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
26         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
27         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
28         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
29         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
30         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
32         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
34         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
35         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
37         Reported by Eric Blake.
38
39 2007-04-11  Bruno Haible  <bruno@clisp.org>
40
41         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
42
43 2007-04-10  Bruno Haible  <bruno@clisp.org>
44
45         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
46         for NaN and Infinity. Needed on FreeBSD 6.1.
47         * tests/test-vasnprintf-posix.c (test_function): Undo last change
48         regarding results for "%010a" of Infinity and NaN.
49         * tests/test-vasprintf-posix.c (test_function): Likewise.
50         * tests/test-snprintf-posix.h (test_function): Likewise.
51         * tests/test-sprintf-posix.h (test_function): Likewise.
52         * tests/test-fprintf-posix.h (test_function): Likewise.
53         * tests/test-printf-posix.h (test_function): Likewise.
54         * tests/test-fprintf-posix.out: Likewise.
55
56 2007-04-10  Bruno Haible  <bruno@clisp.org>
57
58         * modules/locale-tests: New file.
59         * tests/test-locale.c: New file.
60
61         * modules/locale: New file.
62         * lib/locale_.h: New file.
63         * m4/locale_h.m4: New file.
64
65 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
66             Bruno Haible  <bruno@clisp.org>
67
68         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
69         be determined, test for availability of the copysignf, copysign,
70         copysignl functions.
71         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
72         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
73         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
74
75 2007-04-09  Eric Blake  <ebb9@byu.net>
76
77         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
78         * modules/stdio (Makefile.am): Support fflush.
79         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
80         * modules/fflush: New file.
81         * lib/fflush.c: Likewise.
82         * m4/fflush.m4: Likewise.
83         * modules/fflush-tests: New test.
84         * tests/test-fflush.c: Likewise.
85         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
86
87 2007-04-06  Bruno Haible  <bruno@clisp.org>
88
89         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
90         (VASNPRINTF): Use signbit for faster determination whether to print a
91         minus sign.
92         * modules/vasnprintf (Files): Remove lib/float+.h.
93         * modules/fprintf-posix (Depends-on): Add signbit.
94         * modules/snprintf-posix (Depends-on): Likewise.
95         * modules/sprintf-posix (Depends-on): Likewise.
96         * modules/vasnprintf-posix (Depends-on): Likewise.
97         * modules/vasprintf-posix (Depends-on): Likewise.
98         * modules/vfprintf-posix (Depends-on): Likewise.
99         * modules/vsnprintf-posix (Depends-on): Likewise.
100         * modules/vsprintf-posix (Depends-on): Likewise.
101
102 2007-04-06  Bruno Haible  <bruno@clisp.org>
103
104         * tests/test-frexp.c (main): Test also the sign bit of zero results.
105         * tests/test-frexpl.c (main): Likewise.
106         * tests/test-ldexpl.c (main): Likewise.
107         * modules/frexp-tests (Depends-on): Add signbit.
108         * modules/frexpl-tests (Depdends-on): Likewise.
109         * modules/ldexpl-tests (Depdends-on): Likewise.
110
111 2007-04-06  Bruno Haible  <bruno@clisp.org>
112
113         * modules/signbit-tests: New file.
114         * tests/test-signbit.c: New file.
115
116         * modules/signbit: New file.
117         * lib/signbitf.c: New file.
118         * lib/signbitd.c: New file.
119         * lib/signbitl.c: New file.
120         * m4/signbit.m4: New file.
121         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
122         (signbit): New macro.
123         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
124         REPLACE_SIGNBIT.
125         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
126         REPLACE_FREXPL into math.h.
127
128 2007-04-06  Bruno Haible  <bruno@clisp.org>
129
130         * modules/isnanf-nolibm-tests: New file.
131         * tests/test-isnanf.c: New file.
132
133         * modules/isnanf-nolibm: New file.
134         * lib/isnanf.h: New file.
135         * lib/isnanf.c: New file.
136         * lib/isnan.c: Consider the USE_FLOAT macro.
137         * m4/isnanf.m4: New file.
138
139 2007-04-06  Bruno Haible  <bruno@clisp.org>
140
141         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
142         (Link): New section.
143
144         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
145
146 2007-04-06  Bruno Haible  <bruno@clisp.org>
147
148         Assume the 'long double' type.
149         * m4/longdouble.m4: Remove file.
150         * config/srclist.txt: Don't mention longdouble.m4.
151         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
152         * lib/float+.h: Likewise.
153         * lib/frexp.c: Likewise.
154         * lib/printf-args.h: Likewise.
155         * lib/printf-args.c: Likewise.
156         * lib/printf-frexp.c: Likewise.
157         * lib/printf-parse.c: Likewise.
158         * lib/vasnprintf.c: Likewise.
159         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
160         * m4/intl.m4: Likewise.
161         * m4/isnanl.m4: Likewise.
162         * m4/printf.m4: Likewise.
163         * m4/printf-frexpl.m4: Likewise.
164         * m4/vasnprintf.m4: Likewise.
165         * modules/allocsa (Files): Remove m4/longdouble.m4.
166         * modules/gettext (Files): Likewise.
167         * modules/relocatable-prog-wrapper (Files): Likewise.
168         * modules/vasnprintf (Files): Likewise.
169         * modules/isnanl (Files): Likewise.
170         (Include): Simplify.
171         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
172         (Include): Simplify.
173         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
174         (Include): Simplify.
175         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
176         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
177         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
178         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
179         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
180         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
181         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
182         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
183         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
184         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
185         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
186         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
187         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
188         * tests/test-isnanl.c: Likewise.
189         * tests/test-snprintf-posix.h: Likewise.
190         * tests/test-sprintf-posix.h: Likewise.
191         * tests/test-vasnprintf-posix.c: Likewise.
192         * tests/test-vasnprintf-posix2.c: Likewise.
193         * tests/test-vasprintf-posix.c: Likewise.
194
195 2007-04-06  Bruno Haible  <bruno@clisp.org>
196
197         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
198         * lib/math_.h [__DECC]: Include the overridden include file through
199         #include_next, outside the double-inclusion guard.
200         * lib/stdio_.h [__DECC]: Likewise.
201         * lib/stdlib_.h [__DECC]: Likewise.
202         * lib/string_.h [__DECC]: Likewise.
203         * lib/time_.h [__DECC]: Likewise.
204         * lib/wchar_.h [__DECC]: Likewise.
205         * lib/wctype_.h [__DECC]: Likewise.
206         * lib/inttypes_.h [__DECC]: Likewise.
207         Reported by Albert Chin <china@thewrittenword.com> in
208         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
209
210 2007-04-04  Eric Blake  <ebb9@byu.net>
211
212         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
213         1.5.x.
214
215 2007-04-04  Bruno Haible  <bruno@clisp.org>
216
217         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
218         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
219
220 2007-04-04  Bruno Haible  <bruno@clisp.org>
221
222         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
223         results for "%010a" of Infinity and NaN.
224         * tests/test-vasprintf-posix.c (test_function): Likewise.
225         * tests/test-snprintf-posix.h (test_function): Likewise.
226         * tests/test-sprintf-posix.h (test_function): Likewise.
227         * tests/test-fprintf-posix.h (test_function): Remove these tests.
228         * tests/test-printf-posix.h (test_function): Likewise.
229         * tests/test-fprintf-posix.out: Update.
230         Needed for FreeBSD 6.1.
231
232 2007-04-04  Bruno Haible  <bruno@clisp.org>
233
234         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
235         directly used by the gnulib modules nor by gnulib-tool.
236
237 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
238
239         * DEPENDENCIES: Give overall description of version dependency
240         desirability.  Use more-typical names for apps.
241         Add shell, coreutils, diffutils, grep, tar, gzip.
242
243 2007-04-04  Simon Josefsson  <simon@josefsson.org>
244
245         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
246
247 2007-04-04  Karl Berry  <karl@gnu.org>
248
249         * MODULES.html.sh (func_module): missing '.
250
251 2007-04-03  Bruno Haible  <bruno@clisp.org>
252
253         * modules/argmatch-tests (Makefile.am): New variable
254         test_argmatch_LDADD.
255         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
256         * modules/array-list-tests (Makefile.am): New variable
257         test_array_list_LDADD.
258         * modules/array-oset-tests (Makefile.am): New variable
259         test_array_oset_LDADD.
260         * modules/avltree-list-tests (Makefile.am): New variable
261         test_avltree_list_LDADD.
262         * modules/avltree-oset-tests (Makefile.am): New variable
263         test_avltree_oset_LDADD.
264         * modules/avltreehash-list-tests (Makefile.am): New variable
265         test_avltreehash_list_LDADD.
266         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
267         test_canonicalize_lgpl_LDADD.
268         * modules/carray-list-tests (Makefile.am): New variable
269         test_carray_list_LDADD.
270         * modules/dirname-tests (Makefile.am): New variable
271         test_dirname_LDADD.
272         * modules/linked-list-tests (Makefile.am): New variable
273         test_linked_list_LDADD.
274         * modules/linkedhash-list-tests (Makefile.am): New variable
275         test_linkedhash_list_LDADD.
276         * modules/rbtree-list-tests (Makefile.am): New variable
277         test_rbtree_list_LDADD.
278         * modules/rbtree-oset-tests (Makefile.am): New variable
279         test_rbtree_oset_LDADD.
280         * modules/rbtreehash-list-tests (Makefile.am): New variable
281         test_rbtreehash_list_LDADD.
282         * modules/xvasprintf-tests (Makefile.am): New variable
283         test_xvasprintf_LDADD.
284         Reported by Eric Blake.
285
286 2007-04-03  Eric Blake  <ebb9@byu.net>
287
288         * DEPENDENCIES: Weaken m4 requirements.
289
290 2007-04-03  Bruno Haible  <bruno@clisp.org>
291
292         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
293         * modules/isnanl-tests (configure.ac): Likewise.
294
295 2007-04-03  Ben Pfaff  <blp@gnu.org>
296
297         * modules/iconv_open: Add $(srcdir)/ to source directory
298         references in Makefile fragments that call gperf, to fix VPATH
299         builds.
300
301 2007-04-03  Bruno Haible  <bruno@clisp.org>
302
303         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
304         * lib/ldexpl.c: Undo last change.
305
306 2007-04-03  Bruno Haible  <bruno@clisp.org>
307
308         * modules/printf-frexpl (Depends-on): Undo last change.
309         (Files): Add m4/ldexpl.m4.
310
311 2007-04-03  Bruno Haible  <bruno@clisp.org>
312
313         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
314         * modules/isnanl (Link): New section.
315
316         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
317         * modules/frexp (Link): New section.
318
319         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
320         * modules/frexpl (Link): New section.
321
322         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
323         * modules/ldexpl (Link): New section.
324
325 2007-04-03  Bruno Haible  <bruno@clisp.org>
326
327         * modules/TEMPLATE-EXTENDED: New file.
328         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
329
330 2007-04-03  Bruno Haible  <bruno@clisp.org>
331
332         * DEPENDENCIES: New file.
333         Suggested by Simon Josefsson.
334
335 2007-04-03  Bruno Haible  <bruno@clisp.org>
336
337         * doc/gnulib.texi: Escape @.
338
339 2007-04-03  James Youngman  <jay@gnu.org>
340         and Paul Eggert  <eggert@cs.ucla.edu>
341
342         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
343         birthtime on all systems that have birthtime, not just those which
344         use st_birthtimensec rather than st_birthtim.  Putting zero in
345         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
346         that the birth time is not available for files on an NFS mount.
347
348 2007-04-03  Simon Josefsson  <simon@josefsson.org>
349
350         * modules/memxor: Move back from crypto/, suggested by Bruno.
351         * modules/crypto/hmac-sha1: Fix memxor dependency.
352
353         * modules/crypto/gc: Moved from ../.
354
355 2007-04-02  Eric Blake  <ebb9@byu.net>
356
357         * lib/ldexpl.c (includes): Avoid libm.
358
359         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
360
361 2007-04-02  Bruno Haible  <bruno@clisp.org>
362
363         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
364         on IRIX.
365
366 2007-04-02  Bruno Haible  <bruno@clisp.org>
367
368         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
369         x86 or x86_64 platforms running MacOS X.
370         Reported by Ryan Schmidt <@ryandesign.com>.
371
372 2007-04-02  Bruno Haible  <bruno@clisp.org>
373
374         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
375         i386.
376
377 2007-04-01  Simon Josefsson  <simon@josefsson.org>
378
379         * modules/crypto/arcfour: Moved from ../.
380         * modules/crypto/arcfour-tests: Moved from ../.
381         * modules/crypto/arctwo: Moved from ../.
382         * modules/crypto/arctwo-tests: Moved from ../.
383         * modules/crypto/des: Moved from ../.
384         * modules/crypto/des-tests: Moved from ../.
385         * modules/crypto/gc-arcfour: Moved from ../.
386         * modules/crypto/gc-arcfour-tests: Moved from ../.
387         * modules/crypto/gc-arctwo: Moved from ../.
388         * modules/crypto/gc-arctwo-tests: Moved from ../.
389         * modules/crypto/gc-des: Moved from ../.
390         * modules/crypto/gc-des-tests: Moved from ../.
391         * modules/crypto/gc-hmac-md5: Moved from ../.
392         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
393         * modules/crypto/gc-hmac-sha1: Moved from ../.
394         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
395         * modules/crypto/gc-md2: Moved from ../.
396         * modules/crypto/gc-md2-tests: Moved from ../.
397         * modules/crypto/gc-md4: Moved from ../.
398         * modules/crypto/gc-md4-tests: Moved from ../.
399         * modules/crypto/gc-md5: Moved from ../.
400         * modules/crypto/gc-md5-tests: Moved from ../.
401         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
402         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
403         * modules/crypto/gc-random: Moved from ../.
404         * modules/crypto/gc-rijndael: Moved from ../.
405         * modules/crypto/gc-rijndael-tests: Moved from ../.
406         * modules/crypto/gc-sha1: Moved from ../.
407         * modules/crypto/gc-sha1-tests: Moved from ../.
408         * modules/crypto/gc-tests: Moved from ../.
409         * modules/crypto/hmac-md5: Moved from ../.
410         * modules/crypto/hmac-md5-tests: Moved from ../.
411         * modules/crypto/hmac-sha1: Moved from ../.
412         * modules/crypto/hmac-sha1-tests: Moved from ../.
413         * modules/crypto/md2: Moved from ../.
414         * modules/crypto/md2-tests: Moved from ../.
415         * modules/crypto/md4: Moved from ../.
416         * modules/crypto/md4-tests: Moved from ../.
417         * modules/crypto/md5: Moved from ../.
418         * modules/crypto/md5-tests: Moved from ../.
419         * modules/crypto/memxor: Moved from ../.
420         * modules/crypto/rijndael: Moved from ../.
421         * modules/crypto/rijndael-tests: Moved from ../.
422         * modules/crypto/sha1: Moved from ../.
423
424 2007-03-30  James Youngman  <jay@gnu.org>
425
426         * tests/test-stat-time.c (prepare_test): use chmod() rather than
427         rename() to change the ctime of a file (because ctime is unaffected
428         by rename on jfs2 on AIX 5.1).
429         (main): Start by doing cleanup, in case a previous run failed leaving
430         test files behind.
431
432 2007-03-31  Bruno Haible  <bruno@clisp.org>
433
434         Support old proprietary implementations of iconv.
435         * modules/iconv_open: New file.
436         * lib/iconv_.h: New file.
437         * m4/iconv_h.m4: New file.
438         * lib/iconv_open.c: New file.
439         * lib/iconv_open-aix.gperf: New file.
440         * lib/iconv_open-hpux.gperf: New file.
441         * lib/iconv_open-irix.gperf: New file.
442         * lib/iconv_open-osf.gperf: New file.
443         * m4/iconv_open.m4: New file.
444         * modules/linebreak (Depends-on): Add iconv_open.
445         * modules/striconv (Depends-on): Likewise.
446         * modules/striconveh (Depends-on): Likewise.
447         * modules/unicodeio (Depends-on): Likewise.
448         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
449         (iconv_t)(-1).
450         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
451         conversion if cd is (iconv_t)(-1).
452         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
453         is not possible.
454
455 2007-03-31  Bruno Haible  <bruno@clisp.org>
456
457         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
458         work on Solaris either. Protect also second use of "autodetect_jp".
459
460 2007-03-31  Bruno Haible  <bruno@clisp.org>
461
462         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
463         the function is not present.
464
465 2007-03-31  Bruno Haible  <bruno@clisp.org>
466
467         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
468         the function is not present.
469
470 2007-03-31  Bruno Haible  <bruno@clisp.org>
471
472         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
473         a bug in HP-UX iconv_open().
474
475 2007-03-31  Bruno Haible  <bruno@clisp.org>
476
477         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
478         (Mathematics <math.h>): New section, add fpieee.
479         (Input/output <stdio.h>): Add fseterr.
480         (Mathematics <math.h>): New section, add printf-frexp.
481         (Container data structures): Add sublist.
482         (Core language properties): Add fpucw, inline.
483         (Functions for greatest-width integer types <inttypes.h>): Add
484         imaxabs, imaxdiv, inttypes.
485         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
486         isnanl-nolibm, ldexp.
487         (Mathematics <math.h>): New section, add printf-frexpl.
488         (Support for systems lacking POSIX:2001): Add fprintf-posix,
489         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
490         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
491         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
492         (Unicode string functions): Add unistr/u*-mbtoucr.
493         (Java): Add javacomp-script, javaexec-script.
494         (C#): Add csharpcomp-script, csharpexec-script.
495         (Support for building libraries and executables): Add havelib,
496         relocatable-*.
497         (Support for maintaining and releasing projects): Renamed from
498         'Support for maintaining and release projects'. Add announce-gen.
499
500 2007-03-31  Bruno Haible  <bruno@clisp.org>
501
502         * README: Talk primarily about git.
503         (git and CVS): Renamed from CVS.
504         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
505         gnulib is available through git.
506         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
507
508 2007-03-30  Bruno Haible  <bruno@clisp.org>
509
510         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
511         * lib/poll_.h: Likewise.
512         * lib/stat_.h: Likewise.
513         * lib/sys_time_.h: Likewise.
514         * lib/sysexit_.h: Likewise.
515         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
516         * lib/stdbool_.h: Likewise.
517         * lib/byteswap_.h: Add double-inclusion guard.
518
519 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
520
521         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
522
523 2007-03-30  Karl Berry  <karl@gnu.org>
524
525         * config/srclist-update: double space after USA in the license
526         substitution, since that's how it's usually (?) written.
527
528 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
529
530         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
531         reported by Bruno Haible.
532
533 2007-03-29  Bruno Haible  <bruno@clisp.org>
534
535         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
536         a bug in AIX iconv().
537
538 2007-03-29  Bruno Haible  <bruno@clisp.org>
539
540         * modules/ldexpl-tests: New file.
541         * tests/test-ldexpl.c: New file.
542
543 2007-03-29  Bruno Haible  <bruno@clisp.org>
544
545         * lib/ldexpl.c: Include fpucw.h.
546         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
547         multiplication.
548         * modules/ldexpl (Depends-on): Add fpucw.
549
550 2007-03-29  Bruno Haible  <bruno@clisp.org>
551
552         * modules/ldexpl: New file.
553         * m4/ldexpl.m4: New file.
554         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
555         set.
556         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
557         REPLACE_LDEXPL.
558         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
559         REPLACE_LDEXPL.
560         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
561         gl_FUNC_LDEXPL_WORKS.
562         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
563         * modules/mathl (Files): Remove lib/ldexpl.c.
564         (Depends-on): Add ldexpl.
565
566 2007-03-29  Bruno Haible  <bruno@clisp.org>
567
568         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
569
570 2007-03-29  Bruno Haible  <bruno@clisp.org>
571
572         * tests/test-striconveh.c (main): Don't assume that a direct conversion
573         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
574         and possibly also HP-UX.
575         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
576         work on AIX, IRIX, HP-UX, OSF/1.
577         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
578         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
579         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
580         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
581         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
582         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
583
584 2007-03-29  Bruno Haible  <bruno@clisp.org>
585
586         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
587
588 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
589
590         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
591         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
592
593 2007-03-29  Eric Blake  <ebb9@byu.net>
594
595         * lib/acl-internal.h: Remove redundant include.
596         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
597         Cygwin when a file is locked.
598
599 2007-03-29  Bruno Haible  <bruno@clisp.org>
600
601         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
602         file.
603         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
604
605 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
606
607         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
608         try to remove a parent directory if the child couldn't be removed
609         (except for the first rmdir, which could fail because the child
610         doesn't exist).  Problem reported by Jeff Blaine in
611         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
612
613 2007-03-28  Bruno Haible  <bruno@clisp.org>
614
615         * lib/striconveh.c (utf8conv_carefully): New function.
616         (mem_cd_iconveh_internal): Invoke it.
617
618 2007-03-28  Bruno Haible  <bruno@clisp.org>
619
620         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
621         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
622         input.
623         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
624         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
625         unistr/u8-uctomb.
626
627 2007-03-28  Bruno Haible  <bruno@clisp.org>
628
629         * modules/unistr/u8-mbtoucr: New file.
630         * lib/unistr/u8-mbtoucr.c: New file.
631         * modules/unistr/u16-mbtoucr: New file.
632         * lib/unistr/u16-mbtoucr.c: New file.
633         * modules/unistr/u16-mbtoucr: New file.
634         * lib/unistr/u16-mbtoucr.c: New file.
635         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
636
637 2007-03-27  Simon Josefsson  <simon@josefsson.org>
638             Bruno Haible  <bruno@clisp.org>
639
640         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
641         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
642         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
643
644         * m4/stdio_h.m4: Add stubs for vasprintf too.
645
646         * modules/stdio: Support vasprintf in sed command.
647
648         * modules/vasprintf: Depend on stdio for prototypes.  Remove
649         vasprintf.h.  Add stdio module indicator.
650
651         * lib/stdio_.h: Declare asprintf and vasprintf, based on
652         vasprintf.h.
653
654         * lib/vasprintf.h: File removed.
655
656         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
657         * lib/vasprintf.c: Ditto.
658         * lib/xvasprintf.c: Ditto.
659         * tests/test-vasprintf-posix.c: Ditto.
660         * tests/test-vasprintf.c: Ditto.
661
662 2007-03-27  Bruno Haible  <bruno@clisp.org>
663
664         Make vasnprintf multithread-safe.
665         * lib/vasnprintf.c (decimal_point_char): New function.
666         (VASNPRINTF): Use it.
667         Suggested by Simon Josefsson.
668
669 2007-03-27  Eric Blake  <ebb9@byu.net>
670
671         Support sub-second birthtime on cygwin.
672         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
673         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
674         (get_stat_birthtime): Also work with st_birthtim.
675
676 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
677
678         * lib/stat-time.h (USE_BIRTHTIME): Remove.
679         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
680         (get_stat_birthtime_ns): Do not try to use "spare" fields.
681         (get_stat_birthtime_ns): Simplify compile-time tests.
682         (get_stat_birthtime): Change the API to look like
683         get_stat_mtime etc., except return a negative tv_nsec on error.
684         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
685         Don't check for "spare" fields.
686         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
687         or for struct stat.st_birthtime, as these tests aren't used.
688         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
689
690 2007-03-27  Bruno Haible  <bruno@clisp.org>
691
692         * lib/stat-time.h: Include <sys/stat.h>.
693
694 2007-03-27  James Youngman  <jay@gnu.org>
695
696         * lib/stat-time.h (get_stat_birthtime): New function for
697           retrieving st_birthtime as provided by UFS2 (hence *BSD).
698         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
699           and its variants.
700         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
701         * modules/stat-time-test: New file.
702         * tests/test-stat-time.c: New test, devised by Bruno Haible.
703
704 2007-03-26  Bruno Haible  <bruno@clisp.org>
705
706         Better support of signalling NaNs.
707         * lib/atanl.c: Include isnanl.h.
708         (atanl): Perform test for NaN at the beginning of the function and
709         through a call to isnanl.
710         * lib/cosl.c: Include isnanl.h.
711         (cosl): Perform test for NaN at the beginning of the function and
712         through a call to isnanl.
713         * lib/ldexpl.c: Include isnanl.h.
714         (ldexpl): Perform test for NaN through a call to isnanl.
715         * lib/logl.c: Include isnanl.h.
716         (logl): Perform test for NaN at the beginning of the function and
717         through a call to isnanl.
718         * lib/sinl.c: Include isnanl.h.
719         (sinl): Perform test for NaN at the beginning of the function and
720         through a call to isnanl.
721         * lib/sqrtl.c: Include isnanl.h.
722         (sqrtl): Perform test for NaN at the beginning of the function and
723         through a call to isnanl.
724         * lib/tanl.c: Include isnanl.h.
725         (tanl): Perform test for NaN at the beginning of the function and
726         through a call to isnanl.
727         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
728         * modules/mathl (Depends-on): Add isnanl.
729
730 2007-03-26  Eric Blake  <ebb9@byu.net>
731
732         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
733         regression in logic sense of previous patch.
734
735 2007-03-26  Bruno Haible  <bruno@clisp.org>
736
737         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
738         unportable shell command "if ! ...".
739         Reported by Ralf Wildenhues.
740
741 2007-03-25  Bruno Haible  <bruno@clisp.org>
742
743         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
744         <sysexits.h> file, and only add EX_CONFIG.
745         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
746         absolute file name and whether it is sufficient. Substitute also
747         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
748         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
749         ABSOLUTE_SYSEXITS_H into sysexits.h.
750
751 2007-03-25  Bruno Haible  <bruno@clisp.org>
752
753         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
754         hints is NULL.
755
756 2007-03-25  Bruno Haible  <bruno@clisp.org>
757
758         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
759         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
760
761 2007-03-25  Bruno Haible  <bruno@clisp.org>
762
763         * lib/vasnprintf.c: Include langinfo.h.
764         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
765         multithread-safe.
766         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
767         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
768         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
769         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
770         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
771         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
772         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
773         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
774         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
775         Reported by Simon Josefsson.
776
777 2007-03-25  Bruno Haible  <bruno@clisp.org>
778
779         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
780         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
781         * modules/vasnprintf (Depends-on): Add stdint.
782
783 2007-03-25  Bruno Haible  <bruno@clisp.org>
784
785         * modules/fpieee: New file.
786         * m4/fpieee.m4: New file.
787         * modules/isnan-nolibm (Depends-on): Add fpieee.
788         * modules/isnanl-nolibm (Depends-on): Add fpieee.
789         * modules/isnanl (Depends-on): Add fpieee.
790
791 2007-03-25  Bruno Haible  <bruno@clisp.org>
792
793         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
794
795 2007-03-25  Bruno Haible  <bruno@clisp.org>
796
797         Avoid test failures on IRIX 6.5.
798         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
799         (main): Use it.
800         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
801         macros.
802         (main): Use them.
803
804 2007-03-25  Bruno Haible  <bruno@clisp.org>
805
806         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
807         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
808         exists but doesn't work.
809         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
810         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
811         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
812         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
813
814 2007-03-25  Bruno Haible  <bruno@clisp.org>
815
816         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
817         returns inf. Needed on IRIX 6.5.
818
819 2007-03-25  Bruno Haible  <bruno@clisp.org>
820
821         * tests/test-frexpl.c: Include isnanl-nolibm.h.
822         (main): Use isnanl instead of x != x idiom.
823         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
824
825         * tests/test-frexp.c: Include isnan.h.
826         (main): Use isnan instead of x != x idiom.
827         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
828
829 2007-03-25  Bruno Haible  <bruno@clisp.org>
830
831         * tests/test-frexp.c (NaN): New function/macro.
832         (main): Use it instead of 0.0 / 0.0.
833         * tests/test-isnan.c (NaN): New function/macro.
834         (main): Use it instead of 0.0 / 0.0.
835         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
836         (test_function): Use it instead of 0.0 / 0.0.
837         * tests/test-vasprintf-posix.c (NaN): New function/macro.
838         (test_function): Use it instead of 0.0 / 0.0.
839         * tests/test-snprintf-posix.h (NaN): New function/macro.
840         (test_function): Use it instead of 0.0 / 0.0.
841         * tests/test-sprintf-posix.h (NaN): New function/macro.
842         (test_function): Use it instead of 0.0 / 0.0.
843         * tests/test-fprintf-posix.h (NaN): New function/macro.
844         (test_function): Use it instead of 0.0 / 0.0.
845         * tests/test-printf-posix.h (NaN): New function/macro.
846         (test_function): Use it instead of 0.0 / 0.0.
847
848         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
849
850 2007-03-25  Bruno Haible  <bruno@clisp.org>
851
852         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
853
854 2007-03-25  Bruno Haible  <bruno@clisp.org>
855
856         * lib/regexec.c (merge_state_with_log): Make static.
857
858 2007-03-25  Bruno Haible  <bruno@clisp.org>
859
860         * lib/trigl.c (kernel_rem_pio2): Make static.
861
862 2007-03-25  Bruno Haible  <bruno@clisp.org>
863
864         * lib/sincosl.c (sincosl_table): Make static.
865
866 2007-03-25  Bruno Haible  <bruno@clisp.org>
867
868         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
869         if the compiler does not support C99.
870
871 2007-03-25  Bruno Haible  <bruno@clisp.org>
872
873         * modules/time (Makefile.am): Ensure all rule action lines start with a
874         tab.
875
876 2007-03-24  Bruno Haible  <bruno@clisp.org>
877
878         * modules/tsearch-tests: New file.
879         * tests/test-tsearch.sh: New file.
880         * tests/test-tsearch.c: New file, mostly copied from glibc.
881
882         * modules/search-tests: New file.
883         * tests/test-search.c: New file.
884
885         * modules/search: New file.
886         * lib/search_.h: New file, incorporating lib/tsearch.h.
887         * m4/search_h.m4: New file.
888         * lib/tsearch.h: Remove file.
889         * lib/tsearch.c: Include search.h instead of tsearch.h.
890         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
891         HAVE_TSEARCH.
892         * modules/tsearch (Files): Remove lib/tsearch.h.
893         (Depends-on): Add search.
894         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
895         (Include): Change tsearch.h into search.h.
896
897 2007-03-24  Bruno Haible  <bruno@clisp.org>
898
899         * modules/fpucw: New file.
900         * lib/fpucw.h: New file.
901         * lib/frexp.c: Include fpucw.h.
902         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
903         (FUNC): Use them.
904         * lib/printf-frexp.c: Include fpucw.h.
905         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
906         (FUNC): Use them.
907         * lib/vasnprintf.c: Include fpucw.h.
908         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
909         'long double' calculations.
910         * tests/test-frexpl.c: Include fpucw.h.
911         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
912         * tests/test-printf-frexpl.c: Include fpucw.h.
913         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
914         * modules/frexpl (Depends-on): Add fpucw.
915         * modules/printf-frexpl (Depends-on): Likewise.
916         * modules/fprintf-posix (Depends-on): Likewise.
917         * modules/snprintf-posix (Depends-on): Likewise.
918         * modules/sprintf-posix (Depends-on): Likewise.
919         * modules/vasnprintf-posix (Depends-on): Likewise.
920         * modules/vasprintf-posix (Depends-on): Likewise.
921         * modules/vfprintf-posix (Depends-on): Likewise.
922         * modules/vsnprintf-posix (Depends-on): Likewise.
923         * modules/vsprintf-posix (Depends-on): Likewise.
924         * modules/frexpl-tests (Depends-on): Likewise.
925         * modules/printf-frexpl-tests (Depends-on): Likewise.
926
927 2007-03-24  Bruno Haible  <bruno@clisp.org>
928
929         * lib/float+.h: New file.
930         * lib/isnan.c: Include float+.h.
931         (SIZE): New macro.
932         (FUNC): Compare only SIZE bytes of the value.
933         * lib/vasnprintf.c: Include float+.h.
934         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
935         SIZEOF_LDBL or SIZEOF_DBL bytes.
936         * modules/isnan-nolibm (Files): Add lib/float+.h.
937         * modules/isnanl-nolibm (Files): Add lib/float+.h.
938         * modules/isnanl (Files): Add lib/float+.h.
939         * modules/vasnprintf (Files): Add lib/float+.h.
940
941 2007-03-24  Bruno Haible  <bruno@clisp.org>
942
943         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
944         include isnanl-nolibm.h.
945
946 2007-03-24  Bruno Haible  <bruno@clisp.org>
947
948         * tests/test-read-file.c (main): Don't produce spurious output for
949         expected situations. Make the test fail if it encountered unexpected
950         results.
951
952 2007-03-24  Bruno Haible  <bruno@clisp.org>
953
954         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
955         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
956
957 2007-03-24  Bruno Haible  <bruno@clisp.org>
958
959         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
960
961 2007-03-24  Bruno Haible  <bruno@clisp.org>
962
963         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
964         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
965
966         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
967         * modules/utf8-ucs4: Turn into a symbolic link to module
968         unistr/u8-mbtouc.
969
970         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
971         utf8-ucs4-unsafe.
972         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
973         unistr/u8-mbtouc-unsafe.
974
975         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
976         * modules/utf16-ucs4: Turn into a symbolic link to module
977         unistr/u16-mbtouc.
978
979         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
980         utf16-ucs4-unsafe.
981         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
982         unistr/u16-mbtouc-unsafe.
983
984         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
985         * modules/ucs4-utf8: Turn into a symbolic link to module
986         unistr/u8-ubtomb.
987
988         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
989         * modules/ucs4-utf16: Turn into a symbolic link to module
990         unistr/u16-ubtomb.
991
992 2007-03-24  Bruno Haible  <bruno@clisp.org>
993
994         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
995         Enable the function only if HAVE_INLINE.
996         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
997         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
998         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
999         Enable the function only if HAVE_INLINE.
1000         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
1001         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
1002         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
1003         Enable the function only if HAVE_INLINE.
1004         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
1005         Enable the function only if HAVE_INLINE.
1006         * modules/utf8-ucs4: Update.
1007         * modules/utf8-ucs4-unsafe: Update.
1008         * modules/utf16-ucs4: Update.
1009         * modules/utf16-ucs4-unsafe: Update.
1010         * modules/ucs4-utf8: Update.
1011         * modules/ucs4-utf16: Update.
1012
1013 2007-03-24  Bruno Haible  <bruno@clisp.org>
1014
1015         * lib/utf8-ucs4.h: Remove file.
1016         * lib/utf8-ucs4-unsafe.h: Remove file.
1017         * lib/utf16-ucs4.h: Remove file.
1018         * lib/utf16-ucs4-unsafe.h: Remove file.
1019         * lib/ucs4-utf8.h: Remove file.
1020         * lib/ucs4-utf16.h: Remove file.
1021         * lib/unistr.h: Include their previous contents.
1022         * m4/utf-ucs4.m4: Remove file.
1023         * m4/ucs4-utf.m4: Remove file.
1024         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
1025         (Depends-on): Add unistr/base.
1026         (configure.ac): Remove gl_UTF_UCS4.
1027         (Makefile.am): Update.
1028         (Include): Change to unistr.h.
1029         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
1030         (Depends-on): Add unistr/base.
1031         (configure.ac): Remove gl_UTF_UCS4.
1032         (Makefile.am): Update.
1033         (Include): Change to unistr.h.
1034         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
1035         (Depends-on): Add unistr/base.
1036         (configure.ac): Remove gl_UTF_UCS4.
1037         (Makefile.am): Update.
1038         (Include): Change to unistr.h.
1039         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
1040         (Depends-on): Add unistr/base.
1041         (configure.ac): Remove gl_UTF_UCS4.
1042         (Makefile.am): Update.
1043         (Include): Change to unistr.h.
1044         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
1045         (Depends-on): Add unistr/base.
1046         (configure.ac): Remove gl_UCS4_UTF.
1047         (Makefile.am): Update.
1048         (Include): Change to unistr.h.
1049         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
1050         (Depends-on): Add unistr/base.
1051         (configure.ac): Remove gl_UCS4_UTF.
1052         (Makefile.am): Update.
1053         (Include): Change to unistr.h.
1054         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
1055         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
1056         utf8-ucs4-unsafe.h.
1057         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
1058         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
1059         utf16-ucs4-unsafe.h.
1060         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
1061         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
1062         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
1063         * lib/unistr/u8-strchr.c: Likewise.
1064         * lib/unistr/u8-strrchr.c: Likewise.
1065         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
1066         * lib/unistr/u16-strchr.c: Likewise.
1067         * lib/unistr/u16-strrchr.c: Likewise.
1068         * lib/striconveh.c: Update.
1069         * lib/linebreak.c: Update.
1070
1071 2007-03-24  Bruno Haible  <bruno@clisp.org>
1072
1073         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
1074         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
1075
1076 2007-03-22  Bruno Haible  <bruno@clisp.org>
1077
1078         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
1079
1080 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
1081
1082         * MODULES.html.sh (File system functions): New module write-any-file.
1083         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
1084         * m4/write-any-file.m4: New files.
1085
1086 2007-03-23  Eric Blake  <ebb9@byu.net>
1087
1088         * gnulib-tool: Rearrange space-tab sequences, since some editors
1089         like to eat them.
1090
1091 2007-03-23  Eric Blake  <ebb9@byu.net>
1092
1093         * lib/version-etc.c (version_etc_va): Update license wording to
1094         be more concise.  Recommended by Richard Stallman.
1095
1096 2007-03-22  Bruno Haible  <bruno@clisp.org>
1097
1098         * lib/poll.c (MSG_PEEK): New fallback definition.
1099
1100 2007-03-22  Bruno Haible  <bruno@clisp.org>
1101
1102         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
1103         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
1104         (main): Update.
1105         Fixes a compilation error on BeOS.
1106
1107 2007-03-22  Bruno Haible  <bruno@clisp.org>
1108
1109         * modules/frexpl-tests: New file.
1110         * tests/test-frexpl.c: New file.
1111
1112         * modules/frexpl: New file.
1113         * m4/frexpl.m4: New file.
1114         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
1115         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
1116         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
1117         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
1118         (Depends-on): Add frexpl. Remove isnanl-nolibm.
1119         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
1120
1121 2007-03-22  Bruno Haible  <bruno@clisp.org>
1122
1123         * lib/frexpl.c: Share code with lib/frexp.c.
1124         * modules/mathl (Files): Add lib/frexp.c.
1125         (Depends-on): Add isnanl-nolibm.
1126
1127 2007-03-22  Bruno Haible  <bruno@clisp.org>
1128
1129         * modules/printf-frexp (Files): Add m4/frexp.m4.
1130         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
1131         only if the found frexp function actually works.
1132
1133 2007-03-22  Bruno Haible  <bruno@clisp.org>
1134
1135         * lib/frexp.c: Remove older implementation that uses divisions.
1136
1137 2007-03-21  Bruno Haible  <bruno@clisp.org>
1138
1139         * modules/frexp-tests: New file.
1140         * tests/test-frexp.c: New file.
1141
1142         * modules/frexp: New file.
1143         * lib/frexp.c: New file.
1144         * m4/frexp.m4: New file.
1145         * lib/math_.h (frexp): New declaration.
1146         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
1147         REPLACE_FREXP.
1148         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
1149
1150 2007-03-21  Bruno Haible  <bruno@clisp.org>
1151
1152         * modules/isnanl-tests: New file.
1153         * tests/test-isnanl.c: New file.
1154
1155         * modules/isnanl: New file.
1156         * lib/isnanl.h: New file.
1157         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
1158         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
1159         gl_FUNC_ISNANL_WORKS.
1160         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
1161         New macros.
1162
1163 2007-03-21  Bruno Haible  <bruno@clisp.org>
1164
1165         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
1166         lib/isnanl.h.
1167         (Include): Update.
1168         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
1169         * lib/vasnprintf.c: Update.
1170         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
1171         tests/test-isnanl.h, remove tests/test-isnanl.c.
1172         (Makefile.am): Update.
1173         * tests/test-isnanl-nolibm.c: New file.
1174         * tests/test-isnanl.h: New file.
1175         * tests/test-isnanl.c: Remove file.
1176
1177 2007-03-21  Jim Meyering  <jim@meyering.net>
1178
1179         When trying to open ".", treat ESTALE like EACCES.
1180         * lib/savewd.c (savewd_save): Resort to forking not just upon
1181         failure with EACCES, but also when errno is ESTALE.
1182
1183 2007-03-20  Bruno Haible  <bruno@clisp.org>
1184
1185         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
1186         Needed on AIX 5.1. Reported by Matthew Woehlke.
1187
1188 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1189
1190         Suggestions by Bruno Haible:
1191         * lib/acl-internal.h: Include "gettext.h" rather than rolling
1192         our own.
1193         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
1194         * modules/acl (Depends-on): Add gettext.
1195
1196 2007-03-19  Bruno Haible  <bruno@clisp.org>
1197
1198         * modules/iconvme: Remove file.
1199         * lib/iconvme.h: Remove file.
1200         * lib/iconvme.c: Remove file.
1201         * m4/iconvme.m4: Remove file.
1202
1203 2007-03-19  Bruno Haible  <bruno@clisp.org>
1204
1205         * doc/relocatable-maint.texi: Break long shell script line.
1206         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
1207
1208 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1209
1210         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
1211         handle file_has_acl.
1212         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
1213         * lib/acl.c: Move header inclusions and related macro defns into
1214         lib/acl-internal.h.
1215         (S_ISLNK): Remove defn, since that's now done for us.
1216         (file_has_acl): Move to lib/file-has-acl.c.
1217         Call acl_trivial if available.  This is the crucial part of the fix.
1218         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
1219         shared within the library.  Rewrite a bit, partly to make it compatible
1220         with the GNU coding style.
1221         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
1222         Remove unnecessary double-quotes.
1223         Don't test for acl_to_text; the build will catch that.
1224         Replace acl_entries if it doesn't exist and it is needed.
1225         Check for -lsec and acl_trivial (as used on Solaris 10).
1226         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
1227         lib/file-has-acl.c.
1228         (Depends-on): Add sys_stat, for S_ISLNK.
1229
1230 2007-03-19  Ben Pfaff  <blp@gnu.org>
1231
1232         * doc/gnulib.texi: Fix typos.
1233         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
1234
1235 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1236
1237         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
1238         If size is zero here, buf must be zero.
1239
1240 2007-03-19  Simon Josefsson  <simon@josefsson.org>
1241
1242         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
1243         <bruno@clisp.org>.
1244
1245 2007-03-18  Bruno Haible  <bruno@clisp.org>
1246
1247         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
1248         Suggested by Eric Blake.
1249
1250 2007-03-18  Ben Pfaff  <blp@gnu.org>
1251
1252         * doc/relocatable.texi: Recommend using as prefix a directory
1253         that does not exist and will never be created.  Based on
1254         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
1255         and others.
1256
1257 2007-03-17  Bruno Haible  <bruno@clisp.org>
1258
1259         * lib/fchownat.c: Include lchown.h.
1260
1261 2007-03-17  Bruno Haible  <bruno@clisp.org>
1262
1263         Fix endless loop when the given allocated size was > INT_MAX.
1264         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
1265         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
1266         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
1267         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
1268         * lib/sprintf.c (sprintf): Likewise.
1269
1270 2007-03-17  Bruno Haible  <bruno@clisp.org>
1271
1272         * tests/test-argp-2.sh (func_compare): Output a context diff.
1273
1274 2007-03-17  Bruno Haible  <bruno@clisp.org>
1275
1276         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
1277         locale's decimal-point character.
1278
1279 2007-03-17  Bruno Haible  <bruno@clisp.org>
1280
1281         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
1282         before comparing it. Needed because on some platforms (e.g. x86) a
1283         'long double' occupies less bytes than sizeof (long double).
1284
1285 2007-03-17  Bruno Haible  <bruno@clisp.org>
1286
1287         * tests/test-crc.c (main): Make printf statements 64-bit clean.
1288         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
1289         * tests/test-getaddrinfo.c (simple): Likewise.
1290         * tests/test-read-file.c (main): Likewise.
1291
1292 2007-03-17  Bruno Haible  <bruno@clisp.org>
1293
1294         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
1295
1296 2007-03-17  Bruno Haible  <bruno@clisp.org>
1297
1298         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
1299         unused variable.
1300
1301 2007-03-17  Bruno Haible  <bruno@clisp.org>
1302
1303         * tests/test-c-strcasecmp.c: Include c-strcase.h.
1304         * tests/test-c-strncasecmp.c: Likewise.
1305
1306 2007-03-17  Bruno Haible  <bruno@clisp.org>
1307
1308         * modules/stdlib (Depends-on): Add unistd.
1309         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
1310         Needed for MacOS X 10.3.
1311
1312 2007-03-17  Bruno Haible  <bruno@clisp.org>
1313
1314         * lib/unistr/u-strdup.h: Include <stdlib.h>.
1315
1316 2007-03-17  Bruno Haible  <bruno@clisp.org>
1317
1318         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
1319
1320 2007-03-17  Bruno Haible  <bruno@clisp.org>
1321
1322         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
1323         to reflect files copied from gnulib (with or without modifications).
1324         Suggested by Jim Meyering.
1325
1326 2007-03-17  Eric Blake  <ebb9@byu.net>
1327
1328         * NEWS: Document stdlib change from 2007-02-18.
1329
1330 2007-03-17  Jim Meyering  <jim@meyering.net>
1331
1332         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
1333         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
1334         someone uses a name containing shell meta-characters.
1335         Reported by Alfred M. Szmidt.
1336
1337         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
1338
1339 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1340
1341         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
1342         and copy gettext configuration files only if configure.ac contains
1343         a use of AM_GNU_GETTEXT_VERSION.
1344
1345 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1346
1347         * build-aux/bootstrap (gnulib_name): New variable.
1348         (gnulib_tool_options): Use it.
1349
1350 2007-03-13  Simon Josefsson  <simon@josefsson.org>
1351
1352         * tests/test-des.c: Use new namespace.
1353
1354 2007-03-15  Bruno Haible  <bruno@clisp.org>
1355
1356         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
1357         Reported by James Youngman <jay@gnu.org>.
1358
1359 2007-03-15  Bruno Haible  <bruno@clisp.org>
1360
1361         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
1362         declared prototype. Needed with cc on OSF/1 5.1.
1363
1364 2007-03-15  Bruno Haible  <bruno@clisp.org>
1365
1366         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
1367         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
1368         (struct gl_list_implementation): Add dispose_fn argument to the
1369         'create_empty', 'create' methods.
1370         (struct gl_list_impl_base): Add field 'dispose_fn'.
1371         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
1372         argument.
1373         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
1374         dispose_fn argument.
1375         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
1376         dispose_fn on the dropped values.
1377         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
1378         dispose_fn argument.
1379         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
1380         dropped values.
1381         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
1382         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1383         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
1384         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1385         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
1386         argument.
1387         (gl_tree_list_free): Call dispose_fn on the dropped values.
1388         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
1389         the dropped values.
1390         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1391         Add dispose_fn argument.
1392         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
1393         Call dispose_fn on the dropped values.
1394         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
1395         Add dispose_fn argument.
1396         (gl_sublist_create): Initialize the 'dispose_fn' field.
1397         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
1398         * tests/test-array_list.c (main): Update.
1399         * tests/test-carray_list.c (main): Update.
1400         * tests/test-avltree_list.c (main): Update.
1401         * tests/test-rbtree_list.c (main): Update.
1402         * tests/test-avltreehash_list.c (main): Update.
1403         * tests/test-rbtreehash_list.c (main): Update.
1404         * tests/test-linked_list.c (main): Update.
1405         * tests/test-linkedhash_list.c (main): Update.
1406         * tests/test-array_oset.c (main): Update.
1407
1408 2007-03-15  Bruno Haible  <bruno@clisp.org>
1409
1410         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
1411         (gl_oset_create_empty): Add dispose_fn argument.
1412         (struct gl_oset_implementation): Add dispose_fn argument to
1413         'create_empty' method.
1414         (struct gl_oset_impl_base): Add dispose_fn field.
1415         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
1416         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
1417         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
1418         values.
1419         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
1420         (gl_tree_oset_free): Call dispose_fn on the dropped values.
1421         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1422         dropped value.
1423         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1424         dropped value.
1425         * tests/test-array_oset.c (main): Update.
1426         * tests/test-avltree_oset.c (main): Update.
1427         * tests/test-rbtree_oset.c (main): Update.
1428         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
1429
1430 2007-03-13  Bruno Haible  <bruno@clisp.org>
1431
1432         * tests/test-stdbool.c (i): Update after last patch.
1433
1434 2007-03-12  Bruno Haible  <bruno@clisp.org>
1435
1436         * lib/quotearg.c: Include <wctype.h> early, before the definition of
1437         the iswprint macro. Needed on Solaris 2.5.1.
1438
1439 2007-03-12  Bruno Haible  <bruno@clisp.org>
1440
1441         * tests/test-printf-frexp.c (main): Declare x as volatile.
1442
1443 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1444
1445         * doc/gnulib.texi (Build robot for gnulib): New section.
1446
1447 2007-03-12  Jim Meyering  <jim@meyering.net>
1448
1449         * build-aux/bootstrap: New file.
1450         * build-aux/bootstrap.conf: New file, from coreutils.
1451
1452 2007-03-11  Bruno Haible  <bruno@clisp.org>
1453
1454         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
1455
1456 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1457
1458         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
1459         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
1460         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
1461
1462 2007-03-11  Bruno Haible  <bruno@clisp.org>
1463
1464         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
1465         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
1466
1467 2007-03-11  Bruno Haible  <bruno@clisp.org>
1468
1469         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
1470         formula. Needed for SunPRO C 5.0.
1471
1472 2007-03-11  Bruno Haible  <bruno@clisp.org>
1473
1474         * modules/long-options (Depends-on): Add getopt.
1475
1476 2007-03-11  Bruno Haible  <bruno@clisp.org>
1477
1478         * modules/modechange (Depends-on): Add stdbool.
1479
1480 2007-03-11  Bruno Haible  <bruno@clisp.org>
1481
1482         * modules/i-ring (Depends-on): Add stdbool.
1483
1484 2007-03-11  Bruno Haible  <bruno@clisp.org>
1485
1486         * modules/gc-des (Depends-on): Add stdbool.
1487
1488 2007-03-11  Bruno Haible  <bruno@clisp.org>
1489
1490         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
1491
1492 2007-03-11  Bruno Haible  <bruno@clisp.org>
1493
1494         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
1495
1496 2007-03-11  Bruno Haible  <bruno@clisp.org>
1497
1498         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
1499
1500 2007-03-11  Bruno Haible  <bruno@clisp.org>
1501
1502         * lib/vasnprintf.c (sprintf): Undefine.
1503
1504 2007-03-11  Bruno Haible  <bruno@clisp.org>
1505
1506         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
1507         initializers in SunPRO C and Compaq C compilers.
1508
1509 2007-03-11  Bruno Haible  <bruno@clisp.org>
1510
1511         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
1512         decrementing code ANSI C compliant.
1513
1514 2007-03-11  Bruno Haible  <bruno@clisp.org>
1515
1516         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
1517         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
1518
1519 2007-03-11  Bruno Haible  <bruno@clisp.org>
1520
1521         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
1522         <stdbool.h> substitute doesn't pass.
1523
1524 2007-03-11  Bruno Haible  <bruno@clisp.org>
1525
1526         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
1527
1528 2007-03-11  Bruno Haible  <bruno@clisp.org>
1529
1530         * gnulib-tool (func_create_megatestdir): Create also an autobuild
1531         script, for submission to autobuild.josefsson.org.
1532
1533 2007-03-10  Bruno Haible  <bruno@clisp.org>
1534
1535         * modules/canonicalize-lgpl-tests: New file.
1536         * tests/test-canonicalize-lgpl.sh: New file.
1537         * tests/test-canonicalize-lgpl.c: New file.
1538
1539         * modules/c-strcase-tests: New file.
1540         * tests/test-c-strcase.sh: New file.
1541         * tests/test-c-strcasecmp.c: New file.
1542         * tests/test-c-strncasecmp.c: New file.
1543
1544         * modules/atexit-tests: New file.
1545         * tests/test-atexit.sh: New file.
1546         * tests/test-atexit.c: New file.
1547
1548 2007-03-10  Bruno Haible  <bruno@clisp.org>
1549
1550         * tests/test-binary-io.sh: Use temporary filenames that are not so
1551         likely to clash with those of other tests (in a parallel make).
1552         * tests/test-binary-io.c: Likewise.
1553
1554 2007-03-10  Bruno Haible  <bruno@clisp.org>
1555
1556         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
1557         fallback; use #error instead.
1558         Suggested by Simon Josefsson.
1559
1560 2007-03-10  Bruno Haible  <bruno@clisp.org>
1561
1562         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
1563         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
1564         first and the last.
1565
1566 2007-03-10  Bruno Haible  <bruno@clisp.org>
1567
1568         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
1569
1570 2007-03-10  Bruno Haible  <bruno@clisp.org>
1571
1572         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
1573         "make distcheck".
1574         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
1575         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
1576         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
1577
1578 2007-03-10  Bruno Haible  <bruno@clisp.org>
1579
1580         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
1581         variable.
1582         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
1583         variable.
1584
1585 2007-03-09  Eric Blake  <ebb9@byu.net>
1586         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
1587
1588         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
1589         types are not being provided by gnulib.
1590         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
1591         types are supported.
1592
1593 2007-03-10  Bruno Haible  <bruno@clisp.org>
1594
1595         * lib/stdio_.h (__attribute__): New macro.
1596         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
1597         vsprintf): Specify __attribute__ __format__ for GCC.
1598         Suggested by Eric Blake.
1599
1600 2007-03-09  Bruno Haible  <bruno@clisp.org>
1601
1602         * modules/printf-posix-tests: New file.
1603         * tests/test-printf-posix.sh: New file.
1604         * tests/test-printf-posix.c: New file.
1605
1606         * modules/printf-posix: New file.
1607         * lib/printf.c: New file.
1608         * m4/printf-posix-rpl.m4: New file.
1609         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
1610         REPLACE_PRINTF.
1611         * lib/stdio_.h (printf): New declaration.
1612         (format, __format__, ____printf____, ____scanf____, ____strftime____,
1613         ____strfmon____): New macros.
1614         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
1615         REPLACE_PRINTF.
1616
1617 2007-03-09  Bruno Haible  <bruno@clisp.org>
1618
1619         * tests/test-vasnprintf-posix2.sh: New file.
1620         * tests/test-vasnprintf-posix2.c: New file.
1621         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
1622         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
1623         (Makefile.am): Activate test-vasnprintf-posix2.sh.
1624
1625         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
1626         a locale dependent decimal point, rather than always '.'.
1627
1628 2007-03-09  Eric Blake  <ebb9@byu.net>
1629
1630         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
1631         spite of platforms like Tandem/NSK that define it to -1.
1632
1633 2007-03-08  Bruno Haible  <bruno@clisp.org>
1634
1635         * modules/vprintf-posix-tests: New file.
1636         * tests/test-vprintf-posix.sh: New file.
1637         * tests/test-vprintf-posix.c: New file.
1638         * tests/test-printf-posix.h: New file.
1639
1640         * modules/vprintf-posix: New file.
1641         * lib/vprintf.c: New file.
1642         * m4/vprintf-posix.m4: New file.
1643         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
1644         REPLACE_VPRINTF.
1645         * lib/stdio_.h (vprintf): New declaration.
1646         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
1647         REPLACE_VPRINTF.
1648
1649 2007-03-08  Bruno Haible  <bruno@clisp.org>
1650
1651         * modules/fprintf-posix-tests: New file.
1652         * tests/test-fprintf-posix.sh: New file.
1653         * tests/test-fprintf-posix.c: New file.
1654
1655         * modules/fprintf-posix: New file.
1656         * lib/fprintf.c: New file.
1657         * m4/fprintf-posix.m4: New file.
1658         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
1659         REPLACE_FPRINTF.
1660         * lib/stdio_.h (fprintf): New declaration.
1661         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
1662         REPLACE_FPRINTF.
1663
1664 2007-03-08  Bruno Haible  <bruno@clisp.org>
1665
1666         * modules/vfprintf-posix-tests: New file.
1667         * tests/test-vfprintf-posix.sh: New file.
1668         * tests/test-vfprintf-posix.c: New file.
1669         * tests/test-fprintf-posix.h: New file.
1670         * tests/test-fprintf-posix.out: New file.
1671
1672         * modules/vfprintf-posix: New file.
1673         * lib/vfprintf.c: New file.
1674         * m4/vfprintf-posix.m4: New file.
1675         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
1676         REPLACE_VFPRINTF.
1677         * lib/stdio_.h (vfprintf): New declaration.
1678         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
1679         REPLACE_VFPRINTF.
1680
1681 2007-03-08  Bruno Haible  <bruno@clisp.org>
1682
1683         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
1684
1685 2007-03-08  Bruno Haible  <bruno@clisp.org>
1686
1687         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
1688         instead of 'expr' invocations.
1689         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1690         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1691         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1692         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1693         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1694         Suggested by Paul Eggert.
1695
1696 2007-03-08  Bruno Haible  <bruno@clisp.org>
1697
1698         * modules/fseterr-tests: New file.
1699         * tests/test-fseterr.c: New file.
1700
1701         * modules/fseterr: New file.
1702         * lib/fseterr.h: New file.
1703         * lib/fseterr.c: New file.
1704
1705 2007-03-08  Bruno Haible  <bruno@clisp.org>
1706
1707         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
1708         * lib/getopt_.h: Likewise.
1709         * lib/mbswidth.h: Likewise.
1710         * lib/setenv.h: Likewise.
1711         * lib/vasnprintf.h: Likewise.
1712         * lib/vasprintf.h: Likewise.
1713         * lib/verror.h: Likewise.
1714         * lib/xsetenv.h: Likewise.
1715         * lib/xvasprintf.h: Likewise.
1716
1717 2007-03-08  Jim Meyering  <jim@meyering.net>
1718
1719         * users.txt: Add parted.
1720
1721         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
1722
1723 2007-03-07  Bruno Haible  <bruno@clisp.org>
1724
1725         * m4/printf.m4: Make the shell script snippets copy&pastable.
1726
1727 2007-03-02  Bruno Haible  <bruno@clisp.org>
1728
1729         * lib/netinet_in_.h: New file.
1730         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
1731         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
1732         * modules/netinet_in (Files): Add lib/netinet_in_.h.
1733         (Depends-on): Add absolute-header.
1734         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
1735         into netinet/in.h.
1736
1737 2007-03-03  Bruno Haible  <bruno@clisp.org>
1738
1739         * lib/sys_select_.h: New file.
1740         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
1741         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
1742         * modules/sys_select (Files): Add lib/sys_select_.h.
1743         (Depends-on): Add absolute-header.
1744         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
1745         into sys/select.h.
1746
1747 2007-03-02  Bruno Haible  <bruno@clisp.org>
1748
1749         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
1750         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
1751         values.
1752         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
1753         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
1754         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
1755         * modules/sys_socket (Depends-on): Add absolute-header.
1756         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
1757         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
1758         (Include): Remove requirement of inclusion of <sys/types.h>.
1759
1760 2007-03-02  Bruno Haible  <bruno@clisp.org>
1761
1762         * lib/byteswap_.h (bswap_32): Fix formula.
1763
1764 2007-03-06  Bruno Haible  <bruno@clisp.org>
1765
1766         * modules/sprintf-posix-tests: New file.
1767         * tests/test-sprintf-posix.c: New file.
1768
1769         * modules/sprintf-posix: New file.
1770         * lib/sprintf.c: New file.
1771         * m4/sprintf-posix.m4: New file.
1772         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
1773         REPLACE_SPRINTF.
1774         * lib/stdio_.h (sprintf): New declaration.
1775         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
1776         REPLACE_SPRINTF.
1777
1778 2007-03-06  Bruno Haible  <bruno@clisp.org>
1779
1780         * modules/vsprintf-posix-tests: New file.
1781         * tests/test-vsprintf-posix.c: New file.
1782         * tests/test-sprintf-posix.h: New file.
1783
1784         * modules/vsprintf-posix: New file.
1785         * lib/vsprintf.c: New file.
1786         * m4/vsprintf-posix.m4: New file.
1787         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
1788         REPLACE_VSPRINTF.
1789         * lib/stdio_.h (vsprintf): New declaration.
1790         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
1791         REPLACE_VSPRINTF.
1792
1793 2007-03-06  Bruno Haible  <bruno@clisp.org>
1794
1795         * modules/vsnprintf (Depend-on): Remove minmax.
1796
1797 2007-03-06  Bruno Haible  <bruno@clisp.org>
1798
1799         * modules/snprintf-posix-tests: New file.
1800         * tests/test-snprintf-posix.c: New file.
1801
1802         * modules/snprintf-posix: New file.
1803         * m4/snprintf-posix.m4: New file.
1804         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
1805         gl_FUNC_SNPRINTF.
1806         (gl_FUNC_SNPRINTF): Invoke it.
1807         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
1808         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
1809         is set.
1810         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
1811
1812 2007-03-06  Bruno Haible  <bruno@clisp.org>
1813
1814         * modules/vsnprintf-posix-tests: New file.
1815         * tests/test-vsnprintf-posix.c: New file.
1816         * tests/test-snprintf-posix.h: New file.
1817
1818         * modules/vsnprintf-posix: New file.
1819         * m4/vsnprintf-posix.m4: New file.
1820         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
1821         gl_FUNC_VSNPRINTF.
1822         (gl_FUNC_VSNPRINTF): Invoke it.
1823         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
1824         * lib/stdio_.h (vsnprintf): Define as a replacement if
1825         REPLACE_VSNPRINTF is set.
1826         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
1827
1828 2007-03-06  Bruno Haible  <bruno@clisp.org>
1829
1830         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
1831         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
1832
1833 2007-03-06  Bruno Haible  <bruno@clisp.org>
1834
1835         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
1836         (asinl): Declare also if HAVE_DECL_ASINL is set.
1837         (atanl): Declare also if HAVE_DECL_ATANL is set.
1838         (ceill): Declare also if HAVE_DECL_CEILL is set.
1839         (cosl): Declare also if HAVE_DECL_COSL is set.
1840         (expl): Declare also if HAVE_DECL_EXPL is set.
1841         (floorl): Declare also if HAVE_DECL_FLOORL is set.
1842         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
1843         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
1844         (logl): Declare also if HAVE_DECL_LOGL is set.
1845         (sinl): Declare also if HAVE_DECL_SINL is set.
1846         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
1847         (tanl): Declare also if HAVE_DECL_TANL is set.
1848         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
1849         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
1850         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
1851         declaration of frexpl, ldexpl.
1852         * modules/printf-frexpl (Depends-on): Add math.
1853         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
1854
1855 2007-03-05  Bruno Haible  <bruno@clisp.org>
1856
1857         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
1858         frexpl and ldexpl are declared.
1859         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
1860
1861 2007-03-05  Bruno Haible  <bruno@clisp.org>
1862
1863         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
1864         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
1865
1866 2007-03-05  Bruno Haible  <bruno@clisp.org>
1867
1868         * lib/stdio_.h: Include <stddef.h>.
1869
1870 2007-03-05  Bruno Haible  <bruno@clisp.org>
1871
1872         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
1873
1874 2007-03-05  Bruno Haible  <bruno@clisp.org>
1875
1876         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
1877         NetBSD 4, from Ralf Wildenhues.
1878
1879 2007-03-04  Bruno Haible  <bruno@clisp.org>
1880
1881         * lib/vasprintf.h: Update #if logic for the case when the functions
1882         exist but are overridden.
1883
1884 2007-03-04  Bruno Haible  <bruno@clisp.org>
1885
1886         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
1887         implementations: glibc-2.4 and MacOS X 10.3.
1888         * tests/test-vasnprintf-posix.c (test_function): Test also the case
1889         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
1890         * tests/test-vasprintf-posix.c (test_function): Likewise.
1891
1892 2007-03-04  Bruno Haible  <bruno@clisp.org>
1893
1894         * modules/vasprintf-posix-tests: New file.
1895         * tests/test-vasprintf-posix.c: New file.
1896
1897         * modules/vasprintf-posix: New file.
1898         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
1899         defined.
1900         * m4/vasprintf-posix.m4: New file.
1901         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
1902         gl_FUNC_VASPRINTF.
1903         (gl_FUNC_VASPRINTF): Invoke it.
1904         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
1905         here.
1906         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
1907
1908 2007-03-04  Bruno Haible  <bruno@clisp.org>
1909
1910         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
1911         REPLACE_GETTIMEOFDAY.
1912         * modules/sys_time (Makefile.am): Likewise.
1913         * m4/sys_time_h.m4: Likewise.
1914         * m4/gettimeofday.m4: Likewise.
1915
1916 2007-03-04  Bruno Haible  <bruno@clisp.org>
1917
1918         * modules/vasnprintf-posix-tests: New file.
1919         * tests/test-vasnprintf-posix.c: New file.
1920
1921         * modules/vasnprintf-posix: New file.
1922         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
1923         printf-frexpl.h.
1924         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
1925         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
1926         REPLACE_VASNPRINTF is defined.
1927         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
1928         gl_FUNC_VASNPRINTF.
1929         (gl_FUNC_VASNPRINTF): Invoke it.
1930         * m4/vasnprintf-posix.m4: New file.
1931         * m4/printf.m4: New file.
1932
1933 2007-03-04  Bruno Haible  <bruno@clisp.org>
1934
1935         Compile progreloc.c only if --enable-relocatable is specified.
1936         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
1937         if --enable-relocatable was specified.
1938         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
1939         lib_SOURCES.
1940
1941 2007-03-04  Jim Meyering  <jim@meyering.net>
1942
1943         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
1944         Use it consistently, rather than enumerating errno constants.
1945
1946 2007-03-04  Bruno Haible  <bruno@clisp.org>
1947
1948         * modules/xvasprintf-tests: New file.
1949         * tests/test-xvasprintf.c: New file.
1950
1951         * modules/vasprintf-tests: New file.
1952         * tests/test-vasprintf.c: New file.
1953
1954         * modules/vasnprintf-tests: New file.
1955         * tests/test-vasnprintf.c: New file.
1956
1957         * modules/vsnprintf-tests: New file.
1958         * tests/test-vsnprintf.c: New file.
1959
1960         * modules/snprintf-tests: New file.
1961         * tests/test-snprintf.c: New file.
1962
1963 2007-03-04  Bruno Haible  <bruno@clisp.org>
1964
1965         Compile relocatable.c only if --enable-relocatable is specified.
1966         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
1967         gl_RELOCATABLE_LIBRARY.
1968         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
1969         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
1970         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
1971         gl_RELOCATABLE_LIBRARY.
1972         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
1973         (Makefile.am): Remove lib_SOURCES.
1974         * modules/relocatable-lib-lgpl (configure.ac): Invoke
1975         gl_RELOCATABLE_LIBRARY.
1976         (Makefile.am): Remove lib_SOURCES.
1977         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
1978         always.
1979         * modules/relocatable-prog-wrapper (configure.ac): Invoke
1980         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
1981
1982 2007-03-04  Bruno Haible  <bruno@clisp.org>
1983
1984         * modules/argmatch-tests: New file.
1985         * tests/test-argmatch.c: New file.
1986
1987         * tests/test-allocsa.c (main): Halve the number of loop runs.
1988
1989         * modules/alloca-opt-tests: New file.
1990         * tests/test-alloca-opt.c: New file.
1991
1992 2007-03-04  Jim Meyering  <jim@meyering.net>
1993
1994         Work around difference between Linux ACLs and Solaris 10 ZFS.
1995         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
1996         for EINVAL.
1997
1998 2007-03-03  Bruno Haible  <bruno@clisp.org>
1999
2000         * modules/relocatable-prog (Depends-on): Add back progreloc's
2001         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
2002
2003 2007-03-03  Bruno Haible  <bruno@clisp.org>
2004
2005         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
2006         * modules/relocatable-lib: New file.
2007
2008 2007-03-03  Bruno Haible  <bruno@clisp.org>
2009
2010         * modules/relocatable-prog: Renamed from modules/relocatable.
2011         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
2012
2013 2007-03-03  Bruno Haible  <bruno@clisp.org>
2014
2015         * modules/relocatable-script (Files): Add doc/relocatable.texi,
2016         m4/relocatable-lib.m4.
2017         (Depends-on): Remove 'relocatable'.
2018         (configure.ac): Add gl_RELOCATABLE_NOP.
2019
2020 2007-03-03  Bruno Haible  <bruno@clisp.org>
2021
2022         * modules/relocatable-prog-wrapper: New file.
2023         * modules/relocatable (Depends-on): Add it. Remove all other
2024         dependencies except progname.
2025         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
2026
2027         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
2028         (gl_FUNC_STRERROR): Nop.
2029         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
2030
2031         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
2032         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
2033
2034         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
2035         (gl_FUNC_READLINK): Update.
2036
2037         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
2038
2039 2007-03-03  Bruno Haible  <bruno@clisp.org>
2040
2041         * lib/xreadlink.c: Include <unistd.h> unconditionally.
2042         * modules/xreadlink (Depends-on): Add unistd.
2043         * modules/xreadlink-with-size (Depends-on): Likewise.
2044
2045 2007-03-03  Bruno Haible  <bruno@clisp.org>
2046
2047         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
2048         extracted from gt_FUNC_SETENV.
2049         (gt_FUNC_SETENV): Remove macro.
2050         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
2051         remove gt_FUNC_SETENV.
2052
2053 2007-03-03  Bruno Haible  <bruno@clisp.org>
2054
2055         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
2056         ENABLE_RELOCATABLE here.
2057         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
2058
2059 2007-03-03  Bruno Haible  <bruno@clisp.org>
2060
2061         * modules/rbtreehash-list-tests (Depends-on): Add progname.
2062         * tests/test-rbtreehash_list.c: Include progname.h.
2063         (main): Call set_program_name.
2064
2065         * modules/rbtree-oset-tests (Depends-on): Add progname.
2066         * tests/test-rbtree_oset.c: Include progname.h.
2067         (main): Call set_program_name.
2068
2069         * modules/rbtree-list-tests (Depends-on): Add progname.
2070         * tests/test-rbtree_list.c: Include progname.h.
2071         (main): Call set_program_name.
2072
2073         * modules/linked-list-tests (Depends-on): Add progname.
2074         * tests/test-linked_list.c: Include progname.h.
2075         (main): Call set_program_name.
2076
2077 2007-03-03  Bruno Haible  <bruno@clisp.org>
2078
2079         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
2080         All uses of __restrict changed to _Restrict_.
2081         * lib/glob_.h (__restrict): Remove macro.
2082
2083 2007-03-02  Bruno Haible  <bruno@clisp.org>
2084
2085         * modules/gettext (configure.ac): Require gettext infrastructure
2086         from version 0.16.1.
2087
2088 2007-03-02  Bruno Haible  <bruno@clisp.org>
2089
2090         * modules/linkedhash-list-tests (Depends-on): Add progname.
2091         * tests/test-linkedhash_list.c: Include progname.h.
2092         (main): Call set_program_name.
2093
2094         * modules/carray-list-tests (Depends-on): Add progname.
2095         * tests/test-carray_list.c: Include progname.h.
2096         (main): Call set_program_name.
2097
2098         * modules/avltreehash-list-tests (Depends-on): Add progname.
2099         * tests/test-avltreehash_list.c: Include progname.h.
2100         (main): Call set_program_name.
2101
2102         * modules/avltree-oset-tests (Depends-on): Add progname.
2103         * tests/test-avltree_oset.c: Include progname.h.
2104         (main): Call set_program_name.
2105
2106         * modules/avltree-list-tests (Depends-on): Add progname.
2107         * tests/test-avltree_list.c: Include progname.h.
2108         (main): Call set_program_name.
2109
2110         * modules/array-oset-tests (Depends-on): Add progname.
2111         * tests/test-array_oset.c: Include progname.h.
2112         (main): Call set_program_name.
2113
2114         * modules/array-list-tests (Depends-on): Add progname.
2115         * tests/test-array_list.c: Include progname.h.
2116         (main): Call set_program_name.
2117
2118         * modules/argp-tests (Depends-on): Add progname.
2119         * tests/test-argp.c: Include argp.h first. Include progname.h.
2120         (main): Call set_program_name.
2121
2122 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
2123
2124         * doc/gnulib-tool.texi (Initial import): Reword description of
2125         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
2126         limited effect even if defined after the first system include.
2127
2128 2007-03-01  Bruno Haible  <bruno@clisp.org>
2129
2130         * build-aux/config.libpath: Update to libtool-1.5.22.
2131         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2132
2133 2007-03-01  Bruno Haible  <bruno@clisp.org>
2134
2135         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
2136         foo_CFLAGS.
2137         Reported by Ralf Wildenhues.
2138
2139 2007-03-01  Bruno Haible  <bruno@clisp.org>
2140
2141         * build-aux/install-reloc: Remove object files left over by some
2142         compilers.
2143         Reported by Ralf Wildenhues.
2144
2145 2007-03-01  Bruno Haible  <bruno@clisp.org>
2146
2147         * build-aux/install-reloc: Break long lines.
2148
2149 2007-03-01  Bruno Haible  <bruno@clisp.org>
2150
2151         * doc/relocatable.texi: Document that it may not work on OpenBSD.
2152         Reported by Ralf Wildenhues.
2153
2154 2007-03-01  Bruno Haible  <bruno@clisp.org>
2155
2156         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
2157         include ordering constraints.
2158
2159 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
2160
2161         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
2162         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
2163         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
2164         as another example.
2165         * lib/time_.h: Fix misspelling.
2166         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2167         Require gl_HEADER_TIME_H_DEFAULTS.
2168         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
2169         * m4/time_r.m4 (gl_TIME_R): Likewise.
2170         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
2171
2172 2007-03-01  Bruno Haible  <bruno@clisp.org>
2173
2174         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
2175         * m4/utimens.m4 (gl_UTIMENS): Likewise.
2176
2177 2007-03-01  Jim Meyering  <jim@meyering.net>
2178
2179         * modules/xreadlink (Maintainer): Add my name.
2180         * modules/xreadlink-with-size (Depends-on): Alphabetize.
2181
2182 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
2183             Bruno Haible  <bruno@clisp.org>
2184
2185         * build-aux/install-reloc: Compile also c-ctype.c.
2186         * build-aux/relocatable.sh.in: New file.
2187         * doc/relocatable.texi: New file.
2188         * doc/relocatable-maint.texi: New file.
2189         * doc/gnulib.texi: Include relocatable-maint.texi.
2190         * lib/progreloc.c: Include unistd.h unconditionally.
2191         * lib/relocwrapper.c: Include unistd.h unconditionally.
2192         Include c-ctype.h.
2193         (add_dotbin): Use c_tolower.
2194         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
2195         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
2196         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
2197         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
2198         to m4/relocatable-lib.m4.
2199         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
2200         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
2201         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
2202         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
2203         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
2204         * modules/relocatable: New file.
2205         * modules/relocatable-lib: New file.
2206         * modules/relocatable-script: New file.
2207
2208 2007-02-28  Bruno Haible  <bruno@clisp.org>
2209
2210         Import --enable-relocatable infrastructure.
2211         * build-aux/config.libpath: New file, from GNU gettext.
2212         * build-aux/install-reloc: New file, from GNU gettext.
2213         * build-aux/reloc-ldflags: New file, from GNU gettext.
2214         * lib/relocatable.h: New file, from GNU gettext.
2215         * lib/relocatable.c: New file, from GNU gettext.
2216         * lib/relocwrapper.c: New file, from GNU gettext.
2217         * m4/relocatable.m4: New file, from GNU gettext.
2218
2219 2007-02-28  Bruno Haible  <bruno@clisp.org>
2220
2221         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
2222
2223         * modules/xreadlink: New file, from GNU gettext with modifications.
2224         * lib/xreadlink.c: New file, from GNU gettext.
2225         * lib/xreadlink.h: Add comments.
2226         (xreadlink): New declaration.
2227
2228         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
2229         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
2230         lib/xreadlink-with-size.c.
2231         (configure.ac): Remove gl_XREADLINK invocation.
2232         (Makefile.am): Augment lib_SOURCES.
2233         * m4/xreadlink.m4: Remove file.
2234         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
2235         (xreadlink_with_size): Renamed from xreadink.
2236         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
2237         * modules/canonicalize (Depends-on): Replace xreadlink with
2238         xreadlink-with-size.
2239         * lib/canonicalize.c (canonicalize_filename_mode): Update.
2240
2241 2007-02-25  Jim Meyering  <jim@meyering.net>
2242
2243         * build-aux/announce-gen: When complaining about excess arguments,
2244         list them.
2245
2246 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
2247
2248         * README: Document signed integer overflow situation more
2249         accurately.
2250
2251 2007-02-25  Bruno Haible  <bruno@clisp.org>
2252
2253         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
2254         'a' or 'A' conversion.
2255
2256 2007-02-25  Bruno Haible  <bruno@clisp.org>
2257
2258         * modules/filename: Renamed from modules/pathname.
2259         (Files): Replace lib/pathname.h with lib/filename.h. Replace
2260         lib/concatpath.c with lib/concat-filename.c.
2261         (Makefile.am): Update.
2262         (Include): Replace pathname.h with filename.h.
2263         * lib/filename.h: Renamed from lib/pathname.h.
2264         (concatenated_filename): Renamed from concatenated_pathname.
2265         * lib/concat-filename.c: Renamed from lib/concatpath.c.
2266         (concatenated_filename): Renamed from concatenated_pathname.
2267         * lib/findprog.c: Include filename.h instead of pathname.h.
2268         (find_in_path): Update.
2269         * lib/javacomp.c: Include filename.h instead of pathname.h.
2270         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
2271         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
2272         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
2273         is_oldgcj_14_13_usable, is_javac_usable): Update.
2274         * lib/javaexec.c: Include filename.h instead of pathname.h.
2275         (execute_java_class): Update.
2276         * modules/findprog: Update.
2277         * modules/javacomp: Update.
2278         * modules/javaexec: Update.
2279         * MODULES.html.sh (File system functions): Add 'filename', remove
2280         'pathname'.
2281
2282 2007-02-25  Bruno Haible  <bruno@clisp.org>
2283
2284         * modules/printf-frexpl-tests: New file.
2285         * tests/test-printf-frexpl.c: New file.
2286
2287         * modules/printf-frexpl: New file.
2288         * lib/printf-frexpl.h: New file.
2289         * lib/printf-frexpl.c: New file.
2290         * m4/printf-frexpl.m4: New file.
2291
2292 2007-02-25  Bruno Haible  <bruno@clisp.org>
2293
2294         * modules/printf-frexp-tests: New file.
2295         * tests/test-printf-frexp.c: New file.
2296
2297         * modules/printf-frexp: New file.
2298         * lib/printf-frexp.h: New file.
2299         * lib/printf-frexp.c: New file.
2300         * m4/printf-frexp.m4: New file.
2301
2302 2007-02-25  Bruno Haible  <bruno@clisp.org>
2303
2304         Assume automake >= 1.10 for the tests.
2305         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
2306         * modules/arctwo-tests: Likewise.
2307         * modules/argp-tests: Likewise.
2308         * modules/avltree-list-tests: Likewise.
2309         * modules/avltree-oset-tests: Likewise.
2310         * modules/avltreehash-list-tests: Likewise.
2311         * modules/carray-list-tests: Likewise.
2312         * modules/crc-tests: Likewise.
2313         * modules/des-tests: Likewise.
2314         * modules/gc-arcfour-tests: Likewise.
2315         * modules/gc-arctwo-tests: Likewise.
2316         * modules/gc-des-tests: Likewise.
2317         * modules/gc-hmac-md5-tests: Likewise.
2318         * modules/gc-hmac-sha1-tests: Likewise.
2319         * modules/gc-md2-tests: Likewise.
2320         * modules/gc-md4-tests: Likewise.
2321         * modules/gc-md5-tests: Likewise.
2322         * modules/gc-pbkdf2-sha1-tests: Likewise.
2323         * modules/gc-rijndael-tests: Likewise.
2324         * modules/gc-sha1-tests: Likewise.
2325         * modules/gc-tests: Likewise.
2326         * modules/getaddrinfo-tests: Likewise.
2327         * modules/hmac-md5-tests: Likewise.
2328         * modules/hmac-sha1-tests: Likewise.
2329         * modules/linked-list-tests: Likewise.
2330         * modules/linkedhash-list-tests: Likewise.
2331         * modules/lock-tests: Likewise.
2332         * modules/md2-tests: Likewise.
2333         * modules/md4-tests: Likewise.
2334         * modules/md5-tests: Likewise.
2335         * modules/rbtree-list-tests: Likewise.
2336         * modules/rbtree-oset-tests: Likewise.
2337         * modules/rbtreehash-list-tests: Likewise.
2338         * modules/read-file-tests: Likewise.
2339         * modules/rijndael-tests: Likewise.
2340         * modules/stdint-tests: Likewise.
2341         * modules/tls-tests: Likewise.
2342
2343 2007-02-24  Bruno Haible  <bruno@clisp.org>
2344
2345         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
2346         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
2347         function; instead check whether isnan with a double argument links.
2348         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
2349         function; instead check whether isnan with a 'long double' argument
2350         links.
2351         Reported by Eric Blake <ebb9@byu.net>.
2352
2353 2007-02-24  Bruno Haible  <bruno@clisp.org>
2354
2355         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
2356         defined.
2357         * lib/isnanl.c: Remove all code. Just include isnan.c.
2358         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
2359
2360 2007-02-25  Jim Meyering  <jim@meyering.net>
2361
2362         Avoid conflicting types for 'unsetenv' on FreeBSD.
2363         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
2364         conflicting with FreeBSD's (5.0 and 6.1) function declaration
2365         in stdlib.h.
2366
2367 2007-02-24  Bruno Haible  <bruno@clisp.org>
2368
2369         * modules/isnanl-nolibm-tests: New file.
2370         * tests/test-isnanl.c: New file.
2371
2372         * modules/isnanl-nolibm: New file.
2373         * lib/isnanl.h: New file.
2374         * lib/isnanl.c: New file.
2375         * m4/isnanl.m4: New file.
2376
2377 2007-02-24  Bruno Haible  <bruno@clisp.org>
2378
2379         * modules/isnan-nolibm-tests: New file.
2380         * tests/test-isnan.c: New file.
2381
2382         * modules/isnan-nolibm: New file.
2383         * lib/isnan.h: New file.
2384         * lib/isnan.c: New file.
2385         * m4/isnan.m4: New file.
2386
2387 2007-02-24  Bruno Haible  <bruno@clisp.org>
2388
2389         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
2390         assume that an exponent fits in 20 bits.
2391
2392 2007-02-24  Jim Meyering  <jim@meyering.net>
2393
2394         * m4/regex.m4: Update the description of the configure-time option,
2395         --without-included-regex, to state accurately what the defaults are,
2396         and perhaps to give people an idea why using this option is risky.
2397
2398 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
2399
2400         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
2401         loops on small arguments.  This attempts to avoid the problem
2402         Bruno Haible reported for AIX 4.3.2 in
2403         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
2404
2405 2007-02-23  Bruno Haible  <bruno@clisp.org>
2406
2407         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
2408         Needed for help2man.
2409
2410 2007-02-23  Karl Berry  <karl@gnu.org>
2411
2412         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
2413         exists, foo.h should be cvs-ignored, not committed.
2414
2415 2007-02-23  Eric Blake  <ebb9@byu.net>
2416
2417         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
2418         * lib/stat-time.h (includes): Likewise.
2419         * lib/utimecmp.c (includes): Likewise.
2420         * lib/utimens.h (includes): Likewise.
2421         * lib/getdate.y (includes): Also include "timespec.h" for use
2422         internal to the module.
2423         * modules/utimens (Depends-on): Revert yesterday's patch.
2424         * modules/nanosleep (Depends-on): Add missing dependency.
2425
2426 2007-02-22  Bruno Haible  <bruno@clisp.org>
2427
2428         * lib/glob.c: Don't include getlogin_r.h.
2429
2430 2007-02-22  Jim Meyering  <jim@meyering.net>
2431
2432         * modules/utimens (Depends-on): Add timespec, required for
2433         utimens.h's inclusion of timespec.h.
2434
2435 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
2436
2437         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
2438         long unreadable paths in GNU/Linux.  Problem reported by Andreas
2439         Schwab in
2440         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
2441         I'll try to think of a better way to fix the Solaris problem.
2442
2443         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
2444         like glibc; on Solaris 10, it fails with errno == EINVAL.
2445         POSIX says the behavior is unspecified if the first argument is NULL,
2446         so play it safe and never pass NULL to the system getcwd.
2447
2448 2007-02-21  Jim Meyering  <jim@meyering.net>
2449
2450         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
2451         of gettimeofday.  It would conflict with the one now always
2452         provided via sys_time_.h.  Reported by Matthew Woehlke, as
2453         an IRIX 6.5 build failure.
2454
2455 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2456
2457         Minor fixups to port to Solaris 10 with Sun C 5.8.
2458         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
2459         * modules/getcwd (Depends-on): Add dirfd.
2460         * lib/putenv.c (putenv): #undef it.
2461         (rpl_putenv): New decl.
2462         (malloc, free): Include <stdlib.h> rather than prototyping separately.
2463
2464 2007-02-20  Bruno Haible  <bruno@clisp.org>
2465
2466         * modules/stdio-tests: New file.
2467         * tests/test-stdio.c: New file.
2468
2469         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
2470         (Depends-on): Add stdio.
2471         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2472         (Include): Use <stdio.h> instead of vsnprintf.h.
2473         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2474         HAVE_DECL_VSNPRINTF.
2475         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
2476
2477         * modules/snprintf (Files): Remove lib/snprintf.h.
2478         (Depends-on): Add stdio.
2479         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2480         (Include): Use <stdio.h> instead of snprintf.h.
2481         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2482         HAVE_DECL_SNPRINTF.
2483         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
2484         * lib/getaddrinfo.c: Likewise.
2485
2486         * modules/stdio: New file.
2487         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
2488         * lib/snprintf.h: Remove file.
2489         * lib/vsnprintf.h: Remove file.
2490         * lib/.cppi-disable: Remove snprintf.h.
2491         * m4/stdio_h.m4: New file.
2492         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
2493
2494 2007-02-20  Jim Meyering  <jim@meyering.net>
2495
2496         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
2497         used by e.g., mingw.  From Bruno Haible.
2498
2499 2007-02-19  Bruno Haible  <bruno@clisp.org>
2500
2501         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
2502         warnings.
2503         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2504
2505 2007-02-19  Bruno Haible  <bruno@clisp.org>
2506
2507         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
2508         from mingw users.
2509
2510 2007-02-19  Bruno Haible  <bruno@clisp.org>
2511
2512         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
2513         warnings.
2514         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
2515
2516 2007-02-19  Jim Meyering  <jim@meyering.net>
2517
2518         Don't use FD after a successful "fdopendir (fd)".
2519         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
2520         Reset it by calling dirfd on the just-obtained DIR*.
2521
2522         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
2523         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
2524
2525 2007-02-18  Bruno Haible  <bruno@clisp.org>
2526
2527         * lib/readlink.c: Include <unistd.h>.
2528         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
2529         HAVE_READLINK.
2530         * modules/readlink (Depends-on): Add unistd.
2531         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2532         (Include): Add <unistd.h>.
2533
2534         * lib/getlogin_r.h: Remove file.
2535         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
2536         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
2537         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
2538         HAVE_DECL_GETLOGIN_R.
2539         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
2540         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2541         (Include): Use <unistd.h> instead of getlogin_r.h.
2542
2543         * lib/getcwd.h: Remove file.
2544         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
2545         * lib/xgetcwd.c: Likewise.
2546         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
2547         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
2548         * modules/getcwd (Files): Remove lib/getcwd.h.
2549         (Depends-on): Add unistd.
2550         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2551         (Include): Use <unistd.h> instad of getcwd.h.
2552
2553         * lib/ftruncate.c: Include <unistd.h> first.
2554         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
2555         Set HAVE_FTRUNCATE.
2556         * modules/ftruncate (Depends-on): Add unistd.
2557         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2558
2559         * lib/fchdir.c: Include <unistd.h> first.
2560         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
2561         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
2562         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
2563         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2564         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
2565
2566         * lib/dup2.c: Include <unistd.h> first.
2567         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
2568         HAVE_DUP2.
2569         * modules/dup2 (Depends-on): Add unistd.
2570         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2571
2572         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
2573         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
2574         REPLACE_CHOWN. Don't define chown as a macro here.
2575         * modules/chown (Depends-on): Add unistd.
2576         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2577
2578         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
2579         Add definition for GL_LINK_WARNING.
2580         (chown, dup2): New declarations.
2581         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
2582         link warning.
2583         (ftruncate): New declaration.
2584         (getcwd): New declaration, taken from old getcwd.h.
2585         (getlogin_r): New declaration, taken from old getlogin_r.h.
2586         (readlink): New declaration.
2587         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
2588         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
2589         (gl_PREREQ_UNISTD): Remove macro.
2590         (gl_UNISTD_MODULE_INDICATOR): New macro.
2591         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
2592         many new variables. Don't set UNISTD_H.
2593         * modules/unistd (Description): Change.
2594         (Depends-on): Add link-warning.
2595         (configure.ac): Update.
2596         (Makefile.am): Create unistd.h always. Substitute many new variables
2597         into it.
2598
2599 2007-02-18  Bruno Haible  <bruno@clisp.org>
2600
2601         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
2602         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
2603         HAVE_GETSUBOPT.
2604         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
2605         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
2606         * lib/getsubopt.h: Remove file.
2607         * modules/getsubopt (Files): Remove lib/getsubopt.h.
2608         (Depends-on): Add stdlib.
2609         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2610         (Includes): Use <stdlib.h> instead of getsubopt.h.
2611         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
2612         Set HAVE_GETSUBOPT.
2613         * lib/getsubopt.c: Don't include getsubopt.h.
2614
2615 2007-02-18  Bruno Haible  <bruno@clisp.org>
2616
2617         * modules/fchdir (Depends-on): Add dup2.
2618
2619 2007-02-18  Bruno Haible  <bruno@clisp.org>
2620
2621         * lib/stdlib_.h: Handle glibc's special invocation convention
2622         specially.
2623
2624 2007-02-18  Bruno Haible  <bruno@clisp.org>
2625
2626         * modules/stdlib-tests: New file.
2627         * tests/test-stdlib.c: New file.
2628
2629         * modules/mkstemp (Files): Remove lib/mkstemp.h.
2630         (Depends-on): Add stdlib.
2631         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2632         (Includes): Use <stdlib.h> instead of mkstemp.h.
2633         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2634         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
2635         * lib/mkstemp.c: Don't include mkstemp.h.
2636         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
2637         * lib/stdlib--.h: Don't include mkstemp.h.
2638
2639         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
2640         (Depends-on): Add stdlib.
2641         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2642         (Includes): Use <stdlib.h> instead of mkdtemp.h.
2643         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2644         HAVE_MKDTEMP.
2645         * lib/mkdtemp.c: Don't include mkdtemp.h.
2646         * lib/clean-temp.c: Don't include mkdtemp.h.
2647
2648         * modules/exit (Files): Remove lib/exit.h.
2649         (Depends-on): Add stdlib.
2650         (Makefile.am): Remove lib_SOURCES.
2651         (Include): Use <stdlib.h> instead of exit.h.
2652         * lib/argmatch.c: Don't include exit.h.
2653         * lib/execute.c: Likewise.
2654         * lib/pagealign_alloc.c: Likewise.
2655         * lib/pipe.c: Likewise.
2656         * lib/wait-process.c: Likewise.
2657         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
2658         * lib/exitfail.c: Likewise.
2659         * lib/savewd.c: Likewise.
2660         * lib/xsetenv.c: Likewise.
2661
2662         * modules/stdlib: New file.
2663         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
2664         and extra comments about mkstemp().
2665         * lib/exit.h: Remove file.
2666         * lib/mkdtemp.h: Remove file.
2667         * lib/mkstemp.h: Remove file.
2668         * m4/stdlib_h.m4: New file.
2669         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
2670
2671 2007-02-18  Bruno Haible  <bruno@clisp.org>
2672
2673         * modules/math-tests: New file.
2674         * tests/test-math.c: New file.
2675
2676         * modules/math: New file.
2677         * modules/mathl (Files): Remove lib/mathl.h.
2678         (Depends-on): Add math.
2679         (Makefile.am): Don't mention mathl.h.
2680         (Include): Use <math.h> instead of mathl.h.
2681         * lib/math_.h: New file.
2682         * lib/mathl.h: Remove file.
2683         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
2684         mathl.h.
2685         * lib/asinl.c: Likewise.
2686         * lib/atanl.c: Likewise.
2687         * lib/ceill.c: Likewise.
2688         * lib/cosl.c: Likewise.
2689         * lib/expl.c: Likewise.
2690         * lib/floorl.c: Likewise.
2691         * lib/frexpl.c: Likewise.
2692         * lib/ldexpl.c: Likewise.
2693         * lib/logl.c: Likewise.
2694         * lib/sincosl.c: Likewise.
2695         * lib/sinl.c: Likewise.
2696         * lib/sqrtl.c: Likewise.
2697         * lib/tanl.c: Likewise.
2698         * lib/trigl.c: Likewise.
2699         * m4/math_h.m4: New file.
2700         * MODULES.html.sh (Mathematics): Add math.
2701
2702 2007-02-17  Bruno Haible  <bruno@clisp.org>
2703
2704         * modules/wctype-tests: New file.
2705         * tests/test-wctype.c: New file.
2706
2707         * modules/wchar-tests: New file.
2708         * tests/test-wchar.c: New file.
2709
2710         * modules/unistd-tests: New file.
2711         * tests/test-unistd.c: New file.
2712
2713         * modules/time-tests: New file.
2714         * tests/test-time.c: New file.
2715
2716         * modules/sysexits-tests: New file.
2717         * tests/test-sysexits.c: New file.
2718
2719         * modules/sys_time-tests: New file.
2720         * tests/test-sys_time.c: New file.
2721
2722         * modules/sys_stat-tests: New file.
2723         * tests/test-sys_stat.c: New file.
2724
2725         * modules/sys_socket-tests: New file.
2726         * tests/test-sys_socket.c: New file.
2727
2728         * modules/sys_select-tests: New file.
2729         * tests/test-sys_select.c: New file.
2730
2731         * modules/string-tests: New file.
2732         * tests/test-string.c: New file.
2733
2734         * modules/stdbool-tests: New file.
2735         * tests/test-stdbool.c: New file.
2736
2737         * modules/netinet_in-tests: New file.
2738         * tests/test-netinet_in.c: New file.
2739
2740         * modules/inttypes-tests: New file.
2741         * tests/test-inttypes.c: New file.
2742
2743         * modules/fcntl-tests: New file.
2744         * tests/test-fcntl.c: New file.
2745
2746         * modules/byteswap-tests: New file.
2747         * tests/test-byteswap.c: New file.
2748
2749         * modules/arpa_inet-tests: New file.
2750         * tests/test-arpa_inet.c: New file.
2751
2752 2007-02-17  Bruno Haible  <bruno@clisp.org>
2753
2754         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
2755         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
2756         if the corresponding module is not enabled. Emit link warnings if
2757         the function is used nevertheless.
2758         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
2759         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
2760         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
2761         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
2762         * modules/inttypes (Depends-on): Add link-warning.
2763         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2764         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
2765         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
2766         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
2767         * modules/imaxdiv (configure.ac): Likewise.
2768         * modules/strtoimax (configure.ac): Likewise.
2769         * modules/strtoumax (configure.ac): Likewise.
2770
2771 2007-02-17  Bruno Haible  <bruno@clisp.org>
2772
2773         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
2774         gl_STRING_MODULE_INDICATOR_DEFAULTS.
2775         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
2776         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
2777
2778 2007-02-17  Bruno Haible  <bruno@clisp.org>
2779
2780         * modules/link-warning: New file.
2781         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
2782         * lib/string_.h (GL_LINK_WARNING): Remove definition.
2783         * modules/string (Depends-on): Add link-warning.
2784         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2785         string.h.
2786         * MODULES.html.sh (Support for building libraries and executables): Add
2787         link-warning.
2788
2789 2007-02-17  Bruno Haible  <bruno@clisp.org>
2790
2791         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
2792         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
2793         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
2794         long lines.
2795
2796 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
2797             Bruno Haible  <bruno@clisp.org>
2798
2799         * modules/tmpfile: New file.
2800         * lib/tmpfile.c: New file.
2801         * m4/tmpfile.m4: New file.
2802         * MODULES.html.sh (func_all_modules): New section "Input/output".
2803
2804 2007-02-15  Bruno Haible  <bruno@clisp.org>
2805
2806         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
2807         (supports_delete_on_close): New function.
2808         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
2809
2810 2007-02-14  Bruno Haible  <bruno@clisp.org>
2811
2812         * modules/mbspcasecmp-tests: New file.
2813         * tests/test-mbspcasecmp.sh: New file.
2814         * tests/test-mbspcasecmp.c: New file.
2815
2816         New module mbspcasecmp.
2817         * modules/mbspcasecmp: New file.
2818         * lib/mbspcasecmp.c: New file.
2819         * lib/string_.h (strncasecmp): Change warning message.
2820         (mbspcasecmp): New declaration.
2821         * m4/mbspcasecmp.m4: New file.
2822         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2823         GNULIB_MBSPCASECMP.
2824         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
2825         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
2826
2827 2007-02-14  Bruno Haible  <bruno@clisp.org>
2828
2829         * modules/mbsncasecmp-tests: New file.
2830         * tests/test-mbsncasecmp.sh: New file.
2831         * tests/test-mbsncasecmp.c: New file.
2832
2833         New module mbsncasecmp.
2834         * modules/mbsncasecmp: New file.
2835         * lib/mbsncasecmp.c: New file.
2836         * lib/string_.h (mbsncasecmp): New declaration.
2837         * m4/mbsncasecmp.m4: New file.
2838         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2839         GNULIB_MBSNCASECMP.
2840         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
2841         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
2842
2843 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2844
2845         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
2846         Verify that it doesn't overlap with our flags.
2847         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
2848         do not have the desired effect in multibyte locales; instead, use
2849         mbscasecmp.
2850         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
2851         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
2852         we don't require GNU fnmatch ourselves (if our users require it, they
2853         should do so explicitly).
2854
2855         Fix regex code so it doesn't rely on strcasecmp.
2856         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
2857         Otherwise, include gnulib's langinfo.h.
2858         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
2859         undesirable behavior in non-C locales.  Instead, rely on localecharset.
2860         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
2861         * modules/regex (FILES): Remove m4/codeset.m4.
2862         (Depends-on): Add localcharset.  Remove strcase.
2863
2864 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2865
2866         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
2867         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
2868
2869 2007-02-13  Bruno Haible  <bruno@clisp.org>
2870
2871         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
2872         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2873
2874 2007-02-12  Bruno Haible  <bruno@clisp.org>
2875
2876         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2877         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
2878         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
2879         time warning rather than a link error.
2880
2881 2007-02-12  Bruno Haible  <bruno@clisp.org>
2882
2883         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
2884         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2885         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2886
2887 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2888
2889         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
2890         args, not 2.
2891
2892 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2893
2894         New module 'time', so that apps can include <time.h> as per
2895         POSIX and GNU instead of separate include files like time_r.h
2896         and timegm.h.  This implementation tries out a simpler approach
2897         for replacing decls in standard include files (as compared to
2898         the string module), somewhat as an experiment.
2899
2900         * config/srclist.txt: Comment out mktime.c for now.
2901         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
2902         since it doesn't apply any more.  Use generic wording instead.
2903         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
2904         'time'.
2905         * lib/time_.h, m4/time_h.m4, modules/time: New files.
2906         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
2907         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
2908         Don't include <sys/types.h>; no longer needed since we assume C89.
2909         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
2910         * lib/strftime.c: Likewise.
2911         * lib/time_r.c: Likewise.
2912         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
2913         * lib/nanosleep.c: Include <time.h> first, to check interface.
2914         * lib/strptime.c: Likewise.
2915         * lib/time_r.c: Likewise.
2916         * lib/timegm.c: Likewise.
2917         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
2918         needed.
2919         * lib/timegm.c: Don't include timegm.h; no longer needed.
2920         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
2921         time.h now handles any problems in that area.
2922         (struct timespec, nanosleep): Remove; time.h now arranges for these.
2923         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
2924         that time.h defines struct timespec.
2925         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
2926         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
2927         handles that.
2928         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
2929         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
2930         needed.  Set REPLACE_LOCALTIME.
2931         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
2932         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
2933         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
2934         nanosleep; time_h.m4 now does that.  Don't require
2935         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
2936         module handles this now.
2937         * modules/getdate (Depends-on): Remove timespec.  Add time.
2938         * modules/nanosleep (Depends-on): Likewise.
2939         * modules/stat-time (Depends-on): Likewise.
2940         * modules/nanosleep (Include): Include time.h, not timespec.h.
2941         * modules/strptime (Files): Remove lib/strptime.h.
2942         (Depends-on): Add extensions, time.
2943         (Include): Include time.h, not strptime.h.
2944         * modules/time_r (Files): Remove lib/time_r.h.
2945         (Depends-on): Add time.
2946         (Include): Include time.h, not time_r.h.
2947         * modules/timegm: Likewise.
2948         * modules/timespec (Description): Now does timespec-related decls
2949         of our own, instead of struct timespec itself.
2950         (Depends-on): Add time; remove extensions.
2951         (Maintainer): Add self.
2952         * modules/utimecmp (Depends-on): Add time; remove timespec.
2953         * modules/utimens (Depends-on): Likewise.
2954         * modules/xnanosleep (Depends-on): Likewise.
2955
2956 2007-02-11  Bruno Haible  <bruno@clisp.org>
2957
2958         * lib/c-strstr.c: Include allocsa.h.
2959         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2960         * lib/c-strcasestr.c: Include allocsa.h.
2961         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2962         * lib/strcasestr.c: Include allocsa.h.
2963         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2964         * lib/mbsstr.c: Include allocsa.h.
2965         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2966         allocsa/freesa instead of malloc/free.
2967         * lib/mbscasestr.c: Include allocsa.h.
2968         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2969         allocsa/freesa instead of malloc/free.
2970         * modules/c-strstr (Depends-on): Add allocsa.
2971         * modules/c-strcasestr (Depends-on): Likewise.
2972         * modules/strcasestr (Depends-on): Likewise.
2973         * modules/mbsstr (Depends-on): Likewise.
2974         * modules/mbscasestr (Depends-on): Likewise.
2975
2976 2007-02-11  Bruno Haible  <bruno@clisp.org>
2977
2978         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
2979
2980         * modules/mbsspn-tests: New file.
2981         * tests/test-mbsspn.sh: New file.
2982         * tests/test-mbsspn.c: New file.
2983
2984 2007-02-11  Bruno Haible  <bruno@clisp.org>
2985
2986         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
2987
2988         * modules/mbspbrk-tests: New file.
2989         * tests/test-mbspbrk.sh: New file.
2990         * tests/test-mbspbrk.c: New file.
2991
2992 2007-02-11  Bruno Haible  <bruno@clisp.org>
2993
2994         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
2995         unneeded cast.
2996
2997         * modules/mbscspn-tests: New file.
2998         * tests/test-mbscspn.sh: New file.
2999         * tests/test-mbscspn.c: New file.
3000
3001 2007-02-11  Bruno Haible  <bruno@clisp.org>
3002
3003         * modules/mbscasecmp-tests: New file.
3004         * tests/test-mbscasecmp.sh: New file.
3005         * tests/test-mbscasecmp.c: New file.
3006
3007 2007-02-11  Bruno Haible  <bruno@clisp.org>
3008
3009         Ensure O(n) worst-case complexity of mbscasestr.
3010         * lib/mbscasestr.c: Include stdbool.h.
3011         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
3012         functions.
3013         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
3014         the bookkeeping indicates that it's worth it.
3015         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
3016
3017         * modules/mbscasestr-tests: New file.
3018         * tests/test-mbscasestr1.c: New file.
3019         * tests/test-mbscasestr2.sh: New file.
3020         * tests/test-mbscasestr2.c: New file.
3021         * tests/test-mbscasestr3.sh: New file.
3022         * tests/test-mbscasestr3.c: New file.
3023         * tests/test-mbscasestr4.sh: New file.
3024         * tests/test-mbscasestr4.c: New file.
3025         * m4/locale-tr.m4: New file.
3026
3027 2007-02-11  Bruno Haible  <bruno@clisp.org>
3028
3029         Ensure O(n) worst-case complexity of mbsstr.
3030         * lib/mbsstr.c: Include stdbool.h.
3031         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
3032         functions.
3033         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
3034         bookkeeping indicates that it's worth it.
3035         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
3036
3037         * modules/mbsstr-tests: New file.
3038         * tests/test-mbsstr1.c: New file.
3039         * tests/test-mbsstr2.sh: New file.
3040         * tests/test-mbsstr2.c: New file.
3041         * tests/test-mbsstr3.sh: New file.
3042         * tests/test-mbsstr3.c: New file.
3043         * m4/locale-fr.m4: New file.
3044
3045 2007-02-11  Bruno Haible  <bruno@clisp.org>
3046
3047         * lib/mbsrchr.c (mbsrchr): Fix bug.
3048
3049         * modules/mbsrchr-tests: New file.
3050         * tests/test-mbsrchr.sh: New file.
3051         * tests/test-mbsrchr.c: New file.
3052
3053 2007-02-11  Bruno Haible  <bruno@clisp.org>
3054
3055         * lib/mbschr.c (mbschr): Fix bug.
3056
3057         * modules/mbschr-tests: New file.
3058         * tests/test-mbschr.sh: New file.
3059         * tests/test-mbschr.c: New file.
3060         * m4/locale-zh.m4: New file.
3061
3062 2007-02-11  Bruno Haible  <bruno@clisp.org>
3063
3064         Support for copying multibyte string iterators.
3065         * lib/mbiter.h: Include <string.h>.
3066         (mbiter_multi_copy): New function.
3067         (mbi_copy): New macro.
3068         * lib/mbuiter.h: Include <string.h>.
3069         (mbuiter_multi_copy): New function.
3070         (mbui_copy): New macro.
3071
3072 2007-02-11  Bruno Haible  <bruno@clisp.org>
3073
3074         New module mbslen.
3075         * modules/mbslen: New file.
3076         * lib/mbslen.c: New file.
3077         * lib/string_.h (mbslen): New declaration.
3078         * m4/mbslen.m4: New file.
3079         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3080         GNULIB_MBSLEN.
3081         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
3082         * MODULES.html.sh (Internationalization functions): Add mbslen.
3083
3084 2007-02-11  Bruno Haible  <bruno@clisp.org>
3085
3086         Ensure O(n) worst-case complexity of strcasestr substitute.
3087         * lib/strcasestr.c: Include stdbool.h.
3088         (knuth_morris_pratt): New function.
3089         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
3090         bookkeeping indicates that it's worth it.
3091         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
3092
3093         * modules/strcasestr-tests: New file.
3094         * tests/test-strcasestr.c: New file.
3095
3096 2007-02-11  Bruno Haible  <bruno@clisp.org>
3097
3098         Ensure O(n) worst-case complexity of c_strcasestr.
3099         * lib/c-strcasestr.c: Include stdbool.h, string.h.
3100         (knuth_morris_pratt): New function.
3101         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
3102         the bookkeeping indicates that it's worth it.
3103         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
3104
3105         * modules/c-strcasestr-tests: New file.
3106         * tests/test-c-strcasestr.c: New file.
3107
3108 2007-02-11  Bruno Haible  <bruno@clisp.org>
3109
3110         Ensure O(n) worst-case complexity of c_strstr.
3111         * lib/c-strstr.c: Include stdbool.h, string.h.
3112         (knuth_morris_pratt): New function.
3113         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
3114         bookkeeping indicates that it's worth it.
3115         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
3116
3117         * lib/c-strstr.c: Complete rewrite for maintainability.
3118
3119         * modules/c-strstr-tests: New file.
3120         * tests/test-c-strstr.c: New file.
3121
3122 2007-02-11  Bruno Haible  <bruno@clisp.org>
3123
3124         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
3125         5.2.1 and earlier, whereby \055 was treated just like the range
3126         delimiter '-'.
3127         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3128
3129 2007-02-08  Bruno Haible  <bruno@clisp.org>
3130
3131         * modules/regex (Depends-on): Add stdbool.
3132         Reported by Dalibor Topic <robilad@kaffe.org>.
3133
3134 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
3135
3136         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
3137         Prefer returning from main to exiting from it.
3138         Remove unnecessary parens after sizeof.
3139
3140 2007-02-05  Bruno Haible  <bruno@clisp.org>
3141
3142         New module mbssep.
3143         * modules/mbssep: New file.
3144         * lib/mbssep.c: New file.
3145         * lib/string_.h (strsep): Add a conditional link warning.
3146         (mbssep): New declaration.
3147         * m4/mbssep.m4: New file.
3148         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3149         GNULIB_MBSSEP.
3150         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
3151         * MODULES.html.sh (Internationalization functions): Add mbssep.
3152
3153 2007-02-05  Bruno Haible  <bruno@clisp.org>
3154
3155         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
3156         Optimize search in case of 1 delimiter.
3157
3158 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
3159
3160         * lib/acl.h: Include sys/types.h before sys/acl.h.
3161
3162 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
3163
3164         Merge upstream fix for glibc bugzilla #3957:
3165
3166         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
3167
3168         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
3169         bit for RE_HAT_LISTS_NOT_NEWLINE.
3170         (build_charclass_op): Remove bogus comment.
3171
3172 2007-02-05  Simon Josefsson  <simon@josefsson.org>
3173
3174         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
3175
3176 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3177
3178         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
3179         * lib/memmem.c [!defined _LIBC]: Include config.h.
3180
3181 2007-02-04  Bruno Haible  <bruno@clisp.org>
3182
3183         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
3184         warning message.
3185
3186 2007-02-04  Bruno Haible  <bruno@clisp.org>
3187
3188         New module mbstok_r.
3189         * modules/mbstok_r: New file.
3190         * lib/mbstok_r.c: New file.
3191         * lib/string_.h (strtok_r): Change argument names to match the
3192         comments. Add a conditional link warning.
3193         (mbstok_r): New declaration.
3194         * m4/mbstok_r.m4: New file.
3195         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3196         GNULIB_MBSTOK_R.
3197         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
3198         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
3199
3200 2007-02-04  Bruno Haible  <bruno@clisp.org>
3201
3202         New module mbsspn.
3203         * modules/mbsspn: New file.
3204         * lib/mbsspn.c: New file.
3205         * lib/string_.h (strspn): Add a conditional link warning.
3206         (mbsspn): New declaration.
3207         * m4/mbsspn.m4: New file.
3208         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3209         GNULIB_MBSSPN.
3210         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
3211         * MODULES.html.sh (Internationalization functions): Add mbsspn.
3212
3213 2007-02-04  Bruno Haible  <bruno@clisp.org>
3214
3215         New module mbspbrk.
3216         * modules/mbspbrk: New file.
3217         * lib/mbspbrk.c: New file.
3218         * lib/string_.h (strpbrk): Add a conditional link warning.
3219         (mbspbrk): New declaration.
3220         * m4/mbspbrk.m4: New file.
3221         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3222         GNULIB_MBSPBRK.
3223         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
3224         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
3225
3226 2007-02-04  Bruno Haible  <bruno@clisp.org>
3227
3228         New module mbscspn.
3229         * modules/mbscspn: New file.
3230         * lib/mbscspn.c: New file.
3231         * lib/string_.h (strcspn): Add a conditional link warning.
3232         (mbscspn): New declaration.
3233         * m4/mbscspn.m4: New file.
3234         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3235         GNULIB_MBSCSPN.
3236         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
3237         * MODULES.html.sh (Internationalization functions): Add mbscspn.
3238
3239 2007-02-04  Bruno Haible  <bruno@clisp.org>
3240
3241         New module mbscasestr, reduced goal of strcasestr.
3242         * modules/mbscasestr: New file.
3243         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
3244         (mbscasestr): Renamed from strcasestr.
3245         * lib/strcasestr.c: Don't include mbuiter.h.
3246         (strcasestr): Remove support for multibyte locales.
3247         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
3248         Change the conditional link warning.
3249         (mbscasestr): New declaration.
3250         * m4/mbscasestr.m4: New file.
3251         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
3252         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
3253         REPLACE_STRCASESTR.
3254         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
3255         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3256         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3257         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
3258         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
3259         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3260         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
3261         (Depends-on): Remove mbuiter.
3262         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
3263
3264 2007-02-04  Bruno Haible  <bruno@clisp.org>
3265
3266         Simplify handling of strncasecmp.
3267         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
3268         the conditional link warning.
3269         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3270         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
3271         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
3272         * modules/strcase (configure.ac): Don't invoke
3273         gl_STRING_MODULE_INDICATOR.
3274         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
3275
3276 2007-02-04  Bruno Haible  <bruno@clisp.org>
3277
3278         New module mbscasecmp, reduced goal of strcasecmp.
3279         * modules/mbscasecmp: New file.
3280         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
3281         (mbscasecmp): Renamed from strcasecmp.
3282         * lib/strcasecmp.c: Don't include mbuiter.h.
3283         (strcasecmp): Remove support for multibyte locales.
3284         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
3285         Change the conditional link warning.
3286         (mbscasecmp): New declaration.
3287         * m4/mbscasecmp.m4: New file.
3288         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
3289         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
3290         REPLACE_STRCASECMP.
3291         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
3292         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3293         GNULIB_MBSCASECMP.
3294         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
3295         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
3296         * modules/strcase (Files): Remove m4/mbrtowc.m4.
3297         (Depends-on): Remove mbuiter.
3298         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
3299
3300 2007-02-04  Bruno Haible  <bruno@clisp.org>
3301
3302         New module mbsstr. Remove module strstr.
3303         * modules/mbsstr: New file.
3304         * modules/strstr: Remove file.
3305         * lib/mbsstr.c: Renamed from lib/strstr.c.
3306         (mbsstr): Renamed from strstr.
3307         * lib/string_.h (strstr): Remove declaration. Change the conditional
3308         link warning.
3309         (mbsstr): New declaration.
3310         * m4/mbsstr.m4: New file.
3311         * m4/strstr.m4: Remove file.
3312         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
3313         REPLACE_STRSTR.
3314         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
3315         Don't initialize GNULIB_STRSTR.
3316         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
3317         substitute GNULIB_STRSTR and REPLACE_STRSTR.
3318         * MODULES.html.sh (Internationalization functions): Add mbsstr.
3319         (Support for systems lacking ANSI C 89): Remove strstr.
3320
3321 2007-02-04  Bruno Haible  <bruno@clisp.org>
3322
3323         New module mbsrchr.
3324         * modules/mbsrchr: New file.
3325         * lib/mbsrchr.c: New file.
3326         * lib/string_.h (strrchr): Add a conditional link warning.
3327         (mbsrchr): New declaration.
3328         * m4/mbsrchr.m4: New file.
3329         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3330         GNULIB_MBSRCHR.
3331         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
3332         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
3333
3334 2007-02-04  Bruno Haible  <bruno@clisp.org>
3335
3336         New module mbschr.
3337         * modules/mbschr: New file.
3338         * lib/mbschr.c: New file.
3339         * lib/string_.h (strchr): Add a conditional link warning.
3340         (mbschr): New declaration.
3341         * m4/mbschr.m4: New file.
3342         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3343         GNULIB_MBSCHR.
3344         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
3345         * MODULES.html.sh (Internationalization functions): Add mbschr.
3346
3347 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3348
3349         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
3350
3351         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
3352
3353 2007-02-04  Bruno Haible  <bruno@clisp.org>
3354
3355         New module description section 'configure.ac-early'.
3356         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
3357         (func_get_autoconf_early_snippet): New function.
3358         (func_import, func_create_testdir): Use it. Remove special cases for
3359         modules 'extensions' and 'lock'.
3360         * modules/extensions (configure.ac-early): Require
3361         gl_USE_SYSTEM_EXTENSIONS.
3362         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
3363
3364 2007-02-04  Bruno Haible  <bruno@clisp.org>
3365
3366         Make use of gcj-4.3's -fsource and -ftarget option.
3367         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
3368         and if so try the options -fsource and -ftarget.
3369         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
3370         source_version, ftarget_option, target_version arguments.
3371         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
3372         (is_envjavac_oldgcj_14_14_usable): Renamed from
3373         is_envjavac_gcj_14_14_usable.
3374         (is_envjavac_oldgcj_14_13_usable): Renamed from
3375         is_envjavac_gcj_14_13_usable.
3376         (is_gcj_present): Update.
3377         (is_gcj_43, is_gcj43_usable): New functions.
3378         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
3379         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
3380         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
3381         try the options -fsource and -ftarget.
3382
3383 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3384
3385         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
3386         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
3387         larger value.
3388
3389 2007-02-03  Jim Meyering  <jim@meyering.net>
3390
3391         Give tools a better chance to allocate space for very large buffers.
3392         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
3393
3394         Make pwd and readlink work also when run with an unreadable parent dir
3395         on systems with openat support.
3396         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
3397         provided getcwd function, even when we have openat support.
3398         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
3399
3400 2007-02-02  Bruno Haible  <bruno@clisp.org>
3401
3402         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
3403         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
3404         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
3405         portability problems if one of these functions is only used on specific
3406         platforms.
3407         Reported by Paul Eggert.
3408
3409 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3410
3411         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
3412         is causing more trouble than it's curing.
3413         * lib/regex_internal.h (__mempcpy): Remove.
3414         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
3415         (and make the code a tad smaller to boot).
3416         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
3417
3418 2007-02-02  Jim Meyering  <jim@meyering.net>
3419
3420         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
3421         section, not in the Makefile.am: one.
3422
3423 2007-02-02  Eric Blake  <ebb9@byu.net>
3424
3425         * lib/strchrnul.c: Always include config.h first.
3426
3427         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
3428         gnulib strstr is not necessary here.
3429
3430 2007-02-02  Simon Josefsson  <simon@josefsson.org>
3431
3432         * m4/socklen.m4: Fix typo.
3433
3434 2007-02-02  Eric Blake  <ebb9@byu.net>
3435
3436         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
3437         * modules/netinet_in (Makefile.am): Likewise.
3438
3439 2007-02-01  Bruno Haible  <bruno@clisp.org>
3440
3441         * lib/string_.h (GL_LINK_WARNING): New macro.
3442         (strcasecmp, strstr, strcasestr): If provided by the system,
3443         conditionally define as a macro that leads to a warning instead of to
3444         an error.
3445         (strncasecmp): Conditionally define as a macro that leads to a warning.
3446
3447 2007-02-01  Karl Berry  <karl@gnu.org>
3448
3449         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
3450
3451 2007-02-01  Bruno Haible  <bruno@clisp.org>
3452
3453         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
3454         renamings.
3455
3456 2007-02-01  Eric Blake  <ebb9@byu.net>
3457
3458         * modules/regex (Depends-on): Revert dependence on mempcpy.
3459         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
3460         module's definition of mempcpy.
3461         Reported by Paul Eggert.
3462
3463 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3464
3465         * lib/string_.h: If the gnulib module XYZ is not present, undefine
3466         the symbol XYZ before redefining it.  This fixes a problem with
3467         programs that don't use XYZ, when compiled on systems that define
3468         XYZ to something else.
3469
3470 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3471
3472         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
3473         occurs when "mkdir -m foo" creates a setgid directory that is (1)
3474         writeable to group or other and (2) is intended to have a special
3475         mode bit that is set or cleared.  In such a case, the directory
3476         should be neither group- nor other-writeable until the special
3477         mode bits are right.
3478
3479 2007-01-31  Eric Blake  <ebb9@byu.net>
3480
3481         * modules/mountlist (Depends-on): Add strstr.
3482
3483         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
3484         bug.
3485         * modules/string (Makefile.am): Remove redundant replacement.
3486         * modules/regex (Depends-on): Add mempcpy.
3487
3488 2007-01-31  Bruno Haible  <bruno@clisp.org>
3489
3490         New module description field 'Link'.
3491         * gnulib-tool (func_usage): Document --extract-link-directive.
3492         (sed_extract_prog): Recognize 'Link' directive.
3493         (func_get_link_directive): New function.
3494         (func_import): Show summary of link directives.
3495         Handle --extract-link-directive option.
3496         * modules/acl (Link): New section.
3497         * modules/clock-time (Link): New section.
3498         * modules/euidaccess (Link): New section.
3499         * modules/gettext (Link): New section.
3500         * modules/iconv (Link): New section.
3501         * modules/lock (Link): New section.
3502         * modules/nanosleep (Link): New section.
3503         * modules/readline (Link): New section.
3504
3505 2007-01-27  Bruno Haible  <bruno@clisp.org>
3506
3507         Enforce the use of gnulib modules for unportable <string.h> functions.
3508         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
3509         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
3510         (gl_HEADER_STRING_H_BODY): Require it.
3511         * lib/string_.h: If the gnulib module XYZ is not present, redefine
3512         the symbol XYZ to one that gives a link error.
3513         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
3514         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
3515         * modules/mempcpy (configure.ac): Likewise.
3516         * modules/memrchr (configure.ac): Likewise.
3517         * modules/stpcpy (configure.ac): Likewise.
3518         * modules/stpncpy (configure.ac): Likewise.
3519         * modules/strcase (configure.ac): Likewise.
3520         * modules/strcasestr (configure.ac): Likewise.
3521         * modules/strchrnul (configure.ac): Likewise.
3522         * modules/strdup (configure.ac): Likewise.
3523         * modules/strndup (configure.ac): Likewise.
3524         * modules/strnlen (configure.ac): Likewise.
3525         * modules/strpbrk (configure.ac): Likewise.
3526         * modules/strsep (configure.ac): Likewise.
3527         * modules/strstr (configure.ac): Likewise.
3528         * modules/strtok_r (configure.ac): Likewise.
3529
3530 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
3531
3532         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
3533
3534 2007-01-30  Jim Meyering  <jim@meyering.net>
3535
3536         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
3537
3538 2007-01-29  Bruno Haible  <bruno@clisp.org>
3539
3540         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
3541         * lib/execute.c: Likewise.
3542         * lib/pipe.c: Likewise.
3543         * lib/printf-args.h: Likewise.
3544         * lib/printf-args.c: Likewise.
3545         * lib/printf-parse.c: Likewise.
3546         * lib/vasnprintf.c: Likewise.
3547
3548 2007-01-29  Eric Blake  <ebb9@byu.net>
3549
3550         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
3551         declaration.
3552
3553 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
3554
3555         * lib/strptime.h (strptime): Use 'restrict' for args where
3556         POSIX requires this.
3557         * lib/strptime.c (strptime): Likewise.
3558         Change license notice from LGPL to GPL, since gnulib-tool will
3559         change this as needed.
3560         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
3561         defined.
3562         Include "strptime.h" first, to check interface.
3563         Do not #undef _LIBC and _NL_CURRENT.
3564         Do not include <stdlib.h>; no longer needed.
3565         Include "time_r.h" and declare ptime_locale_status
3566         only if _LIBC is not defined.
3567         (__P): Remove unused macro.
3568         (match_string): Bring back glibc version, but use it only if _LIBC
3569         is defined.
3570         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
3571         Remove unnecessary assertion and abort() call.
3572         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
3573         * m4/strptime.m4: Fix serial number comment.
3574         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
3575         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
3576         (Depends-on): Add time_r.
3577
3578 2007-01-29  Bruno Haible  <bruno@clisp.org>
3579
3580         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3581         strptime.
3582         * modules/strptime (Depends-on): Add stdbool.
3583         * lib/strptime.h: Include <time.h> always. Add comments.
3584
3585 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
3586
3587         * modules/strptime: New file.
3588         * lib/strptime.h: New file.
3589         * lib/strptime.c: New file.
3590         * m4/strptime.m4: New file.
3591
3592 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3593
3594         * MODULES.html.sh: New module mpsort.
3595         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
3596
3597         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
3598         a circularity problem with HP-UX ia64 reported by Bob Proulx in
3599         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
3600         All uses changed.
3601         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
3602         All uses changed.
3603         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
3604         to _Restrict_.
3605         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
3606         the parameter matches the prototype.
3607
3608 2007-01-28  Jim Meyering  <jim@meyering.net>
3609
3610         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
3611         sys/time.h here, reverting that part of the previous patch:
3612         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
3613
3614 2007-01-28  Bruno Haible  <bruno@clisp.org>
3615
3616         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
3617         value of $(SYS_TIME_H).
3618         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
3619         remove it conditionally, too. [added by Jim Meyering]
3620         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
3621         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3622         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
3623         GETTIMEOFDAY_REPLACEMENT to 1.
3624
3625 2007-01-28  Bruno Haible  <bruno@clisp.org>
3626
3627         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
3628         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
3629         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
3630         Set UNISTD_H instead of UNISTD_H2.
3631         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
3632
3633 2007-01-28  Bruno Haible  <bruno@clisp.org>
3634
3635         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
3636         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
3637
3638 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3639
3640         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
3641         (func_create_testdir): Ensure C locale for `grep' and `tr'
3642         character ranges.
3643         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
3644         ACLOCAL_AMFLAGS parsing state machine.
3645
3646 2007-01-27  Bruno Haible  <bruno@clisp.org>
3647
3648         * modules/unistr/base: Update.
3649
3650 2007-01-27  Bruno Haible  <bruno@clisp.org>
3651
3652         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
3653         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
3654         * modules/unistr/u32-mbtouc-unsafe: Renamed from
3655         modules/unistr/u32-mbtouc.
3656         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
3657         * lib/unistr.h: Update.
3658         * lib/linebreak.c: Update.
3659         * modules/unistr/u32-mbtouc: Renamed from
3660         modules/unistr/u32-mbtouc-safe.
3661         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
3662         * lib/unistr.h: Update.
3663         * lib/unistr/u32-to-u8.c: Update.
3664         * lib/unistr/u32-to-u16.c: Update.
3665
3666 2007-01-27  Bruno Haible  <bruno@clisp.org>
3667
3668         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
3669         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
3670         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
3671         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
3672         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
3673         * modules/unistr/u16-mbtouc-unsafe: Renamed from
3674         modules/unistr/u16-mbtouc.
3675         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
3676         * lib/unistr.h: Update.
3677         * lib/linebreak.c: Update.
3678         * modules/linebreak: Update.
3679         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
3680         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
3681         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
3682         * modules/unistr/u16-mbtouc: Renamed from
3683         modules/unistr/u16-mbtouc-safe.
3684         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
3685         * lib/unistr.h: Update.
3686         * lib/unistr/u16-to-u8.c: Update.
3687         * modules/unistr/u16-to-u8: Update.
3688         * lib/unistr/u16-to-u32.c: Update.
3689         * modules/unistr/u16-to-u32: Update.
3690
3691 2007-01-27  Bruno Haible  <bruno@clisp.org>
3692
3693         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
3694         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
3695         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
3696         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
3697         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
3698         * modules/unistr/u8-mbtouc-unsafe: Renamed from
3699         modules/unistr/u8-mbtouc.
3700         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
3701         * lib/unistr.h: Update.
3702         * lib/striconveh.c: Update.
3703         * modules/striconveh: Update.
3704         * lib/linebreak.c: Update.
3705         * modules/linebreak: Update.
3706         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
3707         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
3708         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
3709         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
3710         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
3711         * lib/unistr.h: Update.
3712         * lib/striconveh.c: Update.
3713         * modules/striconveh: Update.
3714         * lib/unistr/u8-to-u16.c: Update.
3715         * modules/unistr/u8-to-u16: Update.
3716         * lib/unistr/u8-to-u32.c: Update.
3717         * modules/unistr/u8-to-u32: Update.
3718
3719 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3720
3721         Sync from Libtool.
3722         * lib/argz.c: Do not include strings.h nor memory.h, include
3723         string.h unconditionally.  Patch by Simon Josefsson.
3724
3725 2007-01-27  Bruno Haible  <bruno@clisp.org>
3726
3727         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
3728         from gl_HEADER_STRING_H_BODY.
3729         (gl_HEADER_STRING_H_BODY): Require it.
3730         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
3731         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
3732         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
3733         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
3734         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3735         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
3736         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3737         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
3738         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
3739         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3740         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
3741         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
3742         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
3743         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3744         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3745
3746 2007-01-27  Bruno Haible  <bruno@clisp.org>
3747
3748         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
3749         check_PROGRAMS into noinst_PROGRAMS.
3750         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
3751         check_PROGRAMS in this case.
3752         (func_import): Set for_test to false.
3753         (func_create_testdir): Set for_test to true.
3754
3755 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3756             Bruno Haible  <bruno@clisp.org>
3757
3758         * modules/strcasestr (Files): Remove lib/strcasestr.h.
3759         (Depends-on): Add string.
3760         (Includes): Use <string.h> instead of strcasestr.h.
3761         * modules/string (Makefile.am): Also substitute the value of
3762         REPLACE_STRCASESTR.
3763         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
3764         assume strcasestr is declared in <string.h> not <strings.h>. Also
3765         set REPLACE_STRCASESTR.
3766         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
3767         REPLACE_STRCASESTR.
3768         * lib/strcasestr.h: Remove file.
3769         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
3770         * lib/string_.h (strcasestr): New declaration.
3771
3772 2007-01-27  Bruno Haible  <bruno@clisp.org>
3773
3774         * lib/string_.h: Use 'extern'.
3775
3776 2007-01-27  Jim Meyering  <jim@meyering.net>
3777
3778         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
3779         of set-but-not-used local, "q".
3780
3781         * lib/mempcpy.c: Include <config.h> before <string.h>.
3782         This fixes a compilation error on HP-UX, due to the system's
3783         "restrict"-using mempcpy prototype.
3784
3785 2007-01-26  Bruno Haible  <bruno@clisp.org>
3786
3787         Small optimization.
3788         * lib/javacomp.c: Include c-strstr.h.
3789          (is_envjavac_gcj): Use c_strstr instead of strstr.
3790         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
3791
3792 2007-01-26  Bruno Haible  <bruno@clisp.org>
3793
3794         * MODULES.html.sh (Unicode string functions): Add the new modules.
3795
3796         * modules/uniconv/u32-strconv-to-locale: New file.
3797         * lib/uniconv/u32-strconv-to-locale.c: New file.
3798
3799         * modules/uniconv/u16-strconv-to-locale: New file.
3800         * lib/uniconv/u16-strconv-to-locale.c: New file.
3801
3802         * modules/uniconv/u8-strconv-to-locale: New file.
3803         * lib/uniconv/u8-strconv-to-locale.c: New file.
3804
3805         * modules/uniconv/u32-strconv-from-locale: New file.
3806         * lib/uniconv/u32-strconv-from-locale.c: New file.
3807
3808         * modules/uniconv/u16-strconv-from-locale: New file.
3809         * lib/uniconv/u16-strconv-from-locale.c: New file.
3810
3811         * modules/uniconv/u8-strconv-from-locale: New file.
3812         * lib/uniconv/u8-strconv-from-locale.c: New file.
3813
3814         * modules/uniconv/u32-strconv-to-enc: New file.
3815         * lib/uniconv/u32-strconv-to-enc.c: New file.
3816         * modules/uniconv/u32-strconv-to-enc-tests: New file.
3817         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
3818
3819         * modules/uniconv/u16-strconv-to-enc: New file.
3820         * lib/uniconv/u16-strconv-to-enc.c: New file.
3821         * lib/uniconv/u-strconv-to-enc.h: New file.
3822         * modules/uniconv/u16-strconv-to-enc-tests: New file.
3823         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
3824
3825         * modules/uniconv/u8-strconv-to-enc: New file.
3826         * lib/uniconv/u8-strconv-to-enc.c: New file.
3827         * modules/uniconv/u8-strconv-to-enc-tests: New file.
3828         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
3829
3830         * modules/uniconv/u32-strconv-from-enc: New file.
3831         * lib/uniconv/u32-strconv-from-enc.c: New file.
3832         * modules/uniconv/u32-strconv-from-enc-tests: New file.
3833         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
3834
3835         * modules/uniconv/u16-strconv-from-enc: New file.
3836         * lib/uniconv/u16-strconv-from-enc.c: New file.
3837         * modules/uniconv/u16-strconv-from-enc-tests: New file.
3838         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
3839
3840         * modules/uniconv/u8-strconv-from-enc: New file.
3841         * lib/uniconv/u8-strconv-from-enc.c: New file.
3842         * lib/uniconv/u-strconv-from-enc.h: New file.
3843         * modules/uniconv/u8-strconv-from-enc-tests: New file.
3844         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
3845
3846         * modules/uniconv/u32-conv-from-enc: New file.
3847         * lib/uniconv/u32-conv-from-enc.c: New file.
3848         * modules/uniconv/u32-conv-from-enc-tests: New file.
3849         * tests/uniconv/test-u32-conv-from-enc.c: New file.
3850
3851         * modules/uniconv/u16-conv-from-enc: New file.
3852         * lib/uniconv/u16-conv-from-enc.c: New file.
3853         * lib/uniconv/u-conv-from-enc.h: New file.
3854         * modules/uniconv/u16-conv-from-enc-tests: New file.
3855         * tests/uniconv/test-u16-conv-from-enc.c: New file.
3856
3857         * modules/uniconv/u8-conv-from-enc: New file.
3858         * lib/uniconv/u8-conv-from-enc.c: New file.
3859         * modules/uniconv/u8-conv-from-enc-tests: New file.
3860         * tests/uniconv/test-u8-conv-from-enc.c: New file.
3861
3862         * modules/uniconv/base: New file.
3863         * lib/uniconv.h: New file.
3864
3865 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
3866
3867         * doc/gnulib-tool.texi (Initial import): Update to match current
3868         behavior with strdup module.
3869         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
3870         * lib/memmem.h: Remove; all uses removed.  This is now done
3871         by <string.h>.
3872         * lib/mempcpy.h: Likewise.
3873         * lib/memrchr.h: Likewise.
3874         * lib/stpcpy.h: Likewise.
3875         * lib/stpncpy.h: Likewise.
3876         * lib/strcase.h: Likewise.
3877         * lib/strchrnul.h: Likewise.
3878         * lib/strdup.h: Likewise.
3879         * lib/strndup.h: Likewise.
3880         * lib/strnlen.h: Likewise.
3881         * lib/strpbrk.h: Likewise.
3882         * lib/strsep.h: Likewise.
3883         * lib/strstr.h: Likewise.
3884         * lib/strtok_r.h: Likewise.
3885         * lib/string_.h: New file.
3886         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
3887         Rely on <string.h> instead.
3888         * lib/canon-host.c: Likewise.
3889         * lib/chdir-long.c: Likewise.
3890         * lib/concatpath.c: Likewise.
3891         * lib/exclude.c: Likewise.
3892         * lib/fchdir.c: Likewise.
3893         * lib/getaddrinfo.c: Likewise.
3894         * lib/getcwd.c: Likewise.
3895         * lib/getsubopt.c: Likewise.
3896         * lib/glob.c: Likewise.
3897         * lib/hard-locale.c: Likewise.
3898         * lib/iconvme.c: Likewise.
3899         * lib/javacomp.c: Likewise.
3900         * lib/mempcpy.c: Likewise.
3901         * lib/memrchr.c: Likewise.
3902         * lib/regex_internal.h: Likewise.
3903         * lib/stpncpy.c: Likewise.
3904         * lib/strcasecmp.c: Likewise.
3905         * lib/strchrnul.c: Likewise.
3906         * lib/strdup.c: Likewise.
3907         * lib/striconv.c: Likewise.
3908         * lib/striconveh.c: Likewise.
3909         * lib/striconveha.c: Likewise.
3910         * lib/strncasecmp.c: Likewise.
3911         * lib/strndup.c: Likewise.
3912         * lib/strnlen.c: Likewise.
3913         * lib/strsep.c: Likewise.
3914         * lib/strstr.c: Likewise.
3915         * lib/strtok_r.c: Likewise.
3916         * lib/userspec.c: Likewise.
3917         * lib/w32spawn.h: Likewise.
3918         * lib/xstrndup.c: Likewise.
3919         * lib/mountlist.c (strstr): Remove decl.
3920         * m4/string_h.m4: New file.
3921         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
3922         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
3923         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
3924         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
3925         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
3926         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
3927         Set REPLACE_STRCASECMP if necessary.
3928         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
3929         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
3930         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
3931         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
3932         HAVE_DECL_STRDUP if necessary.
3933         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
3934         since gl_FUNC_STRNDUP does that now.
3935         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
3936         Check for decl here...
3937         (gl_PREREQ_STRNLEN): ... not here.
3938         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
3939         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
3940         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
3941         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
3942         necessary.
3943         * modules/string: New file.
3944         * modules/memmem (Files): Remove special-purpose include file.
3945         (Depends-on): Add string.
3946         (Include): Include <string.h>, not the removed file.
3947         * modules/mempcpy: Likewise.
3948         * modules/memrchr: Likewise.
3949         * modules/stpcpy: Likewise.
3950         * modules/stpncpy: Likewise.
3951         * modules/strcase: Likewise.
3952         * modules/strchrnul: Likewise.
3953         * modules/strdup: Likewise.
3954         * modules/strndup: Likewise.
3955         * modules/strnlen: Likewise.
3956         * modules/strpbrk: Likewise.
3957         * modules/strsep: Likewise.
3958         * modules/strstr: Likewise.
3959         * modules/strtok_r: Likewise.
3960         * tests/test-dirname.c: Don't include "strdup.h", since
3961         <string.h> now suffices.
3962         * tests/test-memmem.c: Don't include "memmem.h", since
3963         <string.h> now suffices.
3964
3965 2007-01-25  Bruno Haible  <bruno@clisp.org>
3966
3967         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
3968         *resultp is 0.
3969
3970         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
3971         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
3972         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
3973         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
3974
3975         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
3976         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
3977         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
3978         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
3979         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
3980         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
3981
3982 2007-01-24  Bruno Haible  <bruno@clisp.org>
3983
3984         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
3985         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
3986         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
3987         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
3988         gl_FUNC_FTS_CORE.
3989         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
3990         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
3991         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
3992         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
3993         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
3994         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
3995         gl_FUNC_FCHOWNAT.
3996         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
3997         gl_FUNC_STRFTIME.
3998         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
3999         Reported by Ralf Wildenhues.
4000
4001 2007-01-24  Bruno Haible  <bruno@clisp.org>
4002
4003         Drop AC_REQUIRE calls that are redundant with the module dependencies.
4004         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
4005         gl_GETADDRINFO.
4006         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
4007         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
4008         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
4009
4010 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
4011
4012         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
4013         Don't use 'exit'; just return from 'main'.
4014         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
4015
4016         * lib/fnmatch_.h: Readjust white space and comments to match
4017         glibc, to avoid spurious diffs.
4018
4019 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
4020
4021         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
4022         2004-12-01 change by Jakub Jelinek, since this code won't compile
4023         if !LIBC.  Problem reported by Bob Proulx.
4024
4025 2007-01-23  Bruno Haible  <bruno@clisp.org>
4026
4027         * lib/striconveh.c: Include c-strcaseeq.h.
4028         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
4029         * modules/striconveh (Depends-on): Add c-strcaseeq.
4030
4031 2007-01-23  Bruno Haible  <bruno@clisp.org>
4032
4033         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
4034
4035         * modules/c-strcaseeq: New file.
4036         * lib/c-strcaseeq.h: New file.
4037
4038         * modules/streq: New file.
4039         * lib/streq.h: New file.
4040
4041 2007-01-23  Bruno Haible  <bruno@clisp.org>
4042
4043         * modules/striconveha-tests: New file.
4044         * tests/test-striconveha.c: New file.
4045
4046         * lib/striconveha.h: Include <stdbool.h>.
4047         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
4048         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
4049         (mem_iconveha_notranslit): Renamed from mem_iconveha.
4050         (mem_iconveha): New function.
4051         (str_iconveha_notranslit): Renamed from str_iconveha.
4052         (str_iconveha): New function.
4053         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
4054         c-strcase.
4055
4056 2007-01-23  Bruno Haible  <bruno@clisp.org>
4057
4058         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
4059         encodings without forgiving before trying any encoding with handler.
4060         (str_iconveha): Try all encodings without forgiving before trying any
4061         encoding with handler.
4062
4063 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
4064
4065         Import the following changes from libc.
4066
4067         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
4068
4069         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
4070
4071         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
4072
4073         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
4074         normal_bracket label.
4075
4076         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
4077
4078         [BZ #361]
4079         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
4080         to normal_bracket after fetching the next character.
4081
4082 2007-01-22  Bruno Haible  <bruno@clisp.org>
4083
4084         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
4085         argument.
4086         * lib/striconveh.c (iconv_carefully_1): New function.
4087         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
4088         argument.
4089         (str_cd_iconveh): Update.
4090         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
4091         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
4092         * tests/test-striconveh.c (MAGIC): New macro.
4093         (new_offsets): New function.
4094         (main): Test call with and without offsets.
4095
4096 2007-01-22  Bruno Haible  <bruno@clisp.org>
4097
4098         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
4099         * modules/sys_select (Makefile.am): Likewise.
4100         * modules/sys_socket (Makefile.am): Likewise.
4101         * modules/sys_time (Makefile.am): Likewise.
4102
4103 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
4104
4105         * modules/gettimeofday (License): Change from GPL to LGPL, since
4106         gettimeofday is a library function.
4107
4108 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4109
4110         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
4111
4112 2007-01-21  Bruno Haible  <bruno@clisp.org>
4113
4114         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
4115
4116 2007-01-21  Bruno Haible  <bruno@clisp.org>
4117
4118         * modules/striconveha: New file.
4119         * lib/striconveha.h: New file.
4120         * lib/striconveha.c: New file.
4121         * MODULES.html.sh (Internationalization functions): Add striconveha.
4122         * lib/striconv.c (str_iconv): Optimize the case of an empty input
4123         string.
4124         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
4125
4126 2007-01-21  Bruno Haible  <bruno@clisp.org>
4127
4128         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
4129         * lib/striconveh.c (str_iconveh): Likewise.
4130
4131 2007-01-21  Bruno Haible  <bruno@clisp.org>
4132
4133         * lib/striconveh.h (mem_iconveh): New declaration.
4134         * lib/striconveh.c (mem_iconveh): New function.
4135         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
4136
4137 2007-01-21  Bruno Haible  <bruno@clisp.org>
4138
4139         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
4140
4141         * lib/striconveh.h (mem_cd_iconveh): Change specification.
4142         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
4143         original result buffer.
4144         (str_cd_iconveh): Update.
4145         * tests/test-striconveh.c (main): Update.
4146
4147         * lib/striconv.h (mem_cd_iconv): Change specification.
4148         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
4149         result buffer.
4150         (str_cd_iconv): Update.
4151         * tests/test-striconv.c (main): Update.
4152
4153 2007-01-21  Bruno Haible  <bruno@clisp.org>
4154
4155         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
4156
4157 2007-01-20  Jim Meyering  <jim@meyering.net>
4158
4159         * lib/userspec.c (parse_with_separator): If a user or group string
4160         starts with "+", skip the corresponding name-to-ID look-up, since
4161         such a look-up must fail: user and group names may not include "+".
4162
4163 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
4164
4165         * lib/poll.c: Include sys/time.h and time.h unconditionally,
4166         since we now assume the sys_time module.
4167         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
4168         check for sys/time.h; no longer needed.
4169         * modules/poll (Depends-on): Depend on sys_time.
4170
4171 2007-01-18  Bruno Haible  <bruno@clisp.org>
4172
4173         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
4174         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
4175
4176         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
4177         gettimeofday.
4178
4179         * tests/test-gettimeofday.c: Include <time.h>.
4180         (dummy): Remove variable.
4181
4182         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
4183         gl_HEADER_SYS_TIME_H.
4184         (gl_HEADER_SYS_TIME_H): New macro.
4185
4186         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
4187         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4188         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
4189         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
4190         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4191         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
4192         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
4193         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4194         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
4195         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
4196         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4197
4198         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
4199         last change; it caused a compilation error when cross-compiling to
4200         Cygwin.
4201
4202 2007-01-18  Jim Meyering  <jim@meyering.net>
4203
4204         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
4205         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
4206         than the race-prone "test -d sys || mkdir sys".
4207         (configure.ac): Use AC_PROG_MKDIR_P.
4208         * modules/sys_select: Likewise.
4209         * modules/sys_socket: Likewise.
4210         * modules/sys_time: Likewise.
4211
4212 2007-01-18  Eric Blake  <ebb9@byu.net>
4213
4214         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
4215         replace gettimeofday.
4216         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
4217         name, to avoid infinite recursion.
4218
4219 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
4220
4221         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
4222         module sys_time.
4223         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
4224         assume timespec.h defines struct timeval.
4225         * lib/settime.c: Likewise.
4226         * lib/utimens.c: Likewise.
4227         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
4228         since we now assume the gettimeofday module.
4229         * lib/tempname.c (__gen_tempname): Likewise.
4230         * lib/gettimeofday.h: Remove.
4231         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
4232         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
4233         Include <time.h>, for 'time()'.
4234         (localtime_buffer_addr): Also use this workaround if
4235         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
4236         to simplify the uses.  All uses changed.
4237         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
4238         that #undef is inside {}, and 'const' follows type name consistently.
4239         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
4240         (gettimeofday): Do not use the maximum possible value for
4241         tv->tv_usec, since that might break usages other than ls.c.
4242         Instead, we'll leave ls.c alone.  This undoes today's patch
4243         by Bruno.  Add a compile-time warning for 1s-clock resolution;
4244         we've never observed the problem but might as well keep the
4245         canary.
4246         * lib/nanosleep.c: Include timespec.h first, for interface check.
4247         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
4248         now assume the sys_time module.
4249         * lib/tempname.c: Likewise.
4250         * lib/timespec.h: Likewise.
4251         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
4252         needed.
4253         * lib/strftime.c: Likewise.
4254         * lib/timespec.h: Likewise.
4255         * lib/posixtm.c: Include posixtm.h first, for interface check.
4256         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
4257         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
4258         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
4259         * lib/sys_time_.h: New file.
4260         * lib/timespec.h (struct timespec): Use long int, not long.
4261         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
4262         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
4263         Remove obsolescent call to AC_HEADER_TIME.
4264         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
4265         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
4266         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
4267         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
4268         Likewise.
4269         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
4270         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
4271         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
4272         into the sys_time module.  Check for gettimeofday just once.
4273         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
4274         for gettimeofday signature to just check the signature.  Merely
4275         compile it, since linking doesn't test signature.  Improve test for
4276         whether gettimeofday.o is actually needed.
4277         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
4278         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
4279         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
4280         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4281         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
4282         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
4283         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
4284         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
4285         than worrying about sys/time.h.
4286         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4287         Don't bother worrying about TIME_WITH_SYS_TIME.
4288         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
4289         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
4290         * m4/sys_time_h.m4: New file.
4291         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
4292         Don't include sys/time.h.  Return from main rather than exiting.
4293         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
4294         all uses changed.
4295         * modules/gethrxtime (Depends-on): Add sys_time.
4296         * modules/gettime (Depends-on): Likewise.
4297         * modules/gettimeofday (Depends-on): Likewise.
4298         * modules/nanosleep (Depends-on): Likewise.
4299         * modules/settime (Depends-on): Likewise.
4300         * modules/tempname (Depends-on): Likewise.
4301         * modules/utimens (Depends-on): Likewise.
4302         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
4303         (Include:) Change back to <sys/time.h>.
4304         (Maintainer:) Add self.
4305         * modules/sys_time: New file.
4306         * modules/tempname (Depends-on): Add gettimeofday.
4307         * tests/test-gettimeofday.c: Include <sys/time.h>
4308         rather than gettimeofday.h.
4309
4310 2007-01-17  Bruno Haible  <bruno@clisp.org>
4311
4312         * gnulib-tool (func_get_license): Revert last patch. Instead, let
4313         the license default to GPL.
4314         (func_create_testdir): Don't complain if a module is LGPL and its
4315         tests module depends on GPLed modules.
4316
4317 2007-01-17  Bruno Haible  <bruno@clisp.org>
4318
4319         * lib/gettimeofday.c (gettimeofday): Add code for the case
4320         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
4321         maximum possible value for tv->tv_usec, rather than the minimum one.
4322
4323 2005-10-08  Martin Lambers  <marlam@marlam.de>
4324 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4325 2007-01-16  Bruno Haible  <bruno@clisp.org>
4326
4327         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
4328         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
4329         gl_FUNC_GETTIMEOFDAY.
4330         (Include): Add gettimeofday.h.
4331         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
4332         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
4333         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
4334         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
4335         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
4336         * lib/gettimeofday.h: New file.
4337         * lib/gettimeofday.c: Include <sys/timeb.h>.
4338         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
4339         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4340         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
4341         fall back on time().
4342
4343         * tests/test-gettimeofday.c: New file.
4344         * modules/gettimeofday-tests: New file.
4345
4346 2007-01-16  Eric Blake  <ebb9@byu.net>
4347
4348         * modules/fnmatch (Depends-on): Depend on wchar.
4349         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
4350         * m4/fnmatch.m4: Likewise.
4351         * modules/mbchar (Makefile.am): Assume <wchar.h>.
4352         * m4/mbchar.m4: Likewise.
4353         * modules/mbswidth (Depends-on): Depend on wchar.
4354         * lib/mbswidth.c: Assume <wchar.h>.
4355         * m4/mbswidth.m4: Likewise.
4356         * modules/quotearg (Depends-on): Depend on wchar.
4357         * lib/quotearg.c: Assume <wchar.h>.
4358         * m4/quotearg.m4: Likewise.
4359         * modules/regex (Depends-on): Depend on wchar.
4360         * lib/regex_internal.h: Assume <wchar.h>.
4361         * m4/regex.m4: Likewise.
4362         * modules/stdint (Depends-on): Depend on wchar.
4363         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
4364         * m4/stdint.m4: Likewise.
4365         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
4366         * modules/strftime (Depends-on): Depend on wchar.
4367         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
4368         * modules/strtol (Depends-on): Depend on wchar.
4369         * lib/strtol.c: Assume <wchar.h>.
4370         * modules/wcwidth (Depends-on): Depend on wchar.
4371         * lib/wcwidth.h: Assume <wchar.h>.
4372         * m4/wcwidth.m4: Likewise.
4373
4374 2007-01-16  Bruno Haible  <bruno@clisp.org>
4375
4376         * modules/csharpexec-script: New, created from...
4377         * modules/csharpexec: ... this.
4378
4379 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
4380
4381         * modules/javaexec-script: New, created from...
4382         * modules/javaexec: ... this.
4383
4384 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4385
4386         * modules/poll (Dependencies): Add sys_select.
4387
4388 2007-01-15  Jim Meyering  <jim@meyering.net>
4389
4390         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
4391         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
4392         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
4393         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
4394
4395 2007-01-15  Bruno Haible  <bruno@clisp.org>
4396
4397         * modules/striconveh: New file.
4398         * lib/striconveh.h: New file.
4399         * lib/striconveh.c: New file.
4400         * MODULES.html.sh (Internationalization functions): Add striconveh.
4401
4402         * modules/striconveh-tests: New file.
4403         * tests/test-striconveh.c: New file.
4404
4405 2007-01-15  Bruno Haible  <bruno@clisp.org>
4406
4407         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
4408         not from GNU libiconv or GNU libc.
4409
4410 2007-01-15  Bruno Haible  <bruno@clisp.org>
4411
4412         * doc/gnulib-intro.texi (Copyright): Explain the different license
4413         terms for module descriptions, autoconf macros, tests, documentation.
4414
4415 2007-01-14  Bruno Haible  <bruno@clisp.org>
4416
4417         * modules/striconv-tests: New file.
4418         * tests/test-striconv.c: New file.
4419
4420 2007-01-14  Bruno Haible  <bruno@clisp.org>
4421
4422         * modules/iconv-tests: New file.
4423         * tests/test-iconv.c: New file.
4424
4425 2007-01-14  Bruno Haible  <bruno@clisp.org>
4426
4427         * gnulib-tool (func_get_license): For test modules, use the license of
4428         the main module.
4429
4430 2007-01-14  Bruno Haible  <bruno@clisp.org>
4431
4432         * modules/iconv (Include): Clarify that <iconv.h> can only be included
4433         if iconv is found to exist.
4434
4435 2007-01-14  Bruno Haible  <bruno@clisp.org>
4436
4437         * modules/c-ctype-tests: New file.
4438         * tests/test-c-ctype.c: New file.
4439
4440 2007-01-14  Bruno Haible  <bruno@clisp.org>
4441
4442         * modules/binary-io-tests: New file.
4443         * tests/test-binary-io.sh: New file.
4444         * tests/test-binary-io.c: New file.
4445
4446 2007-01-14  Bruno Haible  <bruno@clisp.org>
4447
4448         * modules/array-oset-tests: New file.
4449         * tests/test-array_oset.c: New file.
4450
4451 2007-01-14  Bruno Haible  <bruno@clisp.org>
4452
4453         * modules/array-list-tests: New file.
4454         * tests/test-array_list.c: New file.
4455
4456 2007-01-14  Bruno Haible  <bruno@clisp.org>
4457
4458         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
4459         and make.
4460         Reported by Simon Josefsson in
4461         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
4462
4463 2007-01-14  Bruno Haible  <bruno@clisp.org>
4464
4465         * modules/allocsa-tests: New file.
4466         * tests/test-allocsa.c: New file.
4467
4468 2007-01-14  Bruno Haible  <bruno@clisp.org>
4469
4470         * modules/fchdir (Depends-on): Add absolute-header.
4471         * modules/unistd (Depends-on): Likewise.
4472
4473 2006-12-30  Bruno Haible  <bruno@clisp.org>
4474
4475         * modules/fchdir: New file.
4476         * modules/unistd (Files): Add lib/unistd_.h.
4477         (Makefile.am): Generate unistd.h from unistd_.h.
4478         * lib/fchdir.c: New file.
4479         * lib/dirent_.h: New file.
4480         * lib/unistd_.h: New file.
4481         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
4482         * m4/fchdir.m4: New file.
4483         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
4484         (gl_HEADER_UNISTD): Invoke it.
4485         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
4486         function.
4487         * lib/backupfile.c (opendir, closedir): Undefine.
4488         * lib/chown.c (open, close): Undefine.
4489         * lib/clean-temp.c (open, close): Undefine.
4490         * lib/copy-file.c (open, close): Undefine.
4491         * lib/execute.c (open, close): Undefine.
4492         * lib/fsusage.c (open, close): Undefine.
4493         * lib/gc-gnulib.c (open, close): Undefine.
4494         * lib/getcwd.c (opendir, closedir): Undefine.
4495         * lib/glob.c (opendir, closedir): Undefine.
4496         * lib/javacomp.c (open, close): Undefine.
4497         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
4498         * lib/openat-proc.c (open, close): Undefine.
4499         * lib/pagealign_alloc.c (open, close): Undefine.
4500         * lib/pipe.c (open, close): Undefine.
4501         * lib/progreloc.c (open, close): Undefine.
4502         * lib/savedir.c (opendir, closedir): Undefine.
4503         * lib/utime.c (open, close): Undefine.
4504         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
4505
4506 2007-01-10  Bruno Haible  <bruno@clisp.org>
4507
4508         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
4509
4510 2007-01-12  Eric Blake  <ebb9@byu.net>
4511
4512         Provide a robust <wchar.h>.  Further simplifications are now
4513         possible in other modules, but not included here.
4514         * modules/wchar: New module.
4515         * m4/wchar.m4: New file.
4516         * lib/wchar_.h: Likewise.
4517         * modules/mbchar (Depends-on): Depend on wchar, as the first use
4518         of the new module.
4519         * MODULES.html.sh (Extended multibyte and wide character utilities):
4520         New section.
4521
4522 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
4523
4524         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
4525         to a reasonable default for memory allocation.
4526         (xreadlink): Don't allocate a huge buffer, to work around a buggy
4527         file system that reports garbage st_size values for symlinks.
4528         Problem reported by Liyang Hu.
4529
4530 2007-01-11  Simon Josefsson  <simon@josefsson.org>
4531
4532         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
4533         Emacs .#* auto-save files).
4534
4535 2007-01-11  Bruno Haible  <bruno@clisp.org>
4536
4537         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
4538         directory.
4539
4540 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
4541
4542         Use @...@ consistently in lib/wctype_.h.
4543         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
4544         on it being set to 1 or 0.
4545         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
4546         go back to AC_SUBSTing it.
4547         * modules/wctype (Makefile.am): Undo previous change.
4548
4549 2007-01-10  Eric Blake  <ebb9@byu.net>
4550
4551         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
4552         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
4553         * modules/wctype (Makefile.am): Likewise.
4554         Reported by Chris McGuire.
4555
4556 2007-01-10  Jim Meyering  <jim@meyering.net>
4557
4558         fts.c: a small readability/maintainability improvement
4559         * lib/fts.c (fts_read): Make this code slightly more readable and
4560         maintainable by hoisting the "sp->fts_cur = p" assignments to
4561         immediately follow the statements that set P.  Derived from
4562         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
4563
4564 2007-01-10  Eric Blake  <ebb9@byu.net>
4565
4566         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
4567         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
4568         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4569         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
4570         Reported by Chris McGuire.
4571
4572 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4573
4574         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
4575         in sed script.
4576
4577 2007-01-09  Bruno Haible  <bruno@clisp.org>
4578
4579         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
4580         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
4581         variables.
4582         (func_module): Use them.
4583
4584 2007-01-09  Bruno Haible  <bruno@clisp.org>
4585
4586         * modules/unistr/base: New file.
4587         * lib/unistr.h: New file.
4588
4589         * modules/unistr/u8-to-u16: New file.
4590         * lib/unistr/u8-to-u16.c: New file.
4591
4592         * modules/unistr/u8-to-u32: New file.
4593         * lib/unistr/u8-to-u32.c: New file.
4594
4595         * modules/unistr/u16-to-u8: New file.
4596         * lib/unistr/u16-to-u8.c: New file.
4597
4598         * modules/unistr/u16-to-u32: New file.
4599         * lib/unistr/u16-to-u32.c: New file.
4600
4601         * modules/unistr/u32-to-u8: New file.
4602         * lib/unistr/u32-to-u8.c: New file.
4603
4604         * modules/unistr/u32-to-u16: New file.
4605         * lib/unistr/u32-to-u16.c: New file.
4606
4607         * modules/unistr/u8-check: New file.
4608         * modules/unistr/u16-check: New file.
4609         * modules/unistr/u32-check: New file.
4610         * lib/unistr/u8-check.c: New file.
4611         * lib/unistr/u16-check.c: New file.
4612         * lib/unistr/u32-check.c: New file.
4613
4614         * modules/unistr/u8-chr: New file.
4615         * modules/unistr/u16-chr: New file.
4616         * modules/unistr/u32-chr: New file.
4617         * lib/unistr/u8-chr.c: New file.
4618         * lib/unistr/u16-chr.c: New file.
4619         * lib/unistr/u32-chr.c: New file.
4620
4621         * modules/unistr/u8-cmp: New file.
4622         * modules/unistr/u16-cmp: New file.
4623         * modules/unistr/u32-cmp: New file.
4624         * lib/unistr/u8-cmp.c: New file.
4625         * lib/unistr/u16-cmp.c: New file.
4626         * lib/unistr/u32-cmp.c: New file.
4627
4628         * modules/unistr/u8-cpy: New file.
4629         * modules/unistr/u16-cpy: New file.
4630         * modules/unistr/u32-cpy: New file.
4631         * lib/unistr/u8-cpy.c: New file.
4632         * lib/unistr/u16-cpy.c: New file.
4633         * lib/unistr/u32-cpy.c: New file.
4634         * lib/unistr/u-cpy.h: New file.
4635
4636         * modules/unistr/u8-cpy-alloc: New file.
4637         * modules/unistr/u16-cpy-alloc: New file.
4638         * modules/unistr/u32-cpy-alloc: New file.
4639         * lib/unistr/u8-cpy-alloc.c: New file.
4640         * lib/unistr/u16-cpy-alloc.c: New file.
4641         * lib/unistr/u32-cpy-alloc.c: New file.
4642         * lib/unistr/u-cpy-alloc.h: New file.
4643
4644         * modules/unistr/u8-endswith: New file.
4645         * modules/unistr/u16-endswith: New file.
4646         * modules/unistr/u32-endswith: New file.
4647         * lib/unistr/u8-endswith.c: New file.
4648         * lib/unistr/u16-endswith.c: New file.
4649         * lib/unistr/u32-endswith.c: New file.
4650         * lib/unistr/u-endswith.h: New file.
4651
4652         * modules/unistr/u8-mblen: New file.
4653         * modules/unistr/u16-mblen: New file.
4654         * modules/unistr/u32-mblen: New file.
4655         * lib/unistr/u8-mblen.c: New file.
4656         * lib/unistr/u16-mblen.c: New file.
4657         * lib/unistr/u32-mblen.c: New file.
4658
4659         * modules/unistr/u8-mbtouc: New file.
4660         * modules/unistr/u16-mbtouc: New file.
4661         * modules/unistr/u32-mbtouc: New file.
4662         * lib/unistr/u8-mbtouc.c: New file.
4663         * lib/unistr/u16-mbtouc.c: New file.
4664         * lib/unistr/u32-mbtouc.c: New file.
4665
4666         * modules/unistr/u8-mbtouc-safe: New file.
4667         * modules/unistr/u16-mbtouc-safe: New file.
4668         * modules/unistr/u32-mbtouc-safe: New file.
4669         * lib/unistr/u8-mbtouc-safe.c: New file.
4670         * lib/unistr/u16-mbtouc-safe.c: New file.
4671         * lib/unistr/u32-mbtouc-safe.c: New file.
4672
4673         * modules/unistr/u8-move: New file.
4674         * modules/unistr/u16-move: New file.
4675         * modules/unistr/u32-move: New file.
4676         * lib/unistr/u8-move.c: New file.
4677         * lib/unistr/u16-move.c: New file.
4678         * lib/unistr/u32-move.c: New file.
4679         * lib/unistr/u-move.h: New file.
4680
4681         * modules/unistr/u8-next: New file.
4682         * modules/unistr/u16-next: New file.
4683         * modules/unistr/u32-next: New file.
4684         * lib/unistr/u8-next.c: New file.
4685         * lib/unistr/u16-next.c: New file.
4686         * lib/unistr/u32-next.c: New file.
4687
4688         * modules/unistr/u8-prev: New file.
4689         * modules/unistr/u16-prev: New file.
4690         * modules/unistr/u32-prev: New file.
4691         * lib/unistr/u8-prev.c: New file.
4692         * lib/unistr/u16-prev.c: New file.
4693         * lib/unistr/u32-prev.c: New file.
4694
4695         * modules/unistr/u8-set: New file.
4696         * modules/unistr/u16-set: New file.
4697         * modules/unistr/u32-set: New file.
4698         * lib/unistr/u8-set.c: New file.
4699         * lib/unistr/u16-set.c: New file.
4700         * lib/unistr/u32-set.c: New file.
4701         * lib/unistr/u-set.h: New file.
4702
4703         * modules/unistr/u8-startswith: New file.
4704         * modules/unistr/u16-startswith: New file.
4705         * modules/unistr/u32-startswith: New file.
4706         * lib/unistr/u8-startswith.c: New file.
4707         * lib/unistr/u16-startswith.c: New file.
4708         * lib/unistr/u32-startswith.c: New file.
4709         * lib/unistr/u-startswith.h: New file.
4710
4711         * modules/unistr/u8-stpcpy: New file.
4712         * modules/unistr/u16-stpcpy: New file.
4713         * modules/unistr/u32-stpcpy: New file.
4714         * lib/unistr/u8-stpcpy.c: New file.
4715         * lib/unistr/u16-stpcpy.c: New file.
4716         * lib/unistr/u32-stpcpy.c: New file.
4717         * lib/unistr/u-stpcpy.h: New file.
4718
4719         * modules/unistr/u8-stpncpy: New file.
4720         * modules/unistr/u16-stpncpy: New file.
4721         * modules/unistr/u32-stpncpy: New file.
4722         * lib/unistr/u8-stpncpy.c: New file.
4723         * lib/unistr/u16-stpncpy.c: New file.
4724         * lib/unistr/u32-stpncpy.c: New file.
4725         * lib/unistr/u-stpncpy.h: New file.
4726
4727         * modules/unistr/u8-strcat: New file.
4728         * modules/unistr/u16-strcat: New file.
4729         * modules/unistr/u32-strcat: New file.
4730         * lib/unistr/u8-strcat.c: New file.
4731         * lib/unistr/u16-strcat.c: New file.
4732         * lib/unistr/u32-strcat.c: New file.
4733         * lib/unistr/u-strcat.h: New file.
4734
4735         * modules/unistr/u8-strchr: New file.
4736         * modules/unistr/u16-strchr: New file.
4737         * modules/unistr/u32-strchr: New file.
4738         * lib/unistr/u8-strchr.c: New file.
4739         * lib/unistr/u16-strchr.c: New file.
4740         * lib/unistr/u32-strchr.c: New file.
4741
4742         * modules/unistr/u8-strcmp: New file.
4743         * modules/unistr/u16-strcmp: New file.
4744         * modules/unistr/u32-strcmp: New file.
4745         * lib/unistr/u8-strcmp.c: New file.
4746         * lib/unistr/u16-strcmp.c: New file.
4747         * lib/unistr/u32-strcmp.c: New file.
4748
4749         * modules/unistr/u8-strcpy: New file.
4750         * modules/unistr/u16-strcpy: New file.
4751         * modules/unistr/u32-strcpy: New file.
4752         * lib/unistr/u8-strcpy.c: New file.
4753         * lib/unistr/u16-strcpy.c: New file.
4754         * lib/unistr/u32-strcpy.c: New file.
4755         * lib/unistr/u-strcpy.h: New file.
4756
4757         * modules/unistr/u8-strcspn: New file.
4758         * modules/unistr/u16-strcspn: New file.
4759         * modules/unistr/u32-strcspn: New file.
4760         * lib/unistr/u8-strcspn.c: New file.
4761         * lib/unistr/u16-strcspn.c: New file.
4762         * lib/unistr/u32-strcspn.c: New file.
4763         * lib/unistr/u-strcspn.h: New file.
4764
4765         * modules/unistr/u8-strdup: New file.
4766         * modules/unistr/u16-strdup: New file.
4767         * modules/unistr/u32-strdup: New file.
4768         * lib/unistr/u8-strdup.c: New file.
4769         * lib/unistr/u16-strdup.c: New file.
4770         * lib/unistr/u32-strdup.c: New file.
4771         * lib/unistr/u-strdup.h: New file.
4772
4773         * modules/unistr/u8-strlen: New file.
4774         * modules/unistr/u16-strlen: New file.
4775         * modules/unistr/u32-strlen: New file.
4776         * lib/unistr/u8-strlen.c: New file.
4777         * lib/unistr/u16-strlen.c: New file.
4778         * lib/unistr/u32-strlen.c: New file.
4779         * lib/unistr/u-strlen.h: New file.
4780
4781         * modules/unistr/u8-strmblen: New file.
4782         * modules/unistr/u16-strmblen: New file.
4783         * modules/unistr/u32-strmblen: New file.
4784         * lib/unistr/u8-strmblen.c: New file.
4785         * lib/unistr/u16-strmblen.c: New file.
4786         * lib/unistr/u32-strmblen.c: New file.
4787
4788         * modules/unistr/u8-strmbtouc: New file.
4789         * modules/unistr/u16-strmbtouc: New file.
4790         * modules/unistr/u32-strmbtouc: New file.
4791         * lib/unistr/u8-strmbtouc.c: New file.
4792         * lib/unistr/u16-strmbtouc.c: New file.
4793         * lib/unistr/u32-strmbtouc.c: New file.
4794
4795         * modules/unistr/u8-strncat: New file.
4796         * modules/unistr/u16-strncat: New file.
4797         * modules/unistr/u32-strncat: New file.
4798         * lib/unistr/u8-strncat.c: New file.
4799         * lib/unistr/u16-strncat.c: New file.
4800         * lib/unistr/u32-strncat.c: New file.
4801         * lib/unistr/u-strncat.h: New file.
4802
4803         * modules/unistr/u8-strncmp: New file.
4804         * modules/unistr/u16-strncmp: New file.
4805         * modules/unistr/u32-strncmp: New file.
4806         * lib/unistr/u8-strncmp.c: New file.
4807         * lib/unistr/u16-strncmp.c: New file.
4808         * lib/unistr/u32-strncmp.c: New file.
4809
4810         * modules/unistr/u8-strncpy: New file.
4811         * modules/unistr/u16-strncpy: New file.
4812         * modules/unistr/u32-strncpy: New file.
4813         * lib/unistr/u8-strncpy.c: New file.
4814         * lib/unistr/u16-strncpy.c: New file.
4815         * lib/unistr/u32-strncpy.c: New file.
4816         * lib/unistr/u-strncpy.h: New file.
4817
4818         * modules/unistr/u8-strnlen: New file.
4819         * modules/unistr/u16-strnlen: New file.
4820         * modules/unistr/u32-strnlen: New file.
4821         * lib/unistr/u8-strnlen.c: New file.
4822         * lib/unistr/u16-strnlen.c: New file.
4823         * lib/unistr/u32-strnlen.c: New file.
4824         * lib/unistr/u-strnlen.h: New file.
4825
4826         * modules/unistr/u8-strpbrk: New file.
4827         * modules/unistr/u16-strpbrk: New file.
4828         * modules/unistr/u32-strpbrk: New file.
4829         * lib/unistr/u8-strpbrk.c: New file.
4830         * lib/unistr/u16-strpbrk.c: New file.
4831         * lib/unistr/u32-strpbrk.c: New file.
4832         * lib/unistr/u-strpbrk.h: New file.
4833
4834         * modules/unistr/u8-strrchr: New file.
4835         * modules/unistr/u16-strrchr: New file.
4836         * modules/unistr/u32-strrchr: New file.
4837         * lib/unistr/u8-strrchr.c: New file.
4838         * lib/unistr/u16-strrchr.c: New file.
4839         * lib/unistr/u32-strrchr.c: New file.
4840
4841         * modules/unistr/u8-strspn: New file.
4842         * modules/unistr/u16-strspn: New file.
4843         * modules/unistr/u32-strspn: New file.
4844         * lib/unistr/u8-strspn.c: New file.
4845         * lib/unistr/u16-strspn.c: New file.
4846         * lib/unistr/u32-strspn.c: New file.
4847         * lib/unistr/u-strspn.h: New file.
4848
4849         * modules/unistr/u8-strstr: New file.
4850         * modules/unistr/u16-strstr: New file.
4851         * modules/unistr/u32-strstr: New file.
4852         * lib/unistr/u8-strstr.c: New file.
4853         * lib/unistr/u16-strstr.c: New file.
4854         * lib/unistr/u32-strstr.c: New file.
4855         * lib/unistr/u-strstr.h: New file.
4856
4857         * modules/unistr/u8-strtok: New file.
4858         * modules/unistr/u16-strtok: New file.
4859         * modules/unistr/u32-strtok: New file.
4860         * lib/unistr/u8-strtok.c: New file.
4861         * lib/unistr/u16-strtok.c: New file.
4862         * lib/unistr/u32-strtok.c: New file.
4863         * lib/unistr/u-strtok.h: New file.
4864
4865         * modules/unistr/u8-uctomb: New file.
4866         * modules/unistr/u16-uctomb: New file.
4867         * modules/unistr/u32-uctomb: New file.
4868         * lib/unistr/u8-uctomb.c: New file.
4869         * lib/unistr/u16-uctomb.c: New file.
4870         * lib/unistr/u32-uctomb.c: New file.
4871
4872         * MODULES.html.sh (Unicode string functions): Add the new modules.
4873
4874 2007-01-08  Bruno Haible  <bruno@clisp.org>
4875
4876         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
4877         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
4878         subdirectories.
4879
4880 2007-01-08  Karl Berry  <karl@gnu.org>
4881
4882         * doc/error.texi: mention that main() fns must set program_name
4883         when progname is used.
4884
4885 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4886
4887         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
4888         WCTYPE_H is empty, for the benefit of builds from non-distclean
4889         directories.  Problem reported by Eric Blake in
4890         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
4891
4892 2007-01-08  Bruno Haible  <bruno@clisp.org>
4893
4894         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
4895         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
4896         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
4897         PROVIDE_CANONICALIZE_FILENAME_MODE.
4898         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
4899
4900 2007-01-08  Bruno Haible  <bruno@clisp.org>
4901
4902         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
4903         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
4904         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
4905         * lib/fts.c: Likewise.
4906         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
4907
4908 2006-12-25  Bruno Haible  <bruno@clisp.org>
4909
4910         * modules/utf8-ucs4-safe: New file.
4911         * lib/utf8-ucs4-safe.h: New file.
4912         * lib/unistr/utf8-ucs4-safe.c: New file.
4913
4914         * modules/utf16-ucs4-safe: New file.
4915         * lib/utf16-ucs4-safe.h: New file.
4916         * lib/unistr/utf16-ucs4-safe.c: New file.
4917
4918         * MODULES.html.sh (Unicode string functions): Add the new modules.
4919
4920 2007-01-08  Bruno Haible  <bruno@clisp.org>
4921
4922         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
4923         (Depends-on): Add unitypes.
4924         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4925         (u8_mbtouc_aux): Move out to separate file.
4926         (u8_mbtouc): Use ucs4_t, uint8_t types.
4927         * lib/unistr/utf8-ucs4.c: New file.
4928
4929         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
4930         (Depends-on): Add unitypes.
4931         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4932         (u16_mbtouc_aux): Move out to separate file.
4933         (u16_mbtouc): Use ucs4_t, uint16_t types.
4934         * lib/unistr/utf16-ucs4.c: New file.
4935
4936         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
4937         (Depends-on): Add unitypes.
4938         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
4939         (u8_uctomb_aux): Move out to separate file.
4940         (u8_uctomb): Use ucs4_t, uint8_t types.
4941         * lib/unistr/ucs4-utf8.c: New file.
4942
4943         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
4944         (Depends-on): Add unitypes.
4945         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
4946         (u16_uctomb_aux): Move out to separate file.
4947         (u16_uctomb): Use ucs4_t, uint16_t types.
4948         * lib/unistr/ucs4-utf16.c: New file.
4949
4950 2006-12-25  Bruno Haible  <bruno@clisp.org>
4951
4952         * modules/unitypes: New file.
4953         * lib/unitypes.h: New file.
4954         * MODULES.html.sh (func_all_modules): New section "Unicode string
4955         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
4956         this section. Add unitypes.
4957
4958 2007-01-08  Bruno Haible  <bruno@clisp.org>
4959
4960         Avoid variable names that conflict with those from libtool.
4961         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
4962         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
4963         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
4964         library_names_spec to acl_library_names_spec, hardcode_* to
4965         acl_hardcode_*.
4966         Reported by Ralf Wildenhues.
4967
4968 2007-01-08  Bruno Haible  <bruno@clisp.org>
4969
4970         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
4971         definition.
4972         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
4973         definition.
4974         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
4975         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
4976         definition.
4977         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
4978         definition.
4979         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
4980         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
4981         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
4982         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
4983         definition.
4984         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
4985         definition.
4986         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
4987         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
4988         GC_USE_<algorithm>.
4989         * lib/gc-libgcrypt.c: Likewise.
4990         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
4991         * modules/gc-arctwo (configure.ac): Likewise.
4992         * modules/gc-des (configure.ac): Likewise.
4993         * modules/gc-hmac-md5 (configure.ac): Likewise.
4994         * modules/gc-hmac-sha1 (configure.ac): Likewise.
4995         * modules/gc-md2 (configure.ac): Likewise.
4996         * modules/gc-md4 (configure.ac): Likewise.
4997         * modules/gc-md5 (configure.ac): Likewise.
4998         * modules/gc-random (configure.ac): Likewise.
4999         * modules/gc-rijndael (configure.ac): Likewise.
5000         * modules/gc-sha1 (configure.ac): Likewise.
5001
5002 2007-01-08  Bruno Haible  <bruno@clisp.org>
5003
5004         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
5005         macro definition.
5006         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
5007         definition.
5008         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
5009         definition.
5010         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
5011         * modules/fcntl-safer (configure.ac): Likewise.
5012         * modules/fopen-safer (configure.ac): Likewise.
5013         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
5014         GNULIB_FWRITEERROR macro definition.
5015
5016 2007-01-08  Bruno Haible  <bruno@clisp.org>
5017
5018         * m4/gnulib-common.m4: New file.
5019         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
5020         (func_get_filelist): Add m4/gnulib-common.m4.
5021
5022 2007-01-08  Bruno Haible  <bruno@clisp.org>
5023
5024         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
5025         command.
5026
5027 2007-01-08  Jim Meyering  <jim@meyering.net>
5028
5029         Use a more robust test for a "can't happen" condition.
5030         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
5031         narrowed the st_size value.  Presuming the "can't happen" condition
5032         is true, that narrowing could conceivably convert an invalid st_size
5033         value into a valid one.  Instead, use a change based on Matthew
5034         Woehlke's original patch.
5035
5036         Slight readability improvement: use an assert-like macro
5037         in place of literal "abort ()" uses.
5038         * lib/fts.c (fts_assert): Define.
5039         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
5040         Use this macro instead of a bare 'abort'.
5041
5042 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
5043
5044         Don't worry about using IRIX 5.3's wctype.h broken definitions;
5045         simply work around them.
5046         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
5047         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
5048         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
5049         declaring.
5050         Don't bother to define as macros, since the standard doesn't require it.
5051         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
5052         longer worry about IRIX 5.3.
5053         (HAVE_WCTYPE_CTMP_BUG): Remove.
5054
5055 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
5056
5057         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
5058         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
5059         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
5060         Problems reported by Georg Schwarz for IRIX 5.3.
5061
5062         * gnulib-tool (autoconf_minversion): Take the maximum version number
5063         found, not the minimum.  Problem reported by James Youngman.
5064
5065 2007-01-03  Karl Berry  <karl@gnu.org>
5066
5067         * doc/error.texi: new file, explaining interaction with progname.
5068         * doc/gnulib.texi: include it.  Update copyright.
5069
5070 2007-01-03  Simon Josefsson  <simon@josefsson.org>
5071
5072         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
5073         AC_CANONICAL_HOST, to improve autobuild outputs.
5074
5075 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
5076             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
5077
5078         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
5079         sockets, server sockets, and other file descriptors.  Count errors
5080         to compute the return value.  Reorder the code a bit to be easier
5081         to follow.  Don't set event bits that were not requested (except
5082         POLLERR and POLLHUP).
5083
5084 2007-01-01  Bruno Haible  <bruno@clisp.org>
5085
5086         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
5087
5088 2007-01-03  Jim Meyering  <jim@meyering.net>
5089
5090         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
5091
5092 2007-01-02  Bruno Haible  <bruno@clisp.org>
5093
5094         * modules/settime (Include): Require timespec.h.
5095         * modules/nanosleep (Include): Likewise.
5096
5097 2007-01-01  Bruno Haible  <bruno@clisp.org>
5098
5099         * gnulib-tool (func_emit_copyright_notice): Bump year.
5100         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
5101
5102 2007-01-01  Bruno Haible  <bruno@clisp.org>
5103
5104         Improve support for OpenBSD.
5105         * build-aux/config.rpath (libname_spec): Export.
5106         (library_names_spec): New variable. Export.
5107         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
5108         library_names_spec from the config.rpath output. Locate shared library
5109         through the name pattern in library_names_spec.
5110
5111 2007-01-01  Eric Blake  <ebb9@byu.net>
5112
5113         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
5114
5115 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5116
5117         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
5118         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
5119         assume the C locale, and avoid an "eval" that could cause trouble.
5120         Problem with SORT reported by Bob Proulx.
5121
5122         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
5123         Define.  Trivial patch from Henning Nielsen Lund, originally
5124         sent to bug-grep@gnu.org today.
5125
5126 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5127
5128         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
5129         struct stat.  Problem reported by Henning Nielsen Lund.
5130         * lib/acl.c: Include acl.h first, to check interface.  Don't
5131         bother to include sys/types.h and sys/stat.h again.
5132
5133 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
5134
5135         Import the following change from libc; problem reported by
5136         Sven Verdoolaege.
5137
5138         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
5139
5140         [BZ #1373]
5141         * lib/argp.h: Remove __NTH for __argp_usage inline function.
5142
5143 2006-12-28  Jim Meyering  <jim@meyering.net>
5144
5145         * build-aux/announce-gen: Do not assume that the package
5146         builds any of tar.gz, tar.bz2, and .xdelta files.
5147         Suggestion from Simon Josefsson.
5148
5149 2006-12-28  Simon Josefsson  <simon@josefsson.org>
5150
5151         * modules/announce-gen: New file.
5152
5153 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
5154
5155         * lib/mbchar.h: Just include <wctype.h>; the wctype module
5156         handles its gotchas now.
5157         * lib/mbswidth.c: Likewise.
5158         * lib/wcwidth.h: Likewise.
5159         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
5160         and iswcntrl; the wctype module does this stuff now.
5161         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5162         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
5163         * modules/mbchar (Depends-on): Add wctype.
5164         * modules/mbswidth (Depends-on): Likewise.
5165         * modules/wcwidth (Depends-on): Likewise.
5166
5167 2006-12-27  Eric Blake  <ebb9@byu.net>
5168
5169         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
5170         module uses more than what <wctype.h> is required to provide.
5171
5172 2006-12-26  Eric Blake  <ebb9@byu.net>
5173
5174         * gnulib-tool (sed_extract_prog): Avoid space-tab.
5175
5176 2006-12-26  Eric Blake  <ebb9@byu.net>
5177
5178         * modules/absolute-header: New module.
5179         * modules/fcntl (Depends-on): Depend on it.
5180         * modules/inttypes (Depends-on): Likewise.
5181         * modules/stdint (Depends-on): Likewise.
5182         * modules/sys_stat (Depends-on): Likewise.
5183         * modules/wctype (Depends-on): Likewise.
5184         * MODULES.html.sh (Support for building libraries and
5185         executables): Document it.
5186
5187 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
5188
5189         * gnulib-tool (SED): Remove, undoing previous change.
5190         The problem was that it broke coreutils on Solaris, because
5191         "sed --posix" leaked into a makefile.
5192         (sed): New alias, if 'alias' and GNU sed.
5193
5194 2006-12-24  Jim Meyering  <jim@meyering.net>
5195
5196         Work around an fchownat bug in glibc-2.4:
5197         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
5198         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
5199         in spite of the -P option.
5200         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
5201         New macros.
5202         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
5203         * modules/openat (Files): Add lib/fchownat.c.
5204         * lib/openat.c (fchownat): Don't define here.  Move to...
5205         * lib/fchownat.c: ...this new file.
5206
5207 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
5208
5209         Fix bug reported by Bruno Haible in
5210         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
5211         where quotearg.c didn't compile on Mac OS X 10.2 because it
5212         lacks <wchar.h> and wint_t.
5213         * lib/wctype_.h (__wctype_wint_t): New type.
5214         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
5215         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
5216         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
5217         Arg is now of type __wctype_wint_t, not wint_t.
5218         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
5219         substitute HAVE_WINT_T.
5220         * modules/wctype (Files): Add m4/wint_t.m4.
5221         (wctype.h): Substitute HAVE_WINT_T.
5222
5223 2006-12-23  Bruno Haible  <bruno@clisp.org>
5224
5225         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
5226
5227 2006-12-23  Bruno Haible  <bruno@clisp.org>
5228
5229         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
5230         S_ISLNK.
5231         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
5232         mingw.
5233
5234 2006-12-22  Bruno Haible  <bruno@clisp.org>
5235
5236         * lib/copy-file.c: Include acl.h.
5237         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
5238         Close the file descriptors only after being done with copy_acl.
5239         * modules/copy-file (Depends-on): Add acl.
5240
5241 2006-12-22  Bruno Haible  <bruno@clisp.org>
5242
5243         * gnulib-tool (SED): New variable.
5244         Use $SED instead of sed everywhere.
5245
5246 2006-12-22  Bruno Haible  <bruno@clisp.org>
5247
5248         * modules/no-c++: New file.
5249         * m4/no-c++.m4: New file.
5250         * MODULES.html.sh (Support for building libraries and executables):
5251         Add no-c++.
5252
5253 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
5254
5255         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5256         Include <limits.h>, and use its INT_MAX to rewrite the
5257         j loop so that it does not overflow 'int'.  Problem reported by
5258         Ralf Wildenhues in
5259         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
5260         Play it safe by shifting left by 1 rather than multiplying by 2,
5261         as GCC is less likely to optimize this away when the value
5262         is signed (when it assumes overflow leads to undefined behavior).
5263         Also, don't assume time_t uses two's complement.
5264
5265 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5266
5267         * MODULES.html.sh: New module wctype.
5268         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
5269         * lib/fnmatch.c: Don't bother to include <wchar.h> before
5270         <wctype.h>, since the new wctype module should fix this.
5271         * lib/quotearg.c: Include <wctype.h> unconditionally, since
5272         the wctype module should arrange for it.
5273         * lib/regex_internal.h: Likewise.
5274         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
5275         since the wctype module should handle this now.
5276         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
5277         * modules/fnmatch (Depends-on): Add wctype.
5278         * modules/quotearg (Depends-on): Likewise.
5279         * modules/regex (Depends-on): Likewise.
5280
5281 2006-12-19  Bruno Haible  <bruno@clisp.org>
5282
5283         * lib/strdup.h [C++]: Wrap definitions in extern "C".
5284         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
5285
5286 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5287
5288         * modules/savewd (Depends-on): Fix dependency on fcntl.
5289
5290 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5291
5292         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
5293         conforms to C99, rather than relying on the user's environment
5294         setting of STDINT_H.
5295
5296 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5297         and Eric Blake  <ebb9@byu.net>
5298
5299         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
5300         This is more consistent with the other defines here.
5301         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
5302         Port to z/OS.  Problem reported by Paul Gilmartin.
5303         Change local vars to use gl_ prefix rather than ac_.
5304         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
5305         with other defines.
5306         * modules/double-slash-root: New module.
5307         * modules/dirname (Files): Remove m4/double-slash-root.m4.
5308         (Depends-on): Add double-slash-root.
5309         * MODULES.html.sh (File system functions): Mention new module.
5310
5311 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5312
5313         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
5314         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
5315         This is for the benefit of gzip, which doesn't do i18n.
5316
5317 2006-12-12  Jim Meyering  <jim@meyering.net>
5318
5319         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
5320         Reported by Andreas Schwab <schwab@suse.de>.
5321
5322 2006-12-12  Bruno Haible  <bruno@clisp.org>
5323
5324         Merge these changes.
5325         2006-09-05  Bruno Haible  <bruno@clisp.org>
5326         * lib/iconvme.c (iconv_string): No need to save and restore errno when
5327         iconv_alloc succeeded.
5328         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
5329         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
5330         test for " && dest " at the end - dest is always != NULL there. Call
5331         iconv with 4xNULL arguments initially, to reset the state. Call iconv
5332         with 2xNULL arguments, also to flush the state storage. Handle the
5333         IRIX iconv behaviour. Realloc the final result, to throw away unused
5334         memory.
5335
5336 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
5337
5338         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
5339         and fchmodat unconditionally, since glibc 2.4 has them.
5340         Problem reported by Arkadiusz Miskiewicz.
5341
5342 2006-12-10  Bruno Haible  <bruno@clisp.org>
5343
5344         * gnulib-tool (func_import): Show the include files only for those
5345         modules that are copied and specified.
5346         Reported by Karl Berry.
5347
5348 2006-12-08  Jim Meyering  <jim@meyering.net>
5349
5350         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
5351         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
5352
5353         * build-aux/announce-gen: Add two new options, both optional:
5354         --bootstrap-tools=TOOL_LIST
5355               a comma-separated list of tools, e.g.,
5356               autoconf,automake,bison,gnulib
5357         --gnulib-snapshot-date=DATE
5358               if gnulib is in the bootstrap tool list,
5359               then report this as the snapshot date.
5360               If not specified, use the current date/time.
5361               If you specify a date here, be sure it's UTC.
5362
5363 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5364
5365         * tests/test-argp-2.sh: Fix test to match actual output.
5366         (func_compare): Fix sed script to be portable.
5367
5368 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5369
5370         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
5371         workaround for this case.  It is not autoconfigured now; offhand
5372         it's hard to see how to autoconfigure it.
5373
5374 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
5375
5376         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
5377         a directory that is about to be chowned.  Such a directory's
5378         initial file permissions should permit the owner only and this
5379         should not be changed until after the chown, since the group and
5380         other bits would be incorrect if they granted permission before
5381         the chown.
5382
5383         Fix porting problem for iswctype reported by Georg Schwarz in:
5384         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
5385         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
5386         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
5387         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
5388         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5389
5390 2006-12-03  Jim Meyering  <jim@meyering.net>
5391
5392         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
5393         p->fts_statp may not yet be defined.
5394         (fts_read): Instead, set it in the caller, once p->fts_statp is
5395         sure to be defined, and corresponds to a top-level directory.
5396         This bug made du -x fail.  Here's the coreutils test case:
5397         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
5398         Reported by Mike Frysinger.
5399
5400 2006-12-01  Jim Meyering  <jim@meyering.net>
5401
5402         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
5403         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
5404         Reported by Simon Josefsson.
5405
5406 2006-11-30  Jim Meyering  <jim@meyering.net>
5407
5408         * m4/warning.m4: Use the all-permissive copyright notice
5409         recommended by RMS (rather than LGPL).
5410         * m4/vararrays.m4: Likewise.
5411         * m4/flexmember.m4: Likewise.
5412
5413 2006-11-29  Bruno Haible  <bruno@clisp.org>
5414
5415         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5416         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
5417         using +=.
5418         Reported by Simon Josefsson <simon@josefsson.org>.
5419
5420 2006-11-28  James Youngman <jay@gnu.org>
5421
5422         * README: Advise users that they might find the bug-gnulib@gnu.org
5423         and autotools-announce@gnu.org mailing lists useful.
5424
5425 2006-11-28  Bruno Haible  <bruno@clisp.org>
5426
5427         * m4/ptrdiff_max.m4: Remove file.
5428
5429 2006-11-21  Bruno Haible  <bruno@clisp.org>
5430
5431         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
5432         _AC_COMPUTE_INT.
5433         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5434         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
5435         _AC_COMPUTE_INT.
5436         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5437         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
5438         _AC_COMPUTE_INT.
5439         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5440
5441 2006-11-28  Jim Meyering  <jim@meyering.net>
5442
5443         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
5444         warning from "gcc -Wshadow" about shadowing the builtin.
5445
5446 2006-11-27  Bruno Haible  <bruno@clisp.org>
5447
5448         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
5449         _AC_COMPUTE_INT.
5450         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5451
5452 2006-11-27  Bruno Haible  <bruno@clisp.org>
5453             Paul Eggert  <eggert@cs.ucla.edu>
5454
5455         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
5456
5457 2006-11-26  Bruno Haible  <bruno@clisp.org>
5458
5459         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5460         noinst_LTLIBRARIES.
5461
5462 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5463             Bruno Haible  <bruno@clisp.org>
5464
5465         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
5466         if compiling with "gcc -ansi".
5467
5468 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5469
5470         Fix some incompatibilities with gcc -ansi -pedantic.
5471         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
5472         if compiling pedantically with GCC, unless it's C99 or later.
5473         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
5474         it mishandles gcc -ansi -pedantic as well.
5475         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
5476         if gcc -pedantic.
5477         * lib/regexec.c (check_node_accept_bytes): Don't use auto
5478         initializers for struct if -pedantic, unless it's C99 or later.
5479
5480 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
5481
5482         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
5483         Don't close an fd more than once. Identical atimes indicate
5484         success, not failure.
5485
5486 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
5487
5488         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
5489
5490 2006-11-23  Jim Meyering  <jim@meyering.net>
5491
5492         * build-aux/announce-gen: New file.  From coreutils.
5493
5494 2006-11-22  Jim Meyering  <jim@meyering.net>
5495
5496         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
5497         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
5498         (fts_read): Use a temporary to narrow the overused st_size member
5499         before using it in a switch statement.  Reported by Matthew Woehlke.
5500
5501         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
5502         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5503
5504 2006-11-20  Bruno Haible  <bruno@clisp.org>
5505
5506         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
5507         changequote instead of pairs of brackets.
5508         Reported by Andreas Schwab <schwab@suse.de>.
5509
5510 2006-11-21  Jim Meyering  <jim@meyering.net>
5511
5512         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
5513         so as to remain compatible with older compilers.
5514         Patch from Michael Deutschmann.
5515
5516 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5517
5518         * MODULES.html.sh (File system functions): Add openat.
5519
5520         * lib/openat.h (rpl_fstatat): New macro, if
5521         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
5522         (fstatat): Define to rpl_fstatat under the same conditions,
5523         unless COMPILING_FSTATAT.
5524         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
5525         seems to have the bug.
5526         * lib/fstatat.c: New file.
5527         * modules/openat (Files): Add it.
5528
5529 2006-11-20  Bruno Haible  <bruno@clisp.org>
5530
5531         * Makefile: New file.
5532
5533 2006-11-20  Jim Meyering  <jim@meyering.net>
5534
5535         The beginnings of syntax-related checks for gnulib.
5536         * lib/Makefile: New file.
5537         * lib/t-idcache: New script.  Ensure that the two halves of
5538         idcache.c stay in sync.
5539
5540         * lib/idcache.c: Adjust comments in user- and group- portions to
5541         be more accurate, and to be consistent with one another.
5542
5543 2006-11-20  Jim Meyering  <jim@meyering.net>
5544
5545         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
5546         continue using the flexible array member (thus, this module performs
5547         half as many malloc calls), with the addition that...
5548         (getgroup, getuser): Consistently record a non-match via an empty
5549         "name" string, and map an empty string match to a NULL return value.
5550         * modules/idcache (Depends-on): Re-add flexmember.
5551
5552         * lib/idcache.c (getuser): Remove all uses of the register keyword.
5553         (getuidbyname, getgroup, getgidbyname): Likewise.
5554
5555         Use cleaner syntax: NULL rather than 0.
5556         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
5557
5558 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5559
5560         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
5561         It mishandled the case where the group was missing.
5562         Problem reported by Greg Schafer.
5563         * modules/idcache: Likewise.
5564
5565 2006-11-18  Jim Meyering  <jim@meyering.net>
5566
5567         * check-module (%exempt_header): Add exception for some
5568         conditionally-included headers.
5569
5570         * modules/i-ring (Depends-on): Add verify.
5571         (License): Change to LGPL.
5572
5573 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
5574
5575         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
5576         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
5577         and inttostr.h.  Use snprintf rather than uinttostr, so that
5578         LGPLed code doesn't depend on GPLed.
5579
5580 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5581
5582         * modules/inline (License): Change from GPL to LGPL.
5583
5584 2006-11-17  Jim Meyering  <jim@meyering.net>
5585
5586         * modules/d-type (License): Switch to LGPL.
5587
5588 2006-11-15  Bruno Haible  <bruno@clisp.org>
5589
5590         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
5591
5592 2006-11-15  Eric Blake  <ebb9@byu.net>
5593
5594         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
5595         the module dependency.
5596
5597 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5598             Bruno Haible  <bruno@clisp.org>
5599
5600         * gnulib-tool (func_create_testdir): Add license consistency check.
5601
5602 2006-11-15  Eric Blake  <ebb9@byu.net>
5603
5604         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
5605         random "(cached)" in configure output.
5606
5607 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5608
5609         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
5610         test for conforming inttypes.h is both announced and cached.
5611
5612         * MODULES.html.sh (seen_modules, seen_files): New variables.
5613         (func_module): Rewrite to use a few less gnulib-tool and sed
5614         invocations.  Avoid a couple of quadratic algorithms for ...
5615         (missed_modules, missed_files): ... these, with ...
5616         (func_append, func_tmpdir): ... these new functions, from
5617         gnulib-tool.  Analogously, install traps for cleanup.
5618
5619         * tests/test-gc.c (main): Remove unused variables.
5620         * tests/test-read-file.c: Include stdlib.h, for 'free'.
5621
5622 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5623
5624         * modules/inttostr (License): Change to LGPL.
5625
5626 2006-11-14  Eric Blake  <ebb9@byu.net>
5627
5628         * modules/tempname (License): Change to LGPL.
5629
5630 2006-11-14  Eric Blake  <ebb9@byu.net>
5631
5632         * doc/functions.texi (Function Portability): *printf functions on
5633         Cygwin now understand all POSIX size specifiers.
5634
5635 2006-11-14  Bruno Haible  <bruno@clisp.org>
5636
5637         * modules/c-ctype (License): Change to LGPL.
5638
5639 2006-11-12  Bruno Haible  <bruno@clisp.org>
5640
5641         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
5642         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
5643         for GNOME libraries, for which the include files are installed in
5644         subdirectories of $prefix/include.
5645
5646 2006-11-12  Bruno Haible  <bruno@clisp.org>
5647
5648         * m4/lib-link.m4: Require at least autoconf-2.54.
5649         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
5650         name to underscores for the --with option.
5651
5652 2006-11-13  Bruno Haible  <bruno@clisp.org>
5653
5654         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
5655         the tests directory.
5656         Reported by Ralf Wildenhues.
5657
5658 2006-11-13  Bruno Haible  <bruno@clisp.org>
5659
5660         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
5661         (func_emit_initmacro_end): Undo the override here.
5662         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
5663         Works around the famous automake error in coreutils.
5664
5665 2006-11-13  Eric Blake  <ebb9@byu.net>
5666
5667         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
5668         element, not its node.
5669
5670 2006-11-12  Bruno Haible  <bruno@clisp.org>
5671
5672         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
5673         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
5674
5675 2006-11-12  Bruno Haible  <bruno@clisp.org>
5676
5677         * gnulib-tool: New option --local-symlink.
5678         (func_usage): Document it.
5679         (lsymbolic): New variable.
5680         (func_import, func_create_testdir): If --symlink was not specified,
5681         test whether --local-symlink was specified and the file comes from
5682         the local_gnulib_dir.
5683
5684 2006-11-12  Bruno Haible  <bruno@clisp.org>
5685
5686         * gnulib-tool (func_ln): New function.
5687         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
5688
5689 2006-11-12  Bruno Haible  <bruno@clisp.org>
5690
5691         Finish support for source files in subdirectories.
5692         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
5693         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
5694         AUTOMAKE_OPTIONS.
5695         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
5696
5697 2006-11-12  Bruno Haible  <bruno@clisp.org>
5698
5699         * gnulib-tool (func_get_automake_snippet): Synthesize also an
5700         EXTRA_lib_SOURCES augmentation.
5701         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
5702
5703 2006-11-12  Jim Meyering  <jim@meyering.net>
5704
5705         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
5706         file descriptors.  This also averts a failure on systems with
5707         native openat support when a traversed directory lacks "x" access.
5708         * lib/fts_.h: Include "i-ring.h"
5709         (struct FTS) [fts_fd_ring]: New member.
5710         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
5711         (FCHDIR): Add parentheses.
5712         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
5713         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
5714         When descending, rather than simply closing the previous
5715         fts_cwd_fd value, push that file descriptor onto the ring.
5716         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
5717         (fts_open): Initialize the new fd_ring member.
5718         (fts_close): Clear the ring.
5719         (fts_safe_changedir): When possible, use our new fd_ring to skip
5720         the diropen and fstat and dev/ino comparison that would normally
5721         accompany a virtual `chdir ("..")'.
5722
5723         * modules/fts (Depends-on): Add i-ring.
5724         * modules/i-ring: New module.
5725         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
5726         * m4/i-ring.m4: New file.
5727
5728 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5729
5730         * gnulib-tool (func_create_testdir): Fix replacement of
5731         `build-aux' in configure.ac.  Run autotools in gltests
5732         subdirectory.
5733         (func_create_testdir, func_create_megatestdir, test): There is
5734         no need for '--force' in most autotool invocations in a new
5735         tree.  Actually fail the whole test if any of the tools, or the
5736         configure or make stages fail.
5737
5738         Sync from Automake.
5739         * build-aux/gnupload: Revert last change.  Add pointer to upload
5740         instructions of the GNU Maintenance Instructions.
5741         Suggestion by Karl Berry.
5742
5743 2006-11-10  Jim Meyering  <jim@meyering.net>
5744
5745         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
5746
5747 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5748
5749         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
5750         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
5751         (bind_textdomain_codeset) [! ENABLE_NLS]:
5752         Evaluate all the arguments.  That way, callers get compatible behavior
5753         if the arguments have side effects.  Also, it avoids some GCC
5754         diagnostics in some cases; Joel E. Denny reported problems when Bison
5755         was configured with --enable-gcc-warnigs.
5756
5757 2006-11-10  Jim Meyering  <jim@meyering.net>
5758
5759         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
5760         relevant options in CFLAGS (like -O, -fno-inline) are taken into
5761         account.
5762
5763 2006-11-10  Jim Meyering  <jim@meyering.net>
5764
5765         * modules/inline: New file/module.
5766         * modules/xalloc (Files): Remove m4/inline.m4.
5767         (Depends-on): Add inline, instead.
5768         * modules/oset: Likewise.
5769         * modules/list: Likewise.
5770
5771 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5772
5773         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
5774         Problem reported by Matthew Woehlke.
5775
5776 2006-11-09  Bruno Haible  <bruno@clisp.org>
5777
5778         * lib/tempname.c (gen_tempname): Remove variant that invokes
5779         __gen_tempname.
5780         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
5781         __gen_tempname.
5782
5783 2006-11-08  Bruno Haible  <bruno@clisp.org>
5784
5785         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
5786         to 'yes' instead of 'cross-compiling'.
5787
5788 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
5789
5790         * lib/quotearg.h (quotearg_free): New decl.
5791         * lib/quotearg.c (quotearg_free): New function.
5792         (slot0, nslots, slotvec0, slotvec):
5793         Now file-scope so that quotearg_free can get at them.
5794
5795 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5796
5797         Sync from Automake.
5798         * build-aux/gnupload: Add missing 'gnu' to example URL.
5799         Report by Karl Berry.
5800
5801 2006-11-08  Bruno Haible  <bruno@clisp.org>
5802
5803         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
5804         Suggested by Paul Eggert.
5805
5806 2006-11-08  Jim Meyering  <jim@meyering.net>
5807
5808         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
5809         It's already included if !_LIBC.
5810         (fts_safe_changedir): Add a comment.
5811
5812 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5813
5814         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
5815         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
5816         Matthew Woehlke.
5817
5818         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
5819         definitions up, to avoid colliding with change below.
5820         (static_inline) [HAVE_INLINE]: New macro.
5821         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
5822         Provide extern decls when !HAVE_INLINE.  Do not define unless
5823         static_inline is defined, either by us or by xmalloc.c.  Use
5824         static_inline rather than static inline.
5825         (XCALLOC): Optimize sizeof(T) = 1 case.
5826         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
5827
5828 2006-11-07  Bruno Haible  <bruno@clisp.org>
5829
5830         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
5831         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
5832         AC_C_INLINE.
5833         * modules/xalloc (Files): Add m4/inline.m4.
5834
5835 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5836
5837         * README: Fix typo.
5838         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
5839         (Miscellanous Notes): ...from this.
5840
5841 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5842
5843         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
5844         Mention that offsetof should be used instead of sizeof.
5845         From Bruno Haible.
5846
5847 2006-11-07  Bruno Haible  <bruno@clisp.org>
5848
5849         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
5850
5851 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5852
5853         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5854         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
5855         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5856         (gl_tree_add_before, gl_tree_add_after):
5857         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
5858         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
5859         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5860         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
5861         (gl_linked_add_after, gl_linked_add_at): Likewise.
5862         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
5863         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5864         (gl_tree_add_before, gl_tree_add_after): Likewise.
5865         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
5866         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
5867         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5868
5869 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5870
5871         * lib/gl_oset.h: Use C comment style, not C++ comment style.
5872
5873 2006-11-06  Bruno Haible  <bruno@clisp.org>
5874
5875         * m4/inline.m4: New file.
5876         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
5877         * modules/list (Files): Add m4/inline.m4.
5878         * modules/oset (Files): Likewise.
5879
5880 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5881
5882         * lib/idcache.c: Include <stddef.h>, for offsetof.
5883         (struct userid.name): Change from char * to a flexible array member.
5884         All uses changed.
5885         * modules/idcache (Depends-on): Add flexmember.
5886
5887         * MODULES.html.sh (Core language properties): New module flexmember.
5888         * modules/flexmember, m4/flexmember.m4: New files.
5889
5890         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
5891         inline functions that are identical with the old xnmalloc_inline,
5892         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
5893         that we can avoid some unnecessary integer multiplications and
5894         divisions in the common case where the element size is known at
5895         compile time.
5896         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
5897         needed.
5898         (xnboundedmalloc): Remove.
5899         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
5900         arguments, for consistency with rest of this header.
5901         (xcharalloc): Rewrite using XNMALLOC.
5902         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
5903         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
5904         versions have been moved to lib/xalloc.h and renamed to be the
5905         non-*_inline versions.
5906         (xmalloc, xrealloc): Implement without reference to the xnmalloc
5907         and xnrealloc functions, since those functions are now inline and
5908         now call us.
5909         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
5910         renaming described above.
5911         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
5912         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
5913         captures the dependency in AC_C_INLINE.
5914
5915         New module canonicalize-lgpl, proposed by Charles Wilson in
5916         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
5917         with a few small changes afterwards.
5918         * MODULES.html.sh (File system functions): New module
5919         canonicalize-lgpl.
5920         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
5921         and canonicalize_file_name.
5922         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
5923         * modules/canonicalize-lgpl: New files.
5924
5925 2006-11-05  Bruno Haible  <bruno@clisp.org>
5926
5927         * gnulib-tool (func_import, func_create_testdir): Create directories
5928         also for files in subdirectories of lib/.
5929
5930 2006-11-05  Bruno Haible  <bruno@clisp.org>
5931
5932         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
5933         ANSI C compliant.
5934
5935 2006-11-03  Bruno Haible  <bruno@clisp.org>
5936
5937         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5938         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
5939         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
5940         (xnboundedmalloc): New inline function.
5941         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
5942         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
5943         xmalloc.
5944         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
5945         xmalloc.
5946         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
5947         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
5948         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
5949         xmalloc.
5950         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5951         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
5952         xmalloc.
5953         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
5954         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5955         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
5956         xmalloc.
5957         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5958         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
5959         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5960         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
5961         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
5962         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
5963         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
5964
5965 2006-11-03  Bruno Haible  <bruno@clisp.org>
5966
5967         * lib/c-ctype.h [C++]: Define functions without name mangling.
5968         * lib/fwriteerror.h [C++]: Likewise.
5969         * lib/gcd.h [C++]: Likewise.
5970         * lib/linebreak.h [C++]: Likewise.
5971
5972 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
5973
5974         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
5975         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
5976         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
5977         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5978         Check for functions and headers just once.
5979         Check for declaration of canonicalize_file_name.
5980         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
5981
5982 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5983
5984         * gnulib-tool (func_import): Fix typo in actioncmd.
5985
5986 2006-11-02  Bruno Haible  <bruno@clisp.org>
5987
5988         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
5989         newline sequence in the Makefile.am snippet as a space, like "make"
5990         does.
5991         Reported by Roger Persson <perrog@gmail.com>.
5992
5993 2006-11-01  Bruno Haible  <bruno@clisp.org>
5994
5995         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
5996         already declared in <string.h>.
5997         * lib/strcase.h (strncasecmp): Don't declare it if yes.
5998
5999 2006-11-01  Bruno Haible  <bruno@clisp.org>
6000
6001         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
6002         * lib/strcase.h: Include <string.h>.
6003         (strcasecmp): Define to rpl_strcasecmp here.
6004
6005 2006-11-01  Bruno Haible  <bruno@clisp.org>
6006
6007         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
6008
6009 2006-11-01  Eric Blake  <ebb9@byu.net>
6010
6011         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
6012
6013         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
6014
6015 2006-10-29  Bruno Haible  <bruno@clisp.org>
6016
6017         Make it compile in C++ mode.
6018         * lib/full-write.c (full_rw): Add a cast.
6019
6020 2006-11-01  Bruno Haible  <bruno@clisp.org>
6021
6022         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
6023         be POSIX compliant.
6024         Reported by Roger Persson <perrog@gmail.com>.
6025
6026 2006-11-01  Eric Blake  <ebb9@byu.net>
6027
6028         * lib/getopt_.h: Fix comments.
6029
6030 2006-10-31  Eric Blake  <ebb9@byu.net>
6031
6032         * modules/tmpdir (Depends-on): Add sys_stat.
6033         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
6034         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
6035         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
6036         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
6037         tempname.
6038
6039 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
6040
6041         Avoid some C++ diagnostics reported by Bruno Haible.
6042         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
6043         xmalloc.
6044         (quotearg_alloc): Use xcharalloc rather than xmalloc.
6045         (struct slotvec): Move to top level.
6046         (quotearg_n_options): Rewrite to avoid xmalloc.
6047         * lib/xalloc.h (xcharalloc): New function.
6048         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
6049         [defined __cplusplus]: Add function template that provides result
6050         type propagation.  This part of the change is from Bruno Haible.
6051
6052 2006-10-29  Bruno Haible  <bruno@clisp.org>
6053
6054         Make it compile in C++ mode.
6055         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
6056         * lib/strnlen1.c (strnlen1): Cast memchr result.
6057         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
6058         * lib/clean-temp.c (string_equals, string_hash): Add casts.
6059         (create_temp_dir): Rename local variable 'template'.
6060         (compile_csharp_using_sscli): Add cast.
6061         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
6062         * lib/findprog.c (find_in_path): Likewise.
6063         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
6064         * lib/wait-process.c (register_slave_subprocess): Likewise.
6065
6066 2006-10-22  Bruno Haible  <bruno@clisp.org>
6067
6068         * modules/tsearch: New file.
6069         * lib/tsearch.h: New file.
6070         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
6071         * m4/tsearch.m4: New file.
6072         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
6073
6074 2006-10-29  Eric Blake  <ebb9@byu.net>
6075
6076         * lib/arcfour.c: Assume config.h.
6077         * lib/arctwo.c: Likewise.
6078         * lib/base64.c: Likewise.
6079         * lib/check-version.c: Likewise.
6080         * lib/crc.c: Likewise.
6081         * lib/des.c: Likewise.
6082         * lib/gc-gnulib.c: Likewise.
6083         * lib/gc-libgcrypt.c: Likewise.
6084         * lib/gc-pbkdf2-sha1.c: Likewise.
6085         * lib/getaddrinfo.c: Likewise.
6086         * lib/getdelim.c: Likewise.
6087         * lib/getline.c: Likewise.
6088         * lib/hmac-md5.c: Likewise.
6089         * lib/hmac-sha1.c: Likewise.
6090         * lib/iconvme.c: Likewise.
6091         * lib/md2.c: Likewise.
6092         * lib/md4.c: Likewise.
6093         * lib/memxor.c: Likewise.
6094         * lib/read-file.c: Likewise.
6095         * lib/readline.c: Likewise.
6096         * lib/rijndael-alg-fst.c: Likewise.
6097         * lib/rijndael-api-fst.c: Likewise.
6098         * lib/xgetdomainname.c: Likewise.
6099
6100 2006-10-28  Eric Blake  <ebb9@byu.net>
6101
6102         * lib/xstrndup.c: Assume config.h.
6103
6104 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
6105
6106         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
6107         stat-macros.h is now for our own macros, whereas stat_h is for
6108         macros in the <sys/stat.h> name space.
6109         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
6110         (STAT_MACROS_H): Remove.
6111         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
6112         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
6113         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
6114         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
6115         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
6116         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
6117         Move these macros to ...
6118         * lib/stat_.h: here.  Don't include stat-macros.h.
6119         * lib/canonicalize.c: Don't include stat-macros.h.
6120         * lib/chown.c: Likewise.
6121         * lib/euidaccess.c: Likewise.
6122         * lib/file-type.c: Likewise.
6123         * lib/filemode.c: Likewise.
6124         * lib/glob.c: Likewise.
6125         * lib/isapipe.c: Likewise.
6126         * lib/lchown.c: Likewise.
6127         * lib/lstat.c: Likewise.
6128         * lib/mkdir-p.c: Likewise.
6129         * lib/rmdir.c: Likewise.
6130         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
6131         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
6132         unless mkdir isn't declared, to speed up 'configure'.
6133         Always create sys/stat.h, since it's unlikely any real sys/stat.h
6134         would define all the S_* symbols.
6135         * modules/canonicalize (Depends-on):
6136         Depend on sys_stat, not stat-macros.
6137         * modules/chown: Likewise.
6138         * modules/euidaccess: Likewise.
6139         * modules/filemode: Likewise.
6140         * modules/file-type: Likewise.
6141         * modules/glob: Likewise.
6142         * modules/isapipe: Likewise.
6143         * modules/lchown: Likewise.
6144         * modules/lstat: Likewise.
6145         * modules/mkancesdirs: Likewise.
6146         * modules/rmdir: Likewise.
6147         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
6148         * modules/modechange: Likewise.
6149         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
6150         (configure.ac): Remove gl_STAT_MACROS.
6151         * modules/sys_stat (Depends-on): Remove stat-macros.
6152
6153 2006-10-27  Bruno Haible  <bruno@clisp.org>
6154
6155         * m4/signed.m4: Remove file.
6156         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
6157         invocation.
6158         * modules/vasnprintf (Files): Remove m4/signed.m4.
6159
6160 2006-10-27  Bruno Haible  <bruno@clisp.org>
6161
6162         Update to GNU gettext 0.16.
6163         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
6164         m4/inttypes-h.m4, m4/signed.m4.
6165         * m4/gettext.m4: Update to GNU gettext 0.16.
6166         * m4/intl.m4: New file, from GNU gettext.
6167         * m4/intldir.m4: New file, from GNU gettext.
6168         * config/srclist.txt: Update
6169
6170 2006-10-27  Eric Blake  <ebb9@byu.net>
6171
6172         * MODULES.html.sh: Document tempname.
6173         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
6174         dependencies.
6175         (Files): Move lib/tempname.c...
6176         * modules/tempname: ...to this new module.
6177         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
6178         (gl_PREREQ_TEMPNAME): Move...
6179         * m4/tempname.m4: ...to this new file.
6180         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
6181         * modules/sys_stat (Depends-on): Add stat-macros.
6182         * lib/stat_.h (includes): Pick up stat macros.
6183         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
6184         if stat macros are broken.
6185         * lib/tempname.c (includes): No need to include "stat-macros.h".
6186         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
6187         (direxists, __path_search) [!_LIBC]: Don't compile these in
6188         gnulib; the tmpdir module covers that.
6189         * lib/tempname.h: New file.
6190
6191 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
6192
6193         * COPYING: Explain how gnulib-tool converts licence headers.
6194         Almost all wording by Eric Blake.
6195
6196 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
6197
6198         * lib/mbchar.h (is_basic_table): Make read-only.
6199         * lib/mbchar.c (is_basic_table): Likewise.
6200         Reported by John Darrington.
6201
6202 2006-10-25  Bruno Haible  <bruno@clisp.org>
6203
6204         * lib/progname.h (set_program_name): Undefine before defining.
6205
6206 2006-10-25  Bruno Haible  <bruno@clisp.org>
6207
6208         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
6209         false for non-gcc C++ compilers.
6210         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
6211
6212 2006-10-24  Bruno Haible  <bruno@clisp.org>
6213
6214         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
6215         iconv implementations like Irix iconv.
6216
6217 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6218
6219         * modules/vararrays: New file.
6220         * m4/vararrays.m4: New file, taken from diffutils.
6221         * MODULES.html.sh: New module vararrays.
6222
6223 2006-10-24  Karl Berry  <karl@gnu.org>
6224
6225         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
6226         Don't call GNU Unix.
6227
6228 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6229
6230         * users.txt: Add Libtool.
6231
6232         Sync from Libtool:
6233
6234         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6235
6236         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
6237         to gnulib's policy of including config.h unconditionally.
6238
6239 2006-10-24  Bruno Haible  <bruno@clisp.org>
6240
6241         * modules/wcwidth (Files): Add m4/wint_t.m4.
6242         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
6243         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
6244
6245 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6246
6247         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
6248         to pacify GCC with some -W flags enabled.  Problem reported by
6249         Bruno Haible.
6250
6251 2006-10-24  Jim Meyering  <jim@meyering.net>
6252
6253         * MODULES.html.sh: Remove uinttostr.  It's not a module.
6254         Reported by Karl Berry.
6255
6256 2006-10-23  Bruno Haible  <bruno@clisp.org>
6257
6258         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
6259
6260 2006-10-24  Bruno Haible  <bruno@clisp.org>
6261
6262         * lib/gl_list.h: Use C comment style, not C++ comment style.
6263
6264 2006-10-23  Eric Blake  <ebb9@byu.net>
6265
6266         * lib/getaddrinfo.c (includes): Add missing include.
6267
6268 2006-10-23  Bruno Haible  <bruno@clisp.org>
6269             Paul Eggert  <eggert@cs.ucla.edu>
6270
6271         Ability to rename obstack_free.
6272         * lib/obstack.h (__obstack_free): New macro. Declare instead of
6273         obstack_free.
6274         (obstack_free): Invoke the __obstack_free macro.
6275         * lib/obstack.c (obstack_free): Use __obstack_free macro.
6276
6277 2006-10-23  Bruno Haible  <bruno@clisp.org>
6278             Paul Eggert  <eggert@cs.ucla.edu>
6279
6280         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
6281         __argc, __argv from the declaration. (They are defined as macros on
6282         mingw.)
6283
6284 2006-10-22  Bruno Haible  <bruno@clisp.org>
6285
6286         * doc/gnulib-intro.texi: New file.
6287         * doc/gnulib.texi: Include it.
6288
6289 2006-10-21  Bruno Haible  <bruno@clisp.org>
6290
6291         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
6292         "Introduction", "Miscellanous Notes", "Particular Modules".
6293
6294 2006-10-21  Bruno Haible  <bruno@clisp.org>
6295
6296         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6297         Change mostlyclean-local rule to avoid sh syntax error from bash
6298         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
6299
6300 2006-10-23  Jim Meyering  <jim@meyering.net>
6301
6302         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
6303         in place of snprintf.
6304
6305         * modules/inttostr (Files): Add lib/uinttostr.c.
6306         * lib/uinttostr.c (inttostr): New file/function.
6307         * lib/inttostr.h (uinttostr): Declare.
6308         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
6309         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
6310         Add uinttostr.
6311         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
6312
6313 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6314
6315         * lib/canonicalize.c (ELOOP): Define if not already defined.
6316         Problem reported by Bruno Haible in
6317         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
6318
6319 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6320
6321         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
6322         Problem reported by Perry Smith and Ville Laurikari.
6323
6324         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
6325         uses.
6326
6327 2006-10-19  Bruno Haible  <bruno@clisp.org>
6328
6329         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
6330         for mingw.
6331
6332 2006-10-19  Bruno Haible  <bruno@clisp.org>
6333
6334         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
6335         Needed for mingw.
6336
6337 2006-10-19  Bruno Haible  <bruno@clisp.org>
6338
6339         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
6340
6341 2006-10-19  Bruno Haible  <bruno@clisp.org>
6342
6343         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
6344         it.
6345
6346 2006-10-19  Bruno Haible  <bruno@clisp.org>
6347
6348         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
6349         invocation.
6350
6351 2006-10-19  Bruno Haible  <bruno@clisp.org>
6352
6353         * gnulib-tool (func_create_testdir): Don't include ftruncate and
6354         mountlist by default.
6355
6356 2006-10-16  Bruno Haible  <bruno@clisp.org>
6357
6358         * lib/c-strstr.c: Include c-strstr.h.
6359
6360 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6361
6362         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
6363         in a slash.
6364
6365 2006-10-18  Bruno Haible  <bruno@clisp.org>
6366
6367         * lib/lock.h [C++]: Wrap definitions in extern "C".
6368
6369 2006-10-18  Bruno Haible  <bruno@clisp.org>
6370
6371         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
6372         gl_LIBOBJS list.
6373
6374 2006-10-18  Bruno Haible  <bruno@clisp.org>
6375
6376         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
6377
6378 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
6379
6380         * lib/xstrtol.h: Include gettext.h.
6381         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
6382         Problem reported by Eric Blake.
6383         * modules/xstrtol (Depends-on): Add gettext-h.
6384
6385 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
6386
6387         * lib/strftime.c (advance): New macro.
6388         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
6389         incomplete type, so you can't add 0 to it.  Problem and patch
6390         reported by Eelco Dolstra for dietlibc.
6391
6392 2006-10-18  Jim Meyering  <jim@meyering.net>
6393
6394         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
6395         type for a local, and rename it: s/up/user_proc/.
6396
6397 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
6398
6399         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
6400         READ_UTMP_USER_PROCESS.
6401         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
6402
6403 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
6404
6405         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
6406         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
6407
6408 2006-10-17  Eric Blake  <ebb9@byu.net>
6409
6410         * lib/sigprocmask.c (sigprocmask): Fix typo.
6411
6412         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
6413
6414         * modules/clean-temp (Makefile.am): Don't add to make output...
6415         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
6416         config.h.
6417
6418 2006-10-17  Bruno Haible  <bruno@clisp.org>
6419
6420         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
6421         differently if DEFAULT_TEXT_DOMAIN is set.
6422
6423 2006-10-16  Bruno Haible  <bruno@clisp.org>
6424
6425         * lib/clean-temp.c: Include fwriteerror.h.
6426
6427 2006-10-16  Bruno Haible  <bruno@clisp.org>
6428
6429         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
6430
6431 2006-10-16  Bruno Haible  <bruno@clisp.org>
6432
6433         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
6434         * lib/sigprocmask.h: Include <sys/types.h>.
6435         (sigset_t): Use the system's definition if present.
6436
6437 2006-10-17  Eric Blake  <ebb9@byu.net>
6438
6439         * lib/xvasprintf.c (includes): Assume config.h.
6440         * lib/xasprintf.c (includes): Likewise.
6441
6442 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6443
6444         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
6445         at least as wide as intmax_t.
6446
6447 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
6448
6449         (Imported from Automake.)
6450         * build-aux/gnupload: Update to version 1.1 of directive file.
6451
6452 2006-10-16  Eric Blake  <ebb9@byu.net>
6453
6454         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
6455         match Automake 1.10a.
6456
6457 2006-10-14  Bruno Haible  <bruno@clisp.org>
6458
6459         * modules/sigprocmask: New file.
6460         * lib/sigprocmask.h: New file.
6461         * lib/sigprocmask.c: New file.
6462         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
6463         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
6464         request sigprocmask.o.
6465         (gl_PREREQ_SIGPROCMASK): New macro.
6466         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
6467         (Depends-on): Add sigprocmask.
6468         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
6469         gt_SIGNALBLOCKING. Test for 'raise' only once.
6470         * lib/fatal-signal.c: Include sigprocmask.h.
6471         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
6472         unblock_fatal_signals): Define always.
6473         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6474         sigprocmask.
6475
6476 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
6477
6478         Sync from Automake.
6479         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
6480         which incorrectly sets the mode of an existing destination
6481         directory.  In some cases the unpatched install-sh could do the
6482         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
6483         system.  We hope this is rare in practice, but it's clearly worth
6484         fixing.  Problem reported by Alex Unleashed in
6485         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
6486         Also, don't bother to check for -m bugs unless we're using -m;
6487         suggested by Stepan Kasal.
6488
6489 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6490
6491         Sync from Automake.
6492         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
6493         `-c' flag, so they appear at the same position as in %FASTDEP%
6494         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
6495         which ignores unknown options only after the first non-option.
6496         Bug report against M4 by Nelson H. F. Beebe.
6497
6498 2006-10-13  Jim Meyering  <jim@meyering.net>
6499
6500         Fix a bug in yesterday's change.
6501         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
6502         p->fts_statp->st_dev would be used uninitialized.
6503         Ensures that we always call fts_stat on the very first entry.
6504         Miklos Szeredi reported that find -xdev stopped working.
6505
6506 2006-10-12  Bruno Haible  <bruno@clisp.org>
6507
6508         * gnulib-tool (func_get_automake_snippet): Append an automatically
6509         computed EXTRA_DIST augmentation.
6510         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
6511         * modules/alloca-opt (Makefile.am): Likewise.
6512         * modules/allocsa (Makefile.am): Likewise.
6513         * modules/arcfour (Makefile.am): Likewise.
6514         * modules/arctwo (Makefile.am): Likewise.
6515         * modules/argmatch (Makefile.am): Likewise.
6516         * modules/argz (Makefile.am): Likewise.
6517         * modules/atexit (Makefile.am): Likewise.
6518         * modules/backupfile (Makefile.am): Likewise.
6519         * modules/byteswap (Makefile.am): Likewise.
6520         * modules/c-strtod (Makefile.am): Likewise.
6521         * modules/c-strtold (Makefile.am): Likewise.
6522         * modules/calloc (Makefile.am): Likewise.
6523         * modules/canon-host (Makefile.am): Likewise.
6524         * modules/canonicalize (Makefile.am): Likewise.
6525         * modules/chdir-long (Makefile.am): Likewise.
6526         * modules/chdir-safer (Makefile.am): Likewise.
6527         * modules/check-version (Makefile.am): Likewise.
6528         * modules/chown (Makefile.am): Likewise.
6529         * modules/cloexec (Makefile.am): Likewise.
6530         * modules/close-stream (Makefile.am): Likewise.
6531         * modules/closeout (Makefile.am): Likewise.
6532         * modules/crc (Makefile.am): Likewise.
6533         * modules/csharpexec (Makefile.am): Likewise.
6534         * modules/cycle-check (Makefile.am): Likewise.
6535         * modules/des (Makefile.am): Likewise.
6536         * modules/dev-ino (Makefile.am): Likewise.
6537         * modules/dirfd (Makefile.am): Likewise.
6538         * modules/dirname (Makefile.am): Likewise.
6539         * modules/dup2 (Makefile.am): Likewise.
6540         * modules/eealloc (Makefile.am): Likewise.
6541         * modules/error (Makefile.am): Likewise.
6542         * modules/euidaccess (Makefile.am): Likewise.
6543         * modules/exclude (Makefile.am): Likewise.
6544         * modules/exitfail (Makefile.am): Likewise.
6545         * modules/fcntl-safer (Makefile.am): Likewise.
6546         * modules/fcntl (Makefile.am): Likewise.
6547         * modules/file-type (Makefile.am): Likewise.
6548         * modules/fileblocks (Makefile.am): Likewise.
6549         * modules/filemode (Makefile.am): Likewise.
6550         * modules/filenamecat (Makefile.am): Likewise.
6551         * modules/fnmatch (Makefile.am): Likewise.
6552         * modules/fopen-safer (Makefile.am): Likewise.
6553         * modules/fpending (Makefile.am): Likewise.
6554         * modules/fprintftime (Makefile.am): Likewise.
6555         * modules/free (Makefile.am): Likewise.
6556         * modules/fsusage (Makefile.am): Likewise.
6557         * modules/ftruncate (Makefile.am): Likewise.
6558         * modules/fts (Makefile.am): Likewise.
6559         * modules/gc-arcfour (Makefile.am): Likewise.
6560         * modules/gc-des (Makefile.am): Likewise.
6561         * modules/gc-hmac-md5 (Makefile.am): Likewise.
6562         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
6563         * modules/gc-md4 (Makefile.am): Likewise.
6564         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6565         * modules/gc-sha1 (Makefile.am): Likewise.
6566         * modules/gc (Makefile.am): Likewise.
6567         * modules/getaddrinfo (Makefile.am): Likewise.
6568         * modules/getcwd (Makefile.am): Likewise.
6569         * modules/getdelim (Makefile.am): Likewise.
6570         * modules/getdomainname (Makefile.am): Likewise.
6571         * modules/getgroups (Makefile.am): Likewise.
6572         * modules/gethostname (Makefile.am): Likewise.
6573         * modules/gethrxtime (Makefile.am): Likewise.
6574         * modules/getline (Makefile.am): Likewise.
6575         * modules/getloadavg (Makefile.am): Likewise.
6576         * modules/getlogin_r (Makefile.am): Likewise.
6577         * modules/getndelim2 (Makefile.am): Likewise.
6578         * modules/getopt (Makefile.am): Likewise.
6579         * modules/getpagesize (Makefile.am): Likewise.
6580         * modules/getpass-gnu (Makefile.am): Likewise.
6581         * modules/getpass (Makefile.am): Likewise.
6582         * modules/getsubopt (Makefile.am): Likewise.
6583         * modules/gettime (Makefile.am): Likewise.
6584         * modules/gettimeofday (Makefile.am): Likewise.
6585         * modules/getugroups (Makefile.am): Likewise.
6586         * modules/getusershell (Makefile.am): Likewise.
6587         * modules/glob (Makefile.am): Likewise.
6588         * modules/group-member (Makefile.am): Likewise.
6589         * modules/hard-locale (Makefile.am): Likewise.
6590         * modules/hash (Makefile.am): Likewise.
6591         * modules/hmac-md5 (Makefile.am): Likewise.
6592         * modules/hmac-sha1 (Makefile.am): Likewise.
6593         * modules/human (Makefile.am): Likewise.
6594         * modules/idcache (Makefile.am): Likewise.
6595         * modules/imaxabs (Makefile.am): Likewise.
6596         * modules/imaxdiv (Makefile.am): Likewise.
6597         * modules/inet_ntop (Makefile.am): Likewise.
6598         * modules/inet_pton (Makefile.am): Likewise.
6599         * modules/intprops (Makefile.am): Likewise.
6600         * modules/inttostr (Makefile.am): Likewise.
6601         * modules/inttypes (Makefile.am): Likewise.
6602         * modules/isapipe (Makefile.am): Likewise.
6603         * modules/javaversion (Makefile.am): Likewise.
6604         * modules/lchmod (Makefile.am): Likewise.
6605         * modules/lchown (Makefile.am): Likewise.
6606         * modules/localcharset (Makefile.am): Likewise.
6607         * modules/long-options (Makefile.am): Likewise.
6608         * modules/lstat (Makefile.am): Likewise.
6609         * modules/malloc (Makefile.am): Likewise.
6610         * modules/mathl (Makefile.am): Likewise.
6611         * modules/mbchar (Makefile.am): Likewise.
6612         * modules/md2 (Makefile.am): Likewise.
6613         * modules/md4 (Makefile.am): Likewise.
6614         * modules/md5 (Makefile.am): Likewise.
6615         * modules/memcasecmp (Makefile.am): Likewise.
6616         * modules/memchr (Makefile.am): Likewise.
6617         * modules/memcmp (Makefile.am): Likewise.
6618         * modules/memcoll (Makefile.am): Likewise.
6619         * modules/memcpy (Makefile.am): Likewise.
6620         * modules/memmem (Makefile.am): Likewise.
6621         * modules/memmove (Makefile.am): Likewise.
6622         * modules/mempcpy (Makefile.am): Likewise.
6623         * modules/memrchr (Makefile.am): Likewise.
6624         * modules/memset (Makefile.am): Likewise.
6625         * modules/memxor (Makefile.am): Likewise.
6626         * modules/mkancesdirs (Makefile.am): Likewise.
6627         * modules/mkdir-p (Makefile.am): Likewise.
6628         * modules/mkdir (Makefile.am): Likewise.
6629         * modules/mkdtemp (Makefile.am): Likewise.
6630         * modules/mkstemp (Makefile.am): Likewise.
6631         * modules/mktime (Makefile.am): Likewise.
6632         * modules/modechange (Makefile.am): Likewise.
6633         * modules/mountlist (Makefile.am): Likewise.
6634         * modules/nanosleep (Makefile.am): Likewise.
6635         * modules/obstack (Makefile.am): Likewise.
6636         * modules/openat (Makefile.am): Likewise.
6637         * modules/pagealign_alloc (Makefile.am): Likewise.
6638         * modules/pathmax (Makefile.am): Likewise.
6639         * modules/physmem (Makefile.am): Likewise.
6640         * modules/poll (Makefile.am): Likewise.
6641         * modules/posixtm (Makefile.am): Likewise.
6642         * modules/posixver (Makefile.am): Likewise.
6643         * modules/putenv (Makefile.am): Likewise.
6644         * modules/quote (Makefile.am): Likewise.
6645         * modules/quotearg (Makefile.am): Likewise.
6646         * modules/raise (Makefile.am): Likewise.
6647         * modules/read-file (Makefile.am): Likewise.
6648         * modules/readline (Makefile.am): Likewise.
6649         * modules/readlink (Makefile.am): Likewise.
6650         * modules/readtokens (Makefile.am): Likewise.
6651         * modules/readutmp (Makefile.am): Likewise.
6652         * modules/realloc (Makefile.am): Likewise.
6653         * modules/regex (Makefile.am): Likewise.
6654         * modules/rename-dest-slash (Makefile.am): Likewise.
6655         * modules/rename (Makefile.am): Likewise.
6656         * modules/rijndael (Makefile.am): Likewise.
6657         * modules/rmdir (Makefile.am): Likewise.
6658         * modules/rpmatch (Makefile.am): Likewise.
6659         * modules/safe-read (Makefile.am): Likewise.
6660         * modules/safe-write (Makefile.am): Likewise.
6661         * modules/same-inode (Makefile.am): Likewise.
6662         * modules/same (Makefile.am): Likewise.
6663         * modules/save-cwd (Makefile.am): Likewise.
6664         * modules/savedir (Makefile.am): Likewise.
6665         * modules/setenv (Makefile.am): Likewise.
6666         * modules/settime (Makefile.am): Likewise.
6667         * modules/sha1 (Makefile.am): Likewise.
6668         * modules/sig2str (Makefile.am): Likewise.
6669         * modules/snprintf (Makefile.am): Likewise.
6670         * modules/stat-macros (Makefile.am): Likewise.
6671         * modules/stat-time (Makefile.am): Likewise.
6672         * modules/stdbool (Makefile.am): Likewise.
6673         * modules/stdint (Makefile.am): Likewise.
6674         * modules/stdlib-safer (Makefile.am): Likewise.
6675         * modules/stpcpy (Makefile.am): Likewise.
6676         * modules/stpncpy (Makefile.am): Likewise.
6677         * modules/strcase (Makefile.am): Likewise.
6678         * modules/strcasestr (Makefile.am): Likewise.
6679         * modules/strchrnul (Makefile.am): Likewise.
6680         * modules/strcspn (Makefile.am): Likewise.
6681         * modules/strdup (Makefile.am): Likewise.
6682         * modules/strerror (Makefile.am): Likewise.
6683         * modules/strftime (Makefile.am): Likewise.
6684         * modules/strndup (Makefile.am): Likewise.
6685         * modules/strnlen (Makefile.am): Likewise.
6686         * modules/strpbrk (Makefile.am): Likewise.
6687         * modules/strsep (Makefile.am): Likewise.
6688         * modules/strstr (Makefile.am): Likewise.
6689         * modules/strtod (Makefile.am): Likewise.
6690         * modules/strtoimax (Makefile.am): Likewise.
6691         * modules/strtok_r (Makefile.am): Likewise.
6692         * modules/strtol (Makefile.am): Likewise.
6693         * modules/strtoll (Makefile.am): Likewise.
6694         * modules/strtoul (Makefile.am): Likewise.
6695         * modules/strtoull (Makefile.am): Likewise.
6696         * modules/strtoumax (Makefile.am): Likewise.
6697         * modules/strverscmp (Makefile.am): Likewise.
6698         * modules/sys_socket (Makefile.am): Likewise.
6699         * modules/sys_stat (Makefile.am): Likewise.
6700         * modules/sysexits (Makefile.am): Likewise.
6701         * modules/time_r (Makefile.am): Likewise.
6702         * modules/timegm (Makefile.am): Likewise.
6703         * modules/timespec (Makefile.am): Likewise.
6704         * modules/tmpfile-safer (Makefile.am): Likewise.
6705         * modules/trim (Makefile.am): Likewise.
6706         * modules/unistd-safer (Makefile.am): Likewise.
6707         * modules/unlinkdir (Makefile.am): Likewise.
6708         * modules/unlocked-io (Makefile.am): Likewise.
6709         * modules/userspec (Makefile.am): Likewise.
6710         * modules/utime (Makefile.am): Likewise.
6711         * modules/utimecmp (Makefile.am): Likewise.
6712         * modules/utimens (Makefile.am): Likewise.
6713         * modules/vasnprintf (Makefile.am): Likewise.
6714         * modules/vasprintf (Makefile.am): Likewise.
6715         * modules/vsnprintf (Makefile.am): Likewise.
6716         * modules/xalloc (Makefile.am): Likewise.
6717         * modules/xgetcwd (Makefile.am): Likewise.
6718         * modules/xnanosleep (Makefile.am): Likewise.
6719         * modules/xreadlink (Makefile.am): Likewise.
6720         * modules/xstrtod (Makefile.am): Likewise.
6721         * modules/xstrtol (Makefile.am): Likewise.
6722         * modules/xstrtold (Makefile.am): Likewise.
6723         * modules/yesno (Makefile.am): Likewise.
6724         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
6725
6726 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6727
6728         * modules/error (Makefile.am): Distribute files through
6729         EXTRA_DIST, not lib_SOURCES.
6730
6731 2006-10-12  Eric Blake  <ebb9@byu.net>
6732
6733         * modules/error (Makefile.am): Distribute files in /lib.
6734         * modules/obstack (Makefile.am): Likewise.
6735
6736 2006-10-12  Bruno Haible  <bruno@clisp.org>
6737
6738         * modules/acl (Makefile.am): Distribute all files in lib/ through
6739         EXTRA_DIST.
6740         * modules/arcfour (Makefile.am): Likewise.
6741         * modules/arctwo (Makefile.am): Likewise.
6742         * modules/argmatch (Makefile.am): Likewise.
6743         * modules/argz (Makefile.am): Likewise.
6744         * modules/atexit (Makefile.am): Likewise.
6745         * modules/backupfile (Makefile.am): Likewise.
6746         * modules/c-strtod (Makefile.am): Likewise.
6747         * modules/c-strtold (Makefile.am): Likewise.
6748         * modules/calloc (Makefile.am): Likewise.
6749         * modules/canon-host (Makefile.am): Likewise.
6750         * modules/canonicalize (Makefile.am): Likewise.
6751         * modules/chdir-long (Makefile.am): Likewise.
6752         * modules/chdir-safer (Makefile.am): Likewise.
6753         * modules/check-version (Makefile.am): Likewise.
6754         * modules/chown (Makefile.am): Likewise.
6755         * modules/cloexec (Makefile.am): Likewise.
6756         * modules/close-stream (Makefile.am): Likewise.
6757         * modules/closeout (Makefile.am): Likewise.
6758         * modules/crc (Makefile.am): Likewise.
6759         * modules/cycle-check (Makefile.am): Likewise.
6760         * modules/des (Makefile.am): Likewise.
6761         * modules/dirfd (Makefile.am): Likewise.
6762         * modules/dirname (Makefile.am): Likewise.
6763         * modules/dup2 (Makefile.am): Likewise.
6764         * modules/euidaccess (Makefile.am): Likewise.
6765         * modules/exclude (Makefile.am): Likewise.
6766         * modules/exitfail (Makefile.am): Likewise.
6767         * modules/fcntl-safer (Makefile.am): Likewise.
6768         * modules/file-type (Makefile.am): Likewise.
6769         * modules/fileblocks (Makefile.am): Likewise.
6770         * modules/filemode (Makefile.am): Likewise.
6771         * modules/filenamecat (Makefile.am): Likewise.
6772         * modules/fnmatch (Makefile.am): Likewise.
6773         * modules/fopen-safer (Makefile.am): Likewise.
6774         * modules/fpending (Makefile.am): Likewise.
6775         * modules/fprintftime (Makefile.am): Likewise.
6776         * modules/free (Makefile.am): Likewise.
6777         * modules/fsusage (Makefile.am): Likewise.
6778         * modules/ftruncate (Makefile.am): Likewise.
6779         * modules/fts (Makefile.am): Likewise.
6780         * modules/gc (Makefile.am): Likewise.
6781         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6782         * modules/getaddrinfo (Makefile.am): Likewise.
6783         * modules/getcwd (Makefile.am): Likewise.
6784         * modules/getdelim (Makefile.am): Likewise.
6785         * modules/getdomainname (Makefile.am): Likewise.
6786         * modules/getgroups (Makefile.am): Likewise.
6787         * modules/gethostname (Makefile.am): Likewise.
6788         * modules/gethrxtime (Makefile.am): Likewise.
6789         * modules/getline (Makefile.am): Likewise.
6790         * modules/getloadavg (Makefile.am): Likewise.
6791         * modules/getlogin_r (Makefile.am): Likewise.
6792         * modules/getopt (Makefile.am): Likewise.
6793         * modules/getpass (Makefile.am): Likewise.
6794         * modules/getpass-gnu (Makefile.am): Likewise.
6795         * modules/getsubopt (Makefile.am): Likewise.
6796         * modules/gettime (Makefile.am): Likewise.
6797         * modules/gettimeofday (Makefile.am): Likewise.
6798         * modules/getugroups (Makefile.am): Likewise.
6799         * modules/getusershell (Makefile.am): Likewise.
6800         * modules/glob (Makefile.am): Likewise.
6801         * modules/group-member (Makefile.am): Likewise.
6802         * modules/hard-locale (Makefile.am): Likewise.
6803         * modules/hash (Makefile.am): Likewise.
6804         * modules/hmac-md5 (Makefile.am): Likewise.
6805         * modules/hmac-sha1 (Makefile.am): Likewise.
6806         * modules/human (Makefile.am): Likewise.
6807         * modules/idcache (Makefile.am): Likewise.
6808         * modules/imaxabs (Makefile.am): Likewise.
6809         * modules/imaxdiv (Makefile.am): Likewise.
6810         * modules/inet_ntop (Makefile.am): Likewise.
6811         * modules/inet_pton (Makefile.am): Likewise.
6812         * modules/inttostr (Makefile.am): Likewise.
6813         * modules/isapipe (Makefile.am): Likewise.
6814         * modules/lchown (Makefile.am): Likewise.
6815         * modules/long-options (Makefile.am): Likewise.
6816         * modules/lstat (Makefile.am): Likewise.
6817         * modules/malloc (Makefile.am): Likewise.
6818         * modules/mathl (Makefile.am): Likewise.
6819         * modules/mbchar (Makefile.am): Likewise.
6820         * modules/md2 (Makefile.am): Likewise.
6821         * modules/md4 (Makefile.am): Likewise.
6822         * modules/md5 (Makefile.am): Likewise.
6823         * modules/memcasecmp (Makefile.am): Likewise.
6824         * modules/memchr (Makefile.am): Likewise.
6825         * modules/memcmp (Makefile.am): Likewise.
6826         * modules/memcoll (Makefile.am): Likewise.
6827         * modules/memcpy (Makefile.am): Likewise.
6828         * modules/memmem (Makefile.am): Likewise.
6829         * modules/memmove (Makefile.am): Likewise.
6830         * modules/mempcpy (Makefile.am): Likewise.
6831         * modules/memrchr (Makefile.am): Likewise.
6832         * modules/memset (Makefile.am): Likewise.
6833         * modules/memxor (Makefile.am): Likewise.
6834         * modules/mkancesdirs (Makefile.am): Likewise.
6835         * modules/mkdir (Makefile.am): Likewise.
6836         * modules/mkdir-p (Makefile.am): Likewise.
6837         * modules/mkdtemp (Makefile.am): Likewise.
6838         * modules/mkstemp (Makefile.am): Likewise.
6839         * modules/mktime (Makefile.am): Likewise.
6840         * modules/modechange (Makefile.am): Likewise.
6841         * modules/mountlist (Makefile.am): Likewise.
6842         * modules/nanosleep (Makefile.am): Likewise.
6843         * modules/openat (Makefile.am): Likewise.
6844         * modules/pagealign_alloc (Makefile.am): Likewise.
6845         * modules/physmem (Makefile.am): Likewise.
6846         * modules/poll (Makefile.am): Likewise.
6847         * modules/posixtm (Makefile.am): Likewise.
6848         * modules/posixver (Makefile.am): Likewise.
6849         * modules/putenv (Makefile.am): Likewise.
6850         * modules/quote (Makefile.am): Likewise.
6851         * modules/quotearg (Makefile.am): Likewise.
6852         * modules/raise (Makefile.am): Likewise.
6853         * modules/read-file (Makefile.am): Likewise.
6854         * modules/readline (Makefile.am): Likewise.
6855         * modules/readlink (Makefile.am): Likewise.
6856         * modules/readtokens (Makefile.am): Likewise.
6857         * modules/readutmp (Makefile.am): Likewise.
6858         * modules/realloc (Makefile.am): Likewise.
6859         * modules/regex (Makefile.am): Likewise.
6860         * modules/rename (Makefile.am): Likewise.
6861         * modules/rename-dest-slash (Makefile.am): Likewise.
6862         * modules/rijndael (Makefile.am): Likewise.
6863         * modules/rmdir (Makefile.am): Likewise.
6864         * modules/rpmatch (Makefile.am): Likewise.
6865         * modules/safe-read (Makefile.am): Likewise.
6866         * modules/safe-write (Makefile.am): Likewise.
6867         * modules/same (Makefile.am): Likewise.
6868         * modules/save-cwd (Makefile.am): Likewise.
6869         * modules/savedir (Makefile.am): Likewise.
6870         * modules/setenv (Makefile.am): Likewise.
6871         * modules/settime (Makefile.am): Likewise.
6872         * modules/sha1 (Makefile.am): Likewise.
6873         * modules/sig2str (Makefile.am): Likewise.
6874         * modules/snprintf (Makefile.am): Likewise.
6875         * modules/stdlib-safer (Makefile.am): Likewise.
6876         * modules/stpcpy (Makefile.am): Likewise.
6877         * modules/stpncpy (Makefile.am): Likewise.
6878         * modules/strcase (Makefile.am): Likewise.
6879         * modules/strcasestr (Makefile.am): Likewise.
6880         * modules/strchrnul (Makefile.am): Likewise.
6881         * modules/strcspn (Makefile.am): Likewise.
6882         * modules/strdup (Makefile.am): Likewise.
6883         * modules/strerror (Makefile.am): Likewise.
6884         * modules/strftime (Makefile.am): Likewise.
6885         * modules/strndup (Makefile.am): Likewise.
6886         * modules/strnlen (Makefile.am): Likewise.
6887         * modules/strpbrk (Makefile.am): Likewise.
6888         * modules/strsep (Makefile.am): Likewise.
6889         * modules/strstr (Makefile.am): Likewise.
6890         * modules/strtod (Makefile.am): Likewise.
6891         * modules/strtoimax (Makefile.am): Likewise.
6892         * modules/strtok_r (Makefile.am): Likewise.
6893         * modules/strtol (Makefile.am): Likewise.
6894         * modules/strtoll (Makefile.am): Likewise.
6895         * modules/strtoul (Makefile.am): Likewise.
6896         * modules/strtoull (Makefile.am): Likewise.
6897         * modules/strtoumax (Makefile.am): Likewise.
6898         * modules/strverscmp (Makefile.am): Likewise.
6899         * modules/time_r (Makefile.am): Likewise.
6900         * modules/timegm (Makefile.am): Likewise.
6901         * modules/tmpfile-safer (Makefile.am): Likewise.
6902         * modules/unistd-safer (Makefile.am): Likewise.
6903         * modules/unlinkdir (Makefile.am): Likewise.
6904         * modules/userspec (Makefile.am): Likewise.
6905         * modules/utime (Makefile.am): Likewise.
6906         * modules/utimecmp (Makefile.am): Likewise.
6907         * modules/utimens (Makefile.am): Likewise.
6908         * modules/vasnprintf (Makefile.am): Likewise.
6909         * modules/vasprintf (Makefile.am): Likewise.
6910         * modules/vsnprintf (Makefile.am): Likewise.
6911         * modules/xalloc (Makefile.am): Likewise.
6912         * modules/xgetcwd (Makefile.am): Likewise.
6913         * modules/xnanosleep (Makefile.am): Likewise.
6914         * modules/xreadlink (Makefile.am): Likewise.
6915         * modules/xstrtod (Makefile.am): Likewise.
6916         * modules/xstrtol (Makefile.am): Likewise.
6917         * modules/xstrtold (Makefile.am): Likewise.
6918         * modules/yesno (Makefile.am): Likewise.
6919
6920 2006-10-12  Jim Meyering  <jim@meyering.net>
6921
6922         * m4/getloadavg.m4: Revert the change below.
6923
6924         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
6925         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
6926         fail with a symlink, which is what coreutils' ./bootstrap now
6927         creates by default.
6928
6929 2006-10-12  Bruno Haible  <bruno@clisp.org>
6930
6931         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
6932         mingw.
6933         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
6934         MSVC and mingw explicitly.
6935
6936 2006-10-11  Simon Josefsson  <jas@extundo.com>
6937             Bruno Haible  <bruno@clisp.org>
6938
6939         Add support for multiple gnulib-tool invocations in the scope of a
6940         single configure.ac file.
6941         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
6942         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
6943         with the same contents as the _LIBADD variable.
6944         (func_emit_initmacro_start, func_emit_initmacro_end,
6945         func_emit_initmacro_done): New functions.
6946         (func_import, func_create_testdir): Invoke them. Allow the identifiers
6947         gl_LIBOBJS and gl_LTLIBOBJS.
6948
6949 2006-10-11  Bruno Haible  <bruno@clisp.org>
6950
6951         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
6952         (func_create_testdir): Don't create po/Makefile.am, don't invoke
6953         autoreconf. Instead, invoke autopoint explicitly but move back the
6954         *.m4 files from gnulib.
6955
6956 2006-10-11  Bruno Haible  <bruno@clisp.org>
6957
6958         * gnulib-tool (func_usage): Make module names after --create-testdir
6959         optional.
6960         (func_create_testdir): If no module was specified, use nearly all
6961         modules.
6962
6963 2006-10-12  Jim Meyering  <jim@meyering.net>
6964
6965         Big performance improvement for fts-based tools that use FTS_NOSTAT.
6966         Avoid spurious inode-mismatch problems on non-POSIX file systems.
6967         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
6968         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
6969         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
6970         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
6971         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
6972         (fts_set_stat_required): New function.
6973         (fts_open): Defer the calls to fts_stat, if possible or requested.
6974         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
6975         into fts_stat itself.
6976         (fts_read): Perform any required (deferred) fts_stat call.
6977         (fts_build): Likewise, for the directory we're about to open and read.
6978         In the readdir loop, carefully decide whether each entry will require
6979         an eventual call to fts_stat, using dirent.d_type info if available.
6980         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
6981         a command line argument into this function.  Update all callers.
6982         Map a return value of FTS_DOT to FTS_D for a command line argument.
6983         * modules/fts (Depends-on): Add d-type.  Alphabetize.
6984         Thanks to Miklos Szeredi for his tenacity and for the initial
6985         bug report about "find" failing on a FUSE-based file system.
6986
6987         * lib/fts.c (fts_open): Use consistent indentation.
6988
6989 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6990
6991         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
6992         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
6993         reported by Jim Meyering.  All uses of cache variables renamed
6994         to match Autoconf's.
6995         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
6996         the other one.
6997
6998         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
6999         Fix misspelling in diagnostic.
7000
7001 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
7002
7003         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
7004         defined.  Problem reported by Matthew Woehlke.
7005
7006         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
7007         Add support for Tandem NonStop R series.
7008         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
7009         Use new macro.
7010
7011         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
7012         (has_trailing_slash): Omit size arg; all callers changed.
7013         Omit 'inline', since it doesn't help performance and we'd
7014         need to configure it.
7015         Don't count //, ///, etc. as having a trailing slash.
7016         As a side effect, this removes a C99ism reported by Matthew Woehlke.
7017         (rpl_rename_dest_slash): On failure, use rename's errno rather
7018         than (in some cases) an incorrect or junk errno.
7019         Simplify code by removing need to compute length; this does
7020         cause it to make two passes instead of one over the file name,
7021         but it's worth it.
7022
7023         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
7024         change, since Autoconf's version may no longer be appropriate now
7025         that we are using CVS Autoconf's version.  Add support for Tandem.
7026
7027 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
7028             Bruno Haible  <bruno@clisp.org>
7029
7030         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
7031         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
7032         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
7033         gl_AC_TYPE_LONG_LONG.
7034
7035         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
7036         instead of HAVE_LONG_LONG.
7037         * lib/printf-args.c (printf_fetchargs): Likewise.
7038         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
7039         * lib/vasnprintf.c (VASNPRINTF): Likewise.
7040         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
7041         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
7042         gl_AC_TYPE_LONG_LONG.
7043
7044 2006-10-11  Bruno Haible  <bruno@clisp.org>
7045
7046         * m4/longlong.m4: Add comments.
7047         * m4/ulonglong.m4: Likewise.
7048
7049 2006-10-10  Bruno Haible  <bruno@clisp.org>
7050
7051         Make it possible to #define stpcpy, strdup to aliases.
7052         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
7053         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
7054
7055 2006-10-10  Bruno Haible  <bruno@clisp.org>
7056
7057         Make it possible to #define gcd to an alias.
7058         * lib/gcd.c: Include config.h.
7059
7060 2006-10-10  Bruno Haible  <bruno@clisp.org>
7061
7062         Make it possible to #define c_isascii to an alias.
7063         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
7064         defined. Undefine the macros before defining them, to avoid gcc
7065         warnings.
7066         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
7067         define NO_C_CTYPE_MACROS early.
7068
7069 2006-10-10  Bruno Haible  <bruno@clisp.org>
7070
7071         Make it possible to #define set_program_name to an alias.
7072         * lib/progname.c: Don't undefine set_program_name; instead, undefine
7073         ENABLE_RELOCATABLE early.
7074
7075 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
7076
7077         Port to Tandem NSK OSS, which has 64-bit signed int but at most
7078         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
7079         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
7080         More generally, don't assume that 64-bit signed int is available
7081         if unsigned int is, and vice versa.
7082         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
7083         unsigned symbols, not on their signed counterparts.
7084         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
7085         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
7086         (UINT64_C, UINTMAX_C):
7087         Likewise.
7088         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
7089         unsigned counterparts.
7090         (Have_long_long, Unsigned): New macros.
7091         (Int): Renamed from INT.
7092         (strtoimax): Use the new macros.
7093         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
7094         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
7095         * modules/inttypes (inttypes.h): Substitute
7096         HAVE_UNSIGNED_LONG_LONG_INT.
7097         * modules/stdint (stdint.h): Likewise.
7098         (Files): Add m4/ulonglong.m4.
7099
7100 2006-10-10  Bruno Haible  <bruno@clisp.org>
7101
7102         Fix a gcc -Wshadow warning.
7103         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
7104         to 'bucket'.
7105         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
7106         gl_linked_indexof_from_to): Likewise.
7107         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
7108         Likewise.
7109         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
7110         Likewise.
7111         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
7112         Reported by Eric Blake.
7113
7114 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
7115
7116         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
7117         for NetBSD.  Problem reported by Bruno Haible.
7118
7119 2006-10-09  Jim Meyering  <jim@meyering.net>
7120
7121         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
7122         Patch from Bruno Haible.
7123
7124 2006-10-09  Jim Meyering  <jim@meyering.net>
7125
7126         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
7127         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
7128         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
7129
7130 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7131
7132         Don't include <config.h> twice; this doesn't work in some cases,
7133         e.g., when config.h has "#define intmax_t long long int" and
7134         we include <config.h>, <inttypes.h>, <config.h> in that order.
7135         Problem reported by Matthew Woehlke in:
7136         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
7137         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
7138         * lib/fts-cycle.c: Don't include config.h.
7139         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
7140         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
7141         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
7142         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
7143         inttypes.h.
7144         * lib/xstrtoumax.c: Likewise.
7145         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
7146         __strtol and the like, so that this module is more like its siblings.
7147         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
7148         Remove; no longer needed now that we assume gnulib inttypes.h.
7149
7150 2006-10-08  Bruno Haible  <bruno@clisp.org>
7151
7152         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
7153         option.
7154
7155 2006-10-07  Jim Meyering  <jim@meyering.net>
7156
7157         * modules/inttypes (inttypes.h): Revert what seems to have been
7158         an inadvertent part of today's change: use "|", not "/" in the
7159         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
7160
7161 2006-10-07  Bruno Haible  <bruno@clisp.org>
7162
7163         * modules/sublist: New file.
7164
7165 2006-10-07  Bruno Haible  <bruno@clisp.org>
7166
7167         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
7168         * modules/argz (argz.h): Likewise.
7169         * modules/arpa_inet (arpa/inet.h): Likewise.
7170         * modules/byteswap (byteswap.h): Likewise.
7171         * modules/configmake (configmake.h): Likewise.
7172         * modules/fcntl (fcntl.h): Likewise.
7173         * modules/fnmatch (fnmatch.h): Likewise.
7174         * modules/getopt (getopt.h): Likewise.
7175         * modules/glob (glob.h): Likewise.
7176         * modules/inttypes (inttypes.h): Likewise.
7177         * modules/netinet_in (netinet/in.h): Likewise.
7178         * modules/poll (poll.h): Likewise.
7179         * modules/stdbool (stdbool.h): Likewise.
7180         * modules/stdint (stdint.h): Likewise.
7181         * modules/sys_select (sys/select.h): Likewise.
7182         * modules/sys_socket (sys/socket.h): Likewise.
7183         * modules/sys_stat (sys/stat.h): Likewise.
7184         * modules/sysexits (sysexits.h): Likewise.
7185         * modules/unistd (unistd.h): Likewise.
7186         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7187         Add a "DO NOT EDIT" comment to the generated file.
7188         (func_import): Likewise for gnulib-comp.m4.
7189
7190 2006-10-07  Bruno Haible  <bruno@clisp.org>
7191
7192         * lib/gl_sublist.h: New file.
7193         * lib/gl_sublist.c: New file.
7194
7195 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
7196
7197         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
7198         name (relative to the original working directory) and the file
7199         name component (relative to the temporary working directory).  All
7200         callers changed.
7201         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
7202         * lib/mkdir-p.c (make_dir_parents): Likewise.
7203         * lib/mkdir-p.h (make_dir_parents): Likewise.
7204
7205 2006-10-06  Eric Blake  <ebb9@byu.net>
7206
7207         Define several macros for use by the clean-temp module.
7208         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
7209         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
7210         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
7211
7212         * lib/clean-temp.h (close_stream_temp): New declaration.
7213         * lib/clean-temp.c (includes): Pull in headers according to what
7214         other modules are in use.
7215         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
7216
7217 2006-10-06  Bruno Haible  <bruno@clisp.org>
7218
7219         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
7220         instead of fopen, fwriteerror.
7221
7222 2006-10-06  Bruno Haible  <bruno@clisp.org>
7223
7224         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
7225         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
7226         int.
7227         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
7228         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
7229         Return an error indicator.
7230         Suggested by Eric Blake.
7231
7232 2006-10-06  Bruno Haible  <bruno@clisp.org>
7233
7234         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
7235         Reported by Eric Blake.
7236
7237 2006-10-06  Bruno Haible  <bruno@clisp.org>
7238
7239         * modules/closeout (Description): Mention stderr too.
7240
7241 2006-10-06  Bruno Haible  <bruno@clisp.org>
7242         and Paul Eggert  <eggert@cs.ucla.edu>
7243
7244         * lib/closeout.c (close_stdout): Also close stderr.
7245         * lib/closeout.h: Update comment.
7246
7247 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
7248
7249         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
7250         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
7251         * lib/dirchownmod.c: Include lchown.h.
7252         * lib/lchown.c: Don't include files that lchown.h now includes.
7253         Don't declare chown, since lchown.h now does that.
7254         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
7255         (lchown): Define to rpl_chown if lchown is declared but
7256         does not exist.  Declare using a prototype if lchown is not
7257         declared.  Add a copyright notice.
7258         * lib/mkstemp.h: Include <unistd.h>.
7259         * lib/openat.c: Include lchown.h.
7260
7261         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
7262         we now test for that separately.
7263         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
7264         rather than O_NOFOLLOW, when testing whether it's possible to
7265         avoid a race condition reliably.
7266         * lib/savewd.c (savewd_chdir): Likewise.
7267
7268         Remove macros that are no longer needed now that stdint.h is
7269         reliable.
7270         * lib/fsusage.c (UINTMAX_MAX): Remove.
7271         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
7272         * lib/utimecmp.c (SIZE_MAX): Remove.
7273
7274         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
7275
7276         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
7277         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
7278         O_NOATIME works.
7279
7280 2006-10-05  Bruno Haible  <bruno@clisp.org>
7281
7282         * lib/gl_list.h (gl_sortedlist_search_from_to,
7283         gl_sortedlist_indexof_from_to): New declarations.
7284         (gl_list_implementation): New fields sortedlist_search_from_to,
7285         sortedlist_indexof_from_to.
7286         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
7287         inline functions.
7288         * lib/gl_list.c (gl_sortedlist_search_from_to,
7289         gl_sortedlist_indexof_from_to): New functions.
7290         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
7291         function.
7292         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
7293         (gl_array_sortedlist_search_from_to): New function.
7294         (gl_array_list_implementation): Update.
7295         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
7296         function.
7297         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
7298         (gl_carray_sortedlist_search_from_to): New function.
7299         (gl_carray_list_implementation): Update.
7300         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
7301         gl_linked_sortedlist_indexof_from_to): New functions.
7302         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7303         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7304         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
7305         gl_tree_sortedlist_indexof_from_to): New functions.
7306         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7307         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7308         Update.
7309         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7310         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
7311         Update.
7312
7313 2006-10-05  Bruno Haible  <bruno@clisp.org>
7314
7315         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
7316         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
7317         (struct gl_list_implementation): Add fields search_from_to,
7318         indexof_from_to. Remove fields search, indexof.
7319         (gl_list_search): Use the search_from_to method.
7320         (gl_list_search_from, gl_list_search_from_to): New functions.
7321         (gl_list_indexof): Use the indexof_from_to method.
7322         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7323         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
7324         (gl_list_search_from, gl_list_search_from_to): New functions.
7325         (gl_list_indexof): Use the indexof_from_to method.
7326         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7327         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
7328         gl_array_indexof. Add start_index, end_index arguments.
7329         (gl_array_search_from_to): Renamed from gl_array_search. Add
7330         start_index, end_index arguments.
7331         (gl_array_remove, gl_array_list_implementation): Update.
7332         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
7333         gl_carray_indexof. Add start_index, end_index arguments.
7334         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
7335         start_index, end_index arguments.
7336         (gl_carray_remove, gl_carray_list_implementation): Update.
7337         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
7338         gl_linked_search. Add start_index, end_index arguments.
7339         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
7340         start_index, end_index arguments.
7341         (gl_linked_remove): Update.
7342         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7343         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7344         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
7345         field to 'size_t'.
7346         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
7347         gl_tree_search. Add start_index, end_index arguments.
7348         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7349         start_index, end_index arguments.
7350         (gl_tree_remove): Update.
7351         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7352         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7353         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
7354         function.
7355         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
7356         gl_tree_search. Add start_index, end_index arguments.
7357         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7358         start_index, end_index arguments.
7359         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7360         Update.
7361         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
7362
7363 2006-10-05  Bruno Haible  <bruno@clisp.org>
7364
7365         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
7366
7367         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
7368         fwriteerror_temp): New declarations.
7369         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
7370         (descriptors): New variable.
7371         (cleanup): First, close the descriptors.
7372         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
7373         fclose_temp, fwriteerror_temp): New functions.
7374
7375 2006-10-04  Jim Meyering  <jim@meyering.net>
7376
7377         * lib/fts.c (fts_open): Tiny comment change.
7378
7379 2006-10-04  Bruno Haible  <bruno@clisp.org>
7380
7381         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
7382         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
7383         gl_LOCK_BODY.
7384         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
7385         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
7386         gl_LOCK_EARLY_BODY.
7387         (gl_LOCK): Require gl_LOCK_BODY.
7388
7389 2006-10-04  Bruno Haible  <bruno@clisp.org>
7390
7391         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
7392         (gl_oset_search_atleast): New declaration.
7393         (struct gl_oset_implementation): Add field 'search_atleast'.
7394         (gl_oset_search_atleast): New inline function.
7395         * lib/gl_oset.c (gl_oset_search_atleast): New function.
7396         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
7397         (gl_array_oset_implementation): Update.
7398         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
7399         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
7400         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
7401
7402 2006-10-04  Bruno Haible  <bruno@clisp.org>
7403
7404         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
7405
7406 2006-10-03  Bruno Haible  <bruno@clisp.org>
7407
7408         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
7409         from gl_avltreehash_list_implementation.
7410
7411 2006-10-03  Bruno Haible  <bruno@clisp.org>
7412
7413         * lib/gl_oset.c (gl_oset_add): Fix return type.
7414
7415 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
7416
7417         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
7418
7419 2006-10-02  Eric Blake  <ebb9@byu.net>
7420
7421         * modules/strnlen (Depends-on): Add extensions.
7422
7423 2006-10-02  Eric Blake  <ebb9@byu.net>
7424
7425         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
7426         definition in 2.60+.
7427
7428 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
7429
7430         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
7431         checks.
7432
7433 2006-10-02  Bruno Haible  <bruno@clisp.org>
7434
7435         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
7436         to the AUTOMAKE_OPTIONS.
7437         Reported by Jim Meyering.
7438
7439 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
7440
7441         Work around bug in Solaris 10 /proc file system:
7442         /proc/self/fd/NNN/.. isn't the parent directory of
7443         the directory whose file descriptor is NNN.  This needs to
7444         be worked around at run time, not compile time, since a
7445         program might be built on Solaris 8, where things work, and
7446         run on Solaris 10.
7447         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
7448         to use the following interface instead:
7449         (OPENAT_BUFFER_SIZE): New macro.
7450         (openat_proc_name): New function.
7451         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
7452         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
7453         Likewise.
7454         * lib/openat-proc.c: New file.
7455         * modules/openat (Files): Add lib/openat-proc.c.
7456         (Depends-on): Add same-inode, stdbool.
7457         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
7458
7459 2006-09-29  Bruno Haible  <bruno@clisp.org>
7460
7461         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
7462         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
7463         argument. Set stdout_closed before testing for ferror, not after.
7464         (fwriteerror, fwriteerror_no_ebadf): New functions.
7465
7466 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7467
7468         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
7469
7470 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
7471
7472         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
7473         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
7474
7475 2006-09-28  Jim Meyering  <jim@meyering.net>
7476
7477         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
7478         Include <unistd.h>.
7479
7480 2006-09-28  Bruno Haible  <bruno@clisp.org>
7481
7482         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
7483         * modules/linkedhash-list (Depends-on): Likewise.
7484         * modules/rbtreehash-list (Depends-on): Likewise.
7485
7486 2006-09-28  Bruno Haible  <bruno@clisp.org>
7487
7488         * lib/strndup.h: Simplify the redefinition of strndup.
7489         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
7490         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
7491
7492 2006-09-28  Bruno Haible  <bruno@clisp.org>
7493
7494         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
7495         * lib/gl_linkedhash_list.c: Likewise.
7496         * lib/gl_rbtreehash_list.c: Likewise.
7497
7498 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7499
7500         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
7501         getaddrinfo.
7502
7503         * lib/__fpending.h: Don't include <stdio_ext.h> unless
7504         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
7505         it causes <stdio_ext.h> to cause a compile-time error.
7506         Problem reported by Nelson H. F. Beebe.
7507         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
7508         of HAVE_DECL___PENDING.
7509
7510         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
7511         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
7512         declaration.
7513
7514 2006-09-27  Jim Meyering  <jim@meyering.net>
7515
7516         This file could end up with a definition for a function
7517         named __strndup, rather than rpl_strndup on a system with
7518         incomplete weak_alias support.
7519         * lib/strndup.c (strndup): Rename from __strndup.
7520         Remove #defines that used to map __strndup to strndup.
7521         Don't use K&R prototypes.
7522         Remove LIBC-related code, since this file is not sync'd with glibc.
7523         * lib/strndup.h: Revamp, accordingly.
7524         * m4/strndup.m4: Modernize.
7525
7526 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7527
7528         * modules/savewd (Depends-on): Add 'raise'.
7529         * lib/savewd.c: Include <signal.h>, for 'raise'.
7530
7531 2006-09-26  Jim Meyering  <jim@meyering.net>
7532
7533         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
7534         when we detect Darwin 8.7.0's acl_get_file bug.
7535         Rearrange to perform the new (below) run-test while $LIBS
7536         contains any acl-related library.  Set USE_ACL at the end.
7537         (gl_ACL_GET_FILE): New function.
7538
7539 2006-09-26  Eric Blake  <ebb9@byu.net>
7540
7541         * lib/verror.c: Include <config.h> unconditionally.
7542
7543 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
7544
7545         * modules/clock-time (Maintainer): Add self.
7546         * modules/getlogin_r (Depends-on): Add extensions.
7547
7548 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7549
7550         * modules/clock-time: New module.
7551         * modules/nanosleep (Depends-on): Add clock-time.
7552         * modules/gethrxtime (Depends-on): Likewise.
7553         * modules/gettime (Depends-on): Likewise.
7554         * modules/settime (Depends-on): Likewise.
7555
7556         * modules/fts-lgpl: Depend on openat.
7557         * modules/mkancesdirs: Depend on savewd.
7558         * modules/mkdir-p: Likewise.
7559
7560 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7561
7562         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
7563
7564         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
7565         `gl_have_arbitrary_file_name_length_limit' to
7566         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
7567         actually works between configure runs.
7568
7569 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7570             Bruno Haible  <bruno@clisp.org>
7571
7572         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
7573
7574 2006-09-25  Jim Meyering  <jim@meyering.net>
7575
7576         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
7577         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
7578
7579 2006-09-25  Eric Blake  <ebb9@byu.net>
7580
7581         * gnulib-tool (func_import, func_create_testdir): Fix typos in
7582         exec's in 2006-09-18 patch when shuffling fds.
7583
7584 2006-09-25  Bruno Haible  <bruno@clisp.org>
7585
7586         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
7587         Reported by Jim Meyering.
7588
7589 2006-09-24  Jim Meyering  <jim@meyering.net>
7590
7591         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
7592         compare a pointer against a literal "0".  That caused failures with
7593         at least HP-UX's hpcc.
7594
7595 2006-09-22  Simon Josefsson  <jas@extundo.com>
7596
7597         * modules/gc-sha1:
7598         * modules/gc-md4:
7599         * modules/gc-hmac-sha1:
7600         * modules/gc-hmac-md5:
7601         * modules/gc-des:
7602         * modules/gc-arcfour: Distribute more files.
7603
7604 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7605
7606         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
7607         (gl_linked_iterator_from_to): Initialize struct completely.
7608         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
7609         (gl_tree_iterator_from_to): Likewise
7610         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
7611         * lib/gl_array_list.c [lint] (gl_array_iterator)
7612         (gl_array_iterator_from_to): Likewise.
7613         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
7614         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
7615         (gl_carray_iterator_from_to): Likewise.
7616
7617         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
7618         * lib/md4.c (md4_process_block): Remove unused variable.
7619         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
7620         parentheses for clarity.
7621
7622 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7623
7624         * modules/bison-i18n (Depends-on): Add gettext.
7625
7626 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7627
7628         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
7629         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
7630         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
7631         also add missing comma that caused broken test.
7632         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
7633         stdlib.h, for `abort'.
7634         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
7635         variables.
7636         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
7637         include unistd.h if present, for `rmdir'.
7638         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
7639         variables.
7640         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
7641         in the process include standard headers for prototypes.
7642         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
7643         gets declared on GNU/Linux.
7644         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
7645         unistd.h, for `rmdir'.
7646         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
7647
7648         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
7649         always true.
7650         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
7651
7652         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
7653
7654 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7655
7656         * gnulib-tool (func_version): Create output all at once.  This
7657         may help avoid triggering unnecessary SIGPIPEs, and at any
7658         rate it doesn't hurt.
7659
7660 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7661             Bruno Haible  <bruno@clisp.org>
7662
7663         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
7664         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7665         * m4/signed.m4 (bh_C_SIGNED): Likewise.
7666
7667         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
7668         (gl_FUNC_VASPRINTF): Invoke it.
7669
7670 2006-09-22  Bruno Haible  <bruno@clisp.org>
7671
7672         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
7673         getloadavg.c as first argument.
7674
7675 2006-09-22  Bruno Haible  <bruno@clisp.org>
7676
7677         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
7678         at the beginning of the gl_INIT macro.
7679         * modules/getloadavg (configure.ac): Pass $gl_source_base to
7680         gl_GETLOADAVG.
7681
7682 2006-09-22  Bruno Haible  <bruno@clisp.org>
7683
7684         * gnulib-tool (func_create_megatestdir): Don't include the config-h
7685         module.
7686         Suggested by Ralf Wildenhues.
7687
7688 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
7689
7690         Import this patch from libc:
7691
7692         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
7693
7694         * lib/regex_internal.c (re_string_reconstruct): Handle
7695         offset < pstr->valid_raw_len && pstr->offsets_needed case.
7696         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
7697         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
7698         re_string_context_at.
7699
7700         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
7701         now requires it.
7702         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
7703         gl_REGEX now does it for us.
7704         (gl_REGEX): Add test taken from
7705         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
7706
7707         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
7708         Check that large offsets work.  Modernize Autoconf usages.
7709         Prefer "yes" to mean a good thing rather than a bad.
7710         Don't put "#define mkstemp" in config.h, as this might interfere
7711         with standard system headers that "#define mkstemp mkstemp64".
7712
7713         * modules/mkstemp (Depends-on): Add extensions, so that
7714         mkstemp is visible on some platforms.
7715         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
7716         (Include): Change to "mkstemp.h" from <stdlib.h>.
7717         (Files): Add mkstemp.h.
7718
7719         * lib/mkstemp.h: New file, since some standard headers
7720         #define mkstemp.
7721         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
7722         Include "mkstemp.h".
7723         Make the _LIBC code resemble glibc original more,
7724         e.g., use K&R style.
7725         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
7726         (mkstemp): Remove, since mkstemp.h does this for us.
7727         * lib/stdlib--.h: Include mkstemp.h.
7728
7729         Import this patch from libc:
7730
7731         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7732
7733         * lib/tempname.c (__gen_tempname): Change attempts_min
7734         into a macro.  Use preprocessor to decide how to initialize
7735         attempts [Coverity CID 67].
7736
7737 2006-09-20  Bruno Haible  <bruno@clisp.org>
7738
7739         * lib/mkdtemp.c: Import from libc.
7740         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7741                 * sysdeps/posix/tempname.c (__gen_tempname): Change
7742                 attempts_min into a macro.  Use preprocessor to decide how to
7743                 initialize attempts [Coverity CID 67].
7744         2001-11-27  Paul Eggert  <eggert@twinsun.com>
7745                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
7746                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
7747
7748 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7749
7750         * gnulib-tool (func_exit): New function, to allow to pass the
7751         exit status portably through the trap.  Use everywhere.
7752         (--help, --version): Signal a write error.
7753         (trap): catch SIGPIPE, for write errors.
7754         Exit at the end of the trap, with the correct exit status.
7755
7756 2006-09-19  Karl Berry  <karl@gnu.org>
7757
7758         * doc/gnulib.texi: note about the license texinfo files.
7759
7760 2006-09-19  Eric Blake  <ebb9@byu.net>
7761
7762         * gnulib-tool: Avoid space-tab.
7763
7764 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7765
7766         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
7767         that prevented coreutils 6.1 from building.  Problem reported
7768         by Petter Reinholdtsen.
7769
7770 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7771
7772         * gnulib-tool (avoidlist): Fix typo that broke options like
7773         --avoid=lock that are used by coreutils bootstrap.
7774
7775 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
7776
7777         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
7778         more systematically.
7779
7780 2006-09-18  Jim Meyering  <jim@meyering.net>
7781
7782         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
7783
7784 2006-09-18  Bruno Haible  <bruno@clisp.org>
7785
7786         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
7787
7788 2006-09-18  Bruno Haible  <bruno@clisp.org>
7789
7790         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
7791         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
7792         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
7793         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
7794         * m4/gettext.m4: Require autoconf >= 2.52.
7795         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
7796         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
7797         of gl_cv_header_inttypes_h.
7798
7799 2006-09-18  Bruno Haible  <bruno@clisp.org>
7800
7801         * lib/javaversion.c: Include configmake.h.
7802
7803 2006-09-18  Bruno Haible  <bruno@clisp.org>
7804
7805         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
7806         avoid that the while loops be executed in a subshell.
7807
7808 2006-09-18  Bruno Haible  <bruno@clisp.org>
7809
7810         * MODULES.html.sh (func_module): Break long lines.
7811         Suggested by Bruce Korb <bkorb@gnu.org>.
7812
7813 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7814
7815         Speed up by a factor of 1.12.
7816         * gnulib-tool (nl): New variable.
7817         (func_import): Rewrite include directive extraction to only read each
7818         directive once.
7819
7820 2006-09-17  Bruno Haible  <bruno@clisp.org>
7821
7822         * modules/javaversion (Makefile.am): Remove DEFS setting.
7823         (Depends-on): Add configmake, for PKGDATADIR definition.
7824
7825 2006-09-17  Bruno Haible  <bruno@clisp.org>
7826
7827         * gnulib-tool (func_create_testdir): Rewrite all files at once.
7828
7829 2006-09-17  Bruno Haible  <bruno@clisp.org>
7830
7831         * gnulib-tool (func_append): New function, stolen from libtool.m4.
7832         (func_modules_transitive_closure, func_modules_add_dummy,
7833         func_modules_to_filelist, func_import, func_create_testdir,
7834         func_create_megatestdir, ...): Use it wherever possible.
7835         Suggested by Ralf Wildenhues.
7836
7837 2006-09-16  Karl Berry  <karl@gnu.org>
7838
7839         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
7840         to avoid sectioning errors.
7841         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
7842         [ifinfo]: blank line after @center-ed titles.
7843         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
7844         Spell FSF address consistently with others.
7845         (These changes approved by rms.)
7846
7847 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7848
7849         Speed up by a factor of 1.61.
7850         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
7851         already checked module names again.
7852
7853 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7854
7855         Speed up by a factor of 1.13.
7856         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
7857         for new_files, and the input to func_add_or_update.
7858
7859 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7860
7861         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
7862         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
7863
7864 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7865
7866         * modules/mkancesdirs (Depends-on): Add fcntl.
7867         * modules/savewd: New file.
7868         * MODULES.html.sh (File system functions): Add savewd.
7869
7870         * modules/configmake (Makefile.am): Add support for the
7871         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
7872
7873 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7874
7875         * m4/savewd.m4: New file.
7876
7877 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7878
7879         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
7880         (dirchownmod): New arg FD.  All callers changed.
7881         Use FD rather than opening the directory ourself, as opening is
7882         now the caller's responsibility.
7883         * lib/dirchownmod.h: Likewise.
7884         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
7885         hosts that require <sys/types.h> before <sys/stat.h>.  Include
7886         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
7887         (test_dir): Remove.
7888         (mkancesdirs): Return length of prefix of FILE that has already
7889         been made, or -2 if there is a child doing the work.  Redo
7890         algorithm so that it is O(N) rather than O(N**2).  Optimize away
7891         ".", and treat ".." specially since it might stray back into
7892         already-created areas.  Use a subprocess if necessary.  New arg
7893         WD; all users changed.  MAKE_DIR function should now return 1
7894         if it creates a directory that is not readable.  Return -2 if
7895         a child process is spun off.
7896         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
7897         Adjust signature to match code.
7898         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
7899         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
7900         all users changed.
7901         * lib/savewd.c, lib/savewd.h: New files.
7902
7903 2006-09-15  Jim Meyering  <jim@meyering.net>
7904
7905         * modules/rename-dest-slash: New module.
7906         * MODULES.html.sh (posix_compat): Add it here.
7907
7908         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
7909
7910 2006-09-15  Jim Meyering  <jim@meyering.net>
7911
7912         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
7913         file.
7914
7915         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
7916
7917 2006-09-15  Jim Meyering  <jim@meyering.net>
7918
7919         * lib/rename-dest-slash.c (has_trailing_slash): Use
7920         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
7921         (rpl_rename_dest_slash): Perform the cheaper trailing slash
7922         test before testing whether SRC is a directory.
7923         Suggestions from Bruno Haible.
7924
7925         Avoid a warning about an unused variable.
7926         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
7927         into the #ifdef block where it's used.
7928
7929         * lib/rename-dest-slash.c: New file.
7930
7931 2006-09-14  Bruno Haible  <bruno@clisp.org>
7932
7933         * lib/allocsa.c: Include <config.h> unconditionally.
7934         * lib/asnprintf.c: Likewise.
7935         * lib/asprintf.c: Likewise.
7936         * lib/c-strcasecmp.c: Likewise.
7937         * lib/c-strcasestr.c: Likewise.
7938         * lib/c-strncasecmp.c: Likewise.
7939         * lib/c-strstr.c: Likewise.
7940         * lib/classpath.c: Likewise.
7941         * lib/clean-temp.c: Likewise.
7942         * lib/concatpath.c: Likewise.
7943         * lib/copy-file.c: Likewise.
7944         * lib/csharpcomp.c: Likewise.
7945         * lib/csharpexec.c: Likewise.
7946         * lib/execute.c: Likewise.
7947         * lib/fatal-signal.c: Likewise.
7948         * lib/findprog.c: Likewise.
7949         * lib/fwriteerror.c: Likewise.
7950         * lib/gl_array_list.c: Likewise.
7951         * lib/gl_array_oset.c: Likewise.
7952         * lib/gl_avltree_list.c: Likewise.
7953         * lib/gl_avltree_oset.c: Likewise.
7954         * lib/gl_avltreehash_list.c: Likewise.
7955         * lib/gl_carray_list.c: Likewise.
7956         * lib/gl_linked_list.c: Likewise.
7957         * lib/gl_linkedhash_list.c: Likewise.
7958         * lib/gl_list.c: Likewise.
7959         * lib/gl_oset.c: Likewise.
7960         * lib/gl_rbtree_list.c: Likewise.
7961         * lib/gl_rbtree_oset.c: Likewise.
7962         * lib/gl_rbtreehash_list.c: Likewise.
7963         * lib/imaxabs.c: Likewise.
7964         * lib/imaxdiv.c: Likewise.
7965         * lib/javacomp.c: Likewise.
7966         * lib/javaexec.c: Likewise.
7967         * lib/javaversion.c: Likewise.
7968         * lib/linebreak.c: Likewise.
7969         * lib/localcharset.c: Likewise.
7970         * lib/lock.c: Likewise.
7971         * lib/mbchar.c: Likewise.
7972         * lib/mbswidth.c: Likewise.
7973         * lib/mkdtemp.c: Likewise.
7974         * lib/pipe.c: Likewise.
7975         * lib/printf-args.c: Likewise.
7976         * lib/printf-parse.c: Likewise.
7977         * lib/progname.c: Likewise.
7978         * lib/progreloc.c: Likewise.
7979         * lib/readlink.c: Likewise.
7980         * lib/sh-quote.c: Likewise.
7981         * lib/stpcpy.c: Likewise.
7982         * lib/stpncpy.c: Likewise.
7983         * lib/strcasecmp.c: Likewise.
7984         * lib/strcasestr.c: Likewise.
7985         * lib/strcspn.c: Likewise.
7986         * lib/striconv.c: Likewise.
7987         * lib/strncasecmp.c: Likewise.
7988         * lib/strnlen1.c: Likewise.
7989         * lib/strstr.c: Likewise.
7990         * lib/strtok_r.c: Likewise.
7991         * lib/tls.c: Likewise.
7992         * lib/tmpdir.c: Likewise.
7993         * lib/unicodeio.c: Likewise.
7994         * lib/unsetenv.c: Likewise.
7995         * lib/vasnprintf.c: Likewise.
7996         * lib/vasprintf.c: Likewise.
7997         * lib/wait-process.c: Likewise.
7998         * lib/xallocsa.c: Likewise.
7999         * lib/xsetenv.c: Likewise.
8000         * lib/xstriconv.c: Likewise.
8001
8002 2006-09-13  Simon Josefsson  <jas@extundo.com>
8003
8004         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
8005         that internally, suggested by Ralf Wildenhues
8006         <Ralf.Wildenhues@gmx.de>.
8007
8008 2006-09-13  Simon Josefsson  <jas@extundo.com>
8009
8010         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
8011         @LIBOBJS@.
8012         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8013
8014 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
8015
8016         * lib/_fpending.c: Include <config.h> unconditionally, since we no
8017         longer worry about uses that don't define HAVE_CONFIG_H.
8018         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
8019         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
8020         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
8021         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
8022         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
8023         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
8024         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
8025         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
8026         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
8027         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
8028         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
8029         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
8030         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
8031         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
8032         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
8033         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
8034         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
8035         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
8036         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
8037         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
8038         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
8039         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
8040         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
8041         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
8042         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
8043         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
8044         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
8045         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
8046         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
8047         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
8048         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
8049         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
8050         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
8051         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
8052         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
8053         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
8054         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
8055         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
8056         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
8057         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
8058         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
8059         Likewise.
8060
8061 2006-09-13  Eric Blake  <ebb9@byu.net>
8062
8063         * lib/getopt.c: Fix typo in last commit.
8064
8065 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8066
8067         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
8068         dgettext.
8069
8070 2006-09-12  Jim Meyering  <jim@meyering.net>
8071
8072         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
8073         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
8074         Reported by Nelson H. F. Beebe.
8075
8076 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8077
8078         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
8079         program_invocation_name and program_invocation_short_name are
8080         initialized.
8081         * lib/argp-namefrob.h: Move declarations of program_invocation_name
8082         and program_invocation_short_name to argp.h, so they are visible
8083         to user programs.
8084         * lib/argp.h: Likewise
8085
8086 2006-09-10  Bruno Haible  <bruno@clisp.org>
8087
8088         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8089         m4/inttypes_h.m4, m4/uintmax_t.m4.
8090
8091 2006-09-10  Bruno Haible  <bruno@clisp.org>
8092
8093         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
8094         gl_AC_TYPE_UINTMAX_T.
8095
8096 2006-09-10  Bruno Haible  <bruno@clisp.org>
8097
8098         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
8099
8100 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8101
8102         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
8103         convention.  Text proposed by Bruno Haible.
8104         (struct argp_option): Document the use of N_() wrappers.
8105
8106         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
8107         '\v', and translate the two parts separately, instead of feeding
8108         the whole string to gettext.  This allows to exclude
8109         '\v' from the strings visible to the translator by writing doc
8110         strings as N_("..") "\v" N_("..").
8111
8112 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
8113
8114         * config/srclist.txt: Undo latest change; the bug was fixed.
8115
8116 2006-09-09  Bruno Haible  <bruno@clisp.org>
8117
8118         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
8119         assignments if building a library without libtool.
8120         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
8121         in func_emit_lib_Makefile_am.
8122         (func_import): When building a static library libfoo.a, arrange to
8123         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
8124         (func_create_testdir): Likewise.
8125         * modules/gc (configure.ac, Makefile.am): If building statically,
8126         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
8127         * modules/iconvme (configure.ac, Makefile.am): Likewise.
8128         * modules/striconv (configure.ac, Makefile.am): Likewise.
8129         Based on a suggestion by Ralf Wildenhues.
8130
8131 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8132
8133         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
8134         Check for unistd.h too, since Autoconf doesn't assume POSIX.
8135         Also:
8136
8137         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8138         Add year_2050_test to catch glibc bug 2821
8139         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
8140
8141         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8142         Prefer #ifdef to #if.
8143
8144         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
8145         Return from 'main' instead of calling 'exit'.
8146
8147 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8148
8149         * lib/mktime.c (guess_time_tm): Fix bug where mktime
8150         returned the maximum time_t value rather than (time_t) -1.
8151         Problem originally reported by William Bardwell
8152         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
8153
8154         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
8155         Moved to here ...
8156         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
8157         ... from here.
8158
8159 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8160
8161         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
8162         2821 is fixed.
8163
8164 2006-09-08  Jim Meyering  <jim@meyering.net>
8165
8166         Don't make generated files read-only.  That would bother too many
8167         people.  However, do retain the ability to work when targets are
8168         read-only: remove the destination and temporary files before writing
8169         them (when generated via sed or echo), or by using the -f option for
8170         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
8171         * modules/alloca-opt, modules/argz, modules/arpa_inet:
8172         * modules/byteswap, modules/configmake, modules/fcntl:
8173         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
8174         * modules/localcharset, modules/netinet_in, modules/poll:
8175         * modules/stdbool, modules/stdint, modules/sys_select:
8176         * modules/sys_socket, modules/sys_stat, modules/sysexits:
8177
8178 2006-09-08  Jim Meyering  <jim@meyering.net>
8179
8180         Avoid new build failure on FreeBSD 6.0.
8181         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
8182         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
8183         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
8184
8185 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8186
8187         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
8188
8189 2006-09-07  Jim Meyering  <jim@meyering.net>
8190
8191         Fix global typo in last change: use chmod u-w, not chmod u-x.
8192         Spotted by Paul Eggert and Bruce Korb.
8193         * modules/alloca-opt, modules/argz, modules/arpa_inet:
8194         * modules/byteswap, modules/configmake, modules/fcntl:
8195         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
8196         * modules/localcharset, modules/netinet_in, modules/poll:
8197         * modules/stdbool, modules/stdint, modules/sys_select:
8198         * modules/sys_socket, modules/sys_stat, modules/sysexits:
8199
8200 2006-09-06  Jim Meyering  <jim@meyering.net>
8201
8202         Make generated files be read-only.
8203         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
8204         Ensure that each generated file is now read-only.
8205         * modules/argz: Likewise.
8206         * modules/arpa_inet: Likewise.
8207         * modules/byteswap: Likewise.
8208         * modules/configmake: Likewise.
8209         * modules/fcntl: Likewise.
8210         * modules/fnmatch: Likewise.
8211         * modules/getopt: Likewise.
8212         * modules/glob: Likewise.
8213         * modules/inttypes: Likewise.
8214         * modules/netinet_in: Likewise.
8215         * modules/poll: Likewise.
8216         * modules/stdbool: Likewise.
8217         * modules/stdint: Likewise.
8218         * modules/sys_select: Likewise.
8219         * modules/sys_socket: Likewise.
8220         * modules/sys_stat: Likewise.
8221         * modules/sysexits: Likewise.
8222         * modules/localcharset: Same as above, but continue using temporary
8223         file named "t-$@" (why different?) rather than the "$@-t" used
8224         everywhere else.
8225
8226         * modules/sysexits (Makefile.am): Replace literal occurrences
8227         of "sysexit.h" more readable, and more consistent, "$@".
8228
8229 2006-09-06  Bruno Haible  <bruno@clisp.org>
8230
8231         * modules/striconv: New file.
8232         * modules/xstriconv: New file.
8233         * MODULES.html.sh (Internationalization functions): Add striconv,
8234         xstriconv.
8235
8236 2006-09-06  Bruno Haible  <bruno@clisp.org>
8237
8238         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
8239         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
8240         not using libtool correctly.
8241
8242 2006-09-06  Bruno Haible  <bruno@clisp.org>
8243
8244         * lib/striconv.h: New file.
8245         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
8246         iconvstring.c.
8247         * lib/xstriconv.h: New file.
8248         * lib/xstriconv.c: New file.
8249
8250 2006-09-06  Bruno Haible  <bruno@clisp.org>
8251
8252         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8253         lib_..._LDFLAGS.
8254
8255 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8256
8257         * lib/argz_.h: Sync from Libtool.
8258
8259         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
8260                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8261
8262         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
8263
8264 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8265
8266         * modules/trim: New file.
8267
8268 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8269
8270         * lib/trim.h: New file.
8271         * lib/trim.c: New file.
8272
8273 2006-09-05  Bruno Haible  <bruno@clisp.org>
8274
8275         * MODULES.html.sh (String handling): Add trim.
8276
8277 2006-09-04  Karl Berry  <karl@gnu.org>
8278
8279         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
8280         until next release.
8281
8282 2006-09-03  Bruno Haible  <bruno@clisp.org>
8283
8284         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
8285         correctly.
8286
8287 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8288
8289         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
8290         not gl_GETLOADAVG.  Omit unneeded semicolons.
8291         Problems reported by Ralf Wildenhues in
8292         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8293         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
8294         at the end, which is the usual gnulib style.
8295
8296         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
8297         of doing all the work ourselves.
8298         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
8299         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
8300
8301 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8302
8303         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
8304         Problem reported by Ralf Wildenhues in
8305         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8306
8307         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
8308         HAVE_STRUCT_STATFS_F_FSTYPENAME.
8309
8310 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8311
8312         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
8313         yesterday's patch by changing test -n to test -z.
8314
8315 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8316
8317         * modules/getloadavg (Files): Add m4/getloadavg.m4.
8318         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
8319         the former is now obsolescent.
8320
8321         * modules/chdir-long (Depends-on): Add fcntl.
8322
8323 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8324
8325         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
8326         obsolescent, and programs should use gnulib instead.
8327         * m4/getloadavg.m4: New file, with contents taken from Autoconf
8328         but with prefixes changed.
8329
8330 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8331
8332         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
8333         or stdbool.h, because they might not exist while configuring.
8334
8335         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
8336         Don't include unistd.h or limits.h; not needed, since chdir-long.h
8337         does that for us.
8338         (O_DIRECTORY): Remove.
8339
8340 2006-08-31  Eric Blake  <ebb9@byu.net>
8341
8342         * gnulib-tool: Don't let emacs change spaces to TAB.
8343
8344 2006-08-31  Bruno Haible  <bruno@clisp.org>
8345
8346         * gnulib-tool: When calling func_import more than once, do it in a
8347         subshell.
8348         Reported by Eric Blake <ebb9@byu.net>.
8349
8350 2006-08-31  Bruno Haible  <bruno@clisp.org>
8351
8352         * gnulib-tool (nl): Remove variable.
8353         (sed_transform_lib_file): Use more robust test for config-h module.
8354         (func_import): Fix typo in 2006-08-25 patch.
8355
8356 2006-08-31  Bruno Haible  <bruno@clisp.org>
8357
8358         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
8359         specified, augment Makefile.am variables instead of assigning them.
8360
8361 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8362
8363         Work around a bug in both the Linux and SunOS 64-bit kernels:
8364         nanosleep mishandles sleeps for longer than 2**31 seconds.
8365         Problem reported by Frank v Waveren in
8366         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8367         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
8368         Check for nanosleep bug.
8369         (LIB_NANOSLEEP): Append clock_gettime library if needed.
8370
8371 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8372
8373         Work around a bug in both the Linux and SunOS 64-bit kernels:
8374         nanosleep mishandles sleeps for longer than 2**31 seconds.
8375         Problem reported by Frank v Waveren in
8376         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8377         * lib/nanosleep.c (BILLION): New constant.
8378         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
8379         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
8380         implementation.
8381
8382 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8383
8384         * modules/nanosleep (Depends-on): Add gettime.
8385
8386 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8387         and Simon Josefsson  <jas@extundo.com>
8388         and Oskar Liljeblad  <oskar@osk.mine.nu>
8389
8390         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
8391         * gnulib-tool (func_import): New license type 'unmodifiable license
8392         text'.
8393         * modules/fdl: Use it.  Longer description.
8394         * module/gpl, module/lgpl: New files.
8395
8396 2006-08-30  Jim Meyering  <jim@meyering.net>
8397
8398         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
8399         shadowing the parameter.
8400
8401 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8402
8403         Sync from Libtool:
8404
8405         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8406
8407         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
8408         sharing with gnulib.  Report by Eric Blake.
8409
8410 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8411
8412         * modules/isapipe: New file.
8413         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
8414
8415 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8416
8417         * modules/configmake (Makefile.am): Add a comment, and omit
8418         the CONFIGMAKE_ prefix from generated macro names.  Suggested
8419         by Bruno Haible.
8420
8421 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8422
8423         * m4/isapipe.m4: New file.
8424
8425 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8426
8427         * lib/isapipe.c, lib/isapipe.h: New files.
8428
8429 2006-08-29  Jim Meyering  <jim@meyering.net>
8430
8431         * modules/configmake (Makefile.am): Make configmake.h depend on
8432         Makefile.  Otherwise, a stale configmake.h could hang around.
8433
8434 2006-08-29  Eric Blake  <ebb9@byu.net>
8435
8436         * lib/error.c (error_at_line, print_errno_message): Match libc, after
8437         resolution of upstream bug 3044.
8438
8439 2006-08-29  Bruno Haible  <bruno@clisp.org>
8440
8441         * modules/localcharset (Depends-on): Add configmake.
8442         (Makefile.am): Remove setting of LIBDIR through DEFS.
8443
8444 2006-08-29  Bruno Haible  <bruno@clisp.org>
8445
8446         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
8447         defined.
8448
8449 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8450
8451         * modules/fcntl: New file.
8452         * modules/chdir-safer (Depends-on): Add fcntl.
8453         * modules/fts: Likewise.
8454         * modules/mkdir-p: Likewise.
8455
8456         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
8457         This undoes the most recent change, since we're now addressing the
8458         problem in a different way.
8459
8460         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
8461         into output, since the output might be called Makefile.am even
8462         if $makefile_name is something different.
8463         (func_import): Use $makefile_am rather than
8464         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
8465         empty.
8466
8467         * modules/inttypes (Files): Add m4/inttypes-h.m4.
8468
8469 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8470
8471         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
8472         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
8473         recent change to stdint.m4, since we're now addressing the problem in a
8474         different way.
8475
8476 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8477
8478         * m4/fcntl_h.m4: New file.
8479
8480 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8481
8482         * lib/fcntl_.h: New file.
8483         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
8484         the fcntl module.
8485         * lib/dirchownmod.c: Likewise.
8486         * lib/fts.c: Likewise.
8487
8488         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
8489         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
8490         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
8491         just before including <inttypes.h>, to avoid circular inclusion.
8492
8493 2006-08-28  Jim Meyering  <jim@meyering.net>
8494
8495         * doc/visibility.texi: Actually read and correct the grammar of the
8496         sentence affected by yesterday's change.
8497
8498 2006-08-28  Eric Blake  <ebb9@byu.net>
8499
8500         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
8501         needs wrapper.
8502
8503 2006-08-28  Eric Blake  <ebb9@byu.net>
8504
8505         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
8506
8507 2006-08-28  Eric Blake  <ebb9@byu.net>
8508
8509         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
8510
8511 2006-08-28  Bruno Haible  <bruno@clisp.org>
8512
8513         * modules/c-strstr: New file, from GNU gettext.
8514         * MODULES.html.sh (String handling): Add c-strstr.
8515
8516 2006-08-28  Bruno Haible  <bruno@clisp.org>
8517
8518         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
8519         macros.
8520         Reported by Eric Blake.
8521
8522 2006-08-28  Bruno Haible  <bruno@clisp.org>
8523
8524         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
8525         (VASNPRINTF): Return a string of length > INT_MAX without failing.
8526         * lib/vasprintf.c: Include errno.h, limits.h.
8527         (EOVERFLOW): New fallback definition.
8528         (vasprintf): Test here whether the string length is > INT_MAX.
8529         * lib/vsnprintf.c: Include errno.h, limits.h.
8530         (EOVERFLOW): New fallback definition.
8531         (vsnprintf): Fix bug when generated string was too long for the buffer.
8532         Test here whether the string length is > INT_MAX.
8533
8534 2006-08-28  Bruno Haible  <bruno@clisp.org>
8535
8536         * lib/inttypes_.h (SCNX*): Remove definitions.
8537         Reported by Eric Blake.
8538
8539 2006-08-28  Bruno Haible  <bruno@clisp.org>
8540
8541         * lib/c-strstr.h: New file, from GNU gettext.
8542         * lib/c-strstr.c: New file, from GNU gettext.
8543
8544 2006-08-28  Bruno Haible  <bruno@clisp.org>
8545
8546         * gnulib-tool: Reorder some statements.
8547
8548 2006-08-28  Bruno Haible  <bruno@clisp.org>
8549
8550         * gnulib-tool: New option --makefile-name.
8551         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
8552         $makefile_name.
8553         (func_import): Write $makefile_name to the cache file, and read it from
8554         there unless explicitly specified. Use $makefile_name as file name
8555         instead of Makefile.am. Adjust the recommendations accordingly.
8556
8557 2006-08-28  Bruno Haible  <bruno@clisp.org>
8558
8559         * gnulib-tool (func_verify_module): Check against misapplying patch.
8560
8561 2006-08-28  Bruno Haible  <bruno@clisp.org>
8562
8563         * gnulib-tool (func_relativize, func_relconcat): New functions.
8564         Give an error if --local-dir is given with --update.
8565         Remove trailing slashes from $local_gnulib_dir.
8566         (func_import): Store the relativized $local_gnulib_dir in
8567         gnulib-cache.m4, and read it from there if not specified explicitly.
8568
8569 2006-08-28  Bruno Haible  <bruno@clisp.org>
8570
8571         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
8572         is the current directory. Respect also $local_gnulib_dir.
8573
8574 2006-08-28  Bruno Haible  <bruno@clisp.org>
8575             Simon Josefsson  <jas@extundo.com>
8576
8577         BeOS portability.
8578         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
8579
8580 2006-08-27  Jim Meyering  <jim@meyering.net>
8581
8582         * doc/visibility.texi: Remove duplicate word: "pointer".
8583
8584 2006-08-26  Bruno Haible  <bruno@clisp.org>
8585
8586         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
8587         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
8588         (Makefile.am): Create inttypes.h from inttypes_.h.
8589         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
8590
8591         * modules/imaxabs: New file.
8592
8593         * modules/imaxdiv: New file.
8594
8595 2006-08-26  Bruno Haible  <bruno@clisp.org>
8596
8597         * m4/inttypes.m4: New file.
8598         * m4/_inttypes_h.m4: Remove file.
8599         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
8600         PRI_MACROS_BROKEN.
8601         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
8602
8603         * m4/imaxabs.m4: New file.
8604
8605         * m4/imaxdiv.m4: New file.
8606
8607 2006-08-26  Bruno Haible  <bruno@clisp.org>
8608
8609         * lib/inttypes_.h: New file.
8610         * lib/inttypes.h: Remove file.
8611         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
8612
8613         * lib/imaxabs.c: New file.
8614
8615         * lib/imaxdiv.c: New file.
8616
8617 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8618
8619         New config-h module, so that "make" output needn't be cluttered
8620         by -DHAVE_CONFIG_H.
8621         * MODULES.html.sh (Support for building libraries and executables):
8622         Add config-h.
8623         * modules/config-h: New file.
8624         * gnulib-tool (nl, sed_transform_lib_file): New vars.
8625         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
8626         the config-h module is used.
8627
8628         New configmake module, so that "make" output needn't be cluttered
8629         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
8630         * MODULES.html.sh (Support for building libraries and executables):
8631         Add configmake.
8632         * modules/configmake: New file.
8633
8634 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8635
8636         * m4/config-h.m4: New file.
8637
8638 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8639
8640         * config/srclist.txt: Add elisp-comp.
8641
8642 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8643
8644         * MODULES.html.sh (Support for building libraries and executables):
8645         Add elisp-comp.
8646         * build-aux/elisp-comp: New file.
8647         * modules/elisp-comp: New file.
8648
8649 2006-08-24  Bruno Haible  <bruno@clisp.org>
8650
8651         * gnulib-tool (func_create_testdir): Use non-default values of
8652         sourcebase and m4base.
8653
8654 2006-08-24  Bruno Haible  <bruno@clisp.org>
8655
8656         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
8657         HTML structure.
8658
8659 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
8660
8661         * modules/openat (Depends-on): Add lchown.
8662
8663 2006-08-23  Bruno Haible  <bruno@clisp.org>
8664
8665         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
8666         of gl_LOCK_EARLY instead of gl_LOCK.
8667
8668 2006-08-23  Bruno Haible  <bruno@clisp.org>
8669
8670         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
8671         on OSF/1 to no.
8672         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
8673
8674 2006-08-23  Bruno Haible  <bruno@clisp.org>
8675
8676         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
8677         as unusable.
8678
8679         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
8680         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
8681         (gl_LOCK): New macro.
8682
8683 2006-08-22  Simon Josefsson  <jas@extundo.com>
8684
8685         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
8686         to md5 module.
8687
8688 2006-08-22  Simon Josefsson  <jas@extundo.com>
8689
8690         * MODULES.html.sh: Add "Support for maintaining and release
8691         projects".
8692
8693         * build-aux/gnupload: New file, from coreutils.
8694
8695 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8696
8697         Avoid the need for AC_LIBSOURCES in m4 macros.
8698         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
8699         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
8700         * modules/check-version (EXTRA_DIST): Add check-version.h.
8701         * modules/crc (EXTRA_DIST): Add crc.h.
8702         * modules/des (EXTRA_DIST): Add des.h.
8703         * modules/gc (EXTRA_DIST): Add gc.h.
8704         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
8705         * modules/getline (EXTRA_DIST): Add getline.h.
8706         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
8707         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
8708         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
8709         * modules/md2 (EXTRA_DIST): Add md2.h.
8710         * modules/md4 (EXTRA_DIST): Add md4.h.
8711         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
8712         * modules/read-file (EXTRA_DIST): Add read-file.h.
8713         * modules/readline (EXTRA_DIST): Add readline.h.
8714         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
8715         rijndael-api-fst.h.
8716
8717 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8718
8719         * m4/rijndael.m4 (gl_ARCFOUR):
8720         * m4/arctwo.m4 (gl_ARCTWO):
8721         * m4/check-version.m4 (gl_CHECK_VERSION):
8722         * m4/crc.m4 (gl_CRC):
8723         * m4/des.m4 (gl_DES):
8724         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
8725         * m4/gc.m4 (gl_GC):
8726         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
8727         * m4/getline.m4 (gl_FUNC_GETLINE):
8728         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
8729         * m4/hmac-md5.m4 (gl_HMAC_MD5):
8730         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
8731         * m4/md2.m4 (gl_MD2):
8732         * m4/md4.m4 (gl_MD4):
8733         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
8734         * m4/read-file.m4 (gl_FUNC_READ_FILE):
8735         * m4/readline.m4 (gl_FUNC_READLINE):
8736         * m4/rijndael.m4 (gl_RIJNDAEL):
8737         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8738         to get the necessary .h files and whatnot.
8739
8740 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8741
8742         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
8743         gnulib rather than the other way around.
8744         * config/srclistvars.sh (COREUTILS): Remove.
8745
8746 2006-08-22  Jim Meyering  <jim@meyering.net>
8747
8748         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
8749
8750         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
8751
8752 2006-08-22  Eric Blake  <ebb9@byu.net>
8753
8754         * modules/regexprops-generic: New file.
8755         * MODULES.html.sh (Support for building documentation): List it.
8756
8757 2006-08-22  Eric Blake  <ebb9@byu.net>
8758
8759         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
8760         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
8761         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
8762         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
8763
8764 2006-08-22  Bruno Haible  <bruno@clisp.org>
8765
8766         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
8767         and lib_LTLIBRARIES like the other lib_* variables.
8768
8769 2006-08-22  Bruno Haible  <bruno@clisp.org>
8770
8771         * build-aux/x-to-1.in: New file, from GNU gettext.
8772
8773 2006-08-22  Bruno Haible  <bruno@clisp.org>
8774
8775         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
8776         <utmpx.h> exists.
8777
8778 2006-08-22  Bruno Haible  <bruno@clisp.org>
8779
8780         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
8781         <utmpx.h> exists.
8782
8783 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8784
8785         BeOS portability.
8786         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
8787         exist.
8788         Problem reported by Bruno Haible.
8789
8790 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8791
8792         Avoid the need for AC_LIBSOURCES in m4 macros.
8793         * modules/acl (EXTRA_DIST): Add acl.h.
8794         * modules/argmatch (Files): Add m4/argmatch.m4.
8795         (configure.ac): Add gl_ARGMATCH.
8796         (EXTRA_DIST): Renamed from lib_SOURCES, for
8797         consistency with the other modules.  Remove argmatch.c.
8798         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
8799         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
8800         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
8801         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
8802         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
8803         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
8804         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
8805         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
8806         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
8807         * modules/closeout (EXTRA_DIST): Add closeout.h.
8808         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
8809         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
8810         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
8811         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
8812         dirname.h; remove basename.c and stripslash.c.
8813         * modules/exclude (EXTRA_DIST): Add exclude.h.
8814         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
8815         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
8816         * modules/file-type (EXTRA_DIST): Add file-type.h.
8817         * modules/filemode (EXTRA_DIST): Add filemode.h.
8818         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
8819         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8820         * modules/fpending (EXTRA_DIST): Add __fpending.h.
8821         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
8822         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
8823         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
8824         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
8825         * modules/getdate (EXTRA_DIST): Add getdate.c.
8826         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
8827         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
8828         * modules/getpass (EXTRA_DIST): Add getpass.h.
8829         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
8830         * modules/group-member (EXTRA_DIST): Add group-member.h.
8831         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
8832         * modules/hash (EXTRA_DIST): Add hash.h.
8833         * modules/human (EXTRA_DIST): Add human.h.
8834         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
8835         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
8836         * modules/lchown (EXTRA_DIST): Add lchown.h.
8837         * modules/long-options (EXTRA_DIST): Add long-options.h.
8838         * modules/lstat (EXTRA_DIST): Add lstat.h.
8839         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
8840         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
8841         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
8842         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
8843         * modules/memxor (EXTRA_DIST): Add memxor.h.
8844         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
8845         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
8846         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
8847         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
8848         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
8849         * modules/physmem (EXTRA_DIST): Add physmem.h.
8850         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
8851         * modules/posixver (EXTRA_DIST): Add posixver.h.
8852         * modules/quote (EXTRA_DIST): Add quote.h.
8853         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
8854         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
8855         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
8856         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
8857         regex_internal.h regexec.c.
8858         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
8859         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
8860         * modules/same (EXTRA_DIST): Add same.h.
8861         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
8862         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
8863         * modules/savedir (EXTRA_DIST): Add savedir.h.
8864         * modules/sha1 (EXTRA_DIST): Add sha1.h.
8865         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
8866         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
8867         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
8868         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
8869         * modules/strdup (EXTRA_DIST): Add strdup.h.
8870         * modules/strftime (EXTRA_DIST): Add strftime.h.
8871         * modules/strndup (EXTRA_DIST): Add strndup.h.
8872         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
8873         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
8874         * modules/time_r (EXTRA_DIST): Add time_r.h.
8875         * modules/timespec (EXTRA_DIST): Add timespec.h.
8876         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8877         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
8878         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
8879         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
8880         * modules/userspec (EXTRA_DIST): Add userspec.h.
8881         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
8882         * modules/utimens (EXTRA_DIST): Add utimens.h.
8883         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
8884         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
8885         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
8886         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
8887         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
8888         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
8889         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
8890         * modules/yesno (EXTRA_DIST): Add yesno.h.
8891
8892 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8893
8894         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
8895
8896         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
8897         * m4/dev-ino.m4, same-inode.m4: Remove.
8898
8899         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
8900         * m4/acl.m4 (AC_FUNC_ACL):
8901         * m4/backupfile.m4 (gl_BACKUPFILE):
8902         * m4/c-strtod.m4 (gl_C99_STRTOLD):
8903         * m4/canon-host.m4 (gl_CANON_HOST):
8904         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8905         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
8906         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
8907         * m4/cloexec.m4 (gl_CLOEXEC):
8908         * m4/close-stream.m4 (gl_CLOSE_STREAM):
8909         * m4/closeout.m4 (gl_CLOSEOUT):
8910         * m4/dirfd.m4 (gl_FUNC_DIRFD):
8911         * m4/dirname.m4 (gl_DIRNAME):
8912         * m4/exclude.m4 (gl_EXCLUDE):
8913         * m4/exitfail.m4 (gl_EXITFAIL):
8914         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
8915         * m4/file-type.m4 (gl_FILE_TYPE):
8916         * m4/filemode.m4 (gl_FILEMODE):
8917         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
8918         * m4/fpending.m4 (gl_FUNC_FPENDING):
8919         * m4/fprintftime.m4 (gl_FPRINTFTIME):
8920         * m4/fts.m4 (gl_FUNC_FTS):
8921         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
8922         * m4/getdate.m4 (gl_GETDATE):
8923         * m4/gethrxtime.m4 (gl_GETHRXTIME):
8924         * m4/getpagesize.m4 (gl_GETPAGESIZE):
8925         * m4/getpass.m4 (gl_FUNC_GETPASS):
8926         * m4/gettime.m4 (gl_GETTIME):
8927         * m4/getugroups.m4 (gl_GETUGROUPS):
8928         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
8929         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
8930         * m4/hard-locale.m4 (gl_HARD_LOCALE):
8931         * m4/hash.m4 (gl_HASH):
8932         * m4/idcache.m4 (gl_IDCACHE):
8933         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
8934         * m4/lchown.m4 (gl_FUNC_LCHOWN):
8935         * m4/long-options.m4 (gl_LONG_OPTIONS):
8936         * m4/lstat.m4 (gl_FUNC_LSTAT):
8937         * m4/md5.m4 (gl_MD5):
8938         * m4/memcasecmp.m4 (gl_MEMCASECMP):
8939         * m4/memcoll.m4 (gl_MEMCOLL):
8940         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
8941         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
8942         * m4/memxor.m4 (gl_MEMXOR):
8943         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
8944         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
8945         * m4/modechange.m4 (gl_MODECHANGE):
8946         * m4/mountlist.m4 (gl_MOUNTLIST):
8947         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8948         * m4/openat.m4 (gl_FUNC_OPENAT):
8949         * m4/pathmax.m4 (gl_PATHMAX):
8950         * m4/physmem.m4 (gl_PHYSMEM):
8951         * m4/posixtm.m4 (gl_POSIXTM):
8952         * m4/posixver.m4 (gl_POSIXVER):
8953         * m4/quote.m4 (gl_QUOTE):
8954         * m4/quotearg.m4 (gl_QUOTEARG):
8955         * m4/readtokens.m4 (gl_READTOKENS):
8956         * m4/readutmp.m4 (gl_READUTMP):
8957         * m4/regex.m4 (gl_REGEX):
8958         * m4/safe-read.m4 (gl_SAFE_READ):
8959         * m4/safe-write.m4 (gl_SAFE_WRITE):
8960         * m4/same.m4 (gl_SAME):
8961         * m4/save-cwd.m4 (gl_SAVE_CWD):
8962         * m4/savedir.m4 (gl_SAVEDIR):
8963         * m4/settime.m4 (gl_SETTIME):
8964         * m4/sha1.m4 (gl_SHA1):
8965         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
8966         * m4/stat-macros.m4 (gl_STAT_MACROS):
8967         * m4/stat-time.m4 (gl_STAT_TIME):
8968         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
8969         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
8970         * m4/strdup.m4 (gl_FUNC_STRDUP):
8971         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
8972         * m4/strndup.m4 (gl_FUNC_STRNDUP):
8973         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
8974         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
8975         * m4/time_r.m4 (gl_TIME_R):
8976         * m4/timespec.m4 (gl_TIMESPEC):
8977         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
8978         * m4/unlinkdir.m4 (gl_UNLINKDIR):
8979         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
8980         * m4/userspec.m4 (gl_USERSPEC):
8981         * m4/utimecmp.m4 (gl_UTIMECMP):
8982         * m4/utimens.m4 (gl_UTIMENS):
8983         * m4/xalloc.m4 (gl_XALLOC):
8984         * m4/xgetcwd.m4 (gl_XGETCWD):
8985         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
8986         * m4/xreadlink.m4 (gl_XREADLINK):
8987         * m4/xstrtod.m4 (gl_XSTRTOD):
8988         * m4/yesno.m4 (gl_YESNO):
8989         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8990         to get the necessary .h files and whatnot.
8991
8992 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
8993             Bruno Haible  <bruno@clisp.org>
8994
8995         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
8996         /bin/sh understanding of '!' conditional negation.
8997
8998 2006-08-21  Jim Meyering  <jim@meyering.net>
8999
9000         * modules/openat (Depends-on): Really alphabetize.
9001
9002         * modules/acl (Depends-on): Add error and quote.
9003
9004         * check-module (find_included_lib_files): Add at-func.c to the
9005         ok-to-include-more-than-once white list.
9006
9007         * modules/openat (Depends-on): Add lstat.  Alphabetize.
9008
9009 2006-08-21  Bruno Haible  <bruno@clisp.org>
9010
9011         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9012         Emit a pkgdata_DATA variable only if some snippets add contents to it.
9013         Reported by Martin Lambers <marlam@marlam.de>.
9014
9015 2006-08-21  Bruno Haible  <bruno@clisp.org>
9016
9017         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
9018         specify an installation location, don't emit a noinst_LIBRARIES or
9019         noinst_LTLIBRARIES assignment.
9020
9021 2006-08-21  Bruno Haible  <bruno@clisp.org>
9022
9023         BeOS portability.
9024         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
9025         BeOS has mbrtowc() but no <wctype.h>.
9026
9027 2006-08-21  Bruno Haible  <bruno@clisp.org>
9028
9029         BeOS portability.
9030         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
9031         exist.
9032
9033 2006-08-21  Bruno Haible  <bruno@clisp.org>
9034
9035         BeOS portability.
9036         * lib/mbchar.h: Include <wctype.h> only if it exists.
9037
9038 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9039
9040         Remove files that are no longer needed by their respective modules.
9041         * m4/obstack.m4: Remove.
9042         * m4/strerror_r.m4: Remove.
9043         * m4/uint32_t.m4: Remove.
9044         * m4/uintptr_t.m4: Remove.
9045         * m4/ullong_max.m4: Remove.
9046         * m4/xstrtoimax.m4: Remove.
9047         * m4/xstrtoumax.m4: Remove.
9048
9049         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
9050         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
9051         dependencies now capture this.
9052
9053         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
9054         Do not use AC_LIBSOURCES, since gnulib modules now do this.
9055         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
9056         * m4/human.m4 (gl_HUMAN): Likewise.
9057         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
9058         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
9059
9060         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
9061
9062         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
9063         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
9064         stdint.
9065         * m4/human.m4 (gl_HUMAN): Likewise.
9066         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
9067         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
9068         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
9069         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
9070         * m4/xstrtol (gl_XSTRTOL): Likewise.
9071
9072         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
9073         AC_TYPE_LONG_LONG_INT.
9074         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
9075         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
9076         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
9077         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
9078
9079         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
9080         on stdbool.
9081
9082         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
9083         (gl_PREREQ_XSTRTOUL): Remove.
9084
9085         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
9086
9087         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
9088         mode.
9089
9090 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9091
9092         Add and change modules to make it easier for coreutils to use
9093         gnulib-tool.
9094         * modules/backupfile (Files): Remove m4/d-ino.m4.
9095         (Depends-on): Add d-ino.
9096         * modules/cycle-check (Depends-on): Add stdint.
9097         (lib_SOURCES): Add cycle-check.h.
9098         * modules/d-ino: New module.
9099         * modules/d-type: New module.
9100         * modules/error (Files): Remove m4/strerror_r.m4.
9101         * modules/filemode (Files): Add m4/st_dm_mode.m4.
9102         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
9103         m4/inttypes_h.m4, m4/uintmax_t.m4.
9104         (Depends-on): Add stdint.
9105         (lib_SOURCES): Add fsusage.h.
9106         * modules/getcwd (Files): Remove d-ino.m4.
9107         (Depends-on): Add d-ino.
9108         * modules/getndelim2 (Depends-on): Add stdint.
9109         * modules/glob (Files): Remove m4/d-type.m4.
9110         (Depends-on): Add d-type.
9111         * modules/host-os: New module.
9112         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
9113         m4/inttypes_h.m4, m4/uintmax_t.m4.
9114         * Depends-on: Add stdint.
9115         (lib_SOURCES): Add human.h.
9116         * modules/inttostr (Files): Remove m4/intmax_t.m4,
9117         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
9118         m4/uintmax_t.m4, m4/ulonglong.m4.
9119         (Depends-on): Add stdint.
9120         (EXTRA_DIST): Add inttostr.h.
9121         * modules/lchmod: New module.
9122         * modules/link-follow: New module.
9123         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
9124         (Depends-on): Add lchmod.
9125         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
9126         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
9127         (Depends-on): Add stdint.
9128         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
9129         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
9130         (Depends-on): Add stdint.
9131         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
9132         * modules/perl: New module.
9133         * modules/regex (Depends-on): Add stdint.
9134         * modules/rmdir-errno: New module.
9135         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
9136         m4/intmax_t.m4.
9137         (Depends-on): Add stdint.
9138         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
9139         m4/uintmax_t.m4.
9140         (Depends-on): Add stdint.
9141         * modules/unlink-busy: New module.
9142         * modules/utimecmp (Depends-on): Add stdint.
9143         * modules/uptime: New module.
9144         * modules/winsz-ioctl: New module.
9145         * modules/winsz-termios: New module.
9146         * modules/xnanosleep (Depends-on): Add nanosleep.
9147         * modules/ullong_max: Remove.
9148         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
9149         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
9150         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
9151         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
9152         (Depends-on): Add inttypes.
9153         (lib_SOURCES): Add xstrtol.h.
9154         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
9155         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
9156         * MODULES.html.sh: Move 'assert' into the assert section.
9157         Move 'dummy' into the linking section.
9158         Remove ullong_max.
9159         Add section for compatibility checks for POSIX:2001 functions,
9160         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
9161         winsz-ioctl, and winsz-termios into it.
9162         Add lchmod.
9163         Add top-level Misc section and put host-os, perl, and uptime
9164         into it.
9165
9166 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9167
9168         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
9169         now assume the stdint module.  Do not include inttypes.h.
9170         * lib/fsusage.h: Likewise.
9171         * lib/getndelim2.c: Likewise.
9172         * lib/human.h: Likewise.
9173         * lib/inttostr.h: Likewise.
9174         * lib/obstack.c: Likewise.
9175         * lib/regex_internal.h: Likewise.
9176         * lib/tempname.c: Likewise.
9177         * lib/utimecmp.c: Likewise.
9178         * lib/xstrtol.h: Likewise.
9179
9180         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
9181
9182         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
9183         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
9184         * lib/xtime.h: Likewise.
9185
9186 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9187
9188         * modules/openat (Files): Add lib/fchmodat.c.
9189         Fixes problem reported by Jay Youngman.
9190
9191 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9192
9193         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
9194         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
9195
9196 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
9197             Bruno Haible  <bruno@clisp.org>
9198
9199         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
9200         and is a script that invokes bison. Tighten the code. Add comments.
9201
9202 2006-08-18  Jim Meyering  <jim@meyering.net>
9203
9204         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
9205         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
9206         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
9207         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
9208
9209 2006-08-18  Bruno Haible  <bruno@clisp.org>
9210
9211         * modules/bison-i18n: New file.
9212         * MODULES.html.sh (Internationalization functions): Add it.
9213
9214 2006-08-18  Bruno Haible  <bruno@clisp.org>
9215
9216         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
9217         sys/statvfs.h. When getmntinfo was found, check its declaration and
9218         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
9219
9220 2006-08-18  Bruno Haible  <bruno@clisp.org>
9221
9222         * m4/bison-i18n.m4: New file, from bison.
9223
9224 2006-08-18  Bruno Haible  <bruno@clisp.org>
9225
9226         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
9227         (ME_DUMMY): Treat "kernfs" as a dummy.
9228         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
9229
9230 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9231
9232         Update from coreutils.
9233
9234         2006-08-15  Jim Meyering  <jim@meyering.net>
9235
9236         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
9237
9238         2006-01-17  Jim Meyering  <jim@meyering.net>
9239
9240         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
9241
9242         2006-01-11  Jim Meyering  <jim@meyering.net>
9243
9244         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
9245         Check for the lchmod function.
9246
9247 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9248
9249         Update from coreutils.
9250
9251         * lib/__fpending.h: Add copyright notice.
9252         * lib/fprintftime.h: Likewise.
9253         * lib/savedir.c: Use (C) in copyright notice.
9254         * lib/savedir.h: Likewise.
9255
9256         2006-08-15  Jim Meyering  <jim@meyering.net>
9257
9258         * lib/at-func.c: New file, with the logic of all emulated at-functions.
9259         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
9260         in support of the EXPECTED_ERRNO macro.
9261         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
9262         definitions.  Instead, define the appropriate symbols and include
9263         "at-func.c".
9264         * lib/mkdirat.c (mkdirat): Likewise.
9265         * lib/fchmodat.c (fchmodat): Likewise.
9266         (ENOSYS): Remove definition.
9267         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
9268         it.  Don't include "unistd--.h" -- it wasn't ever used.
9269
9270         2006-01-17  Jim Meyering  <jim@meyering.net>
9271
9272         Rewrite fts.c not to change the current working directory,
9273         by using openat, fstatat, fdopendir, etc..
9274
9275         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
9276         (HAVE_OPENAT_SUPPORT): Define.
9277         [_LIBC] (fchdir): Don't undef or define; no longer used.
9278         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
9279         Now, this `function' always succeeds, and consumes its file descriptor
9280         parameter -- so callers must not close such FDs.  Update callers.
9281         (diropen_fd, opendirat, cwd_advance_fd): New functions.
9282         (diropen): Add parameter, SP.  Adjust all callers.
9283         Implement using diropen_fd, rather than open.
9284         (fts_open): Initialize new member, fts_cwd_fd.
9285         Remove fts_rft-setting code.
9286         (fts_close): Close fts_cwd_fd, if necessary.
9287         (__opendir2): Define in terms of opendir or opendirat,
9288         depending on whether the FST_NOCHDIR flag is set.
9289         (fts_build): Since fts_safe_changedir consumes its FD, and since
9290         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
9291         and close the dup'd file descriptor upon failure.
9292         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
9293         (fts_safe_changedir): Tweak semantics to reflect that this function
9294         now calls cwd_advance_fd and hence consumes its FD argument.
9295         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
9296         [struct FTS] (fts_rft): Remove now-unused member.
9297         [struct FTS] (fts_cycle.state): Improve comment.
9298
9299         * lib/openat.c (openat_needs_fchdir): New function.
9300         * lib/openat.h (openat_needs_fchdir): Declare it.
9301
9302 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
9303
9304         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
9305         Problem and fix reported by Pádraig Brady in
9306         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
9307
9308 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9309
9310         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
9311
9312 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9313
9314         * lib/memcoll.c (memcoll): Optimize for the common case where the
9315         arguments are bytewise equal.
9316
9317 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9318
9319         * doc/regexprops-generic.texi: Add a copyright notice.
9320
9321 2006-08-15  Bruno Haible  <bruno@clisp.org>
9322
9323         * modules/tmpdir (License): Change to LGPL.
9324
9325 2006-08-15  Bruno Haible  <bruno@clisp.org>
9326
9327         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
9328         module.
9329
9330 2006-08-14  Simon Josefsson  <jas@extundo.com>
9331
9332         * config/srclist.txt: Add gnupload.
9333
9334 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9335
9336         Change copyright notice from LGPL 2 to GPL 2, since that's the
9337         standard form used in the gnulib repository.
9338         * tests/test-lock.c: Likewise.
9339         * tests/test-stdint.c: Likewise.
9340         * tests/test-tls.c: Likewise.
9341
9342         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
9343         prelude-manager.  User shorter URLs for GNU projects, without '?'.
9344         Add copyright notice.
9345
9346         * check-module: Add copyright notice.  Output a copyright
9347         notice if "--version" is specified.
9348         * modules/COPYING: New file.
9349         * tests/test-getaddrinfo.c: Add copyright notice.
9350         * tests/test-verify.c: Likewise.
9351
9352 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9353
9354         Change copyright notice from LGPL 2 to GPL 2, since that's the
9355         standard form used in the gnulib repository.
9356         * lib/lock.c: LGPL -> GPL.
9357         * lib/lock.h: Likewise.
9358         * lib/strnlen1.c: Likewise.
9359         * lib/strnlen1.h: Likewise.
9360         * lib/tls.c: Likewise.
9361         * lib/tls.h: Likewise.
9362         * lib/tmpdir.c: Likewise.
9363
9364         * lib/TODO: Remove; this belongs only in coreutils.
9365
9366 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9367
9368         Add copyright notices to long-enough files that lack them, since
9369         otherwise the files aren't clearly free.  Use the same notice that
9370         getdate.texi already uses.
9371         * doc/alloca-opt.texi: Add copyright notice.
9372         * doc/alloca.texi: Likewise.
9373         * doc/ctime.texi: Likewise.
9374         * doc/functions.texi: Likewise.
9375         * doc/gcd.texi: Likewise.
9376         * doc/gnulib-tool.texi: Likewise.
9377         * doc/inet_ntoa.texi: Likewise.
9378         * doc/visibility.texi: Likewise.
9379
9380         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
9381         * doc/quote.texi: Add copyright notice.
9382
9383         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
9384         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
9385         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
9386         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
9387         is now obsolete, and give a pointer to the Sun list.
9388         Add copyright notice.
9389
9390 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9391
9392         * config/srclistvars.sh: Add copyright notice.
9393
9394 2006-08-14  Eric Blake  <ebb9@byu.net>
9395
9396         Import the following change from libc:
9397
9398         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9399
9400         Upstream bug 2997.
9401         * lib/misc/error.c: Add space between program name and message if file
9402         name is missing.
9403
9404 2006-08-12  Karl Berry  <karl@gnu.org>
9405
9406         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
9407         remove, these originate in gnulib now.
9408
9409 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9410
9411         * doc/Makefile (standards.info standards.html standards.dvi):
9412         Also depend on make-stds.texi.
9413
9414 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9415
9416         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
9417         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
9418
9419         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
9420         in wchar_t.  Problem reported by Eric Blake.
9421
9422         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
9423         LEN is smaller than SIZE.  Suggested by Bruno Haible.
9424         Also, help the compiler to keep LEN in a register.
9425
9426 2006-08-11  Eric Blake  <ebb9@byu.net>
9427
9428         * users.txt: Sort.  Add tar.
9429
9430 2006-08-11  Bruno Haible  <bruno@clisp.org>
9431
9432         * users.txt: New file.
9433
9434 2006-08-11  Bruno Haible  <bruno@clisp.org>
9435
9436         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
9437         before <wchar.h>. Needed for OSF/1 and BSD/OS.
9438
9439 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9440
9441         * modules/snprintf (Depends-on): Remove minmax.
9442         (Maintainer): Add self and Bruno.
9443
9444 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9445
9446         * lib/.cppi-disable: Add snprintf.h, socket_.h.
9447         * lib/snprintf.c: Include <errno.h> and <limits.h>.
9448         (EOVERFLOW): Define if the system does not.
9449         Do not include "minmax.h"; it wasn't used.
9450         (snprintf): Don't assume size_t promotes to an unsigned type.
9451         Fix bug when generated string was too long for the buffer: the
9452         buffer's contents are supposed to be the initial prefix of the
9453         output.  Don't assume vasnprintf returns EOVERFLOW if the size
9454         exceeds INT_MAX; do the check ourselves.
9455
9456         Import the following changes from libc:
9457
9458         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9459
9460         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
9461         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
9462         set wc to the byte which couldn't be converted.
9463         (re_string_reconstruct): Don't clear valid_raw_len before calling
9464         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9465         tip_context using re_string_context_at.
9466
9467         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
9468
9469         * lib/posix/regex.h: g++ still cannot handled [restrict].
9470
9471         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
9472
9473         * lib/posix/regex.h: Remove special handling for VMS.
9474
9475 2006-08-10  Jim Meyering  <jim@meyering.net>
9476
9477         * modules/same-inode: New module.
9478         * modules/dev-ino: New module.
9479         * modules/cycle-check: Depend on these modules, rather than simply
9480         including their .h files.
9481         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
9482         required via m4/cycle-check.m4.
9483         * modules/same: Depend on new same-inode module, rather than
9484         including same-inode.h.
9485         * modules/chdir-safer: New file.
9486
9487         * modules/chown (Depends-on): Add stat-macros.
9488
9489 2006-08-10  Jim Meyering  <jim@meyering.net>
9490
9491         * m4/cycle-check.m4: New file.
9492         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
9493         * m4/dev-ino.m4, m4/same-inode.m4: New files.
9494
9495 2006-08-10  Eric Blake  <ebb9@byu.net>
9496
9497         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
9498         in from original proposal.
9499
9500 2006-08-10  Eric Blake  <ebb9@byu.net>
9501         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9502
9503         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
9504         namespace.
9505
9506 2006-08-10  Bruno Haible  <bruno@clisp.org>
9507
9508         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
9509         as well.
9510
9511 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9512
9513         Sync from coreutils.
9514
9515         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
9516
9517         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
9518         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
9519
9520 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9521
9522         * modules/restrict: Remove; no longer needed now that we assume
9523         Autoconf 2.59 or later.
9524         * MODULES.html.sh: Remove 'restrict'.
9525         * modules/argp (Depends-on): Remove 'restrict'.
9526         * modules/base64 (Depends-on): Likewise.
9527         * modules/gc (Depends-on): Likewise.
9528         * modules/getaddrinfo (Depends-on): Likewise.
9529         * modules/glob (Depends-on): Likewise.
9530         * modules/inet_ntop (Depends-on): Likewise.
9531         * modules/inet_pton (Depends-on): Likewise.
9532         * modules/memxor (Depends-on): Likewise.
9533         * modules/regex (Depends-on): Likewise.
9534         * modules/strtok_r (Depends-on): Likewise.
9535         * modules/time_r (Depends-on): Likewise.
9536
9537 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9538
9539         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
9540         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
9541         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9542         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
9543         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
9544         * m4/memxor.m4 (gl_MEMXOR): Likewise.
9545         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
9546         gl_C_RESTRICT replaced by AC_C_RESTRICT.
9547
9548         Merge from coreutils.
9549         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
9550         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
9551         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9552         * m4/time_r.m4 (gl_TIME_R): Likewise.
9553
9554 2006-08-09  Karl Berry  <karl@gnu.org>
9555
9556         * config/srclist.txt: no more gettext-tools, per Bruno.
9557
9558 2006-08-08  Eric Blake  <ebb9@byu.net>
9559
9560         * modules/verror: New module.
9561         * MODULES.html.sh: Document it.
9562
9563 2006-08-08  Eric Blake  <ebb9@byu.net>
9564
9565         * lib/verror.h, lib/verror.c: New files.
9566
9567 2006-08-08  Eric Blake  <ebb9@byu.net>
9568
9569         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
9570         verror_at_line output complies with GNU Coding Standards even when
9571         file is NULL.
9572
9573 2006-08-07  Bruno Haible  <bruno@clisp.org>
9574
9575         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
9576         versions of AIX.
9577         Reported by Ralf Wildenhues.
9578
9579 2006-08-07  Bruno Haible  <bruno@clisp.org>
9580
9581         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
9582         in an AC_DEFUN. Needed so that the autoconf snippets can use
9583         AC_REQUIRE.
9584
9585 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9586
9587         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9588         Initialize pkgdata_DATA.
9589         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
9590         overriding it.
9591
9592 2006-08-06  Eric Blake  <ebb9@byu.net>
9593
9594         * lib/error.h: Fold in some upstream changes from glibc.
9595         * lib/error.c: Likewise.
9596
9597 2006-08-04  Bruno Haible  <bruno@clisp.org>
9598
9599         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9600         Make the mostlyclean-local rule depend on mostlyclean-generic.
9601         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
9602
9603 2006-07-31  Bruno Haible  <bruno@clisp.org>
9604
9605         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
9606         <stdlib.h>, <string.h>.
9607
9608 2006-07-30  Bruno Haible  <bruno@clisp.org>
9609
9610         * modules/readlink (License): Change to LGPL.
9611
9612 2006-07-30  Bruno Haible  <bruno@clisp.org>
9613
9614         * modules/javaversion (Makefile.am): Distribute javaversion.java and
9615         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
9616         set PKGDATADIR to point to it.
9617
9618 2006-07-30  Bruno Haible  <bruno@clisp.org>
9619
9620         * modules/csharpexec (configure.ac): Comment out macro invocation.
9621         * modules/javaexec (configure.ac): Likewise.
9622         * modules/javacomp-script (configure.ac): Likewise.
9623
9624         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
9625
9626 2006-07-30  Bruno Haible  <bruno@clisp.org>
9627
9628         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
9629         linked-list.
9630
9631 2006-07-30  Bruno Haible  <bruno@clisp.org>
9632
9633         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
9634
9635 2006-07-30  Bruno Haible  <bruno@clisp.org>
9636
9637         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9638         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
9639         get removed.
9640
9641 2006-07-29  Bruno Haible  <bruno@clisp.org>
9642
9643         Make it possible for gnulib-tool to work with locally modified or
9644         augmented gnulib repositories.
9645         * gnulib-tool (func_usage): Document --local-dir option.
9646         (local_gnulib_dir): New variable.
9647         Handle --local-dir option.
9648         (func_lookup_file): New function.
9649         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
9650         (func_get_description, func_get_filelist, func_get_description,
9651         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
9652         func_get_automake_snippet, func_get_include_directive,
9653         func_get_license, func_get_maintainer): Use func_lookup_file.
9654         (func_import, func_create_testdir): Use func_lookup_file.
9655
9656 2006-07-29  Bruno Haible  <bruno@clisp.org>
9657
9658         * modules/setenv (Depends-on): Add unistd.
9659
9660 2006-07-29  Bruno Haible  <bruno@clisp.org>
9661
9662         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
9663
9664 2006-07-29  Bruno Haible  <bruno@clisp.org>
9665
9666         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
9667
9668 2006-07-29  Bruno Haible  <bruno@clisp.org>
9669
9670         * gnulib-tool (import, update): If there is no Makefile.am, look at
9671         aclocal.m4, instead of bailing out.
9672
9673 2006-07-29  Bruno Haible  <bruno@clisp.org>
9674
9675         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
9676         Categorize the options by when they are useful.
9677
9678 2006-07-29  Bruno Haible  <bruno@clisp.org>
9679
9680         * gnulib-tool (func_usage): Document option --no-libtool.
9681         Handle option --no-libtool.
9682         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
9683         for changed semantics of $libtool variable.
9684         (func_import): Likewise. If libtool is not used, show this through
9685         an option --no-libtool.
9686         (func_create_testdir): Update.
9687
9688 2006-07-29  Bruno Haible  <bruno@clisp.org>
9689
9690         * gnulib-tool (func_import): Extend error message about missing
9691         --doc-base.
9692
9693 2006-07-29  Bruno Haible  <bruno@clisp.org>
9694
9695         * gnulib-tool (func_import): Don't create the $docbase directory if
9696         there is no file to store there.
9697
9698 2006-07-29  Bruno Haible  <bruno@clisp.org>
9699
9700         * gnulib-tool (autoconf_minversion): If a --dir option is given and
9701         relevant, look for configure.ac there, not in the current directory.
9702         Also use a simple search for AC_PREREQ, not "autoconf --trace".
9703
9704 2006-07-29  Bruno Haible  <bruno@clisp.org>
9705
9706         * gnulib-tool (SORT): New variable.
9707         (func_usage): Undocument --assume-autoconf option.
9708         Remove --assume-autoconf option handling.
9709         (autoconf_minversion): Determine from the contents of configure.ac.
9710         (func_import): Remove autoconf_minversion handling.
9711         Suggested by Eric Blake.
9712
9713 2006-07-29  Bruno Haible  <bruno@clisp.org>
9714
9715         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
9716
9717 2006-07-29  Bruno Haible  <bruno@clisp.org>
9718
9719         * config/srclist.txt (*setenv.[ch]): Remove rules.
9720
9721 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9722
9723         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
9724
9725 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9726
9727         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
9728         arpa/inet.h.
9729
9730 2006-07-28  Simon Josefsson  <jas@extundo.com>
9731
9732         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
9733         * modules/inet_pton (Depends-on): Likewise.
9734
9735 2006-07-28  Simon Josefsson  <jas@extundo.com>
9736
9737         * m4/netinet_in_h.m4: New file.
9738
9739 2006-07-28  Simon Josefsson  <jas@extundo.com>
9740
9741         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
9742         #include's.
9743
9744 2006-07-28  Simon Josefsson  <jas@extundo.com>
9745
9746         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
9747         #include's.
9748
9749 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
9750
9751         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
9752         setgid on directories only if they set these bits.
9753         * lib/modechange.h: Remove obsolete comment about masks.
9754
9755 2006-07-28  Eric Blake  <ebb9@byu.net>
9756
9757         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
9758         macro expansion.
9759
9760 2006-07-28  Bruno Haible  <bruno@clisp.org>
9761
9762         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
9763
9764 2006-07-28  Bruno Haible  <bruno@clisp.org>
9765
9766         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
9767
9768 2006-07-28  Bruno Haible  <bruno@clisp.org>
9769
9770         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
9771         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
9772         Define fallbacks.
9773         Avoids link error on FreeBSD 4.x.
9774         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9775
9776         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
9777         encoding.
9778         * lib/mbswidth.c (iswcntrl): Likewise.
9779
9780 2006-07-27  Bruno Haible  <bruno@clisp.org>
9781
9782         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
9783         test.
9784
9785 2006-07-27  Bruno Haible  <bruno@clisp.org>
9786
9787         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
9788         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
9789         defined.
9790
9791 2006-07-26  Eric Blake  <ebb9@byu.net>
9792
9793         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
9794
9795 2006-07-26  Eric Blake  <ebb9@byu.net>
9796
9797         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
9798         like mingw that lack mkstemp.
9799         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
9800         avoid compilation warning on mingw.
9801
9802 2006-07-26  Bruno Haible  <bruno@clisp.org>
9803
9804         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
9805         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
9806         INT_FAST*_MIN, INTPTR_MIN.
9807
9808 2006-07-25  Bruno Haible  <bruno@clisp.org>
9809
9810         * modules/version-etc (Depends-on): Add stdarg.
9811
9812 2006-07-25  Bruno Haible  <bruno@clisp.org>
9813
9814         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
9815         complex commands.
9816
9817 2006-07-25  Bruno Haible  <bruno@clisp.org>
9818
9819         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
9820         defined in <stdarg.h> or config.h.
9821
9822 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9823
9824         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
9825         (gl_STDIO_SAFER): Remove.
9826
9827 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9828
9829         * MODULES.html.sh (File stream based Input/Output):
9830         Add fopen-safer, tmpfile-safer; remove stdio-safer.
9831         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
9832         * modules/fopen-safer, modules/tmpfile-safer: New files.
9833         * modules/stdio-safer: Remove.
9834
9835 2006-07-24  Bruno Haible  <bruno@clisp.org>
9836
9837         * modules/tmpdir: New file.
9838         * MODULES.html.sh (File system functions): Add it.
9839
9840 2006-07-24  Bruno Haible  <bruno@clisp.org>
9841
9842         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
9843         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
9844
9845 2006-07-24  Bruno Haible  <bruno@clisp.org>
9846
9847         * modules/clean-temp: New file.
9848
9849 2006-07-24  Bruno Haible  <bruno@clisp.org>
9850
9851         * m4/tmpdir.m4: New file, from GNU gettext.
9852
9853 2006-07-24  Bruno Haible  <bruno@clisp.org>
9854
9855         * lib/tmpdir.h: New file, from GNU gettext.
9856         * lib/tmpdir.c: New file, from GNU gettext.
9857
9858 2006-07-24  Bruno Haible  <bruno@clisp.org>
9859
9860         * lib/clean-temp.h: New file, from GNU gettext.
9861         * lib/clean-temp.c: New file, from GNU gettext.
9862
9863 2006-07-23  Eric Blake  <ebb9@byu.net>
9864
9865         * modules/stdio-safer (Files): Add tmpfile-safer.c.
9866         (Depends-on): Add binary-io.
9867
9868 2006-07-23  Eric Blake  <ebb9@byu.net>
9869
9870         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
9871
9872 2006-07-23  Eric Blake  <ebb9@byu.net>
9873
9874         * lib/tmpfile-safer.c: New file.
9875         * lib/stdio-safer.h (fopen_safer): Add prototype.
9876         * lib/stdio--.h (tmpfile): Make safer.
9877
9878 2006-07-23  Bruno Haible  <bruno@clisp.org>
9879
9880         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
9881         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
9882         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
9883         gl_linked_remove_at): Use it.
9884
9885 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9886         and Simon Josefsson <jas@extundo.com>
9887
9888         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
9889
9890         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
9891
9892 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9893
9894         * modules/close-stream: New file.
9895         * modules/closeout (Description): Make it clear that it exits
9896         with a diagnostic on error.
9897         (Depends-on): Add close-stream.  Remove fpending, stdbool.
9898         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
9899
9900 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9901
9902         * m4/close-stream.m4: New file.
9903
9904 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9905
9906         * lib/close-stream.c, lib/close-stream.h: New files.
9907
9908 2006-07-22  Bruno Haible  <bruno@clisp.org>
9909
9910         Merge from GNU gettext 0.15.
9911
9912         2006-05-01  Bruno Haible  <bruno@clisp.org>
9913
9914                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
9915
9916         2006-07-22  Bruno Haible  <bruno@clisp.org>
9917
9918                 * modules/javaversion: New file.
9919                 * MODULES.html.sh (Java): Add javaversion.
9920
9921         2006-03-12  Bruno Haible  <bruno@clisp.org>
9922
9923                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
9924
9925         2005-12-04  Bruno Haible  <bruno@clisp.org>
9926
9927                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
9928                 (untested).
9929
9930         2006-06-21  Bruno Haible  <bruno@clisp.org>
9931
9932                 Avoid warnings from recent versions of mcs.
9933                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
9934                 -o, -L, -r any more. Use options documented since mcs-1.0
9935                 instead. Similarly for -g.
9936
9937         2005-12-04  Bruno Haible  <bruno@clisp.org>
9938
9939                 * build-aux/csharpcomp.sh.in: Suffix for resources is
9940                 .resources, not .resource.
9941
9942         2005-07-09  Bruno Haible  <bruno@clisp.org>
9943
9944                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
9945                 add a .dll suffix.
9946                 Reported by Mark Junker <mjscod@gmx.de>.
9947
9948         2006-07-22  Bruno Haible  <bruno@clisp.org>
9949
9950                 * modules/gettext: Upgrade to gettext-0.15.
9951                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
9952                 m4/visibility.m4.
9953                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
9954
9955 2006-07-22  Bruno Haible  <bruno@clisp.org>
9956
9957         Merge from GNU gettext 0.15.
9958
9959         2006-03-25  Bruno Haible  <bruno@clisp.org>
9960
9961                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
9962
9963         2006-07-21  Bruno Haible  <bruno@clisp.org>
9964
9965                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
9966                 "1.1".
9967
9968         2006-05-09  Bruno Haible  <bruno@clisp.org>
9969
9970                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
9971                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
9972                 for the conftestver execution.
9973
9974         2006-05-01  Bruno Haible  <bruno@clisp.org>
9975
9976                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
9977                 optional target-version argument. Verify that the compiler
9978                 groks source of the specified source-version, or add -source
9979                 option as necessary. Verify that the compiler produces
9980                 bytecode in the specified target-version, or add -target and
9981                 -source options as necessary. Make the result of the test
9982                 available as variable CONF_JAVAC. Also log error output in
9983                 config.log.
9984
9985         2006-03-11  Bruno Haible  <bruno@clisp.org>
9986
9987                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
9988
9989         2006-05-09  Bruno Haible  <bruno@clisp.org>
9990
9991                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
9992                 CLASSPATH_SEPARATOR to a semicolon.
9993
9994         2006-03-12  Bruno Haible  <bruno@clisp.org>
9995
9996                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
9997                 available as variable CONF_JAVA, for subsequent autoconf
9998                 tests. Also log error output in config.log.
9999
10000         2006-07-19  Bruno Haible  <bruno@clisp.org>
10001
10002                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
10003                 that getline works on glibc2 systems. Needed to avoid trouble
10004                 in relocatable.c.
10005                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
10006
10007         2005-12-04  Bruno Haible  <bruno@clisp.org>
10008
10009                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
10010                 launcher (untested).
10011
10012         2005-12-04  Bruno Haible  <bruno@clisp.org>
10013
10014                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
10015
10016         2006-07-22  Bruno Haible  <bruno@clisp.org>
10017
10018                 * gettext.m4: Update from GNU gettext-0.15.
10019                 * nls.m4: Likewise.
10020                 * po.m4: Likewise.
10021                 * inttypes-pri.m4: Likewise.
10022                 * inttypes-h.m4: Renamed from inttypes.m4.
10023                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
10024
10025 2006-07-22  Bruno Haible  <bruno@clisp.org>
10026
10027         Merge from GNU gettext 0.15.
10028
10029         2005-07-05  Bruno Haible  <bruno@clisp.org>
10030
10031                 * printf-args.c (printf_fetchargs): Work around broken
10032                 definition of wint_t on mingw.
10033
10034         2005-02-12  Bruno Haible  <bruno@clisp.org>
10035
10036                 * xallocsa.h: Add extern "C" for C++.
10037
10038         2006-05-17  Bruno Haible  <bruno@clisp.org>
10039
10040                 Cygwin portability.
10041                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
10042
10043         2006-04-30  Bruno Haible  <bruno@clisp.org>
10044
10045                 * progreloc.c: Include <mach-o/dyld.h> if available.
10046                 (find_executable): Use _NSGetExecutablePath when possible.
10047
10048         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
10049
10050                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
10051                 function.
10052
10053         2005-12-29  Bruno Haible  <bruno@clisp.org>
10054
10055                 * progreloc.c (set_program_name_and_installdir): Fix
10056                 compilation error.
10057
10058         2005-12-04  Bruno Haible  <bruno@clisp.org>
10059
10060                 Cygwin portability.
10061                 * progreloc.c: Include <windows.h> also on Cygwin.
10062                 (find_executable): Add support for Cygwin.
10063                 (set_program_name_and_installdir): Handle also platforms with
10064                 nonempty EXEEXT.
10065
10066         2006-07-11  Bruno Haible  <bruno@clisp.org>
10067
10068                 * javacomp.c: Fix a comment.
10069                 Reported by Jim Meyering.
10070
10071         2006-04-30  Bruno Haible  <bruno@clisp.org>
10072
10073                 * javacomp.h (compile_java_class): Add source_version,
10074                 target_version arguments.
10075                 * javacomp.c: Rewritten to choose only a compiler that
10076                 respects the specified source_version and target_version.
10077
10078         2006-06-27  Bruno Haible  <bruno@clisp.org>
10079
10080                 Assume correct S_ISDIR macro.
10081                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
10082
10083         2006-07-22  Bruno Haible  <bruno@clisp.org>
10084
10085                 * javaversion.h: New file, from GNU gettext.
10086                 * javaversion.c: New file, from GNU gettext.
10087                 * javaversion.java: New file, from GNU gettext.
10088                 * javaversion.class: New file, from GNU gettext.
10089
10090         2006-05-17  Bruno Haible  <bruno@clisp.org>
10091
10092                 Cygwin portability.
10093                 * javaexec.c (execute_java_class): Test for jview program
10094                 also on Cygwin.
10095
10096         2006-04-09  Bruno Haible  <bruno@clisp.org>
10097
10098                 * fatal-signal.c: Don't include string.h.
10099                 (at_fatal_signal): Use a copying loop instead of memcpy.
10100
10101         2005-12-04  Bruno Haible  <bruno@clisp.org>
10102
10103                 * csharpexec.c: Add support for 'clix' launcher (untested).
10104                 (execute_csharp_using_sscli): New function.
10105                 (execute_csharp_program): Call it.
10106
10107         2006-06-21  Bruno Haible  <bruno@clisp.org>
10108
10109                 Avoid warnings from recent versions of mcs.
10110                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
10111                 -o, -L, -r any more. Use options documented since mcs-1.0
10112                 instead. Similarly for -g.
10113
10114         2005-07-09  Bruno Haible  <bruno@clisp.org>
10115
10116                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
10117                 add a .dll suffix.
10118                 Reported by Mark Junker <mjscod@gmx.de>.
10119
10120         2006-06-17  Bruno Haible  <bruno@clisp.org>
10121
10122                 * config.charset: Update for NetBSD 3.0.
10123
10124         2006-05-17  Bruno Haible  <bruno@clisp.org>
10125
10126                 Cygwin portability.
10127                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
10128
10129         2006-05-16  Bruno Haible  <bruno@clisp.org>
10130
10131                 * localcharset.c [CYGWIN]: Include <windows.h>.
10132                 (get_charset_aliases): For Cygwin, return the same CPxxx
10133                 aliases list as under WIN32.
10134                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
10135                 the environment variables. Fall back to GetACP().
10136
10137         2006-04-05  Bruno Haible  <bruno@clisp.org>
10138
10139                 * config.charset: Update Juan Manuel Guerrero's address.
10140
10141         2005-02-12  Bruno Haible  <bruno@clisp.org>
10142
10143                 * allocsa.h: Add extern "C" for C++.
10144
10145         2005-02-10  Bruno Haible  <bruno@clisp.org>
10146
10147                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
10148                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
10149
10150         2006-07-22  Bruno Haible  <bruno@clisp.org>
10151
10152                 * gettext.h: Update to GNU gettext-0.15.
10153
10154 2006-07-22  Bruno Haible  <bruno@clisp.org>
10155
10156         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
10157         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
10158         lib-prefix.m4, longdouble.m4, ssize_t.m4.
10159
10160 2006-07-21  Eric Blake  <ebb9@byu.net>
10161
10162         * modules/stdlib-safer: New file.
10163         * MODULES.html.sh (File stream based Input/Output): Add
10164         stdlib-safer.
10165
10166 2006-07-21  Eric Blake  <ebb9@byu.net>
10167
10168         * lib/stdlib-safer.h: New file from coreutils, required by
10169         stdlib--.h.
10170
10171 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
10172
10173         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
10174
10175 2006-07-20  Bruno Haible  <bruno@clisp.org>
10176
10177         * gnulib-tool: Recognize new option --assume-autoconf.
10178         (autoconf_minversion): New variable.
10179         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
10180
10181 2006-07-20  Bruno Haible  <bruno@clisp.org>
10182
10183         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
10184
10185 2006-07-19  Derek R. Price  <derek@ximbiot.com>
10186
10187         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
10188         Reindent and repaginate.
10189
10190 2006-07-19  Derek Price  <derek@ximbiot.com>
10191
10192         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
10193         Correct grammar.
10194
10195 2006-07-17  Bruno Haible  <bruno@clisp.org>
10196
10197         * modules/list: New file.
10198         * modules/array-list: New file.
10199         * modules/carray-list, modules/carray-list-tests: New files.
10200         * modules/linked-list, modules/linked-list-tests: New files.
10201         * modules/avltree-list, modules/avltree-list-tests: New files.
10202         * modules/rbtree-list, modules/rbtree-list-tests: New files.
10203         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
10204         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
10205         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
10206         * modules/oset: New file.
10207         * modules/array-oset: New file.
10208         * modules/avltree-oset, modules/avltree-oset-tests: New files.
10209         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
10210         * tests/test-carray_list.c: New file.
10211         * tests/test-linked_list.c: New file.
10212         * tests/test-avltree_list.c: New file.
10213         * tests/test-rbtree_list.c: New file.
10214         * tests/test-linkedhash_list.c: New file.
10215         * tests/test-avltreehash_list.c: New file.
10216         * tests/test-rbtreehash_list.c: New file.
10217         * tests/test-avltree_oset.c: New file.
10218         * tests/test-rbtree_oset.c: New file.
10219         * MODULES.html.sh (Container data structures): New section.
10220
10221 2006-07-17  Bruno Haible  <bruno@clisp.org>
10222
10223         * m4/gl_list.m4: New file.
10224
10225 2006-07-17  Bruno Haible  <bruno@clisp.org>
10226
10227         * lib/gl_list.h: New file.
10228         * lib/gl_list.c: New file.
10229         * lib/gl_array_list.h: New file.
10230         * lib/gl_array_list.c: New file.
10231         * lib/gl_carray_list.h: New file.
10232         * lib/gl_carray_list.c: New file.
10233         * lib/gl_linked_list.h: New file.
10234         * lib/gl_linked_list.c: New file.
10235         * lib/gl_anylinked_list1.h: New file.
10236         * lib/gl_anylinked_list2.h: New file.
10237         * lib/gl_avltree_list.h: New file.
10238         * lib/gl_avltree_list.c: New file.
10239         * lib/gl_anyavltree_list1.h: New file.
10240         * lib/gl_anyavltree_list2.h: New file.
10241         * lib/gl_rbtree_list.h: New file.
10242         * lib/gl_rbtree_list.c: New file.
10243         * lib/gl_anyrbtree_list1.h: New file.
10244         * lib/gl_anyrbtree_list2.h: New file.
10245         * lib/gl_anytree_list1.h: New file.
10246         * lib/gl_anytree_list2.h: New file.
10247         * lib/gl_linkedhash_list.h: New file.
10248         * lib/gl_linkedhash_list.c: New file.
10249         * lib/gl_anyhash_list1.h: New file.
10250         * lib/gl_anyhash_list2.h: New file.
10251         * lib/gl_avltreehash_list.h: New file.
10252         * lib/gl_avltreehash_list.c: New file.
10253         * lib/gl_rbtreehash_list.h: New file.
10254         * lib/gl_rbtreehash_list.c: New file.
10255         * lib/gl_anytreehash_list1.h: New file.
10256         * lib/gl_anytreehash_list2.h: New file.
10257
10258         * lib/gl_oset.h: New file.
10259         * lib/gl_oset.c: New file.
10260         * lib/gl_array_oset.h: New file.
10261         * lib/gl_array_oset.c: New file.
10262         * lib/gl_avltree_oset.h: New file.
10263         * lib/gl_avltree_oset.c: New file.
10264         * lib/gl_rbtree_oset.h: New file.
10265         * lib/gl_rbtree_oset.c: New file.
10266         * lib/gl_anytree_oset.h: New file.
10267
10268 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10269
10270         * m4/mkancesdirs.m4: New file.
10271         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
10272         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
10273         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
10274         it.
10275
10276 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10277
10278         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
10279         * lib/mkancesdirs.h: New files.
10280         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
10281         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
10282         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
10283         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
10284         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
10285         callers changed.  Revamp internals significantly, by not
10286         attempting to create directories that are temporarily more
10287         permissive than the final results.  Do not attempt to use
10288         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
10289         This removes some race conditions, fixes some bugs, and simplifies
10290         things.  Use new dirchownmod function to do owner and mode changes.
10291         * lib/mkdir-p.h: Likewise.
10292         * lib/modechange.c (octal_to_mode): New function.
10293         (struct mode_change): New member mentioned.
10294         (make_node_op_equals): New arg mentioned.  All callers changed.
10295         (mode_compile): Keep track of which mode bits the user has explicitly
10296         mentioned.
10297         (mode_adjust): New arg DIR, so that we implement the X op correctly.
10298         New arg PMODE_BITS, to keep track of which mode bits the user
10299         mentioned; it treats S_ISUID and S_ISGID speciall.
10300         All callers changed.
10301         * lib/modechange.h: Likewise.
10302
10303 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10304
10305         * MODULES.html.sh: Add mkancestors.
10306         * modules/mkancesdirs: New module.
10307         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
10308         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
10309         The chdir-safer and afs files are now orphans; I'll remove them
10310         unless someone speaks up.
10311         Add lib/dirchownmod.c, lib/dirchownmod.h.
10312         (Depends-on): Remove alloca, chown, save-cwd, dirname.
10313         Add lchown, mkancesdirs.
10314         (Maintainer): Add self.
10315
10316 2006-07-15  Karl Berry  <karl@gnu.org>
10317
10318         * gnulib-tool: help message wording/arrangement.
10319
10320 2006-07-14  Simon Josefsson  <jas@extundo.com>
10321
10322         * doc/gnulib.texi (Libtool and Windows): New section.
10323
10324 2006-07-12  Simon Josefsson  <jas@extundo.com>
10325
10326         * modules/gendocs (License): Fix license, approved by Karl.
10327
10328 2006-07-12  Eric Blake  <ebb9@byu.net>
10329
10330         * MODULES.html.sh: Add gendocs.
10331
10332 2006-07-11  Eric Blake  <ebb9@byu.net>
10333
10334         * modules/fdl: New module, to install doc/fdl.texi.
10335         * MODULES.html.sh: Add new section for documentation modules.
10336         * gnulib-tool: Avoid space-tab.
10337         (--doc-base): New option, to manage files from doc.
10338
10339 2006-07-11  Eric Blake  <ebb9@byu.net>
10340
10341         * m4/absolute-header.m4: Fix comments to match recent change.
10342
10343 2006-07-11  Eric Blake  <ebb9@byu.net>
10344
10345         * gnulib-tool: List --doc-base before --tests-base.
10346
10347 2006-07-11  Derek R. Price  <derek@ximbiot.com>
10348
10349         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
10350
10351 2006-07-11  Bruno Haible  <bruno@clisp.org>
10352
10353         * README: Mention where to put documentation.
10354
10355 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10356
10357         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
10358
10359 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10360
10361         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
10362         to stdint.m4.
10363
10364 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10365
10366         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
10367         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
10368         "no/such/file/stdint.h" when there is no such file, so that
10369         the resulting C code can be parsed by dodgy compilers.
10370         Problems reported by Bob Proulx.
10371
10372 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10373
10374         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
10375         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10376         macros into the GNU _D_EXACT_NAMLEN.
10377         * lib/savedir.c:  Likewise.
10378         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
10379
10380 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10381         and Paul Eggert  <eggert@cs.ucla.edu>
10382
10383         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
10384         * m4/savedir.m4:
10385         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10386         macros into the GNU _D_EXACT_NAMLEN.
10387
10388 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10389
10390         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
10391         around the absolute name, to work around a problem with the HP-UX
10392         11.23 native C compiler, reported by Bob Proulx.
10393
10394 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10395
10396         * doc/maintain.texi, make-stds.texi: Sync from
10397         <http://savannah.gnu.org/projects/gnustandards>.
10398
10399 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10400
10401         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
10402
10403 2006-07-09  Jim Meyering  <jim@meyering.net>
10404
10405         * m4/glob.m4: Remove a doubled word in a comment.
10406
10407 2006-07-09  Jim Meyering  <jim@meyering.net>
10408
10409         * lib/argp-pv.c: Remove a doubled word in a comment.
10410         * lib/check-version.c (check_version): Likewise.
10411         * lib/javacomp.c (compile_java_class): Likewise.
10412
10413 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
10414
10415         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
10416         for the benefit of people using Autoconf 2.60.  If you want to
10417         support older Autoconf versions you can copy m4/onceonly_2_57.m4
10418         (or m4/onceonly.m4, if pre-2.57) manually.
10419
10420 2006-07-08  Jim Meyering  <jim@meyering.net>
10421
10422         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
10423         comment.
10424         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
10425         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
10426         comment.
10427
10428 2006-07-08  Jim Meyering  <jim@meyering.net>
10429
10430         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
10431
10432 2006-07-07  Simon Josefsson  <jas@extundo.com>
10433
10434         * tests/test-crc.c: Change expected crc value, the test vector
10435         were probably computed using the old broken crc.c?
10436
10437 2006-07-06  Simon Josefsson  <jas@extundo.com>
10438
10439         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
10440         now the canonical place for the M4 file).
10441
10442         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
10443         from the sys_socket dependency now.
10444
10445         * modules/inet_pton (Files): Ditto.
10446
10447         * modules/inet_ntop (Files): Ditto.
10448
10449 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10450
10451         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
10452         not gl_PREREQ_GETUSERSHELL.
10453
10454 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10455
10456         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
10457         with only one argument, for Autoconf 2.60.
10458         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
10459         expand to nothing, so add a shell command to avoid syntax error.
10460         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10461
10462 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10463
10464         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
10465
10466 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10467
10468         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
10469         no longer needed.  Check for isblank decl.
10470         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
10471         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
10472         of existence.
10473
10474 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10475
10476         * lib/getloadavg.c: Use __VMS, not VMS.
10477         * lib/getopt.c: Likewise.
10478         * lib/getpagesize.h: Likewise.
10479         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
10480         and probably does not work.
10481
10482 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10483
10484         * lib/.cppi-disable: Add wcwidth.
10485         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
10486         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
10487         (ISGRAPH): Remove.  All uses changed to isgraph.
10488         (FOLD) [!defined _LIBC]: Remove special case.
10489         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
10490         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
10491         HAVE_ISBLANK.
10492         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
10493         case.
10494
10495 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10496
10497         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
10498         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
10499         brackets.  Other minor changes to suppress some compiler
10500         warnings.
10501
10502 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10503         and Paul Eggert  <eggert@cs.ucla.edu>
10504
10505         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
10506         of invoking obsolescent AC_HEADER_DIRENT macro.
10507         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
10508         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
10509         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10510         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
10511         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
10512         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10513         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
10514         * m4/readdir.m4: Remove; no longer needed.
10515
10516 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10517         and Paul Eggert  <eggert@cs.ucla.edu>
10518
10519         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
10520         Don't worry about this obsolete case any more.
10521         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
10522         directories.
10523         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
10524         worry about this obsolete case any more.
10525         * lib/fts.c: Likewise.
10526         * lib/getcwd.c: Likewise.
10527         * lib/glob.h: Likewise.
10528         * lib/savedir.c: Likewise.
10529
10530 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10531
10532         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
10533         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
10534         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
10535         needed.
10536         All uses removed.
10537         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10538         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10539         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
10540         needed.
10541         * m4/getdate.m4 (gl_GETDATE): Likewise.
10542         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10543         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10544         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10545         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10546         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10547         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10548         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
10549         needed.
10550
10551 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10552
10553         * lib/memcasecmp.c: Include <limits.h>.
10554         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
10555         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
10556         Don't assume isdigit succeeds only on '0' through '9'.
10557
10558 2006-07-05  Eric Blake  <ebb9@byu.net>
10559
10560         * modules/getaddrinfo (Depends-on): Add snprintf.
10561
10562 2006-07-05  Eric Blake  <ebb9@byu.net>
10563
10564         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
10565         to avoid 'header present but could not be compiled' on cygwin.
10566
10567 2006-07-05  Eric Blake  <ebb9@byu.net>
10568
10569         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
10570         missing from netdb.h.
10571         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
10572
10573 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10574
10575         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
10576         no longer needed.
10577         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
10578         * m4/getdate.m4 (gl_GETDATE): Likewise.
10579         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10580         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10581         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10582         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10583         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10584
10585 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10586
10587         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
10588         All uses of is_space replaced by isspace.
10589         * lib/exit.h: Don't talk about STDC_HEADERS.
10590         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
10591         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
10592         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
10593         replaced by isprint etc.
10594         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
10595         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10596         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
10597         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
10598         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
10599         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10600
10601 2006-07-05  Bruno Haible  <bruno@clisp.org>
10602
10603         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
10604         the function exists, before testing against AIX.
10605         Reported by Martin Lambers <marlam@marlam.de>.
10606
10607 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10608
10609         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
10610         From Mark D. Baushke.
10611
10612 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10613
10614         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
10615         to the absolute name, not just one, to bypass Sun C 5.8's
10616         "warning: #include of /usr/include/... may be non-portable".
10617
10618 2006-07-04  Eric Blake  <ebb9@byu.net>
10619
10620         * modules/dirname-tests: New test module.
10621         * tests/test-dirname.c: New file, replacing dirname.c
10622         TEST_DIRNAME section that was recently deleted.
10623
10624 2006-07-04  Bruno Haible  <bruno@clisp.org>
10625
10626         Assume ANSI C header files and <ctype.h> functions.
10627         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
10628         (mbsnwidth): Use isprint, iscntrl instead.
10629
10630 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10631
10632         Merge from coreutils.
10633         * MODULES.html.sh: Add xstrtold.
10634         * modules/xstrtold: New file.
10635         * modules/cycle-check (Files): Add lib/same-inode.h.
10636         * modules/dirname (Files): Add m4/double-slash-root.m4.
10637         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
10638         * modules/mkdir-p (Files): Add lib/same-inode.h.
10639         * modules/same (Files): Add lib/same-inode.h.
10640
10641 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10642
10643         * m4/absolute-header.m4: Renamed from full-header-path.m4.
10644         This is to keep the terminology clean; POSIX talks about
10645         "absolute pathnames", not "full pathnames", but the GNU
10646         Coding Standards say to use "path" for something else;
10647         so use "absolute" to keep both sides happy.
10648         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
10649         Set gl_absolute_header, not gl_full_header_path.
10650         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
10651         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
10652         All uses changed.
10653
10654         Merge from coreutils.
10655
10656         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10657
10658         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
10659         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
10660         want to require the building of c-strtod.o.
10661         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
10662         needs -lm directly.
10663         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
10664
10665         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10666
10667         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
10668         --as-needed option if available.  Problem reported by Albert Chin in
10669         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
10670         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
10671         cc merely issues a bunch of annoying warnings for --as-needed
10672         (this problem was reported by Bob Proulx).  Also, try linking with
10673         -lm to detect a bug in binutils 2.16 (this problem was reported
10674         by Ralf Wildenhues).
10675
10676         2006-06-18  Jim Meyering  <jim@meyering.net>
10677
10678         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
10679         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
10680         macro.
10681         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
10682         also check for glibc-2.4's abort-inducing bug.
10683
10684         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
10685         Low-probability clean-up should be to use rmdir to get rid of
10686         the just-created directory, not unlink.
10687
10688         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
10689         configure fail, and request a bug report to inform us about it.
10690         Add a comment that, barring reports to the contrary, in 2007 we'll
10691         assume ftruncate is universally available.
10692
10693         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10694
10695         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
10696
10697         2006-03-12  Jim Meyering  <jim@meyering.net>
10698
10699         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
10700         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
10701         * m4/same.m4 (gl_SAME): Likewise.
10702         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
10703
10704         2006-03-11  Eric Blake  <ebb9@byu.net>
10705
10706         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
10707         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
10708         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
10709         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
10710
10711 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10712
10713         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
10714         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
10715         reported by Mark D. Baushke, one in
10716         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
10717
10718         Merge from coreutils.
10719
10720         * lib/.cppi-disable: Add stdint_.h.
10721         * lib/.cvsignore: Add stdint.h.
10722
10723         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10724
10725         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
10726         both double and long double versions.
10727         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
10728         * lib/xstrtold.c: New file.
10729         * lib/xstrtod.h (xstrtold): New decl.
10730
10731         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10732
10733         * lib/filemode.c (setst): Remove.
10734         (strmode): Rewrite to avoid setst.  This makes the code shorter,
10735         (arguably) clearer, and the generated code is a bit smaller on my
10736         Debian GNU/Linux stable x86 host.
10737
10738         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10739
10740         * lib/filemode.c: Include "filemode.h" first, to test the interface.
10741         Assume that filemode.h includes sys/types.h and sys/stat.h.
10742         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
10743         (ftypelet): Reorder to put common cases first, for efficiency.
10744         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
10745         to do 'M'.
10746         (strmode): Renamed from mode_string, and now stores 12 bytes instead
10747         of 10, for compatibility with FreeBSD.  All callers changed.
10748         (filemodestring): Now stores 12 bytes instead of 10, and sets file
10749         types that can't be deduced solely from st_mode.  First arg is now a
10750         const pointer.
10751         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
10752         (strmode): Renamed from mode_string.
10753         (filemodestring): New decl.
10754         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
10755         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
10756         needed.
10757         (S_ISPORT, S_ISWHT): New macros, if not already defined.
10758
10759         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10760
10761         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
10762         fsusage.h now does that.  Include fsusage.h first, to test interface.
10763         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
10764         at most one method (the old code could have generated decls that
10765         didn't conform to C89, not that this was ever exercised).
10766         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
10767
10768         2006-03-19  Jim Meyering  <jim@meyering.net>
10769
10770         Work even in a chroot where d_ino values for entries in "/"
10771         don't match the stat.st_ino values for the same names.
10772         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
10773         number, iterate through all entries again, using lstat instead.
10774         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
10775         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
10776
10777         * lib/getcwd.c (__getcwd): Clarify a comment.
10778         Use memcpy in place of a call to strcpy.
10779
10780         2006-03-12  Jim Meyering  <jim@meyering.net>
10781
10782         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
10783         matches that of the current directory (which we're about to chdir ".."
10784         out of), then save the dev-ino of the parent, instead.
10785
10786         * lib/same-inode.h (SAME_INODE): New file/macro.
10787         * lib/chdir-safer.c (SAME_INODE): Remove definition.
10788         Include "same-inode.h", instead.
10789         * lib/same.c: Likewise.
10790         * lib/cycle-check.h: Include "same-inode.h".
10791         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
10792         * lib/cycle-check.c (SAME_INODE): Remove definition.
10793         * lib/root-dev-ino.h: Include "same-inode.h".
10794
10795         2006-03-11  Eric Blake  <ebb9@byu.net>
10796
10797         * lib/same.c (same_name): s/base_name/last_component/
10798         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
10799         * lib/filenamecat.c (file_name_concat): Likewise.
10800
10801         2006-03-11  Eric Blake  <ebb9@byu.net>,
10802                     Paul Eggert  <eggert@cs.ucla.edu>
10803
10804         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
10805         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
10806         drive prefix.
10807         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
10808         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
10809         (last_component): New method.
10810         * lib/dirname.c (dir_len): Determine when drive letters need a
10811         subsequent slash.  Preserve // when it is special.
10812         (dir_name): Don't append dot when drive letter is absolute.
10813         [TEST_DIRNAME]: Move into a full-blown gnulib test.
10814         * lib/basename.c (base_name): New semantics - malloc the result.
10815         Preserve // when it is special.  Preserve relative files that look
10816         like drive letters.
10817         (base_len): Preserve // when it is special.
10818         (last_component): New method, similar to old base_name semantics.
10819         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
10820         base_name.  Strip redundant slashes from ///.
10821
10822 2006-07-03  Jim Meyering  <jim@meyering.net>
10823
10824         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
10825         macro is used before the first cycle_check call.
10826
10827 2006-07-03  Eric Blake  <ebb9@byu.net>
10828
10829         * modules/dirname (Depends-on): Add xstrndup.
10830
10831 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10832
10833         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
10834         test cases, so that config.log is a bit easier to follow.
10835
10836 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10837
10838         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
10839         both are 64 bits, since this seems to be the tradition, and this
10840         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
10841         we ever run into a host that prefers long long to long in this
10842         case, we'll need another configure-time test.  Problem reported by
10843         Jim Meyering.
10844
10845 2006-07-02  Eric Blake  <ebb9@byu.net>
10846
10847         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
10848
10849 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10850
10851         * modules/inttypes (Depends-on): No longer depends on stdint.
10852         * modules/stdint (Description): Say more about assumptions.
10853         Say that the fast types might differ.  Say macros are used.
10854         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
10855         (Makefile.am): Revise list of substituted symbols to match
10856         new stdint.m4.
10857         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
10858         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
10859         * tests/test-stdint.c (verify_same_types)
10860         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
10861         the code conforms to C99/C89.
10862         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
10863         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
10864
10865 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10866
10867         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
10868         but fix a bug, by requiring at least 64 bits.
10869         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10870         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
10871         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
10872         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
10873
10874         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
10875         changes.  Make 2.59 a prerequisite.  Check and substitute for
10876         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
10877         inttypes.h.  Do not use special include files; just use the
10878         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
10879         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
10880         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
10881         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
10882         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
10883         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
10884         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
10885         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
10886         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
10887         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
10888         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
10889         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
10890         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
10891         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
10892         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
10893         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
10894         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
10895         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
10896         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
10897         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
10898         WINT_MAX.  Check for C99 conformance more strictly, by detecting
10899         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
10900         not check for things that C99 does not require, e.g., int8_t.  If
10901         a test isn't needed unless <stdint.h> isn't working, and is
10902         unlikely to be needed for any other reason, then don't do it
10903         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
10904         size_t, since we assume C89 freestanding at least.  Do not check
10905         for sig_atomic_t, wchar_t, or wint_t, since the code now does
10906         the right thing even if the types are not defined.  Instead use:
10907         (gl_STDINT_TYPE_PROPERTIES): New macro.
10908         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
10909         testing whether <sys/types.h> clashes, as Autoconf does this for
10910         us now.  All uses removed.
10911         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
10912         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
10913         (gl_CHECK_TYPE_SAME):
10914         Remove; no longer needed.
10915         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
10916         exists, since we'll return 0 anyway in that case.
10917         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
10918
10919 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10920
10921         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
10922         possible collision with system files.
10923         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
10924         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
10925         WCHAR_MIN and WCHAR_MAX in this case.
10926         (<stddef.h>): Do not include; no longer needed.
10927         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
10928         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
10929         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
10930         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
10931         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
10932         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
10933         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
10934         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
10935         !defined(__c99))]: Include in this case too, since it's harmless
10936         now.
10937         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
10938         dangerous to do so.
10939         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
10940         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
10941         (_STDINT_MIN, _STDINT_MAX): New macros.
10942         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
10943         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
10944         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
10945         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
10946         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
10947         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
10948         macros, not typedefs; this simplifies things quite a bit.
10949         Use long int for all types narrower than int64_t.
10950         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
10951         Define in terms of long long int or int64_t or long int,
10952         not int64_t or int32_t.  This saves some compile-time testing.
10953         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
10954         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
10955         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
10956         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
10957         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
10958         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
10959         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
10960         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
10961         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
10962         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
10963         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10964         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10965         undef any previous version and define our own version, for
10966         simplicity and consistency with the new macros for types.
10967         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10968         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10969         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
10970         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
10971         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
10972         @WINT_T_SUFFIX@ to keep things simple here.
10973         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
10974         Simplify by assuming typical 8/16/32/64 host, since we're
10975         already doing that elsewhere anyway.
10976         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
10977         and assume long long int is 64 bits if available.  This
10978         speeds up 'configure'.
10979
10980 2006-07-01  Eric Blake  <ebb9@byu.net>
10981
10982         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
10983         Reported by Andreas Buening.
10984
10985 2006-07-01  Eric Blake  <ebb9@byu.net>
10986
10987         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
10988
10989 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10990
10991         * lib/getaddrinfo.c: fixed typo
10992
10993 2006-06-29  Jim Meyering  <jim@meyering.net>
10994
10995         * modules/strftime (Maintainer): Add my name, since with the
10996         FPRINTFTIME changes strftime.c has forked from glibc.
10997
10998 2006-06-29  Eric Blake  <ebb9@byu.net>
10999
11000         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
11001
11002 2006-06-29  Eric Blake  <ebb9@byu.net>
11003
11004         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
11005
11006 2006-06-29  Eric Blake  <ebb9@byu.net>
11007
11008         * lib/stat_.h: New file.
11009
11010 2006-06-29  Eric Blake  <ebb9@byu.net>
11011
11012         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
11013         unused static function.
11014
11015 2006-06-29  Eric Blake  <ebb9@byu.net>
11016
11017         * doc/functions.texi (Function Portability): Document missing lstat
11018         on mingw.
11019
11020 2006-06-29  Eric Blake  <ebb9@byu.net>
11021
11022         * MODULES.html.sh: Add sys_stat.
11023         * modules/sys_stat: New module.
11024         * modules/mkstemp (Depends-on): Add sys_stat.
11025
11026 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11027
11028         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
11029
11030 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11031
11032         * m4/c-bs-a.m4: Removed.
11033
11034 2006-06-29  Derek R. Price  <derek@ximbiot.com>
11035
11036         * lib/strftime.c: Assume strftime() exists.
11037
11038 2006-06-29  Derek Price  <derek@ximbiot.com>
11039
11040         * modules/c-bs-a: Removed - \a is C89.
11041         * MODULES.html.sh: Remove c-bs-a.
11042
11043 2006-06-29  Bruno Haible  <bruno@clisp.org>
11044
11045         * modules/wcwidth (License): Change to LGPL.
11046
11047 2006-06-28  Simon Josefsson  <jas@extundo.com>
11048
11049         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
11050         on _WIN32.
11051
11052         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
11053         getnameinfo.
11054
11055 2006-06-28  Simon Josefsson  <jas@extundo.com>
11056
11057         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
11058
11059 2006-06-28  Simon Josefsson  <jas@extundo.com>
11060
11061         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
11062         functions there.  It will succeed on Windows XP, but on Windows
11063         2000 and (presumably) earlier, it will fail, and use the internal
11064         re-implementation.
11065         (use_win32_p): New function.
11066         (getaddrinfo): Use strtoul on servname, to support numeric ports.
11067         Support AI_NUMERICSERV to disable getservbyname.
11068         (getnameinfo): New function, only supports
11069         NI_NUMERICHOST|NI_NUMERICSERV for now.
11070
11071         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
11072         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
11073         getnameinfo.
11074
11075 2006-06-28  Eric Blake  <ebb9@byu.net>
11076
11077         * modules/wcwidth: New file.
11078         * modules/mbchar (Depends-on): Add wcwidth.
11079         * modules/mbswidth (Depends-on): Add wcwidth.
11080         * MODULES.html.sh: Add wcwidth.
11081
11082 2006-06-28  Eric Blake  <ebb9@byu.net>
11083
11084         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
11085         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
11086
11087 2006-06-28  Eric Blake  <ebb9@byu.net>
11088
11089         * lib/xvasprintf.h: Fix comments.
11090
11091 2006-06-28  Eric Blake  <ebb9@byu.net>
11092
11093         * lib/mbchar.h (wcwidth): Include wcwidth.h.
11094         * lib/mbswidth.c (wcwidth): Move from here...
11095         * lib/wcwidth.h: ...to this new file.
11096
11097 2006-06-28  Derek R. Price  <derek@ximbiot.com>
11098
11099         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
11100
11101         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
11102         it's obsolete.
11103         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
11104
11105 2006-06-28  Derek R. Price  <derek@ximbiot.com>
11106
11107         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
11108         Autoconf 2.60 says this stuff was obsolete.
11109
11110 2006-06-28  Bruno Haible  <bruno@clisp.org>
11111
11112         * modules/wcwidth (Files): Add m4/wchar_t.m4.
11113
11114 2006-06-28  Bruno Haible  <bruno@clisp.org>
11115
11116         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
11117         gt_TYPE_WCHAR_T.
11118
11119 2006-06-28  Bruno Haible  <bruno@clisp.org>
11120
11121         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
11122         declaration for wcwidth.
11123         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
11124
11125 2006-06-28  Bruno Haible  <bruno@clisp.org>
11126
11127         * lib/mkdtemp.c [MINGW]: Include <io.h>.
11128         (mkdir): Define using _mkdir.
11129
11130 2006-06-28  Bruno Haible  <bruno@clisp.org>
11131
11132         * lib/getaddrinfo.h: Fix POSIX URL.
11133         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
11134         _WIN32.
11135         (use_win32_p): Make static.
11136         (getaddrinfo): Reject service name if it is empty or does not consist
11137         solely of decimal digits, or if its value is > 65535.
11138         (getnameinfo): Remove useless casts.
11139
11140 2006-06-27  Simon Josefsson  <jas@extundo.com>
11141
11142         * modules/sys_select: New file, suggested by Bruno Haible, Paul
11143         Eggert and Martin Lambers.
11144
11145 2006-06-27  Simon Josefsson  <jas@extundo.com>
11146
11147         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
11148         Eggert and Martin Lambers.
11149
11150 2006-06-27  Bruno Haible  <bruno@clisp.org>
11151
11152         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
11153         result to 0, not to empty.
11154         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
11155
11156 2006-06-27  Bruno Haible  <bruno@clisp.org>
11157
11158         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
11159
11160 2006-06-26  Simon Josefsson  <jas@extundo.com>
11161
11162         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
11163         present.
11164
11165 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
11166
11167         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
11168         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
11169         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
11170
11171 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
11172
11173         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
11174
11175 2006-06-26  Bruno Haible  <bruno@clisp.org>
11176
11177         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
11178
11179 2006-06-26  Bruno Haible  <bruno@clisp.org>
11180
11181         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
11182
11183 2006-06-26  Bruno Haible  <bruno@clisp.org>
11184
11185         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
11186         SGI C compiler in pre-C99 mode.
11187         Suggested by Mark D. Baushke and Larry Jones.
11188
11189 2006-06-26  Bruno Haible  <bruno@clisp.org>
11190
11191         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
11192         WCHAR_MAX.
11193         Reported by Mark D. Baushke and Larry Jones.
11194
11195 2006-06-26  Bruno Haible  <bruno@clisp.org>
11196
11197         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
11198         in pre-C99 mode.
11199         Suggested by Mark D. Baushke and Larry Jones.
11200
11201 2006-06-23  Simon Josefsson  <jas@extundo.com>
11202             Bruno Haible  <bruno@clisp.org>
11203
11204         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
11205         Emit mostlyclean-local rule.
11206         (func_emit_tests_Makefile_am): Likewise.
11207         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
11208
11209 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
11210
11211         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
11212
11213 2006-06-23  Bruno Haible  <bruno@clisp.org>
11214
11215         * tests/test-stdint.c: Update to match ISO C 99 Technical
11216         Corrigendum 1.
11217
11218 2006-06-23  Bruno Haible  <bruno@clisp.org>
11219
11220         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
11221
11222 2006-06-23  Bruno Haible  <bruno@clisp.org>
11223
11224         * lib/stdint_.h: Treat IRIX like OpenBSD.
11225
11226 2006-06-23  Bruno Haible  <bruno@clisp.org>
11227
11228         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
11229         ISO C 99 Technical Corrigendum 1.
11230
11231 2006-06-22  Simon Josefsson  <jas@extundo.com>
11232
11233         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
11234         MinGW.
11235
11236 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11237
11238         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
11239         needed.  Some compiler complained about some of them.  Problem reported
11240         by Larry Jones in
11241         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
11242
11243 2006-06-21  Simon Josefsson  <jas@extundo.com>
11244
11245         * tests/test-getaddrinfo.c: New file.
11246
11247         * modules/getaddrinfo-tests: New file.
11248
11249         * MODULES.html.sh: Add inet_pton.
11250
11251         * modules/inet_pton: New file.
11252
11253 2006-06-21  Simon Josefsson  <jas@extundo.com>
11254
11255         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
11256         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
11257         of using the (limited) gnulib implementation on Windows XP.
11258
11259         * m4/inet_pton.m4: New file.
11260
11261 2006-06-21  Simon Josefsson  <jas@extundo.com>
11262
11263         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
11264         variable.
11265
11266         * lib/socket_.h: Don't define WINVER.
11267
11268         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
11269         slightly modified to work in gnulib.
11270
11271 2006-06-21  Simon Josefsson  <jas@extundo.com>
11272
11273         * doc/gnulib.texi (Windows sockets): Add.
11274
11275 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
11276
11277         * lib/read-file.c (fread_file): Start with buffer allocation of
11278         0 bytes rather than 1 byte; this simplifies the code.
11279         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
11280         code to free buffer and save/restore errno.
11281         (internal_read_file): Remove unused local.
11282
11283 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
11284
11285         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
11286         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
11287         Problem reported by Denis Excoffier in
11288         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
11289
11290 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11291
11292         * modules/sys_socket, modules/socklen: Include sys/types since
11293         FreeBSD 4.x's sys/socket.h needs it.
11294
11295 2006-06-19  Simon Josefsson  <jas@extundo.com>
11296
11297         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
11298
11299 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
11300
11301         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
11302
11303 2006-06-19  Bruno Haible  <bruno@clisp.org>
11304
11305         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
11306         and FULL_PATH_INTTYPES_H in angle brackets.
11307         Reported by Mark D. Baushke <mdb@gnu.org>.
11308
11309 2006-06-17  Eric Blake  <ebb9@byu.net>
11310
11311         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
11312         errno.
11313
11314 2006-06-17  Bruno Haible  <bruno@clisp.org>
11315
11316         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
11317         <sys/inttypes.h>.
11318
11319 2006-06-17  Bruno Haible  <bruno@clisp.org>
11320
11321         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
11322         whether errno is declared. Assume <errno.h> declares errno.
11323
11324 2006-06-17  Bruno Haible  <bruno@clisp.org>
11325
11326         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
11327
11328 2006-06-17  Bruno Haible  <bruno@clisp.org>
11329
11330         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
11331         problem on Solaris 2.5.1.
11332
11333 2006-06-16  Eric Blake  <ebb9@byu.net>
11334
11335         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
11336         * lib/unicodeio.c [!defined errno]: Likewise.
11337         * lib/strtol.c [!defined errno]: Likewise.
11338         * lib/strtod.c [!defined errno]: Likewise.
11339
11340 2006-06-15  Eric Blake  <ebb9@byu.net>
11341
11342         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
11343
11344 2006-06-15  Eric Blake  <ebb9@byu.net>
11345
11346         * config/srclist.txt (ssize_t.m4): Lose sync.
11347
11348 2006-06-15  Bruno Haible  <bruno@clisp.org>
11349
11350         * modules/stdint (Files): Include m4/full-header-path.m4,
11351         m4/size_max.m4, m4/wchar_t.m4.
11352         (Makefile.am): Many more substitutions.
11353         * modules/stdint-tests: New file.
11354         * tests/test-stdint.c: New file.
11355
11356 2006-06-15  Bruno Haible  <bruno@clisp.org>
11357
11358         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
11359         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
11360         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
11361         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
11362         gl_CHECK_TYPE_SAME): New macros.
11363
11364 2006-06-15  Bruno Haible  <bruno@clisp.org>
11365
11366         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
11367
11368 2006-06-15  Bruno Haible  <bruno@clisp.org>
11369
11370         * lib/stdint_.h: Rewritten to be fully auto-configured.
11371         Fixes bug on HP-UX/IA64.
11372
11373 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
11374
11375         * lib/getdate.y (__attribute__): Don't define if already defined.
11376         Problem reported by Larry Jones.
11377         * lib/utimens.c (__attribute__): Likewise.
11378
11379 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
11380
11381         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
11382         reported by Andreas Schwab.
11383
11384 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11385             Bruno Haible  <bruno@clisp.org>
11386
11387         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
11388         check for the declaration of strnlen and a run test that exposes the
11389         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
11390         rpl_strndup.
11391
11392 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11393             Bruno Haible  <bruno@clisp.org>
11394
11395         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
11396
11397 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11398
11399         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
11400         compile test, for Tru64 4.0D.
11401
11402 2006-05-28  Karl Berry  <karl@gnu.org>
11403
11404         * config/srclist.txt (printf-args.c): lose sync.
11405
11406 2006-05-26  Martin Lambers  <marlam@marlam.de>
11407
11408         * lib/getpass.c: Updates the test for the native W32 API, and adds
11409         missing includes, thus fixing compilation warnings.
11410
11411 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11412
11413         * lib/exclude.c (exclude_fnmatch): New function.
11414         (excluded_file_name): Call exclude_fnmatch.
11415         * lib/exclude.h (excluded_file_name): New prototype
11416
11417 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
11418
11419         * lib/tempname.c (small_open, large_open): New macros.
11420         (__open, __open64) [!_LIBC]: Remove.
11421         (__gen_tempname): Use small_open and large_open instead of __open
11422         and __open64.  This fixes a portability bug on HP-UX 11.11i
11423         reported by Simon Wing-Tang in
11424         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
11425
11426 2006-05-24  Bruno Haible  <bruno@clisp.org>
11427
11428         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
11429         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
11430         Reported by Thorsten Maerz <torte@netztorte.de> via
11431         Aaron Stone <aaron@serendipity.cx>.
11432
11433 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11434
11435         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
11436         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
11437         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
11438         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
11439         not really conditional on the cache.
11440         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
11441
11442 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11443
11444         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
11445         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
11446         (my_usleep): Don't mishandle maximum value.
11447
11448 2006-05-19  Jim Meyering  <jim@meyering.net>
11449
11450         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
11451
11452 2006-05-17  Bruno Haible  <bruno@clisp.org>
11453
11454         Cygwin portability.
11455         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
11456
11457 2006-05-17  Bruno Haible  <bruno@clisp.org>
11458
11459         * lib/stdint_.h: Fix recognition of Cygwin.
11460
11461 2006-05-15  Bruno Haible  <bruno@clisp.org>
11462
11463         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
11464         on libtool patch by Ralf Wildenhues.
11465
11466 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11467
11468         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
11469         test for C99 conformance; (bool) 0.5 is an integer constant
11470         expression, but (bool) -0.5 is not.  Problem reported by Fedor
11471         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
11472
11473 2006-05-11  Simon Josefsson  <jas@extundo.com>
11474
11475         * m4/xvasprintf.m4: Fix obvious typo.
11476
11477 2006-05-11  Jim Meyering  <jim@meyering.net>
11478
11479         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
11480         James Lemley.
11481
11482 2006-05-10  Simon Josefsson  <jas@extundo.com>
11483
11484         * lib/md4.c: Typo fix, update copyright years.
11485         (K1, K2): Don't use L because it turn computations into 64-bit on
11486         64-bit platforms.
11487
11488 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11489
11490         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
11491         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
11492         unwanted sign propagation, e.g., on hosts with 64-bit int.
11493         There still are some problems with reeelly weird theoretical hosts
11494         (e.g., 33-bit int) but it's not worth worrying about now.
11495         * lib/sha1.c (rol): Likewise.
11496         (K1, K2, K3, K4): Remove unnecessary L suffix.
11497
11498 2006-05-10  Bruno Haible  <bruno@clisp.org>
11499
11500         * lib/des.c: Cast to avoid warnings.
11501
11502 2006-05-09  Bruno Haible  <bruno@clisp.org>
11503
11504         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
11505         (Depends-on): Depend also on xsize, stdarg.
11506         (configure.ac): Add gl_XVASPRINTF.
11507
11508 2006-05-09  Bruno Haible  <bruno@clisp.org>
11509
11510         * m4/xvasprintf.m4: New file.
11511
11512 2006-05-09  Bruno Haible  <bruno@clisp.org>
11513
11514         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
11515         (EOVERFLOW): Define fallback value.
11516         (xstrcat): New function.
11517         (xvasprintf): Recognize the special case of a string concatenation.
11518
11519 2006-05-08  Eric Blake  <ebb9@byu.net>
11520
11521         * gnulib-tool (func_version): Base copyright year on CVS date.
11522         (func_emit_copyright_notice): New function.
11523         (func_emit_lib_Makefile_am): Use it.
11524         (func_emit_tests_Makefile_am): Likewise.
11525         (func_import): Likewise.
11526
11527 2006-05-08  Bruno Haible  <bruno@clisp.org>
11528
11529         * modules/stdarg: New file.
11530         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
11531
11532 2006-05-08  Bruno Haible  <bruno@clisp.org>
11533
11534         * m4/stdarg.m4: New file, from GNU gettext.
11535
11536 2006-05-08  Bruno Haible  <bruno@clisp.org>
11537
11538         * config/srclist.txt (build-aux/config.rpath): different from latest
11539         release.
11540
11541 2006-05-08  Bruno Haible  <bruno@clisp.org>
11542
11543         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
11544
11545 2006-05-05  Jim Meyering  <jim@meyering.net>
11546
11547         * m4/warning.m4: New file, derived from bison's file by the same name.
11548
11549 2006-05-03  Bruno Haible  <bruno@clisp.org>
11550
11551         * lib/stdint_.h: Shorter URL.
11552         * lib/inttypes.h: Likewise.
11553
11554 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11555
11556         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
11557
11558 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11559
11560         * lib/verify.h: Document the internals better.  Most of this change
11561         was written by Bruno Haible.
11562
11563 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11564
11565         * doc/verify.texi: New file, partly based on a proposal by
11566         Bruno Haible.
11567
11568 2006-05-02  Bruno Haible  <bruno@clisp.org>
11569
11570         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
11571         test from here...
11572         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
11573
11574 2006-04-29  Bruno Haible  <bruno@clisp.org>
11575
11576         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
11577         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
11578
11579 2006-04-29  Bruno Haible  <bruno@clisp.org>
11580
11581         * gnulib-tool: Make --update option actually work.
11582
11583 2006-04-29  Bruno Haible  <bruno@clisp.org>
11584
11585         * doc/gcd.texi: New file.
11586         * doc/gnulib.texi: Include it.
11587
11588 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11589
11590         * lib/getdate.y (get_date): When adding relative date, start with the
11591         initial time, not with the result of the first mktime call.
11592
11593 2006-04-25  Bruno Haible  <bruno@clisp.org>
11594
11595         * gnulib-tool (func_import): Output the include directives in three
11596         blocks, sorted separately.
11597         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11598
11599 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11600
11601         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
11602         to define main with arguments, for C++.  Reported by Eric Blake.
11603         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
11604         Prefer 'int main ()' to 'int main (void)', for C++.
11605         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
11606         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
11607         for 'main', for C99 and C++.
11608
11609 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11610
11611         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
11612         Don't assume that exit status -1 is valid.
11613         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11614         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
11615         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11616         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
11617         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
11618         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
11619         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
11620         functions can be used without declaring them, or that you can
11621         exit with status -1.
11622         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11623
11624 2006-04-24  Karl Berry  <karl@gnu.org>
11625
11626         * config/srclist.txt (longdouble.m4): sync lost.
11627
11628 2006-04-24  Eric Blake  <ebb9@byu.net>
11629
11630         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
11631
11632 2006-04-24  Bruno Haible  <bruno@clisp.org>
11633
11634         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
11635         poll() implementation in AIX.
11636         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11637
11638 2006-04-24  Bruno Haible  <bruno@clisp.org>
11639
11640         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
11641         assigned exactly once.
11642
11643 2006-04-23  Claudio Fontana  <claudio@gnu.org>
11644             Bruno Haible  <bruno@clisp.org>
11645
11646         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
11647         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
11648         for AM_CPPFLAGS.
11649
11650 2006-04-23  Bruno Haible  <bruno@clisp.org>
11651
11652         * modules/copy-file: Depend on unistd.
11653         * modules/execute: Likewise.
11654         * modules/fatal-signal: Likewise.
11655         * modules/findprog: Likewise.
11656         * modules/mkdtemp : Likewise.
11657         * modules/pipe: Likewise.
11658         * modules/wait-process: Likewise.
11659
11660 2006-04-23  Bruno Haible  <bruno@clisp.org>
11661
11662         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
11663         condition was already detected.
11664         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11665
11666 2006-04-23  Bruno Haible  <bruno@clisp.org>
11667
11668         * lib/copy-file.c: Include <unistd.h> unconditionally.
11669         * lib/execute.c: Likewise.
11670         * lib/fatal-signal.c: Likewise.
11671         * lib/findprog.c: Likewise.
11672         * lib/mkdtemp.c: Likewise.
11673         * lib/pipe.h: Likewise.
11674         * lib/pipe.c: Likewise.
11675         * lib/wait-process.h: Likewise.
11676
11677 2006-04-23  Bruno Haible  <bruno@clisp.org>
11678
11679         * gnulib-tool (func_usage): Fix --import description. Document
11680         --update.
11681         (func_import): Create temporary file in a temporary directory, if
11682         --dry-run is specified. Silence errors from 'grep' when there are no
11683         m4 files in $m4dir.
11684         (func_create_testdir): Silence errors from 'grep' when there are no
11685         m4 files in $m4dir.
11686         Reported by Karl Berry <karl@freefriends.org>.
11687
11688 2006-04-20  Bruno Haible  <bruno@clisp.org>
11689
11690         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
11691         one argument, so that the code will be portable to Autoconf 2.60.
11692         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
11693         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11694         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
11695
11696 2006-04-19  Derek Price  <derek@ximbiot.com>
11697             Eric Blake  <ebb9@byu.net>
11698
11699         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
11700         rather than "/full/path.h".  Update comment to match.  Shorten &
11701         generalize m4_translit call via AS_TR_CPP.
11702
11703 2006-04-19  Derek Price  <derek@ximbiot.com>
11704             Eric Blake  <ebb9@byu.net>
11705
11706         * lib/inttypes.h: Correct grammar in comment.
11707
11708 2006-04-18  Derek Price  <derek@ximbiot.com>
11709             Paul Eggert  <eggert@cs.ucla.edu>
11710
11711         * modules/inttypes: New file.
11712         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
11713
11714 2006-04-18  Derek Price  <derek@ximbiot.com>
11715             Paul Eggert  <eggert@cs.ucla.edu>
11716
11717         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
11718         New files.
11719
11720 2006-04-18  Derek Price  <derek@ximbiot.com>
11721             Paul Eggert  <eggert@cs.ucla.edu>
11722
11723         * lib/inttypes.h: New file.
11724         * lib/strtoimax.c: Assume <inttypes.h>.
11725
11726 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
11727
11728         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
11729         isn't mounted.  Problem reported by Kir Kolyshkin.
11730
11731 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11732
11733         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
11734         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
11735         Derek R. Price.
11736         * lib/regex.h (RE_DUP_MAX): Update comment to match current
11737         implementation.
11738
11739 2006-04-12  Eric Blake  <ebb9@byu.net>
11740
11741         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
11742         is now done automatically by the corresponding Autoconf macro.
11743
11744 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
11745
11746         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
11747         time_r.h.
11748
11749 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11750
11751         Merge regex changes from libc, removing some of our
11752         POSIX-conformance changes that were rejected and redoing them in a
11753         less-intrusive way.
11754
11755         * lib/regcomp.c (re_compile_internal, init_dfa):
11756         Length arg is now size_t, not Idx.  All uses changed.
11757         (peek_token): Forward decl now says internal_function.
11758         (__re_error_msgid, __re_error_msgid_idx):
11759         Now static rather than extern with attribute_hidden.
11760         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
11761         For some reason libc prefers K&R style defns for external functions.
11762         (regerror) [!defined _LIBC]: Likewise.
11763         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
11764         (seek_collating_symbol_entry, lookup_collation_sequence_value):
11765         (build_range_exp, build_collating_symbol):
11766         Use K&R-style defn.
11767         (re_compile_fastmap): Use '\0' to memset, not 0.
11768         (utf8_sb_map): Make the calculations more obvious.
11769         (init_dfa, parse_bracket_exp, build_charclass_op):
11770         Call calloc and cast result, as glibc does.
11771         (init_word_char, fetch_token, peek_token, peek_token_bracket):
11772         (build_range_exp, build_collating_symbol):
11773         Now internal functions.
11774
11775         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
11776
11777         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
11778         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
11779         Don't depend on VMS; depend on __VMS instead, for POSIX
11780         namespace cleanness.
11781         (regoff_t): Define to ssize_t, not long int.
11782
11783         Remove the REG_ macros named below.  Instead, make the old names
11784         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
11785         __USE_GNU_REGEX.
11786         (REG_BACKSLASH_ESCAPE_IN_LISTS):
11787         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
11788         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
11789         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
11790         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
11791         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
11792         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
11793         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
11794         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
11795         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
11796         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
11797         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
11798         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
11799         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
11800         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
11801         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
11802         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
11803         (REG_NREGS):
11804         Remove.  All uses replaced by the old RE_* names.
11805         (RE_BACKSLASH_ESCAPE_IN_LISTS):
11806         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
11807         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
11808         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
11809         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
11810         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
11811         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
11812         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
11813         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
11814         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
11815         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
11816         Don't bother having these macros be independent of each others'
11817         values, since they no longer exist in the POSIX name space.
11818
11819         Rename the following member names back to their old names,
11820         unless !__USE_GNU_REGEX.  All uses changed back.
11821         (buffer): Renamed from re_buffer.
11822         (allocated): Renamed from re_allocated.
11823         (used): Renamed from re_used.
11824         (syntax): Renamed from re_syntax.
11825         (fastmap): Renamed from re_fastmap.
11826         (translate): Renamed from re_translate.
11827         (can_be_null): Renamed from re_can_be_null.
11828         (regs_allocated): Renamed from re_regs_allocated.
11829         (fastmap_accurate): Renamed from re_fastmap_accurate.
11830         (no_sub): Renamed from re_no_sub.
11831         (not_bol): Renamed from re_not_bol.
11832         (not_eol): Renamed from re_not_eol.
11833         (newline_anchor): Renamed from re_newline_anchor.
11834         (num_regs): Renamed from rm_num_regs.
11835         (start): Renamed from rm_start.
11836         (end): Renamed from rm_end.
11837
11838         (free_state): Move up a bit.
11839
11840         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
11841         #define to be empty.
11842         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
11843         when that is what is intended.
11844         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
11845         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
11846         (MAX): New macro.
11847         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
11848         All uses changed back to re_malloc, etc.  It's now the caller's
11849         responsibility to check for overflow; all callers changed.
11850         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
11851         (re_x2nrealloc): Remove.
11852         (free_state): Remove decl.
11853
11854         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
11855         (re_set_registers, re_exec):
11856         Use K&R-style defn.
11857
11858         2006-01-31  Roland McGrath  <roland@redhat.com>
11859
11860         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
11861         Reported by Mike Frysinger <vapier@gentoo.org>.
11862
11863         2006-01-15  Andreas Jaeger  <aj@suse.de>
11864
11865         [BZ #1950]
11866         * lib/regex_internal.c (re_string_reconstruct): Adjust for
11867         build_wcs_upper_buffer change.
11868         (build_wcs_upper_buffer): Change return type.
11869
11870         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
11871
11872         * lib/regex_internal.h: Include <stdint.h> if available.
11873
11874         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
11875
11876         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
11877
11878         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11879
11880         * lib/regcomp.c: Adjust for changed secondary hash function.
11881
11882         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
11883
11884         * lib/regex.h: Pretty printing.
11885         Clean up namespace a bit.
11886
11887         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
11888
11889         * lib/regexec.c (update_cur_sifted_state, check_arrival,
11890         check_arrival_add_next_nodes): Avoid using uninitialized variable.
11891
11892         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11893                     Ulrich Drepper  <drepper@redhat.com>
11894
11895         [BZ #1302]
11896         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
11897         changed.
11898         (bitset_word_t): Renamed from bitset_word.  All uses changed.
11899
11900         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
11901
11902         [BZ #281]
11903         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
11904         * lib/regcomp.c: Remove unnecessary uses of
11905         unsigned RE_TRANSLATE_TYPE.
11906         * lib/regex_internal.h: Likewise.
11907         * lib/regex_internal.c: Likewise.
11908         * lib/regexec.c: Likewise.
11909         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
11910
11911         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
11912
11913         * lib/regexec.c (find_recover_state): Remove unnecessary
11914         initialization.
11915         (transit_state_bkref): Make DFA a const pointer.
11916         (get_subexp): Likewise.
11917         (check_arrival): Likewise.
11918         (update_cur_sifted_state): Likewise.
11919         (re_search_internal): Likewise.
11920         (prune_impossible_nodes): Likewise.
11921         (acquire_init_state_context): Likewise.
11922         (proceed_next_node): Likewise.
11923         (set_regs): Likewise.
11924         (free_fail_stack_return): Likewise.
11925         (check_arrival_expand_ecl): Mark DFA parameter as const.
11926         (check_arrival_expand_ecl_sub): Likewise.
11927         (check_subexp_limits): Likewise.
11928         (sub_epsilon_src_nodes):  Likewise.
11929         (add_epsilon_src_nodes):  Likewise.
11930         (merge_state_array): Likewise.
11931         (update_regs): Likewise.
11932         (build_trtable): Likewise.
11933         (sift_states_backward): Mark MCTX parameter as const.
11934         (build_sifted_states): Likewise.
11935         (update_cur_sifted_state): Likewise.
11936         (sift_states_mkref): Likewise.
11937         (check_arrival_expand_ecl): Mark eclosure as const.
11938         (check_dst_limits_calc_pos_1): Likewise.
11939         * lib/regex_internal.h (re_match_context_t): Make dfa a const
11940         pointer.
11941
11942         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
11943
11944         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
11945         (transit_state_sb): Likewise.
11946         (transit_state_mb): Likewise.
11947         (sift_states_iter_mb): Likewise.
11948         (check_arrival_add_next_nodes): Likewise.
11949         (check_node_accept_bytes): Change first parameter to pointer-to-const.
11950         [_LIBC] (re_search_2_stub): Use mempcpy.
11951
11952         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
11953         mbrtowc for very simple UTF-8 case.
11954
11955         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
11956         a pointer-to-const.
11957         (re_acquire_state_context): Likewise.
11958         * lib/regex_internal.h: Adjust prototypes.
11959
11960         * lib/regex.c: Prevent using C++ compilers.
11961
11962         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
11963         (re_acquire_state_context): Likewise.
11964
11965 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11966
11967         * modules/regex (Depends-on): Add ssize_t.
11968
11969 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11970
11971         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
11972         translation table.
11973
11974 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11975
11976         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
11977
11978 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
11979             Bruno Haible  <bruno@clisp.org>
11980
11981         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
11982         <sys/types.h> and <inttypes.h>.
11983
11984 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11985
11986         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
11987         `__error_t_defined', so argp.h will not typedef the former.
11988
11989 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
11990
11991         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
11992         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
11993         glibc names.  Even if glibc is changed to conform to POSIX, the
11994         traditional names will be available anyway, since regex depends on
11995         the extensions module.  Also, fix a longstanding typo in the
11996         implementation of Spencer ERE test #75 from grep 2.3.  Problems
11997         reported by Emanuele Giaquinta.  Also, change sense of cached
11998         variable, so that the message makes sense.
11999
12000 2006-03-24  Simon Josefsson  <jas@extundo.com>
12001
12002         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
12003         including some doc fixes.
12004         (base64_encode_alloc): Fix +1 bug on allocation failures.
12005
12006 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12007
12008         * lib/base64.c (base64_encode): Do not read past end of array with
12009         unsanitized input on systems with CHAR_BIT > 8.
12010
12011 2006-03-24  Eric Blake  <ebb9@byu.net>
12012
12013         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
12014
12015 2006-03-22  Karl Berry  <karl@gnu.org>
12016
12017         * config/srclist.txt (*setenv.[ch]): get from coreutils.
12018         * config/srclistvars.sh (COREUTILS): new var.
12019
12020 2006-03-17  Jim Meyering  <jim@meyering.net>
12021
12022         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
12023         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
12024
12025 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
12026
12027         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
12028         no longer needs it.  Instead, check that regoff_t is as least
12029         as wide as ptrdiff_t.
12030
12031         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
12032         so that our regex.h stays compatible with the installed regex.
12033         This is helpful for installers who configure --without-included-regex.
12034         Problem reported by Emanuele Giaquinta.
12035
12036 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
12037
12038         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
12039         Typedef to long int, not to off_, as POSIX will likely change
12040         in that direction.
12041
12042 2006-03-15  Eric Blake  <ebb9@byu.net>
12043
12044         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
12045
12046 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
12047
12048         * lib/argp-help.c (validate_uparams): Fix typo
12049         * lib/argp-parse.c (argp_default_options): Consistently begin help
12050         messages with a lowercase letter.
12051
12052 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
12053
12054         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
12055         overrun buffers and shouldn't be used (much as gets shouldn't be
12056         used).
12057         * lib/time_r.c (asctime_r, ctime_r): Likewise.
12058
12059 2006-03-08  Simon Josefsson  <jas@extundo.com>
12060
12061         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
12062         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12063
12064 2006-03-08  Simon Josefsson  <jas@extundo.com>
12065
12066         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
12067         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12068
12069 2006-03-08  Simon Josefsson  <jas@extundo.com>
12070
12071         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
12072         signal that configure disabled the device.
12073
12074 2006-03-08  Simon Josefsson  <jas@extundo.com>
12075
12076         * build-aux/maint.mk: Fix refresh-po, to handle no translated
12077         languages.
12078
12079 2006-03-07  Simon Josefsson  <jas@extundo.com>
12080
12081         * modules/getopt (Depends-on): Add unistd.
12082
12083         * modules/unistd: New file.
12084
12085 2006-03-07  Simon Josefsson  <jas@extundo.com>
12086
12087         * modules/gc-random: New file.
12088
12089 2006-03-07  Simon Josefsson  <jas@extundo.com>
12090
12091         * m4/unistd_h.m4: New file.
12092
12093 2006-03-07  Simon Josefsson  <jas@extundo.com>
12094
12095         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
12096         test to be side-effect free by storing the result in the cache
12097         variable gl_cv_lib_readline, and moving the assignment of
12098         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
12099         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12100
12101 2006-03-07  Simon Josefsson  <jas@extundo.com>
12102
12103         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
12104         error on missing devices (the functions will return an error).
12105
12106         * m4/gc.m4: Move random stuff to gc-random.m4
12107
12108 2006-03-07  Simon Josefsson  <jas@extundo.com>
12109
12110         * lib/unistd_.h: New file.
12111
12112 2006-03-07  Simon Josefsson  <jas@extundo.com>
12113
12114         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
12115
12116 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12117
12118         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
12119         Problem reported by Juan Manuel Guerrero.
12120
12121 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12122
12123         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
12124         the unistd module.
12125         * lib/getlogin_r.c: Likewise.
12126         * lib/getlogin_r.h: Likewise.
12127         * lib/glob.c: Likewise.
12128         * lib/pagealign_alloc.c: Likewise.
12129         * lib/unistd_.h: Remove; no longer needed.
12130
12131 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
12132
12133         * MODULES.html.sh (Support for systems lacking POSIX:2001):
12134         Add unistd.
12135         * modules/c-stack (Depends-on): Add unistd.
12136         * modules/getlogin_r: Likewise.
12137         * modules/glob: Likewise.
12138         * modules/pagealign_alloc: Likewise.
12139         * modules/unistd (Files): Remove lib/unistd_.h.
12140         (EXTRA_DIST): Remove.
12141         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
12142         need unistd_.h.
12143         (MOSTLYCLEANFILES): Remove unistd.h-t.
12144
12145 2006-03-03  Simon Josefsson  <jas@extundo.com>
12146
12147         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
12148
12149 2006-03-03  Simon Josefsson  <jas@extundo.com>
12150
12151         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
12152         libidn and bison.
12153
12154 2006-03-03  Simon Josefsson  <jas@extundo.com>
12155
12156         * build-aux/maint.mk: Add indent target.
12157
12158 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
12159
12160         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
12161         our replacement poll.h in any case, to avoid a differing
12162         declaration from a system header.  Seen on AIX.
12163
12164 2006-03-01  Simon Josefsson  <jas@extundo.com>
12165
12166         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
12167         <kasal@ucw.cz>.
12168
12169 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12170
12171         * modules/gettime (Depends-on): Add extensions module.
12172         * modules/nanosleep (Depends-on): Likewise.
12173         * modules/settime (Depends-on): Likewise.
12174
12175 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12176
12177         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
12178         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
12179         pedantically.
12180         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
12181         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
12182
12183         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
12184         not "==".  Reported by Ralf Wildenhues.
12185
12186 2006-03-01  Karl Berry  <karl@gnu.org>
12187
12188         * doc/Copyright/request-*: new files, synced from gnuorg.
12189
12190 2006-03-01  Karl Berry  <karl@gnu.org>
12191
12192         * config/srclist.txt (Copyright/*): new entries.
12193
12194 2006-02-28  Simon Josefsson  <jas@extundo.com>
12195
12196         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
12197
12198 2006-02-27  Simon Josefsson  <jas@extundo.com>
12199
12200         * lib/base64.h: Indent #define's.  From Jim Meyering
12201         <jim@meyering.net>.
12202
12203 2006-02-27  Jim Meyering  <jim@meyering.net>
12204
12205         Revert the change of 2006-02-24, so these files can continue
12206         to be sync'd from gettext.
12207         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
12208         of `config.h'.
12209
12210 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
12211
12212         * modules/intprops: New file.
12213         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
12214         Add intprops.
12215         * modules/getloadavg (Files): Remove lib/intprops.h.
12216         (Depends-on): Add intprops.
12217         * modules/human: Likewise.
12218         * modules/inttostr: Likewise.
12219         * modules/openat: Likewise.
12220         * modules/sig2str: Likewise.
12221         * modules/userspec: Likewise.
12222         * modules/utimecmp: Likewise.
12223         * modules/xnanosleep: Likewise.
12224         * modules/xstrtol: Likewise.
12225
12226 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
12227
12228         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
12229         * modules/lock-tests (TESTS): Use $(EXEEXT).
12230         * modules/tls-tests: Likewise.
12231         * modules/argp-tests: Likewise.
12232         (check_PROGRAMS): New var, replacing...
12233         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
12234
12235 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12236
12237         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
12238         `config.h'.
12239
12240 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
12241
12242         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
12243
12244 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12245
12246         Sync from coreutils.
12247         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
12248         gl_CHDIR_SAFER.
12249
12250 2006-02-22  Jim Meyering  <jim@meyering.net>
12251
12252         Sync from coreutils.
12253         * m4/chdir-safer.m4: New file.
12254
12255 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
12256
12257         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
12258         AT_FDCWD exceeds INT_MAX.
12259         * lib/openat.h (AT_FDCWD): Likewise.
12260
12261 2006-02-17  Eric Blake  <address@hidden>
12262
12263         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
12264
12265 2006-02-16  Simon Josefsson  <jas@extundo.com>
12266
12267         * modules/getaddrinfo (Depends-on): Add sys_socket.
12268
12269 2006-02-15  Simon Josefsson  <jas@extundo.com>
12270
12271         * build-aux/maint.mk: Add dsyntax-check rule.
12272
12273 2006-02-15  Eric Blake  <ebb9@byu.net>
12274
12275         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
12276         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
12277         'present but cannot compile' warnings on cygwin.
12278         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
12279         use ws2tcpip.h if sys/socket.h works.
12280         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
12281         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
12282
12283 2006-02-14  Simon Josefsson  <jas@extundo.com>
12284
12285         * modules/maintainer-makefile (Files): Rename.
12286
12287         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
12288         and (the local) Makefile.cfg to maint-cfg.mk.
12289
12290         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
12291         to the latter.
12292
12293         * modules/maintainer-makefile: New module.
12294
12295         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
12296         severaly stripped to make it possible to build it up from scratch
12297         with reliable tests.
12298
12299         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
12300         fixes to permit overriding the default actions when configure and
12301         makefile are not available.
12302
12303 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
12304
12305         Sync from coreutils.
12306         * modules/lstat (Depends-on): Don't depend on xalloc.
12307         (License): Change from GPL to LGPL, since this is now simply a
12308         replacement for a libc function.
12309
12310 2006-02-14  Jim Meyering  <jim@meyering.net>
12311
12312         Sync from coreutils.
12313
12314         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
12315         failure on deficient systems, and simplify gnulib lgpl dependencies.
12316         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
12317         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
12318
12319         * lib/xalloc-die.c: Remove unused definition of N_.
12320
12321 2006-02-14  Jim Meyering  <jim@meyering.net>
12322
12323         Sync from coreutils.
12324         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
12325         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
12326         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
12327         double-quote uses of that variable, to accommodate the rare case in
12328         which getmntent is available in none of the libraries checked.  This
12329         happens at least on FreeBSD 5.0.
12330
12331 2006-02-13  Simon Josefsson  <jas@extundo.com>
12332
12333         * gnulib-tool (Usage): Fix --import, from
12334         karl@freefriends.org (Karl Berry).
12335
12336 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
12337
12338         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
12339
12340 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
12341
12342         * lib/argp-namefrob.h: Restore changes accidentally lost during the
12343         "autoupdate" on 2005-12-12.
12344
12345 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12346
12347         * modules/closeout (Depends-on): Remove atexit.
12348
12349 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12350
12351         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
12352         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
12353
12354 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
12355
12356         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
12357         __EXTENSIONS__ if this causes compilation to fail.  Problem
12358         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
12359         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
12360
12361 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
12362
12363         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
12364         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
12365         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
12366         All uses changed.
12367
12368 2006-01-26  Simon Josefsson  <jas@extundo.com>
12369
12370         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
12371         prototype is visible on mingw32.
12372
12373         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
12374         for mingw32.
12375
12376         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
12377         mingw32).
12378
12379 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
12380
12381         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
12382         attempt to open for write; this always fails, at least on POSIX
12383         hosts.  This reinstates the 2006-01-09 change, which was
12384         inadvertently removed.
12385
12386 2006-01-26  Bruno Haible  <bruno@clisp.org>
12387
12388         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
12389         Reported by Paul Eggert.
12390
12391 2006-01-26  Bruno Haible  <bruno@clisp.org>
12392             Paul Eggert  <eggert@cs.ucla.edu>
12393
12394         * lib/stdbool_.h (_Bool)
12395         [(! (defined __cplusplus || defined __BEOS__)
12396           && !defined __GNUC__
12397           && !(defined __HP_cc || defined __xlc__
12398                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
12399                || defined __sgi))]:
12400         #define to signed char in these cases too; this simplifies
12401         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
12402         etc., separately) and makes it more conservative.
12403
12404 2006-01-25  Simon Josefsson  <jas@extundo.com>
12405
12406         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
12407         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
12408         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
12409
12410 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12411
12412         * lib/argp-namefrob.h: Bugfix. Remove stray #
12413
12414 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12415
12416         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
12417         so that we test the test.
12418         Check for yet another HP-UX cc bug involving *bool |= bool.
12419
12420 2006-01-25  Karl Berry  <karl@gnu.org>
12421
12422         * config/srclist.txt (vasnprintf.c): sync lost.
12423
12424 2006-01-25  Jim Meyering  <jim@meyering.net>
12425
12426         Sync from the stable (b5) branch of coreutils:
12427
12428         * lib/fts.c (fts_children): Don't let close() clobber errno from
12429         failed fchdir().
12430
12431         * lib/fts.c (fts_stat): When following a symlink-to-directory,
12432         don't necessarily interpret stat-fails+lstat-succeeds as indicating
12433         a dangling symlink.  That can also happen at least for ELOOP.
12434         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
12435         FYI, this bug predates the inclusion of fts.c in coreutils.
12436
12437         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
12438         in their own block, so pre-c99 compilers don't object.
12439
12440         Avoid the double-free (first in fts_read, second in fts_close) that
12441         would occur when an `active' directory is made inaccessible (e.g.,
12442         via chmod a-x) during a traversal.
12443         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12444         before returning.  Reproduce this failure by
12445         mkdir -p a/b; cd a; chmod a-x . b
12446         Reported by Stavros Passas.
12447
12448 2006-01-25  Jim Meyering  <jim@meyering.net>
12449
12450         * lib/fileblocks.c: Remove more useless parentheses.
12451         * lib/readutmp.h: Likewise.
12452
12453 2006-01-25  Bruno Haible  <bruno@clisp.org>
12454
12455         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
12456         warnings.
12457         Reported by Paul Eggert.
12458
12459 2006-01-25  Bruno Haible  <bruno@clisp.org>
12460
12461         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
12462         rid of a trap command. For Solaris sh.
12463         Reported by Mark D. Baushke <mdb@gnu.org>.
12464
12465 2006-01-24  Simon Josefsson  <jas@extundo.com>
12466
12467         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
12468         Bruno.
12469
12470 2006-01-24  Karl Berry  <karl@gnu.org>
12471
12472         * config/srclist.txt (argp-namefrob.h): sync lost.
12473
12474 2006-01-24  Jim Meyering  <jim@meyering.net>
12475
12476         * modules/openat (Files): Add lib/intprops.h.
12477         From Mark D. Baushke.
12478
12479 2006-01-24  Jim Meyering  <jim@meyering.net>
12480
12481         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
12482         Reported by Mark D. Baushke.
12483
12484 2006-01-24  Jim Meyering  <jim@meyering.net>
12485
12486         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
12487
12488 2006-01-24  Bruno Haible  <bruno@clisp.org>
12489
12490         * modules/strnlen (Maintainer): Change from glibc to all.
12491
12492 2006-01-24  Bruno Haible  <bruno@clisp.org>
12493
12494         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
12495         Patch by Paul Eggert.
12496
12497 2006-01-24  Bruno Haible  <bruno@clisp.org>
12498
12499         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
12500         already has it.
12501         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
12502         2005-11-26.
12503
12504         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
12505         'signed char' to avoid problems with the built-in _Bool type.
12506         Reported by Paul Eggert on 2005-11-26.
12507
12508 2006-01-24  Bruno Haible  <bruno@clisp.org>
12509
12510         * gnulib-tool (func_import): Avoid constructing complicated sed
12511         expressions inside backquote.
12512         Report and solution by Mark D. Baushke <mdb@gnu.org>.
12513
12514 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
12515
12516         These changes imported from libc.
12517         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
12518         test and two separate function calls.
12519         * lib/strndup.c (__strndup): Add libc_hidden_def.
12520
12521 2006-01-23  Simon Josefsson  <jas@extundo.com>
12522
12523         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
12524         Remove the test_*_SOURCES variable: automake infers it by default.
12525         * modules/tls-tests: Likewise.
12526
12527 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12528
12529         Work around porting bugs reported by Dieter in
12530         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
12531         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
12532         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
12533         Include "getopt.h" first, to check interface.
12534         (getenv): Declare only if defined HAVE_DECL_GETENV &&
12535         !HAVE_DECL_GETENV.
12536         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
12537         (__strndup): Revert to K&R-style function dfns, the glibc style.
12538         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
12539         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
12540         Include strnlen.h first, to get prototype properly.
12541         (strnlen): Renamed from __strnlen.
12542         Remove weak alias.
12543
12544 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12545
12546         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
12547
12548 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12549
12550         * config/srclist.txt: Adjust to reflect glibc reorganization.
12551         This affects only comments.
12552
12553 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12554
12555          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
12556          Reported by Bruce Korb <bkorb@gnu.org>.
12557
12558 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
12559
12560         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
12561         to pacify gcc -Wswitch-default.
12562
12563 2006-01-22  Bruno Haible  <bruno@clisp.org>
12564
12565         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
12566         temporary buffer for sprintf, take into account the precision also
12567         for 'd', 'i', 'u', 'o', 'x', 'X'.
12568
12569 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12570
12571         * modules/argp-tests: New module
12572         * tests/test-argp.c: New file
12573         * tests/test-argp-2.sh: New file
12574
12575 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12576
12577         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
12578         (__argp_base_name): Removed
12579         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
12580         typo.
12581         (__argp_base_name): Provide macro definition or extern declaration
12582         depending on the configuration
12583
12584 2006-01-20  Simon Josefsson  <jas@extundo.com>
12585
12586         * modules/inet_ntop (Depends-on): Depend on sys_socket.
12587
12588 2006-01-20  Simon Josefsson  <jas@extundo.com>
12589
12590         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
12591
12592 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12593
12594         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
12595         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
12596         Suggested by Bruno Haible.
12597
12598 2006-01-20  Karl Berry  <karl@gnu.org>
12599
12600         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
12601         until changes propagate, I guess.
12602
12603 2006-01-19  Simon Josefsson  <jas@extundo.com>
12604
12605         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
12606
12607 2006-01-19  Simon Josefsson  <jas@extundo.com>
12608
12609         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
12610
12611 2006-01-19  Simon Josefsson  <jas@extundo.com>
12612
12613         * gnulib-tool: Set check_PROGRAMS.
12614
12615         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12616         modules/des-tests, modules/gc-arcfour-tests,
12617         modules/gc-arctwo-tests, modules/gc-des-tests,
12618         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12619         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12620         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12621         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12622         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12623         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
12624         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
12625         test_*_SOURCES.
12626
12627 2006-01-18  Simon Josefsson  <jas@extundo.com>
12628
12629         * modules/socklen (Depends-on): Depend on sys_socket.
12630
12631 2006-01-18  Simon Josefsson  <jas@extundo.com>
12632
12633         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12634         modules/des-tests, modules/gc-arcfour-tests,
12635         modules/gc-arctwo-tests, modules/gc-des-tests,
12636         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12637         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12638         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12639         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12640         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12641         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
12642         $(EXEEXT) to automake TESTS variable, for mingw32.
12643
12644 2006-01-17  Simon Josefsson  <jas@extundo.com>
12645
12646         * modules/socklen (Include): Need sys/socket.h.
12647
12648 2006-01-17  Bruno Haible  <bruno@clisp.org>
12649
12650         * modules/ssize_t (Include): Add <sys/types.h>.
12651
12652 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
12653
12654         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
12655         it's not portable and it doesn't work with cross-compiles.
12656         Problem reported by Bruno Haible.  Fix missing-$ typo in
12657         'test "gl_cv_ignore_unused_libraries" ...' that prevented
12658         -zignore from being used with Sun's C compiler.
12659
12660 2006-01-12  Simon Josefsson  <jas@extundo.com>
12661
12662         * lib/base64.c: Fix warning, reported by Bruno Haible
12663         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
12664
12665 2006-01-12  Bruno Haible  <bruno@clisp.org>
12666
12667         * modules/ldd: New file.
12668         * build-aux/ldd.sh.in: New file.
12669         * MODULES.html.sh (Support for building libraries and executables): Add
12670         ldd.
12671
12672 2006-01-12  Bruno Haible  <bruno@clisp.org>
12673
12674         * m4/ldd.m4: New file.
12675
12676 2006-01-12  Bruno Haible  <bruno@clisp.org>
12677
12678         * gnulib-tool (func_import, func_create_testdir): Don't go into an
12679         endless loop while replacing $auxdir with build-aux.
12680
12681 2006-01-11  Simon Josefsson  <jas@extundo.com>
12682
12683         * lib/stdint_.h (SIZE_MAX): Add missing (.
12684
12685 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
12686
12687         Sync from coreutils.
12688         * lib/md5.c: Fix commentary typos.
12689         (alignof, UNALIGNED_P): No need for a GCC-specific version.
12690         * lib/md5.h (__attribute__): Remove; unused.
12691         * lib/sha1.c: Fix commentary to match md5 better.
12692         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
12693         so that we don't need to worry about alignment.  All uses changed.
12694         This merges the 2005-10-28 md5 change into sha1.
12695
12696 2006-01-11  Jim Meyering  <jim@meyering.net>
12697
12698         Sync from coreutils.
12699         * lib/md5.c (OP): Fix spacing.
12700
12701 2006-01-11  Bruno Haible  <bruno@clisp.org>
12702
12703         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12704         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
12705         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
12706
12707 2006-01-11  Bruno Haible  <bruno@clisp.org>
12708
12709         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12710         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
12711         the "early" section as well.
12712
12713 2006-01-11  Bruno Haible  <bruno@clisp.org>
12714
12715         Avoid "ar: no archive members specified" error on MacOS X.
12716         * gnulib-tool (func_modules_add_dummy): New function.
12717         (func_import, func_create_testdir): Invoke it.
12718
12719 2006-01-11  Bruno Haible  <bruno@clisp.org>
12720
12721         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
12722         with $auxdir in AC_CONFIG_FILES statements.
12723
12724 2006-01-11  Bruno Haible  <bruno@clisp.org>
12725
12726         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12727         Initialize also noinst_HEADERS to empty.
12728
12729 2006-01-11  Bruno Haible  <bruno@clisp.org>
12730
12731         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
12732         variables.
12733         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
12734         autoreconf.
12735
12736 2006-01-11  Bruno Haible  <bruno@clisp.org>
12737
12738         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
12739         overridable by the user.
12740         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12741
12742 2006-01-10  Simon Josefsson  <jas@extundo.com>
12743
12744         * modules/sys_socket: New file.
12745
12746 2006-01-10  Simon Josefsson  <jas@extundo.com>
12747
12748         * m4/sys_socket_h.m4: New file.
12749
12750 2006-01-10  Simon Josefsson  <jas@extundo.com>
12751
12752         * lib/socket_.h: New file.
12753
12754 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12755
12756         * modules/readutmp (Maintainer): Add myself.
12757
12758 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12759
12760         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
12761         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
12762         People who are still concerned with buggy memcmp implementations
12763         can invoke gl_FUNC_MEMCMP themselves.
12764
12765 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12766
12767         * lib/regex_internal.h (BITSET_WORD_BITS):
12768         Work around a bug in 64-bit PGC (before version 6.1-2), where the
12769         preprocessor mishandles large unsigned values as if they were signed.
12770         Problem reported by Claudio Fontana in
12771         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
12772
12773 2006-01-10  Jim Meyering  <jim@meyering.net>
12774
12775         Avoid the double-free (first in fts_read, second in fts_close) that
12776         would occur when an `active' directory is made inaccessible (e.g.,
12777         via chmod a-x) during a traversal.
12778         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12779         before returning.  Reproduce this failure by
12780         mkdir -p a/b; cd a; chmod a-x . b
12781         Reported by Stavros Passas.
12782
12783         Sync from coreutils.
12784         * lib/sha1.c: Tweak grammar in a comment.
12785
12786 2006-01-10  Jim Meyering  <jim@meyering.net>
12787
12788         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
12789         Patch by Joerg Sonnenberger.
12790
12791 2006-01-10  Bruno Haible  <bruno@clisp.org>
12792
12793         * modules/readutmp: Depend on module free.
12794         * modules/strtok_r: Depend on module restrict.
12795
12796 2006-01-10  Bruno Haible  <bruno@clisp.org>
12797
12798         * modules/gettext (configure.ac): Add an invocation of
12799         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
12800
12801 2006-01-10  Bruno Haible  <bruno@clisp.org>
12802
12803         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
12804         Reported by Werner Lemberg <wl@gnu.org>.
12805
12806 2006-01-10  Bruno Haible  <bruno@clisp.org>
12807
12808         * lib/localcharset.c: Update from GNU gettext.
12809
12810 2006-01-10  Bruno Haible  <bruno@clisp.org>
12811
12812         * lib/argp.h (__const): Remove macro. Use const instead.
12813         * lib/argp-fmtstream.h (__const): Likewise.
12814         * lib/glob_.h (__const): Remove macro.
12815         * lib/glob-libc.h: Use const instead of __const.
12816
12817 2006-01-10  Bruno Haible  <bruno@clisp.org>
12818
12819         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
12820         variable.
12821         Needed to avoid an automake error regarding the 'gettext' module.
12822
12823 2006-01-09  Simon Josefsson  <jas@extundo.com>
12824
12825         * modules/inet_ntop (Depends-on): Add restrict.
12826
12827 2006-01-09  Simon Josefsson  <jas@extundo.com>
12828
12829         * modules/gc-rijndael-tests (License): Put under LGPL.
12830
12831         * modules/gc-des-tests (License): Likewise.
12832
12833         * modules/gc-arcfour-tests (License): Likewise.
12834
12835         * modules/gc-arctwo-tests (License): Likewise.
12836
12837         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
12838
12839         * modules/gc-hmac-sha1-tests (Files): Likewise.
12840
12841         * modules/gc-hmac-md5-tests (License): Likewise.
12842
12843         * modules/gc-sha1-tests (License): Likewise.
12844
12845         * modules/gc-md5-tests (License): Likewise.
12846
12847         * modules/gc-md4-tests (License): Likewise.
12848
12849         * modules/gc-md2-tests (License): Likewise.
12850
12851         * modules/gc-tests (License): Likewise.
12852
12853         * modules/des-tests (License): Likewise.
12854
12855         * modules/md4-tests (License): Likewise.
12856
12857         * modules/md2-tests (License): Likewise.
12858
12859 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12860
12861         Sync from coreutils:
12862
12863         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
12864         * modules/lib-ignore: New file.
12865         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
12866         chdir-safer.m4, lchmod.m4.
12867         * modules/openat: Add mkdirat.c, openat-priv.h.
12868
12869 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12870
12871         Sync from coreutils.
12872         * m4/lib-ignore.m4: New file.
12873         * m4/lchmod.m4: New file.
12874
12875 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12876
12877         Sync from coreutils.
12878         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
12879         for write access: POSIX says that must fail.
12880         * lib/fts.c (diropen): Likewise.
12881         * lib/save-cwd.c (save_cwd): Likewise.
12882         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
12883         well, for minor improvements on hosts that lack O_DIRECTORY.
12884         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
12885         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
12886         Fall back on chown if open failed with EACCES.
12887
12888         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
12889         Report an error at compile-time if only a 1-second nominal clock
12890         resolution is found.
12891
12892         * lib/lchmod.h: New file.
12893         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
12894         (make_dir_parents): Use lchown rather than chown, and
12895         lchmod rather than chmod.
12896
12897         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
12898         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
12899         "proc" reported by n0dalus.
12900
12901         * lib/mountlist.c: Include <limits.h>.
12902         (dev_from_mount_options)
12903         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
12904         New function.  It no longer assumes "dev=" has the System V meaning
12905         on Linux (since it doesn't).  It also parses "dev=" more carefully.
12906         (read_file_system_list)
12907         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
12908         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
12909         dev= in that case.
12910
12911         * lib/posixtm.h (PDS_PRE_2000): New macro.
12912         * lib/posixtm.c (year): Arg is now syntax_bits rather than
12913         allow_century.  All usages changed.  Reject dates outside the range
12914         1969-1999 if PDS_PRE_2000 is used.
12915
12916 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12917
12918         Sync from coreutils.
12919         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
12920         (Time of day items): Mention the possibility of leap seconds.
12921         Problem reported by Dr. David Alan Gilbert.
12922
12923 2006-01-09  Jim Meyering  <jim@meyering.net>
12924
12925         Sync from coreutils.
12926
12927         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
12928
12929         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
12930
12931         * lib/modechange.c (mode_compile): Reject an invalid mode string
12932         that starts with an octal digit.  From Andreas Gruenbacher.
12933
12934         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
12935         and dup to open_safer and dup_safer, respectively.
12936         (openat_permissive): Fix typo in comment.
12937
12938         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
12939         "gettext.h"; either no longer needed or are guaranteed by openat.h.
12940         (_): Remove; no longer needed.
12941         (openat): Renamed from rpl_openat; no need for rpl_openat
12942         since openat.h renames openat for us.
12943         Replace most of the body with a call to openat_permissive,
12944         to avoid duplicate code.
12945         Port to (probably hypothetical) environments were mode_t is
12946         wider than int.
12947         (openat_permissive): Require mode arg, so that we can check
12948         types better.  Put it just after flags.  Change cwd failure
12949         indicator from pointer-to-bool to pointer-to-errno-value.
12950         All callers changed.
12951         Invoke openat_save_fail and/or openat_restore_fail if
12952         cwd_errno is null, so that openat can call us.
12953         (openat_permissive, fdopendir, fstatat, unlinkat):
12954         Simplify errno handling to avoid some duplicate code,
12955         as it's OK to set errno on success.
12956         * lib/openat.h: Revamp code so that function macros depend on
12957         __OPENAT_PREFIX only, not also on AT_FDCWD.
12958         (openat_ro): Remove.  Caller changed to use openat_permissive.
12959         (openat_permissive): Now a macro, if not a function.
12960         (openat_restore_fail, openat_save_fail): Now always functions,
12961         since mkdirat needs them even if __OPENAT_PREFIX is defined.
12962
12963         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
12964         and openat.c.
12965         * lib/mkdirat.c: Include openat-priv.h.
12966         Remove definitions of macros defined therein.
12967         * lib/openat.c: Likewise.
12968
12969         * lib/mkdirat.c (mkdirat): New file and function.
12970         * lib/openat.h (mkdirat): Declare.
12971
12972         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
12973
12974         * lib/openat.h (openat_permissive): Declare.
12975         (openat_ro): Define.
12976
12977         * lib/openat.c (EXPECTED_ERRNO): New macro.
12978         (openat_permissive): New function -- used in remove.c rewrite.
12979         (all functions): Set errno just before returning, only if there
12980         was an actual failure.
12981         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
12982
12983         Emulate openat-family functions using Linux's procfs, if possible.
12984         Idea and some code based on Ulrich Drepper's glibc changes.
12985
12986         * lib/openat.c: (BUILD_PROC_NAME): New macro.
12987         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
12988         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
12989         before falling back on save_cwd and restore_cwd.
12990         (fdopendir, fstatat, unlinkat): Likewise.
12991
12992         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
12993         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
12994
12995         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
12996         as second argument to va_arg.  Otherwise, some versions of gcc
12997         warn that `if this code is reached, the program will abort'.
12998
12999 2006-01-09  Jim Meyering  <jim@meyering.net>
13000
13001         Sync from coreutils.
13002         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
13003         Require openat-priv.h.
13004
13005 2006-01-09  Bruno Haible  <bruno@clisp.org>
13006
13007         * modules/strnlen (Include): Use strnlen.h.
13008
13009 2006-01-09  Bruno Haible  <bruno@clisp.org>
13010
13011         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
13012
13013 2006-01-09  Bruno Haible  <bruno@clisp.org>
13014
13015         * lib/sysexit_.h (EX_OK): New macro.
13016         Suggested by Martin Lambers <marlam@marlam.de>.
13017
13018 2006-01-09  Bruno Haible  <bruno@clisp.org>
13019
13020         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
13021         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
13022
13023 2006-01-09  Bruno Haible  <bruno@clisp.org>
13024
13025         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
13026         numbers.
13027
13028 2006-01-09  Bruno Haible  <bruno@clisp.org>
13029
13030         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
13031         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
13032         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
13033         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
13034
13035 2006-01-09  Bruno Haible  <bruno@clisp.org>
13036
13037         * build-aux/javacomp.sh.in: New file, moved from lib/.
13038         * modules/javacomp-script (Files): Update.
13039         (configure.ac): Add AC_CONFIG_FILES invocation.
13040         (EXTRA_DIST): Remove variable.
13041
13042         * build-aux/javaexec.sh.in: New file, moved from lib/.
13043         * modules/javaexec (Files): Update.
13044         (configure.ac): Add AC_CONFIG_FILES invocation.
13045         (EXTRA_DIST): Remove javaexec.sh.in.
13046
13047         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
13048         * modules/csharpcomp-script (Files): Update.
13049         (configure.ac): Add AC_CONFIG_FILES invocation.
13050         (EXTRA_DIST): Remove variable.
13051
13052         * build-aux/csharpexec.sh.in: New file, moved from lib/.
13053         * modules/csharpexec (Files): Update.
13054         (configure.ac): Add AC_CONFIG_FILES invocation.
13055         (EXTRA_DIST): Remove csharpexec.sh.in.
13056
13057 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
13058
13059         Sync from coreutils.
13060
13061         Add POSIX ACL support
13062         * lib/acl.h (copy_acl, set_acl): Add declarations.
13063         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
13064         systems other than Linux.
13065         (chmod_or_fchmod): New function: use fchmod when possible,
13066         and chmod otherwise.
13067         (file_has_acl): Add a POSIX ACL implementation, with a
13068         Linux-specific subcase.
13069         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
13070         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
13071         acls are unsupported.
13072         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
13073         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
13074         are unsupported.
13075
13076 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
13077
13078         Sync from coreutils.
13079         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
13080
13081 2006-01-07  Bruno Haible  <bruno@clisp.org>
13082
13083         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
13084         gl_EARLY.
13085
13086 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13087
13088         * lib/strftime.c (tzname): Don't declare if it is already #defined.
13089         Problem reported for Mingw by Mark Junker.
13090
13091 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13092
13093         * README: Gnulib normally doesn't generate a tarball.
13094
13095 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
13096
13097         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
13098         long int, not int, for nanosecond counts, so that people who are
13099         used to POSIX struct timespec won't be surprised.  Reported by Jim
13100         Meyering.
13101
13102 2005-12-28  Bruno Haible  <bruno@clisp.org>
13103
13104         * build-aux/config.rpath: Update from GNU gettext.
13105
13106 2005-12-16  Jim Meyering  <jim@meyering.net>
13107
13108         * modules/fprintftime: New module.
13109         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
13110
13111 2005-12-16  Jim Meyering  <jim@meyering.net>
13112
13113         * m4/fprintftime.m4: New file.
13114
13115 2005-12-16  Jim Meyering  <jim@meyering.net>
13116
13117         * lib/fprintftime.c, lib/fprintftime.h: New files.
13118
13119 2005-12-15  Simon Josefsson  <jas@extundo.com>
13120
13121         * modules/socklen (configure.ac): Fix M4 macro name, to align with
13122         new m4/socklen.m4.
13123
13124 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13125
13126         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
13127         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
13128
13129 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13130
13131         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
13132         * lib/argp-help.c (fill_in_uparams): Check if the constructed
13133         struct uparams is valid. Fall back to the default values if it is
13134         not.
13135
13136 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13137
13138         * modules/argp (Files): Add argp-pin.c
13139         (Depends-on): dirname
13140         (lib_SOURCES): Add argp-pin.c
13141
13142 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13143
13144         * m4/argp.m4:  Check if program_invocation_name and
13145         program_invocation_short_name are declared and define appropriate
13146         macros if they are not.
13147
13148 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13149
13150         * lib/argp-help.c (__argp_base_name): New function
13151         (__argp_short_program_name): Rewrite using __argp_base_name
13152         * lib/argp-namefrob.h: Define program_invocation_name and
13153         program_invocation_short_name if requested
13154         (__argp_base_name): Add prototype
13155         * lib/argp-parse.c (argp_def): Use gettext wrappers
13156         (argp_default_parser): Use __argp_base_name
13157         * lib/argp-pin.c: New file. Defines program_invocation_name and
13158         program_invocation_short_name on systems that lack them.
13159
13160 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13161
13162         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
13163         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
13164         porting problem reported by Georg Schwarz in
13165         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
13166
13167 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13168
13169         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
13170         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
13171         porting problem reported by Georg Schwarz in
13172         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
13173
13174 2005-12-05  Bruno Haible  <bruno@clisp.org>
13175
13176         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
13177         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
13178         Reported by Mark Junker <mjscod@gmx.de>.
13179
13180 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
13181
13182         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
13183         Use implementation from Albert Chin, with some
13184         comments/corrections by Stepan Kasal and myself.
13185
13186 2005-12-02  Bruno Haible  <bruno@clisp.org>
13187
13188         * gnulib-tool (func_import): Accept GPLed build tool modules when
13189         --lgpl is given.
13190         * modules/csharpcomp-script: New file.
13191         * modules/csharpcomp: Depend on it.
13192         * modules/javacomp-script: New file.
13193         * modules/javacomp: Depend on it.
13194         Suggested by Simon Josefsson.
13195
13196 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
13197
13198         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
13199         statement, to work around an HP-UX 10.20 compiler bug reported by
13200         Peter O'Gorman.
13201
13202 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
13203
13204         * modules/savedir (Depends-on): Add openat.
13205
13206 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
13207
13208         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
13209         (uintmax_t) [defined uintmax_t]: Do not declare.
13210         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
13211         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
13212         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
13213         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
13214         sake of portability to weird hosts that C allows (though we don't
13215         know of any practical examples).
13216
13217         * lib/savedir.h (fdsavedir): New decl.
13218         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
13219         contains most of the former guts of savedir.
13220         (savedir): Use savedirstream.
13221         Include "openat.h".
13222
13223 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13224
13225         * modules/obstack (Files): Add m4/ulonglong.m4.
13226         Problem reported by Davide Angelocola.
13227
13228 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
13229
13230         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
13231         coreutils no longer futzes with rounding modes.
13232
13233 2005-11-14  Jim Meyering  <jim@meyering.net>
13234
13235         * lib/mkstemp-safer.c: Include <config.h>, required for possible
13236         replacement of mkstemp.
13237
13238 2005-11-10  Simon Josefsson  <jas@extundo.com>
13239
13240         * lib/readline.c: Remove EOL.
13241
13242 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13243
13244         * modules/gethrxtime (Depends-on): Add gettime.
13245
13246 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13247
13248         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
13249         or gettimeofday; no longer needed.
13250
13251 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13252
13253         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
13254         time business.
13255         (gethrxtime) [! (HAVE_NANOUPTIME
13256         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
13257         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
13258         our own approximation.
13259
13260 2005-11-08  Eric Blake  <ebb9@byu.net>
13261
13262         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13263
13264 2005-11-08  Eric Blake  <ebb9@byu.net>
13265
13266         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13267
13268 2005-11-04  Bruno Haible  <bruno@clisp.org>
13269
13270         * gnulib-tool: Implement --update mode.
13271
13272 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13273
13274         Fix porting problem reported by Theodoros V. Kalamatianos.
13275         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
13276         Don't assume that futimes failing means we must fail.
13277
13278 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13279
13280         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
13281         variables to suggest the intended function of the PATH_MAX check.
13282
13283 2005-10-30  Kean Johnston  <jkj@sco.com>
13284
13285         Trivial changes to support SCO systems.
13286         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
13287         as PATH_MAX.
13288         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
13289         where __ptr is null when no I/O is pending.
13290
13291 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13292
13293         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
13294         leave errno alone.  Problem reported by Dmitry V. Levin.
13295
13296 2005-10-28  Simon Josefsson  <jas@extundo.com>
13297
13298         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
13299         Test more.
13300
13301         * tests/test-gc-md2.c, tests/test-md2.c: New files.
13302
13303         * modules/md2, modules/md2-tests: New files.
13304
13305 2005-10-28  Simon Josefsson  <jas@extundo.com>
13306
13307         * m4/inet_ntop.m4: More tests.
13308
13309         * m4/gc-md2.m4, md2.m4: New file.
13310
13311 2005-10-28  Simon Josefsson  <jas@extundo.com>
13312
13313         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
13314         "restrict" keywords, as per POSIX.  Protect the function
13315         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
13316         Don't use K&R prototypes.  Check the sprintf return values.
13317         Re-define EAFNOSUPPORT if not present.  Indent.
13318
13319         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
13320         suggested by Bruno Haible <bruno@clisp.org>.
13321
13322         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
13323
13324         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
13325
13326         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
13327         libgcrypt).
13328
13329         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
13330
13331         * lib/md2.h, lib/md2.c: New files.
13332
13333 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
13334
13335         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
13336         errno alone.  Problem reported by Frederic Jolliton.
13337
13338 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
13339
13340         * modules/verify (License): Change from GPL to LGPL.  This is a
13341         tiny module and there are apparently near-equivalents that are
13342         under the BSD license.
13343
13344 2005-10-24  Simon Josefsson  <jas@extundo.com>
13345
13346         * modules/sha1: Relicense to LGPL.
13347
13348 2005-10-24  Simon Josefsson  <jas@extundo.com>
13349
13350         * lib/md4.h: Shrink buffer size, now that we changed the type.
13351
13352 2005-10-23  Simon Josefsson  <jas@extundo.com>
13353
13354         * gnulib-tool (func_import): Fix --tests-base.
13355
13356 2005-10-22  Simon Josefsson  <jas@extundo.com>
13357
13358         * modules/arcfour (Depends-on): Need stdint.
13359
13360 2005-10-22  Simon Josefsson  <jas@extundo.com>
13361
13362         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
13363         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
13364
13365 2005-10-22  Simon Josefsson  <jas@extundo.com>
13366
13367         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
13368         suggested by Bruno Haible <bruno@clisp.org>.
13369
13370 2005-10-22  Simon Josefsson  <jas@extundo.com>
13371
13372         * lib/crc.h: Include stddef.h, for size_t.
13373
13374 2005-10-22  Simon Josefsson  <jas@extundo.com>
13375
13376         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
13377         arcfour_context struct (simplify test vector testing in GNU
13378         Shishi).
13379
13380 2005-10-21  Simon Josefsson  <jas@extundo.com>
13381
13382         * modules/des, modules/des-tests: New files.
13383
13384         * modules/gc-des, modules/gc-des-tests: New files.
13385
13386         * tests/test-des.c, tests/test-gc-des.c: New file.
13387
13388 2005-10-21  Simon Josefsson  <jas@extundo.com>
13389
13390         * modules/arctwo, modules/arctwo-tests: New files.
13391
13392         * tests/test-arctwo.c: New file.
13393
13394         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
13395
13396         * tests/test-gc-arctwo.c: New file.
13397
13398 2005-10-21  Simon Josefsson  <jas@extundo.com>
13399
13400         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
13401         Bruno Haible <bruno@clisp.org>.
13402
13403         * m4/gc-des.m4: New file.
13404
13405 2005-10-21  Simon Josefsson  <jas@extundo.com>
13406
13407         * m4/arctwo.m4: New file.
13408
13409         * m4/gc-arctwo.m4: New file.
13410
13411 2005-10-21  Simon Josefsson  <jas@extundo.com>
13412
13413         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
13414         block.
13415
13416 2005-10-21  Simon Josefsson  <jas@extundo.com>
13417
13418         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
13419         <bruno@clisp.org>.
13420
13421         * lib/hmac-sha1.c (hmac_sha1): Likewise.
13422
13423         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
13424         Bruno Haible <bruno@clisp.org>.
13425
13426         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
13427         <bruno@clisp.org>.
13428
13429 2005-10-21  Simon Josefsson  <jas@extundo.com>
13430
13431         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
13432
13433 2005-10-21  Simon Josefsson  <jas@extundo.com>
13434
13435         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
13436
13437 2005-10-21  Simon Josefsson  <jas@extundo.com>
13438
13439         * lib/des.h, lib/des.c: New files.
13440
13441         * lib/gc-gnulib.c: Support DES.c
13442
13443 2005-10-21  Simon Josefsson  <jas@extundo.com>
13444
13445         * lib/arctwo.h, lib/arctwo.c: New files.
13446
13447         * lib/gc-gnulib.c: Support ARCTWO.
13448
13449 2005-10-21  Simon Josefsson  <jas@extundo.com>
13450
13451         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
13452         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13453
13454 2005-10-21  Simon Josefsson  <jas@extundo.com>
13455
13456         * gnulib-tool (func_import, func_create_testdir): Define automake
13457         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
13458         Makefile.am snippet),
13459         suggested by Bruno Haible <bruno@clisp.org>.
13460
13461         * modules/gc (Makefile.am): Use it.
13462
13463 2005-10-21  Bruno Haible  <bruno@clisp.org>
13464
13465         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
13466         patch.
13467
13468 2005-10-19  Simon Josefsson  <jas@extundo.com>
13469
13470         * tests/test-gc-rijndael.c: New file.
13471
13472         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
13473
13474 2005-10-19  Simon Josefsson  <jas@extundo.com>
13475
13476         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
13477         interface too.
13478
13479 2005-10-19  Simon Josefsson  <jas@extundo.com>
13480
13481         * tests/test-gc-arcfour.c: New file.
13482
13483         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
13484
13485 2005-10-19  Simon Josefsson  <jas@extundo.com>
13486
13487         * modules/gc-md4, modules/gc-md4-tests: New file.
13488
13489         * tests/test-gc-md4.c: New file.
13490
13491 2005-10-19  Simon Josefsson  <jas@extundo.com>
13492
13493         * m4/gc-md4.m4: New file.
13494
13495 2005-10-19  Simon Josefsson  <jas@extundo.com>
13496
13497         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
13498         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
13499         <kasal@ucw.cz>.
13500
13501 2005-10-19  Simon Josefsson  <jas@extundo.com>
13502
13503         * m4/gc-arcfour.m4: New file.
13504
13505         * m4/gc-rijndael.m4: New file.
13506
13507 2005-10-19  Simon Josefsson  <jas@extundo.com>
13508
13509         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
13510
13511 2005-10-19  Simon Josefsson  <jas@extundo.com>
13512
13513         * lib/gc-gnulib.c: Support ARCFOUR.
13514
13515 2005-10-19  Simon Josefsson  <jas@extundo.com>
13516
13517         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
13518         support.
13519
13520         * lib/gc.h: Add ECB enum type.
13521
13522         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
13523
13524 2005-10-18  Simon Josefsson  <jas@extundo.com>
13525
13526         * tests/test-md5.c: New file.
13527
13528         * modules/md5-tests: New file.
13529
13530 2005-10-18  Simon Josefsson  <jas@extundo.com>
13531
13532         * tests/test-md4.c: New file.
13533
13534         * modules/md4, modules/md4-tests: New files.
13535
13536 2005-10-18  Simon Josefsson  <jas@extundo.com>
13537
13538         * m4/md4.m4: New file.
13539
13540 2005-10-18  Simon Josefsson  <jas@extundo.com>
13541
13542         * lib/md4.h, lib/md4.c: New files, based on md5.?.
13543
13544 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
13545
13546         * gnulib-tool (func_create_testdir): Omit the second check whether
13547         BUILT_SOURCES in nonempty.
13548
13549 2005-10-17  Simon Josefsson  <jas@extundo.com>
13550
13551         * tests/test-rijndael.c: New file.
13552
13553 2005-10-17  Simon Josefsson  <jas@extundo.com>
13554
13555         * modules/sha1: Depend on stdint instead of md5.
13556
13557         * modules/md5: Depend on stdint, remove uint32_t.
13558
13559 2005-10-17  Simon Josefsson  <jas@extundo.com>
13560
13561         * modules/gc-sha1-tests: New file.
13562
13563         * tests/test-gc-sha1.c: New file.
13564
13565 2005-10-17  Simon Josefsson  <jas@extundo.com>
13566
13567         * m4/md5.m4: Remove call to uint32_t.m4.
13568
13569 2005-10-17  Simon Josefsson  <jas@extundo.com>
13570
13571         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
13572
13573         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
13574         md5.h.
13575
13576         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
13577
13578         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
13579
13580 2005-10-17  Simon Josefsson  <jas@extundo.com>
13581
13582         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
13583
13584 2005-10-17  Simon Josefsson  <jas@extundo.com>
13585
13586         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
13587
13588 2005-10-17  Simon Josefsson  <jas@extundo.com>
13589
13590         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
13591
13592         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
13593
13594 2005-10-17  Bruno Haible  <bruno@clisp.org>
13595
13596         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
13597         that it can also be used in a test.
13598
13599 2005-10-16  Bruno Haible  <bruno@clisp.org>
13600
13601         * gnulib-tool (func_emit_tests_Makefile_am): Also define
13602         TESTS_ENVIRONMENT, so that individual tests can augment it.
13603
13604         * gnulib-tool (func_create_testdir): Use an intermediate target for
13605         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
13606         macros, like $(ALLOCA_H), which cannot be passed through the command
13607         line.
13608
13609 2005-10-15  Simon Josefsson  <jas@extundo.com>
13610
13611         * modules/rijndael-tests: New file.
13612
13613         * modules/rijndael: New file.
13614
13615 2005-10-15  Simon Josefsson  <jas@extundo.com>
13616
13617         * m4/rijndael.m4: New file.
13618
13619 2005-10-15  Simon Josefsson  <jas@extundo.com>
13620
13621         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
13622
13623         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
13624
13625 2005-10-14  Simon Josefsson  <jas@extundo.com>
13626
13627         * tests/test-arcfour.c: New file.
13628
13629         * modules/arcfour, modules/arcfour-tests: New files.
13630
13631 2005-10-14  Simon Josefsson  <jas@extundo.com>
13632
13633         * m4/arcfour.m4: New file.
13634
13635 2005-10-14  Simon Josefsson  <jas@extundo.com>
13636
13637         * lib/arcfour.h, lib/arcfour.c: New files.
13638
13639 2005-10-14  Roland McGrath  <roland@redhat.com>
13640
13641         Import from libc.  [BZ #1331]
13642         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
13643         macro argument.
13644         Reported by Matej Vela <vela@debian.org>.
13645
13646 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13647
13648         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
13649         include <wchar.h>; no longer needed.
13650
13651 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13652
13653         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
13654
13655 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
13656         and  Ulrich Drepper  <drepper@redhat.com>
13657
13658         Import from libc.
13659         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
13660         instead of inline stream orientation test and two separate
13661         function calls.  Pay no attention to USE_IN_LIBIO.
13662
13663 2005-10-13  Simon Josefsson  <jas@extundo.com>
13664
13665         * modules/gc-hmac-md5-tests: New file.
13666
13667         * tests/test-gc-hmac-sha1.c: New file.
13668
13669         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
13670
13671         * modules/gc-hmac-md5-tests: New file.
13672
13673         * tests/test-gc-md5.c: New file.
13674
13675         * modules/gc-md5-tests: New file.
13676
13677 2005-10-13  Simon Josefsson  <jas@extundo.com>
13678
13679         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
13680         Move memory allocation outside of loop.
13681
13682 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
13683
13684         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
13685         intermediate directory is in a read-only file system.  Problem
13686         reported by Eric Blake.
13687
13688 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
13689
13690         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
13691
13692 2005-10-12  Simon Josefsson  <jas@extundo.com>
13693
13694         * tests/test-hmac-sha1.c: New file.
13695
13696         * modules/hmac-sha1-tests: New file.
13697
13698         * modules/hmac-sha1: New file.
13699
13700 2005-10-12  Simon Josefsson  <jas@extundo.com>
13701
13702         * modules/gc-sha1: New file.
13703
13704 2005-10-12  Simon Josefsson  <jas@extundo.com>
13705
13706         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
13707
13708         * tests/test-gc-pbkdf2-sha1.c: New file.
13709
13710 2005-10-12  Simon Josefsson  <jas@extundo.com>
13711
13712         * modules/gc-md5, modules/gc-hmac-md5: New files.
13713
13714         * modules/gc (Files): Remove md5, memxor and hmac files.
13715
13716 2005-10-12  Simon Josefsson  <jas@extundo.com>
13717
13718         * m4/gc-pbkdf2-sha1.m4: New file.
13719
13720         * m4/gc-hmac-sha1.m4: New file.
13721
13722         * m4/gc-sha1: New file.
13723
13724         * m4/hmac-sha1.m4: New file.
13725
13726 2005-10-12  Simon Josefsson  <jas@extundo.com>
13727
13728         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
13729
13730         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
13731
13732 2005-10-12  Simon Josefsson  <jas@extundo.com>
13733
13734         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
13735         suggested by Bruno Haible <bruno@clisp.org>.
13736
13737 2005-10-12  Simon Josefsson  <jas@extundo.com>
13738
13739         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
13740
13741 2005-10-12  Simon Josefsson  <jas@extundo.com>
13742
13743         * lib/gc-pbkdf2-sha1.c: New file.
13744
13745         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
13746
13747 2005-10-12  Simon Josefsson  <jas@extundo.com>
13748
13749         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
13750
13751         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
13752
13753 2005-10-12  Simon Josefsson  <jas@extundo.com>
13754
13755         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
13756         GC_USE_HMAC_MD5, respectively.
13757
13758         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
13759         (gc_md5): Fix typo.
13760
13761         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
13762
13763         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
13764
13765         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
13766
13767 2005-10-12  Bruno Haible  <bruno@clisp.org>
13768
13769         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
13770         Reported by Stepan Kasal <kasal@ucw.cz>.
13771
13772 2005-10-11  Simon Josefsson  <jas@extundo.com>
13773
13774         * tests/test-crc.c: New file.
13775
13776         * modules/crc, modules/crc-tests: New files.
13777
13778 2005-10-11  Simon Josefsson  <jas@extundo.com>
13779
13780         * m4/crc.m4: New file.
13781
13782 2005-10-11  Simon Josefsson  <jas@extundo.com>
13783
13784         * lib/gc.h: Add gc_hash and gc_hash_buffer.
13785
13786         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
13787
13788         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
13789
13790 2005-10-11  Simon Josefsson  <jas@extundo.com>
13791
13792         * lib/crc.h, lib/crc.c: New files.
13793
13794         * lib/gc.h (gc_hash_buffer): Add doc.
13795
13796 2005-10-11  Bruno Haible  <bruno@clisp.org>
13797
13798         * modules/c-strcasestr: New file.
13799         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
13800
13801 2005-10-11  Bruno Haible  <bruno@clisp.org>
13802
13803         * modules/c-strcase: New file.
13804         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
13805
13806 2005-10-11  Bruno Haible  <bruno@clisp.org>
13807
13808         * lib/strcasecmp.c: Include limits.h.
13809         (strcasecmp): Avoid integer overflow on exotic platforms.
13810         * lib/strncasecmp.c: Include limits.h.
13811         (strncasecmp): Avoid integer overflow on exotic platforms.
13812         Reported by Paul Eggert.
13813
13814 2005-10-11  Bruno Haible  <bruno@clisp.org>
13815
13816         * lib/c-strcasestr.h: New file, from GNU gettext.
13817         * lib/c-strcasestr.c: New file, from GNU gettext.
13818
13819 2005-10-11  Bruno Haible  <bruno@clisp.org>
13820
13821         * lib/c-strcase.h: New file, from GNU gettext.
13822         * lib/c-strcasecmp.c: New file, from GNU gettext.
13823         * lib/c-strncasecmp.c: New file, from GNU gettext.
13824
13825 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13826
13827         * modules/mempcpy (License): GPL -> LGPL.
13828         * modules/strchrnul (License): Likewise.
13829         * modules/sysexits (License): Likewise.
13830
13831 2005-10-08  Simon Josefsson  <jas@extundo.com>
13832
13833         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
13834
13835 2005-10-07  Simon Josefsson  <jas@extundo.com>
13836
13837         * m4/memxor.m4: Remove gl_C_RESTRICT call.
13838
13839 2005-10-06  Simon Josefsson  <jas@extundo.com>
13840
13841         * tests/test-hmac-md5.c: New file.
13842
13843         * modules/hmac-md5-tests: New file.
13844
13845         * modules/hmac-md5: New file.
13846
13847 2005-10-06  Simon Josefsson  <jas@extundo.com>
13848
13849         * m4/hmac-md5.m4: New file.
13850
13851         * m4/memxor.m4: Require gl_C_RESTRICT.
13852
13853 2005-10-06  Simon Josefsson  <jas@extundo.com>
13854
13855         * lib/memxor.c (memxor): Avoid casts and warnings.
13856
13857 2005-10-06  Simon Josefsson  <jas@extundo.com>
13858
13859         * lib/hmac-md5.c: New file.
13860
13861         * lib/hmac.h: New file.
13862
13863 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13864
13865         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
13866         promotes to int, not unsigned int, to catch the AIX 5.3
13867         compiler bug.
13868
13869 2005-10-05  Simon Josefsson  <jas@extundo.com>
13870
13871         * modules/memxor: New file.
13872
13873         * modules/iconv (Files): Move config.rpath to havelib, it is used
13874         there.
13875
13876         * modules/havelib (Files): Add config.rpath.
13877
13878 2005-10-05  Simon Josefsson  <jas@extundo.com>
13879
13880         * m4/memxor.m4: New file.
13881
13882 2005-10-05  Simon Josefsson  <jas@extundo.com>
13883
13884         * lib/memxor.c (memxor): Fix compiler error.
13885
13886         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
13887         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
13888
13889         * lib/memxor.h, lib/memxor.c: New files.
13890
13891         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
13892         we assume all systems have it, suggested by Jim Meyering
13893         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
13894         any systems lack sys/socket.h; mingw32 is known to lack it, but we
13895         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
13896         same reasons.
13897
13898 2005-10-05  Simon Josefsson  <jas@extundo.com>
13899
13900         * config/srclist.txt: Add glibc bug 1423 for md5.h.
13901
13902 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13903
13904         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
13905         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
13906         needed, since the source code now assumes these .h files.
13907
13908 2005-10-05  Derek Price  <derek@ximbiot.com>
13909
13910         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
13911
13912 2005-10-05  Bruno Haible  <bruno@clisp.org>
13913
13914         * modules/stdint (License): Change to LGPL.
13915
13916 2005-10-04  Simon Josefsson  <jas@extundo.com>
13917
13918         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
13919         D. Baushke" <mdb@gnu.org>.
13920
13921 2005-10-04  Bruno Haible  <bruno@clisp.org>
13922
13923         * lib/verify.h (verify_true): Provide alternative definition for C++.
13924
13925 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
13926
13927         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
13928         (SSIZE_MAX): New macro, if not already defined.
13929         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
13930         than 2 GiB.
13931
13932 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13933
13934         Sync from coreutils.
13935         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
13936         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
13937         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
13938         ULLONG_MAX doesn't work with 2.7.2.1.
13939
13940 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13941
13942         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
13943         From Ben Pfaff.
13944
13945         * modules/exclude (Depends-on): Depend on verify.
13946         * modules/strtoimax (Depends-on): Likewise.
13947         * modules/utimecmp (Depends-on): Likewise.
13948
13949 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13950
13951         * lib/exclude.c: Include verify.h.
13952         (verify): Remove.  All callers changed to use verify.h's version.
13953         * lib/strtoimax.c: Likewise.
13954         * lib/utimecmp.c: Likewis.e
13955
13956         Sync from coreutils.
13957         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
13958         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
13959         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
13960         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
13961         bother returning ENOSYS if settimeofday or stime fails; just let
13962         them return whatever errno they want to return.
13963         * lib/utimens.c: Include unistd.h, for dup2.
13964         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
13965         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
13966
13967 2005-10-02  Jim Meyering  <jim@meyering.net>
13968
13969         Sync from coreutils.
13970         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
13971         from glibc-2.2.5 that fails for read-only files.
13972
13973 2005-10-02  Jim Meyering  <jim@meyering.net>
13974
13975         Sync from coreutils.
13976         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
13977         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
13978         `#if HAVE_CONFIG_H'.
13979         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
13980         Remove AT_FDCWD test.
13981         Do not consume the fd unless successful.
13982         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
13983         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
13984         block, so that we don't even try to compile it if settimeofday is
13985         available.  This works around a compilation failure on OSF1 V5.1,
13986         due to stime requiring a `long int*' while tv_sec is `int'.
13987
13988 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
13989
13990         Sync from coreutils.
13991         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
13992         against `yes', rather than just testing for nonempty.
13993
13994 2005-10-01  Simon Josefsson  <jas@extundo.com>
13995
13996         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
13997         and Darwin.
13998
13999         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
14000         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
14001         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
14002         freeaddrinfo and gai_strerror are declared by the POSIX headers.
14003         Check if struct addrinfo is declared.
14004
14005 2005-10-01  Simon Josefsson  <jas@extundo.com>
14006
14007         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
14008         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
14009         AI_* and EAI_* definitions.  Protect function declarations.
14010
14011 2005-10-01  Jim Meyering  <jim@meyering.net>
14012
14013         Sync from coreutils.
14014
14015         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
14016         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
14017         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
14018         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
14019         in the inet and nsl libraries.  Required on Solaris 5.7.
14020
14021 2005-10-01  Jim Meyering  <jim@meyering.net>
14022
14023         Sync from coreutils.
14024         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
14025         in the inet and nsl libraries.  Required on Solaris 5.7.
14026
14027 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
14028
14029         * lib/getdelim.c (getdelim): Remove unused variables.
14030
14031 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
14032
14033         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
14034         so that the code works even with ancient cpp.  Portability problem
14035         with GCC 2.7.2.1 reported by Thomas M.Ott.
14036
14037 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
14038
14039         * modules/regex (Depends-on): Add strcase.
14040
14041         * modules/gethostname (Licence): Change from GPL to LGPL, since
14042         gethostname.c is a trivial implementation of a standard library
14043         function.
14044         * modules/poll (License): Change from GPL to LGPL, since it's
14045         derived from LGPL code.
14046
14047 2005-09-27  Jim Meyering  <jim@meyering.net>
14048
14049         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
14050         HAVE_CONFIG_H.
14051
14052         * lib/intprops.h (signed_type_or_expr__): Define.
14053         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
14054         for unsigned types.
14055
14056 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
14057
14058         * lib/verify.h (verify_expr): Remove, replacing with:
14059         (verify_true): New macro that returns true instead of void.
14060         (verify_type__): Remove.
14061         (verify): Use verify_true rather than verify_type__.
14062
14063 2005-09-26  Bruno Haible  <bruno@clisp.org>
14064
14065         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
14066         is necessary.
14067         (lib_SOURCES): Remove mbchar.c.
14068         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
14069         (Files): Add m4/mbrtowc.m4.
14070         * modules/mbiter: Likewise.
14071         * modules/mbuiter: Likewise.
14072
14073 2005-09-26  Bruno Haible  <bruno@clisp.org>
14074
14075         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
14076         compile mbchar.c if they are not both present.
14077         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
14078         * m4/mbiter.m4 (gl_MBITER): Likewise.
14079         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
14080         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
14081         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
14082
14083 2005-09-25  Jim Meyering  <jim@meyering.net>
14084
14085         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
14086         also uses socklen_t.
14087
14088 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
14089
14090         * lib/utimens.c (ENOSYS): Define if not already defined.
14091         (futimens): Support having a null PATH if the file descriptor
14092         is nonnegative.
14093
14094         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
14095         Remove.
14096         (__attribute): Define to empty unless GCC 3.1 or later.
14097         This works around a core dump on OpenBSD 3.4, which has GCC
14098         2.95.3, which dumps core when given __attribute__(()).  It also
14099         simplifies other tests, since we really don't want to bother with
14100         worrying about which ancient version of GCC supported what.
14101         Original problem reported by Yoann Vandoorselaere, with part of
14102         the fix suggested by Derek Price.
14103
14104 2005-09-24  Jim Meyering  <jim@meyering.net>
14105
14106         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
14107         so we can once again use a positive bitfield width of 1 -- now we
14108         don't have to explain why we were using a bitfield width of 2.
14109
14110 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
14111
14112         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
14113         and similarly for the other external symbols.  Problem reported
14114         by James Gallager.
14115
14116         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
14117         bug reported by Jim Meyering.
14118
14119         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
14120         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
14121         not needed, since socklen is a prerequisite module.
14122
14123 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
14124
14125         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
14126         Problem reported by Eric Blake.
14127         (getaddrinfo): Initialize se so that it's not garbage.
14128         Redo internal storage allocation so that it doesn't make unportable
14129         assumptions about alignment.
14130         Fix a memory leak.
14131
14132         * lib/utimens.c (futimens): Use futimesat if available.
14133         Prefer it to futimes since it doesn't have the futimes bug.
14134
14135         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
14136         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
14137         Instead, declare a function that returns a pointer to an array,
14138         and use verify_type__ to declare the size of the array.
14139         Problem and germ of a solution reported by Bruno Haible.
14140         (verify_type__): Use 2, not 1, for bitfield size, to avoid
14141         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
14142
14143 2005-09-23  Jim Meyering  <jim@meyering.net>
14144
14145         Sync from coreutils.
14146         Correct build failure (socklen_t not defined) on at least
14147         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
14148         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
14149
14150 2005-09-23  Jim Meyering  <jim@meyering.net>
14151
14152         * modules/getaddrinfo (Depends-on): Add socklen.
14153
14154 2005-09-23  Bruno Haible  <bruno@clisp.org>
14155
14156         * tests/test-verify.c: New file.
14157
14158 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14159
14160         Sync from coreutils.
14161
14162         * modules/argmatch (Depends-on): Add verify.
14163         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
14164         unistd-safer.
14165         * modules/save-cwd (Depends-on): Likewise.
14166
14167         * modules/openat (Files): Add lib/openat-die.c.
14168         (Depends-on): Remove error, exitfail.
14169         Add dirname.
14170
14171         * modules/verify: New file.
14172         * MODULES.html.sh (Diagnostics <assert.h>): New section,
14173         with "verify" module.
14174
14175 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14176
14177         Sync from coreutils.
14178
14179         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
14180         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
14181         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
14182         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
14183         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
14184         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
14185         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
14186         Don't bother checking for string.h, stdlib.h, unistd.h.
14187         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
14188         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
14189         module's job.
14190         * m4/jm-macros.m4 (gl_MACROS): Likewise.
14191         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
14192
14193         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
14194         (gl_GETDATE): Use it.
14195
14196         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
14197
14198 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14199
14200         Sync from coreutils.
14201
14202         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
14203         stat-time.h.
14204         * lib/argmatch.h: Include verify.h
14205         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
14206         (ARGMATCH_ASSERT): Remove; unused.
14207         * lib/canonicalize.c: Assume STDC_HEADERS.
14208         * lib/exclude.c: Include "strcase.h".
14209         * lib/regex_internal.h [!defined _LIBC]: Likewise.
14210         * lib/getusershell.c: Include stdio--.h rather than stdio.h
14211         and stdio-safer.h.
14212         (getusershell): Call fopen, not fopen_safer.
14213         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
14214         Do not include unistd-safer.h.
14215         (save_cwd): Don't call fd_safer; no longer needed
14216         now that we include fcntl--.h.
14217
14218         * lib/getdate.y (relative_time): New type.
14219         (RELATIVE_TIME_0): New constant.
14220         (parser_control): Use relative_time instead of doing it ourselves.
14221         (%union): Add new relative_time rel member.
14222         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
14223         Now typeless.
14224         (relunit, relunit_snumber): Now of type rel.
14225         (zone, rel, relunit, get_date): Adjust to above changes.
14226
14227         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
14228         Do not include unistd-safer.h.
14229         (getloadavg): Don't call fd_safer; no longer needed
14230         now that we include fcntl--.h.
14231
14232         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
14233         (make_dir_parents): Treat ENOSYS like EEXIST.
14234
14235         Improve quality of diagnostics on restore_cwd failure.
14236         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
14237         (make_dir_parents): Last arg is now int * (for errno), not bool *.
14238         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
14239         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
14240         each time through the loop.  Do not diagnose restore_cwd failure;
14241         that is the caller's job (and perhaps the caller does not care).
14242
14243         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
14244         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
14245         If the file already exists but is not a directory, don't bother
14246         to try to make its parents.
14247         Close potential file descriptor leak if we can't chdir("/") (!).
14248         Don't always return true if chdir($PWD) fails; return true only
14249         if the requested action was done successfully (except for the
14250         chdir($PWD)).
14251         Don't log final directory unless we actually made it.
14252         Refactor to avoid duplicate code to fix up permissions.
14253         Don't attempt to fix up parent permissions if chdir($PWD) fails.
14254
14255         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
14256         to make it a bit faster and (I hope) clearer.
14257         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
14258         Fix bug in formats like %2N.
14259
14260         * lib/verify.h: New file.
14261
14262 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14263
14264         Sync from coreutils.
14265         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
14266
14267 2005-09-22  Jim Meyering  <jim@meyering.net>
14268
14269         Sync from coreutils.
14270
14271         * m4/lstat.m4 (gl_FUNC_LSTAT):
14272         Use AC_LIBSOURCES to require lstat.c and lstat.h.
14273         Remove obsolete comment.
14274         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
14275         * m4/xstrtod.m4: Likewise.
14276
14277         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
14278
14279 2005-09-22  Jim Meyering  <jim@meyering.net>
14280
14281         Sync from coreutils.
14282
14283         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
14284
14285         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
14286         the .tm_year member, since otherwise gcc-4.0 would now warn about
14287         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
14288
14289         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
14290         order to avoid an unsuppressible warning from gcc on 64-bit systems.
14291
14292         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
14293         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
14294         when run in a time zone for which daylight savings time is in effect
14295         for the starting date.
14296
14297         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
14298         stop us from restricting permissions of just-created absolute-named
14299         directories.
14300         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
14301         to restore initial working directory.
14302         * lib/mkdir-p.c (make_dir_parents): New parameter:
14303         different_working_dir, to tell caller if/when we change the working
14304         directory and are unable to return to the initial one.
14305         * lib/mkdir-p.h (make_dir_parents): Update prototype.
14306         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
14307         `return false'.  This fixes a bug introduced on 2004-07-30.
14308
14309         * lib/openat.c (fdopendir): Be sure to close the supplied
14310         file descriptor before returning.  This makes our replacement
14311         implementation a little closer to Solaris's, where fdopendir
14312         ties the file descriptor to the returned DIR* pointer.
14313         * lib/openat.c (unlinkat): New function.
14314         * lib/openat.h (unlinkat): Add prototype.
14315         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
14316         (openat_restore_fail): Rename from openat_restore_die.
14317         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
14318
14319         Provide an alternative to exiting immediately upon save_cwd or
14320         restore_cwd failure.  Now, an application can arrange e.g.,
14321         to perform a longjump in that case.
14322         * lib/openat.c: Include dirname.h.
14323         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
14324         (rpl_openat, fdopendir, fstatat): Call openat_save_die
14325         and openat_restore_die rather than calling error directly.
14326         Don't include "error.h" or "exitfail.h"; they're no longer needed.
14327
14328         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
14329         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
14330         define.
14331
14332         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
14333         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
14334                             int utc, int nanoseconds);
14335         Background:
14336         date should not have to allocate a megabyte of virtual memory to
14337         handle a format argument like +%1048575T.  When implemented with
14338         strftime, it must allocate such a buffer, use strftime to fill it
14339         in, print it, then free it.
14340         With fprintftime, it simply prints everything and exits.
14341         With no need for memory allocation, that's one fewer way to fail.
14342         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
14343         optional field width, not before, so we accept %9:z, not %:9z.
14344         (my_strftime): Be sure to use L_('x') for literals.
14345
14346         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
14347         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
14348         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
14349         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
14350         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
14351         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
14352         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
14353         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
14354         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
14355         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
14356         * lib/xgethostname.c, lib/xreadlink.c:
14357         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
14358
14359         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
14360         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
14361         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
14362         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14363         and don't include <sys/file.h>).
14364
14365 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
14366
14367         Sync from coreutils.
14368
14369         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
14370         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
14371         [!LDAV_DONE]: Avoid unused variable warning.
14372
14373 2005-09-21  Bruno Haible  <bruno@clisp.org>
14374
14375         * lib/unicodeio.h (unicode_to_mb): New declaration.
14376
14377 2005-09-20  Derek Price  <derek@ximbiot.com>
14378
14379         * lib/getaddrinfo.c: Don't include <netdb.h> included from
14380         getaddrinfo.h.
14381
14382 2005-09-20  Bruno Haible  <bruno@clisp.org>
14383
14384         * gnulib-tool: Remove trailing slashes from the values specified for
14385         --source-base, --m4-base, --tests-base, --aux-dir.
14386         Suggested by Simon Josefsson <jas@extundo.com>.
14387
14388 2005-09-20  Bruno Haible  <bruno@clisp.org>
14389
14390         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
14391         func_modules_to_filelist, func_import, func_create_testdir): Make all
14392         sorting results locale-independent, so that gnulib-cache.m4 doesn't
14393         change when gnulib-tool is invoked in a different locale.
14394
14395 2005-09-19  Simon Josefsson  <jas@extundo.com>
14396
14397         * m4/socklen.m4: Fix typo.
14398
14399 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14400
14401         Use a consistent style for including <config.h>.
14402         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
14403         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
14404         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
14405         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
14406         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
14407         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
14408         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
14409         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
14410         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
14411         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
14412         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
14413         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
14414         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
14415         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
14416         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
14417         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
14418         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
14419         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
14420         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
14421         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
14422         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
14423         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
14424         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
14425         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
14426         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
14427         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
14428         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
14429         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
14430         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
14431         lib/xstrtoumax.c, lib/yesno.c:
14432         Standardize inclusion of config.h.
14433         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
14434         lib/inttostr.h:  Removed inclusion of config.h from header files.
14435         * lib/inttostr.c:  Adjusted in-tree users.
14436         * lib/timespec.h: Remove superfluous warning to include config.h.
14437         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
14438         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
14439         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
14440         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
14441         config.h with HAVE_CONFIG_H.
14442
14443 2005-09-19  Jim Meyering  <jim@meyering.net>
14444
14445         * modules/pathmax (License): Change to LGPL.
14446
14447 2005-09-19  Derek Price  <derek@ximbiot.com>
14448
14449         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
14450
14451 2005-09-19  Bruno Haible  <bruno@clisp.org>
14452
14453         * gnulib-tool (import): Provide default for --tests-base.
14454
14455 2005-09-19  Bruno Haible  <bruno@clisp.org>
14456
14457         * doc/quote.texi: New file, extracted from gnulib.texi.
14458         * doc/ctime.texi: New file, extracted from gnulib.texi.
14459         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
14460         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
14461         * doc/gnulib.texi: Include them.
14462
14463 2005-09-18  Bruno Haible  <bruno@clisp.org>
14464
14465         Portability fix.
14466         * gnulib-tool (func_readlink): New function.
14467         (func_ln_if_changed): Use it.
14468
14469 2005-09-18  Bruno Haible  <bruno@clisp.org>
14470
14471         * gnulib-tool: Support --with-tests also with --import.
14472         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
14473         (func_import): Use variables $testsbase and $inctests. Emit a
14474         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
14475         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
14476         SUBDIRS += $testsdir.
14477         (func_create_testdir): Update.
14478
14479 2005-09-18  Bruno Haible  <bruno@clisp.org>
14480
14481         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
14482         instead of $dry_run.
14483         (func_cp_if_changed, func_mv_if_changed): Remove functions.
14484         (func_ln_if_changed): Don't handle dry-run here.
14485         (func_import): In dry-run mode, detect more precisely which actions
14486         would be performed, and don't use "...ing" verbs.
14487
14488 2005-09-18  Bruno Haible  <bruno@clisp.org>
14489
14490         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
14491         (func_import): Use join on two temporary files instead of three nested
14492         loops, in order to determine which files are new or old.
14493
14494 2005-09-18  Bruno Haible  <bruno@clisp.org>
14495
14496         * gnulib-tool (func_import): Comment out code that spits out the
14497         new files with --dry-run.
14498
14499 2005-09-18  Bruno Haible  <bruno@clisp.org>
14500
14501         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
14502
14503 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14504
14505         * lib/stat-time.h: New file.
14506         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
14507         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
14508         in a different way.
14509         (timespec_cmp): New function.
14510         * lib/utimecmp.c: Include stat-time.h.
14511         (SYSCALL_RESOLUTION): Depend on whether various struct stat
14512         members exist, not on the obsolescent ST_MTIM_NSEC.
14513         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
14514
14515 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14516
14517         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
14518
14519 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14520
14521         * MODULES.html.sh (File system functions): Add stat-time.
14522         * modules/stat-time: New file.
14523         * modules/timespec (Files): Remove m4/st_mtim.m4; this
14524         is now done in a different way, by the stat-time module.
14525         * modules/utimecmp (Depends-on): Add stat-time.
14526
14527 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
14528
14529         * m4/st_mtim.m4: Remove.  Superseded by...
14530         * m4/stat-time.m4: New file.
14531         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
14532         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
14533
14534 2005-09-15  Derek Price  <derek@ximbiot.com>
14535
14536         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
14537
14538 2005-09-15  Derek Price  <derek@ximbiot.com>
14539
14540         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
14541         * lib/regex_internal.c: Ditto, using this...
14542         (__GNUC_PREREQ): ...new macro.
14543         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
14544         using...
14545         (__GNUC_PREREQ): ...this new macro.
14546
14547         * lib/strstr.h: Include string.h. Define strstr as a macro here.
14548
14549 2005-09-15  Derek Price  <derek@ximbiot.com>
14550             Paul Eggert  <eggert@cs.ucla.edu>
14551
14552         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
14553         changes, consolidating in...
14554         * lib/regex_internal.h: ...this file.
14555
14556 2005-09-13  Jim Meyering  <jim@meyering.net>
14557
14558         * lib/canon-host.c: Filter through gnu indent and reword comments
14559         slightly.
14560         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
14561
14562 2005-09-13  Derek Price  <derek@ximbiot.com>
14563
14564         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
14565         failure.
14566         Reported by Jim Meyering  <jim@meyering.net>.
14567
14568 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14569
14570         * lib/base64.c: Typo.
14571         (base64_encode): Put b64str in initialized data section.
14572
14573 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
14574
14575         Merge glibc and coreutils changes into gnulib, plus a few
14576         extra fixes.
14577         * lib/md5.c: Use #error rather than a string.
14578         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
14579         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
14580         (__attribute__): Define to empty for non recent-GCC.
14581         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
14582         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
14583         Renamed from their non-__ counterparts, with new macros replacing
14584         them if not _LIBC.  Add __THROW attribute.
14585         (rol): Remove.
14586         (struct md5_ctx): Align buffer if using GCC.
14587         * lib/sha1.h (struct sha1_ctx): Likewise.
14588         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
14589         The old name was backwards.
14590         (NOTSWAP): Remove; not used.
14591         (rol): New macro, moved here from md5.h.
14592         (sha1_process_block): Remove a FIXME that doesn't make sense.
14593
14594 2005-09-12  Derek Price  <derek@ximbiot.com>
14595
14596         Return usable errors from canon-host.
14597         * lib/canon-host.h: New file.
14598         * lib/canon-host.c (canon_host): Wrap...
14599         (canon_host_r): ...this new function, which now relies exclusively on
14600         getaddrinfo.
14601         (ch_strerror): New function.
14602         (last_cherror): New global.
14603         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
14604         interface.
14605         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
14606         void *.
14607         (freeaddrinfo): Free ai->ai_canonname when set.
14608
14609 2005-09-12  Derek Price  <derek@ximbiot.com>
14610
14611         Make canon-host require getaddrinfo.
14612         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
14613         AC_LIBSOURCE canon-host.h.  Call...
14614         (gl_PREREQ_CANON_HOST): ...this new function, which requires
14615         gl_GETADDRINFO.
14616         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
14617
14618 2005-09-12  Derek Price  <derek@ximbiot.com>
14619
14620         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
14621         LGPL.
14622         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
14623
14624 2005-09-12  Derek Price  <derek@ximbiot.com>
14625
14626         * lib/gai_strerror.c: Include config.h when available.  Include
14627         getaddrinfo.h before other headers to test interface.
14628         Reported by Larry Jones <lawrence.jones@ugs.com>.
14629
14630 2005-09-12  Derek Price  <derek@ximbiot.com>
14631             Paul Eggert  <eggert@cs.ucla.edu>
14632
14633         * modules/glob (Files): Add glob-libc.h.
14634
14635 2005-09-12  Derek Price  <derek@ximbiot.com>
14636             Paul Eggert  <eggert@cs.ucla.edu>
14637
14638         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
14639         glob_.h, glob-libc.h.
14640         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
14641
14642 2005-09-12  Derek Price  <derek@ximbiot.com>
14643             Paul Eggert  <eggert@cs.ucla.edu>
14644
14645         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
14646         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
14647         protecting things that should be done only in gnulib contexts.
14648         * lib/glob_.h: New file, containing only the glob things needed for
14649         gnulib.
14650         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
14651         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
14652         (glob, globfree, glob_pattern_p): Now defined simply in terms of
14653         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
14654         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
14655         and to respect the namespace rules better.
14656
14657 2005-09-08  Simon Josefsson  <jas@extundo.com>
14658
14659         * modules/socklen: New file.
14660
14661 2005-09-08  Simon Josefsson  <jas@extundo.com>
14662
14663         * m4/socklen.m4: New file.
14664
14665 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14666
14667         * modules/utimens (Files): Add m4/utimbuf.m4, since
14668         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
14669         Reported by Sergey Poznyakoff.
14670
14671 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14672
14673         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
14674         definitions, since that's the preferred style in glibc.
14675         Fix a minor spacing issue, and update copyright notice to match
14676         glibc's.
14677
14678 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14679
14680         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
14681
14682 2005-09-06  Simon Josefsson  <jas@extundo.com>
14683
14684         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
14685         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
14686
14687 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14688
14689         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
14690         warning.
14691
14692 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14693
14694         * config/srclist.txt: Add glibc bug 1302.
14695
14696 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
14697
14698         Change bitset word type from unsigned int to unsigned long int,
14699         as this has better performance on typical 64-bit hosts.
14700         Port bitset code to hosts with unusual word sizes.
14701         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
14702         (build_collating_symbol):
14703         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
14704         argument is a bitset.  This is merely a style issue, but it makes
14705         it clearer that an entire array is expected.
14706         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
14707         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
14708         Port to the case where bitset_word is not the same as unsigned int.
14709         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14710         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
14711         Likewise.
14712         * lib/regexec.c (check_dst_limits_calc_pos_1,
14713         check_subexp_matching_top):
14714         (build_trtable, group_nodes_into_DFAstates):
14715         Likewise.
14716         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
14717         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
14718         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
14719         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
14720         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
14721         * lib/regcomp.c (optimize_subexps, lower_subexp):
14722         Work even if bitset_word has holes in its bitwise representation.
14723         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
14724         * lib/regexec.c (check_dst_limits_calc_pos_1,
14725         check_subexp_matching_top):
14726         Likewise.
14727         * lib/regex_internal.c (re_string_reconstruct):
14728         Don't assume UCHAR_MAX == 255.
14729         * lib/regex_internal.h (bitset_set_all): Likewise.
14730         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
14731         All uses changed.
14732         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
14733         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
14734         All uses changed.
14735         (BITSET_WORD_MAX): New macro.
14736         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
14737         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
14738         (bitset_empty, bitset_copy):
14739         Prefer sizeof (bitset) to multiplying it out ourselves.
14740         (bitset_not_merge): Remove; unused.
14741         (bitset_contain): Return bool, not unsigned int with one bit on.
14742         All callers changed.
14743         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
14744         alignment than re_node_set; do this by defining a new internal
14745         type struct dests_alloc and using it to allocate memory.
14746
14747 2005-09-05  Bruno Haible  <bruno@clisp.org>
14748
14749         * gnulib-tool (func_import): Fix comparison in handling of symbolic
14750         links.
14751
14752 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
14753
14754         * modules/size_max (Makefile.am): Add size_max.h
14755
14756 2005-09-04  Derek Price  <derek@ximbiot.com>
14757
14758         * gnulib-tool (func_import): Fix reversed $symbolic logic.
14759
14760 2005-09-03  Simon Josefsson  <jas@extundo.com>
14761
14762         * gnulib-tool: Fix typo.
14763
14764 2005-09-03  Simon Josefsson  <jas@extundo.com>
14765
14766         * config/srclist.txt: Add glibc bug 1293.
14767
14768 2005-09-03  Derek Price  <derek@ximbiot.com>
14769
14770         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
14771         From Larry Jones <lawrence.jones@ugs.com>.
14772
14773 2005-09-02  Simon Josefsson  <jas@extundo.com>
14774
14775         * modules/socklen: New file.
14776
14777 2005-09-02  Simon Josefsson  <jas@extundo.com>
14778
14779         * modules/havelib: New module.
14780
14781         * modules/gettext, modules/iconv, modules/lock, modules/readline:
14782         Use havelib.
14783
14784 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14785
14786         Check for arithmetic overflow when calculating sizes, to prevent
14787         some buffer-overflow issues.  These patches are conservative, in the
14788         sense that when I couldn't determine whether an overflow was possible,
14789         I inserted a run-time check.
14790         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
14791         macros.
14792         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
14793         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
14794         (re_xnrealloc, re_x2nrealloc): New inline functions.
14795         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
14796         parse_bracket_exp):
14797         (build_equiv_class, build_charclass): Check for arithmetic overflow
14798         in size expression calculations.
14799         * lib/regex_internal.c (re_string_realloc_buffers):
14800         (build_wcs_upper_buffer, re_node_set_add_intersect):
14801         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
14802         (re_dfa_add_node, register_state): Likewise.
14803         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
14804         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
14805         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
14806         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
14807
14808 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14809
14810         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14811         m4/ulonglong.m4.  Problem reported by Martin Lambers.
14812
14813 2005-09-02  Bruno Haible  <bruno@clisp.org>
14814
14815         Support for lib vs. lib64 distinction on biarch platforms.
14816         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
14817         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
14818         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
14819
14820 2005-09-02  Bruno Haible  <bruno@clisp.org>
14821
14822         * gnulib-tool (import): In the other first-use case, provide defaults
14823         as well.
14824
14825 2005-09-02  Bruno Haible  <bruno@clisp.org>
14826
14827         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
14828         patches not yet found in the latest gettext release.
14829
14830 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14831
14832         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
14833         to avoid a collision with bits/local_lim.h in glibc.
14834         All uses changed.  Problem reported by Dmitry V. Levin in
14835         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
14836
14837         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
14838         bugs in int versus size_t comparisons.
14839         (re_string_context_at): Fix bug where the code assumed that
14840         Idx is signed.
14841
14842         Use bool where appropriate.
14843         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
14844         All callers changed.
14845         (calc_eclosure_iter): Likewise, for ROOT arg.
14846         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
14847         (build_charclass_op): Likewise, for NON_MATCH arg.
14848         * lib/regex_internal.c (re_string_allocate, re_string_construct):
14849         (re_string_construct_common): Likewise, for ICASE arg.
14850         * lib/regexec.c (re_search_2_stub, re_search_stub):
14851         Likewise, for RET_LEN arg.
14852         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
14853         (set_regs): Likewise, for FL_BACKTRACK arg.
14854         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
14855         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
14856         (calc_eclosure_iter, parse_bracket_exp):
14857         Use bool for internal variables that are booleans.
14858         * lib/regexec.c (re_search_internal, check_matching,
14859         proceed_next_node):
14860         (set_regs, build_sifted_states, sift_states_bkref):
14861         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
14862         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14863         (find_collation_sequence_value):
14864         Likewise.
14865         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
14866         (re_node_set_compare):
14867         Return bool, not int. All callers changed.
14868         * lib/regexec.c (check_halt_node_context, check_dst_limits):
14869         (build_trtable, check_node_accept): Likewise.
14870         * lib/regex_internal.h: Include stdbool.h.
14871
14872         Fix bugs uncovered when converting to bool.
14873         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
14874         failure instead of charging ahead blindly.
14875         * lib/regex_internal.c (register_state): Likewise.
14876         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
14877         for freeing internal storage.
14878         (group_nodes_into_DFA_states): Use unsigned int, not int, for
14879         bitset pieces used as boolean, to avoid undefined behavior
14880         on hosts that do int overflow checking.
14881
14882 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14883
14884         * config/srclist.txt: Add glibc bugs 1285-1287.
14885
14886 2005-09-01  Jim Meyering  <jim@meyering.net>
14887
14888         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
14889         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
14890         Require gl_STAT_MACROS, too.
14891
14892 2005-09-01  Bruno Haible  <bruno@clisp.org>
14893
14894         * gnulib-tool (import): In the first-use case, provide defaults.
14895
14896 2005-09-01  Bruno Haible  <bruno@clisp.org>
14897
14898         * gnulib-tool (func_import): Remove the .tmp files.
14899
14900 2005-09-01  Bruno Haible  <bruno@clisp.org>
14901
14902         * gnulib-tool (func_import): Fix handling of symbolic links.
14903
14904 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14905
14906         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
14907         old glibc regex code mishandles strings longer than 2**31 bytes.
14908         This patch fixes this when the regex code is used in gnulib
14909         (i.e., outside glibc).
14910
14911         This patch should not affect the use of the regex code inside
14912         glibc.  No doubt this problem also needs to be handled for glibc
14913         as well, but the result will be an incompatible change to the
14914         glibc ABI, and the old ABI will have to be supported too.  That
14915         can be the the subject for another patch.
14916
14917         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
14918         governing whether the rest of this patch is active.  By default,
14919         the macro is disabled and the patch has no effect.
14920         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
14921         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
14922         (struct re_pattern_buffer, re_search, re_search_2, re_match):
14923         (re_match_2, re_set_registers): Use the new types.
14924         * lib/regex_internal.h (Idx, re_hashval_t): New types.
14925         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
14926         New macros.
14927         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
14928         (re_string_context_at, bin_tree_t, re_dfastate_t):
14929         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
14930         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
14931         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
14932         (re_string_char_size_at, re_string_wchar_at):
14933         (re_string_elem_size_at):
14934         Use the new types and macros to port to 64-bit hosts.
14935         Use unsigned types for internal values, so that the code
14936         mostly works even for arrays larger than SSIZE_MAX.
14937         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
14938         (search_duplicated_node, calc_eclosure_iter, fetch_number):
14939         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
14940         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
14941         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
14942         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
14943         (calc_inveclosure, parse_dup_op, build_range_exp):
14944         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
14945         (fetch_number, create_token_tree, mark_opt_subexp):
14946         Likewise.
14947         * lib/regex_internal.c (re_string_construct_common,
14948         create_ci_newstate):
14949         (create_cd_newstate, re_string_allocate, re_string_construct):
14950         (re_string_realloc_buffers, build_wcs_upper_buffer):
14951         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14952         (re_string_reconstruct, re_string_peek_byte_case):
14953         (re_string_fetch_byte_case, re_string_context_at):
14954         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14955         (re_node_set_init_copy, re_node_set_add_intersect):
14956         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14957         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14958         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14959         (re_acquire_state, re_acquire_state_context, register_state):
14960         Likewise.
14961         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
14962         search_cur_bkref_entry):
14963         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
14964         (re_search_internal, re_search_2_stub, re_search_stub)
14965         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
14966         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
14967         (update_cur_sifted_state, check_dst_limits):
14968         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14969         (check_subexp_limits, sift_states_bkref, merge_state_array):
14970         (check_subexp_matching_top, get_subexp, get_subexp_sub):
14971         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
14972         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14973         (expand_bkref_cache, check_node_accept_bytes):
14974         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
14975         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
14976         (acquire_init_state_context, check_halt_node_context):
14977         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
14978         (sift_states_backward, clean_state_log_if_needed):
14979         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
14980         (find_recover_state, transit_state_sb, transit_state_mb):
14981         (transit_state_bkref, build_trtable, match_ctx_clean):
14982         Likewise.
14983         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
14984         to work around an assumption that REG_MISSING is negative.
14985
14986         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
14987         (seek_collating_symbol_entry) [defined _LIBC]:
14988         (lookup_collation_sequence_value) [defined _LIBC]:
14989         (build_range_exp, build_collating_symbol) [defined _LIBC]:
14990         Use prototypes rather than old-style function definitions.
14991         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
14992         (transit_state_sb) [0]:
14993         (find_collation_sequence_value) [defined _LIBC]: Likewise.
14994
14995         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
14996         rm_eo.
14997
14998         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
14999         (optimize_subexps, lower_subexp):
15000         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
15001         since the signed shift might overflow.  Use 1u<<31 instead.
15002         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
15003         Likewise.
15004         * lib/regexec.c (check_dst_limits_calc_pos_1,
15005         check_subexp_matching_top): Likewise.
15006
15007         * lib/regcomp.c (optimize_subexps, lower_subexp):
15008         Use CHAR_BIT rather than 8, for clarity.
15009         * lib/regexec.c (check_dst_limits_calc_pos_1):
15010         (check_subexp_matching_top): Likewise.
15011         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
15012         have to worry about portability issues when shifting it left.
15013         Remove no-longer-needed test for table_size > 0.
15014         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
15015         in a word, as the resulting behavior is undefined.
15016         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
15017         in one case, a <= should have been an <, and in another case the
15018         whole test was missing.
15019         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
15020         the standard name CHAR_BIT.
15021         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
15022         this is not true on one's complement and signed-magnitude hosts.
15023
15024         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
15025         next_last_offset.
15026         (struct re_dfa_t): Remove unused member states_alloc.
15027         * lib/regcomp.c (init_dfa): Don't initialize unused members.
15028
15029 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15030
15031         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
15032         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
15033         and large-file glibc and in 32-bit large-file Solaris.
15034
15035 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15036
15037         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
15038         lengths fit in regoff_t; this isn't true if regoff_t is the same
15039         width as size_t.
15040         * lib/regex.c (re_search_internal): 5th arg is LAST_START
15041         (= START + RANGE) instead of RANGE.  This avoids overflow
15042         problems when regoff_t is the same width as size_t.
15043         All callers changed.
15044         (re_search_2_stub): Check for overflow when adding the
15045         sizes of the two strings.
15046         (re_search_stub): Check for overflow when adding START
15047         to RANGE; if it occurs, substitute the extreme value.
15048
15049 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15050
15051         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
15052
15053 2005-08-31  Jim Meyering  <jim@meyering.net>
15054
15055         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
15056         a pointer-to-const.
15057         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
15058         (register_state): Likewise.
15059         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
15060         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
15061         (group_nodes_into_DFAstates): Likewise.
15062
15063 2005-08-31  Jim Meyering  <jim@meyering.net>
15064
15065         * check-module: Add a FIXME comment.
15066
15067 2005-08-31  Eric Blake  <ebb9@byu.net>
15068
15069         * modules/unistd-safer (Files): Add unistd--.h.
15070         * modules/stdio-safer (Files): Add stdio--.h.
15071
15072 2005-08-31  Derek Price  <derek@ximbiot.com>
15073
15074         * lib/getdelim.c (getdelim): Return EOF on EOF.
15075         Reported by Larry Jones <lawrence.jones@ugs.com>.
15076
15077 2005-08-31  Bruno Haible  <bruno@clisp.org>
15078
15079         Avoid unnecessary diffs in the generated lib/Makefile.am.
15080         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
15081         the generated files.
15082         (func_import): Don't set cmd.
15083
15084 2005-08-31  Bruno Haible  <bruno@clisp.org>
15085
15086         * lib/strstr.c: Include <stddef.h>, for NULL.
15087         * lib/strcasestr.c: Likewise.
15088         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15089
15090 2005-08-31  Bruno Haible  <bruno@clisp.org>
15091
15092         * gnulib-tool: New option --macro-prefix.
15093         (func_import): Use macro_prefix.
15094         (import): Handle option --macro-prefix.
15095
15096 2005-08-31  Bruno Haible  <bruno@clisp.org>
15097
15098         * gnulib-tool (import): Rename most ac_* variables to cached_*.
15099         Also use new variables cached_lgpl, cached_libtool.
15100
15101 2005-08-31  Bruno Haible  <bruno@clisp.org>
15102
15103         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
15104         always instantiating them.
15105
15106 2005-08-31  Bruno Haible  <bruno@clisp.org>
15107
15108         * gnulib-tool (func_import): Read the previous cached settings
15109         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
15110         earlier added by gnulib but are now dropped. Warn when a gnulib file
15111         overwrites a non-gnulib file.
15112
15113 2005-08-31  Bruno Haible  <bruno@clisp.org>
15114
15115         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
15116         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
15117         projects that don't keep autogenerated files in CVS. Put into
15118         actioncmd only the specified modules, not the transitive closure.
15119
15120 2005-08-31  Bruno Haible  <bruno@clisp.org>
15121
15122         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
15123         Create directories that shall be filled.
15124         (import): Don't look for gl_* macros in configure.ac. Recurse across
15125         all directories containing a gnulib-cache.m4 files, if meaningful.
15126
15127 2005-08-31  Bruno Haible  <bruno@clisp.org>
15128
15129         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
15130         (import): Set seen_libtool when we see gl_LIBTOOL.
15131
15132 2005-08-31  Bruno Haible  <bruno@clisp.org>
15133
15134         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
15135         declaration macro definitions from generated gnulib.m4.
15136
15137 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
15138
15139         * lib/iconvme.h: Add prototype for iconv_alloc.
15140
15141 2005-08-29  Simon Josefsson  <jas@extundo.com>
15142
15143         * lib/iconvme.c: Fix errno.
15144
15145 2005-08-29  Bruno Haible  <bruno@clisp.org>
15146
15147         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
15148         that it works when the directory contains spaces.
15149
15150 2005-08-29  Bruno Haible  <bruno@clisp.org>
15151
15152         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
15153
15154 2005-08-29  Bruno Haible  <bruno@clisp.org>
15155
15156         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
15157         Emit more advice.
15158
15159 2005-08-29  Bruno Haible  <bruno@clisp.org>
15160         and Stepan Kasal  <kasal@ucw.cz>
15161
15162         * check-module: If more parameters are given, check each of them
15163         separately; add more exceptions, as noted by Jim Meyering.
15164         (check_module): New procedure.
15165         (%exempt_header): Now contains all exceptions.
15166
15167 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
15168
15169         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
15170
15171 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
15172
15173         * lib/iconvme.c: Split iconv_string into iconv_alloc.
15174
15175 2005-08-28  Bruno Haible  <bruno@clisp.org>
15176
15177         * m4/gnulib-tool.m4: New file.
15178
15179 2005-08-27  Jim Meyering  <jim@meyering.net>
15180
15181         * modules/unistd-safer (Files): Add pipe-safer.c.
15182         * modules/fcntl-safer (Files): Add creat-safer.c.
15183
15184 2005-08-27  Jim Meyering  <jim@meyering.net>
15185
15186         * m4/stdlib-safer.m4: New file.  From coreutils.
15187         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
15188         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
15189         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
15190         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
15191         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
15192
15193 2005-08-27  Jim Meyering  <jim@meyering.net>
15194
15195         * lib/fopen-safer.c: Merge minor changes from coreutils.
15196         * lib/dup-safer.c: Likewise.
15197         * lib/fd-safer.c: Likewise.
15198
15199         Merge from coreutils.
15200         * lib/stdio--.h: New file.
15201         * lib/stdlib--.h: New file.
15202         * lib/mkstemp-safer.c: New file.
15203
15204         GNU tar needs these.
15205         * lib/pipe-safer.c: New file.
15206         * lib/creat-safer.c: New file.
15207         * lib/fcntl--.h (creat): Define to creat_safer.
15208         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
15209         * lib/unistd--.h (pipe): Define to pipe_safer.
15210         * lib/unistd-safer.h: Declare pipe_safer.
15211
15212 2005-08-26  Simon Josefsson  <jas@extundo.com>
15213
15214         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
15215         Haible <bruno@clisp.org>.
15216
15217 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
15218
15219         * lib/regex_internal.h: Remove all references to
15220         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
15221         or better.
15222         (bitset_not, bitset_merge, bitset_not_merge):
15223         (bitset_mask, re_string_allocate, re_string_construct):
15224         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
15225         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
15226         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
15227         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
15228         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15229         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15230         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
15231         (re_acquire_state_context):
15232         Remove unnecessary forward decls.
15233         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
15234         Put __attribute at function definition,
15235         now that the function decl has been removed.
15236         * lib/regex_internal.c (re_string_peek_byte_case):
15237         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
15238         Likewise.
15239
15240 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
15241
15242         * m4/regex.m4: Add AC_PREREQ(2.50).
15243         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
15244
15245 2005-08-25  Simon Josefsson  <jas@extundo.com>
15246
15247         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
15248         __fsetlocking.
15249
15250 2005-08-25  Simon Josefsson  <jas@extundo.com>
15251
15252         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
15253         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
15254         GLIBC specific code.
15255
15256 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15257
15258         Make regex safe for g++.  This fixes one real bug (an "err"
15259         that should have been "*err").  g++ problem reported by
15260         Sam Steingold.
15261         * lib/regex_internal.h (re_calloc): New macro, consistent with
15262         re_malloc etc.  All callers of calloc changed to use re_calloc.
15263         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
15264         not int.  All callers changed.
15265         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
15266         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
15267         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
15268         (find_recover_state): Change "err" to "*err"; this fixes what
15269         appears to be a real bug.
15270         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
15271         versus int.
15272
15273 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15274
15275         * modules/regex (Depends-on): Add malloc, since the code
15276         assumes that !malloc(0) means failure.
15277
15278 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15279
15280         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
15281
15282         alloca modernization/simplification for regex.
15283         * lib/regex.c: Remove portability cruft for alloca.  This no longer
15284         needs to be at the start of the file, and can be moved into
15285         regex_internal.h and simplified.
15286         * lib/regex_internal.h: Include <alloca.h>.
15287         (__libc_use_alloca) [!defined _LIBC]: New macro.
15288         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
15289         now works outside glibc.
15290
15291 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15292
15293         * config/srclist.txt: Add glibc bugs 1241, 1245.
15294
15295 2005-08-25  Jim Meyering  <jim@meyering.net>
15296
15297         * lib/open-safer.c: Include <config.h>.
15298         Otherwise, we'd lose LARGEFILE support in any file using
15299         e.g. "fcntl--.h"
15300
15301 2005-08-25  Bruno Haible  <bruno@clisp.org>
15302
15303         * m4/minmax.m4: Require autoconf 2.52.
15304         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
15305         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
15306         alternatives of translit over the alphabet.
15307         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
15308
15309 2005-08-24  Simon Josefsson  <jas@extundo.com>
15310
15311         * tests/test-getpass.c: New file.
15312
15313 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15314
15315         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
15316         for GNU regex features.
15317
15318 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15319
15320         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
15321         * lib/regex.h (regerror): Likewise.
15322
15323         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
15324         requires this.  (The code never needed it.)
15325
15326         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
15327         All uses of recently-renamed identifiers changed to use the new,
15328         POSIX-compliant names.  The code will build and run just fine
15329         without these changes, but it's better to eat our own dog food
15330         and use the standard-conforming names.
15331
15332         * lib/regex.h: Fix a multitude of POSIX name space violations.
15333         These changes have an effect only for programs that define
15334         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
15335         do not change anything for programs compiled in the normal way.
15336         Also, there is no effect on the ABI.
15337
15338         (_REGEX_SOURCE): New macro.
15339         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
15340         defined and _GNU_SOURCE is not; this fixes a name space violation.
15341
15342         Rename the following macros to obey POSIX requirements.
15343         The old names are still visible as macros if _REGEX_SOURCE is defined.
15344         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
15345         RE_BACKSLASH_ESCAPE_IN_LISTS.
15346         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
15347         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
15348         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
15349         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
15350         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
15351         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
15352         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
15353         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
15354         (REG_INTERVALS): renamed from RE_INTERVALS.
15355         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
15356         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
15357         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
15358         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
15359         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
15360         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
15361         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
15362         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
15363         RE_UNMATCHED_RIGHT_PAREN_ORD.
15364         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
15365         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
15366         (REG_DEBUG): renamed from RE_DEBUG.
15367         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
15368         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
15369         unusual, since we can't clash with the POSIX REG_ICASE.
15370         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
15371         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
15372         (REG_NO_SUB): renamed from RE_NO_SUB.
15373         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
15374         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
15375         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
15376         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
15377         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
15378         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
15379         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
15380         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
15381         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
15382         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
15383         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
15384         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
15385         RE_SYNTAX_POSIX_MINIMAL_BASIC.
15386         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
15387         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
15388         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
15389         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
15390         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
15391         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
15392         (REG_FIXED): Renamed from REGS_FIXED.
15393         (REG_NREGS): Renamed from RE_NREGS.
15394
15395         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
15396         of other REG_* macros, since POSIX says the user is allowed to
15397         #undef these macros selectively.
15398
15399         (reg_errcode_t): Update comment stating what other tables need
15400         to be consistent.
15401
15402         Rename the following enum values to obey POSIX requirements.
15403         The old names are still visible as macros.
15404         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
15405         is not defined, since GNU is supposed to be a superset of POSIX as
15406         much as possible, and since we want reg_errcode_t to be a signed
15407         type for implementation consistency.
15408         (_REG_NOERROR): Renamed from REG_NOERROR.
15409         (_REG_NOMATCH): Renamed from REG_NOMATCH.
15410         (_REG_BADPAT): Renamed from REG_BADPAT.
15411         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
15412         (_REG_ECTYPE): Renamed from REG_ECTYPE.
15413         (_REG_EESCAPE): Renamed from REG_EESCAPE.
15414         (_REG_ESUBREG): Renamed from REG_ESUBREG.
15415         (_REG_EBRACK): Renamed from REG_EBRACK.
15416         (_REG_EPAREN): Renamed from REG_EPAREN.
15417         (_REG_EBRACE): Renamed from REG_EBRACE.
15418         (_REG_BADBR): Renamed from REG_BADBR.
15419         (_REG_ERANGE): Renamed from REG_ERANGE.
15420         (_REG_ESPACE): Renamed from REG_ESPACE.
15421         (_REG_BADRPT): Renamed from REG_BADRPT.
15422         (_REG_EEND): Renamed from REG_EEND.
15423         (_REG_ESIZE): Renamed from REG_ESIZE.
15424         (_REG_ERPAREN): Renamed from REG_ERPAREN.
15425         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
15426         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
15427         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
15428         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
15429
15430         (_REG_RE_NAME, _REG_RM_NAME): New macros.
15431         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
15432         changed.  But support the old name if the new one is not defined
15433         and if _REGEX_SOURCE.
15434
15435         Change the following member names in struct re_pattern_buffer.
15436         The old names are still supported if !_REGEX_SOURCE.
15437         The new names are always supported, regardless of _REGEX_SOURCE.
15438         (re_buffer): Renamed from buffer.
15439         (re_allocated): Renamed from allocated.
15440         (re_used): Renamed from used.
15441         (re_syntax): Renamed from syntax.
15442         (re_fastmap): Renamed from fastmap.
15443         (re_translate): Renamed from translate.
15444         (re_can_be_null): Renamed from can_be_null.
15445         (re_regs_allocated): Renamed from regs_allocated.
15446         (re_fastmap_accurate): Renamed from fastmap_accurate.
15447         (re_no_sub): Renamed from no_sub.
15448         (re_not_bol): Renamed from not_bol.
15449         (re_not_eol): Renamed from not_eol.
15450         (re_newline_anchor): Renamed from newline_anchor.
15451
15452         Change the following member names in struct re_registers.
15453         The old names are still supported if !_REGEX_SOURCE.
15454         The new names are always supported, regardless of _REGEX_SOURCE.
15455         (rm_num_regs): Renamed from num_regs.
15456         (rm_start): Renamed from start.
15457         (rm_end): Renamed from end.
15458
15459         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
15460         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
15461         Prepend __ to parameter names.
15462
15463         Undo yesterday's changes.
15464
15465 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15466
15467         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
15468         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
15469         lib/regex.c.
15470
15471 2005-08-24  Jim Meyering  <jim@meyering.net>
15472
15473         Sync from coreutils.
15474         * m4/fcntl-safer.m4: New file.
15475
15476         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
15477         and object files for this module.
15478
15479 2005-08-24  Jim Meyering  <jim@meyering.net>
15480
15481         Sync from coreutils.
15482         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
15483
15484 2005-08-24  Jim Meyering  <jim@meyering.net>
15485
15486         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
15487         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
15488
15489 2005-08-24  Jim Meyering  <jim@meyering.net>
15490
15491         * modules/fcntl-safer: New module.
15492         * modules/fts (Depends-on): Add fcntl-safer.
15493         * MODULES.html.sh (File descriptor based Input/Output):
15494         Add fcntl-safer.
15495
15496 2005-08-24  Bruno Haible  <bruno@clisp.org>
15497
15498         Support for unit test modules.
15499         * modules/README: Mention tests modules.
15500         * modules/TEMPLATE-TESTS: New file.
15501         * gnulib-tool: New options --extract-tests-module, --with-tests and
15502         --tests-base (unused for the moment).
15503         (testsbase, inctests): New variables.
15504         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
15505         (func_verify_module): Exclude TEMPLATE-TESTS.
15506         (func_verify_nontests_module, func_verify_tests_module): New functions.
15507         (func_get_dependencies): Add implicit dependency for tests modules.
15508         (func_get_tests_module): New function.
15509         (func_modules_transitive_closure): When --with-tests was specified,
15510         include the unit tests as well, unless explicitly avoided.
15511         (func_emit_lib_Makefile_am): Ignore the tests modules here.
15512         (func_emit_tests_Makefile_am): New function.
15513         (func_create_testdir): When --with-tests was specified, emit a
15514         tests/ directory.
15515         * MODULES.html.sh (Future developments): Update.
15516
15517 2005-08-24  Bruno Haible  <bruno@clisp.org>
15518
15519         * modules/tls-tests: New file.
15520         * tests/test-tls.c: New file, from GNU gettext.
15521
15522 2005-08-24  Bruno Haible  <bruno@clisp.org>
15523
15524         * modules/lock-tests: New file.
15525         * tests/test-lock.c: New file, from GNU gettext.
15526
15527 2005-08-24  Bruno Haible  <bruno@clisp.org>
15528
15529         * lib/lock.h: Add multiple inclusion guard.
15530         * lib/tls.h: Add multiple inclusion guard.
15531
15532 2005-08-24  Bruno Haible  <bruno@clisp.org>
15533
15534         * gnulib-tool: Add support for the --aux-dir option to
15535         --create-testdir, --create-megatestdir, --test, --megatest.
15536         (func_create_testdir, func_create_megatestdir): Optionally emit a
15537         AC_CONFIG_AUX_DIR directive.
15538         (create-testdir, create-megatestdir, test, megatest): Provide a
15539         default value for $auxdir.
15540
15541 2005-08-24  Bruno Haible  <bruno@clisp.org>
15542
15543         * gnulib-tool (import): Use compound statement instead of subshell
15544         where possible.
15545
15546 2005-08-24  Bruno Haible  <bruno@clisp.org>
15547
15548         * gnulib-tool (import): Change --aux-dir default to "build-aux".
15549
15550 2005-08-24  Bruno Haible  <bruno@clisp.org>
15551
15552         * gnulib-tool (func_version): Update.
15553
15554 2005-08-24  Bruno Haible  <bruno@clisp.org>
15555
15556         * gnulib-tool (func_import, func_create_testdir,
15557         func_create_megatestdir): Quote all autoconf macro arguments.
15558
15559 2005-08-24  Bruno Haible  <bruno@clisp.org>
15560
15561         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
15562         option --force, because --force causes the aclocal.m4 of each
15563         subdirectory to be newer than the corresponding config.h.in.
15564
15565 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15566
15567         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
15568         All contents moved to gl_REGEX.
15569         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
15570         assume that it does.
15571
15572 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15573
15574         * lib/regex.h (REG_NOSYS)
15575         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
15576         Define, since POSIX requires it as of 2001.
15577         (_REG_ENOSYS)
15578         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
15579         New private symbol, used to keep the enum signed in all cases.
15580         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
15581         Youngman in
15582         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
15583
15584         * lib/regex_internal.c (re_string_skip_chars, register_state):
15585         (calc_state_hash):
15586         Remove forward decls; no longer needed now that we use prototypes.
15587         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
15588         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
15589         (clean_state_log_if_needed): Likewise.
15590
15591 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15592
15593         * config/srclist.txt: Add glibc bugs 1231-1233.
15594
15595 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15596
15597         Fix problems reported by Sam Steingold in
15598         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
15599         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
15600         assumed that reg_errcode_t is a signed type, which is not
15601         necessarily true if _XOPEN_SOURCE is not defined.
15602         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
15603         since some compilers warn about it otherwise.
15604
15605 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15606
15607         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
15608         (init_word_char, create_initial_state, duplicate_node_closure):
15609         (fetch_token, peek_token_bracket, build_range_exp):
15610         (build_collating_symbol): Remove forward decls; no longer needed
15611         now that we use prototypes.
15612
15613         * lib/regcomp.c:
15614         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
15615         (re_compile_fastmap_iter, regcomp, regerror, regfree):
15616         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
15617         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
15618         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
15619         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
15620         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
15621         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
15622         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
15623         (build_range_exp, build_collating_symbol, parse_bracket_exp):
15624         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
15625         (build_charclass, build_charclass_op, fetch_number, create_tree):
15626         (create_token_tree, mark_opt_subexp, duplicate_tree):
15627         Use prototypes rather than old-style definitions.
15628
15629         * lib/regex_internal.c:
15630         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
15631         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
15632         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15633         (re_string_reconstruct, re_string_peek_byte_case):
15634         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
15635         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15636         (re_node_set_init_copy, re_node_set_add_intersect):
15637         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15638         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15639         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15640         (re_acquire_state, re_acquire_state_context, register_state):
15641         (create_ci_newstate, create_cd_newstate, free_state):
15642         Likewise.
15643         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
15644         re_search_2):
15645         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
15646         (re_search_internal, prune_impossible_nodes):
15647         (acquire_init_state_context, check_matching, static):
15648         (check_halt_node_context, check_halt_state_context, proceed_next_node):
15649         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
15650         (update_regs, sift_states_backward, build_sifted_states):
15651         (clean_state_log_if_needed, merge_state_array):
15652         (update_cur_sifted_state, add_epsilon_src_nodes):
15653         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
15654         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
15655         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
15656         (find_recover_state, check_subexp_matching_top, transit_state_mb):
15657         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
15658         (check_arrival, check_arrival_add_next_nodes):
15659         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15660         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15661         (check_node_accept_bytes, check_node_accept, extend_buffers):
15662         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
15663         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
15664         (sift_ctx_init):
15665         Likewise.
15666
15667         * lib/regex_internal.h:
15668         (re_string_allocate, re_string_construct, re_string_reconstruct):
15669         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
15670         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
15671         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
15672         (re_string_context_at, re_string_peek_byte_case):
15673         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
15674         is defined, since we now use prototypes always.
15675
15676         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
15677         C89 or better.  All uses removed.
15678
15679 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15680
15681         * config/srclist.txt: Add glibc bugs 1220-1227.
15682
15683 2005-08-20  Jim Meyering  <jim@meyering.net>
15684
15685         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
15686         of unused local, dfa.
15687
15688 2005-08-20  Bruno Haible  <bruno@clisp.org>
15689
15690         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
15691
15692 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15693
15694         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
15695         (re_node_set_insert_last, re_dfa_add_node):
15696         Rename local variables to avoid GCC shadowing warnings.
15697
15698 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15699
15700         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
15701         [defined lint]: Suppress bogus uninitialized-variable warnings.
15702
15703         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
15704         and let the caller return REG_ESPACE if out of space.  This
15705         removes an uninitialied-variable warning with GCC 4.0.1, and also
15706         avoids taking the address of a local variable.  All callers
15707         changed.
15708
15709 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15710
15711         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
15712         $LIBCSRC/posix/regexec.c.
15713         Add glibc bug 1217 for regcomp.c.
15714
15715 2005-08-19  Jim Meyering  <jim@meyering.net>
15716
15717         * lib/regexec.c (proceed_next_node): Redo local variables to
15718         avoid GCC shadowing warnings.
15719
15720 2005-08-18  Bruno Haible  <bruno@clisp.org>
15721
15722         * lib/strstr.c (strstr): Fix return value in multibyte case.
15723         * lib/strcasestr.c (strcasestr): Likewise.
15724
15725 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15726
15727         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
15728
15729 2005-08-17  Jim Meyering  <jim@meyering.net>
15730
15731         Make the %s format (seconds since the epoch) work for a negative
15732         number and when used with a zero-padded field width, e.g. %015s.
15733
15734         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
15735         label so that it precedes the code to set `digits'.  Otherwise,
15736         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
15737         print `00-22'.  Now, it prints `-0022', as it should.
15738
15739 2005-08-17  Bruno Haible  <bruno@clisp.org>
15740
15741         * modules/strstr (Files): Add m4/mbrtowc.m4.
15742         (Depends-on): Add mbuiter.
15743
15744 2005-08-17  Bruno Haible  <bruno@clisp.org>
15745
15746         * modules/strcasestr: New file.
15747         * MODULES.html.sh (String handling, based on ANSI C 89): Add
15748         strcasestr.
15749
15750 2005-08-17  Bruno Haible  <bruno@clisp.org>
15751
15752         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
15753
15754 2005-08-17  Bruno Haible  <bruno@clisp.org>
15755
15756         * modules/mbuiter: New file.
15757         * MODULES.html.sh (Extended multibyte and wide character utilities):
15758         Add mbuiter.
15759
15760 2005-08-17  Bruno Haible  <bruno@clisp.org>
15761
15762         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
15763         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
15764
15765 2005-08-17  Bruno Haible  <bruno@clisp.org>
15766
15767         * m4/strcasestr.m4: New file.
15768
15769 2005-08-17  Bruno Haible  <bruno@clisp.org>
15770
15771         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
15772         * lib/strstr.c: Completely rewritten, with multibyte locale support.
15773
15774 2005-08-17  Bruno Haible  <bruno@clisp.org>
15775
15776         * lib/strcasestr.h: New file.
15777         * lib/strcasestr.c: New file.
15778
15779 2005-08-17  Bruno Haible  <bruno@clisp.org>
15780
15781         * lib/strcasecmp.c: Use mbuiter.h.
15782
15783 2005-08-17  Bruno Haible  <bruno@clisp.org>
15784
15785         * lib/mbuiter.h: New file.
15786
15787 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15788
15789         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
15790         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
15791         and gl_GETOPT are both invoked via different paths (as happens
15792         with GNU tar CVS because it uses both argp and getopt), the former
15793         wins.
15794
15795 2005-08-16  Bruno Haible  <bruno@clisp.org>
15796
15797         * modules/tls: New file.
15798         * MODULES.html.sh (Multithreading): Add tls.
15799
15800 2005-08-16  Bruno Haible  <bruno@clisp.org>
15801
15802         * modules/strnlen1: New file.
15803         * MODULES.html.sh (String handling): Add strnlen1.
15804
15805 2005-08-16  Bruno Haible  <bruno@clisp.org>
15806
15807         * modules/strcase (Files): Add m4/mbrtowc.m4.
15808         (Depends-on): Add strnlen1, mbchar.
15809
15810 2005-08-16  Bruno Haible  <bruno@clisp.org>
15811
15812         * modules/mbiter: New file.
15813         * MODULES.html.sh (Extended multibyte and wide character utilities):
15814         Add mbiter.
15815
15816 2005-08-16  Bruno Haible  <bruno@clisp.org>
15817
15818         * modules/mbfile: New file.
15819         * MODULES.html.sh (Extended multibyte and wide character utilities):
15820         Add mbfile.
15821
15822 2005-08-16  Bruno Haible  <bruno@clisp.org>
15823
15824         * modules/mbchar: New file.
15825         * MODULES.html.sh (Extended multibyte and wide character utilities):
15826         New section.
15827
15828 2005-08-16  Bruno Haible  <bruno@clisp.org>
15829
15830         * m4/tls.m4: New file, from GNU gettext.
15831
15832 2005-08-16  Bruno Haible  <bruno@clisp.org>
15833
15834         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
15835         always.
15836         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
15837
15838 2005-08-16  Bruno Haible  <bruno@clisp.org>
15839
15840         * m4/mbiter.m4: New file.
15841
15842 2005-08-16  Bruno Haible  <bruno@clisp.org>
15843
15844         * m4/mbfile.m4: New file.
15845
15846 2005-08-16  Bruno Haible  <bruno@clisp.org>
15847
15848         * m4/mbchar.m4: New file.
15849
15850 2005-08-16  Bruno Haible  <bruno@clisp.org>
15851
15852         * lib/tls.h: New file, from GNU gettext.
15853         * lib/tls.c: New file, from GNU gettext.
15854
15855 2005-08-16  Bruno Haible  <bruno@clisp.org>
15856
15857         * lib/strnlen1.h: New file.
15858         * lib/strnlen1.c: New file.
15859
15860 2005-08-16  Bruno Haible  <bruno@clisp.org>
15861
15862         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
15863         (mbi_init): Update.
15864         (mbi_avail, mbi_advance): Let the iteration end before the terminating
15865         NUL byte, not after it.
15866
15867 2005-08-16  Bruno Haible  <bruno@clisp.org>
15868
15869         * lib/strcase.h (strcasecmp): Add note in comments.
15870         * lib/strncasecmp.c: Use code from strcasecmp.c.
15871         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
15872         (strcasecmp): Work correctly in multibyte locales.
15873
15874 2005-08-16  Bruno Haible  <bruno@clisp.org>
15875
15876         * lib/mbiter.h: New file.
15877
15878 2005-08-16  Bruno Haible  <bruno@clisp.org>
15879
15880         * lib/mbfile.h: New file.
15881
15882 2005-08-16  Bruno Haible  <bruno@clisp.org>
15883
15884         * lib/mbchar.h: New file.
15885         * lib/mbchar.c: New file.
15886
15887 2005-08-16  Bruno Haible  <bruno@clisp.org>
15888
15889         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
15890         the valid ones. Makes the comparison operations transitive:
15891         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
15892         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
15893
15894 2005-08-15  Simon Josefsson  <jas@extundo.com>
15895
15896         * modules/ssize_t (License): Change to 'unlimited'.
15897
15898         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
15899
15900 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15901
15902         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
15903         Add comments for each pending glibc patch.
15904
15905 2005-08-15  Bruno Haible  <bruno@clisp.org>
15906
15907         * lib/regex.h (__restrict_arr): Don't define to __restrict if
15908         __cplusplus is defined.
15909
15910 2005-08-14  Jim Meyering  <jim@meyering.net>
15911
15912         Sync from coreutils.
15913
15914         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
15915         Use the hash-table-based cycle-detection code not just when
15916         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
15917         Reported by James Youngman in
15918         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
15919         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
15920         FTS_TIGHT_CYCLE_CHECK.
15921         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
15922         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
15923         once again.
15924         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
15925         * lib/fts.c (fd_safer): Remove decl.
15926         Include fcntl--.h rather than unistd-safer.h
15927         (fts_safe_changedir): Don't call fd_safer; no longer needed
15928         now that we include fcntl--.h.
15929
15930 2005-08-12  Simon Josefsson  <jas@extundo.com>
15931
15932         * modules/getndelim2: Use ssize_t module.
15933         * modules/getnline: Likewise.
15934         * modules/safe-read: Likewise.
15935         * modules/xreadlink: Likewise.
15936
15937         * modules/ssize_t: New file.
15938
15939 2005-08-12  Simon Josefsson  <jas@extundo.com>
15940
15941         * m4/readline.m4: Look for termcap, curses or ncurses if required.
15942
15943 2005-08-12  Simon Josefsson  <jas@extundo.com>
15944
15945         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15946         ssize_t.
15947
15948 2005-08-12  Simon Josefsson  <jas@extundo.com>
15949
15950         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
15951         readline, getdelim and check_version.
15952         (Support for systems lacking ISO C 99: Sizes of integer types):
15953         Add size_max.
15954
15955 2005-08-12  Bruno Haible  <bruno@clisp.org>
15956
15957         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
15958
15959 2005-08-11  Simon Josefsson  <jas@extundo.com>
15960
15961         * modules/readline: New file.
15962
15963         * modules/strnlen (Files): Add strnlen.h.
15964
15965 2005-08-11  Simon Josefsson  <jas@extundo.com>
15966
15967         * m4/readline.m4: New file.
15968
15969 2005-08-11  Simon Josefsson  <jas@extundo.com>
15970
15971         * lib/readline.h, readline.c: New file.
15972
15973 2005-08-11  Simon Josefsson  <jas@extundo.com>
15974
15975         * doc/gnulib.texi (Initial import, Finishing touches): Mention
15976         gl_AVOID.
15977
15978 2005-08-11  Bruno Haible  <bruno@clisp.org>
15979
15980         * lib/strnlen.h (strnlen): Change parameter name to match comment.
15981
15982 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
15983
15984         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
15985
15986 2005-08-10  Simon Josefsson  <jas@extundo.com>
15987
15988         * tests/test-iconvme.c: New file.
15989
15990 2005-08-10  Simon Josefsson  <jas@extundo.com>
15991
15992         * m4/strnlen.m4: New file.
15993
15994         * m4/strndup.m4: Don't check for strnlen declaration, done in
15995         strnlen.m4.
15996
15997 2005-08-10  Simon Josefsson  <jas@extundo.com>
15998
15999         * lib/strndup.c: Use strnlen.h.
16000
16001         * lib/strnlen.h: New file.
16002
16003 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16004
16005         * README: Typos.
16006
16007 2005-08-02  Simon Josefsson  <jas@extundo.com>
16008
16009         * modules/readline: New file.
16010
16011 2005-08-02  Simon Josefsson  <jas@extundo.com>
16012
16013         * modules/getdelim: New file.
16014
16015         * modules/getline: Rewrite, don't use getndelim2.
16016
16017 2005-08-02  Simon Josefsson  <jas@extundo.com>
16018
16019         * m4/getline.m4: Separate out getdelim stuff into separate module.
16020
16021         * m4/getdelim.m4: New file.
16022
16023 2005-08-02  Simon Josefsson  <jas@extundo.com>
16024
16025         * lib/getline.h, getline.c: Rewrite.
16026
16027         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
16028
16029 2005-07-31  Bruno Haible  <bruno@clisp.org>
16030
16031         * lib/lock.h (gl_lock_initializer): New macro.
16032         (gl_lock_define_initialized): Use it.
16033         (gl_rwlock_initializer): New macro.
16034         (gl_rwlock_define_initialized): Use it.
16035         (gl_recursive_lock_initializer): New macro.
16036         (gl_recursive_lock_define_initialized): Use it.
16037
16038 2005-07-30  Karl Berry  <karl@gnu.org>
16039
16040         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
16041         Report from Ben Pfaff, regarding getopt.
16042
16043 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
16044
16045         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
16046         normal way.
16047         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
16048         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
16049         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
16050         (gl_GETOPT): Use the new macros.  Most of the implementation
16051         is moved to the new macros.  This is for programs like Emacs
16052         that don't want all the functionality of gl_GETOPT.
16053
16054 2005-07-26  Bruno Haible  <bruno@clisp.org>
16055
16056         * m4/lock.m4: Update from GNU gettext.
16057
16058 2005-07-26  Bruno Haible  <bruno@clisp.org>
16059
16060         * lib/lock.h: Update from GNU gettext.
16061         * lib/lock.c: Update from GNU gettext.
16062
16063 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
16064
16065         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
16066         obsolescent AC_TRY_RUN.  Include the default includes files, for
16067         'exit'.
16068
16069 2005-07-24  Bruno Haible  <bruno@clisp.org>
16070
16071         * modules/visibility: New file.
16072         * MODULES.html.sh (Misc): Add visibility.
16073
16074 2005-07-24  Bruno Haible  <bruno@clisp.org>
16075
16076         * m4/visibility.m4: New file.
16077
16078 2005-07-24  Bruno Haible  <bruno@clisp.org>
16079
16080         * doc/visibility.texi: New file.
16081
16082 2005-07-22  Bruno Haible  <bruno@clisp.org>
16083
16084         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
16085         $(ALLOCA_H), redundant through BUILT_SOURCES.
16086         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
16087         redundant through BUILT_SOURCES.
16088         * modules/byteswap (Makefile.am): Remove explicit dependency on
16089         $(BYTESWAP_H), redundant through BUILT_SOURCES.
16090         * modules/fnmatch (Makefile.am): Remove explicit dependency on
16091         $(FNMATCH_H), redundant through BUILT_SOURCES.
16092         * modules/getopt (Makefile.am): Remove explicit dependency on
16093         $(GETOPT_H), redundant through BUILT_SOURCES.
16094         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
16095         redundant through BUILT_SOURCES.
16096         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
16097         redundant through BUILT_SOURCES.
16098         * modules/stdbool (Makefile.am): Remove explicit dependency on
16099         $(STDBOOL_H), redundant through BUILT_SOURCES.
16100         * modules/stdint (Makefile.am): Remove explicit dependency on
16101         $(STDINT_H), redundant through BUILT_SOURCES.
16102         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
16103         Remove explicit dependency on $(SYSEXITS_H).
16104         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
16105
16106 2005-07-18  Simon Josefsson  <jas@extundo.com>
16107
16108         * lib/check-version.c (check_version): Accept identical versions too.
16109
16110 2005-07-18  Bruno Haible  <bruno@clisp.org>
16111
16112         * modules/lock: New file.
16113         * MODULES.html.sh (Multithreading): New section.
16114
16115 2005-07-18  Bruno Haible  <bruno@clisp.org>
16116
16117         * m4/lock.m4: New file, from GNU gettext.
16118
16119 2005-07-18  Bruno Haible  <bruno@clisp.org>
16120
16121         * lib/lock.h: New file, from GNU gettext.
16122         * lib/lock.c: New file, from GNU gettext.
16123
16124 2005-07-18  Bruno Haible  <bruno@clisp.org>
16125
16126         * lib/lock.h (gl_once_t): New type.
16127         (gl_once_define, gl_once): New macros.
16128         * lib/lock.c (fresh_once): New variable.
16129         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
16130         functions.
16131
16132 2005-07-16  Simon Josefsson  <jas@extundo.com>
16133
16134         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
16135         workaround, suggested by Bruno.
16136
16137 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
16138
16139         * modules/xalloc (Depends-on): Add xalloc-die.
16140         * modules/xvasprintf (Depends-on): Add xalloc-die.
16141
16142 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
16143
16144         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
16145         with a minor change.
16146
16147 2005-07-15  Bruno Haible  <bruno@clisp.org>
16148
16149         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
16150         When using lib/poll.c, define poll as rpl_poll.
16151
16152 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
16153
16154         * modules/argp (Depends-on): Remove unlocked-io.
16155
16156 2005-07-14  Derek Price  <derek@ximbiot.com>
16157
16158         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
16159         for glob symlink bug.
16160
16161 2005-07-14  Bruno Haible  <bruno@clisp.org>
16162
16163         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
16164         Instead, test for *_unlocked function declarations directly.
16165
16166 2005-07-11  Simon Josefsson  <jas@extundo.com>
16167
16168         * modules/size_max: New file.
16169
16170         * modules/xsize: Depend on size_max module for size_max.m4.
16171
16172 2005-07-11  Simon Josefsson  <jas@extundo.com>
16173
16174         * lib/size_max.h: New file.
16175
16176 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
16177
16178         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
16179         copyright symbol and the year.
16180         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
16181         (version_etc_va): Use parameterized copyright notice.
16182         Reword to conform to the current GNU coding standards.
16183
16184 2005-07-11  Karl Berry  <karl@gnu.org>
16185
16186         * doc/gnulib.texi (Quoting): new node.
16187         (Initial import): more info, from Patrice.
16188
16189 2005-07-11  Bruno Haible  <bruno@clisp.org>
16190
16191         * gnulib-tool (func_usage): Document option --avoid.
16192         (Command line options): Handle --avoid.
16193         (func_acceptable): New function.
16194         (func_modules_transitive_closure): Use it.
16195
16196 2005-07-11  Bruno Haible  <bruno@clisp.org>
16197
16198         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
16199         Reported by Jim Meyering.
16200
16201 2005-07-10  Bruno Haible  <bruno@clisp.org>
16202
16203         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
16204         Needed when size_t is smaller than 'unsigned int'.
16205         Reported by Paul Eggert.
16206
16207 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16208
16209         * modules/argp (Depends-on): Add unlocked-io
16210
16211 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16212
16213         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
16214         block of defines.
16215
16216 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
16217
16218         * config/srclist.txt: Comment out regcomp.c, since we have a porting
16219         fix now.
16220
16221 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
16222         and Paul Eggert  <eggert@cs.ucla.edu>
16223
16224         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
16225         in wint_t, not wchar_t.  Remove now-unnecessary cast.
16226
16227 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16228
16229         * modules/regex (Files): Add lib/regex_internal.c,
16230         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
16231         (Depends-on): Add extensions.
16232         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
16233
16234 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16235
16236         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
16237         pathconf.
16238         * m4/same.m4 (gl_SAME): Likewise.
16239         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
16240
16241         * m4/regex.m4: Adjust to new libc regex implementation.
16242         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
16243         all the .c and .h parts of (the new) regex.
16244         Quote the m4 stuff better.
16245         Check for RE_ICASE bug of old gnulib.
16246         Check for REG_STARTEND of recent libc.
16247         Rename local variables from jm_* to gl_*.
16248         Quote operand of "test -f".
16249         Say "recent enough" version of libc, not "version 2".
16250         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
16251         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
16252         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
16253         Remove check for btowc, isascii.
16254         Require AM_LANGINFO_CODESET.
16255
16256 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16257
16258         * lib/regex.c, regex.h: Sync from libc.
16259         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
16260         * lib/regexec.c:
16261         New files, synced from libc, except that regex_internal.h
16262         currently has a small porting fix.
16263
16264 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16265
16266         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
16267         regex_internal.c, regexec.c.
16268         Add regex_internal.h too, but as a comment, since the libc version
16269         is currently broken in gnulib mode.
16270
16271 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16272
16273         Support programs like Emacs that use gnulib but not gettext.
16274         * MODULES.html.sh (Internationalization functions): Add gettext-h.
16275         * modules/gettext-h: New file.
16276         * modules/gettext (Files): Remove lib/gettext.h.
16277         (Depends-on): Add gettext-h.
16278         (Makefile.am): Remove lib_SOURCES.
16279         * modules/argmatch, modules/c-stack, modules/closeout:
16280         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
16281         * modules/execute, modules/file-type, modules/getaddrinfo:
16282         * modules/getopt, modules/human, modules/javacomp:
16283         * modules/javaexec, modules/mkdir-p, modules/obstack:
16284         * modules/openat, modules/pagealign_alloc, modules/pipe:
16285         * modules/quotearg, modules/regex, modules/rpmatch:
16286         * modules/unicodeio, modules/userspec, modules/version-etc:
16287         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
16288         * modules/xsetenv:
16289         Depend on gettext-h, not gettext.
16290
16291 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16292
16293         * gnulib-tool (func_import): Add support for 'public domain' license.
16294         * modules/alloca, modules/atexit, modules/memmove:
16295         Now public domain, not GPL.
16296         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
16297         * modules/realloc, modules/strerror, modules/strtod:
16298         Now LGPL, not GPL.
16299
16300 2005-07-05  Bruno Haible  <bruno@clisp.org>
16301
16302         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
16303         autoconf CVS. Needed for mingw.
16304
16305 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16306
16307         Remove the dependency of the strftime module on the tzset module.
16308         * modules/strftime (Depends-on): Remove dependency on tzset.
16309
16310 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16311
16312         Remove the dependency of the strftime module on the tzset module.
16313         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
16314         gl_FUNC_TZSET_CLOBBER.
16315
16316 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16317
16318         Remove the dependency of the strftime module on the tzset module.
16319         * lib/strftime.c (my_strftime)
16320         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
16321         Copy the input structure, to work around some of the bug with
16322         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
16323         Solaris releases, you should also use the tzset module, but we won't
16324         require it as a dependency any more since we don't want LGPLed code
16325         to depend on GPLed code.
16326
16327 2005-07-02  Jim Meyering  <jim@meyering.net>
16328
16329         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
16330         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
16331         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
16332         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
16333
16334 2005-07-02  Jim Meyering  <jim@meyering.net>
16335
16336         * lib/backupfile.c (backup_args): Change a `0' to NULL.
16337
16338 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16339
16340         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
16341         declares only 'struct timespec;' (!).
16342
16343 2005-07-01  Jim Meyering  <jim@meyering.net>
16344
16345         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
16346         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
16347         * lib/save-cwd.c, tempname.c:
16348         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
16349         and don't include <sys/file.h>).
16350
16351 2005-06-29  Jim Meyering  <jim@meyering.net>
16352
16353         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
16354         type name.  Use the variable name instead.
16355         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
16356         Likewise.
16357
16358 2005-06-28  Simon Josefsson  <jas@extundo.com>
16359
16360         * modules/check-version (Files): Add check-version.m4.
16361
16362 2005-06-28  Simon Josefsson  <jas@extundo.com>
16363
16364         * m4/check-version.m4: New file, suggested by Jim Meyering
16365         <jim@meyering.net>.
16366
16367 2005-06-28  Simon Josefsson  <jas@extundo.com>
16368
16369         * lib/check-version.h, lib/check-version.c: New files.
16370
16371 2005-06-28  Simon Josefsson  <jas@extundo.com>
16372
16373         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
16374         collision with global variable.  Better indentation.  Don't
16375         increment buffer pointer beyond buffer end.  Based on comments
16376         from Paul Eggert <eggert@cs.ucla.edu>.
16377
16378         * lib/base64.h: Indent.
16379
16380 2005-06-28  Simon Josefsson  <jas@extundo.com>
16381
16382         * doc/gnulib.texi (Library version handling): New section.
16383
16384 2005-06-28  Jim Meyering  <jim@meyering.net>
16385
16386         * check-module (find_included_lib_files): Hard-code another
16387         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
16388         but modules/fts-lgpl (correctly) does not list those files.
16389
16390         * modules/canonicalize (Files): Add lib/pathmax.h.
16391
16392 2005-06-25  Simon Josefsson  <jas@extundo.com>
16393
16394         * modules/check-version: New file.
16395
16396 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
16397
16398         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
16399         initializer of struct addrinfo, as an indication that we don't
16400         care how many members the structure has.
16401
16402 2005-06-24  Derek Price  <derek@ximbiot.com>
16403         and Bruno Haible  <bruno@clisp.org>
16404
16405         Remove stat module & update lstat.
16406         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
16407         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
16408         * m4/stat.m4: Remove this file.
16409
16410 2005-06-24  Derek Price  <derek@ximbiot.com>
16411         and Bruno Haible  <bruno@clisp.org>
16412
16413         Remove stat module & update lstat.
16414         * lib/stat.c: Remove this file...
16415         (slash_aware_lstat): ...moving this content and its support...
16416         * lib/lstat.c (rpl_lstat): ...into here.
16417         * lib/lstat.h: New file.
16418
16419 2005-06-24  Derek Price  <derek@ximbiot.com>
16420         and Bruno Haible  <bruno@clisp.org>
16421
16422         Remove stat module & update lstat.
16423         * config/srclist.txt (libc sources): Remove stat.
16424
16425 2005-06-24  Derek Price  <derek@ximbiot.com>
16426         and Bruno Haible  <bruno@clisp.org>
16427
16428         Remove stat module & update lstat.
16429         * MODULES.html.sh (stat): Remove.
16430         * MODULES.html: Regenerated.
16431         * modules/lstat (Description): Correct function name.
16432         (Files): Add "lstat.h".
16433         (Depends-on): Remove stat, add xalloc, stat-macros.
16434         * modules/stat: Remove this file.
16435         (Include): Add "lstat.h", remove <sys/stat.h>.
16436
16437 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16438
16439         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
16440         (ranged_convert): Don't save conversion in a temporary struct.
16441         This causes a warning with GCC 4.0.0, and anyway in the typical
16442         case it's not worth the extra 100 bytes or so of code.
16443         (ranged_convert, __mktime_internal): When calling a function via a
16444         pointer P, use P () rather than (*P) (), as we now assume C89 or
16445         better.
16446
16447 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16448
16449         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
16450         "who -r" failed to give output.  Problem reported by Tim Waugh.
16451
16452         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
16453         (xcalloc): Use it to avoid needless tests.
16454         Problem reported by Jim Meyering.
16455
16456 2005-06-20  Derek Price  <derek@ximbiot.com>
16457
16458         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
16459         unnecessary for Autoconfs > 2.59c.
16460
16461 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16462
16463         * lib/argp.h (__option_is_short): Check upper limit of
16464         __key. Isprint() requires its argument to have the value
16465         of an unsigned char or EOF.
16466
16467 2005-06-16  Jim Meyering  <jim@meyering.net>
16468
16469         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
16470         when either N or S is zero.
16471
16472 2005-06-16  Derek Price  <derek@ximbiot.com>
16473
16474         * m4/bison.m4: Declare YACC & YFLAGS precious.
16475
16476 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
16477
16478         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
16479         multibyte string or pattern, fall back on unibyte matching.
16480         Problem reported by James Youngman.
16481
16482 2005-06-08  Bruno Haible  <bruno@clisp.org>
16483
16484         * modules/csharpcomp: New file.
16485         * MODULES.html.sh (C#): Add csharpcomp.
16486
16487 2005-06-08  Bruno Haible  <bruno@clisp.org>
16488
16489         * m4/csharpcomp.m4: New file, from GNU gettext.
16490
16491 2005-06-08  Bruno Haible  <bruno@clisp.org>
16492
16493         * lib/csharpcomp.h: New file, from GNU gettext.
16494         * lib/csharpcomp.c: New file, from GNU gettext.
16495         * lib/csharpcomp.sh.in: New file, from GNU gettext.
16496
16497 2005-06-08  Bruno Haible  <bruno@clisp.org>
16498
16499         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
16500         warning on mingw.
16501
16502 2005-06-07  Derek Price  <derek@ximbiot.com>
16503
16504         Sync from CVS.
16505         * lib/glob_.h: Indent nested #ifdef.
16506
16507 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16508
16509         Sync from coreutils.
16510         Use "file name" when talking about file names, instead of "filename"
16511         or "path", as per the GNU coding standards.
16512         * lib/mkdir-p.c: Renamed from makepath.c.
16513         (make_dir_parents): Renamed from make_path.  All callers changed.
16514         * lib/mkdir-p.h: Likewise.  All includers changed.
16515         * lib/filenamecat.c: Renamed from path-concat.c.
16516         (file_name_concat): Renamed from path_concat.  All callers changed.
16517         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
16518         * lib/filenamecat.h: Likewise.  All includers changed.
16519         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
16520         in comments or local variable names.
16521         * lib/basename.c: Likewise.
16522         * lib/canonicalize.c, canonicalize.h: Likewise.
16523         * lib/dirname.c, dirname.h: Likewise.
16524         * lib/euidaccess.c: Likewise.
16525         * lib/exclude.c: Likewise
16526         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
16527         * lib/fsusage.c, fsuage.h: Likewise.
16528         * lib/fts.c, fts_.h: Likewise.
16529         * lib/getcwd.c: Likewise.
16530         * lib/getloadavg.c: Likewise.
16531         * lib/mkstemp.c: Likewise.
16532         * lib/mountlist.c, mountlist.h: Likewise.
16533         * lib/openat.c, openat.h: Likewise.
16534         * lib/readlink-stub.c: Likewise.
16535         * lib/readutmp.c, readutmp.h: Likewise.
16536         * lib/rename.c: Likewise.
16537         * lib/rmdir.c: Likewise.
16538         * lib/same.c: Likewise.
16539         * lib/savedir.c: Likewise.
16540         * lib/stripslash.c: Likewise.
16541         * lib/tempname.c: Likewise.
16542         * lib/xreadlink.c: Likewise.
16543         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
16544         All uses changed.
16545         * lib/exclude.h: Likewise.
16546
16547         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
16548         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16549         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
16550         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16551         * lib/pathmax.h: Include <limits.h> unconditionally, since other
16552         files have been getting away with it for years (MORE/BSD 4.3
16553         is extinct now).
16554         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
16555         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16556
16557         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
16558         Define to 256, not 255, as per modern POSIX.
16559
16560 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16561
16562         Sync from coreutils.
16563         Use "file name" when talking about file names, instead of "filename"
16564         or "path", as per the GNU coding standards.
16565         * MODULES.html.sh: mkdir-p renamed from makepath.
16566         filenamecat renamed from path-concat.
16567         * modules/filenamecat: Renamed from modules/path-concat.
16568         (Files): filenamecat.h and filenamecat.c renamed from
16569         path-concat.h and path-concat.c.
16570         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
16571         (Include): filenamecat.h, not path-concat.h.
16572         * modules/mkdir-p: Renamed from modules/makepath.
16573         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
16574         makepath.c.
16575         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
16576         (Include): mkdir-p.h, not makepath.h.
16577
16578 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16579
16580         Sync from coreutils.
16581         * m4/mkdir-p.m4: Renamed from makepath.m4.
16582         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
16583         Rename files from makepath.c to mkdir-p.c, and from
16584         makepath.h to mkdir-p.h.
16585         * m4/filenamecat.m4: Renamed from path-concat.m4.
16586         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
16587         Rename files from path-concat.c to filenamecat.c,
16588         and from path-concat.h to filenamecat.h.
16589         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
16590         "file name" in local variables or comments.
16591         * m4/rename.m4: Likewise.
16592
16593 2005-06-01  Bruno Haible  <bruno@clisp.org>
16594
16595         * modules/csharpexec: New file.
16596         * MODULES.html.sh (C#): New section.
16597
16598 2005-06-01  Bruno Haible  <bruno@clisp.org>
16599
16600         * m4/csharp.m4: New file, from GNU gettext.
16601         * m4/csharpexec.m4: New file, from GNU gettext.
16602
16603 2005-06-01  Bruno Haible  <bruno@clisp.org>
16604
16605         * lib/csharpexec.h: New file, from GNU gettext.
16606         * lib/csharpexec.c: New file, from GNU gettext.
16607         * lib/csharpexec.sh.in: New file, from GNU gettext.
16608
16609 2005-05-31  Derek Price  <derek@ximbiot.com>
16610             Paul Eggert  <eggert@cs.ucla.edu>
16611
16612         Sync from cvs.
16613         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16614
16615 2005-05-31  Derek Price  <derek@ximbiot.com>
16616             Paul Eggert  <eggert@cs.ucla.edu>
16617
16618         Sync from cvs.
16619         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16620
16621 2005-05-29  Derek Price  <derek@ximbiot.com>
16622
16623         * config/srclist.txt (glob_.h, glob.c): Add these files.
16624
16625 2005-05-29  Derek Price  <derek@ximbiot.com>
16626
16627         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
16628         * modules/glob: New file.
16629         * modules/getlogin_r: Add link to POSIX spec in description.
16630
16631 2005-05-29  Derek Price  <derek@ximbiot.com>
16632             Paul Eggert  <eggert@cs.ucla.edu>
16633
16634         * m4/glob.m4: New file.
16635
16636 2005-05-29  Derek Price  <derek@ximbiot.com>
16637             Paul Eggert  <eggert@cs.ucla.edu>
16638
16639         * lib/glob_.h, lib/glob.c: New files.
16640
16641 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16642
16643         * modules/fts (Files): Remove m4/inttypes-pri.m4.
16644         * modules/fts-lgpl (Depends-on): Remove gettext.
16645
16646 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16647
16648         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
16649         and don't require gt_INTTYPES_PRI.
16650
16651 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16652
16653         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
16654
16655         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
16656         the configuration hassle isn't worth it.
16657         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
16658         (LONGEST_MODIFIER, PRIuMAX): Remove.
16659
16660 2005-05-27  Bruno Haible  <bruno@clisp.org>
16661
16662         * lib/getlogin_r.h: Remove second include of <stddef.h>.
16663
16664 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
16665
16666         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
16667         _POSIX_PTHREAD_SEMANTICS for Solaris.
16668
16669 2005-05-25  Derek Price  <derek@ximbiot.com>
16670
16671         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
16672
16673 2005-05-25  Derek Price  <derek@ximbiot.com>
16674             Paul Eggert  <eggert@cs.ucla.edu>
16675
16676         * modules/getlogin_r, m4/getlogin_r.m4: New files.
16677         * lib/getlogin_r.c, getlogin_r.h: New files.
16678
16679 2005-05-25  Bruno Haible  <bruno@clisp.org>
16680             Derek Price  <derek@ximbiot.com>
16681
16682         * lib/getlogin_r.h: Simplify API documentation.
16683
16684 2005-05-23  Derek Price  <derek@ximbiot.com>
16685
16686         * modules/minmax (Files): Add m4/minmax.m4.
16687         (configure.ac): Add gl_MINMAX.
16688
16689 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16690
16691         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
16692         so that unistd-safer.h (GPL'ed code) need not be included.
16693
16694 2005-05-22  Bruno Haible  <bruno@clisp.org>
16695
16696         * m4/minmax.m4: New file.
16697         Based on a patch by Derek Price <derek@ximbiot.com>.
16698
16699 2005-05-22  Bruno Haible  <bruno@clisp.org>
16700
16701         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
16702         (INT64_MIN): Fix definition.
16703         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
16704
16705         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
16706         NEED_SIGNED_INT_TYPES.
16707
16708         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
16709         HAVE_SYSTEM_INTTYPES.
16710
16711 2005-05-22  Bruno Haible  <bruno@clisp.org>
16712
16713         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
16714         Also include <sys/param.h> if it defines MIN, MAX.
16715         Based on a patch by Derek Price <derek@ximbiot.com>.
16716
16717 2005-05-21  Jim Meyering  <jim@meyering.net>
16718
16719         * modules/fts (Files): Add m4/inttypes-pri.m4.
16720         (Depends-on): Add lstat and remove gettext.  Alphabetize.
16721
16722 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16723
16724         New fts module.
16725         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
16726         (setup_dir, free_dir): New functions.
16727         (enter_dir, leave_dir): Define trivial
16728         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
16729         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
16730         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
16731         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
16732         Move to fts-cycle.c.
16733         (fts_open): Use setup_dir.
16734         (fts_close): Use free_dir.
16735         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
16736         This adds a label and some gotos, but the alternatives were messier.
16737         Check for memory allocation failure when entering a dir.
16738         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
16739         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
16740         (FTS): New member fts_cycle, that is a union that contains the
16741         old active_dir_ht and cycle_state.  All uses changed to mention
16742         fts_cycle.ht and fts_cycle.state.
16743         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
16744         fts.c, with the following changes:
16745         (setup_dir, free_dir): New functions.
16746         (enter_dir): Now returns bool.  Return true if successful, false
16747         if memory exhausted.  All callers changed.
16748         Do not bother partly cleaning up on
16749         memory allocation failure; that is free_dir's job.
16750         However, free ad if hash_insert fails, to avoid memory leak.
16751         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
16752         fts->fts_options to see which union member to use.
16753
16754 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16755
16756         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
16757         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
16758
16759 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16760
16761         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
16762
16763 2005-05-20  Jim Meyering  <jim@meyering.net>
16764
16765         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
16766         Now a macro, to pacify GCC.
16767
16768 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16769
16770         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
16771         of -1.
16772
16773 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16774
16775         * lib/chown.c (rpl_chown): Return -1 on failure.
16776
16777 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16778
16779         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
16780         Don't check for stddef.h.
16781         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
16782         don't use its results.
16783         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
16784         since we include them unconditionally.  Don't require
16785         AM_STDBOOL_H, since stdbool is a prerequisite.
16786         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
16787         since we assume C89 or better.
16788         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
16789         as we don't use their results.
16790         Don't check for fchdir, memmove, memset, strrchr, as we use
16791         them unconditionally.
16792         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
16793         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
16794
16795 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16796
16797         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
16798         Include <stddef.h> unconditionally, since we assume C89 now.
16799         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
16800         * lib/fts.c: Include fts_.h first, to check interface.
16801         Do not include intprops.h; no longer needed.
16802         Include cycle-check.h and hash.h, since fts_.h no longer does.
16803         Remove unnecessary casts of closedir to void.
16804         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
16805         decide whether to decrement nlinks.
16806         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
16807         (FTS): Use struct hash_table * instead of Hash_table, so that
16808         we no longer need to include hash.h here.
16809
16810 2005-05-18  Jim Meyering  <jim@meyering.net>
16811
16812         * modules/dirfd (License): Change to LGPL.  Most of the code
16813         is already in the public domain.
16814
16815 2005-05-18  Jim Meyering  <jim@meyering.net>
16816
16817         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
16818         Reported by Yoann Vandoorselaere.
16819
16820 2005-05-17  Jim Meyering  <jim@meyering.net>
16821
16822         * m4/fts.m4: New file, from coreutils.
16823
16824 2005-05-17  Jim Meyering  <jim@meyering.net>
16825
16826         * lib/fts.c, lib/fts_.h: New files, from coreutils.
16827
16828 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16829
16830         Sync from coreutils.
16831         * m4/unlinkdir.m4: New file.
16832
16833 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16834
16835         Sync from coreutils.
16836         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
16837         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
16838         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
16839         White space changes only.
16840         * lib/makepath.c (make_path): Port to hosts where leading "//" is
16841         special.
16842         * lib/yesno.c: Include getline.h, not ctype.h.
16843         (yesno): Don't remove leading white space; POSIX doesn't allow it.
16844         Use getline to remove arbitrary restriction on response length.
16845
16846 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16847
16848         * config/srclist-update: Spell out "Street" in FSF postal
16849         mail address; this is the style the FSF seems to prefer.
16850
16851         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
16852         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
16853         this updates FSF postal mail address.
16854
16855         Sync from coreutils.
16856         * modules/unlinkdir: New file.
16857         * modules/yesno (Depends-on): Add getline.
16858         * MODULES.html.sh (File system functions): Add unlinkdir.
16859
16860 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16861
16862         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
16863         lib/strsep.h:
16864         Change the initial comment to refer to GPL, not LGPL.
16865         gnulib-tool will change it to LGPL as needed.
16866
16867         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
16868         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
16869         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
16870         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
16871         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
16872         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
16873         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
16874         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
16875         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
16876         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
16877         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
16878         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
16879         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
16880         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
16881         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
16882         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
16883         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
16884         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
16885         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
16886         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
16887         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
16888         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
16889         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
16890         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
16891         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
16892         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
16893         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
16894         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
16895         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
16896         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
16897         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
16898         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
16899         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
16900         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
16901         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
16902         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
16903         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
16904         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
16905         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
16906         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
16907         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
16908         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
16909         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
16910         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
16911         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
16912         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
16913         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
16914         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
16915         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
16916         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
16917         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16918         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
16919         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
16920         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
16921         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
16922         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
16923         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
16924         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
16925         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
16926         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
16927         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
16928         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
16929         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
16930         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
16931         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
16932         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
16933         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
16934         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
16935         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
16936         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
16937         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
16938         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
16939         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
16940         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
16941         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
16942         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
16943         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
16944         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
16945         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
16946         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
16947         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
16948         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
16949         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
16950         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
16951         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
16952         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
16953         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
16954         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
16955         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
16956         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
16957         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
16958         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
16959         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
16960         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
16961         lib/yesno.c, lib/yesno.h:
16962         Update FSF postal mail address.
16963
16964 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16965
16966         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
16967         tests/test-memmem.c, tests/test-stpncpy.c:
16968         Update FSF postal mail address.
16969
16970 2005-05-13  Bruno Haible  <bruno@clisp.org>
16971
16972         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
16973         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
16974         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
16975         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
16976         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
16977         Add support for 64-bit integers in the MSVC compiler.
16978
16979 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16980
16981         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
16982
16983 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
16984
16985         * gnulib-tool (func_import): Sort and uniquify recommended includes.
16986
16987 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
16988
16989         * doc/getdate.texi (General date syntax): Don't say that date
16990         date --iso-8601=ns generates acceptable dates; it doesn't yet.
16991         Problem reported by Nic Ferrier.
16992
16993 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16994
16995         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
16996         specified in ai_socktype. Fix invalid ai_protocol
16997         check. ai_protocol is usually set to 0 or depending on
16998         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
16999         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
17000         ai_socktype / ai_protocol in the returned addrinfo structure.
17001
17002 2005-05-10  Simon Josefsson  <jas@extundo.com>
17003
17004         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
17005         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17006
17007 2005-05-10  Karl Berry  <karl@gnu.org>
17008
17009         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
17010         (from http://www.gnu.org/licenses).
17011         * doc/COPYING.LIB: also rename to COPYING.LESSER.
17012         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
17013         fdl.texi suffices.
17014
17015 2005-05-10  Karl Berry  <karl@gnu.org>
17016
17017         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
17018         (COPYING.DOC): remove.
17019
17020         * config/srclist-update: new FSF address.
17021
17022 2005-05-10  Derek Price  <derek@ximbiot.com>
17023
17024         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
17025         possible.
17026
17027 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17028             Bruno Haible  <bruno@clisp.org>
17029
17030         * modules/inet_ntop: New file.
17031         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17032         inet_ntop.
17033
17034 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17035             Bruno Haible  <bruno@clisp.org>
17036
17037         * m4/inet_ntop.m4: New file.
17038
17039 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17040             Bruno Haible  <bruno@clisp.org>
17041
17042         * lib/inet_ntop.h: New file.
17043         * lib/inet_ntop.c: New file, from glibc with modifications.
17044
17045 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
17046
17047         * modules/time_r (License): Change to LGPL.
17048         * modules/extensions (License): Change to LGPL.  Actually,
17049         the license is more permissive than that, but currently gnulib-tool
17050         doesn't know how to handle more-permissive licenses.
17051
17052         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
17053         Problem reported by Dave Love.
17054
17055 2005-05-08  Jim Meyering  <jim@meyering.net>
17056
17057         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
17058         blank.
17059
17060 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
17061
17062         * modules/argmatch (Depends-on): Add stdbool.
17063         * modules/backupfile (Depends-on): Likewise.
17064         * modules/chdir-long (Depends-on): Likewise.
17065         * modules/closeout (Depends-on): Likewise.
17066         * modules/cycle-check (Depends-on): Likewise.
17067         * modules/dirname (Depends-on): Likewise.
17068         * modules/fnmatch (Depends-on): Likewise.
17069         * modules/fsusage (Depends-on): Likewise.
17070         * modules/fwriteerror (Depends-on): Likewise.
17071         * modules/getcwd (Depends-on): Likewise.
17072         * modules/getloadavg (Depends-on): Likewise.
17073         * modules/hard-locale (Depends-on): Likewise.
17074         * modules/makepath (Depends-on): Likewise.
17075         * modules/mountlist (Depends-on): Likewise.
17076         * modules/nanosleep (Depends-on): Likewise.
17077         * modules/posixtm (Depends-on): Likewise.
17078         * modules/quotearg (Depends-on): Likewise.
17079         * modules/readtokens (Depends-on): Likewise.
17080         * modules/readtokens0 (Depends-on): Likewise.
17081         * modules/readutmp (Depends-on): Likewise.
17082         * modules/save-cwd (Depends-on): Likewise.
17083         * modules/strftime (Depends-on): Likewise.
17084         * modules/userspec (Depends-on): Likewise.
17085         * modules/utimecmp (Depends-on): Likewise.
17086         * modules/xgetcwd (Depends-on): Likewise.
17087         * modules/xnanosleep (Depends-on): Likewise.
17088         * modules/xstrtod (Depends-on): Likewise.
17089         * modules/yesno (Depends-on): Likewise.
17090
17091 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
17092
17093         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
17094         needless checks.
17095
17096 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17097
17098         Merge from coreutils.  Among other things,
17099         add bulletproofing for cases where stdin, stdout, or stderr are closed.
17100         * lib/fd-safer.c: New file.
17101         * lib/fcntl-safer.h, open-safer.c: Remove.
17102         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
17103         * lib/dup-safer.c: Include unistd-safer.h first.
17104         Don't include errno.h.
17105         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
17106         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
17107         * lib/file-type.c: Rely on file-type.h change.
17108         * lib/getloadavg.c: Include unistd-safer.h.
17109         (getloadavg): Use safer open.
17110         * lib/getusershell.c: Include "stdio-safer.h".
17111         (getusershell): Use safer fopen.
17112         * lib/long-options.c (long_options): Use NULL rather than 0.
17113         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
17114         'free'.
17115         * lib/modechange.c: Likewise.
17116         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
17117         (MODE_DONE): New constant.
17118         (struct mode_change): Remove 'next' member.
17119         (make_node_op_equals): New function; like the old one of the
17120         same name, except it allocates an array.
17121         (mode_compile, mode_create_from_ref): Use it.
17122         (mode_compile): Allocate result as an array, not a linked list.
17123         Parse octal string ourself, so that we catch mistakes like "+0".
17124         (mode_adjust): Arg is an array, not a linked list.
17125         * lib/modechange.c: Include stat-macros.h, xalloc.h.
17126         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
17127         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
17128         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
17129         Remove.  This is now stat-macros.h's job.
17130         (talloc): Remove.  All callers replaced by xalloc, so that
17131         our invokers don't have to worry about reporting memory failures.
17132         (make_node_op_equals): Remove.
17133         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
17134         New constants.
17135         (struct mode_change): Moved here from modechange.h.
17136         (mode_append_entry): Remove.
17137         (mode_compile): Remove MASKED_OPS arg, since it encouraged
17138         apps to have incorrect behavior.  Use simpler algorithm for head
17139         and tail.  Don't futz with umask; that's now the job of mode_adjust.
17140         Detect more invalid usages rather than having somewhat-random behavior.
17141         Don't insert an "a=" action, as that leads to incorrect behavior.
17142         (mode_compile, mode_create_from_ref): Return NULL on error instead
17143         of an enum, since now there's only one way to have an error.  All
17144         callers changed.
17145         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
17146         at the correct time.  Simplify calculation of "+u" and its ilk.
17147         Don't mishandle "+X".
17148         (mode_free): Remove "register" and localize decls.
17149         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
17150         (struct mode_change): Move to modechange.c; callers don't
17151         need to see this stuff.
17152         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
17153         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
17154         (mode_change, mode_adjust): Reflect the new signatures noted above.
17155         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
17156         that might redefine system include files.
17157         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
17158         (my_usleep): Use NULL rather than (void *) 0.
17159         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
17160         Use siginterrupt to specify that system calls should be interrupted.
17161         (rpl_nanosleep): Move initialization of suspended closer to call of
17162         my_usleep.
17163         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
17164         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
17165         (desirable_utmp_entry): New function.
17166         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
17167         using x2nrealloc, to simplify logic.
17168         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
17169         size calculation.  Do not assume utmp file is a regular file.
17170         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
17171         (READ_UTMP_CHECK_PIDS): New constant.
17172         * lib/save-cwd.c: Include unistd-safer.h.
17173         (save_cwd): Use fd_safer.
17174         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
17175         [!_LIBC] Include "stat-macros.h" instead.
17176         * lib/unistd-safer.h (fd_safer): New decl.
17177
17178 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17179
17180         * modules/getloadavg (Depends-on): Add unistd-safer.
17181         * modules/getusershell (Depends-on): Add stdio-safer.
17182         * modules/lstat (Depends-on): Remove xalloc.
17183         * modules/mkstemp (Depends-on): Add stat-macros.
17184         * modules/modechange (Depends-on): Remove xstrtol.
17185         Add stat-macros, xalloc.
17186         * modules/save-cwd (Depends-on): Add unistd-safer.
17187         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
17188         * modules/unistd-safer (Files): Add lib/fd-safer.c
17189         (Makefile.am): Remove lib_SOURCES.
17190
17191         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
17192         Remove fcntl-safer; unistd-safer supersedes it.
17193
17194 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17195
17196         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
17197         AC_HEADER_STAT.
17198         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
17199         (gl_PREREQ_CHOWN): Remove.
17200         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
17201         it.  Don't require AC_HEADER_STAT.
17202         (gl_PREREQ_LSTAT): Remove.
17203         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
17204         Don't require AC_HEADER_STAT.
17205         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
17206         (gl_PREREQ_RMDIR): Remove.
17207         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
17208         mention stat-macros.h or AC_HEADER_STAT, since we'll make
17209         the stat-macros module a prerequisite.
17210         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
17211         * m4/filemode.m4 (gl_FILEMODE): Likewise.
17212         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
17213         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
17214         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
17215         variable names.
17216         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
17217         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
17218         variable prefixes.
17219         * m4/fcntl-safer.m4: Remove.
17220         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
17221         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
17222         Invoke gl_PREREQ_FD_SAFER.
17223         (gl_PREREQ_FD_SAFER): New macro.
17224         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
17225         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
17226         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
17227         Remove duplicate call to AC_LIBOBJ(readutmp).
17228         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
17229
17230         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
17231         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
17232
17233 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17234
17235         * MODULES.html.sh (Misc): Add byteswap.
17236
17237 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17238
17239         * modules/getcwd (Depends-on): Add extensions.
17240         * modules/openat (Depends-on): Likewise.
17241
17242 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17243
17244         * modules/byteswap: New file.
17245
17246 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17247
17248         * m4/byteswap.m4: New file.
17249
17250 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17251
17252         * lib/byteswap_.h: New file.
17253
17254 2005-04-25  Karl Berry  <karl@gnu.org>
17255
17256         * m4/gettext.m4: Update from GNU gettext 0.14.4.
17257
17258 2005-04-25  Albert Chin  <china@thewrittenword.com>
17259
17260         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
17261         Toolkit C bug.
17262
17263 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
17264
17265         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
17266         (func_ln_if_changed) Remove forcibly for no error message
17267         in case file does not exist.
17268
17269 2005-04-19  Simon Josefsson  <jas@extundo.com>
17270
17271         * gnulib-tool (Options): Make --symlink mean --symbolic.
17272
17273 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
17274
17275         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
17276
17277 2005-04-16  Simon Josefsson  <jas@extundo.com>
17278
17279         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
17280
17281 2005-04-15  Simon Josefsson  <jas@extundo.com>
17282
17283         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
17284
17285 2005-04-15  Simon Josefsson  <jas@extundo.com>
17286
17287         * gnulib-tool: Rename --symlink to --symbolic.
17288
17289 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
17290
17291         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
17292         symbolic links to files instead of copying/moving.  Add --aux-dir,
17293         specifying directory relative --dir where auxiliary build tools
17294         are placed.
17295
17296 2005-04-14  Bruno Haible  <bruno@clisp.org>
17297
17298         * modules/allocsa (License): Change to LGPL.
17299         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
17300
17301 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17302
17303         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
17304         that "UTC +1 second" continues to work.  Problem reported
17305         by Dmitry V. Levin.
17306         (relunit_snumber): New rule.
17307         (relunit): Use it.
17308
17309 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
17310
17311         * lib/getdate.y (universal_time_zone_table): New constant.
17312         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
17313         universal_time_zone_table.
17314         (lookup_zone): Prefer universal_time_zone_table to
17315         local_time_zone_table, so that "GMT" time stamps are allowed in
17316         London during the summer.  Problem reported by Ian Abbott.
17317
17318 2005-04-12  Jim Meyering  <jim@meyering.net>
17319
17320         * lib/human.c (humblock): Set *options even when returning due to
17321         xstrtoumax conversion failure.  Thanks to a used-uninitialized
17322         warning from gcc-4.
17323
17324 2005-04-09  Jim Meyering  <jim@meyering.net>
17325
17326         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
17327         -Wuninitialized: initialize tm0.tm_year.
17328
17329 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
17330
17331         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
17332         count, since there's no maximum.  All uses changed.
17333         Add member dsts_seen.
17334         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
17335         not being INT_MAX.
17336         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
17337         Use pc_rels_seen to decide whther a date is absolute.
17338
17339         * lib/getdate.y (number): Don't overwrite year.
17340         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
17341         check.
17342
17343 2005-04-02  Simon Josefsson  <jas@extundo.com>
17344
17345         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
17346         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
17347
17348 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
17349
17350         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
17351         where no absolute path name can be longer than PATH_MAX.
17352
17353 2005-03-27  Jim Meyering  <jim@meyering.net>
17354
17355         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
17356
17357 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
17358
17359         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
17360         "one's complement" -> "ones' complement" in comment, as per Knuth.
17361         "value of type" -> "type or expression" in comment.
17362         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
17363
17364 2005-03-26  Jim Meyering  <jim@meyering.net>
17365
17366         Comment nits.
17367         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
17368         Correct typos: s/or/of/.
17369
17370 2005-03-26  Jim Meyering  <jim@meyering.net>
17371
17372         * modules/check-include-files: Move to ../ and rename to...
17373         * check-module: ...this.
17374
17375 2005-03-25  Jim Meyering  <jim@meyering.net>
17376
17377         * modules/xvasprintf (Files): Add xalloc.h.
17378
17379 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17380
17381         * modules/gettext (Files): config/config.rpath ->
17382         build-aux/config.rpath
17383         * modules/iconv (Files): Likewise.
17384         Problem reported by Oskar Liljeblad.
17385
17386 2005-03-23  Jim Meyering  <jim@meyering.net>
17387
17388         * modules/check-include-files: New script to check for
17389         missing dependencies, multiple includes, etc.
17390
17391         * modules/c-strtold (Depends-on): Add xalloc.
17392         * modules/c-strtod (Depends-on): Add xalloc.
17393         * modules/hash (Depends-on): Add xalloc.
17394         (Files): Remove lib/xalloc.h.
17395
17396         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
17397         * modules/userspec (Files): Add lib/inttostr.h.
17398
17399 2005-03-23  Jim Meyering  <jim@meyering.net>
17400
17401         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
17402
17403 2005-03-22  Jim Meyering  <jim@meyering.net>
17404
17405         * modules/stat-macros: New module.
17406         * modules/canonicalize, modules/euidaccess, modules/file-type,
17407         * modules/filemode, modules/lchown, modules/makepath,
17408         * modules/rmdir, modules/stat: Depend on new stat-macros module
17409         rather than listing lib/stat-macros.h manually.
17410         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
17411
17412 2005-03-22  Jim Meyering  <jim@meyering.net>
17413
17414         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
17415
17416 2005-03-22  Bruno Haible  <bruno@clisp.org>
17417
17418         * config/srclist.txt: Replace target directory 'config' with
17419         'build-aux'.
17420         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
17421         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
17422         ../build-aux/.
17423
17424 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
17425
17426         * modules/chdir-long (Depends-on): Add mempcpy.
17427
17428         * modules/acl, modules/backupfile, modules/c-strtod,
17429         modules/c-strtold, modules/canon-host, modules/canonicalize,
17430         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
17431         modules/exclude, modules/exitfail, modules/file-type,
17432         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
17433         modules/getdate, modules/getline, modules/getpagesize,
17434         modules/getpass, modules/getugroups, modules/group-member,
17435         modules/hard-locale, modules/hash, modules/human, modules/idcache,
17436         modules/inttostr, modules/long-options, modules/makepath,
17437         modules/md5, modules/memcasecmp, modules/memcoll,
17438         modules/modechange, modules/mountlist, modules/path-concat,
17439         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
17440         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
17441         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
17442         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
17443         modules/strftime, modules/strndup, modules/strverscmp,
17444         modules/timespec, modules/unlocked-io, modules/userspec,
17445         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
17446         modules/yesno:
17447         Remove lib_SOURCES line from Makefile.am section, as this is now
17448         done automatically by the corresponding Autoconf macro.
17449
17450 2005-03-21  Jim Meyering  <jim@meyering.net>
17451
17452         Changes imported from coreutils.
17453
17454         * lib/cycle-check.c: Don't include xalloc.h.
17455
17456         * lib/path-concat.c: Don't include assert.h.
17457         (path_concat): Remove assertion that would have triggered
17458         for ABASE starting with more than one slash.
17459         Reported by Andreas Schwab.
17460
17461         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
17462         properly when ABASE is an absolute file name.
17463         Correct the description of this function.
17464         Include <assert.h>.
17465         Add an assertion and a test driver.
17466         This fixes a bug introduced on 2004-07-02.
17467         Andreas Schwab reported the resulting failure of cp --parents:
17468         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
17469
17470 2005-03-21  Jim Meyering  <jim@meyering.net>
17471
17472         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
17473         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
17474
17475 2005-03-21  Jim Meyering  <jim@meyering.net>
17476         and  Paul Eggert  <eggert@cs.ucla.edu>
17477
17478         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
17479         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
17480         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
17481         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
17482         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
17483         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
17484         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
17485         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
17486         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
17487         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
17488         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
17489         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
17490         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
17491         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
17492         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
17493         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
17494         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
17495         for these modules.
17496
17497 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17498
17499         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
17500         (which shouldn't happen), generate nothing instead of returning 0
17501         immediately, so that nstrftime (NULL, ...) doesn't return 0.
17502
17503 2005-03-16  Bruno Haible  <bruno@clisp.org>
17504
17505         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
17506         HAVE_LONGLONG_64BIT.
17507
17508 2005-03-16  Bruno Haible  <bruno@clisp.org>
17509
17510         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
17511         HAVE_LONGLONG_64BIT.
17512
17513 2005-03-16  Bruno Haible  <bruno@clisp.org>
17514
17515         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
17516         HAVE_LONGLONG_64BIT.
17517
17518 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17519
17520         * lib/strftime.c (my_strftime): Prepend space to format so that we can
17521         reliably distinguish strftime failure from empty output on POSIX
17522         hosts.
17523
17524 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17525
17526         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
17527         (iconv_string): Don't guess a size-zero buffer, as that might cause
17528         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
17529         result would be 'too large', where 'too large' is (heuristically)
17530         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
17531         overflow concerns.  This will prevent some unwanted malloc failures
17532         when the inputs are very large.
17533
17534 2005-03-15  Karl Berry  <karl@gnu.org>
17535
17536         * config/srclist.txt (config.rpath): from gettext.
17537         * config/config.rpath: update.
17538
17539 2005-03-15  Bruno Haible  <bruno@clisp.org>
17540
17541         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
17542         to 'negate'.
17543
17544         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
17545         variable.
17546
17547         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
17548         results.
17549
17550 2005-03-14  Simon Josefsson  <jas@extundo.com>
17551
17552         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
17553         <fx@gnu.org>.
17554
17555 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
17556
17557         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
17558         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
17559         intprops.h.
17560         * lib/strtol.c: Likewise.
17561
17562 2005-03-14  Jim Meyering  <jim@meyering.net>
17563
17564         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
17565         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
17566         to be nonzero so that we (and caller) can detect the difference
17567         between a valid zero-length expansion and an error return, even
17568         when the underlying strftime fails before writing anything into
17569         that location.
17570
17571 2005-03-14  Bruno Haible  <bruno@clisp.org>
17572
17573         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
17574         Update from GNU gettext 0.14.3.
17575
17576 2005-03-10  Jim Meyering  <jim@meyering.net>
17577
17578         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
17579
17580 2005-03-10  Jim Meyering  <jim@meyering.net>
17581
17582         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
17583         so that this module works on systems without fchdir.
17584
17585 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
17586
17587         Factor int-properties macros into a single file, except for
17588         glibc-related files.
17589         * lib/intprops.h: New file.
17590         * lib/getloadavg.c: Include it instead of limits.h.
17591         (INT_STRLEN_BOUND): Remove.
17592         * lib/human.c: Include intprops.h.
17593         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
17594         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
17595         302/1000.
17596         * lib/inttostr.h: Include intprops.h instead of limits.h.
17597         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
17598         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
17599         for consistency with intprops.h.
17600         (time_t_is_integer, twos_complement_arithmetic): Use them.
17601         * lib/sig2str.h: Include <signal.h>, intprops.h.
17602         (INT_STRLEN_BOUND): Remove.
17603         * lib/strftime.c (TYPE_SIGNED): Remove.
17604         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
17605         * lib/strtol.c: Adjust comments to match intprops.h.
17606         * lib/userspec.c: Include intprops.h.
17607         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
17608         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
17609         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
17610         instead of rolling our own expressions.
17611         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
17612
17613         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
17614         instead of int.
17615         (my_strftime): Do not mishandle years close to INT_MAX, by doing
17616         the right thing even if adding 1900 would overflow.  Similarly
17617         for tm_mon + 1 and tm_yday + 1.
17618         Make %Y always equivalent to %C%y, and similarly for %G and %g.
17619         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
17620         (DO_SIGNED_NUMBER): New macro.
17621         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
17622
17623 2005-03-07  Bruno Haible  <bruno@clisp.org>
17624
17625         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
17626
17627 2005-03-07  Bruno Haible  <bruno@clisp.org>
17628
17629         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
17630
17631 2005-03-04  Derek R. Price  <derek@ximbiot.com>
17632
17633         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
17634         (func_import): Only replace files via --import when they have actually
17635         changed.
17636
17637 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17638
17639         * m4/mmap-anon.m4: New file.
17640         * m4/pagealign_alloc.m4: New file.
17641
17642 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17643             Bruno Haible  <bruno@clisp.org>
17644
17645         * modules/pagealign_alloc: New file.
17646         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
17647
17648 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17649             Bruno Haible  <bruno@clisp.org>
17650
17651         * lib/pagealign_alloc.h: New file.
17652         * lib/pagealign_alloc.c: New file.
17653
17654 2005-03-03  Bruno Haible  <bruno@clisp.org>
17655
17656         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
17657         Use an all-permissive copyright notice, recommended by RMS.
17658
17659 2005-03-02  Bruno Haible  <bruno@clisp.org>
17660
17661         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
17662         of AIX, the replacement has to be done only after <string.h> is
17663         included, therefore not in config.h. stpncpy.h does the replacement,
17664         and stpncpy.c uses it.
17665
17666 2005-03-02  Bruno Haible  <bruno@clisp.org>
17667
17668         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
17669         stpncpy.c uses it.
17670
17671 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17672
17673         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
17674         The workaround isn't strictly needed for POSIX conformance, and
17675         it's too much of a pain to configure and maintain.  We'll ask
17676         people to fix their kernels instead.
17677         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
17678         (NANOSLEEP_BUG_WORKAROUND): Remove.
17679         (xnanosleep): Remove the workaround.
17680
17681 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17682
17683         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
17684         Reported by Derek Price.
17685         (Include): Add "timespec.h".
17686
17687         * modules/xnanosleep (Depends-on): Remove gethrxtime.
17688
17689 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17690
17691         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
17692         to detect nanosleep bug.
17693
17694 2005-03-01  Bruno Haible  <bruno@clisp.org>
17695
17696         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
17697
17698 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17699
17700         * modules/gethrxtime: New file.
17701         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
17702         (Depends-on): Add gethrxtime.
17703         (configure.ac): Add gl_XNANOSLEEP.
17704         (Makefile.am): Remove lib_SOURCES line.
17705
17706 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17707
17708         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
17709         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
17710
17711 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17712
17713         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
17714         * lib/timespec.h (gettime): Return void, since it always
17715         succeeds now.  All uses changed.
17716         * lib/gettime.c (gettime) Likewise.
17717         [HAVE_NANOTIME]: Prefer nanotime.
17718         Assume gettimeofday succeeds, as POSIX requires.
17719         Assime time () succeeds, since other code already does.
17720         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
17721         (timespec_subtract): Remove.
17722         (NANOSLEEP_BUG_WORKAROUND): New constant.
17723         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
17724         things considerably.  Use it only on GNU/Linux hosts, since the
17725         workaround shouldn't be needed elsewhere.
17726
17727 2005-02-24  Bruno Haible  <bruno@clisp.org>
17728
17729         * modules/gettext (Files): Add m4/glibc2.m4.
17730
17731 2005-02-24  Bruno Haible  <bruno@clisp.org>
17732
17733         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
17734         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
17735         * m4/progtest.m4:
17736         Update from GNU gettext 0.14.2.
17737         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
17738
17739 2005-02-24  Bruno Haible  <bruno@clisp.org>
17740
17741         * lib/localcharset.c: Update from GNU gettext 0.14.2.
17742         * lib/config.charset: Update from GNU gettext 0.14.2.
17743
17744 2005-02-24  Bruno Haible  <bruno@clisp.org>
17745
17746         * lib/gettext.h: Update from GNU gettext 0.14.2.
17747
17748 2005-02-23  Simon Josefsson  <jas@extundo.com>
17749
17750         * m4/iconvme.m4: New file.
17751
17752 2005-02-23  Jim Meyering  <jim@meyering.net>
17753
17754         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
17755         change.
17756         Thanks to Bruno Haible for catching it.
17757
17758 2005-02-22  Simon Josefsson  <jas@extundo.com>
17759
17760         * modules/iconvme: New file.
17761
17762         * MODULES.html.sh: Add iconvme.
17763
17764 2005-02-22  Simon Josefsson  <jas@extundo.com>
17765
17766         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
17767
17768 2005-02-22  Simon Josefsson  <jas@extundo.com>
17769
17770         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
17771
17772 2005-02-22  Jim Meyering  <jim@meyering.net>
17773
17774         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
17775         s/ifndef/ifdef/.
17776
17777 2005-02-20  Neil Conway  <neilc@samurai.com>
17778
17779         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
17780         returned by OSX/Darwin if the specified buffer is not large
17781         enough for the hostname.
17782
17783 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17784
17785         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
17786         pass it to _help, otherwise the latter coredumps trying to
17787         dereference state.root_argp.
17788
17789 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17790
17791         * modules/chdir-long (Depends-on): Add memrchr.
17792         * modules/memrchr (Files): Add lib/memrchr.h.
17793         (Include): "memrchr.h".
17794
17795 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17796
17797         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
17798
17799 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17800
17801         * lib/memrchr.h: New file.
17802         * lib/chdir-long.c: Include it.
17803         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
17804         Don't bother including stddef.h.
17805
17806 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17807
17808         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
17809         inclusion.
17810         Include <sys/types.h>, for dev_t.
17811         (ME_DUMMY, ME_REMOTE): Move from here....
17812         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
17813         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
17814         Dmitry V. Levin.
17815         Include mountlist.h first, to test the interface.
17816
17817 2005-01-29  Bruno Haible  <bruno@clisp.org>
17818
17819         * lib/progname.c (program_name): Initialize.
17820         Needed when linking statically on MacOS X.
17821
17822 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17823
17824         Sync from coreutils.
17825         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
17826         (Depends-on): Add c-strtod.
17827         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
17828
17829 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17830
17831         Sync from coreutils.
17832         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
17833
17834         Remove files that are specific to coreutils.
17835         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
17836
17837 2005-01-28  Bruno Haible  <bruno@clisp.org>
17838
17839         * modules/javacomp: New file.
17840         * MODULES.html.sh (Java): Add javacomp.
17841
17842 2005-01-28  Bruno Haible  <bruno@clisp.org>
17843
17844         * m4/javacomp.m4: New file, from GNU gettext.
17845
17846 2005-01-28  Bruno Haible  <bruno@clisp.org>
17847
17848         * lib/javacomp.sh.in: New file, from GNU gettext.
17849         * lib/javacomp.h: New file, from GNU gettext.
17850         * lib/javacomp.c: New file, from GNU gettext.
17851
17852 2005-01-26  Simon Josefsson  <jas@extundo.com>
17853
17854         * lib/gai_strerror.c: Use GPL in header.
17855
17856 2005-01-26  Bruno Haible  <bruno@clisp.org>
17857
17858         * modules/javaexec: New file.
17859         * MODULES.html.sh (Java): Add javaexec.
17860
17861 2005-01-26  Bruno Haible  <bruno@clisp.org>
17862
17863         * m4/javaexec.m4: New file, from GNU gettext.
17864
17865 2005-01-26  Bruno Haible  <bruno@clisp.org>
17866
17867         * lib/javaexec.sh.in: New file, from GNU gettext.
17868         * lib/javaexec.h: New file, from GNU gettext.
17869         * lib/javaexec.c: New file, from GNU gettext.
17870
17871 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17872
17873         * modules/lchown (Depends-on): Remove lchown.h
17874
17875 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17876
17877         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
17878         must be defined if the header file was not found, in order
17879         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
17880
17881 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17882
17883         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
17884         initializers for struct pentry_state.
17885         (__argp_error): Check return value of __asprintf
17886         (__argp_failure): Translate error message
17887
17888         * lib/argp-parse.c: Removed braces around the expansion of N_()
17889
17890 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17891
17892         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
17893         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
17894         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
17895         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
17896         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
17897         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
17898         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
17899         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
17900         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
17901         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
17902         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
17903         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
17904         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
17905         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
17906         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
17907         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
17908         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
17909         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
17910         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
17911         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
17912         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
17913         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
17914         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
17915         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
17916         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
17917         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
17918         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
17919         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
17920         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
17921         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
17922         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
17923         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
17924         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
17925         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
17926         xstrtol.m4, xstrtoumax.m4, yesno.m4:
17927         Use an all-permissive copyright notice, recommended by RMS.
17928
17929 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
17930
17931         * modules/chdir-long (Depends-on): Remove mempcpy.
17932
17933 2005-01-21  Jim Meyering  <jim@meyering.net>
17934
17935         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
17936         same value as for Solaris 9.
17937
17938         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
17939         component length.  This included changing the parameter to be
17940         of type `char *' rather than `char const *'.
17941         * lib/chdir-long.h (chdir_long): Update prototype.
17942
17943         * lib/openat.c (fdopendir, fstatat): New functions.
17944         * lib/openat.h: Include headers required for use of DIR and struct
17945         stat.
17946         [AT_SYMLINK_NOFOLLOW]: Define.
17947         (fdopendir, fstatat): Add prototypes.
17948
17949 2005-01-21  Bruno Haible  <bruno@clisp.org>
17950
17951         * modules/classpath: New file.
17952         * MODULES.html.sh (Java): Add classpath.
17953
17954 2005-01-21  Bruno Haible  <bruno@clisp.org>
17955
17956         * lib/classpath.h: New file, from GNU gettext.
17957         * lib/classpath.c: New file, from GNU gettext.
17958
17959 2005-01-20  Simon Josefsson  <jas@extundo.com>
17960
17961         * modules/version-etc-fsf: New file.
17962
17963 2005-01-20  Simon Josefsson  <jas@extundo.com>
17964
17965         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
17966         * lib/version-etc.c: Remove version_etc_copyright.
17967         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
17968         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
17969
17970 2005-01-20  Simon Josefsson  <jas@extundo.com>
17971
17972         * lib/base64.h (isbase64): Add.
17973
17974         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
17975         using a unsigned prototype, don't inline.
17976         (base64_decode): Use it.
17977
17978 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17979
17980         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
17981         it.
17982
17983 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17984
17985         * lib/save-cwd.c (save_cwd): Remove code to support the case
17986         where fchdir is missing or flaky.
17987
17988 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17989
17990         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
17991
17992 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
17993
17994         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
17995         AC_LIBSOURCES now does this.
17996         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
17997         with new ullong_max module.
17998
17999 2005-01-19  Bruno Haible  <bruno@clisp.org>
18000
18001         * modules/sh-quote: New file.
18002         * MODULES.html.sh (Executing programs): Add sh-quote.
18003
18004 2005-01-19  Bruno Haible  <bruno@clisp.org>
18005
18006         * lib/sh-quote.h: New file, from GNU gettext.
18007         * lib/sh-quote.c: New file, from GNU gettext.
18008
18009 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18010
18011         Merge from coreutils.
18012         * m4/ullong_max.m4: New file.
18013         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
18014         (gl_MACROS): Assume localeconv exists.
18015
18016 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18017
18018         Merge changes from coreutils, as described below in several
18019         changelogs dated today.
18020
18021         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
18022         (O_DIRECTORY): Remove; not needed here, since "." must be
18023         a directory.  All uses removed.
18024         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
18025         universal on Suns, and we also need to test for IRIX.
18026         Revamp code to use 'if' rather than '#if'.
18027         Avoid unnecessary comparison of cwd->desc to 0.
18028
18029         * lib/utimens.c (futimens): Robustify the previous patch, by checking
18030         for known valid error numbers rather than observed invalid ones.
18031
18032 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
18033
18034         * modules/ullong_max: New file.
18035
18036         * modules/chdir-long, modules/openat: New files.
18037         * modules/save-cwd (Depends-on): Depend on chdir-long.
18038         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
18039
18040 2005-01-18  Jim Meyering  <jim@meyering.net>
18041
18042         Merge from coreutils.
18043         * m4/chdir-long.m4, m4/openat.m4: New files.
18044         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
18045         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
18046         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
18047         is sane and DOES follow symlinks.  Besides, testing 20 different
18048         systems found no broken chown implementations.
18049         Prompted by a change in rsync's copy of this macro.
18050         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
18051
18052         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
18053
18054         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
18055         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
18056         NULL-means-set-to-current-time semantics.
18057         Remove temporary file immediately, rather than waiting
18058         for configure's at-exit trap code to do it.
18059
18060 2005-01-18  Jim Meyering  <jim@meyering.net>
18061
18062         * lib/version-etc.c (version_etc_copyright): Update copyright date.
18063
18064         * lib/utimens.c (futimens): Account for the fact that futimes
18065         can also fail with errno == ENOSYS or errno == ENOENT.
18066         Patch from Dmitry V. Levin.
18067
18068         Change the name of the robust chdir function from chdir to chdir_long.
18069         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
18070         (restore_cwd): Use chdir_long, not chdir.
18071         * lib/chdir-long.c: Renamed from chdir.c.
18072         * lib/chdir-long.h: Renamed from chdir.h.
18073         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
18074         Hurd.
18075
18076 2005-01-18  Bruno Haible  <bruno@clisp.org>
18077
18078         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
18079         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
18080         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
18081         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
18082         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
18083         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
18084         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
18085         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
18086         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
18087         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
18088         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
18089         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
18090         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
18091         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
18092         Use an all-permissive copyright notice, recommended by RMS.
18093
18094 2005-01-18  Bob Proulx  <bob@proulx.com>
18095
18096         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
18097         simplify offsetof() macro construct to avoid compile failure with
18098         native HP-UX 11.0 ANSI C compiler.
18099
18100 2005-01-17  Bruno Haible  <bruno@clisp.org>
18101
18102         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
18103         redundant because stpncpy.m4 takes care of it.
18104
18105 2005-01-17  Bruno Haible  <bruno@clisp.org>
18106
18107         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
18108
18109 2005-01-17  Bruno Haible  <bruno@clisp.org>
18110
18111         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
18112         used.
18113
18114 2005-01-17  Bruno Haible  <bruno@clisp.org>
18115
18116         * lib/fwriteerror.h (fwriteerror): Change specification to include
18117         fclose.
18118         * lib/fwriteerror.c: Include <stdbool.h>.
18119         (fwriteerror): At the end, close the file stream. Record whether
18120         stdout was already closed.
18121
18122 2005-01-17  Bruno Haible  <bruno@clisp.org>
18123
18124         * lib/execute.c (environ): Declare if needed.
18125         * lib/pipe.c (environ): Likewise.
18126         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
18127
18128 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18129
18130         * modules/argp: Depend on vsnprintf
18131
18132 2005-01-10  Jim Meyering  <jim@meyering.net>
18133
18134         * modules/closeout (Depends-on): Add atexit.
18135
18136 2005-01-06  Bruno Haible  <bruno@clisp.org>
18137
18138         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
18139
18140 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18141
18142         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
18143         definitions to be after all include files, to avoid collisions.
18144         Problem reported by Bob Proulx.
18145
18146 2005-01-04  Jim Meyering  <jim@meyering.net>
18147
18148         Changes imported from coreutils.
18149         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
18150         as the mkstemp template, use a temporary directory and an
18151         8.3-friendly template to avoid trouble on systems like DJGPP.
18152         Reported by Juan M. Guerrero via Stepan Kasal.
18153         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
18154         close. Remove the temporary directory right away, rather than waiting
18155         for configure's at-exit trap code to do it.
18156         Suggestion from Stepan Kasal.
18157
18158 2005-01-01  Simon Josefsson  <jas@extundo.com>
18159
18160         * gnulib-tool: Print #include directives when --import'ing.
18161
18162 2004-12-28  Simon Josefsson  <jas@extundo.com>
18163
18164         * tests/test-base64.c: Include required header files.  Remove
18165         unused variables.
18166
18167 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
18168
18169         * modules/error (Depends-on): Remove gettext.
18170
18171 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
18172
18173         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
18174         not needed.  This removes a dependency on the gettext module.
18175         [defined _LIBC]: Do not include <libintl.h>; not needed.
18176
18177 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
18178
18179         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
18180         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
18181
18182 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
18183
18184         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
18185         HAVE_DECL_STRTOLD.
18186
18187 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18188
18189         * modules/getdate (Depends-on): Remove alloca-opt.
18190
18191 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18192
18193         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
18194
18195 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
18196
18197         * lib/argp-parse.c: Include <stddef.h>.
18198         (alignof, alignto): New macros.
18199         (parser_init): Don't assume that void * is aligned sufficiently
18200         for struct option.
18201
18202         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
18203         need to extend the stack.
18204         (YYINITDEPTH): New macro, so that the initial stack isn't overly
18205         large.
18206
18207 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18208
18209         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
18210
18211 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
18212
18213         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
18214         (2004-10-24) change.  Apparently this was a false alarm.
18215
18216         * modules/getdate: Depend on alloca-opt, not alloca.
18217
18218 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
18219
18220         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
18221         Remove now-obsolete comment about AIX.
18222         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
18223         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
18224         (YYMAXDEPTH): New macro.
18225
18226 2004-12-18  Simon Josefsson  <jas@extundo.com>
18227
18228         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
18229
18230 2004-12-18  Bruno Haible  <bruno@clisp.org>
18231
18232         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
18233
18234 2004-12-18  Bruno Haible  <bruno@clisp.org>
18235
18236         * lib/fatal-signal.c (fatal_signals): Make non-const.
18237         (init_fatal_signals): New function.
18238         (uninstall_handlers, install_handlers): Ignore signals that were set to
18239         SIG_IGN.
18240         (at_fatal_signal): Call init_fatal_signals.
18241         (init_fatal_signal_set): Likewise. Ignore signals that were set to
18242         SIG_IGN.
18243         Reported by Paul Eggert.
18244
18245 2004-12-18  Bruno Haible  <bruno@clisp.org>
18246
18247         * doc/alloca.texi: New file.
18248         * doc/alloca-opt.texi: New file.
18249
18250 2004-12-17  Jim Meyering  <jim@meyering.net>
18251
18252         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
18253         Otherwise, install-sh could exit with improper exit status when
18254         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
18255
18256 2004-12-16  Simon Josefsson  <jas@extundo.com>
18257
18258         * tests/test-base64.c: Add license.
18259
18260 2004-12-15  Stepan Kasal  <address@hidden>
18261
18262         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
18263
18264 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
18265
18266         * modules/getcwd (Files): Add m4/d-ino.m4.
18267         Suggested by Mark D. Baushke.
18268
18269 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18270
18271         * lib/getdate.y (textint): New member "negative".
18272         (time_zone_hhmm): New function.
18273         Expect 14 shift-reduce conflicts, not 13.
18274         (o_colon_minutes): New rule.
18275         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
18276         (yylex): Set the "negative" member of signed numbers.
18277
18278 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18279
18280         * doc/getdate.texi (Time of day items, Time zone items):
18281         Describe new formats +00:00, UTC+00:00.
18282
18283 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18284
18285         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
18286         spurious "-l"s.  Problem reported by Stepan Kasal.
18287
18288 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
18289
18290         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
18291         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
18292
18293 2004-12-04  Simon Josefsson  <jas@extundo.com>
18294
18295         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
18296         Vandoorselaere <yoann@prelude-ids.org>.
18297
18298 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18299
18300         Changes imported from coreutils.
18301         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
18302         exist.
18303         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
18304
18305 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18306
18307         Changes imported from coreutils.
18308         * lib/hard-locale.c: Assume <locale.h> exists.
18309         Include "strdup.h".
18310         (GLIBC_VERSION): New macro.
18311         (hard_locale): Assume setlocale exists.
18312         Rewrite to avoid #ifdef.
18313         Use strdup rather than malloc + strcpy.
18314         * lib/human.c: Assume <locale.h> exists.
18315         (human_readable): Assume localeconv exists.
18316
18317 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18318
18319         * modules/hard-locale (Depends-on): Add strdup.
18320
18321 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
18322
18323         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
18324         convert T2, not T.  (Imported from libc.)
18325
18326 2004-11-30  Simon Josefsson  <jas@extundo.com>
18327
18328         * modules/restrict (License): Change to LGPL.
18329
18330 2004-11-30  Simon Josefsson  <jas@extundo.com>
18331
18332         * m4/restrict.m4: Add copyright and copying conditions.
18333
18334 2004-11-30  Simon Josefsson  <jas@extundo.com>
18335
18336         * m4/base64.m4: New file.
18337
18338 2004-11-30  Simon Josefsson  <jas@extundo.com>
18339
18340         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
18341         base64.
18342
18343         * tests/test-base64.c: New file.
18344
18345         * modules/base64: New file.
18346
18347 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18348
18349         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
18350         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
18351
18352         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
18353
18354 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18355
18356         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
18357         (__getcwd.c): Don't restore errno; glibc doesn't.
18358         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
18359         first, falling back to our code only if its results look suspicious.
18360         Ensure that the resulting buffer is only as large as necessary.
18361
18362         * lib/readutmp.c: Include readutmp.h first.
18363         Include <errno.h>, since readutmp.h no longer does that.
18364         * lib/readutmp.h: Don't include <errno.h>,
18365         <sys/param.h>, <time.h>; not needed to establish interface.
18366         (errno): Remove decl.
18367         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
18368         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
18369         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
18370
18371 2004-11-28  Simon Josefsson  <jas@extundo.com>
18372
18373         * lib/base64.h, base64.c: New file.
18374
18375 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
18376
18377         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
18378
18379 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
18380
18381         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
18382         (Depends-on): Remove pathmax, same.  Add mempcpy.
18383         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
18384         (Makefile.am): Append getcwd.h to lib_SOURCES.
18385         (Include): Add getcwd.h.
18386         (Maintainer): Change from Jim Meyering to "all, glibc",
18387         since getdate now uses intended-for-glibc code.
18388         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
18389         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
18390
18391 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18392
18393         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
18394         HP's ANSI C compiler.
18395         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
18396         Declaring int functions causes warnings on some modern systems and
18397         shouldn't be needed to compile on ancient ones.
18398         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
18399         defined.
18400
18401         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
18402         with the following changes.
18403         (__set_errno): Parenthesize properly.
18404         Include <stdbool.h>.
18405         (MIN, MAX, MATCHING_INO): New macros.
18406         (__getcwd): Define with prototype, not K&R form.
18407         Use heuristics to allocate default buffer on stack if possible.
18408         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
18409         behavior, and to avoid the PATH_MAX limit when computing
18410         ../../../../...
18411         Use MATCHING_INO to compare inode number to file.
18412         Check for arithmetic overflow in size calculations.
18413         Fix bug in reallocation of dot array that caused getcwd to fail
18414         on directories nested deeper than 75.
18415         Be more careful about saving errno on error.
18416         Do not use realloc; use only free+malloc, as this is a bit
18417         more flexible and avoids a needless copy operation.
18418         Do not inspect st_dev and st_ino for symbolic links; POSIX
18419         doesn't specify the latter.
18420         Check for closedir errors.
18421         Avoid needless casts.
18422         Use "#ifdef weak_alias" around weak_alias, to be like other
18423         glibc code.
18424         The following changes to getcwd.c have effect only when used in
18425         gnulib; they have no effect inside glibc proper.
18426         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
18427         as alloca isn't used.
18428         (alloca, __alloca): Likewise.
18429         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
18430         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18431         unconditionally, as gnulib assumes C89 or better.
18432         Do not include <sys/param.h>.
18433         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
18434         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
18435         better.
18436         (NULL) [!defined NULL]: Remove; we assume C89 or better.
18437         Include <dirent.h> in a way that is compatible with modern Autoconf.
18438         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
18439         New macros, if not already defined.
18440         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
18441         Use "_LIBC", not "defined _LIBC", for consistency.
18442         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
18443         a mempcpy module.
18444         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
18445         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
18446         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
18447         credit only to Jim Meyering and adjust the copyright dates.
18448         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
18449         <stdlib.h>, <unistd.h>, "pathmax.h".
18450         Instead, include "xgetcwd.h" (first) and "getcwd.h".
18451         (INITIAL_BUFFER_SIZE): Remove.
18452         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
18453
18454 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18455
18456         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
18457         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
18458         Use the _ONCE methods, for efficiency.
18459         Check for fcntl.h.  In test program, include <errno.h>
18460         and <fcntl.h> if available.  Remove old K&R cruft from
18461         test program.  Check for common errors in GNU/Linux,
18462         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
18463         don't do AC_LIBOBJ, as that's getcwd.m4's job.
18464         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
18465         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
18466         name accordingly.
18467         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
18468         accommodate new getcwd.c.
18469         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
18470         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
18471         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
18472         that's all we need now.
18473
18474 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18475
18476         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
18477         argp-parse.c depends on getopt internals, that means we should
18478         always use our getopt, to be on the safe side.
18479         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
18480         order not to spoil the result of an eventual previous invocation
18481         of gl_GETOPT_SUBSTITUTE.
18482
18483 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18484
18485         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
18486         redefinition warnings. To avoid them, include the defines
18487         in `#if !defined __need_getopt ... #endif'. The only place
18488         where __getopt_argv_const is used is in definitions
18489         of getopt_long and getopt_long_only below, which are as well
18490         protected by `#ifndef __need_getopt'.
18491         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
18492         __need_getopt after including <stdio.h> and <unistd.h> These
18493         headers might have defined it.
18494
18495 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18496
18497         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
18498
18499 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18500
18501         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
18502         (futimens): New function, which uses futimes if available.
18503         (futimens, utimens): Support timespec==NULL, with same semantics
18504         as utime and utimens.
18505         * lib/utimens.h (futimens): New decl.
18506
18507 2004-11-23  Jim Meyering  <jim@meyering.net>
18508
18509         * lib/getopt_.h: Remove trailing blanks.
18510
18511 2004-11-23  Jim Meyering  <jim@meyering.net>
18512
18513         * lib/__fpending.c: Add comment.
18514
18515 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
18516
18517         * modules/canonicalize (Depends-on): Add xreadlink.
18518         Problem reported by James Youngman.
18519
18520 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18521
18522         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
18523         New macros.
18524         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
18525         optopt): Use them instead of invoking ## directly; otherwise, the
18526         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
18527
18528 2004-11-19  Bruno Haible  <bruno@clisp.org>
18529
18530         * lib/strtok_r.c: Move comments from here...
18531         * lib/strtok_r.h: ... to here.
18532
18533 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18534
18535         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
18536         implementations that mishandle size_t overflow.
18537
18538 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18539
18540         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
18541         might fail.  Problem reported by Yoann Vandoorselaere.
18542         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
18543         implementations that mishandle size_t overflow.
18544
18545 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18546
18547         * modules/canon-host (Depends-on): Add strdup.
18548
18549 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18550
18551         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
18552
18553 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18554
18555         * lib/canon-host.c: Include "strdup.h".
18556         (canon_host): Use getaddrinfo if available, so that IPv6 works.
18557         Use strdup instead of malloc/strcpy to duplicate strings.
18558
18559         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
18560         (human_space_before_unit): New constant.
18561         * lib/human.c (human_readable): Support it.
18562
18563         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
18564         (xgetcwd): Set errno correctly when failing.
18565         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
18566         the failure is actually due to a PATH_MAX problem.
18567
18568         Further getopt changes to make it more likely that glibc will
18569         buy the changes back.
18570         * lib/getopt.c (POSIXLY_CORRECT): New constant.
18571         (getopt): Use it, so to preserve glibc semantic
18572         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
18573         when compiling for libc.
18574         * lib/getopt_.h (__getopt_argv_const): Bring it back.
18575         (getopt_long, getopt_long_only): Use it.
18576
18577         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18578         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
18579         (getopt): Argv is now char * const *, as per standard.
18580         (_getopt_internal_r, _getopt_internal): Argv is now char **,
18581         not char *__getopt_argv_const *.
18582         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18583         _getopt_long_only_r): Likewise.
18584         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
18585         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18586         _getopt_long_r, _getopt_long_only_r): Likewise.
18587         * lib/getopt_.h (__getopt_argv_const): Remove.
18588         (getopt): Argv is now char * const *, as per standard.
18589
18590         * lib/getdate.y (tORDINAL): New token.
18591         (day, relunit): Allow it for relative times.
18592         (relative_time_table): Use tORDINAL for ordinals.
18593
18594 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18595
18596         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
18597         Document that "second" isn't allowed as an ordinal number.
18598
18599 2004-11-16  Jim Meyering  <jim@meyering.net>
18600
18601         * modules/closeout (Depends-on): Add fpending.
18602
18603 2004-11-15  Jim Meyering  <jim@meyering.net>
18604
18605         * lib/closeout.c: Include "__fpending.h" once again.
18606         Include <stdbool.h>.
18607         (close_stdout): Don't fail just because stdout was closed initially,
18608         since some programs don't write to stdout in the normal course of
18609         operation (other than --version and --help), and we don't want this
18610         function to make e.g. `touch file >&-' fail.
18611         But do fail if it was closed and someone has tried to write to it.
18612         E.g., `printf foo >&-' must fail.
18613
18614 2004-11-13  Jim Meyering  <jim@meyering.net>
18615
18616         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
18617
18618 2004-11-12  Simon Josefsson  <jas@extundo.com>
18619
18620         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
18621         small doc fix is still pending.
18622
18623 2004-11-11  Simon Josefsson  <jas@extundo.com>
18624
18625         * modules/strtok_r: New file.
18626
18627         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18628         strtok_r.
18629
18630 2004-11-11  Simon Josefsson  <jas@extundo.com>
18631
18632         * m4/strtok_r.m4: New file.
18633
18634         * m4/getopt.m4: Replace opterr.
18635
18636 2004-11-11  Simon Josefsson  <jas@extundo.com>
18637
18638         * lib/strtok_r.h, strtok_r.c: New file.
18639
18640 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18641
18642         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
18643         of replacing opterr, getopt, etc.  This should handle the
18644         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
18645
18646 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18647
18648         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
18649         we can stop lying to compilers about the constness of argv when we
18650         are compiled outside glibc.
18651         (getopt, getopt_long, getopt_long_only): Use it.
18652         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18653         _getopt_internal, getopt): Likewise.
18654         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18655         _getopt_long_only_r): Likewise.
18656         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18657         _getopt_long_r, _getopt_long_only_r): Likewise.
18658
18659         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
18660         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
18661         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
18662         the other external symbols.
18663         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
18664         declaration, since the above renaming now works around collisions.
18665
18666 2004-11-11  Jim Meyering  <jim@meyering.net>
18667
18668         * lib/linebreak.c: Remove trailing blanks.
18669         * lib/alloca_.h: Likewise.
18670         * lib/acosl.c: Likewise.
18671         * lib/euidaccess.c: Likewise.
18672         * lib/allocsa.h: Likewise.
18673
18674 2004-11-10  Simon Josefsson  <jas@extundo.com>
18675
18676         * m4/getaddrinfo.m4: New file.
18677
18678 2004-11-10  Simon Josefsson  <jas@extundo.com>
18679
18680         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
18681
18682 2004-11-10  Simon Josefsson  <jas@extundo.com>
18683
18684         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18685         getaddrinfo.
18686
18687         * modules/getaddrinfo: New file.
18688
18689 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18690
18691         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
18692
18693 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18694
18695         * lib/mktime.c (SHR): New macro, which is a portable
18696         substitute for >> that should work even on Crays.
18697         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
18698         Problem reported by Mark D. Baushke in
18699         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
18700         * lib/getdate.y (SHR): Likewise.
18701         (tm_diff): Use it.
18702         * lib/strftime.c (SHR): Likewise.
18703         (tm_diff): Use it.
18704         * lib/quotearg.c (struct quoting_options): Use unsigned int for
18705         quote_these_too, so that right shifts are well defined.  All uses
18706         changed.
18707
18708 2004-11-10  Jim Meyering  <jim@meyering.net>
18709
18710         Ensure that no close failure goes unreported.
18711         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
18712         return early when it seems there's nothing to flush.
18713         Don't include __fpending.h.
18714
18715 2004-11-10  Jim Meyering  <jim@meyering.net>
18716
18717         * modules/closeout (Depends-on): Remove fpending.
18718
18719 2004-11-10  Jim Meyering  <jim@meyering.net>
18720
18721         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
18722
18723 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18724
18725         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
18726         gl_FUNC_STRFTIME.
18727         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
18728         and AC_REQUIRE when possible, to avoid duplicate checks.
18729         Check for <wchar.h>.
18730
18731 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18732
18733         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
18734
18735 2004-11-09  Bruno Haible  <bruno@clisp.org>
18736
18737         * m4/sockpfaf.m4: New file.
18738
18739 2004-11-05  Bruno Haible  <bruno@clisp.org>
18740
18741         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
18742         Reported by Mark D. Baushke <mdb@cvshome.org>.
18743
18744 2004-11-04  Bruno Haible  <bruno@clisp.org>
18745
18746         2004-09-11  Bruno Haible  <bruno@clisp.org>
18747                 * allocsa.valgrind: New file.
18748         2004-02-06  Bruno Haible  <bruno@clisp.org>
18749                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
18750                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
18751                 Reported by Christopher Seip <chris.seip@hp.com>.
18752
18753 2004-11-04  Bruno Haible  <bruno@clisp.org>
18754
18755         * modules/allocsa (Files): Add lib/allocsa.valgrind.
18756         (Makefile.am): Distribute it.
18757
18758 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
18759
18760         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
18761         with errno == ERANGE if the buffer is too small.
18762         Problem reported by Mark D. Baushke.
18763
18764 2004-11-03  Albert Chin  <china@thewrittenword.com>
18765             Paul Eggert  <eggert@cs.ucla.edu>
18766
18767         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
18768         equivalent, substitute $ac_type for equivalent type rather than
18769         blindly using uint32_t *always* which won't work if uint32_t is not
18770         available.  Define _UINT32_T to work around typedef of uint32_t if
18771         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
18772         2.5.1.
18773
18774 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18775
18776         * m4/jm-macros.m4: Sync from coreutils.
18777         (gl_MACROS): Check for mbrlen, for pathchk.
18778         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
18779
18780 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18781
18782         * lib/xreadlink.c (MAXSIZE): New macro.
18783         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
18784         size does not exceed MAXSIZE.  Avoid cast.
18785         As suggested by Mark D. Baushke in
18786         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
18787         if readlink fails with buffer size just under MAXSIZE, try again
18788         with MAXSIZE.
18789
18790 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18791
18792         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
18793
18794 2004-11-02  Derek R. Price  <derek@ximbiot.com>
18795         and  Paul Eggert  <eggert@cs.ucla.edu>
18796
18797         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
18798         (get_date): Overparenthesize to avoid GCC warning.
18799
18800 2004-11-02  Bruno Haible  <bruno@clisp.org>
18801
18802         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
18803         returns void.
18804
18805 2004-11-02  Bruno Haible  <bruno@clisp.org>
18806
18807         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
18808         function returns void.
18809
18810 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18811
18812         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
18813         fflush_unlocked, flockfile, funlockfile, funlockfile,
18814         fputs_unlocked, putc_unlocked.
18815
18816 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18817
18818         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18819         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
18820         already declared.
18821
18822 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18823
18824         * modules/getdate (Files): Add doc/getdate.texi.
18825         (Depends-on): Add setenv, xalloc.
18826
18827 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18828
18829         * lib/getdate.y: Add support for TZ="foo" within a date string.
18830         Fix some bugs near time_t boundaries.  Reject dates with
18831         out-of-range components, e.g., "Sept 31".
18832         Include <stdlib.h>, "setenv.h", "xalloc.h".
18833         (ISDIGIT_LOCALE): Remove; unused.
18834         Note that the TZ and time functions used here are not reentrant.
18835         (mktime_ok, get_tz): New functions.
18836         (TZBUFSIZE): New constant.
18837         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
18838         This requires that we sometimes generate our own TZ="XXX..." setting.
18839
18840 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18841
18842         * doc/getdate.texi: New file, from coreutils with modifications for
18843         the new TZ parsing.
18844
18845 2004-10-27  Derek R. Price  <derek@ximbiot.com>
18846
18847         * lib/mktime.c (not_equal_tm): Remove redundant check.
18848
18849 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18850
18851         * modules/regex (lib_SOURCES): Add regex.c.
18852         Reported by James Youngman in
18853         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
18854
18855 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18856
18857         * lib/getdate.y: Use Bison 1.875 features, and some minor
18858         code cleanups.  This change does not affect semantics.
18859         Don't include <stdlib.h>; no longer needed.
18860         Don't include unlocked-io.h; only the "#if TEST" code uses
18861         stdio, and performance isn't crucial there.
18862         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
18863         Bison 1.875 features as described below.
18864         All uses of "PC." replaced by "pc->".
18865         (YYSTYPE): Add a forward declaration.
18866         (yylex, yyerror): Use full prototypes in forward decls.
18867         Use "%pure-parser" rather than obsolescent "%pure_parser".
18868         Use %parse-param and %lex-param instead of obsolescent
18869         YYPARSE_PARAM and YYLEX_PARAM.
18870         (meridian_table, month_and_day_table, time_units_table,
18871         relative_time_table, time_zone_table, military_table,
18872         lookup_zone, lookup_word, get_date):
18873         Use NULL instead of 0 where appropriate.
18874         (to_hour): Avoid abort (), to avoid a dependency on
18875         stdlib.h.
18876         (yyerror, yylex): Now accepts parser_control * arg.
18877         (main) [TEST]: Use '\0' rather than 0 for char.
18878
18879 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18880
18881         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
18882
18883 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18884
18885         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
18886         It's now the caller's responsibility to handle the case where
18887         !HAVE_GETPAGESIZE && !defined getpagesize.
18888
18889         * lib/mktime.c (leapyear): Arg is long int, not int.
18890
18891 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
18892
18893         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
18894
18895 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18896
18897         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
18898         missing.  Problem reported by James Youngman.
18899
18900 2004-10-16  Simon Josefsson  <jas@extundo.com>
18901
18902         * gnulib-tool: Fix comments.  Fix parse problem.
18903         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
18904
18905 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
18906
18907         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
18908         implementation of getopt_long.  Problem reported by Alexander Taler in:
18909         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
18910
18911 2004-10-15  Bruno Haible  <bruno@clisp.org>
18912
18913         * gnulib-tool: Untabify. Initialize supplied_libname.
18914         (func_usage): More homogenous output.
18915         (func_modules_transitive_closure, func_modules_to_filelist,
18916         func_emit_lib_Makefile_am): New functions.
18917         (func_import): New function, extracted from big case statement. Use
18918         func_get_license, func_modules_transitive_closure,
18919         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
18920         opt_lgpl. Don't use test -a, as it's not portable.
18921         (func_create_testdir): Use func_modules_transitive_closure,
18922         func_modules_to_filelist, func_emit_lib_Makefile_am.
18923
18924 2004-10-15  Bruno Haible  <bruno@clisp.org>
18925
18926         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
18927
18928 2004-10-15  Bruno Haible  <bruno@clisp.org>
18929
18930         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
18931         the portions belonging to each module.
18932         Suggested by Derek Robert Price <derek@ximbiot.com>.
18933
18934 2004-10-12  Simon Josefsson  <jas@extundo.com>
18935
18936         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18937         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
18938         to real functions.
18939
18940 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18941
18942         * modules/vsnprintf: New file.
18943
18944 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18945
18946         * m4/vsnprintf.m4: New file.
18947
18948 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18949
18950         * lib/vsnprintf.h: New file.
18951         * lib/vsnprintf.c: New file.
18952
18953 2004-10-11  Bruno Haible  <bruno@clisp.org>
18954
18955         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
18956         vsnprintf.
18957
18958 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18959
18960         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
18961
18962 2004-10-07  Bruno Haible  <bruno@clisp.org>
18963
18964         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
18965         fits into the provided buffer.
18966
18967 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18968
18969         * lib/diacrit.c, diacrit.h: Add GPL notice.
18970
18971         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
18972         notice.
18973         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
18974         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
18975         This avoids a potential constant-folding bug.
18976
18977 2004-10-05  Bruno Haible  <bruno@clisp.org>
18978
18979         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
18980         for the declaration of strsep.
18981
18982 2004-10-05  Bruno Haible  <bruno@clisp.org>
18983
18984         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
18985
18986 2004-10-04  Simon Josefsson  <jas@extundo.com>
18987
18988         * modules/memmem: New file.
18989         * tests/test-memmem.c: New file.
18990         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
18991
18992 2004-10-04  Simon Josefsson  <jas@extundo.com>
18993
18994         * m4/memmem.m4: New file.
18995
18996 2004-10-04  Simon Josefsson  <jas@extundo.com>
18997
18998         * lib/memmem.h: New file.
18999         * lib/memmem.c: New file, taken from glibc.
19000
19001 2004-10-04  Simon Josefsson  <jas@extundo.com>
19002
19003         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
19004         '#ifdef USE_UNLOCKED_IO'.
19005
19006 2004-10-04  Simon Josefsson  <jas@extundo.com>
19007
19008         * config/srclist.txt: Add memmem from glibc.
19009
19010 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19011
19012         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
19013
19014         * modules/argmatch, modules/argp, modules/closeout, modules/error,
19015         modules/exclude, modules/getdate, modules/getline,
19016         modules/getndelim2, modules/getpass, modules/getpass-gnu,
19017         modules/getusershell, modules/linebuffer, modules/md5,
19018         modules/mountlist, modules/posixtm, modules/readtokens,
19019         modules/readutmp, modules/regex, modules/sha1,
19020         modules/version-etc, modules/yesno:
19021         Remove dependency on unlocked-io.
19022
19023 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19024
19025         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
19026
19027         * m4/unlocked-io.m4: Add copyright notice.
19028         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
19029
19030 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19031
19032         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
19033         * lib/xmalloc.c (xmemdup): Likewise.
19034         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
19035         XFREE): Remove these long-obsolescent macros.
19036         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
19037         * lib/xstrdup.c: Remove.
19038
19039         * lib/regex.c (re_comp): Cast gettext return value to char *,
19040         Problem reported by Martin Neitzel via Mark D. Baushke.
19041
19042 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
19043
19044         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
19045         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
19046         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
19047         regex.c, sha1.c, version-etc.c, yesno.c:
19048         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
19049         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
19050         the includer's responsibility.
19051
19052         Sync from coreutils.
19053
19054         * lib/modechange.c (mode_compile): Don't decrement a pointer that
19055         points to the start of a string, as the C Standard says the
19056         resulting behavior is undefined.
19057
19058         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
19059         simple -> simple_backups, numbered_existing ->
19060         numbered_existing_backups, numbered -> numbered_backups
19061         to avoid shadowing problems.  All uses changed.
19062         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
19063         * lib/backupfile.c (check_extension, numbered_backup):
19064         Rename locals to avoid shadowing 'basename'.
19065         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
19066         once.
19067
19068         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
19069         * lib/.cvsignore: Add getopt.h.
19070
19071 2004-10-04  Bruno Haible  <bruno@clisp.org>
19072
19073         * modules/README: New file.
19074         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
19075         not a module.
19076
19077 2004-10-02  Jim Meyering  <jim@meyering.net>
19078
19079         * lib/dirfd.h, getpagesize.h: Add copyright notice.
19080
19081 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19082
19083         * modules/strsep: New file.
19084
19085 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19086
19087         * m4/strsep.m4: New file.
19088
19089 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19090
19091         * lib/strsep.h: New file.
19092         * lib/strsep.c: New file.
19093
19094 2004-10-01  Simon Josefsson  <jas@extundo.com>
19095
19096         * lib/snprintf.c (snprintf): Handle size==0.
19097
19098 2004-10-01  Simon Josefsson  <jas@extundo.com>
19099             Bruno Haible  <bruno@clisp.org>
19100
19101         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
19102         (snprintf): Declare 'args'.
19103
19104 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
19105
19106         * lib/snprintf.c: Remove comments as to why each header is needed.
19107
19108 2004-10-01  Bruno Haible  <bruno@clisp.org>
19109
19110         * MODULES.html.sh: Add strsep.
19111
19112 2004-09-30  Simon Josefsson  <jas@extundo.com>
19113
19114         * modules/snprintf: New file.
19115
19116 2004-09-30  Simon Josefsson  <jas@extundo.com>
19117
19118         * m4/snprintf.m4: New file.
19119
19120 2004-09-30  Simon Josefsson  <jas@extundo.com>
19121
19122         * lib/snprintf.h, lib/snprintf.c: New files.
19123
19124 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19125
19126         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
19127         (hol_entry_help): Never translate an empty string.
19128         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
19129         * lib/argp.h (OPTION_NO_TRANS): New option.
19130
19131 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19132
19133         * modules/argp (Maintainer): Replace Simon Josefsson
19134         by Sergey Poznyakoff.
19135
19136 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19137
19138         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
19139         changes merged back into glibc.
19140
19141 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
19142
19143         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
19144
19145 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
19146
19147         * lib/xvasprintf.c: Include xalloc.h.
19148         (xvasprintf): Use xalloc_die, not xmalloc_die.
19149
19150 2004-09-29  Bruno Haible  <bruno@clisp.org>
19151
19152         * modules/alloca-opt: New file, derived from modules/alloca.
19153         * modules/allocsa: Depend on alloca-opt instead of alloca.
19154         * modules/setenv: Likewise.
19155         * modules/vasnprintf: Likewise.
19156         * MODULES.html.sh: Add alloca-opt.
19157
19158 2004-09-28  Simon Josefsson  <jas@extundo.com>
19159
19160         * gnulib-tool: New parameter --lgpl, to asseert that modules are
19161         LGPL, and to replace license template from GPL to LGPL.
19162
19163 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
19164
19165         * modules/dummy: Change license to LGPL.
19166
19167 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
19168
19169         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
19170
19171 2004-09-24  Simon Josefsson  <jas@extundo.com>
19172
19173         * modules/minmax (License): Change from GPL to LGPL.
19174
19175 2004-09-23  Simon Josefsson  <jas@extundo.com>
19176
19177         * gnulib-tool (--import): Typo.
19178
19179 2004-09-23  Simon Josefsson  <jas@extundo.com>
19180
19181         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
19182
19183 2004-09-22  Bruno Haible  <bruno@clisp.org>
19184
19185         * modules/*: Add 'License' field.
19186         * gnulib-tool: Accept --extract-license option.
19187         (func_get_license): New function.
19188
19189 2004-09-21  Bruno Haible  <bruno@clisp.org>
19190
19191         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
19192         Reported by Simon Josefsson.
19193
19194 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
19195
19196         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
19197         gl_AC_TYPE_LONG_LONG.
19198
19199 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
19200
19201         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
19202
19203 2004-09-18  Simon Josefsson  <jas@extundo.com>
19204         and  Paul Eggert  <eggert@cs.ucla.edu>
19205
19206         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
19207         calls with autoreconf.  Define GL_LIB.
19208
19209 2004-09-14  Karl Berry  <karl@gnu.org>
19210
19211         * config/srclist.txt: unsync setenv.c, sigh.
19212
19213 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19214
19215         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
19216         Problem reported by Bruno Haible in:
19217         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
19218
19219 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19220
19221         * config/srclist.txt: Comment out argp-pvh.c.
19222
19223 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
19224
19225         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
19226         in case some system header has #define'd it.  Problem reported by
19227         Soeren D. Schulze in
19228         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
19229
19230 2004-09-09  Karl Berry  <karl@gnu.org>
19231
19232         * regex.[ch]: delete from the root.  These were supposed to be
19233                 synced with emacs cvs, but this has not happened for about
19234                 a year, and anyway nothing else uses emacs regex.[ch].
19235                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
19236                 lib/regex[.ch] is untouched.
19237
19238 2004-09-09  Bruno Haible  <bruno@clisp.org>
19239
19240         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
19241
19242 2004-09-09  Bruno Haible  <bruno@clisp.org>
19243
19244         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
19245         modifications.
19246         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
19247
19248 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19249
19250         * modules/xvasprintf: New file.
19251         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
19252
19253 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19254
19255         * lib/xvasprintf.h: New file.
19256         * lib/xvasprintf.c: New file.
19257         * lib/xasprintf.c: New file.
19258
19259 2004-09-08  Bruno Haible  <bruno@clisp.org>
19260
19261         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
19262
19263 2004-09-08  Bruno Haible  <bruno@clisp.org>
19264
19265         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
19266         length is > INT_MAX.
19267         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
19268         more.
19269
19270 2004-09-08  Bruno Haible  <bruno@clisp.org>
19271
19272         * lib/stdint_.h: New file, taken from GNU clisp.
19273
19274 2004-09-08  Bruno Haible  <bruno@clisp.org>
19275             Oskar Liljeblad  <oskar@osk.mine.nu>
19276
19277         * modules/stdint: New file.
19278         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
19279
19280 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19281
19282         Import from coreutils.
19283         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
19284         strings on unbounded length.  alloca's performance benefits aren't
19285         that important here.
19286         (V_STRDUP): Remove.
19287         (parse_with_separator): New function, with most of the internals
19288         of the old parse_user_spec.  Allow user to omit both user and group,
19289         for compatibility with FreeBSD.
19290         Clone only the user name, not the entire spec.
19291         Do not set *uid, *gid unless entirely successful.
19292         Avoid memory leak in some failing cases.
19293         Fix regression for USER.GROUP reported by Dmitry V. Levin in
19294         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
19295         (parse_user_spec): Rewrite to use parse_with_separator.
19296
19297 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19298
19299         * modules/userspec: Don't depend on alloca.
19300
19301 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19302
19303         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
19304
19305 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19306
19307         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
19308         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
19309         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
19310
19311 2004-08-16  Simon Josefsson  <jas@extundo.com>
19312
19313         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
19314         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
19315         Add --dry-run for --import.
19316         Let user provided command line parameters override configure.ac
19317         settings.
19318
19319 2004-08-12  Simon Josefsson  <jas@extundo.com>
19320
19321         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
19322         as discussed with Paul Eggert in threads rooted at
19323         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
19324         and
19325         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
19326         Before, the test was empty, and relied on ELIDE_CODE in source
19327         code.)
19328         (gl_PREREQ_GETOPT): New macro.
19329         (gl_GETOPT): Use them.
19330
19331 2004-08-12  Simon Josefsson  <jas@extundo.com>
19332
19333         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
19334         * lib/getopt_.h: Renamed from getopt.h.
19335
19336 2004-08-12  Simon Josefsson  <jas@extundo.com>
19337
19338         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
19339         Change default library name from libfoo to libgnu.
19340         Now, if you have a configure.ac that says:
19341                 gl_SOURCE_BASE(gl)
19342                 gl_M4_BASE(gl/m4)
19343                 gl_MODULES(error getopt etcetera)
19344                 gl_INIT
19345         you can import all you need by running:
19346                 ../gnulib/gnulib-tool --import
19347
19348         * modules/getopt (Files): Rename getopt.h to getopt_.h.
19349         (Makefile.am): Rewrite, use logic from argz.
19350         (Include): Use <getopt.h> instead of "getopt.h".
19351
19352 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19353
19354         * modules/argp (Files): Add m4/unlocked-io.m4.
19355         (Depends-on): Add extensions.
19356
19357 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19358
19359         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
19360         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
19361         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
19362         Check for program_invocation_name, program_invocation_short_name,
19363         flockfile, funlockfile, features.h, _getopt_long_only_r.
19364
19365 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19366
19367         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
19368         its complicated substitute.
19369         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
19370         and program_invocation_name.
19371         (__argp_basename) [!_LIBC]: Remove; the only use was
19372         replaced by its body.
19373         (__argp_short_program_name): Change condition from
19374         !defined __argp_short_program_name to
19375         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
19376         to match argp-namefrob.h.
19377         (__argp_failure): Don't assume strerror_r returns char *.
19378         * lib/argp-parse.c (N_): Define unconditionally.
19379         (argp_default_options): Fill out initializers with 0 to avoid
19380         gcc warnings.
19381
19382 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19383
19384         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
19385         getopt1.c.
19386
19387 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19388
19389         Merge from coreutils.
19390
19391         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
19392
19393         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
19394         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
19395
19396 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19397
19398         Merge from coreutils.
19399
19400         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
19401         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
19402         for Reliant Unix 5.43.
19403
19404         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
19405         (union fooround): Use uintmax_t, not long int.
19406         The rest is a merge from libc:
19407         [defined _LIBC]: Include <shlib-compat.h>.
19408         (_obstack) [defined _LIBC]: Remove after 2.3.4.
19409
19410         * lib/settime.c (settime): Recode to avoid warning with
19411         Sun Forte C 6U2.
19412
19413         * lib/strverscmp.c: Convert to UTF-8.
19414
19415 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19416
19417         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
19418         m4/uintmax_t.m4.
19419
19420 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19421
19422         * modules/xalloc-die: New file.
19423         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
19424
19425         * modules/md5 (Files): Add m4/uint32_t.m4.
19426         * modules/sha1: Renamed from modules/sha.
19427         (Files):
19428         Rename lib/sha.h to lib/sha1.h.
19429         Rename lib/sha.c to lib/sha1.c.
19430         Rename m4/sha.m4 to m4/sha1.m4.
19431         (lib_SOURCES): Likewise.
19432         (configure.ac): Rename gl_SHA to gl_SHA1.
19433         (Include): sha.h -> sha1.h.
19434
19435 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19436
19437         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
19438         * m4/sha1.m4: Renamed from sha.m4.
19439         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
19440
19441 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19442
19443         * lib/obstack.h (obstack_empty_p):
19444         Don't assume that chunk->contents is suitably aligned.
19445         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
19446         Likewise. Problem reported by Benno in
19447         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
19448
19449         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
19450         readable.  This could be improved further but it'd take some work.
19451
19452 2004-08-08  Simon Josefsson  <jas@extundo.com>
19453
19454         * modules/xgethostname (Depends-on): Remove exit and error (not
19455         used).
19456
19457         * modules/getpass-gnu: Add getpass.h.
19458         (Depends-on): Add stdbool.
19459         * modules/getpass: Add getpass.h.
19460
19461 2004-08-08  Simon Josefsson  <jas@extundo.com>
19462
19463         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
19464         Check getpass declaration.
19465
19466 2004-08-08  Simon Josefsson  <jas@extundo.com>
19467
19468         * lib/xgethostname.c: Don't include error.h (not used).
19469
19470         * lib/getpass.h: Add.
19471         * lib/getpass.c: Include getpass.h first.
19472
19473 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
19474
19475         * lib/xalloc-die.c: New file.
19476         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
19477         All uses removed.
19478         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
19479         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
19480         xalloc-die.c.
19481         (_, N_, xalloc_die): Move to xalloc-die.c.
19482         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
19483         so that we needn't mess with xalloc_msg_memory_exhausted.
19484
19485         * lib/sha1.h: Renamed from sha.h.
19486         (SHA1_H): Renamed from _SHA_H.
19487         (sha1_ctx): Renamed from sha_ctx.
19488         (sha1_init_ctx): Renamed from sha_init_ctx.
19489         (sha1_process_block): Renamed from sha_process_block.
19490         (sha1_process_bytes): Renamed from sha_process_bytes.
19491         (sha1_finish_ctx): Renamed from sha_finish_ctx.
19492         (sha1_read_ctx): Renamed from sha_read_ctx.
19493         (sha1_stream): Renamed from sha_stream.
19494         (sha1_buffer): Renamed from sha_buffer.
19495         * lib/sha1.c: Likewise; renamed from sha.c.
19496         Do not include <sys/types.h>.
19497         Include <stddef.h> rather than <stdlib.h>.
19498
19499 2004-08-08  Bruno Haible  <bruno@clisp.org>
19500
19501         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
19502         FILESYSTEM_PREFIX_LEN.
19503         * lib/progreloc.c: Likewise.
19504         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
19505
19506 2004-08-06  Simon Josefsson  <jas@extundo.com>
19507
19508         * modules/progname (Depends-on): Don't depend on stdbool.
19509
19510 2004-08-06  Simon Josefsson  <jas@extundo.com>
19511
19512         * modules/getsubopt: New file.
19513         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19514         getsubopt.
19515
19516 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19517
19518         More merge from coreutils.
19519
19520         * m4/utimens.m4, m4/utimecmp.m4: New files.
19521         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
19522         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
19523         prereq.m4, sha.m4: Import changes from coreutils.
19524
19525 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19526
19527         More merge from coreutils.
19528         * modules/raise, modules/readtokens0, modules/utimens:
19529         * modules/utimecmp, module/xnanosleep: New files.
19530         * modules/strftime: Add lib/strftime.h.
19531         Change include from <time.h> to "strftime.h".
19532         * modules/yesno: Add lib/yesno.h.
19533         * modules/backupfile: Remove lib/addext.c.
19534         * modules/euidaccess: Add stat-macros.h.
19535         * modules/canonicalize, modules/euidaccess,
19536         modules/filemode, modules/lchown, modules/makepath,
19537         modules/rmdir, modules/stat: Likewise.
19538
19539 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19540
19541         Merge from tar.
19542         * lib/argp-help.c (make_hol, hol_append): Don't assume that
19543         SIZE_MAX is a valid preprocessor constant.
19544         (__argp_basename): Change from "#ifndef _LIBC"
19545         to "#ifndef __argp_short_program_name", so that
19546         we don't compile these functions for tar.
19547
19548         More merges from coreutils.
19549         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
19550         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
19551         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
19552         * lib/addext.c: Remove; no longer needed.
19553         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
19554         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
19555         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
19556         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
19557         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
19558         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
19559         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
19560         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
19561         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
19562         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19563         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
19564         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
19565         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
19566         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
19567         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
19568         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
19569         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
19570         Import changes from coreutils.
19571
19572 2004-08-05  Simon Josefsson  <jas@extundo.com>
19573
19574         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
19575
19576 2004-08-05  Simon Josefsson  <jas@extundo.com>
19577
19578         * m4/getsubopt.m4: New file.
19579
19580 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19581
19582         Merge from coreutils.
19583
19584         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
19585         * m4/getcwd-path-max.m4: New files.
19586
19587         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
19588         FILESYSTEM_PREFIX_LEN ->
19589         FILE_SYSTEM_PREFIX_LEN.
19590         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
19591         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
19592         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
19593         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
19594
19595         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
19596         prerequisite modules now handle the DOS stuff.
19597         Don't check for unistd.h.
19598
19599 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19600
19601         Merge from coreutils.
19602
19603         * lib/.gdb-history: Remove; this doesn't belong here.
19604
19605         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
19606         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
19607         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
19608         * lib/getcwd.c: New files.
19609
19610         * lib/dirname.h: Include <stdbool.h>.
19611         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
19612         for consistency with POSIX terminology.  All uses changed.
19613         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
19614         (strip_trailing_slashes): Use bool for booleans.
19615         * lib/stripslash.c (strip_trailing_slashes): Likewise.
19616
19617         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
19618         sometimes returns a positive errno value even when it succeeds.
19619         (print_errno_message) [!LIBC]: Fall back on strerror if
19620         __strerror_r fails.
19621
19622         * lib/path-concat.c (mempcpy): Don't define if a system header defines
19623         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
19624         (longest_relative_suffix): New function.
19625         (path_concat): Use it.  Assume first argument is not NULL.
19626         Port to DOS.  Omit redundant separators.
19627         Report an error instead of returning NULL.
19628         Use mempcpy instead of memcpy.
19629         (xpath_concat): Remove: not declared or used.
19630
19631         * lib/same.h: Include <stdbool.h>
19632         (same_name): Return bool, not int.
19633         * lib/same.c (same_name): Likewise.
19634         (errno): Don't declare; we assume C89 or better now.
19635
19636         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
19637         if not already defined.
19638
19639         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
19640         * lib/dup-safer.c (errno): Likewise.
19641
19642 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19643
19644         Merge from coreutils.
19645         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
19646         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
19647         * modules/path-concat: Don't depend on strdup.
19648
19649 2004-08-03  Simon Josefsson  <jas@extundo.com>
19650
19651         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
19652         * lib/progname.h: Don't include stdbool.h.
19653
19654 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19655
19656         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
19657         * MODULES.html.sh (func_all_modules): Remove fatal.
19658
19659 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19660
19661         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
19662
19663 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19664
19665         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
19666         working.
19667
19668 2004-08-02  Simon Josefsson  <jas@extundo.com>
19669
19670         * lib/getsubopt.h: New file, with comments from Bruno Haible.
19671         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
19672         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
19673
19674 2004-08-01  Simon Josefsson  <jas@extundo.com>
19675
19676         * lib/xgetdomainname.c: Include stdlib.h, for free().
19677
19678 2004-07-19  Bruno Haible  <bruno@clisp.org>
19679
19680         * MODULES.html.sh (func_all_modules): Add dummy.
19681
19682 2004-07-16  Simon Josefsson  <jas@extundo.com>
19683
19684         * modules/dummy: New file.
19685
19686 2004-07-16  Simon Josefsson  <jas@extundo.com>
19687
19688         * lib/dummy.c: New file.
19689
19690 2004-07-16  Bruno Haible  <bruno@clisp.org>
19691
19692         * lib/backupfile.h: Add extern "C" for C++.
19693         * lib/closeout.h: Likewise.
19694         * lib/copy-file.h: Likewise.
19695         * lib/findprog.h: Likewise.
19696         * lib/full-write.h: Likewise.
19697         * lib/pathname.h: Likewise.
19698         * lib/progname.h: Likewise.
19699         * lib/stpcpy.h: Likewise.
19700         * lib/stpncpy.h: Likewise.
19701         * lib/strcase.h: Likewise.
19702         * lib/strstr.h: Likewise.
19703         * lib/xalloc.h: Likewise.
19704
19705         * lib/mbswidth.h: Add extern "C" for C++.
19706         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
19707
19708 2004-07-13  Robert Millan  <robertmh@gnu.org>
19709
19710         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
19711
19712 2004-07-09  Simon Josefsson  <jas@extundo.com>
19713
19714         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
19715         failed without this.)
19716
19717 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19718
19719         * modules/chown (Files): Add lib/fchown-stub.c, since
19720         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
19721
19722 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19723
19724         * lib/fchown-stub.c: New file.
19725
19726 2004-06-24  Jim Meyering  <jim@meyering.net>
19727
19728         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
19729
19730 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19731
19732         * modules/argz: Omit "#include".
19733
19734         * MODULES.html.sh (func_all_modules): Add calloc, to match
19735         2004-06-01 addition of calloc module.
19736
19737 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19738
19739         * m4/argz.m4: New file, which is autoupdated from libtool.
19740
19741 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19742
19743         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
19744         libtool.
19745
19746 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19747
19748         * config/srclist-update: Don't insist on "USA." before the
19749         close-comment, as libtool omits the period and puts the */ on a
19750         separate line.
19751         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
19752         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
19753
19754 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
19755
19756         * modules/argz: New file.
19757         * MODULES.html.sh (func_all_modules): Add argz.
19758
19759 2004-06-12  Jim Meyering  <jim@meyering.net>
19760         and  Paul Eggert  <eggert@cs.ucla.edu>
19761
19762         * modules/hash (Files): Add lib/xalloc.h.
19763         * modules/pipe (Depends-on): Add wait-process.
19764         * modules/stat (Depends-on): Add xalloc.
19765         * modules/userspec (Files): Add lib/userspec.h.
19766         * modules/xstrto
19767
19768         Upgrade from gettext-0.13.
19769         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
19770         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
19771         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
19772
19773 2004-06-10  Jim Meyering  <jim@meyering.net>
19774
19775         * lib/calloc.c: New file.
19776
19777 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19778
19779         * lib/getdate.y (yylex): Allow space between sign and number.
19780         Problem reported by Dan Jacobson.
19781
19782 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19783
19784         Merge from coreutils CVS.
19785
19786         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
19787         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
19788         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
19789         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
19790         xstrtol.m4: Fix copyright date and/or serial number.
19791
19792         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
19793         See if we need an fchown replacement.
19794         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
19795         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
19796         and use the replacement function if we detect either defect.
19797
19798         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
19799         gl_UTIMECMP.
19800
19801 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19802         and  Jim Meyering  <jim@meyering.net>
19803
19804         Merge from coreutils CVS.
19805
19806         * lib/stat-macros.h: New file, with contents from file-type.h
19807         and coreutils' system.h.
19808         * lib/file-type.c: Include "stat-macros.h".
19809         * lib/file-type.h (file_type): Move all macro definitions to new file,
19810         stat-macros.h.
19811
19812         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
19813         Wrap old code with this conditional.
19814         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
19815         function that does not dereference symlinks.
19816         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
19817
19818         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
19819         dependency problems.
19820         (xreadlink): Accept new arg SIZE, for efficiency.
19821         All decls and uses changed.
19822         * lib/xreadlink.h: Include <stddef.h>, for size_t.
19823
19824         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
19825         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
19826
19827         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
19828         sysexits.h.
19829
19830 2004-06-01  Jim Meyering  <jim@meyering.net>
19831
19832         * m4/calloc.m4: New file.
19833
19834 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
19835
19836         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
19837         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
19838         Also, fix a typo in a diagnostic.
19839
19840 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19841
19842         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
19843         or AC_FUNC_REALLOC.
19844
19845 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19846
19847         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
19848         macros to be defined.
19849         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
19850         the allocator returns NULL because the requested size is zero.
19851
19852 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19853
19854         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
19855         var.  Add comment explaining why libc still defines it.  This
19856         merges the following patch from glibc:
19857         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
19858
19859 2004-05-20  Andreas Schwab  <schwab@suse.de>
19860
19861         * m4/free.m4: Replace free if it not known to work, not the other
19862         way round.
19863
19864 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
19865
19866         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
19867         present in glibc since revision 1.1 of this file.
19868         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
19869         obstack_alignment_mask, obstack_alloc, obstack_base,
19870         obstack_blank, obstack_blank_fast, obstack_chunk_size,
19871         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
19872         obstack_grow0, obstack_init, obstack_int_grow,
19873         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
19874         obstack_next_free, obstack_object_size, obstack_ptr_grow,
19875         obstack_ptr_grow_fast, obstack_room): Remove declarations of
19876         nonexistent functions.
19877
19878 2004-05-18  Karl Berry  <karl@gnu.org>
19879
19880         * config/srclist.txt: break link for vasnprintf.c.
19881
19882 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19883
19884         Port obstack to the AS/400, where pointers are 16 bytes wide and
19885         you cannot cast an integer to a valid pointer.  This patch is
19886         currently waiting to be integrated into glibc; see
19887         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
19888
19889         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
19890         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
19891         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
19892         (struct obstack): temp member is now a union of a pointer and
19893         an integer, instead of an integer.  All integer uses changed.
19894         This does not affect the physical layout of struct obstack,
19895         except on hosts (like the AS/400) where the size or alignment of
19896         void * is greater than that of ptrdiff_t.
19897         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
19898         __STDC__)]: Store temporary in pointer member of union, not
19899         integer member.
19900         * lib/obstack.c: Include <stddef.h>, for offsetof.
19901         (struct fooalign): Remove; it doesn't need a name.
19902         (union fooround): Change double to long double, and add void *.
19903         (DEFAULT_ALIGNMENT): Use offsetof to compute.
19904         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
19905         not a macro.  Hence the values are always int; so remove all
19906         casts-to-int in uses.
19907
19908 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19909
19910         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
19911         we can get this patch merged into glibc.
19912
19913 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19914             Paul Eggert  <eggert@cs.ucla.edu>
19915
19916         * m4/argp: Depend on alloca.
19917
19918 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19919             Paul Eggert  <eggert@cs.ucla.edu>
19920
19921         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
19922         freecoding.
19923
19924 2004-05-17  Bruno Haible  <bruno@clisp.org>
19925
19926         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
19927         precision that consists of a '.' followed by an empty digit string.
19928         Patch by Tor Lillqvist <tml@iki.fi>.
19929
19930 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19931
19932         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
19933         for backward compatibility with older code.  We need our own
19934         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
19935         it under some other name, and our alloca.h will define it.
19936
19937 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19938             Derek Price  <derek@ximbiot.com>
19939
19940         * lib/alloca.c: Include <alloca.h>, to get our interface.
19941         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
19942         include <alloca.h> first.  Use C89 prototype for alloca; this
19943         requires including <stddef.h> for size_t.  Use extern "C" if C++.
19944         Use #elif for simplicity, since we can assume C89 now.
19945         Don't try to source the system alloca.h since it will not be found
19946         and to prevent recursively including its replacement.
19947         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
19948         * lib/regex.c: Likewise.
19949
19950 2004-05-16  Derek Price  <derek@ximbiot.com>
19951             Paul Eggert  <eggert@cs.ucla.edu>
19952
19953         getline cleanup.  This changes the getndelim2 API: both order of
19954         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
19955         no delimiter).
19956
19957         * lib/getline.c: Don't include stddef.h or stdio.h, since our
19958         interface does that.
19959         (getline): Always use getdelim, so that we don't have two
19960         copies of this code.
19961         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
19962         if available.
19963         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
19964         (GETNDELIM2_MAXIMUM): New macro.
19965         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
19966         instead of the old practice of delim2==0.  All callers changed.
19967         Return -1 on overflow, instead of returning junk.
19968         Do not set *linesize unless allocation succeeds.
19969         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
19970         that we include sys/types.h.
19971         * lib/getnline.h: Likewise.
19972         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
19973         (getndelim2): Reorder arguments.
19974         * lib/getnline.c (getnline, getndelim):
19975         Don't discard the NMAX argument.
19976         (getnline): Invoke getndelim, to avoid code duplication.
19977         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
19978         of (size_t) -1 by callers of the getnline family.
19979
19980 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19981
19982         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
19983         Check for gettimeofday.
19984         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
19985         Check for settimeofday, stime.
19986
19987 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19988
19989         * lib/nanosleep.c (suspended): Change its type from int to
19990         sig_atomic_t volatile.
19991         (first_call): Make it private to rpl_nanosleep, and have it
19992         be zero initially as that's a bit faster.
19993         (my_usleep): Round up fractional times instead of truncating them,
19994         as this is the usual meaning for 'sleep'.
19995
19996         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
19997         doesn't work.
19998         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
19999         (ENOSYS): Define if not defined.
20000         (settime): Fall back on stime if it exists and settimeofday fails.
20001         But don't bother with fallbacks if a method fails with errno == EPERM.
20002
20003 2004-05-11  Jim Meyering  <jim@meyering.net>
20004
20005         Prior to this change, the save_cwd caller required read access to the
20006         current directory on most systems (ones with the fchdir function).
20007
20008         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
20009         fails, try write-only, and finally, resort to using xgetcwd.
20010
20011 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
20012
20013         * lib/obstack.c, obstack.h: Import changes from libc.
20014
20015 2004-04-28  Bruno Haible  <bruno@clisp.org>
20016
20017         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
20018         also implicitly appends .exe to executables.
20019         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
20020         accepts Windows pathnames.
20021         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
20022         Treat Cygwin like Windows, since it now accepts Windows pathnames.
20023         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
20024         Treat Cygwin like Windows, since it now accepts Windows pathnames.
20025         Reported by Derek Robert Price <derek@ximbiot.com>.
20026
20027 2004-04-21  Karl Berry  <karl@gnu.org>
20028
20029         * config/srclist.txt (localcharset.c): break sync.
20030
20031 2004-04-20  Paul Eggert  <eggert@twinsun.com>
20032
20033         * m4/host-os.m4: Add a copyright notice.
20034
20035 2004-04-20  Jim Meyering  <jim@meyering.net>
20036
20037         Change UTILS_ to gl_ in AC_DEFINE'd names.
20038         Change utils_- and jm_-prefixed variables, too.
20039         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
20040         UTILS_FUNC_MKDIR_TRAILING_SLASH.
20041         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
20042
20043         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
20044         Don't emit trailing blanks.
20045         Also rename jm_-prefixed variables to have gl_ prefix.
20046
20047         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
20048         Also rename jm_-prefixed variables to have gl_ prefix.
20049
20050         * m4/jm-macros.m4: Reflect the renamings.
20051         * m4/prereq.m4: Likewise.
20052
20053 2004-04-20  Jim Meyering  <jim@meyering.net>
20054
20055         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
20056         memory.
20057
20058 2004-04-20  Jim Meyering  <jim@meyering.net>
20059             Bruno Haible  <bruno@clisp.org>
20060
20061         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
20062         memory when realloc fails.
20063
20064 2004-04-19  Jim Meyering  <jim@meyering.net>
20065
20066         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
20067         now that readutmp.c may call `free (0)'.
20068
20069 2004-04-19  Bruno Haible  <bruno@clisp.org>
20070
20071         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
20072         * m4/inttypes_h.m4: Likewise.
20073         * m4/stdint_h.m4: Likewise.
20074         * m4/intmax_t.m4: Likewise.
20075         * m4/uintmax_t.m4: Likewise.
20076
20077 2004-04-18  Jim Meyering  <jim@meyering.net>
20078
20079         * m4/prereq.m4: Don't forbid jm_ prefix.
20080
20081         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
20082         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
20083         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
20084         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
20085         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
20086         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
20087         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
20088         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
20089         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
20090         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
20091         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
20092         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
20093         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
20094         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
20095         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
20096         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
20097         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
20098         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
20099         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
20100
20101 2004-04-18  Jim Meyering  <jim@meyering.net>
20102
20103         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
20104         failure, don't leak memory and do call END_UTMP_ENT.
20105
20106 2004-04-16  Jim Meyering  <jim@meyering.net>
20107
20108         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
20109         coreutils' stat program.
20110         (gl_PREREQ): Don't require jm_PREREQ_STAT.
20111
20112 2004-04-11  Paul Eggert  <eggert@twinsun.com>
20113
20114         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
20115         C89.
20116         (CHAR_BIT): Remove, since we assume C89.
20117         Include <stdint.h> if available, as per current Autoconf CVS advice.
20118
20119 2004-03-31  Jim Meyering  <jim@meyering.net>
20120
20121         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
20122         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
20123         * m4/xalloc.m4: Likewise.
20124
20125 2004-03-30  Paul Eggert  <eggert@twinsun.com>
20126
20127         Merge from coreutils.
20128
20129         * m4/inttostr.m4: New file.
20130         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
20131         Require AM_STDBOOL_H and gl_TIMESPEC instead.
20132         Require gl_CLOCK_TIME.
20133         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
20134
20135 2004-03-30  Paul Eggert  <eggert@twinsun.com>
20136
20137         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
20138         not bool, to be more consistent with Unix conventions.
20139         Suggested by Bruno Haible.
20140
20141         Merge from coreutils.
20142
20143         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
20144         * lib/umaxtostr.c: New files.
20145
20146         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
20147         the usual <time.h> dance.
20148         (get_date): Change signature to support fractional time stamps.
20149         All callers changed.
20150         * lib/getdate.y: Include "getdate.h" first, as we can now
20151         assume C89 and don't need to worry about 'const'.
20152         Similarly, include "unlocked-io.h" near start, not in middle.
20153         Include <limits.h>.
20154         (textint.value): Use long int rather than int.
20155         (textint.digits): Use size_t rather than int.
20156         (BILLION, LOG10_BILLION): New constants.
20157         (parser_control): New member rel_ns.  Members day_ordinal,
20158         time_zone, month, day, hour, minutes, rel_year, rel_month,
20159         rel_day, rel_hour, rel_minutes, rel_seconds
20160         are now long int, not int.  Member seconds is now struct timespec,
20161         not int.  New member timespec_seen.  Members dates_seen, days_seen,
20162         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
20163         not int.
20164         (%union.intval): Now long int, not int.
20165         New member timespec.
20166         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
20167         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
20168         (spec): Now is a timespec or an item list.
20169         (timespec, items): New nonterminals.
20170         (time, rel, relunit, number, get_date):
20171         Add support for fractional seconds.
20172         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
20173         (gmtime, localtime, mktime): Remove decls; not needed with C89.
20174         (to_hour): First arg is now long int, not int.
20175         (to_year): Returns long int, not int.
20176         Don't treat year -70 like 70.
20177         (tm_diff): Returns long int, not int.
20178         (lookup_word): Use bool instead of int when appropriate.
20179         (yylex): Use size_t for count, not int.
20180         Detect overflow when parsing large integer constants.
20181         Add support for fractions.
20182         (get_date): Make pointers 'const' if possible.
20183         Use more-portable code to detect integer overflow.
20184         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
20185         Don't use ctime; it's not reliable if the year has >4 digits.
20186
20187         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
20188         This is for compatibility with BSD.
20189
20190         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
20191         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
20192         From coreutils' system.h.
20193
20194         * lib/userspec.c: Don't include "posixver.h".
20195         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
20196         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
20197         compatible extension.  Simplify code by removing a boolean int
20198         that was always nonzero if a string was nonnull.
20199
20200 2004-03-30  Jim Meyering  <jim@meyering.net>
20201
20202         Merge from coreutils.
20203
20204         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
20205         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
20206         on some systems one must include <grp.h> before it.
20207         Reported by Christian Krackowizer.
20208
20209 2004-03-30  Jim Meyering  <jim@meyering.net>
20210
20211         Merge from coreutils.
20212
20213         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
20214
20215         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
20216         an empty input stream.
20217
20218         * lib/readtokens.c: Include <stdbool.h>.
20219         (readtoken): Use `size_t' rather than int/long.
20220         All callers adjusted.
20221         Use `bool' rather than `int' where appropriate.
20222         Use memset rather than an explicit loop.
20223         Use x2nrealloc rather than xrealloc.
20224         Allow the use of `\0' as a delimiter.
20225         (readtokens): Likewise.
20226         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
20227
20228 2004-03-30  Jim Meyering  <jim@meyering.net>
20229
20230         * m4/realloc.m4: Remove file, since now it does no more than
20231         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
20232         the `configure.ac' section of module/realloc.
20233         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
20234
20235 2004-03-30  Bruno Haible  <bruno@clisp.org>
20236
20237         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
20238         nonnull.
20239
20240 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20241
20242         Merge changes to getloadavg.c from coreutils and Emacs.
20243
20244         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
20245         Define to an expression, not to the empty string.
20246         Include cloexec.h and xalloc.h.
20247         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
20248         Use set_cloexec_flag rather than rolling our own.
20249         * lib/cloexec.c, lib/cloexec.h: New files.
20250
20251 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20252
20253         * m4/cloexec.m4: New file.
20254
20255 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20256
20257         * lib/getopt.h: Sync with libc CVS.
20258
20259 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20260             Bruno Haible  <bruno@clisp.org>
20261
20262         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
20263         mbswidth.
20264
20265 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20266             Bruno Haible  <bruno@clisp.org>
20267
20268         * lib/mbswidth.h: Include <wchar.h> only if
20269         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
20270         <wchar.h>.
20271         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
20272
20273 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20274
20275         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
20276         Sync with libc CVS.
20277         * lib/getopt_int.h: New file, also synced from libc.
20278
20279 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20280
20281         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
20282         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
20283         Bring back getopt.c, getopt.h, getopt1.c.
20284
20285 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20286
20287         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
20288         All uses changed.  Check for sa_sigaction member; this fixes
20289         a bug first reported by Jason Andrade in
20290         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20291
20292 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20293
20294         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
20295         '#if' expressions.  Unlike the code it replaces, it does not
20296         depend on (defined _SC_PAGESIZE).  However, it does depend on
20297         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
20298         first reported by Jason Andrade in
20299         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20300
20301 2004-02-25  Simon Josefsson  <jas@extundo.com>
20302
20303         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
20304
20305 2004-02-25  Simon Josefsson  <jas@extundo.com>
20306
20307         * lib/strdup.h: New file.
20308         * lib/strdup.c: Include it.
20309         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
20310         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
20311
20312 2004-02-23  Karl Berry  <karl@gnu.org>
20313
20314         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
20315         (from fencepost.gnu.org:/gd/gnuorg).
20316
20317 2004-02-23  Karl Berry  <karl@gnu.org>
20318
20319         * config/srclistvars.sh (GNUORG) [karl]: redefine.
20320         * config/srclist.txt: add maintain/standards documents.
20321
20322 2004-02-18  Bruno Haible  <bruno@clisp.org>
20323
20324         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
20325         Reported by Derek Robert Price <derek@ximbiot.com>.
20326
20327 2004-02-16  Karl Berry  <karl@gnu.org>
20328
20329         * config/mkinstalldirs, install-sh: update from automake.
20330
20331 2004-02-06  Karl Berry  <karl@gnu.org>
20332
20333         * m4/po.m4: update from gettext 0.14.1.
20334
20335 2004-02-06  Karl Berry  <karl@gnu.org>
20336
20337         * lib/config.charset: update from gettext 0.14.1.
20338
20339 2004-02-05  Paul Eggert  <eggert@twinsun.com>
20340
20341         Add comments and code, prompted by suggestions from Bruno Haible
20342         for sh-quote.
20343         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
20344         describing the enum quoting_style values.
20345         * lib/quotearg.c (quotearg_alloc): New function.
20346         (quotearg_buffer_restyled): Treat lone { and } as special.
20347         Treat = as special.  Work around bug with older shells
20348         that "see" a '\' that is really the 2nd byte of a multibyte char.
20349         Quote empty string with shell_quoting_style.
20350
20351 2004-02-03  Bruno Haible  <bruno@clisp.org>
20352
20353         * m4/pipe.m4: New file, from GNU gettext.
20354
20355 2004-02-03  Bruno Haible  <bruno@clisp.org>
20356
20357         * lib/pipe.h: New file, from GNU gettext.
20358         * lib/pipe.c: New file, from GNU gettext.
20359
20360 2004-01-27  Bruno Haible  <bruno@clisp.org>
20361
20362         * m4/execute.m4: New file, from GNU gettext.
20363
20364 2004-01-27  Bruno Haible  <bruno@clisp.org>
20365
20366         * lib/execute.h: New file, from GNU gettext.
20367         * lib/execute.c: New file, from GNU gettext.
20368         * lib/w32spawn.h: New file, from GNU gettext.
20369
20370 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20371
20372         Merge from diffutils.
20373
20374         * lib/file-type.c (file_type): Add typed memory objects.
20375         * lib/file-type.h (S_TYPEISTMO): New macro.
20376
20377         * lib/c-stack.h (c_stack_action): Remove argv argument.
20378         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
20379         (die): Don't calculate message unless segv_action returns.
20380         (get_stack_location, min_address_from_argv, max_address_from_argv,
20381         volatile stack_base, volatile_stack_size): Remove.
20382         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
20383         that every segmentation violation is a stack overflow.  (Ouch!)
20384         See Debian bug 136249 (still outstanding) for more info about why
20385         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
20386
20387 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20388
20389         Exit-status fix from coreutils.
20390
20391         Use exit_failure consistently in place of EXIT_FAILURE,
20392         so that program exit statuses are consistent on failure.
20393
20394         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
20395         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
20396         * lib/argmatch.h: Comment fix to match the above.
20397         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
20398         Now a macro referring to exit_failure, instead of a separate
20399         variable.  Include "exitfail.h" to get it.
20400         * lib/xstrtol.h: Include "exitfail.h".
20401         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
20402
20403         * lib/long-options.c (parse_long_options): Use prototype
20404         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
20405         for clarity.
20406
20407 2004-01-21  Jim Meyering  <jim@meyering.net>
20408
20409         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
20410         so as not to conflict with a different-sized __mktime_internal
20411         function in GNU libc.
20412         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
20413         Problem building statically-linked `ls' reported by Michael Brunnbauer.
20414
20415 2004-01-20  Karl Berry  <karl@gnu.org>
20416
20417         * config/config.guess: update from config.
20418
20419         * config/srclistvars.sh: GNUWWWLICENSES for karl.
20420
20421 2004-01-20  Bruno Haible  <bruno@clisp.org>
20422
20423         Safer stack allocation.
20424         * lib/setenv.c: Include allocsa.h.
20425         (alloca): Remove fallback definition.
20426         (freea): Remove macro.
20427         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
20428         instead of freea.
20429
20430 2004-01-20  Bruno Haible  <bruno@clisp.org>
20431
20432         * m4/eealloc.m4: New file, from GNU gettext.
20433
20434 2004-01-20  Bruno Haible  <bruno@clisp.org>
20435
20436         * m4/allocsa.m4: New file, from GNU gettext.
20437
20438 2004-01-20  Bruno Haible  <bruno@clisp.org>
20439
20440         * lib/xallocsa.h: New file, from GNU gettext.
20441         * lib/xallocsa.c: New file, from GNU gettext.
20442
20443 2004-01-20  Bruno Haible  <bruno@clisp.org>
20444
20445         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
20446
20447 2004-01-20  Bruno Haible  <bruno@clisp.org>
20448
20449         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
20450         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
20451         specially.
20452
20453 2004-01-20  Bruno Haible  <bruno@clisp.org>
20454
20455         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
20456         patch.
20457
20458 2004-01-20  Bruno Haible  <bruno@clisp.org>
20459
20460         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
20461
20462 2004-01-20  Bruno Haible  <bruno@clisp.org>
20463
20464         * lib/eealloc.h: New file.
20465
20466 2004-01-20  Bruno Haible  <bruno@clisp.org>
20467
20468         * lib/binary-io.h: Avoid warnings on Cygwin.
20469
20470 2004-01-20  Bruno Haible  <bruno@clisp.org>
20471
20472         * lib/allocsa.h: New file, from GNU gettext.
20473         * lib/allocsa.c: New file, from GNU gettext.
20474
20475 2004-01-18  Karl Berry  <karl@gnu.org>
20476
20477         * doc/gpl.texi, doc/lgpl.texi: new files.
20478
20479 2004-01-18  Karl Berry  <karl@gnu.org>
20480
20481         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
20482         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
20483
20484 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20485
20486         Merge from coreutils.
20487
20488         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
20489         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
20490         (gl_DEFAULT_POSIX2_VERSION): Move
20491         the documentation from 'configure' into 'config.hin',
20492         so that 'configure --help' isn't burdened by it and
20493         we don't have to worry about its formatting there.
20494         Reword the documentation so that it's more succinct
20495         and can be run together into a single paragraph.
20496         * m4/same.m4 (gl_SAME): Check for pathconf.
20497
20498 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20499
20500         Merge from coreutils.
20501
20502         * lib/posixver.c: Include posixver.h.
20503
20504         * lib/same.c: Include <stdbool.h>, <limits.h>.
20505         (_POSIX_NAME_MAX): Define if not defined.
20506         (MIN): New macro.
20507         (same_name): If file names are silently truncated, report
20508         that the file names are the same if they are the same after
20509         the silent truncation.
20510
20511         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
20512         conversion function.
20513         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
20514         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
20515         longer needed.
20516
20517 2004-01-15  Jim Meyering  <jim@meyering.net>
20518
20519         Merge from coreutils.
20520
20521         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
20522         if no library is required.
20523         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
20524         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
20525         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
20526         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
20527         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
20528         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
20529         value, $ac_cv_search_crypt, if it's "none required".
20530         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
20531         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
20532         not gl_FUNC_GETLOADAVG.
20533         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
20534         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
20535
20536 2004-01-15  Jim Meyering  <jim@meyering.net>
20537
20538         Merge from coreutils.
20539
20540         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
20541         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
20542         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
20543
20544         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
20545         optional configure-time default.
20546
20547         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20548
20549         * lib/xreadlink.c (xreadlink): Correct outdated comment.
20550
20551 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
20552
20553         Merge from coreutils.
20554
20555         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
20556         value, $ac_cv_search_nanosleep, if it's "none required".
20557
20558 2004-01-14  Paul Eggert  <eggert@twinsun.com>
20559
20560         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
20561         with like-named macro in fnmatch.c.
20562         (EXT): Use an internal constant instead.
20563
20564         Merge fnmatch patches from glibc.
20565         * lib/fnmatch.c (mbsinit): Remove define.
20566         Add libc_hidden_ver (__fnmatch, fnmatch).
20567         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
20568         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
20569
20570 2004-01-14  Karl Berry  <karl@gnu.org>
20571
20572         * config/install-sh: update from automake.
20573
20574 2004-01-13  Karl Berry  <karl@gnu.org>
20575
20576         * config/install-sh: update from automake.
20577
20578 2004-01-09  Karl Berry  <karl@gnu.org>
20579
20580         * config/install-sh: update from automake.
20581
20582 2004-01-05  Karl Berry  <karl@gnu.org>
20583
20584         * config/config.{sub,guess}: update from config.
20585
20586 2003-12-31  Karl Berry  <karl@gnu.org>
20587
20588         * config/depcomp: update from automake.
20589
20590 2003-12-14  Karl Berry  <karl@gnu.org>
20591
20592         * lib/config.charset: update from gettext-runtime.
20593
20594 2003-12-03  Paul Eggert  <eggert@twinsun.com>
20595
20596         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
20597         Bug reported by Alfred M. Szmidt.
20598
20599 2003-12-03  Bruno Haible  <bruno@clisp.org>
20600
20601         * m4/gettext.m4: Upgrade from gettext-0.13.
20602         * m4/po.m4: Upgrade from gettext-0.13.
20603         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
20604         * m4/intmax.m4: New file, from gettext-0.13.
20605         * m4/printf-posix.m4: New file, from gettext-0.13.
20606
20607 2003-11-29  Karl Berry  <karl@gnu.org>
20608
20609         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
20610
20611 2003-11-25  Paul Eggert  <eggert@twinsun.com>
20612             Bruno Haible  <bruno@clisp.org>
20613
20614         * lib/printf-parse.h: Don't include sys/types.h.
20615         (ARG_NONE): New macro.
20616         (char_directive): Change type of *arg_index fields to size_t.
20617         * lib/printf-parse.c: Don't include sys/types.h.
20618         (SSIZE_MAX): Remove macro.
20619         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
20620         Remove unnecessary overflow check.
20621         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
20622         fields.
20623
20624 2003-11-25  Bruno Haible  <bruno@clisp.org>
20625
20626         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
20627
20628 2003-11-25  Bruno Haible  <bruno@clisp.org>
20629
20630         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
20631         gt_TYPE_SSIZE_T.
20632
20633 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20634
20635         * modules/alloca: Remove dependency on xalloc.
20636
20637 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20638
20639         * lib/alloca.c: Remove dependency on xalloc module.
20640         (xalloc_die): Remove.
20641         (memory_full) [!defined emacs]: New macro.
20642         [!defined emacs]: Don't include xalloc.h.
20643         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
20644         address arithmetic overflows.  Change datatypes a bit to avoid
20645         unnecessary casts.
20646
20647 2003-11-22  Jim Meyering  <jim@meyering.net>
20648
20649         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
20650         s/size/size_t/.
20651
20652 2003-11-21  Karl Berry  <karl@gnu.org>
20653
20654         * config/config.{sub,guess}: update from config.
20655
20656 2003-11-18  Karl Berry  <karl@gnu.org>
20657
20658         * config/config.{sub,guess}: update from config.
20659
20660         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
20661
20662 2003-11-17  Paul Eggert  <eggert@twinsun.com>
20663
20664         * README: Mention that S+T cannot overflow if S is the size of
20665         an existing object and T is sufficiently small.
20666
20667 2003-11-17  Jim Meyering  <jim@meyering.net>
20668
20669         On systems without utime and without a utimes function capable of
20670         dealing with a NULL struct utimbuf* argument, this utime replacement
20671         could -- in unusual circumstances -- leak a file descriptor.
20672         * lib/utime.c: Include <unistd.h> and <errno.h>.
20673         (utime_null): Be sure to close `fd' and to preserve errno.
20674         Reported by Geoff Collyer via Arnold Robbins.
20675
20676 2003-11-17  Bruno Haible  <bruno@clisp.org>
20677
20678         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
20679         (Depends-on): Add xsize.
20680
20681 2003-11-17  Bruno Haible  <bruno@clisp.org>
20682
20683         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
20684
20685 2003-11-17  Bruno Haible  <bruno@clisp.org>
20686
20687         * lib/vasnprintf.c (alloca): Remove fallback definition.
20688         (freea): Remove definition.
20689         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
20690         Reported by Paul Eggert.
20691
20692 2003-11-16  Paul Eggert  <eggert@twinsun.com>
20693             Bruno Haible  <bruno@clisp.org>
20694
20695         Protect against address arithmetic overflow.
20696         * lib/printf-args.h: Include stddef.h.
20697         (arguments): Change type of field 'count' to size_t.
20698         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
20699         'unsigned int' where appropriate.
20700         * lib/printf-parse.h: Include sys/types.h.
20701         (char_directive): Change type of *arg_index fields to ssize_t.
20702         (char_directives): Change type of fields 'count', max_*_length to
20703         size_t.
20704         * lib/printf-parse.c: Include sys/types.h and xsize.h.
20705         (SSIZE_MAX): Define fallback value.
20706         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
20707         instead of 'int' where appropriate. Check a_allocated, d_allocated
20708         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
20709         * lib/vasnprintf.c: Include xsize.h.
20710         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
20711         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
20712         overflow. Avoid wraparound when converting a width or precision from
20713         decimal to binary.
20714
20715 2003-11-16  Bruno Haible  <bruno@clisp.org>
20716
20717         Update from GNU gettext.
20718         * lib/printf-parse.c: Generalize to it can be compiled for wide
20719         strings.
20720         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
20721         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
20722         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
20723         SNPRINTF): New macros.
20724         Don't include <alloca.h> if the file is used inside libintl.
20725         (local_wcslen): New function, for Solaris 2.5.1.
20726         (VASNPRINTF): Use it instead of wcslen.
20727
20728 2003-11-16  Bruno Haible  <bruno@clisp.org>
20729
20730         * lib/xsize.h (xmax): New function.
20731         (xsum, xsum3, xsum4): Declare as "pure" functions.
20732
20733 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20734
20735         * modules/xalloc (Files): Undo latest change, since xalloc.h
20736         no longer needs SIZE_MAX or PTRDIFF_MAX.
20737
20738 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20739
20740         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
20741         gl_PTRDIFF_MAX.
20742
20743 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20744
20745         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
20746         "return", to pacify some unknown compiler.  Problem reported
20747         by Joerg Schilling.
20748
20749 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20750
20751         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
20752         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
20753         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
20754         heuristic is just as accurate as far as we know, and it removes a
20755         dependency on size_max.m4 and ptrdiff_max.m4.
20756
20757 2003-11-11  Bruno Haible  <bruno@clisp.org>
20758
20759         * modules/xsize (Files): Add m4/size_max.m4.
20760         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
20761
20762 2003-11-11  Bruno Haible  <bruno@clisp.org>
20763
20764         * m4/size_max.m4: New file.
20765         * m4/ptrdiff_max.m4: New file.
20766         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
20767         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
20768         (gl_XALLOC): Invoke it.
20769
20770 2003-11-11  Bruno Haible  <bruno@clisp.org>
20771
20772         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
20773         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
20774         defined.
20775
20776 2003-11-10  Paul Eggert  <eggert@twinsun.com>
20777
20778         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
20779         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
20780         rejected some allocations of exactly SIZE_MAX - 2 bytes.
20781         From Bruno Haible.
20782         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
20783         not (size_t) -1, since it's defined here.
20784
20785 2003-11-09  Karl Berry  <karl@gnu.org>
20786
20787         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
20788
20789 2003-11-06  Paul Eggert  <eggert@twinsun.com>
20790
20791         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
20792         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
20793         Reject sizes of exactly SIZE_MAX bytes.
20794         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
20795         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
20796
20797 2003-11-05  Bruno Haible  <bruno@clisp.org>
20798
20799         * lib/xsize.h: Include limits.h, to avoid a possible collision with
20800         SIZE_MAX defined in <limits.h> on Solaris.
20801
20802 2003-11-04  Jim Meyering  <jim@meyering.net>
20803
20804         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
20805         variable names, rather than @VAR@.
20806         * modules/poll: Likewise.
20807
20808 2003-11-04  Bruno Haible  <bruno@clisp.org>
20809
20810         * modules/xsize: New file.
20811         * modules/linebreak: Depend on xsize.
20812         * MODULES.html.sh (func_all_modules): Add xsize.
20813
20814 2003-11-04  Bruno Haible  <bruno@clisp.org>
20815
20816         * m4/xsize.m4: New file.
20817
20818 2003-11-04  Bruno Haible  <bruno@clisp.org>
20819
20820         * lib/xsize.h: New file.
20821         * lib/linebreak.c: Include xsize.h.
20822         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
20823         argument for overflow.
20824         Suggested by Paul Eggert.
20825
20826 2003-11-03  Karl Berry  <karl@gnu.org>
20827
20828         * config/config.{guess,sub}: update from config.
20829
20830 2003-11-03  Jim Meyering  <jim@meyering.net>
20831
20832         * modules/userspec (lib_SOURCES): Add userspec.h.
20833         (Include): Add "userspec.h".
20834         Improve description.
20835
20836 2003-11-03  Jim Meyering  <jim@meyering.net>
20837
20838         * lib/userspec.c: Include "userspec.h".
20839         * lib/userspec.h: New file.
20840
20841 2003-11-03  Bruno Haible  <bruno@clisp.org>
20842
20843         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
20844
20845 2003-11-03  Bruno Haible  <bruno@clisp.org>
20846
20847         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
20848         available, to avoid (extremely rare) race condition.
20849         Suggested by Paul Eggert.
20850
20851 2003-11-02  Karl Berry  <karl@gnu.org>
20852
20853         * config/srclist.txt (vasprintf.c): sync broken, sigh.
20854
20855 2003-10-31  Paul Eggert  <eggert@twinsun.com>
20856
20857         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
20858         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
20859         (read_filesystem_list): Set and use me_type_malloced.
20860         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
20861         whatever the type happens to be), for brevity and consistency.
20862         Check for size calculation overflow on Alphas running OSF/1.
20863
20864 2003-10-31  Jim Meyering  <jim@meyering.net>
20865
20866         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
20867
20868         * lib/linebuffer.c: Include <string.h> for declaration of memset.
20869
20870 2003-10-30  Paul Eggert  <eggert@twinsun.com>
20871             Bruno Haible  <bruno@clisp.org>
20872
20873         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
20874         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
20875
20876 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20877
20878         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
20879         netbsd*-gnu*.  Suggested by Robert Millan.
20880
20881 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20882
20883         * modules/group-member: Depend on stdbool.
20884
20885 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20886
20887         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
20888
20889 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20890
20891         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
20892         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
20893         after the 'gnu' in these cases.  This fixes some bugs in the
20894         previous change, and is based on suggestions by Robert Millan.
20895
20896 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20897
20898         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
20899         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
20900         no longer needed.
20901         * lib/quotearg.c (quotearg_n_options): Use it.
20902         * lib/group-member.c: Include <stdbool.h>.
20903         (free_group_info): Arg is now const *; don't free arg.
20904         (get_group_info): Now returns bool and accepts struct group_info *,
20905         rather than returning a malloc'ed struct group_info *.
20906         All uses changed.  Check for overflow in internal size calculation.
20907
20908         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
20909         rather than xmalloc/xrealloc.
20910         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
20911         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
20912         conformance bug: the old code used a pointer after freeing the
20913         storage that it addressed.
20914         * lib/hash.c (hash_initialize): Simplify the code by using
20915         xalloc_oversized rather than doing it by hand.
20916         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
20917         the buffer preserved.  Use free and xmalloc instead.
20918         * lib/quotearg.c (quotearg_n_options): Likewise.
20919         Use a simpler test for size overflow.  Don't use xalloc_oversized
20920         because unsigned int might be wider than size_t (!); this suggests
20921         that we should switch from unsigned int to size_t for slot numbers.
20922
20923 2003-10-28  Paul Eggert  <eggert@twinsun.com>
20924
20925         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
20926         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
20927         NetBSD kernels.  Requested by Richard Stallman.
20928
20929 2003-10-27  Paul Eggert  <eggert@twinsun.com>
20930
20931         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
20932         to allocate the returned structure.  Do not allocate a subarray,
20933         as x2nrealloc will do that.
20934         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
20935         instead of xnrealloc.
20936         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
20937
20938 2003-10-27  Bruno Haible  <bruno@clisp.org>
20939
20940         * lib/stdbool_.h: Better support for BeOS.
20941
20942 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20943
20944         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
20945         now uses inline.
20946
20947 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20948
20949         * lib/xalloc.h (xalloc_oversized): New static inline function, for
20950         callers that want to do their own size-overflow checking.  Include
20951         <stdbool.h>, since xalloc_oversized returns bool.
20952         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
20953         to use xalloc_oversized.
20954
20955         Add two functions x2realloc, x2nrealloc, for programs that grow
20956         arrays dynamically by doubling their sizes.
20957         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
20958         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
20959         New functions.
20960
20961         Port to C99 semantics for 'inline' of external functions.
20962         Bug reported by Bruno Haible.
20963         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
20964         with the old contents of xnmalloc.
20965         (xnmalloc, xmalloc): Use it.
20966         (xnrealloc_inline): New static inline function,
20967         with the old contents of xnrealloc.
20968         (xnrealloc, xrealloc): Use it.
20969
20970         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
20971         that.
20972
20973 2003-10-26  Karl Berry  <karl@gnu.org>
20974
20975         * config/srclist.txt (COPYING.DOC): no longer available from
20976         /gd/gnuorg; don't know where the ultimate source is.
20977
20978 2003-10-25  Paul Eggert  <eggert@twinsun.com>
20979
20980         Fix several address-calculation bugs in the hash modules,
20981         plus some minor code cleanup.
20982
20983         * lib/hash.h: Include <stdbool.h>, for bool.
20984         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
20985         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
20986         hash_get_n_entries, hash_get_max_bucket_length,
20987         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
20988         hash_rehash): Use size_t rather than unsigned.
20989         * lib/hash.c (struct hash_table, hash_get_n_buckets,
20990         hash_get_n_buckets_used, hash_get_n_entries,
20991         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
20992         hash_get_entries, hash_do_for_each, hash_string, is_prime,
20993         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
20994         Likewise.
20995         (SIZE_MAX): Define if not defined.
20996         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
20997         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
20998         hash_print):
20999         Use const * when possible.
21000         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
21001         (check_tuning): Fix bug: if tuning parameters were very close to
21002         0 or 1, rounding errors could have caused subscript violations.
21003         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
21004         (hash_initialize): Add 'fail:' label
21005         to free table and return NULL, and use it to simplify code.
21006         Use calloc rather than clearing the storage ourself.
21007         (hash_initialize, hash_rehash): Check for arithmetic overflow in
21008         buffer size calculations.
21009         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
21010         Include <stddef.h>, for size_t.
21011         * lib/hash-pjw.c (hash_pjw): Likewise.
21012         Switch to method described by Bruno Haible.
21013         Include <limits.h>, for CHAR_BIT.
21014         (SIZE_BITS): New macro.
21015
21016 2003-10-23  Paul Eggert  <eggert@twinsun.com>
21017
21018         * m4/getline.m4 (AM_FUNC_GETLINE):
21019         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
21020         hosts.  Problem reported by Derek Robert Price in
21021         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
21022         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
21023         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
21024
21025 2003-10-21  Paul Eggert  <eggert@twinsun.com>
21026
21027         * lib/getndelim2.c (getndelim2): When size calculation overflows,
21028         ceiling the allocation at NMAX bytes rather than silently
21029         discarding input bytes before NMAX is reached.  This makes
21030         a difference only if NMAX exceeds SIZE_MAX / 2.
21031
21032         * lib/obstack.c: Merge from glibc.
21033         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
21034         Add libc_hidden_def (_obstack_newchunk).
21035         (_obstack_free) [! defined _LIBC]: Remove.
21036         [defined _LIBC]: Make a strong alias from obstack_free, rather than
21037         a clone of the function body.
21038         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
21039         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
21040
21041         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
21042         glibc.
21043         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
21044         arg to memcpy.
21045
21046         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
21047         (obstack_ptr_grow_fast, obstack_int_grow_fast):
21048         Don't use lvalue casts, as GCC plans to remove support for them
21049         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
21050         was also present in the non-GCC version, indicating that this
21051         code had always been buggy and had never been widely used.
21052         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
21053         Use the fast variant of each macro, rather than copying the
21054         definiens of the fast variant; that way, we'll be more likely to
21055         catch future bugs in the fast variants.
21056
21057 2003-10-20  Bruno Haible  <bruno@clisp.org>
21058
21059         * modules/wait-process: New file.
21060         * MODULES.html.sh (func_all_modules): Add wait-process.
21061
21062 2003-10-20  Bruno Haible  <bruno@clisp.org>
21063
21064         * m4/wait-process.m4: New file.
21065
21066 2003-10-20  Bruno Haible  <bruno@clisp.org>
21067
21068         * lib/wait-process.h: New file, from GNU gettext.
21069         * lib/wait-process.c: New file, from GNU gettext.
21070
21071 2003-10-19  Jim Meyering  <jim@meyering.net>
21072
21073         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
21074         HPUX 10.20.
21075
21076 2003-10-18  Karl Berry  <karl@gnu.org>
21077
21078         * config/config.guess: update from config.
21079
21080 2003-10-16  Paul Eggert  <eggert@twinsun.com>
21081
21082         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
21083         (getgroups): First arg is int, not size_t.
21084         Don't let 'free' mangle errno.
21085
21086 2003-10-16  Paul Eggert  <eggert@twinsun.com>
21087
21088         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
21089
21090 2003-10-16  Karl Berry  <karl@gnu.org>
21091
21092         * config/config.{guess,sub}: update from config.
21093
21094 2003-10-16  Jim Meyering  <jim@meyering.net>
21095
21096         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
21097         memcpy.
21098
21099 2003-10-15  Paul Eggert  <eggert@twinsun.com>
21100
21101         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
21102         (SIZE_MAX): Remove.
21103         (new_exclude, add_exclude_file): Initial size no longer needs to
21104         be a power of 2.
21105         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
21106         our own address arithmetic overflow checking.
21107
21108         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
21109         (fnmatch): Do not alloca more than 2000 wide characters;
21110         instead, use malloc for large buffers.
21111         Check for address arithmetic overflow, and return -1
21112         with errno set to ENOMEM in that case.
21113         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
21114         (NEW_PATTERN): Do not alloca more than 8000 bytes;
21115         instead, return -1.  Check for address arithmetic overflow.
21116
21117 2003-10-14  Paul Eggert  <eggert@twinsun.com>
21118
21119         Handle invalid suffixes and overflow independently, so that
21120         callers can treat them independently as needed.  Fix some bugs in
21121         suffix handling, e.g., "100k@" was not diagnosed as an invalid
21122         suffix for a human-readable blocksize.  The major caller-visible
21123         change is the addition of a new
21124         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
21125         that both overflow and suffix chars were found.
21126
21127         * lib/human.c (humblock): Don't check separately for invalid suffix
21128         char; that is xstrtoumax's job (now that its bug is fixed).
21129         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
21130         INTMAX_MAX]: New macros.
21131         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
21132         TYPE_MAXIMUM): New macros.
21133         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
21134         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
21135         if overflow occurs, as it's what __strtol does and it's more useful
21136         in practice.
21137         (__xstrtol): If __strtol reports some error other than ERANGE,
21138         reflect it to the caller as LONGINT_INVALID.  If it reports
21139         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
21140         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
21141         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
21142         value.
21143         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
21144         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
21145         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
21146         [defined UINTMAX_MAX]: New macros.
21147
21148 2003-10-14  Bruno Haible  <bruno@clisp.org>
21149
21150         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
21151
21152 2003-10-14  Bruno Haible  <bruno@clisp.org>
21153
21154         * m4/sig_atomic_t: New file, from GNU gettext.
21155         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
21156
21157 2003-10-14  Bruno Haible  <bruno@clisp.org>
21158
21159         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
21160         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
21161         Also use volatile where needed.
21162
21163 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21164
21165         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
21166         Change maintainer from Bruno Haible to 'all'.
21167
21168 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21169
21170         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
21171
21172 2003-10-12  Paul Eggert  <eggert@twinsun.com>
21173
21174         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
21175         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
21176         and define in terms of the other primitives.
21177         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
21178         (SIZE_MAX): Define if not already defined.
21179         (array_size_overflow): New function.
21180         (xalloc_die): Abort instead of exiting if 'error' returns.
21181         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
21182         (xmalloc, xrealloc): Use them.
21183         (xcalloc): Check for address arithmetic overflow.
21184         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
21185         a bit faster than strcpy.
21186
21187 2003-10-10  Simon Josefsson  <jas@extundo.com>
21188
21189         * modules/argp (Depends-on): Add restrict and strcase.
21190
21191 2003-10-10  Simon Josefsson  <jas@extundo.com>
21192
21193         * m4/argp.m4: Add AC_C_INLINE.
21194
21195 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21196
21197         Merge getpass from libc, plus a few fixes.
21198
21199         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
21200         Include <stdbool.h>.
21201         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
21202         __fsetlocking to empty.
21203         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
21204         do include <bits/libc-lock.h>.
21205         Do not include <fcntl.h>; not needed.
21206         [_LIBC]: Include <wchar.h>.
21207         (NOTCANCEL_MODE): New macro.
21208         (flockfile, funlockfile) [_LIBC]: New macros.
21209         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
21210         [!_LIBC]: New macros.
21211         (call_fclose): New function.
21212         (getpass): Use it.  Save tty stream separately; this simplifies the
21213         code and makes it more reliable if stdin happens to equal stdout.
21214         Invoke __fsetlocking on tty.
21215         Handle thread cancellation if needed.
21216         Namespace cleanup (use __tcgetattr, __getline).
21217         Use bool for Booleans.
21218         [USE_IN_LIBIO]: Handle wide streams.
21219         [!_LIBC]: Unconditionally do the fseek, since we don't know what
21220         stream might go where.
21221
21222         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
21223         doesn't have to include <stdio.h> before us.
21224         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
21225         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
21226         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
21227         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
21228         if not declared, so that we can use getpass.c code from libc without
21229         rewriting it.
21230         (flockfile, ftrylockfile, funlockfile): New macros.
21231
21232 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21233
21234         * modules/getpass: Depend on stdbool.
21235
21236 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21237
21238         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
21239
21240 2003-10-07  Karl Berry  <karl@gnu.org>
21241
21242         * config/config.{guess,sub}: update from config.
21243
21244 2003-10-06  Jim Meyering  <jim@meyering.net>
21245             Bruno Haible  <bruno@clisp.org>
21246
21247         This lets translators provide better translations for the
21248         "Written by ..." part of --version output.
21249         * lib/version-etc.h: Include stdarg.h.
21250         (version_etc_copyright): Declare as readonly.
21251         (version_etc): Make this function variadic with a NULL-terminated list
21252         of author name strings.
21253         (version_etc_va): New declaration.
21254         * lib/version-etc.c: Include stdarg.h, stdlib.h.
21255         (version_etc_copyright): Declare as readonly.
21256         (version_etc_va): New function. Provide a different translatable string
21257         for each possible number of authors < 10. Abbreviate when there are 10
21258         authors or more.
21259         (version_etc): Make this function variadic. Call version_etc_va.
21260         Suggestion from Gary V. Vaughan.
21261
21262         * lib/long-options.h (parse_long_options): Change prototype: the
21263         authors string is moved to the end and becomes variadic.
21264         * lib/long-options.c: Include stdarg.h.
21265         (parse_long_options): Make this function variadic, too.
21266         Call version_etc_va, not version_etc.
21267
21268 2003-10-06  Bruno Haible  <bruno@clisp.org>
21269
21270         * modules/version-etc-2: Remove file.
21271         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
21272
21273 2003-10-06  Bruno Haible  <bruno@clisp.org>
21274
21275         * modules/fatal-signal: New file.
21276         * MODULES.html.sh (func_all_modules): Add fatal-signal.
21277
21278 2003-10-06  Bruno Haible  <bruno@clisp.org>
21279
21280         * m4/fatal-signal.m4: New file.
21281         * m4/signalblocking.m4: New file, from GNU gettext.
21282
21283 2003-10-06  Bruno Haible  <bruno@clisp.org>
21284
21285         * lib/version-etc-2.h: Remove file.
21286         * lib/version-etc-2.c: Remove file.
21287
21288 2003-10-06  Bruno Haible  <bruno@clisp.org>
21289
21290         * lib/fatal-signal.h: New file, from GNU gettext.
21291         * lib/fatal-signal.c: New file, from GNU gettext.
21292
21293 2003-10-05  Paul Eggert  <eggert@twinsun.com>
21294
21295         * README: Rework advice for preventing empty .o files.
21296         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
21297         not <sys/types.h>.
21298
21299 2003-10-04  Karl Berry  <karl@gnu.org>
21300
21301         * lib/argp*: update from libc.
21302
21303 2003-10-04  Karl Berry  <karl@gnu.org>
21304
21305         * config/config.{guess,sub}: update from config.
21306
21307 2003-10-02  Bruno Haible  <bruno@clisp.org>
21308
21309         * modules/lchown (Include): Add lchown.h.
21310         * modules/time_r (Include): Use "..." syntax.
21311         * modules/xgetdomainname (Include): Add xgetdomainname.h.
21312
21313 2003-10-01  Simon Josefsson  <jas@extundo.com>
21314
21315         * MODULES.html.sh (func_all_modules): Move gethostname from section
21316         'based on' to section 'lacking' POSIX:2001.
21317
21318 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
21319
21320         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
21321         to output mode on the same stream.
21322
21323 2003-09-29  Paul Eggert  <eggert@twinsun.com>
21324
21325         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
21326         Fix arg typo in previous patch.
21327
21328 2003-09-28  Jim Meyering  <jim@meyering.net>
21329
21330         * lib/error.c: Correct cpp indentation.
21331
21332 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21333
21334         * modules/free: New file.
21335
21336 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21337
21338         * m4/free.m4: New file.
21339
21340 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21341
21342         * lib/minmax.h (MIN, MAX)
21343         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
21344         Omit the special code that used __typeof__, since we worry that
21345         it could be more trouble than it's worth.  See:
21346         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
21347         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
21348
21349         * lib/free.c: New file.
21350
21351 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
21352
21353         Trivial fixes to Makefile.am parts of module listings.
21354         * modules/strstr: Append strstr.h to lib_SOURCES.
21355         * modules/strcase: Likewise, for strcase.h.
21356
21357 2003-09-27  Karl Berry  <karl@gnu.org>
21358
21359         * config/mkinstalldirs: update from automake.
21360
21361 2003-09-26  Paul Eggert  <eggert@twinsun.com>
21362
21363         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
21364         (error_tail): Do not loop, reallocating temporary buffer, since
21365         the output cannot contain more wide characters than the input
21366         contains bytes, the size must be big enough already.  This avoids
21367         one potential size overflow calculation.  Check for size overflow
21368         when calculating temporary buffer size.  Free temporary buffer
21369         when done, if it was allocated with malloc; this plugs a memory
21370         leak.  Remove casts from void * to pointers, that are no longer
21371         needed now that we're assuming C89 or better.
21372
21373         Merge error changes from glibc.
21374
21375         * lib/error.c, error.h: Update copyright notice header to match glibc.
21376         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
21377         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
21378         Disable cancellation while printing error.
21379         * lib/error.h: Prepend __ to parameter names.
21380
21381 2003-09-26  Jim Meyering  <jim@meyering.net>
21382
21383         * lib/error.c (error_tail): Move some declarations
21384         into inner scope where the local variables are used.
21385
21386 2003-09-26  Bruno Haible  <bruno@clisp.org>
21387
21388         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
21389         stpncpy().
21390         Don't define stpncpy through config.h; it's now done through stpncpy.h.
21391
21392 2003-09-26  Bruno Haible  <bruno@clisp.org>
21393
21394         * lib/stpncpy.h (gnu_stpncpy): New declaration.
21395         (stpncpy): Define as alias for gnu_stpncpy.
21396         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
21397
21398 2003-09-25  Simon Josefsson  <jas@extundo.com>
21399
21400         * lib/xgetdomainname.h: New file.
21401         * lib/xgetdomainname.c: New file.
21402
21403 2003-09-25  Simon Josefsson  <jas@extundo.com>
21404             Bruno Haible  <bruno@clisp.org>
21405
21406         * modules/getdomainname: New file.
21407         * modules/xgetdomainname: New file.
21408         * MODULES.html.sh (func_all_modules): Add getdomainname,
21409         xgetdomainname.
21410
21411 2003-09-25  Simon Josefsson  <jas@extundo.com>
21412             Bruno Haible  <bruno@clisp.org>
21413
21414         * m4/getdomainname.m4: New file.
21415
21416 2003-09-25  Simon Josefsson  <jas@extundo.com>
21417             Bruno Haible  <bruno@clisp.org>
21418
21419         * lib/getdomainname.h: New file.
21420         * lib/getdomainname.c: New file.
21421
21422 2003-09-25  Karl Berry  <karl@gnu.org>
21423
21424         * lib/argp-fmtstream.c, argp-help.c: update from libc.
21425
21426 2003-09-25  Karl Berry  <karl@gnu.org>
21427
21428         * config/install-sh: update from automake.
21429
21430 2003-09-25  Bruno Haible  <bruno@clisp.org>
21431
21432         * modules/version-etc-2: New file, from modules/version-etc with
21433         modifications.
21434         * MODULES.html.sh (func_all_modules): Add version-etc-2.
21435
21436 2003-09-25  Bruno Haible  <bruno@clisp.org>
21437
21438         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
21439         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
21440
21441 2003-09-24  Simon Josefsson  <jas@extundo.com>
21442
21443         * modules/xgethostname: Add xgethostname.h.
21444
21445 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21446
21447         * lib/linebuffer.c (freebuffer): Don't free the argument, just
21448         the buffer associated with the argument.  Bug reported by
21449         Simon Josefsson.
21450
21451 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21452
21453         * README: Document assumptions that 'int' is at least 32 bits
21454         wide, that integer arithmetic is 2's complement without overflow,
21455         that there are no holes in integer values, that adding sizes of
21456         two nonoverlapping objects can't overflow, and that all-bits-zero
21457         yields scalar zero.  Fix spelling and capitalization typos.
21458
21459 2003-09-19  Karl Berry  <karl@gnu.org>
21460
21461         * lib/argp.h: update from libc.
21462
21463 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21464
21465         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
21466         to avoid spurious warnings like "AC_RUN_IFELSE was called before
21467         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
21468
21469 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21470
21471         * gnulib-tool: Use "test -h", not "test -L", for portability
21472         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
21473         (tags_regexp): Remove, since \| doesn't conform to POSIX.
21474         (sed_extract_prog): Issue s commands one-by-one, rather than
21475         using \| in one s command.
21476
21477 2003-09-16  Paul Eggert  <eggert@twinsun.com>
21478
21479         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
21480         input error, instead of returning NULL the next time we are called
21481         (and therefore losing track of errno).
21482
21483 2003-09-16  Bruno Haible  <bruno@clisp.org>
21484
21485         * gnulib-tool (func_create_testdir): Warn about duplicated
21486         dependencies.
21487
21488 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21489
21490         * modules/argmatch, modules/fatal, modules/obstack,
21491         modules/xalloc, modules/xgethostname: Sort dependencies by
21492         importance, not alphabetically.
21493
21494 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21495
21496         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
21497         fails, so that the caller gets the proper errno.
21498
21499         * lib/readutmp.c (read_utmp): Likewise.
21500         Check for fstat error.  Close stream and free storage
21501         when failing.
21502
21503 2003-09-14  Karl Berry  <karl@gnu.org>
21504
21505         * config/srclist.txt (strdup.c): disable for c89 changes.
21506
21507 2003-09-14  Jim Meyering  <jim@meyering.net>
21508
21509         * lib/getloadavg.c: Correct cpp indentation.
21510         * lib/strdup.c: Likewise.
21511         * lib/vasnprintf.c: Likewise.
21512
21513 2003-09-14  Bruno Haible  <bruno@clisp.org>
21514
21515         * modules/fwriteerror: New file.
21516         * MODULES.html.sh (func_all_modules): Add fwriteerror.
21517
21518 2003-09-14  Bruno Haible  <bruno@clisp.org>
21519
21520         * lib/fwriteerror.h: New file.
21521         * lib/fwriteerror.c: New file.
21522
21523 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21524
21525         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
21526         modules/xgethostname, modules/xalloc: Depend on exit.
21527
21528 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21529
21530         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
21531
21532         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
21533         and AC_MINIX, too, so that their extensions are available.
21534
21535         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
21536         This macro has been superseded by gl_BACKUPFILE.
21537
21538         More patches to assume C89 or better.
21539
21540         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
21541
21542         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
21543         unconditionally.
21544         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
21545         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
21546         Include <string.h>, <stdlib.h> unconditionally.
21547         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
21548         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
21549         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
21550         headers or for string.h.
21551         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
21552         or strtoul.
21553
21554         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
21555         headers.
21556         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
21557         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21558         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
21559         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
21560         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21561         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
21562         memcpy, memset.
21563         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
21564         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
21565         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
21566         strtol.
21567         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
21568         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
21569         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
21570         strtoul.
21571
21572 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21573
21574         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
21575         * lib/obstack.c [!defined _LIBC]: Likewise.
21576         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
21577         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
21578         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
21579
21580         More changes to assume C89 or better.
21581
21582         * lib/error.c (error_tail): Assume vprintf.
21583
21584         * lib/argmatch.c (getenv): Remove decl.
21585         * lib/progreloc.c (get_full_program_name): Define via prototype.
21586         * lib/setenv.c (clearenv): Likewise.
21587         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
21588         needed.
21589         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
21590         (malloc, memcpy): Remove decls.
21591         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
21592         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
21593         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21594         (memcpy): Remove macro.
21595         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
21596         (__P): Remove.  All uses removed.
21597         (PTR): Remove.  All uses changed to void *.
21598         (CHAR_BIT, NULL): Remove.
21599         (spaces, zeros, memset_space, memset_zero)
21600         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
21601         Remove.
21602         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
21603         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
21604         Define with prototype.
21605         Remove now-unnecessary prototype decl.
21606         (extra_args_spec): Assume ANSI C.  All uses changed.
21607         (extra_args_spec_iso): Remove.
21608         (my_strftime, emacs_strftimeu): Define via prototype.
21609         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
21610         unconditionally.
21611         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
21612         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
21613         (strtoul, strtol): Remove decls.
21614         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
21615         LONG_MAX): Remove.
21616         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21617         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
21618         (LOCALE_PARAM_PROTO): New macro.
21619         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
21620         (INTERNAL (strtol), strtol): Define with a prototype.
21621         (PARAMS): Remove.  All uses removed.
21622         * lib/tempname.c: Include <string.h> unconditionally.
21623         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
21624         * lib/xgethostname.c (main): Define with a prototype.
21625         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
21626         Include <stdlib.h> unconditionally.
21627         (calloc, malloc, realloc, free): Remove decls.
21628         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
21629         Include <stdlib.h> unconditionally.  Sort include file names.
21630         (strtod): Remove.
21631         (xstrtod): Define with a prototype.
21632         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
21633         (strtol, strtoul): Remove decls.
21634
21635 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21636
21637         More patches to assume C89 or better.
21638         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
21639         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
21640         string.h, memchr, STDC_HEADERS.
21641
21642 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21643
21644         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
21645         Include <stdlib.h>, <string.h> unconditionally.
21646         Remove now-unnecessary cast to char *.
21647         * lib/strnlen.c: Include <string.h> unconditionally.
21648         * lib/yesno.c (yesno): Define with a prototype.
21649
21650 2003-09-11  Bruno Haible  <bruno@clisp.org>
21651
21652         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
21653
21654 2003-09-10  Jim Meyering  <jim@meyering.net>
21655
21656         * lib/error.c: Correct indentation of cpp directives.
21657
21658 2003-09-10  Bruno Haible  <bruno@clisp.org>
21659
21660         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
21661         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
21662         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
21663         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
21664         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
21665         <stdlib.h> and <string.h> checks.
21666         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
21667         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
21668
21669 2003-09-10  Bruno Haible  <bruno@clisp.org>
21670
21671         * lib/strcspn.c: Include <string.h> unconditionally.
21672         * lib/strpbrk.c: Include <string.h> unconditionally.
21673         * lib/strstr.c: Include <string.h> unconditionally.
21674         * lib/unicodeio.c: Include <string.h> unconditionally.
21675         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
21676         * lib/unsetenv.c: Likewise.
21677         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
21678         * lib/yesno.c: Include <stdlib.h> unconditionally.
21679         (rpmatch): Add prototype.
21680
21681 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21682
21683         More patches to assume C89 or better.
21684         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
21685         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
21686         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
21687         or for string.h.
21688         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
21689         stdlib.h.
21690         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
21691         C headers.
21692         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
21693         string.h.
21694         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
21695         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
21696         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
21697         or for string.h.
21698         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
21699         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
21700         C headers.
21701         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
21702         memcpy.
21703         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
21704         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
21705         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
21706         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
21707         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
21708         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
21709         string.h, free.
21710         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
21711         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
21712         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
21713         C headers, or for string.h.
21714         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
21715         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
21716         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
21717         headers, memory.h, stdlib.h, string.h, strings.h.
21718         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
21719         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
21720         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
21721         strchr.
21722         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
21723         headers, memory.h, string.h.
21724         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
21725         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
21726         free.
21727         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
21728         headers.
21729         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
21730         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
21731         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
21732         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
21733         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
21734
21735 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21736
21737         More K&R removal.
21738
21739         * lib/acosl.c (main): Use a prototype.
21740         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
21741         tanl.c: Likewise.
21742
21743         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
21744
21745         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
21746         (getopt, etopt_long, getopt_long_only, _getopt_internal)
21747         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
21748         with a prototype.
21749         * lib/getopt.c (const): Remove macro.
21750         Include <string.h> unconditionally.
21751         (my_index): Remove; all uses changed to strchr.
21752         (strlen): Remove decl.
21753         (exchange): Remove forward decl; no longer needed.
21754         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
21755         Define with prototype.
21756         * lib/getopt1.c (const): Remove macro.
21757         (getopt_long, getopt_long_only, main): Define with prototype.
21758
21759         * lib/getugroups.c: Include <string.h> unconditionally.
21760
21761         * lib/getusershell.c: Include <stdlib.h> unconditionally.
21762         (getusershell, setusershell, endusershell, readname, main):
21763         Define with prototypes.
21764
21765         * lib/group-member.c: Include group-member.h first.
21766         Include <stdlib.h> unconditionally.
21767
21768         * lib/hard-locale.c: Include hard-locale.h first.
21769         Include <stdlib.h>, <string.h> unconditionally.
21770
21771         * lib/hash.c (free, malloc): Remove decls.
21772         Include <stdlib.h> unconditionally.
21773
21774         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
21775         (getenv): Do not declare.
21776
21777         * lib/idcache.c: Include <string.h> unconditionally.
21778
21779         * lib/long-options.c: Include long-options.h first, to test interface.
21780         Include <stdlib.h> unconditionally.
21781
21782         * lib/makepath.c: Include makepath.h first, to test interface.
21783         Include <stdlib.h> and <string.h> unconditionally.
21784
21785         * lib/linebuffer.c: Include <stdlib.h>.
21786         (free): Remove decl.
21787
21788         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
21789         stddef.h. rpl_malloc returns void *, not char *.
21790         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
21791         prototype.
21792
21793         * lib/md5.h: Include <limits.h> unconditionally.
21794         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
21795         (__P): Remove; all uses removed.
21796         * lib/md5.c: Include "md5.h" first.
21797         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
21798         md5_buffer, md5_process_bytes, md5_process_block):
21799         Define with prototypes.
21800         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
21801         * lib/sha.c: Include "sha.h" first.
21802         Include <stdlib.h>, <string.h> unconditionally.
21803
21804         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
21805         * lib/memcmp.c (__ptr_t): Likewise.
21806         * lib/memrchr.c (__ptr_t): Likewise.
21807         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
21808         Include <string.h> unconditionally.
21809         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
21810         * lib/memchr.c: Include <stdlib.h> unconditionally.
21811         * lib/memchr.c (LONG_MAX): Remove.
21812         * lib/memrchr.c (LONG_MAX): Likewise.
21813         * lib/memchr.c (__memchr): Define via a prototype.
21814         * lib/memrchr.c (__memrchr): Likewise.
21815         * lib/memcmp.c (__P): Remove, and remove all uses.
21816         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
21817         Remove forward decls; no longer needed.
21818         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
21819         Use types required by C89 in prototype.
21820
21821         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
21822         * lib/savedir.c: Likewise.
21823         * lib/mkdir.c (free): Remove decl.
21824         * lib/rmdir.c (rmdir): Define with a prototype.
21825         * lib/savedir.c: Include savedir.h first, to test interface.
21826
21827         * lib/mktime.c (STDC_HEADERS): Remove.
21828         Include <stdlib.h>, <string.h> unconditionally.
21829
21830         * lib/modechange.c: Include <stdlib.h> unconditionally.
21831         (malloc): Remove decl.
21832
21833         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
21834         (free): Remove decl.
21835
21836         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
21837         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
21838         (This type really should be intptr_t, but that's a C99ism.)
21839         (_obstack_memcpy): Remove: all uses changed to memcpy.
21840         Include <string.h> unconditionally.
21841         (struct obstack): Assume __STDC__ for types of members
21842         chunkfun, freefun, extra_arg.
21843         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
21844         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
21845         obstack_begin, obstack_specify_allocation,
21846         obstack_specify_allocation_with_arg, obstack_chunkfun,
21847         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
21848         Remove unprototyped decls and the macros that use them.
21849         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
21850         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
21851         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
21852         (defined __STDC__ && __STDC__)]:
21853         Remove nonprototyped code.
21854         Include <stdlib.h> unconditionally.
21855         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
21856         _obstack_allocated_p, _obstack_free, obstack_free,
21857         _obstack_memory_used, print_and_abort):
21858         Define using prototypes.
21859         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
21860         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
21861         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
21862         obstack_next_free, obstack_object_size, obstack_room) [0]:
21863         Remove unused, unprototyped code.
21864
21865         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
21866
21867         * lib/physmem.c (physmem_total, physmem_available, main): Define
21868         with prototypes.
21869
21870         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
21871         (main): Define with a prototype.
21872
21873         * lib/posixver.c (getenv): Remove decl.
21874
21875         * lib/putenv.c (malloc): Returns void *, not char *.
21876         Include <string.h> unconditionally.
21877         (strchr, memcpy, NULL): Do not define.
21878
21879         * lib/readtokens.c: Include readtokens.h first, to test interface.
21880         Include <stdlib.h>, <string.h> unconditionally.
21881         (init_tokenbuffer): Define with a prototype.
21882
21883         * lib/regex.c (PARAMS): Remove.  All uses removed.
21884         All uses of _RE_ARGS removed, too.
21885         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21886         unconditionally.
21887         (bzero): Assume memset exists.
21888         (memcmp, memcpy, NULL): Remove.
21889         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
21890         char, or assignments to local vars of type signed char.
21891         (init_syntax_once, PREFIX(extract_number_and_incr),
21892         PREFIX(print_partial_compiled_pattern),
21893         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
21894         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
21895         PREFIX(regex_grow_registers), PREFIX(regex_compile),
21896         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
21897         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
21898         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
21899         wcs_compile_range, byte_compile_range, truncate_wchar,
21900         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
21901         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
21902         count_mbs_length, wcs_re_match_2_internal,
21903         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
21904         PREFIX(alt_match_null_string_p),
21905         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
21906         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
21907         regfree, PREFIX(extract_number)): Define with prototype.  Remove
21908         now-unnecessary declaration, if any.
21909         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
21910         regcomp, regexec):
21911         Remove now-unnecessary casts among pointer types.
21912         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
21913
21914         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
21915         (free): Remove decl.
21916
21917         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
21918
21919         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
21920         (free): Remove decl.
21921
21922         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
21923         * lib/xgetcwd.c: Likewise.
21924
21925         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
21926         (free): Remove decl.
21927
21928         * lib/strchrnul.c (strchrnul): Define with a prototype.
21929         Fix bug: c_in was not converted to char before searching.
21930
21931         The following changes are not K&R related:
21932
21933         * lib/group-member.h: Include <sys/types.h>, so that this file is
21934         self-contained.
21935         * lib/makepath.h: Likewise.
21936
21937         * lib/getusershell.c (readname, default_index, line_size, readname):
21938         Use size_t, not int, for sizes.
21939         (readname): If the size overflows, report an error instead of
21940         looping forever.
21941
21942 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21943
21944         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
21945         libc.
21946
21947 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21948
21949         * README: New section: portability guidelines.
21950
21951 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21952
21953         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
21954         C89 spec.
21955
21956 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21957
21958         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
21959
21960 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21961
21962         Assume C89 or better; remove K&R cruft.
21963         A few of these changes were first proposed by Derek Robert Price
21964         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
21965
21966         * lib/addext.c: Include <string.h> unconditionally.
21967         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
21968         Don't declare getenv or malloc.
21969
21970         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
21971         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
21972         (NULL): Remove.
21973         (find_stack_direction, alloca): Use prototypes.
21974
21975         * lib/atexit.c (atexit): Define using a prototype.
21976
21977         * lib/basename.c, dirname.c, stripslash.c:
21978         Include <string.h> unconditionally.
21979
21980         * lib/bcopy.c: Include <stddef.h>.
21981         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
21982
21983         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
21984
21985         * lib/error.h (error, error_at_line, error_print_progname)
21986         [! (defined (__STDC__) && __STDC__)]: Remove decls.
21987         * lib/error.c: Include error.h first, to check interface.
21988         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21989         (VA_START): Remove; all uses changeed to va_start.
21990         (exit, strerror): Remove decls.
21991         (error_print_progname): Prototype uncondionally.
21992         Don't include <errno.h>; no longer needed.
21993         (private_strerror): Remove.
21994         (error_tail): Always define.
21995         (error, error_at_line): Assume C89 or better; always use prototypes.
21996         * lib/fatal.c: Include "fatal.h" first, to test interface.
21997         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21998         (VA_START): Remove; all uses changed to va_start.
21999         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
22000         this case.
22001         (exit): Remove decl.
22002         (fatal): Prototype unconditionally.  Assume va_start works.
22003         Abort at end, to pacify gcc.
22004
22005         * lib/euidaccess.c (main): Define with a prototype.
22006
22007         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
22008
22009         * lib/exitfail.c: Include <stdlib.h> unconditionally.
22010
22011         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
22012         prototypes.
22013         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
22014         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
22015         (getenv): Remove decl.
22016         (fnmatch): Define using a prototype.
22017         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
22018         (FCT): Define using a prototype.
22019
22020         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
22021
22022         * lib/gethostname.c: Include <stddef.h>.
22023         (gethostname): Define with prototype.  Length is size_t, not int.
22024
22025 2003-09-08  Paul Eggert  <eggert@twinsun.com>
22026
22027         Assume C89 or better; remove K&R cruft.
22028         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
22029         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
22030         string.h, getenv, malloc.
22031         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
22032         headers.
22033         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
22034         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
22035         do not check for strerror.
22036         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
22037         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
22038         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
22039         do not check for doprnt or vprintf.
22040         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
22041         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
22042
22043 2003-09-08  Paul Eggert  <eggert@twinsun.com>
22044
22045         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
22046         getversion.c should have been removed then, but was accidentally
22047         preserved.
22048
22049         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
22050         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
22051
22052 2003-09-08  Karl Berry  <karl@gnu.org>
22053
22054         * config/config.sub, config.guess, srclistvars.sh: update from savannah
22055                 config, forget about prep.
22056
22057         * config/depcomp, missing: update from automake.
22058
22059 2003-09-07  Paul Eggert  <eggert@twinsun.com>
22060
22061         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
22062         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
22063
22064 2003-09-07  Paul Eggert  <eggert@twinsun.com>
22065
22066         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
22067         copy_tm_result.  Bug reported by Simon Josefsson in
22068         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
22069
22070 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22071
22072         * m4/time_r.m4: New file.
22073         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
22074         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
22075         is. Check for timegm declaration.
22076         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
22077         Do not check for gmtime_r.
22078         Replace mktime if __mktime_internal does not exist and if mktime
22079         hasn't been replaced already.
22080
22081 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22082
22083         * lib/time_r.c, lib/time_r.h: New files.
22084
22085         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
22086         __localtime_r.
22087         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
22088         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
22089
22090         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
22091         __gmtime_r.
22092         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
22093         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
22094         Include <time_r.h>.
22095
22096         * lib/timegm.c: Switch to glibc implementation, with the following
22097         changes:
22098         [defined HAVE_CONFIG_H]: Include <config.h>.
22099         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
22100         (__mktime_internal) [!defined _LIBC]: New decl.
22101         (__gmtime_r) [!defined _LIBC]: New macro and function.
22102         (timegm): Use a prototype, since gnulib assumes C89.
22103         Do not bother declaring tmp to be const, as it's not really usefu.
22104         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
22105         (timegm): Declare only if HAVE_DECL_TIMEGM.
22106
22107 2003-09-06  Paul Eggert  <eggert@twinsun.com>
22108
22109         * MODULES.html.sh (func_all_modules): Add time_r.
22110         * modules/time_r: New file.
22111         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
22112         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
22113
22114 2003-09-03  Paul Eggert  <eggert@twinsun.com>
22115
22116         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
22117         Bug reported by Lute Kamstra in
22118         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
22119
22120         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
22121         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
22122         course with correspondingly smaller numbers for tomorrow and
22123         yesterday.  From Tadayoshi Funaba.  Originally installed into
22124         sh-utils on 1999-08-07, but the patch got lost (I guess during the
22125         coreutils merge?).
22126
22127 2003-08-31  Simon Josefsson  <jas@extundo.com>
22128
22129         * modules/timegm: New file.
22130         * MODULES.html.sh (func_all_modules): Add timegm.
22131
22132 2003-08-31  Simon Josefsson  <jas@extundo.com>
22133
22134         * m4/timegm.m4: New file.
22135
22136 2003-08-31  Simon Josefsson  <jas@extundo.com>
22137
22138         * lib/timegm.h: New file.
22139         * lib/timegm.c: New file.  Based on
22140         wget-1.8.2/src/http.c:mktime_from_utc.
22141
22142 2003-08-31  Karl Berry  <karl@gnu.org>
22143
22144         * lib/argp.h: update from libc.
22145
22146 2003-08-28  Bruno Haible  <bruno@clisp.org>
22147
22148         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
22149         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
22150         followed by '#define fnmatch fnmatch_posix' gives an error.
22151
22152 2003-08-28  Bruno Haible  <bruno@clisp.org>
22153
22154         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
22155         warning on QNX, which defines O_BINARY to 000000.
22156
22157 2003-08-27  Jim Meyering  <jim@meyering.net>
22158
22159         * m4/mkstemp.m4: Require that the system mkstemp be able to create
22160         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
22161         would fail after 32.  Reported by Danny Levinson.  Details here:
22162         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
22163
22164 2003-08-24  Bruno Haible  <bruno@clisp.org>
22165
22166         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
22167         MSVC7 <stdio.h> is included later.
22168
22169 2003-08-22  Simon Josefsson  <jas@extundo.com>
22170
22171         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
22172
22173 2003-08-20  Karl Berry  <karl@gnu.org>
22174
22175         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
22176
22177 2003-08-20  Bruno Haible  <bruno@clisp.org>
22178
22179         * modules/progname: New file.
22180         * MODULES.html.sh (func_all_modules): Add progname.
22181
22182 2003-08-20  Bruno Haible  <bruno@clisp.org>
22183
22184         * lib/progname.h: New file, from GNU gettext.
22185         * lib/progname.c: New file, from GNU gettext.
22186         * lib/progreloc.c: New file, from GNU gettext.
22187
22188 2003-08-19  Jim Meyering  <jim@meyering.net>
22189
22190         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
22191         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
22192
22193 2003-08-19  Bruno Haible  <bruno@clisp.org>
22194
22195         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
22196         more.
22197
22198 2003-08-19  Bruno Haible  <bruno@clisp.org>
22199
22200         * lib/xstrdup.c: Assume <string.h> exists.
22201
22202 2003-08-18  Paul Eggert  <eggert@twinsun.com>
22203
22204         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
22205         in makefile rules.
22206
22207 2003-08-18  Jim Meyering  <jim@meyering.net>
22208
22209         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
22210         * m4/lib-ld.m4: Likewise.
22211
22212 2003-08-18  Jim Meyering  <jim@meyering.net>
22213
22214         * lib/setenv.h: Indent nested cpp directive.
22215         * lib/vasnprintf.c: Remove trailing blanks.
22216
22217 2003-08-17  Simon Josefsson  <jas@extundo.com>
22218
22219         * modules/xstrndup: New file.
22220         * MODULES.html.sh (func_all_modules): Add xstrndup.
22221
22222 2003-08-17  Simon Josefsson  <jas@extundo.com>
22223
22224         * modules/argp: Fix autoconf macro name. Add more dependencies.
22225
22226 2003-08-17  Simon Josefsson  <jas@extundo.com>
22227
22228         * m4/xstrndup.m4: New file.
22229
22230 2003-08-17  Simon Josefsson  <jas@extundo.com>
22231
22232         * m4/argp.m4: New file.
22233
22234 2003-08-17  Simon Josefsson  <jas@extundo.com>
22235             Bruno Haible  <bruno@clisp.org>
22236
22237         * lib/xstrndup.h: New file.
22238         * lib/xstrndup.c: New file.
22239
22240 2003-08-17  Bruno Haible  <bruno@clisp.org>
22241
22242         * modules/strndup (Files, Include): Add lib/strndup.h.
22243
22244 2003-08-17  Bruno Haible  <bruno@clisp.org>
22245
22246         * modules/euidaccess (Files): Add lib/euidaccess.h.
22247
22248 2003-08-17  Bruno Haible  <bruno@clisp.org>
22249
22250         * lib/strndup.h: New file.
22251
22252 2003-08-17  Bruno Haible  <bruno@clisp.org>
22253
22254         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
22255         like AC_GNU_SOURCE.
22256         * modules/extensions (configure.ac): Comment out the invocation of
22257         gl_USE_SYSTEM_EXTENSIONS.
22258
22259 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22260
22261         Merges from coreutils, etc.
22262         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
22263         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
22264         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
22265         fixing a typo.
22266         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
22267         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
22268
22269 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22270
22271         Document merge from coreutils.
22272         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
22273         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
22274         * modules/utime: Add m4/utimes-null.m4.
22275
22276 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22277
22278         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
22279         space, undoing this 2003-08-12 change:
22280         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22281
22282 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22283
22284         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
22285         strtoul.c from libc, undoing this 2003-08-12 change:
22286         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22287
22288 2003-08-16  Jim Meyering  <jim@meyering.net>
22289
22290         Merges from coreutils.
22291         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
22292         prefix.  Adjust cache variables similarly.  Create 500 rather than
22293         just 300 files, to exercise bug on Darwin6.5, too.
22294         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
22295         $missing_dir.
22296         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
22297         AM_SYS_POSIX_TERMIOS.
22298         Reported by mkc@mathdogs.com.
22299         Also change use of $am_cv_sys_posix_termios
22300         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
22301         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
22302         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
22303         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
22304         in /proc/mounts until it finds one with matching device number.  This
22305         is unnecessary when the FILE argument *is* a mount point.  No stat call
22306         is necessary in that case.  So, disable the statvfs-testing code on
22307         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
22308         as RedHat bug# 84846.
22309         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22310         to 1MB, so as not to render systems with no stack size limit (e.g.,
22311         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22312         Include <unistd.h>.  On some systems,
22313         it is required for the definition of _SC_PAGESIZE.
22314
22315 2003-08-16  Jim Meyering  <jim@meyering.net>
22316
22317         Merge from coreutils.
22318         * lib/xstrtoimax.c: #else #if -> #elif.
22319         * lib/xstrtoumax.c: Likewise.
22320
22321 2003-08-16  Jim Meyering  <jim@meyering.net>
22322
22323         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
22324         * m4/utimes.m4: Removed.
22325         * m4/utimes-null.m4: Renamed from utimes.m4.
22326
22327         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22328         to 1MB, so as not to render systems with no stack size limit (e.g.,
22329         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22330         Include <unistd.h>.  On some systems,
22331         it is required for the definition of _SC_PAGESIZE.
22332
22333 2003-08-16  Jim Meyering  <jim@meyering.net>
22334         and Paul Eggert  <eggert@cs.ucla.edu>
22335
22336         Merges from coreutils, etc.
22337
22338         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
22339         using the latest version from cvs.  This avoids problems with #line
22340         directives using a vendor (Sun) compiler.
22341         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
22342         Don't set GETGROUPS_LIB here; now it's
22343         done via getgroups.m4's wrapper function.
22344         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
22345         rather than just in sh-util/configure.in, so that the
22346         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
22347         same.
22348         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
22349         AC_FUNC_GETLOADAVG where to find getloadavg.c.
22350         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
22351         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
22352         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
22353         Remove code that is now done by the newly-required macros.
22354         Append $(EXEEXT) to DF_PROG.
22355         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
22356         Do not invoke or require the following here,
22357         since prereq.m4 or some gnulib .m4 now does this for us:
22358         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
22359         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
22360         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
22361         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
22362         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
22363         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
22364         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
22365         AC_FUNC_OBSTACK.
22366         Do not replace the following functions, as this is now the job
22367         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
22368         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
22369         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
22370         atexit getpass, strdup, getpagesize.
22371         Replace 'raise'.
22372         Do not check for the following functions, as this is now the job
22373         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
22374         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
22375         setregid.
22376         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
22377         Check for sys/sysctl.h.
22378         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
22379         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
22380         of checking for ssize_t ourselves.
22381
22382         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
22383         Require every macro that gnulib/modules/* suggests for us.
22384         (jm_PREREQ_ADDEXT): New macro.
22385         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
22386         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
22387
22388         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
22389         (gl_PHYSMEM): Use it.
22390         Also check for `table' function.
22391         Check for new headers and functions.
22392         Add check for sys/sysmp.h.
22393         With suggestions from Kaveh Ghazi.
22394         Ignore headers that are present but cannot be compiled.  This
22395         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
22396         C 5.4.
22397
22398 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22399
22400         Document merge from coreutils.
22401         * modules/userspec: Depend on posixver.
22402         * modules/strftime: Depend on tzset.
22403
22404 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22405
22406         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
22407         rather than tab, after '#' in shell-script copyright notices.
22408         Suggested by Bruno Haible.
22409
22410 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22411
22412         * config/srclist-update: Use three spaces, rather than tab, after '#'
22413         in shell-script copyright notices.  Suggested by Bruno Haible.
22414         Remove unnecessary parenthesization in regular expression.
22415
22416 2003-08-15  Jim Meyering  <jim@meyering.net>
22417
22418         Merge from coreutils.
22419         * lib/xgethostname.c: Include <stdlib.h>.
22420         (xghostname): Don't exit for anything other than memory-related
22421         failure; just return NULL.
22422         * lib/userspec.c: Include "posixver.h".
22423         (parse_user_spec): Accept `.' as a separator only
22424         in pre-POSIX-200112 mode.
22425         * lib/strtoimax.c: Use #elif rather than #else #if.
22426         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
22427         Remove function, now that we can rely on a working tzset function.
22428         [!_LIBC]: Ensure that the required autoconf test has been run.
22429         [!defined _NL_CURRENT && HAVE_STRFTIME]:
22430         Use underlying_strftime for %r.
22431         * lib/sha.c: Merge in some clean-up and optimization changes from
22432         glibc.
22433         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
22434         Ensure that it is a multiple of 64.
22435         Rearrange loop exit tests so as to avoid performing an
22436         additional fread after encountering an error or EOF.
22437         * lib/realloc.c: Update copyright date.
22438
22439 2003-08-15  Jim Meyering  <jim@meyering.net>
22440         and Paul Eggert  <eggert@twinsun.com>
22441
22442         Merge from coreutils.
22443         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
22444         member but strut utmpx does not.  Needed for AIX 4.3.3.
22445         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
22446
22447 2003-08-15  Jim Meyering  <jim@meyering.net>
22448         and Paul Eggert  <eggert@cs.ucla.edu>
22449
22450         Merges from coreutils, etc.
22451         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
22452         Require gl_FUNC_TZSET_CLOBBER.
22453         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
22454         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
22455         members.
22456
22457 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22458
22459         Help the merge from coreutils.
22460         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
22461         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
22462         * m4/tzset.m4: Use it too.
22463
22464 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22465
22466         * modules/tzset: New file.
22467
22468 2003-08-14  Jim Meyering  <jim@meyering.net>
22469
22470         Merges from coreutils.
22471         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
22472         variable names, rather than @FNMATCH_H@.
22473         * modules/alloca: Likewise for $(ALLOCA_H).
22474
22475         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
22476         the three copies of the literal target, `fnmatch.h'.
22477         * modules/alloca (alloca.h): Likewise.
22478
22479 2003-08-14  Jim Meyering  <jim@meyering.net>
22480
22481         Merge from coreutils.
22482         * m4/tzset.m4: New file.
22483         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
22484         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
22485         otherwise, AIX 5.1 systems would end up using the latter.
22486         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
22487         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
22488         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
22489         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
22490
22491 2003-08-14  Jim Meyering  <jim@meyering.net>
22492
22493         Merge from coreutils.
22494         * lib/obstack.h: Whitespace changes.
22495         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
22496         and xcalloc return values.
22497         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
22498         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
22499         hang on OSF/1 5.1 for DIR on both local and remote file systems.
22500         Reported by (and fix confirmed by) Nelson H. F. Beebe.
22501         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22502         error from mntctl.
22503         Use mntctl's return value to drive the entry-processing loop, since
22504         we can't rely on the value of the vmt_length member in the last
22505         entry.  On some systems doing so could result in exhausting
22506         virtual memory.  Based in part on a patch from Mike Jetzer.
22507
22508 2003-08-14  Jim Meyering  <jim@meyering.net>
22509         and Paul Eggert  <eggert@twinsun.com>
22510
22511         Merges from coreutils, plus other fixes.
22512         * lib/physmem.c: Merge in portability changes from gcc/libiberty
22513         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
22514         for credits and details.  Thanks to Kaveh Ghazi for helping
22515         to keep these files in sync.
22516         (ARRAY_SIZE): Define it.
22517         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
22518         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
22519         (memcasecmp): Don't assume size_t fits in unsigned int.
22520         Remove casts and duplicate code.
22521         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
22522         (memcpy): Remove definition.
22523         Merge in some clean-up and optimization changes from glibc.
22524         [BLOCKSIZE]: Move definition to top of file.
22525         Ensure that it is a multiple of 64.
22526         Rearrange loop exit tests so as to avoid performing an
22527         additional fread after encountering an error or EOF.
22528         * lib/md5.h (md5_uintptr): Define.
22529         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
22530         return to the initial working directory.  Preserve errno
22531         for caller.
22532         * lib/idcache.c: Include "xalloc.h".
22533         (xmalloc, xrealloc): Remove decls.
22534         (getuser): Remove casts no longer required in C89.
22535         * lib/human.c: Include stdio.h, for sprintf.
22536         * lib/group-member.c: Include "xalloc.h".
22537         (xmalloc, xrealloc): Remove decls.
22538         (get_group_info): Remove casts no longer required in C89.
22539         * lib/getusershell.c (readname): Remove casts no longer required in
22540         C89.
22541         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
22542         * lib/getline.c: Whitespace fix, from coreutils.
22543
22544 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22545
22546         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
22547         Check for isascii.
22548
22549         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22550         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22551         Undo previous (whitespace-only) change.
22552
22553 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22554
22555         * lib/exclude.c: Include <ctype.h>
22556         (IN_CTYPE_DOMAIN): New macro.
22557         (is_space): New fn.
22558         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
22559         and empty lines.
22560
22561         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22562         Undo previous (whitespace-only) change.
22563
22564 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22565
22566         * config/srclist-update: Change update back to the old behavior,
22567         leaving whitespace alone.  Use one 'sed' command rather than a
22568         pipeline.
22569         (fixlicense): Now a variable, not a function.
22570         (remove_trailing_blanks): Remove.
22571         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
22572         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22573         Undo previous (whitespace-only) change.
22574
22575 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22576
22577         Merge from coreutils.
22578         * modules/euidaccess: Add lib_SOURCES, include for new
22579         file euidaccess.h
22580
22581 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22582
22583         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22584         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22585         Normalize leading white space and remove trailing white space.
22586
22587         Merge from coreutils
22588         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
22589
22590         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
22591         0.12.1.  These files are now being upgraded automatically by
22592         ../config/srclist-update.
22593
22594 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22595
22596         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22597         Normalize leading white space and remove trailing white space.
22598         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
22599         notice, as per ../config/srclist-update.
22600
22601         Merge from coreutils.
22602         * lib/euidaccess.h: New file.
22603         * lib/euidaccess.c: Include it.
22604         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
22605         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
22606         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
22607
22608 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22609
22610         * config/srclist-update: Add copyright notice.
22611         (remove_id_lines, remove_trailing_blanks): New constants.
22612         (fixfile): Use them to normalize spacing a bit in copied files.
22613         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22614         Normalize leading white space and remove trailing white space.
22615
22616         * config/texinfo.tex: Sync with texinfo.
22617
22618         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
22619         strtoul.c from libc, to merge coreutils whitespace changes.
22620
22621         * config/srclist.txt: Get the following m4 files from gettext:
22622         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
22623         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
22624         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
22625         wint_t.m4.
22626
22627 2003-08-12  Karl Berry  <karl@gnu.org>
22628
22629         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
22630         been made.
22631
22632 2003-08-11  Paul Eggert  <eggert@twinsun.com>
22633
22634         * modules/gnu-source, m4/gnu-source.m4:
22635         Remove; we're assuming Autoconf 2.54 or later now.
22636         Suggested by Bruno Haible.
22637         * MODULES.html.sh (func_all_modules): Remove gnu-source.
22638
22639 2003-08-11  Bruno Haible  <bruno@clisp.org>
22640
22641         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
22642
22643 2003-08-11  Bruno Haible  <bruno@clisp.org>
22644
22645         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
22646         (vasnprintf): Use it instead of wcslen.
22647
22648 2003-08-11  Bruno Haible  <bruno@clisp.org>
22649
22650         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
22651         value to ensure that _Bool promotes to int. Use #define for _Bool when
22652         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
22653
22654 2003-08-10  Karl Berry  <karl@gnu.org>
22655
22656         * lib/regex.h: update from libc (whitespace fix).
22657
22658 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22659
22660         Merge some files from coreutils.  These changes were
22661         originally made by Jim Meyering.
22662         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
22663         many older Unixes require this.
22664         * lib/alloca.c (alloca): Remove cast to argument of free;
22665         no longer needed in C89.
22666         * lib/alloca_.h, regex.h: Fix white space to match
22667         what GNU indent does.
22668
22669 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22670
22671         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
22672         apparently Emacs's Unicode mode got confused before my 2003-08-05
22673         checkin.
22674
22675 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22676
22677         * m4/extensions.m4: New file.
22678         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
22679         Require gl_USE_SYSTEM_EXTENSIONS.
22680         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
22681         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
22682
22683 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22684
22685         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
22686         * modules/extensions, modules/gnu-source: New files.
22687         * modules/timespec, modules/unlocked-io: Depend on extensions.
22688
22689 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22690
22691         * modules/restrict: New file.
22692         * MODULES.html.sh (func_all_modules): Add restrict.
22693         * modules/regex: Depend on restrict.
22694
22695 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22696
22697         * m4/restrict.m4: New file.
22698         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
22699
22700 2003-08-07  Bruno Haible  <bruno@clisp.org>
22701
22702         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
22703         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
22704
22705 2003-08-07  Bruno Haible  <bruno@clisp.org>
22706
22707         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
22708         makes the module 'getndelim2' compatible with the module 'getline'.
22709
22710 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22711
22712         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
22713         byte with "\201" to avoid glitches when editing that source file
22714         with multi-gnome-terminal.
22715
22716 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22717
22718         * lib/bumpalloc.h: Remove.
22719
22720 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22721
22722         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
22723         * modules/bumpalloc: Remove.
22724
22725 2003-08-04  Paul Eggert  <eggert@twinsun.com>
22726
22727         * lib/getloadavg.c: Change copyright notice and spacing to conform to
22728         GNU coding style.
22729
22730         Merge from coreutils.
22731         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
22732         1. From glibc.
22733         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
22734         from Karl Berry, implemented by Jim Meyering.
22735         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
22736         from Dmitry V. Levin.
22737         Remove anachronistic cast of xrealloc.
22738         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
22739         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
22740         type. Otherwise, it wouldn't compile with at least /bin/cc on
22741         ymp-cray-unicos9.0.2.X.
22742         Combine two mostly-identical uses of alloca into one.
22743         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
22744
22745 2003-08-04  Dave Love  <d.love@dl.ac.uk>
22746
22747         [From Emacs.]
22748
22749         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
22750         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
22751         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
22752         obsolete NLIST_NAME_UNION.
22753         [__GNU__]: Undef BSD and FSCALE.
22754         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
22755
22756 2003-08-03  Paul Eggert  <eggert@twinsun.com>
22757
22758         * lib/stdbool_.h (_Bool): Make it signed char, instead of
22759         an enum type, so that it's guaranteed to promote to int.  See:
22760         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
22761
22762 2003-08-03  Karl Berry  <karl@gnu.org>
22763
22764         * config/depcomp: update from automake.
22765
22766 2003-07-31  Paul Eggert  <eggert@twinsun.com>
22767
22768         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
22769         (strerror): Don't assume that a printable int fits in 14 bytes.
22770
22771 2003-07-31  Bruno Haible  <bruno@clisp.org>
22772
22773         * modules/getpass-gnu: New file.
22774         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
22775
22776 2003-07-31  Bruno Haible  <bruno@clisp.org>
22777
22778         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
22779
22780 2003-07-24  Karl Berry  <karl@gnu.org>
22781
22782         * config/missing: update from automake.
22783
22784 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
22785             Bruno Haible  <bruno@clisp.org>
22786
22787         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
22788         * lib/getline.c (getline, getdelim): Likewise.
22789         Remove _GNU_SOURCE define; now it's defined in config.h through
22790         m4/getline.m4.
22791
22792 2003-07-23  Karl Berry  <karl@gnu.org>
22793
22794         * config/config.sub: update from prep.
22795
22796 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22797
22798         * modules/xalloc (Depends-on): Add exitfail.
22799         * modules/xmemcoll: Likewise.
22800
22801 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22802
22803         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
22804         over-parenthesization in macros.
22805
22806         Sync with coreutils.
22807
22808         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
22809         required by C99.
22810
22811         Use `exit_failure' for xalloc and xmemcoll instead of their own
22812         private exit-failure variables.
22813         * lib/xalloc.h (xalloc_exit_failure): Remove.
22814         * lib/xmalloc.c: Likewise.  Include exitfail.h.
22815         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
22816         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
22817         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
22818         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
22819
22820 2003-07-20  Jim Meyering  <jim@meyering.net>
22821
22822         * modules/closeout (Depends-on): Add exitfail.
22823         Suggestion from Bruno Haible.
22824
22825 2003-07-19  Karl Berry  <karl@gnu.org>
22826
22827         * config/config.sub: update from prep.
22828
22829 2003-07-18  Paul Eggert  <eggert@twinsun.com>
22830
22831         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
22832         Remove.
22833         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
22834         to test that it can stand by itself.  Include "exitfail.h".
22835         Clients should set exit_failure instead.
22836         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
22837
22838 2003-07-18  Bruno Haible  <bruno@clisp.org>
22839
22840         * modules/getndelim2: New file.
22841         * modules/getline: Share files with module getndelim2.
22842         * modules/getnline: Depend on getndelim2 instead of sharing files with
22843         it. Add getnline.c to lib_SOURCES.
22844         * MODULES.html.sh (func_all_modules): Add getndelim2.
22845
22846 2003-07-18  Bruno Haible  <bruno@clisp.org>
22847
22848         * m4/getndelim2.m4: New file.
22849         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
22850         invoke gl_PREREQ_GETNDELIM2.
22851         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
22852         gl_PREREQ_GETNDELIM2.
22853         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
22854         gl_GETNDELIM2.
22855
22856 2003-07-18  Bruno Haible  <bruno@clisp.org>
22857
22858         * lib/getndelim2.h: New file.
22859         * lib/getndelim2.c: Make into a module of its own. Include config.h,
22860         getndelim2.h.
22861         (getndelim2): Make non-static. Change return type to ssize_t.
22862         * lib/getline.h: Change argument names.
22863         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
22864         * lib/getnline.c: Include getndelim2.h.
22865
22866 2003-07-18  Andreas Schwab  <schwab@suse.de>
22867
22868         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
22869
22870 2003-07-17  Karl Berry  <karl@gnu.org>
22871
22872         * config/config.sub: update from prep.
22873
22874 2003-07-17  Bruno Haible  <bruno@clisp.org>
22875
22876         * modules/getnline: New file.
22877         * modules/getline: Add lib/getndelim2.c to source file list.
22878         * MODULES.html.sh (func_all_modules): Add getnline.
22879
22880 2003-07-17  Bruno Haible  <bruno@clisp.org>
22881
22882         * m4/getnline.m4: New file.
22883
22884 2003-07-17  Bruno Haible  <bruno@clisp.org>
22885
22886         * m4/Makefile.am.in: Remove file.
22887         * m4/Makefile.am: Remove file.
22888         * m4/Makefile.in: Remove file.
22889
22890 2003-07-17  Bruno Haible  <bruno@clisp.org>
22891
22892         * lib/getnline.h: New file.
22893         * lib/getnline.c: New file.
22894         * lib/getndelim2.c: New file, extracted from getline.c.
22895         (getndelim2): Renamed from getdelim2, with added nmax argument.
22896         * lib/getline.c: Include getndelim2.c.
22897         (getdelim2): Moved out to getndelim2.c.
22898         (getline, getdelim): Update.
22899
22900 2003-07-17  Bruno Haible  <bruno@clisp.org>
22901
22902         * lib/Makefile.am: Remove file.
22903         * lib/Makefile.in: Remove file.
22904
22905 2003-07-17  Bruno Haible  <bruno@clisp.org>
22906
22907         * configure.in: Remove file.
22908         * Makefile.in: Remove file.
22909
22910 2003-07-17  Bruno Haible  <bruno@clisp.org>
22911
22912         * MODULES.html.sh: Put the </BODY> right before </HTML>.
22913
22914 2003-07-16  Karl Berry  <karl@gnu.org>
22915
22916         * config/srclist-update: was running fixlicense twice, which caused
22917                 texinfo.tex to be nullified for some reason.  Simplify,
22918                 $gplsrc is no longer needed as far as I can see?
22919
22920 2003-07-16  Jim Meyering  <jim@meyering.net>
22921
22922         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
22923
22924 2003-07-15  Paul Eggert  <eggert@twinsun.com>
22925
22926         * config/srclist.txt: Get the following files from gettext-runtime/intl
22927         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
22928         ref-del.sin.  From Bruno Haible.
22929         * config/srclist-update (fixfile): Change grep pattern again, since the
22930         previous fix didn't work (there was another trailing $).  Use
22931         '[$]' to escape the $s.
22932
22933 2003-07-15  Karl Berry  <karl@gnu.org>
22934
22935         * lib/vasnprintf.c: update from gettext.
22936
22937 2003-07-15  Karl Berry  <karl@gnu.org>
22938
22939         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
22940         gets expanded when surrounded by '$'.
22941
22942 2003-07-15  Jim Meyering  <jim@meyering.net>
22943
22944         * modules/save-cwd: Don't depend on error.  From Derek Price.
22945
22946 2003-07-15  Jim Meyering  <jim@meyering.net>
22947
22948         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
22949
22950 2003-07-14  Simon Josefsson  <jas@extundo.com>
22951
22952         * modules/mempcpy: New file.
22953         * MODULES.html.sh (func_all_modules): Add mempcpy.
22954
22955 2003-07-14  Simon Josefsson  <jas@extundo.com>
22956
22957         * m4/mempcpy.m4: New file.
22958
22959 2003-07-14  Simon Josefsson  <jas@extundo.com>
22960
22961         * lib/mempcpy.h: New file.
22962         * lib/mempcpy.c: New file.
22963
22964 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22965
22966         * modules/getdate, modules/posixtm: Depend on mktime.
22967
22968 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22969
22970         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
22971         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
22972         unicodeio.c, unicodeio.h, unlocked-io.h:
22973         Switch from LGPL to GPL.
22974
22975 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22976
22977         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
22978         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
22979         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
22980         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
22981         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
22982         updated automatically by ../config/srclist-update.  This changes
22983         their license from LPGL to GPL.
22984
22985 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22986
22987         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
22988         assumed to refer to the root of the most recent stable gettext version.
22989         * config/srclistvars.sh: Add defaults for eggert.
22990         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
22991         Match "This program" as well as "The program".  This is needed
22992         for gettext.
22993
22994 2003-07-14  Jim Meyering  <jim@meyering.net>
22995
22996         Don't emit diagnostics.  Let callers do that.
22997         * lib/save-cwd.c: Don't include "error.h".
22998         (save_cwd): Don't call error.  Ensure that errno is valid
22999         when returning nonzero.
23000
23001         * lib/save-cwd.h (restore_cwd): Update prototype.
23002         * lib/save-cwd.c (restore_cwd): Remove two parameters.
23003         Simplify.  Don't call error upon failure.  Let callers do that.
23004         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
23005         when auditing is enabled.  But don't bother updating the #if.
23006
23007 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
23008
23009         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
23010         it breaks C++ compilation.
23011         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
23012
23013 2003-07-10  Simon Josefsson  <jas@extundo.com>
23014
23015         * modules/strchrnul (Makefile.am): Add strchrnul.h.
23016
23017 2003-07-10  Jim Meyering  <jim@meyering.net>
23018
23019         * m4/clock_time.m4: Remove trailing blank.
23020         * m4/intmax_t.m4: Likewise.
23021
23022 2003-07-10  Jim Meyering  <jim@meyering.net>
23023
23024         * lib/vasnprintf.c: Remove trailing blanks.
23025         Make cpp indentation consistent.
23026
23027 2003-07-09  Paul Eggert  <eggert@twinsun.com>
23028
23029         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
23030         posixver.c, strftime.c, strnlen.c, strverscmp.c:
23031         Switch from LGPL to GPL.
23032
23033 2003-07-09  Paul Eggert  <eggert@twinsun.com>
23034
23035         * config/srclist.txt: Sort sublists.  Add
23036         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
23037         that differ from gnulib for one reason or another; we'd like this list
23038         to be smaller but for now let's document what we have.
23039
23040 2003-07-08  Paul Eggert  <eggert@twinsun.com>
23041
23042         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
23043         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
23044         and sweeter "eval x=$x".
23045         * config/srclist.txt: Get lib/argp* from glibc.
23046
23047 2003-07-07  Paul Eggert  <eggert@twinsun.com>
23048
23049         * lib/mktime.c: Fix some boundary cases and remove need for floating
23050         point.
23051
23052         Issue a compile-time diagnostic if time_t is floating point, or if
23053         two's complement arithmetic is not in effect, or if arithmetic
23054         right shift does not propagate the sign.  These assumptions were
23055         all in the original code but they weren't checked.
23056
23057         (TIME_T_MIDPOINT, verify): New macros.
23058         (__isleap): Remove; it has integer overflow problems.
23059         (leapyear): New function, without those problems.
23060         (ydhms_tm_diff): Remove; splitting into two parts.
23061         (ydhms_diff): New function, containing the arithmetic part of
23062         the old ydhms_tm_diff function.  Issue a compile-time
23063         diagnostic if we are not using C99 integer division.
23064         Avoid casts when possible.
23065         (guess_time_tm): New function, containing the checking part of
23066         the old ydhms_tm_diff function.  Return the new value, rather than
23067         the difference between it and the old.  Accept a new argument T
23068         so that *T specifies the old value.  Check for overflow in the result.
23069
23070         (__mktime_internal): Use a time_t offset, not a long int offset.
23071         This undoes the 2003-06-04 change, which is no longer needed now
23072         that we have better overflow checking.
23073         (localtime_offset): Likewise.
23074
23075         (__mktime_internal): Avoid harmful overflow on hosts where time_t
23076         and long are 64-bit but int is only 32-bit.
23077         (ydhms_diff): Use long int to store year1 and yday1.
23078         Issue a compile-time diagnostic if long int is not wide enough.
23079
23080         (__mktime_internal): Use long int to store adjusted year and yday.
23081         Use plain C rather than preprocessor commands, if that doesn't
23082         affect efficiency.
23083         Check for overflow (and try to repair) after each probe
23084         rather than checking only at the very end.  This avoids some bugs
23085         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
23086         does not equal GMT offset at maximum time).
23087         Use integer to check for overflow rather than floating point; this
23088         is more portable to non-IEEE hosts, and is a tad faster.
23089         When we detect that we are oscillating between two values,
23090         don't check whether tm_isdst has the requested value, since
23091         we already know the answer.  When tm_isdst has the wrong value,
23092         use a different heuristic to find the right one, based on the
23093         extreme values actually observed in practice in tz2003a,
23094         rather than the (overly optimistic) "previous 3 calendar quarters".
23095
23096         (not_equal_tm, print_tm, check_result): Use "const T" rather than
23097         "T const" to accommodate glibc style.
23098         (check_result): Use less-confusing report format.  "long" -> "long int.
23099         (main): Likewise.
23100         Don't loop if the iteration overflows time_t.
23101         Allow a negative step in the iteration.
23102
23103 2003-07-06  Karl Berry  <karl@gnu.org>
23104
23105         * config/depcomp: update from automake.
23106         * config/config.sub: update from prep.
23107
23108 2003-07-03  Karl Berry  <karl@gnu.org>
23109
23110         * config/config.guess: update from prep.
23111
23112 2003-07-01  Paul Eggert  <eggert@twinsun.com>
23113
23114         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
23115         xreadlink.c now includes it unconditionally.
23116
23117 2003-07-01  Paul Eggert  <eggert@twinsun.com>
23118
23119         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
23120         having it depend on HAVE_SYS_TYPES_H.
23121
23122 2003-07-01  Bruno Haible  <bruno@clisp.org>
23123
23124         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
23125         <sys/types.h> should be sufficient.
23126         Reported by Paul Eggert.
23127
23128 2003-06-26  Karl Berry  <karl@gnu.org>
23129
23130         * config/depcomp: update from automake.
23131
23132 2003-06-26  Bruno Haible  <bruno@clisp.org>
23133
23134         * modules/human: Depend on module stdbool.
23135
23136 2003-06-25  Bruno Haible  <bruno@clisp.org>
23137
23138         * modules/readlink: New file.
23139         * modules/xreadlink: Depend on it.
23140         * MODULES.html.sh (func_all_modules): Add readlink.
23141
23142 2003-06-25  Bruno Haible  <bruno@clisp.org>
23143
23144         * m4/readlink.m4: New file.
23145
23146 2003-06-25  Bruno Haible  <bruno@clisp.org>
23147
23148         * lib/readlink.c: New file.
23149
23150 2003-06-22  Karl Berry  <karl@gnu.org>
23151
23152         * config/srclist.txt: update mkinstalldirs from automake.
23153         * config/mkinstalldirs: update.
23154
23155 2003-06-22  Bruno Haible  <bruno@clisp.org>
23156
23157         Portability to mingw32.
23158         * m4/ssize_t.m4: New file, from GNU gettext.
23159         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
23160         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
23161
23162 2003-06-22  Bruno Haible  <bruno@clisp.org>
23163
23164         * modules/safe-read: Add m4/ssize_t.m4.
23165         * modules/xreadlink: Add m4/ssize_t.m4.
23166
23167 2003-06-20  Bruno Haible  <bruno@clisp.org>
23168
23169         Assume C89, so PARAMS isn't needed.
23170         * lib/unicodeio.h (PARAMS): Remove.
23171         * lib/unicodeio.c: Don't use PARAMS.
23172
23173 2003-06-18  Karl Berry  <karl@gnu.org>
23174
23175         * config/config.{guess,sub}: update from prep.
23176
23177 2003-06-18  Jim Meyering  <jim@meyering.net>
23178
23179         Merge changes from coreutils.
23180         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
23181         Remove explicit declarations of xmalloc and realloc.
23182         Include xalloc.h.
23183         (read_utmp): Remove anachronistic cast of xmalloc.
23184
23185 2003-06-17  Paul Eggert  <eggert@twinsun.com>
23186
23187         Assume C89, so PARAMS isn't needed.
23188         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
23189         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
23190         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
23191         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
23192         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
23193         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
23194         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
23195         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
23196         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
23197         lib/xstrtod.h, lib/xstrtol.h: Likewise.
23198         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
23199         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
23200         no longer needed. Anyway, config.h should always be included before any
23201         other file.
23202
23203 2003-06-11  Simon Josefsson  <jas@extundo.com>
23204
23205         * modules/sysexits: New file.
23206         * MODULES.html.sh (func_all_modules): Add sysexits.
23207
23208 2003-06-11  Simon Josefsson  <jas@extundo.com>
23209
23210         * lib/sysexit_.h: New file.
23211
23212 2003-06-11  Derek Price  <derek@ximbiot.com>
23213
23214         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
23215         necessary.
23216
23217 2003-06-11  Bruno Haible  <bruno@clisp.org>
23218
23219         * m4/sysexits.m4: New file.
23220
23221 2003-06-10  Simon Josefsson  <jas@extundo.com>
23222
23223         * lib/argp.h: New file, from glibc.
23224         * lib/argp-ba.c: New file, from glibc.
23225         * lib/argp-eexst.c: New file, from glibc.
23226         * lib/argp-fmtstream.c: New file, from glibc.
23227         * lib/argp-fmtstream.h: New file, from glibc.
23228         * lib/argp-fs-xinl.c: New file, from glibc.
23229         * lib/argp-help.c: New file, from glibc.
23230         * lib/argp-namefrob.h: New file, from glibc.
23231         * lib/argp-parse.c: New file, from glibc.
23232         * lib/argp-pv.c: New file, from glibc.
23233         * lib/argp-pvh.c: New file, from glibc.
23234         * lib/argp-xinl.c: New file, from glibc.
23235
23236 2003-06-10  Simon Josefsson  <jas@extundo.com>
23237
23238         * modules/strchrnul: New file.
23239
23240 2003-06-10  Simon Josefsson  <jas@extundo.com>
23241
23242         * modules/argp: New file.
23243
23244 2003-06-10  Simon Josefsson  <jas@extundo.com>
23245
23246         * m4/strchrnul.m4: New file.
23247
23248 2003-06-10  Simon Josefsson  <jas@extundo.com>
23249
23250         * lib/strchrnul.h: New file.
23251         * lib/strchrnul.c: New file.
23252
23253 2003-06-10  Bruno Haible  <bruno@clisp.org>
23254
23255         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
23256
23257 2003-06-07  Karl Berry  <karl@gnu.org>
23258
23259         * config/config.{guess,sub}: update from prep.
23260
23261 2003-06-07  Jim Meyering  <jim@meyering.net>
23262
23263         * modules/strtod: Use $(...) notation, not @...@ for
23264         AC_REPLACE'd variables.
23265         * modules/localcharset: Likewise.
23266
23267 2003-06-07  Jim Meyering  <jim@meyering.net>
23268
23269         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
23270         in place of my name in the copyright comment.
23271         Remove definition and uses of __P.
23272
23273         From coreutils.
23274         * lib/stat.c: Don't declare xmalloc explicitly.
23275         Instead, include "xalloc.h".
23276         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
23277         xrealloc, and xcalloc return values.
23278         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
23279         Improve comment.
23280         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
23281
23282 2003-06-07  Bruno Haible  <bruno@clisp.org>
23283
23284         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
23285         avoid AC_CONFIG_LINKS.
23286         * modules/fnmatch (Makefile.am): Use explicit creation rule for
23287         fnmatch.h, to avoid AC_CONFIG_LINKS.
23288         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
23289
23290 2003-06-07  Bruno Haible  <bruno@clisp.org>
23291
23292         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
23293         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
23294         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23295         directory.
23296         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
23297         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23298         directory.
23299
23300 2003-06-06  Jim Meyering  <jim@meyering.net>
23301
23302         Merge from coreutils.
23303         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
23304         Consolidate declarations and initializations of *_base* locals.
23305
23306         Merge from coreutils.
23307         This avoids a core dump on systems without GNU putenv,
23308         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
23309         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
23310         (unsetenv): New static function, from GNU libc.
23311         (rpl_putenv): Use it.
23312
23313         * lib/modechange.c: Remove trailing blanks.
23314
23315         Merge from coreutils.
23316         * lib/fsusage.c: Remove declaration of statfs.
23317         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
23318
23319         * lib/posixtm.c: Include <stdbool.h> unconditionally.
23320
23321 2003-06-06  Jim Meyering  <jim@meyering.net>
23322
23323         * lib/stdbool_.h: Renamed from stdbool.h.in.
23324
23325 2003-06-06  Jim Meyering  <jim@meyering.net>
23326             Bruno Haible  <bruno@clisp.org>
23327
23328         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
23329         Adjust Makefile.am snippet not to redirect directly to target.
23330         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
23331
23332 2003-06-05  Paul Eggert  <eggert@twinsun.com>
23333
23334         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
23335         mismatch, look in future quarters as well as past.  This fixes a
23336         bug when processing fall-backwards gaps immediately after a long
23337         period of daylight-saving time.
23338
23339         * lib/mktime.c: Assume freestanding C89 or better.
23340         (HAVE_LIMITS_H): Remove.  Assume it's 1.
23341         (__P): Remove; not used.
23342         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
23343         (mktime, not_equal_tm, print_tm, check_result,
23344         main): Use prototypes.  Use const * where appropriate.
23345         (main): Fix typo in testing code that uncovered by above changes.
23346         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
23347
23348 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23349
23350         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
23351         locale.h, localeconv.  This merges changes from coreutils.
23352
23353         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
23354         It can be removed after the next Autoconf is released.
23355         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
23356         needed.
23357
23358 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23359
23360         * lib/mktime.c: Fix Debian bug 177940
23361         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
23362         (localtime_offset): Now long int, not time_t, because we want it
23363         to be guaranteed to be signed.  All uses changed.
23364         (__mktime_internal): If overflow would occur when adding offset,
23365         don't add it.
23366
23367         Merge 'human' changes from coreutils.  Rewrite to support
23368         locale-specific notations like thousands separators.
23369         * lib/human.c: Simplify authorship notice.
23370         Include human.h immediately after config.h.
23371         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
23372         <limits.h>: Do not include, since human.h does.
23373         (SIZE_MAX, UINTMAX_MAX): New macros.
23374         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
23375         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
23376         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
23377         (power_letter): Renamed from suffixes.
23378         (generate_suffix_backwards): Remove.
23379         (adjust_value): Now takes int style (because of human.h changes)
23380         and long double value (for greater precision on some platforms).
23381         (group_number): New function.
23382         (human_readable): Use it.  Use integer options, not enum.
23383         Put the options before the sizes in the arg list.
23384         Support all the new options.
23385         The old human_readable function has been removed;
23386         use inttostr.h instead.
23387         (human_readable, default_block_size, humblock):
23388         Use uintmax_t, not int, for block sizes.
23389         (human_readable_inexact, block_size_types): Remove.
23390         (block_size_opts): New constant.
23391         (human_options): Renamed from human_block_size, with new signature
23392         that allows block sizes up to UINTMAX_MAX.  All callers changed.
23393         * lib/human.h: Add copyright and authorship notice.
23394         Include <limits.h> and <stdbool.h> unconditionally.
23395         (PARAMS): Remove.  All uses removed.
23396         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
23397         (enum human_inexact_style): Remove tag; now a nameless enum.
23398         (human_floor, human_ceiling, human_round_to_even): Now have
23399         values 2, 0, 1 rather than -1, 1, 0.
23400         (human_group_digits, human_suppress_point_zero, human_autoscale,
23401         human_base_1024, human_SI, human_B): New constants.
23402         (human_readable_inexact, human_block_size): Remove.
23403         (human_readable): Size args are now uintmax_t, not int.
23404         (human_options): New decl.
23405
23406         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
23407         unnecessary now that we assume C89 or better.  This change
23408         imported from coreutils.
23409
23410         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23411         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
23412         in the 2003-05-30 sync from glibc.
23413
23414         .h files should stand alone, but we shouldn't include <sys/types.h>
23415         if we can get away with just <stddef.h>.
23416
23417         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
23418         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
23419         rather than <sys/types.h>, as we merely need size_t.
23420         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
23421         to get size_t.
23422         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
23423         Include <stdio.h>, to get FILE.
23424         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
23425         memcasecmp.h has included <stddef.h> and all we need is size_t.
23426         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
23427         our interface, instead of including <sys/types.h>
23428
23429 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23430
23431         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
23432         now, as glibc mktime is buggy on non-glibc systems.
23433
23434 2003-06-03  Karl Berry  <karl@gnu.org>
23435
23436         * config/config.sub: update from prep.
23437
23438 2003-06-02  Paul Eggert  <eggert@twinsun.com>
23439
23440         [from coreutils]
23441         Fix some minor time-related bugs with POSIX time arguments.
23442         Some valid time stamps were being rejected (notably -1, and
23443         time stamps before 1900 on 64-bit hosts).  And some invalid
23444         time stamps were being accepted, e.g. September 31.
23445
23446         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
23447         that we can return (time_t) -1 successfully.
23448         * lib/posixtm.c: Likewise.
23449         [HAVE_STDBOOL_H]: Include <stdbool.h>.
23450         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
23451         (t): Remove static var.
23452         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
23453         of static var.  All uses changed.
23454         (year): Do not reject years before 1900; they can occur with
23455         64-bit time_t.
23456         (posix_time_parse): Do not check for out-of-range components;
23457         that is now the caller's responsibility, since our checks were
23458         only approximations.
23459         (posixtime): Use mktime to check for out-of-range components,
23460         since it knows them exactly.
23461         If mktime returns (time_t) -1, check whether an error actually occurred
23462         by invoking localtime on -1.
23463         (main) [TEST_POSIXTIME]: Check for input data errors, and report
23464         posixtime failures better.
23465         Improve the test data (in comments only).
23466
23467 2003-06-02  Karl Berry  <karl@gnu.org>
23468
23469         * config/mkinstalldirs (version): new variable.
23470         (--version): new option.
23471         (usage): improve message.
23472
23473 2003-05-30  Karl Berry  <karl@gnu.org>
23474
23475         * lib/mktime.c: update from libc.
23476
23477 2003-05-30  Bruno Haible  <bruno@clisp.org>
23478
23479         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
23480         * config/config.rpath: Upgrade to gettext-0.12.1.
23481
23482 2003-05-30  Bruno Haible  <bruno@clisp.org>
23483
23484         * m4/gettext.m4: Upgrade to gettext-0.12.1.
23485         * m4/nls.m4: New file, from gettext-0.12.1.
23486         * m4/po.m4: New file, from gettext-0.12.1.
23487         * m4/progtest.m4: Upgrade to gettext-0.12.1.
23488
23489 2003-05-30  Bruno Haible  <bruno@clisp.org>
23490
23491         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
23492         * lib/localcharset.h: Likewise.
23493         * lib/localcharset.c: Likewise.
23494
23495 2003-05-29  Karl Berry  <karl@gnu.org>
23496
23497         * config/config.rpath: update from gettext.
23498
23499 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23500
23501         Assume the headers required for C89 freestanding compilers.
23502         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
23503         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
23504         * m4/human.m4 (gl_HUMAN): Likewise.
23505         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
23506         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
23507         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23508         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
23509         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23510         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
23511
23512 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23513
23514         Assume the headers required for C89 freestanding compilers.
23515         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
23516         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
23517         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
23518         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
23519         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
23520         define, since <limits.h> is guaranteed to do that.
23521         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
23522         * lib/exclude.c: Include <stdbool.h> unconditionally.
23523         * lib/tempname.c: Include <stddef.h> unconditionally.
23524         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
23525         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
23526         <stddef.h> does that.
23527         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
23528         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
23529         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
23530         needed.
23531         * lib/xstrtol.c: Likewise.
23532         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
23533         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
23534
23535         * lib/addext.c (addext): Use assignment rather than cast, to avoid
23536         warnings on some platforms.
23537
23538         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23539         arbitrarily.
23540
23541 2003-05-26  Jim Meyering  <jim@meyering.net>
23542
23543         Merge in a change from coreutils:
23544         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
23545         that is guaranteed to be `no'.  Use `no_such_member' to indicate
23546         that condition, rather than `-1' which is slightly misleading.
23547         Change the name of the cache variable to have the gl_ prefix.
23548         Prompted by a patch from Richard Dawe for DJGPP.
23549
23550 2003-05-24  Karl Berry  <karl@gnu.org>
23551
23552         * config/config.guess: update from prep.
23553
23554 2003-05-22  Karl Berry  <karl@gnu.org>
23555
23556         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
23557
23558 2003-05-20  Karl Berry  <karl@gnu.org>
23559
23560         * config/config.guess: update from prep.
23561
23562 2003-05-18  Karl Berry  <karl@gnu.org>
23563
23564         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
23565         might actually be set by the user.
23566
23567         * config/depcomp, install-sh, mdate-sh: update from automake.
23568
23569 2003-05-17  Bruno Haible  <bruno@clisp.org>
23570
23571         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
23572         invalid expansion for AC_EGREP_CPP.
23573         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
23574         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
23575         Suggested by Akim Demaille <akim@epita.fr> in
23576         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
23577
23578 2003-05-12  Jim Meyering  <jim@meyering.net>
23579
23580         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
23581         the space-padded-by-default conversion specifiers, %e, %k, %l.
23582
23583 2003-05-12  Bruno Haible  <bruno@clisp.org>
23584
23585         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
23586         the string is longer than 4 KB.
23587
23588 2003-05-11  Karl Berry  <karl@gnu.org>
23589
23590         * config/config.{guess,sub}: update from prep.
23591
23592 2003-05-09  Bruno Haible  <bruno@clisp.org>
23593
23594         * modules/error: Add m4/strerror_r.m4 to file list.
23595
23596 2003-05-03  Bruno Haible  <bruno@clisp.org>
23597
23598         Upgrade to Unicode-4.0.
23599         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
23600         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
23601         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
23602         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
23603         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
23604         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
23605         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
23606         Change width of U+E0100..U+E01EF from 1 to 0.
23607
23608 2003-04-25  Jim Meyering  <jim@meyering.net>
23609
23610         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
23611         of type size_t, not int.
23612
23613 2003-04-25  Bruno Haible  <bruno@clisp.org>
23614
23615         * lib/copy-file.c: Include <stddef.h>, for size_t.
23616
23617 2003-04-21  Paul Eggert  <eggert@twinsun.com>
23618
23619         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
23620         code which expansion is under static control.  Patch imported from
23621         Akim Demaille's patch to Bison; see
23622         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
23623
23624 2003-04-14  Bruno Haible  <bruno@clisp.org>
23625
23626         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
23627
23628 2003-04-11  Jim Meyering  <jim@meyering.net>
23629
23630         Merge changes from Coreutils.
23631
23632         2003-03-22  Jim Meyering  <jim@meyering.net>
23633
23634         * lib/strftime.c (widen): Cast alloca return value to proper type.
23635
23636         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
23637
23638         From GNU libc.
23639         * lib/strftime.c (my_strftime): Handle very large width
23640         specifications for numeric values correctly.  Improve checks for
23641         overflow.
23642
23643         2003-01-19  Jim Meyering  <jim@meyering.net>
23644
23645         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
23646         definitions.
23647         (nl_get_alt_digit) [! defined my_strftime]: Define.
23648         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
23649         _nl_get_alt_digit and _nl_get_walt_digit.
23650
23651         * lib/strftime.c (my_strftime): Merge in locale-related changes from
23652         libc. These changes have no effect outside of _LIBC.
23653
23654 2003-04-10  Bruno Haible  <bruno@clisp.org>
23655
23656         * modules/findprog: New file.
23657         * MODULES.html.sh (func_all_modules): Add it.
23658
23659 2003-04-10  Bruno Haible  <bruno@clisp.org>
23660
23661         * m4/findprog.m4: New file.
23662         * m4/eaccess.m4: New file.
23663
23664 2003-04-10  Bruno Haible  <bruno@clisp.org>
23665
23666         * lib/findprog.h: New file, from GNU gettext.
23667         * lib/findprog.c: New file, from GNU gettext.
23668
23669 2003-04-05  Jim Meyering  <jim@meyering.net>
23670
23671         Merge changes from Coreutils.
23672
23673         * lib/exclude.h (PARAMS): Remove definition and uses.
23674         * lib/exclude.c: Remove uses of `PARAMS'.
23675
23676         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
23677         Add test-cases for DOS filenames. Declare program_name.
23678         (main): Set up program_name.  Patch by Rich Dawe.
23679
23680         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23681         error from mntctl.
23682         Use mntctl's return value to drive the entry-processing loop, since
23683         we can't rely on the value of the vmt_length member in the last
23684         entry.  On some systems doing so could result in exhausting
23685         virtual memory.  Based in part on a patch from Mike Jetzer.
23686
23687 2003-04-04  Bruno Haible  <bruno@clisp.org>
23688
23689         * modules/linebreak: New file.
23690         * MODULES.html.sh (func_all_modules): Add it.
23691
23692 2003-04-04  Bruno Haible  <bruno@clisp.org>
23693
23694         * m4/linebreak.m4: New file.
23695
23696 2003-04-04  Bruno Haible  <bruno@clisp.org>
23697
23698         * lib/linebreak.h: New file, from GNU gettext.
23699         * lib/linebreak.c: New file, from GNU gettext with slight
23700         modifications.
23701         * lib/lbrkprop.h: New file, from GNU gettext.
23702
23703 2003-04-03  Bruno Haible  <bruno@clisp.org>
23704
23705         * modules/utf8-ucs4: New file.
23706         * modules/utf16-ucs4: New file.
23707         * modules/ucs4-utf8: New file.
23708         * modules/ucs4-utf16: New file.
23709         * MODULES.html.sh (func_all_modules): Add them.
23710
23711 2003-04-03  Bruno Haible  <bruno@clisp.org>
23712
23713         * m4/utf-ucs4.m4: New file.
23714         * m4/ucs4-utf.m4: New file.
23715
23716 2003-04-03  Bruno Haible  <bruno@clisp.org>
23717
23718         * lib/utf8-ucs4.h: New file, from GNU gettext.
23719         * lib/utf16-ucs4.h: New file, from GNU gettext.
23720         * lib/ucs4-utf8.h: New file, from GNU gettext.
23721         * lib/ucs4-utf16.h: New file, from GNU gettext.
23722
23723 2003-04-02  Bruno Haible  <bruno@clisp.org>
23724
23725         * modules/binary-io: New file.
23726         * MODULES.html.sh (func_all_modules): Add it.
23727
23728 2003-04-02  Bruno Haible  <bruno@clisp.org>
23729
23730         * lib/binary-io.h: New file, from GNU gettext.
23731
23732 2003-04-01  Bruno Haible  <bruno@clisp.org>
23733
23734         * modules/pathname: New file.
23735         * MODULES.html.sh (func_all_modules): Add it.
23736
23737 2003-04-01  Bruno Haible  <bruno@clisp.org>
23738
23739         * lib/pathname.h: New file, from GNU gettext.
23740         * lib/concatpath.c: New file, from GNU gettext.
23741
23742 2003-03-30  Bruno Haible  <bruno@clisp.org>
23743
23744         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
23745
23746 2003-03-30  Bruno Haible  <bruno@clisp.org>
23747
23748         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
23749         function chown() doesn't exist.
23750
23751 2003-03-28  Bruno Haible  <bruno@clisp.org>
23752
23753         * modules/copy-file: New file.
23754         * MODULES.html.sh (func_all_modules): Add it.
23755
23756 2003-03-28  Bruno Haible  <bruno@clisp.org>
23757
23758         * m4/copy-file.m4: New file.
23759
23760 2003-03-28  Bruno Haible  <bruno@clisp.org>
23761
23762         * lib/copy-file.h: New file, from GNU gettext.
23763         * lib/copy-file.c: New file, from GNU gettext.
23764
23765 2003-03-18  Jim Meyering  <jim@meyering.net>
23766
23767         * lib/quote.c (quote_n): Fix typo in comment.
23768
23769 2003-03-18  Bruno Haible  <bruno@clisp.org>
23770
23771         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
23772         checking.
23773         * m4/onceonly_2_57.m4: Likewise.
23774
23775 2003-03-17  Bruno Haible  <bruno@clisp.org>
23776
23777         * m4/onceonly.m4: Require autoconf 2.54 or newer.
23778         (m4_quote): Remove macro.
23779         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
23780
23781 2003-03-14  Jim Meyering  <jim@meyering.net>
23782
23783         Merge changes from Coreutils.
23784         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
23785         to be const, in order to avoid warnings.
23786         (obstack_room): Likewise.
23787         (obstack_empty_p): Likewise.
23788
23789 2003-03-14  Bruno Haible  <bruno@clisp.org>
23790
23791         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
23792         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
23793
23794 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23795
23796         Merge changes from Bison.
23797         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
23798         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
23799         when compiling Bison 1.875's `bitset bset = obstack_alloc
23800         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
23801         * lib/hash.c: Include <stdbool.h> unconditionally.
23802
23803 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23804
23805         * m4/onceonly.m4 (m4_quote): New macro.
23806         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
23807         Quote AC_FOREACH variable-expansions properly.
23808
23809 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23810
23811         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
23812
23813 2003-03-09  Paul Eggert  <eggert@twinsun.com>
23814
23815         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
23816         Reported by Bruce Becker; see:
23817         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
23818
23819 2003-03-03  Paul Eggert  <eggert@twinsun.com>
23820             Bruno Haible  <bruno@clisp.org>
23821
23822         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
23823         Reported by John Hughes, see
23824         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
23825
23826 2003-02-20  Bruno Haible  <bruno@clisp.org>
23827
23828         * MODULES.html.sh (func_all_modules): Add poll.
23829
23830 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23831
23832         * modules/poll: New file.
23833
23834 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23835
23836         * lib/poll_.h: New file.
23837         * lib/poll.c: New file.
23838
23839 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23840
23841         * m4/poll.m4: New file.
23842
23843 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23844
23845         * modules/mathl: New file.
23846
23847 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23848
23849         * lib/mathl.h: New file.
23850         * lib/acosl.c: New file.
23851         * lib/asinl.c: New file.
23852         * lib/atanl.c: New file.
23853         * lib/ceill.c: New file.
23854         * lib/cosl.c: New file.
23855         * lib/expl.c: New file.
23856         * lib/floorl.c: New file.
23857         * lib/frexpl.c: New file.
23858         * lib/ldexpl.c: New file.
23859         * lib/logl.c: New file.
23860         * lib/sincosl.c: New file.
23861         * lib/sinl.c: New file.
23862         * lib/sqrtl.c: New file.
23863         * lib/tanl.c: New file.
23864         * lib/trigl.c: New file.
23865         * lib/trigl.h: New file.
23866
23867 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23868
23869         * m4/mathl.m4: New file.
23870
23871 2003-02-18  Bruno Haible  <bruno@clisp.org>
23872
23873         * MODULES.html.sh (func_all_modules): Add mathl.
23874
23875 2003-02-17  Bruno Haible  <bruno@clisp.org>
23876
23877         * modules/mkdtemp: New module.
23878         * MODULES.html.sh (func_all_modules): Add it.
23879
23880 2003-02-17  Bruno Haible  <bruno@clisp.org>
23881
23882         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
23883
23884 2003-02-17  Bruno Haible  <bruno@clisp.org>
23885
23886         * lib/mkdtemp.h: New file, from GNU gettext.
23887         * lib/mkdtemp.c: New file, from GNU gettext.
23888
23889 2003-02-02  Jim Meyering  <jim@meyering.net>
23890
23891         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
23892         e.g. glibc-2.2.93.
23893
23894 2003-01-31  Bruno Haible  <bruno@clisp.org>
23895
23896         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
23897         'rpl_rename'.
23898         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
23899         'rpl_strnlen'.
23900         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
23901         'rpl_strtod'.
23902         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
23903         'rpl_utime'.
23904
23905 2003-01-31  Bruno Haible  <bruno@clisp.org>
23906
23907         * lib/rename.c: #undef rename before defining rpl_rename.
23908         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
23909
23910 2003-01-30  Bruno Haible  <bruno@clisp.org>
23911
23912         * modules/vasnprintf, modules/vasprintf: New modules.
23913         * MODULES.html.sh (func_all_modules): Add them.
23914
23915 2003-01-30  Bruno Haible  <bruno@clisp.org>
23916
23917         * m4/signed.m4: New file, from GNU gettext.
23918         * m4/longdouble.m4: New file, from GNU gettext.
23919         * m4/wchar_t.m4: New file, from GNU gettext.
23920         * m4/wint_t.m4: New file, from GNU gettext.
23921         * m4/vasnprintf.m4: New file.
23922         * m4/vasprintf.m4: New file.
23923
23924 2003-01-30  Bruno Haible  <bruno@clisp.org>
23925
23926         * lib/printf-args.h: New file, from GNU gettext.
23927         * lib/printf-args.c: New file, from GNU gettext.
23928         * lib/printf-parse.h: New file, from GNU gettext.
23929         * lib/printf-parse.c: New file, from GNU gettext.
23930         * lib/vasnprintf.h: New file, from GNU gettext.
23931         * lib/vasnprintf.c: New file, from GNU gettext.
23932         * lib/asnprintf.c: New file, from GNU gettext.
23933         * lib/vasprintf.h: New file, from GNU gettext with modifications.
23934         * lib/vasprintf.c: New file, from GNU gettext.
23935         * lib/asprintf.c: New file, from GNU gettext.
23936
23937 2003-01-29  Bruno Haible  <bruno@clisp.org>
23938
23939         * modules/stpncpy: New module.
23940         * MODULES.html.sh (func_all_modules): Add it.
23941
23942 2003-01-29  Bruno Haible  <bruno@clisp.org>
23943
23944         * m4/stpncpy.m4: New file.
23945
23946 2003-01-29  Bruno Haible  <bruno@clisp.org>
23947
23948         * lib/stpncpy.h: New file, from GNU gettext with modifications.
23949         * lib/stpncpy.c: New file, from GNU gettext with modifications.
23950
23951 2003-01-28  Bruno Haible  <bruno@clisp.org>
23952
23953         * modules/c-ctype: New module.
23954         * MODULES.html.sh (func_all_modules): Add it.
23955
23956 2003-01-28  Bruno Haible  <bruno@clisp.org>
23957
23958         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
23959         Paul Eggert.
23960         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
23961         Paul Eggert.
23962
23963 2003-01-27  Bruno Haible  <bruno@clisp.org>
23964
23965         * modules/xsetenv: New module.
23966         * MODULES.html.sh (func_all_modules): Add it.
23967
23968 2003-01-27  Bruno Haible  <bruno@clisp.org>
23969
23970         * lib/xsetenv.h: New file, from GNU gettext.
23971         * lib/xsetenv.c: New file, from GNU gettext.
23972
23973 2003-01-23  Jim Meyering  <jim@meyering.net>
23974
23975         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
23976         from working on systems without dirfd (at least Irix and OSF1/Tru64).
23977
23978 2003-01-23  Bruno Haible  <bruno@clisp.org>
23979
23980         * modules/minmax: New module.
23981         * MODULES.html.sh (func_all_modules): Add it.
23982
23983 2003-01-23  Bruno Haible  <bruno@clisp.org>
23984
23985         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
23986         Eggert.
23987
23988 2003-01-22  Bruno Haible  <bruno@clisp.org>
23989
23990         * modules/exit: New module.
23991         * MODULES.html.sh (func_all_modules): Add it.
23992
23993 2003-01-22  Bruno Haible  <bruno@clisp.org>
23994
23995         * lib/exit.h: New file, from GNU gettext.
23996
23997 2003-01-19  Bruno Haible  <bruno@clisp.org>
23998
23999         * gnulib-tool: Recognize option --extract-maintainer.
24000         (func_get_maintainer): New function.
24001         * modules/*: Add Maintainer entry.
24002
24003 2003-01-16  Jim Meyering  <jim@meyering.net>
24004
24005         * m4/regex.m4: The `regex' struct is both input and output.
24006         Initialize it before each use.  Patch by Tim Waugh.
24007
24008 2003-01-16  Bruno Haible  <bruno@clisp.org>
24009
24010         * MODULES.html.sh: Add a table of contents. Add the module name as
24011         leftmost column. Add hyperlinks.
24012
24013 2003-01-15  Bruno Haible  <bruno@clisp.org>
24014
24015         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
24016
24017 2003-01-15  Bruno Haible  <bruno@clisp.org>
24018
24019         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
24020         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
24021         suffix.
24022
24023 2003-01-15  Bruno Haible  <bruno@clisp.org>
24024
24025         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
24026
24027 2003-01-15  Bruno Haible  <bruno@clisp.org>
24028
24029         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
24030         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
24031
24032 2003-01-14  Jim Meyering  <jim@meyering.net>
24033
24034         * lib/same.c (same_name): Tweak a comment.
24035
24036 2003-01-14  Bruno Haible  <bruno@clisp.org>
24037
24038         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
24039         when a string comparison is sufficient.
24040
24041 2003-01-14  Bruno Haible  <bruno@clisp.org>
24042
24043         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
24044         'unsigned int'.
24045
24046 2003-01-14  Bruno Haible  <bruno@clisp.org>
24047
24048         * lib/hash-pjw.c: Add comment about low quality of this function.
24049
24050 2003-01-13  Bruno Haible  <bruno@clisp.org>
24051
24052         * modules/stpcpy: Distribute lib/stpcpy.h.
24053         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
24054
24055 2003-01-13  Bruno Haible  <bruno@clisp.org>
24056
24057         * modules/*: Add a description.
24058         * modules/strpbrk: Fix Makefile.am snippet.
24059         * modules/strtoimax: Fix dependencies.
24060         * modules/strtoumax: Likewise.
24061
24062 2003-01-13  Bruno Haible  <bruno@clisp.org>
24063
24064         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
24065         * modules/alloca (Makefile.am): All object files depend on alloca.h.
24066         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
24067
24068 2003-01-13  Bruno Haible  <bruno@clisp.org>
24069
24070         * gnulib-tool (func_create_testdir): Store config/* files in the main
24071         directory.
24072         * config.rpath: Move to ...
24073         * config/config.rpath: ... here.
24074         * modules/gettext: Contains config/config.rpath, not config.rpath.
24075         * modules/iconv: Likewise.
24076
24077 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24078
24079         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24080         to avoid collisions with libcurses and libreadline.
24081
24082         * m4/getstr.m4: Remove.
24083         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
24084
24085 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24086
24087         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24088         to avoid collisions with libcurses and libreadline.
24089
24090         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
24091         * lib/getstr.h, getstr.c: Remove.
24092         * lib/getline.c: Include "getline.h", to check interface.
24093         Move body of old getstr.c here: this defines MIN_CHUNK and
24094         declares getdelim2, which is renamed from getstr.
24095         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
24096
24097         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
24098         All uses changed.
24099         * lib/linebuffer.h: Likewise.
24100         (readline): Remove backward-compatibility macro.
24101
24102 2003-01-12  Paul Eggert  <eggert@twinsun.com>
24103
24104         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
24105         to avoid collisions with libcurses and libreadline.
24106         * getstr: Remove.
24107         * MODULES.html.sh: Remove getstr.
24108         * modules/getline: Depend on unlocked-io, not getstr.
24109
24110 2003-01-12  Jim Meyering  <jim@meyering.net>
24111
24112         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
24113
24114 2003-01-10  Bruno Haible  <bruno@clisp.org>
24115
24116         * modules/alloca: Change Makefile.am requirements. Simplify Include
24117         requirements. Add lib/alloca_.h to file list.
24118
24119 2003-01-10  Bruno Haible  <bruno@clisp.org>
24120
24121         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
24122
24123 2003-01-10  Bruno Haible  <bruno@clisp.org>
24124
24125         * lib/alloca_.h: New file.
24126         * lib/getdate.y: Unconditionally include alloca.h.
24127         * lib/makepath.c: Likewise.
24128         * lib/setenv.c: Likewise.
24129         * lib/userspec.c: Likewise.
24130
24131 2003-01-09  Karl Berry  <karl@gnu.org>
24132
24133         * MODULES.html.sh: include `dirname $0` in PATH, to find
24134         gnulib-tool.
24135
24136 2003-01-09  Bruno Haible  <bruno@clisp.org>
24137
24138         * modules/stdbool: Change configure.ac, Makefile.am requirements.
24139         Simplify Include requirements. Add lib/stdbool.h.in to file list.
24140
24141 2003-01-09  Bruno Haible  <bruno@clisp.org>
24142
24143         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
24144
24145 2003-01-09  Bruno Haible  <bruno@clisp.org>
24146
24147         * lib/stdbool.h.in: New file.
24148
24149 2003-01-09  Bruno Haible  <bruno@clisp.org>
24150
24151         * gnulib-tool (func_all_modules): Ignore files ending in ~.
24152         * MODULES.html.sh: Likewise.
24153
24154 2003-01-08  Jim Meyering  <jim@meyering.net>
24155
24156         * lib/full-write.c: Undefine and define-away `const' after inclusion
24157         of errno.h, not before.  Suggestion from Bruno Haible.
24158
24159 2003-01-08  Bruno Haible  <bruno@clisp.org>
24160
24161         * modules/full-read: Depend on full-write.
24162
24163 2003-01-08  Bruno Haible  <bruno@clisp.org>
24164
24165         * lib/safe-read.c: Include specification header first, to ensure its
24166         selfcontainedness.
24167         * lib/full-write.c: Likewise.
24168
24169 2003-01-07  Jim Meyering  <jim@meyering.net>
24170
24171         * lib/full-write.c: Rework so that it may serve to define full_read,
24172         too.
24173         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
24174
24175 2003-01-07  Bruno Haible  <bruno@clisp.org>
24176
24177         * lib/strtoimax.c: Include <stdint.h> as an alternative to
24178         <inttypes.h>.
24179         * lib/xstrtol.h: Likewise.
24180         * lib/xstrtoimax.c: Likewise.
24181         * lib/xstrtoumax.c: Likewise.
24182         * lib/human.h: Likewise.
24183
24184         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
24185         on systems that have <inttypes.h> but not <stdint.h>.
24186
24187 2003-01-07  Bruno Haible  <bruno@clisp.org>
24188
24189         * MODULES.html.sh: Add copyright notice.
24190         (missed_files): Omit CVS directory entries.
24191         (func_module): Make it work with sed-3.02.
24192         * MODULES.txt: Remove file.
24193
24194 2003-01-06  Jim Meyering  <jim@meyering.net>
24195
24196         * lib/version-etc.c: Update year in translatable copyright string.
24197
24198 2003-01-03  Karl Berry  <karl@gnu.org>
24199
24200         * config/config.{guess,sub}: update from prep.
24201
24202 2003-01-02  Karl Berry  <karl@gnu.org>
24203
24204         * doc/COPYING.DOC: belatedly updated to 1.2.
24205
24206 2003-01-01  Karl Berry  <karl@gnu.org>
24207
24208         * gnulib-tool (func_verify_module): report module name $module in
24209         error message, not $1.
24210         * gnulib-tool (create-testdir): don't complain if destdir couldn't
24211         be created, only if it doesn't exist.
24212         * gnulib-tool (last_checkin_date): don't expand the $Date here.
24213
24214 2002-12-31  Paul Eggert  <eggert@twinsun.com>
24215
24216         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
24217
24218 2002-12-31  Paul Eggert  <eggert@twinsun.com>
24219
24220         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
24221         memcmp if strcoll doesn't work.
24222
24223 2002-12-31  Bruno Haible  <bruno@clisp.org>
24224
24225         * lib/utime.c (utime_null): No need to call ftruncate if the file was
24226         nonempty.
24227
24228 2002-12-31  Bruno Haible  <bruno@clisp.org>
24229
24230         * lib/memcoll.c (STRCOLL): New macro.
24231         (memcoll): Use it.
24232
24233 2002-12-31  Bruno Haible  <bruno@clisp.org>
24234
24235         * lib/localcharset.h: New file.
24236         * lib/localcharset.c: Include it.
24237         * lib/unicodeio.c: Likewise.
24238
24239 2002-12-31  Bruno Haible  <bruno@clisp.org>
24240
24241         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
24242         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
24243
24244 2002-12-31  Bruno Haible  <bruno@clisp.org>
24245
24246         * lib/getline.h: Include <stddef.h>, for size_t.
24247
24248         * lib/unicodeio.h: Include <stddef.h>, for size_t.
24249         * lib/unicodeio.c: Don't include <stddef.h>.
24250
24251 2002-12-31  Bruno Haible  <bruno@clisp.org>
24252
24253         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
24254         HAVE_TM_ZONE.
24255
24256 2002-12-24  Karl Berry  <karl@gnu.org>
24257
24258         * config/config.guess: update from prep.
24259
24260 2002-12-24  Bruno Haible  <bruno@clisp.org>
24261
24262         General infrasructure.
24263         * m4/README: Rewritten.
24264         * m4/onceonly.m4: New file.
24265         * m4/onceonly_2_57.m4: New file.
24266
24267         Module atexit.
24268         * m4/atexit.m4: New file.
24269
24270         Module strtod.
24271         * m4/strtod.m4: New file.
24272
24273         Module strtol.
24274         * m4/strtol.m4: New file.
24275
24276         Module strtoul.
24277         * m4/strtoul.m4: New file.
24278
24279         Module memchr.
24280         * m4/memchr.m4: New file.
24281
24282         Module memcmp.
24283         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
24284         (jm_FUNC_MEMCMP): Invoke it.
24285
24286         Module memcpy.
24287         * m4/memcpy.m4: New file.
24288
24289         Module memmove.
24290         * m4/memmove.m4: New file.
24291
24292         Module memset.
24293         * m4/memset.m4: New file.
24294
24295         Module strcspn.
24296         * m4/strcspn.m4: New file.
24297
24298         Module strpbrk.
24299         * m4/strpbrk.m4: New file.
24300
24301         Module strstr.
24302         * m4/strstr.m4: New file.
24303
24304         Module strerror.
24305         * m4/strerror.m4: New file.
24306
24307         Module mktime.
24308         * m4/mktime.m4: Renamed from jm-mktime.m4.
24309         (gl_PREREQ_MKTIME): New macro.
24310         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
24311
24312         Module malloc.
24313         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
24314         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
24315         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
24316
24317         Module realloc.
24318         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
24319         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
24320         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
24321
24322         Module strftime.
24323         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
24324         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
24325         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
24326         gl_TM_GMTOFF.
24327         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
24328
24329         Module xalloc.
24330         * m4/xalloc.m4: New file.
24331
24332         Module alloca.
24333         * m4/alloca.m4: New file.
24334
24335         Module putenv.
24336         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
24337         (jm_FUNC_PUTENV): Invoke it.
24338
24339         Module setenv.
24340         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
24341         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
24342         when invoked twice.
24343         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
24344         gt_FUNC_SETENV.
24345
24346         Module memrchr.
24347         * m4/memrchr.m4: New file.
24348
24349         Module stpcpy.
24350         * m4/stpcpy.m4: New file.
24351
24352         Module strcase.
24353         * m4/strcase.m4: New file.
24354
24355         Module strdup.
24356         * m4/strdup.m4: New file.
24357
24358         Module strnlen.
24359         * m4/strnlen.m4: New file.
24360
24361         Module strndup.
24362         * m4/strndup.m4: New file.
24363
24364         Module xstrtod.
24365         * m4/xstrtod.m4: New file.
24366
24367         Module xstrtol.
24368         * m4/xstrtol.m4: New file.
24369
24370         Module getdate.
24371         * m4/getdate.m4: New file.
24372
24373         Module unlocked-io.
24374         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
24375         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
24376         * m4/jm-glibc-io.m4n: Remove file.
24377
24378         Module long-options.
24379         * m4/long-options.m4: New file.
24380
24381         Module md5.
24382         * m4/md5.m4: New file.
24383
24384         Module sha.
24385         * m4/sha.m4: New file.
24386
24387         Module getstr.
24388         * m4/getstr.m4: New file.
24389
24390         Module getline.
24391         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
24392         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
24393         <sys/types.h>, for size_t. Use the function name gnu_getline, not
24394         simply getline. Infoke gl_PREREQ_GETLINE.
24395
24396         Module obstack.
24397         * m4/obstack.m4: New file.
24398
24399         Module hash.
24400         * m4/hash.m4: New file.
24401
24402         Module readtokens.
24403         * m4/readtokens.m4: New file.
24404
24405         Module strverscmp.
24406         * m4/strverscmp.m4: New file.
24407
24408         Module stdbool.
24409         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
24410         OSF/1.
24411
24412         Module strtoll.
24413         * m4/strtoll.m4: New file.
24414
24415         Module strtoull.
24416         * m4/strtoull.m4: New file.
24417
24418         Module strtoimax.
24419         * m4/strtoimax.m4: New file.
24420
24421         Module strtoumax.
24422         * m4/strtoumax.m4: New file.
24423
24424         Module xstrtoimax.
24425         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
24426         jm_AC_PREREQ_XSTRTOIMAX.
24427         Moved the strtol prerequisites to strtol.m4.
24428         Moved the strtoll prerequisites to strtoll.m4.
24429         Moved the strtoimax prerequisites to strtoimax.m4.
24430
24431         Module xstrtoumax.
24432         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
24433         jm_AC_PREREQ_XSTRTOUMAX.
24434         Moved the strtoul prerequisites to strtoul.m4.
24435         Moved the strtoull prerequisites to strtoull.m4.
24436         Moved the strtoumax prerequisites to strtoumax.m4.
24437
24438         Module chown.
24439         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
24440         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
24441
24442         Module dup2.
24443         * m4/dup2.m4: New file.
24444
24445         Module ftruncate.
24446         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
24447         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
24448
24449         Module getgroups.
24450         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
24451         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
24452
24453         Module gettimeofday.
24454         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
24455         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
24456         gl_PREREQ_GETTIMEOFDAY.
24457
24458         Module mkdir.
24459         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
24460         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
24461
24462         Module mkstemp.
24463         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
24464         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
24465         jm_AC_TYPE_UINTMAX_T.
24466         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
24467
24468         Module stat.
24469         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
24470         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
24471
24472         Module lstat.
24473         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
24474         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
24475
24476         Module timespec.
24477         * m4/timespec.m4 (gl_TIMESPEC): New macro.
24478         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
24479         * m4/st_mtim.m4: Indentation.
24480
24481         Module nanosleep.
24482         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
24483         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
24484         gl_PREREQ_NANOSLEEP.
24485
24486         Module regex.
24487         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
24488         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
24489         (gl_REGEX): New macro.
24490
24491         Module rename.
24492         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
24493         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
24494
24495         Module rmdir.
24496         * m4/rmdir.m4: New file.
24497
24498         Module utime.
24499         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
24500         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
24501         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
24502
24503         Module dirname.
24504         * m4/dirname.m4: New file.
24505
24506         Module getopt.
24507         * m4/getopt.m4: New file.
24508
24509         Module unistd-safer.
24510         * m4/unistd-safer.m4: New file.
24511
24512         Module fnmatch.
24513         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
24514         declaration.
24515         (gl_PREREQ_FNMATCH_EXTRA): New macro.
24516         (gl_FUNC_FNMATCH_POSIX): New macro.
24517         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
24518         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
24519         simply fnmatch.
24520
24521         Module exclude.
24522         * m4/exclude.m4: New file.
24523
24524         Module human.
24525         * m4/human.m4: New file.
24526
24527         Module acl.
24528         * m4/acl.m4: Nop.
24529
24530         Module backupfile.
24531         * m4/backupfile.m4: New file.
24532         * m4/d-ino.m4: Indentation.
24533
24534         Module fsusage.
24535         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
24536         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
24537         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
24538
24539         Module dirfd.
24540         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
24541         requirements.
24542
24543         Module euidaccess.
24544         * m4/euidaccess.m4: New file.
24545
24546         Module file-type.
24547         * m4/file-type.m4: New file.
24548
24549         Module fileblocks.
24550         * m4/fileblocks.m4: New file.
24551
24552         Module filemode.
24553         * m4/filemode.m4: New file.
24554
24555         Module isdir.
24556         * m4/isdir.m4: New file.
24557
24558         Module lchown.
24559         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
24560         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
24561
24562         Module makepath.
24563         * m4/makepath.m4: New file.
24564
24565         Module modechange.
24566         * m4/modechange.m4: New file.
24567
24568         Module mountlist.
24569         * m4/mountlist.m4: New file.
24570         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
24571         Indentation.
24572
24573         Module path-concat.
24574         * m4/path-concat.m4: New file.
24575
24576         Module pathmax.
24577         * m4/pathmax.m4: New file.
24578
24579         Module same.
24580         * m4/same.m4: New file.
24581
24582         Module save-cwd.
24583         * m4/save-cwd.m4: New file.
24584
24585         Module savedir.
24586         * m4/savedir.m4: New file.
24587
24588         Module xgetcwd.
24589         * m4/xgetcwd.m4: New file.
24590         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
24591
24592         Module xreadlink.
24593         * m4/xreadlink.m4: New file.
24594
24595         Module safe-read.
24596         * m4/safe-read.m4: New file.
24597
24598         Module safe-write.
24599         * m4/safe-write.m4: New file.
24600
24601         Module closeout.
24602         * m4/closeout.m4: New file.
24603
24604         Module stdio-safer.
24605         * m4/stdio-safer.m4: New file.
24606
24607         Module getpass.
24608         * m4/getpass.m4: New file.
24609
24610         Module getugroups.
24611         * m4/getugroups.m4: New file.
24612
24613         Module group-member.
24614         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
24615         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
24616
24617         Module idcache.
24618         * m4/idcache.m4: New file.
24619
24620         Module userspec.
24621         * m4/userspec.m4: New file.
24622
24623         Module gettime.
24624         * m4/clock_time.m4: New file.
24625         * m4/gettime.m4: New file.
24626
24627         Module settime.
24628         * m4/settime.m4: New file.
24629
24630         Module posixtm.
24631         * m4/posixtm.m4: New file.
24632
24633         Module gethostname.
24634         * m4/gethostname.m4: New file.
24635
24636         Module canon-host.
24637         * m4/canon-host.m4: New file.
24638
24639         Module gettext.
24640         * m4/codeset.m4: New file, from gettext-0.11.5.
24641         * m4/gettext.m4: New file, from gettext-0.11.5.
24642         * m4/glibc21.m4: New file, from gettext-0.11.5.
24643         * m4/iconv.m4: New file, from gettext-0.11.5.
24644         * m4/intdiv0.m4: New file, from gettext-0.11.5.
24645         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
24646         * m4/inttypes.m4: New file, from gettext-0.11.5.
24647         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
24648         * m4/isc-posix.m4: New file, from gettext-0.11.5.
24649         * m4/lcmessage.m4: New file, from gettext-0.11.5.
24650         * m4/lib-ld.m4: New file, from gettext-0.11.5.
24651         * m4/lib-link.m4: New file, from gettext-0.11.5.
24652         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
24653         * m4/progtest.m4: New file, from gettext-0.11.5.
24654         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
24655         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
24656         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
24657
24658         Module localcharset.
24659         * m4/localcharset.m4: New file.
24660
24661         Module hard-locale.
24662         * m4/hard-locale.m4: New file.
24663
24664         Module mbswidth.
24665         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
24666         onceonly macros.
24667         * m4/mbrtowc.m4: Add comment.
24668
24669         Module memcasecmp.
24670         * m4/memcasecmp.m4: New file.
24671
24672         Module memcoll.
24673         * m4/memcoll.m4: New file.
24674
24675         Module unicodeio.
24676         * m4/unicodeio.m4: New file.
24677
24678         Module rpmatch.
24679         * m4/rpmatch.m4: New file.
24680
24681         Module yesno.
24682         * m4/yesno.m4: New file.
24683
24684         Module exitfail.
24685         * m4/exitfail.m4: New file.
24686
24687         Module c-stack.
24688         * m4/c-stack.m4 (gl_C_STACK): New macro.
24689         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
24690
24691         Module error.
24692         * m4/error.m4 (gl_ERROR): New macro.
24693         (jm_PREREQ_ERROR): Use onceonly macros.
24694
24695         Module fatal.
24696         * m4/fatal.m4: New file.
24697
24698         Module getloadavg.
24699         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
24700         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
24701
24702         Module getpagesize.
24703         * m4/getpagesize.m4: New file.
24704
24705         Module getusershell.
24706         * m4/getusershell.m4: New file.
24707
24708         Module physmem.
24709         * m4/physmem.m4: New file.
24710
24711         Module posixver.
24712         * m4/posixver.m4: New file.
24713
24714         Module quotearg.
24715         * m4/quotearg.m4: New file.
24716
24717         Module quote.
24718         * m4/quote.m4: New file.
24719
24720         Module readutmp.
24721         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
24722
24723         Module sig2str.
24724         * m4/sig2str.m4: New file.
24725
24726         Other.
24727         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
24728         ulonglong.m4.
24729         * m4/intmax_t.m4: New file.
24730         * m4/d-type.m4: Indentation.
24731         * m4/jm-macros.m4: Update.
24732         * m4/prereq.m4 (jm_PREREQ): Update.
24733         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
24734         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
24735         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
24736         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
24737         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
24738         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
24739         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
24740         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
24741         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
24742         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
24743         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
24744         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
24745         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
24746         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
24747         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
24748         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
24749         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
24750         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
24751         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
24752
24753 2002-12-24  Bruno Haible  <bruno@clisp.org>
24754
24755         * MODULES.txt: Update according to m4/ changes.
24756
24757         Module gettext.
24758         * config.rpath: New file, from gettext-0.11.5.
24759
24760         * modules/*: New module descriptions.
24761         * gnulib-tool: New file.
24762         * MODULES.html.sh: New file.
24763
24764 2002-12-21  Karl Berry  <karl@gnu.org>
24765
24766         * doc/fdl.texi: update to version 1.2.
24767
24768 2002-12-19  Karl Berry  <karl@gnu.org>
24769
24770         * config/config.guess: update from prep.
24771
24772 2002-12-18  Bruno Haible  <bruno@clisp.org>
24773
24774         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
24775         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
24776
24777 2002-12-17  Bruno Haible  <bruno@clisp.org>
24778
24779         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
24780         stdlib.h, string.h.
24781
24782 2002-12-17  Bruno Haible  <bruno@clisp.org>
24783
24784         * lib/canon-host.c (strdup): Remove unused declaration.
24785
24786         * lib/fsusage.c: Include full_read.h.
24787         (get_fs_usage): Use full_read instead of safe_read.
24788
24789         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
24790
24791 2002-12-12  Karl Berry  <karl@gnu.org>
24792
24793         * config/config.guess: update from prep.
24794
24795 2002-12-11  Bruno Haible  <bruno@clisp.org>
24796
24797         * m4/setenv.m4: New file, from gettext-0.11.5.
24798
24799 2002-12-11  Bruno Haible  <bruno@clisp.org>
24800
24801         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
24802         not unsetenv().
24803         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
24804         modifications:
24805
24806         2002-12-11  Bruno Haible  <bruno@clisp.org>
24807
24808                 * setenv.c (alloca): Fall back to malloc.
24809                 (freea): New macro.
24810                 (setenv): Use freea() to free memory allocated with alloca().
24811
24812         2002-11-13  Bruno Haible  <bruno@clisp.org>
24813
24814                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
24815                 function declarations.
24816                 * unsetenv.c (unsetenv): Likewise.
24817
24818         2002-03-04  Bruno Haible  <bruno@clisp.org>
24819
24820                 Portability to AIX 4.3.3.
24821                 * unsetenv.c: New file, extracted from setenv.c.
24822                 * setenv.c: Move the unsetenv() function to unsetenv.c.
24823
24824         2001-12-20  Bruno Haible  <bruno@clisp.org>
24825
24826                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
24827                 use malloc instead. For SunOS 4.
24828
24829         2001-12-11  Bruno Haible  <bruno@clisp.org>
24830
24831                 * setenv.c: Declare alloca.
24832                 (compar_fn_t): New typedef.
24833                 (KNOWN_VALUE, STORE_VALUE): Use it.
24834
24835         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
24836         setenv.h.
24837
24838 2002-12-10  Paul Eggert  <eggert@twinsun.com>
24839
24840         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
24841         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
24842         Choose values that are less likely to collide with system fnmatch
24843         options.
24844         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
24845         defined (e.g., a pure POSIX system).
24846         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
24847         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
24848
24849 2002-12-06  Paul Eggert  <eggert@twinsun.com>
24850
24851         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
24852         a pain in practice to deal with generated m4 files.  This change
24853         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
24854
24855         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
24856         and jm-glibc-io.m4, as they are no longer a special case.
24857         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
24858         kludge and the auto-generation stuff.  Check only whether the
24859         functions are declared, not whether they exist, since older hosts
24860         that don't declare the functions can't use the optimization anyway.
24861
24862 2002-12-06  Jim Meyering  <jim@meyering.net>
24863
24864         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
24865
24866         Merge in changes from libc's misc/error.c, in preparation
24867         for the merge of gnulib's changes back into libc.
24868
24869         * lib/error.c (_): Define only if not already defined.
24870         Move definition to follow all #include directives.
24871         Include unlocked-io.h only if !_LIBC.
24872         [_LIBC]: Include <libio/libioP.h>.
24873         [USE_IN_LIBIO]: Include <libio/iolibio.h>
24874         (fflush): Tweak definition to use INTUSE.
24875         (putc): Define.
24876
24877 2002-12-05  Paul Eggert  <eggert@twinsun.com>
24878
24879         * lib/alloca.c [defined emacs]: Include "lisp.h".
24880         (xalloc_die) [defined emacs]: New macro.
24881         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
24882         [! defined emacs]: Include <xalloc.h>.
24883         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
24884         (pointer): Typedef to POINTER_TYPE *.
24885         (malloc): Remove decl; we now always use xmalloc.
24886         (alloca): Use old-style definition, since Emacs needs this.
24887         Check for arithmetic overflow when computing combined size.
24888
24889 2002-12-04  Paul Eggert  <eggert@twinsun.com>
24890
24891         Do not generate unlocked-io.h automatically, since it's easier to
24892         maintain it by hand.
24893
24894         * lib/unlocked-io.h: New file, from GNU diffutils,
24895         but with proper copyright notice and attribution.
24896         * lib/gen-uio: Remove.
24897         * lib/Makefile.am: Add copyright notice.
24898         (libfetish_a_SOURCES): Add unlocked-io.h.
24899         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
24900         (DISTCLEANFILES, io_functions): Remove macros.
24901         (EXTRA_DIST): Remove gen_uio.
24902         (unlocked-io.h): Remove rule.
24903
24904 2002-12-04  Jim Meyering  <jim@meyering.net>
24905
24906         Reflect the fact that stat.c and lstat.c are no longer generated.
24907         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
24908         (DISTCLEANFILES): Likewise.
24909         (EXTRA_DIST): Likewise.
24910         (all_local): Don't depend on stat.c or lstat.c.
24911         (stat.c, lstat.c): Remove rules.
24912         (EXTRA_DIST): Remove xstat.in.
24913
24914         * lib/xstat.in: Remove file.  Contents moved into stat.c.
24915         * lib/stat.c: New file.  Contents mostly from xstat.in.
24916         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
24917         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
24918
24919         * lib/safe-read.c: Rework so that it may serve to define safe_write,
24920         too.
24921         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
24922
24923 2002-12-03  Jim Meyering  <jim@meyering.net>
24924
24925         * lib/safe-read.c, safe-write.c: Change variable names and comments,
24926         but not semantics, to minimize the differences between these two files.
24927         (safe_read): Change comment to mention SAFE_READ_ERROR.
24928
24929         * lib/safe-read.c (IS_EINTR): Define.
24930         (safe_read): Use IS_EINTR in place of in-function cpp directives.
24931
24932 2002-12-02  Jim Meyering  <jim@meyering.net>
24933
24934         * lib/safe-read.c (EINTR): Define.
24935         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24936         (INT_MAX): Provide fallback.
24937         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
24938
24939         * lib/safe-read.h (SAFE_READ_ERROR): Define.
24940
24941 2002-12-02  Bruno Haible  <bruno@clisp.org>
24942
24943         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
24944         Define, taken from safe-read.c.
24945         (INT_MAX): Provide fallback.
24946         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
24947         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
24948
24949         * lib/safe-read.c (EINTR): Remove definition.
24950         (safe_read): Don't use EINTR if it is absent.
24951
24952 2002-12-01  Jim Meyering  <jim@meyering.net>
24953
24954         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
24955         zero.
24956         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
24957
24958 2002-11-27  Paul Eggert  <eggert@twinsun.com>
24959
24960         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
24961         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
24962         with `if (! (value < limit)) abort ();', for readability.
24963
24964 2002-11-26  Karl Berry  <karl@gnu.org>
24965
24966         * lib/strdup.c: copy from libc again, with jim's ok.
24967         * lib/.cppi-disable: re-add strdup.c
24968
24969 2002-11-25  Karl Berry  <karl@gnu.org>
24970
24971         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
24972         instead of "strtol.c".
24973
24974 2002-11-25  Karl Berry  <karl@gnu.org>
24975
24976         * config/install-sh: update from automake for variable quoting, $0 in
24977         error msgs, etc.
24978
24979         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
24980         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
24981         entry.
24982
24983 2002-11-25  Jim Meyering  <jim@meyering.net>
24984
24985         * lib/mktime.c: Sync from libc, now that it has the latest fix.
24986
24987 2002-11-24  Karl Berry  <karl@gnu.org>
24988
24989         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
24990         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
24991
24992 2002-11-24  Jim Meyering  <jim@meyering.net>
24993
24994         Update from coreutils:
24995
24996         * lib/mktime.c: Merge in changes from libc.
24997
24998         Avoid a link-time failure on some Linux systems.
24999         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
25000         (otherwise).
25001         (__mon_yday): Declare with the STATIC attribute.
25002         (__mktime_internal): Likewise.
25003         Based on a report from Greg Schafer.
25004
25005 2002-11-23  Jim Meyering  <jim@meyering.net>
25006
25007         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
25008         Use `unsigned', not `int', as type of index.
25009
25010         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
25011
25012         * lib/fsusage.c: Remove unneeded parentheses around operands of
25013         `defined'.
25014
25015 2002-11-22  Paul Eggert  <eggert@twinsun.com>
25016
25017         * lib/quotearg.h: Allow multiple inclusion by surrounding with
25018         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
25019         so that we can be included first.
25020         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
25021         * lib/quotearg.c: Include quotearg.h immediately after config.h.
25022         No need to include stddef.h or sys/types.h any more.
25023         Surround local include files with "", not "<>".
25024         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
25025         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
25026         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
25027         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
25028         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
25029         (ISPRINT): Remove; no longer needed now that we assume C89.
25030
25031         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
25032         Preserve errno.
25033
25034         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
25035         quotearg_char): Use SIZE_MAX rather than
25036         (size_t) -1 when we are talking about "infinity".
25037
25038         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
25039
25040 2002-11-22  Paul Eggert  <eggert@twinsun.com>
25041
25042         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
25043         hint that one should use `if (! x) abort ();' rather than `assert
25044         (x);', and anyway it's one less thing to worry about configuring.
25045         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
25046         hash_rehash, hash_insert): Use abort rather than assert.
25047
25048 2002-11-22  Bruno Haible  <bruno@clisp.org>
25049
25050         * lib/safe-read.h: Assume C89. Add comments.
25051         (safe_read): Change return type to size_t.
25052         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
25053         byte counts > SSIZE_MAX correctly.
25054         * lib/safe-write.h: New file.
25055         * lib/safe-write.c: New file.
25056         * lib/full-read.h: New file.
25057         * lib/full-read.c: New file.
25058         * lib/full-write.h: Assume C89. Add comments.
25059         * lib/full-write.c: Include safe-write.h.
25060         (full_write): Rewritten to use safe_write.
25061         Suggested by Jim Meyering and Paul Eggert.
25062
25063 2002-11-21  Jim Meyering  <jim@meyering.net>
25064
25065         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
25066
25067         Merge in changes from the coreutils.
25068
25069         2002-09-25  Paul Eggert  <eggert@twinsun.com>
25070         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
25071         <stdint.h>.
25072         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
25073         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
25074         int.  Work more efficiently if X is the same width as uintmax_t.
25075         Do not compare X to -1, to avoid bogus compiler warning.
25076         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
25077         Don't assume that f_frsize and f_bsize are the same type.
25078
25079         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
25080         warning on FreeBSD.
25081
25082         * lib/makepath.c (make_path): Restore umask *before* creating the final
25083         component.
25084         (make_path): Minor reformatting.
25085
25086         * lib/xmalloc.c: Adjust to work with new autoconf macros,
25087         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
25088         HAVE_MALLOC/HAVE_REALLOC.
25089
25090         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
25091         dummy ones.  At least on GNU/Linux systems, `auto' means something
25092         else.
25093         From Michael Stone.
25094
25095 2002-11-21  Bruno Haible  <bruno@clisp.org>
25096
25097         Remove case insensitive option matching.
25098         * lib/argmatch.h (argcasematch): Remove declaration.
25099         (ARGCASEMATCH): Remove macro.
25100         (__xargmatch_internal): Remove case_sensitive argument.
25101         (XARGMATCH): Update.
25102         (XARGCASEMATCH): Remove macro.
25103         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
25104         case_sensitive argument.
25105         (argcasematch): Remove function.
25106         (__xargmatch_internal): Remove case_sensitive argument.
25107         (main): Use XARGMATCH instead of XARGCASEMATCH.
25108
25109         * lib/xmalloc.c: Change compile-time error message. Add comment about
25110         required autoconf version.
25111
25112 2002-11-20  Paul Eggert  <eggert@twinsun.com>
25113
25114         Merge argmatch cleanups from Bison.  Assume C89.
25115
25116         * lib/argmatch.c: Include config.h here, not in argmatch.h.
25117         Include stdlib.h, for EXIT_FAILURE.
25118         Always include <string.h>, since we assume C89.
25119         (EXIT_FAILURE): Remove pre-C89 bug workaround.
25120         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
25121         Include <stddef.h> instead, since it's all we need for size_t.
25122         (PARAMS): Remove.  All uses removed.
25123         (ARRAY_CARDINALITY): Do not bother to #undef.
25124         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
25125         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
25126         Remove unnecessary parentheses.
25127         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
25128         Insert necessary parentheses.
25129         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
25130         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
25131
25132 2002-11-19  Bruno Haible  <bruno@clisp.org>
25133
25134         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
25135         * lib/mbswidth.h: Include <stddef.h>, for size_t.
25136
25137         * lib/mbswidth.h (PARAMS): Remove macro.
25138         (mbswidth, mbsnwidth): Use ANSI C function declarations.
25139         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
25140
25141         * lib/gcd.h (PARAMS): Remove macro.
25142         (gcd): Use ANSI C function declarations.
25143         * lib/gcd.c (gcd): Likewise.
25144
25145 2002-11-15  Bruno Haible  <bruno@clisp.org>
25146
25147         * lib/strcspn.c: Include <stddef.h>.
25148         (strcspn): Use ANSI C function declaration. Change return type to
25149         size_t. Use NULL.
25150         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
25151         (strpbrk): Use NULL.
25152         * lib/strpbrk.h (PARAMS): Remove macro.
25153         (strpbrk): Use ANSI C function declaration.
25154         * lib/strstr.c: Don't include <sys/types.h>.
25155         * lib/strstr.h (PARAMS): Remove macro.
25156         (strstr): Use ANSI C function declarations.
25157
25158 2002-11-14  Karl Berry  <karl@gnu.org>
25159
25160         * config/mkinstalldirs: `do' on separate line, instead of
25161         `for var; do'.
25162
25163 2002-11-06  Bruno Haible  <bruno@clisp.org>
25164
25165         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
25166         * lib/gcd.c (gcd): Likewise.
25167
25168 2002-11-05  Bruno Haible  <bruno@clisp.org>
25169
25170         * lib/gcd.h: New file, from gettext-0.11.5.
25171         * lib/gcd.c: New file, from gettext-0.11.5.
25172
25173 2002-11-05  Bruno Haible  <bruno@clisp.org>
25174
25175         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25176         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25177         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25178         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
25179
25180         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
25181         <libintl.h>.
25182         * lib/makepath.c: Include gettext.h instead of <locale.h> and
25183         <libintl.h>.
25184
25185         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
25186         * lib/human.c: Include gettext.h instead of <libintl.h>.
25187         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
25188         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
25189         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
25190         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
25191         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
25192         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
25193         (textdomain): Remove definition.
25194         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
25195
25196         * lib/long-options.c: Remove include of <libintl.h> and definition of
25197         _.
25198         * lib/same.c: Remove include of <libintl.h> and definition of _.
25199
25200 2002-11-04  Owen Taylor  <otaylor@redhat.com>
25201
25202         * lib/config.charset: A few additions for Solaris.
25203
25204 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
25205
25206         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
25207         * lib/localcharset.c (locale_charset): Declare as extern "C".
25208
25209 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
25210
25211         * lib/config.charset: msdos in uk_UA uses CP1125.
25212
25213 2002-11-04  Bruno Haible  <bruno@clisp.org>
25214
25215         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
25216         * lib/strcase.h: New file, from GNU gettext-0.11.5.
25217         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
25218         * lib/strstr.h: New file, from GNU gettext-0.11.5.
25219         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
25220
25221 2002-11-04  Bruno Haible  <bruno@clisp.org>
25222
25223         * lib/localcharset.c (locale_charset): Don't return an empty string.
25224
25225 2002-11-04  Bruno Haible  <bruno@clisp.org>
25226
25227         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
25228         aliases.
25229
25230 2002-11-04  Bruno Haible  <bruno@clisp.org>
25231
25232         * lib/config.charset: Update for newest glibc. Add canonical names
25233         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
25234
25235 2002-11-04  Bruno Haible  <bruno@clisp.org>
25236
25237         * lib/config.charset: Add support for NetBSD.
25238
25239 2002-11-04  Bruno Haible  <bruno@clisp.org>
25240
25241         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
25242
25243 2002-11-01  Bruno Haible  <bruno@clisp.org>
25244
25245         * configure.in: Add AC_CONFIG_AUX_DIR call.
25246         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
25247         test/Makefile.
25248         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
25249
25250 2002-09-28  Karl Berry  <karl@gnu.org>
25251
25252         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
25253         installed automake until the next release, since changes have been
25254         made.
25255
25256 2002-09-25  Karl Berry  <karl@gnu.org>
25257
25258         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
25259         * lib/getopt*: copy from libc/posix.
25260         * lib/gettext.h: copy from gettext.
25261         * lib/.cppi-disable: add strdup.c, gettext.h.
25262
25263 2002-09-25  Karl Berry  <karl@gnu.org>
25264
25265         * config/srclist.txt: enable gettext.h check.
25266         * config/config.{guess,sub}: update from prep.
25267         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
25268                 from automake 1.6.3.
25269         See srclist*.
25270
25271 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
25272
25273         * regex.c (PATFETCH): Remove the translating fetch.
25274         (PATFETCH_RAW): Rename to PATFETCH.
25275         (set_image_of_range): New fun.
25276         (SET_RANGE_TABLE_WORK_AREA): Use it.
25277         (regex_compile): Don't translate the pattern chars so eagerly.
25278         Only do it when inserting an `exactn' bytecode or when handling
25279         a char-range.
25280         (mutually_exclusive_p): Avoid empty statement.
25281
25282 2002-07-06  Jim Meyering  <meyering@lucent.com>
25283
25284         * m4/README: Don't mention Makefile.am.in.
25285         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
25286
25287 2002-07-01  Jim Meyering  <meyering@lucent.com>
25288
25289         * lib/c-stack.c: Include sys/time.h.
25290         From Volker Borchert.
25291
25292 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25293
25294         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
25295
25296 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25297
25298         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
25299         New macro.  Use it uniformly instead of
25300         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
25301         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
25302         reported by Vin Shelton.
25303
25304 2002-06-22  Paul Eggert  <eggert@twinsun.com>
25305
25306         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
25307         Do not assume SA_SIGINFO behavior.
25308         Bug reported by Jim Meyering on NetBSD 1.5.2.
25309
25310 2002-06-22  Jim Meyering  <meyering@lucent.com>
25311
25312         * m4/c-stack.m4: New file, from diffutils-2.8.2.
25313         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
25314
25315         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
25316         now that configure.ac uses AC_GNU_SOURCE.
25317         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
25318         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
25319
25320         Update to latest tools.  Suggestions from Paul Eggert.
25321         * m4/stdbool.m4: New file, from diffutils-2.8.2.
25322         * m4/gnu-source.m4: Update from diffutils-2.8.2.
25323         * m4/fnmatch.m4: Likewise.
25324         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
25325         to AC_HEADER_STDBOOL
25326
25327 2002-06-22  Jim Meyering  <meyering@lucent.com>
25328
25329         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
25330         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
25331
25332 2002-06-22  Jim Meyering  <meyering@lucent.com>
25333
25334         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
25335
25336         * lib/exitfail.c, exitfail.h: Likewise.
25337         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
25338
25339         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
25340         of fnmatch.h.
25341         (EXTRA_DIST): Add fnmatch_loop.c.
25342         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
25343
25344         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
25345         * lib/fnmatch.c: Update from diffutils-2.8.2.
25346         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
25347         * lib/fnmatch.h: Remove file.
25348
25349 2002-06-21  Jim Meyering  <meyering@lucent.com>
25350
25351         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
25352         * m4/mbrtowc.m4: Likewise.
25353
25354         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
25355         * m4/mbswidth.m4: Reflect name change:
25356         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
25357         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
25358
25359         * m4/lib-link.m4: Update from gettext-0.11.2.
25360         * m4/gettext.m4: Likewise.
25361
25362         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
25363         From Alfred M. Szmidt.
25364
25365 2002-06-18  Paul Eggert  <eggert@twinsun.com>
25366
25367         * lib/file-type.h: Report an error if neither S_ISREG nor
25368         S_IFREG is defined, instead of using a test specific to glibc
25369         2.2.  This should be safe, since POSIX requires S_ISREG and
25370         Unix Version 7 had S_IFREG.  We don't need to check for
25371         <sys/types.h> since we don't use any symbols that it defines.
25372
25373 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
25374
25375         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
25376         $@-t, so that each temporary file name is unique and valid in the first
25377         8 characters, for operation under DOS.
25378
25379 2002-06-15  Paul Eggert  <eggert@twinsun.com>
25380
25381         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
25382
25383 2002-06-15  Jim Meyering  <meyering@lucent.com>
25384
25385         Work even with DJGPP 2.03, which lacks support for symlinks.
25386         From Richard Dawe.
25387         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
25388         is defined.
25389         * lib/lchown.c (S_ISLNK): Likewise.
25390
25391 2002-06-15  Jim Meyering  <meyering@lucent.com>
25392
25393         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
25394         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
25395         have been included before this file.
25396
25397 2002-06-14  Jim Meyering  <meyering@lucent.com>
25398
25399         * lib/file-type.h: Use the version from diffutils-2.8.2.
25400         * lib/file-type.c: Likewise.
25401
25402 2002-06-07  Jim Meyering  <meyering@lucent.com>
25403
25404         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
25405         They're needed at least for NetBSD 1.5.2.
25406         ($statxfs_includes): Include those same headers.
25407         ($statxfs_includes): Include sys/vfs.h if available.
25408         ($statxfs_includes): Likewise for sys/statvfs.h.
25409         Check for the following members in both structs statfs and statvfs:
25410         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
25411
25412 2002-06-01  Jim Meyering  <meyering@lucent.com>
25413
25414         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
25415         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
25416
25417 2002-05-28  Jim Meyering  <meyering@lucent.com>
25418
25419         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
25420         Reported by Volker Borchert.
25421
25422 2002-05-27  Jim Meyering  <meyering@lucent.com>
25423
25424         Fix a problem seen only on nonconforming systems whereby ls.c's
25425         use of localtime, and then of gettimeofday would cause trouble:
25426         the localtime call used to initialize rpl_gettimeofday's save
25427         mechanism would clobber ls's current local time information so
25428         that in any long listing the first file would always be listed
25429         with date 1970-01-01.  Analysis by Volker Borchert.
25430
25431         * lib/gettimeofday.c (localtime): Undefine.
25432         (rpl_localtime): New function.
25433
25434 2002-05-27  Jim Meyering  <meyering@lucent.com>
25435
25436         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
25437         localtime.
25438
25439         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
25440         use the replacement function; it wouldn't resolve at link time.
25441         Reported by Volker Borchert.
25442
25443 2002-05-22  Jim Meyering  <meyering@lucent.com>
25444
25445         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
25446         file-type.h.
25447         * lib/file-type.h: New file.
25448         * lib/file-type.c (file_type): New file/function.  Extracted from
25449         diffutils.
25450
25451 2002-04-30  Jim Meyering  <meyering@lucent.com>
25452
25453         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
25454
25455 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25456
25457         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
25458
25459 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25460
25461         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
25462         Do not check for alloca.h (no longer used) or stdbool.h (was never
25463         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
25464
25465 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25466
25467         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
25468
25469 2002-04-29  Jim Meyering  <meyering@lucent.com>
25470
25471         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
25472         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
25473         Use AC_FUNC_STRNLEN here instead.
25474
25475         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
25476         With autoconf-2.53a, it's part of AC_PROG_CC.
25477
25478 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25479
25480         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
25481         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
25482
25483 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25484
25485         * lib/sig2str.h, lib/sig2str.c: New files.
25486         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
25487
25488 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25489
25490         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
25491         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
25492         of 127, since 64 is the largest conceivable number for ancient
25493         nonstandard hosts.
25494         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
25495
25496 2002-04-28  Jim Meyering  <meyering@lucent.com>
25497
25498         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
25499
25500 2002-04-24  Jim Meyering  <meyering@lucent.com>
25501
25502         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
25503         (jm_PREREQ): Use it.
25504
25505         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
25506         mach/mach.h fcntl.h.
25507         Check for this function: setlocale.
25508
25509 2002-04-24  Jim Meyering  <meyering@lucent.com>
25510
25511         * lib/gettext.h: New file, from Gettext.
25512         * lib/Makefile.am (INCLUDES): Remove -I../intl.
25513         (libfetish_a_SOURCES): Add gettext.h.
25514
25515 2002-04-16  Jim Meyering  <meyering@lucent.com>
25516
25517         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
25518         ut_pid, ut_id, ut_exit.
25519
25520 2002-04-16  Jim Meyering  <meyering@lucent.com>
25521
25522         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
25523         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
25524         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
25525
25526 2002-04-12  Jim Meyering  <meyering@lucent.com>
25527
25528         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
25529         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
25530         existence of the getmntinfo function.  Needed for Darwin 5.3.
25531
25532         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
25533         This is necessary at least on Darwin 5.3.
25534
25535         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
25536         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
25537         strnlen.o in the library, and that makes some versions of ranlib
25538         object.
25539
25540 2002-04-12  Jim Meyering  <meyering@lucent.com>
25541
25542         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
25543
25544 2002-04-09  Jim Meyering  <meyering@lucent.com>
25545
25546         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
25547         to be more precise.  Rather than saying we're checking whether the
25548         function `works', say what we're testing.
25549         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
25550         Reported by Bruno Haible.
25551
25552 2002-03-10  Jim Meyering  <meyering@lucent.com>
25553
25554         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
25555         Suggestion from Santiago Vila.
25556
25557 2002-03-08  Jim Meyering  <meyering@lucent.com>
25558
25559         * lib/rename.c: Mention that this wrapper is needed also on
25560         mips-dec-ultrix4.4 systems.
25561
25562 2002-03-02  Jim Meyering  <meyering@lucent.com>
25563
25564         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
25565         not HAVE_CLOCK_SETTIME.
25566
25567 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25568
25569         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
25570         Check for clock_settime.
25571
25572 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25573
25574         * lib/nanosleep.h: Rename to....
25575         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
25576
25577         * lib/gettime.c: New file.
25578         * lib/settime.c: New file.
25579         * lib/stime.c: Remove.
25580
25581         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
25582         timespec.h.  Remove nanosleep.h.
25583
25584 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25585
25586         * m4/acl.m4: New file.
25587         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
25588         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
25589
25590 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25591
25592         * lib/acl.c, lib/acl.h: New files.
25593         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
25594
25595 2002-02-24  Jim Meyering  <meyering@lucent.com>
25596
25597         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
25598         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
25599         cause trouble.  Reported by Nelson Beebe.
25600
25601 2002-02-23  Paul Eggert  <eggert@twinsun.com>
25602
25603         * lib/path-concat.c (xpath_concat): Reorder code to pacify
25604         compilers that don't know that xalloc_die never returns.
25605
25606 2002-02-20  Jim Meyering  <meyering@lucent.com>
25607
25608         * lib/getdate.c: Regenerate using bison-1.33.
25609
25610 2002-02-17  Jim Meyering  <meyering@lucent.com>
25611
25612         * config/config.guess (main): Don't use `head -1'; it's no longer
25613         portable. Use `sed 1q' instead.
25614
25615 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
25616
25617         * m4/codeset.m4: Upgrade to gettext-0.11.
25618         * m4/gettext.m4: Upgrade to gettext-0.11.
25619         * m4/glibc21.m4: Upgrade to gettext-0.11.
25620         * m4/iconv.m4: Upgrade to gettext-0.11.
25621         * m4/isc-posix.m4: Upgrade to gettext-0.11.
25622         * m4/lcmessage.m4: Upgrade to gettext-0.11.
25623         * m4/lib-ld.m4: New file, from gettext-0.11.
25624         * m4/lib-link.m4: New file, from gettext-0.11.
25625         * m4/lib-prefix.m4: New file, from gettext-0.11.
25626         * m4/progtest.m4: Upgrade to gettext-0.11.
25627
25628 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25629
25630         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
25631         (jm_PREREQ): Use it.
25632
25633 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25634
25635         * lib/posixver.c, lib/posixver.h: New files.
25636         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25637
25638 2002-02-02  Paul Eggert  <eggert@twinsun.com>
25639             Bruno Haible  <bruno@clisp.org>
25640
25641         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
25642         (fwrite_success_callback): New declaration.
25643         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
25644         print_unicode_char. Call failure callback instead of error.
25645         (fwrite_success_callback): New function.
25646         (exit_failure_callback): New function.
25647         (fallback_failure_callback): New function.
25648         (print_unicode_char): Call unicode_to_mb.
25649
25650 2002-01-26  Jim Meyering  <meyering@lucent.com>
25651
25652         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
25653         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
25654
25655 2002-01-26  Jim Meyering  <meyering@lucent.com>
25656
25657         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
25658
25659 2002-01-22  Paul Eggert  <eggert@twinsun.com>
25660
25661         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
25662
25663 2002-01-22  Jim Meyering  <meyering@lucent.com>
25664
25665         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
25666         Otherwise, some versions of automake would omit the rule that makes
25667         Makefile from Makefile.in.
25668
25669 2002-01-21  Paul Eggert  <eggert@twinsun.com>
25670
25671         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
25672         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25673         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
25674         (memcoll): Set errno to zero if there is no error.
25675
25676         * lib/quotearg.c (quotearg_buffer_restyled):
25677         Fix bug with quoting buffers containing NUL when backslashing escapes.
25678         This bug was exposed by the other changes in this patch.
25679         (quotearg_n_options): New arg ARGSIZE.
25680         All callers changed.
25681         (quoting_options_from_style): New function.
25682         (quotearg_n_style): Use it.
25683         (quotearg_n_style_mem): New function.
25684
25685         * lib/quotearg.h (quotearg_n_style_mem): New function.
25686
25687 2002-01-19  Jim Meyering  <meyering@lucent.com>
25688
25689         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
25690         Remove useless quotes: DF_PROG="df".
25691         * m4/strnlen.m4: New file.
25692
25693 2002-01-16  Paul Eggert  <eggert@twinsun.com>
25694
25695         * lib/backupfile.c (ISDIGIT): Comment fix.
25696         * lib/getdate.y (ISDIGIT): Likewise.
25697         * lib/posixtm.c (ISDIGIT, year): Likewise.
25698         * lib/strverscmp.c (ISDIGIT): Likewise.
25699         * lib/userspec.c (ISDIGIT): Likewise.
25700
25701 2002-01-16  Jim Meyering  <meyering@lucent.com>
25702
25703         * lib/getdate.y: Add three semicolons, each just before a closing
25704         brace. Bison (as of version 1.31) no longer papers over that mistake.
25705
25706 2002-01-05  Jim Meyering  <meyering@lucent.com>
25707
25708         * lib/version-etc.c (version_etc_copyright): Update copyright year.
25709
25710 2001-12-19  Paul Eggert  <eggert@twinsun.com>
25711
25712         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
25713         not silently exit merely because the output buffer happens to
25714         have nothing pending.
25715
25716 2001-12-18  Paul Eggert  <eggert@twinsun.com>
25717
25718         See the big note in ../ChangeLog.
25719         * lib/human.c (suffixes): Prefer K to k for 1024.
25720         (generate_suffix_backwards): New function.
25721         (human_readable_inexact): Use it.
25722         * lib/xstrtol.c (__xstrtol): If there is no number but there
25723         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
25724         Accept 'K' as well as 'k'.
25725
25726 2001-12-15  Jim Meyering  <meyering@lucent.com>
25727
25728         * lib/regex.h (__restrict_arr): Update from libc.
25729
25730         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
25731         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
25732         (STREQ): Define.
25733
25734 2001-12-14  Jim Meyering  <meyering@lucent.com>
25735
25736         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
25737         Suggestion from Bruno Haible.
25738
25739 2001-12-10  Jim Meyering  <meyering@lucent.com>
25740
25741         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
25742         xrealloc, Instead, include "xalloc.h".
25743         (initbuffer): Don't cast xmalloc return value to char*.
25744         (readline): Reword comment.
25745         Don't cast xrealloc return value to char*
25746         Return NULL, not 0.
25747
25748 2001-12-09  Jim Meyering  <meyering@lucent.com>
25749
25750         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
25751         about `signed and unsigned type in conditional expression'.
25752         * lib/posixtm.c (posix_time_parse): Likewise.
25753
25754         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
25755
25756         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
25757         to avoid a pedantic warning.
25758
25759         * lib/getstr.c: Don't include assert.h.
25760         (getstr): Remove warning-evoking assertions.
25761         Return -1 if offset parameter is out of bounds.
25762         Change the type of a local from int to size_t.
25763
25764         * lib/strftime.c (my_strftime_localtime_r): Include this function
25765         definition in the `#if ! HAVE_TM_GMTOFF' block.
25766
25767         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
25768         Include xalloc.h instead.
25769
25770 2001-12-02  Jim Meyering  <meyering@lucent.com>
25771
25772         * lib/tempname.c: Don't declare getenv, thus reverting the change of
25773         2001-11-18.  It's no longer necessary, now that stdlib.h is always
25774         included.
25775
25776         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
25777         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
25778
25779 2001-11-30  Akim Demaille  <akim@epita.fr>
25780
25781         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
25782         before being defined.
25783
25784 2001-11-27  Paul Eggert  <eggert@twinsun.com>
25785
25786         * lib/quotearg.h (quotearg_n, quotearg_n_style):
25787         First arg is int, not unsigned.
25788         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
25789         (SIZE_MAX, UINT_MAX): New macros.
25790         (quotearg_n_options): Abort if N is negative.
25791         Avoid overflow check on hosts where size_t is 64 bits and int
25792         is 32 bits, as overflow is impossible there.
25793         Fix off-by-one typo that caused unnecessary reallocation.
25794
25795 2001-11-27  Jim Meyering  <meyering@lucent.com>
25796
25797         * lib/tempname.c: Merge with version from libc.
25798         * lib/regex.c: Likewise.
25799
25800         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
25801         systems for which STDC_HEADERS is 0, it was not included, resulting in
25802         a warning about an integer-to-pointer conversion problem with getenv.
25803         Reported by Volker Borchert.
25804
25805 2001-11-26  Jim Meyering  <meyering@lucent.com>
25806
25807         * lib/gtod.h: Remove file.
25808         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
25809         * lib/gettimeofday.c: Don't include gtod.h.
25810         (GTOD_init): Remove function.
25811         (rpl_gettimeofday): Do its job here instead, rather than aborting.
25812         Suggestion from Volker Borchert.
25813
25814 2001-11-23  Jim Meyering  <meyering@lucent.com>
25815
25816         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
25817         it.
25818         * lib/hash.c (struct hash_table): Define it here instead.
25819
25820 2001-11-22  Jim Meyering  <meyering@lucent.com>
25821
25822         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
25823
25824 2001-11-20  Jim Meyering  <meyering@lucent.com>
25825
25826         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
25827         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
25828
25829 2001-11-19  Jim Meyering  <meyering@lucent.com>
25830
25831         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
25832         directory.  Use "conftestXXXXXX" as the template.
25833         Suggestion from Paul Eggert.
25834
25835         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
25836         immediately, so the test doesn't mistakenly hit the max-open-files
25837         limit.
25838
25839 2001-11-18  Paul Eggert  <eggert@twinsun.com>
25840
25841         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
25842         (TEMPORARIES): New macro.
25843         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
25844         removes an artificial limitation (e.g. HP-UX 10.20, where
25845         TMP_MAX is 17576).
25846
25847 2001-11-18  Jim Meyering  <meyering@lucent.com>
25848
25849         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
25850
25851 2001-11-18  Jim Meyering  <meyering@lucent.com>
25852
25853         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
25854         on SunOS 4.
25855
25856         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
25857         files will be created before anything else.
25858
25859 2001-11-17  Paul Eggert  <eggert@twinsun.com>
25860
25861         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
25862         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
25863
25864 2001-11-17  Jim Meyering  <meyering@lucent.com>
25865
25866         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
25867         Prompted by a report from Bob Proulx.
25868
25869         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
25870         Instead, require UTILS_FUNC_MKSTEMP.
25871
25872 2001-11-17  Jim Meyering  <meyering@lucent.com>
25873
25874         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
25875         Now, that's done as part of AC_FUNC_STRTOD.
25876
25877 2001-11-17  Jim Meyering  <meyering@lucent.com>
25878
25879         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
25880         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
25881         rather than group writable.  Patch by Juan F. Codagnone.
25882
25883         * lib/readtokens.c: Remove explicit declarations of xmalloc and
25884         xrealloc, Instead, include "xalloc.h".
25885
25886         * lib/mountlist.c: Include unlocked-io.h after all system headers.
25887         Remove explicit declarations of xmalloc, xrealloc,
25888         and xstrdup.  Instead, include "xalloc.h".
25889
25890         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
25891         unlocked-io.h.
25892         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
25893         Likewise.
25894         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
25895
25896         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
25897         Reported by Padraig Brady.
25898
25899         * lib/mkstemp.c: #undef mkstemp.
25900         Include config.h.
25901         (rpl_mkstemp): Rename from mkstemp.
25902         Protoize.
25903
25904 2001-11-16  Jim Meyering  <meyering@lucent.com>
25905
25906         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
25907         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
25908         determine the amount of total physical memory, use pstat_getstatic.
25909         HPUX-11 doesn't define _SC_PHYS_PAGES.
25910         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
25911         If sysconf couldn't be used to determine the amount of available
25912         physical memory, use both pstat_getstatic and pstat_getdynamic.
25913         Based on a patch from Bob Proulx.
25914
25915 2001-11-10  Jim Meyering  <meyering@lucent.com>
25916
25917         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
25918         (jm_PREREQ): Use it.
25919
25920 2001-11-09  Jim Meyering  <meyering@lucent.com>
25921
25922         * m4/jm-macros.m4: Require autoconf-2.52f.
25923         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
25924         Use these AC_-prefixed names, not the AM_-prefixed ones.
25925
25926         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
25927
25928 2001-11-05  Jim Meyering  <meyering@lucent.com>
25929
25930         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
25931
25932 2001-11-04  Jim Meyering  <meyering@lucent.com>
25933
25934         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
25935         $DEFS.
25936
25937 2001-11-03  Jim Meyering  <meyering@lucent.com>
25938
25939         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
25940         of AC_DEFUN.
25941
25942         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
25943         know the name of the variable in the macro definition.
25944
25945 2001-11-03  Jim Meyering  <meyering@lucent.com>
25946
25947         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
25948         in argmatch_to_argument call.
25949
25950         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
25951         argument.
25952
25953         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
25954         e.g., a fault due to an attempt to free a NULL pointer.
25955
25956 2001-11-01  Jim Meyering  <meyering@lucent.com>
25957
25958         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
25959         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
25960
25961 2001-11-01  Jim Meyering  <meyering@lucent.com>
25962
25963         * lib/dirfd.c, lib/dirfd.h: New files.
25964         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
25965
25966         * lib/hash.c (hash_print) [TESTING]: Clean up.
25967
25968 2001-10-22  Paul Eggert  <eggert@twinsun.com>
25969
25970         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
25971         to avoid a warning if -Wall.
25972
25973 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
25974
25975         * README: New file
25976         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
25977         (per RMS's instructions, this is now the canonical source)
25978         * lgpl/, gpl/: New directories.
25979
25980 2001-10-21  Paul Eggert  <eggert@twinsun.com>
25981
25982         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
25983
25984 2001-10-21  Jim Meyering  <meyering@lucent.com>
25985
25986         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
25987         this code would end up calling gettext even in packages built
25988         with --disable-nls.
25989         * lib/getopt.c (_): Likewise.
25990         * lib/regex.c (_): Likewise.
25991
25992 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25993
25994         * m4/error.m4 (jm_PREREQ_ERROR):
25995         Do not invoke AC_CHECK_FUNCS with strerror_r, as
25996         AC_FUNC_STRERROR_R does that.
25997         Check for strerror declaration.
25998
25999         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
26000         are supposed to have them these days.
26001         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
26002         Merge changes from latest Autoconf CVS.
26003         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
26004         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
26005         POSIX decided to standardize on the int flavor of strerror_r.
26006
26007 2001-10-20  Paul Eggert  <eggert@twinsun.com>
26008
26009         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
26010         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
26011         Use strerror_r that is only a macro, even if it is not a function.
26012         (strerror): Check for HAVE_DECL_STRERROR before declaring.
26013         (private_strerror): Use prototypes, not old-style function definition.
26014         (print_errno_message): New function.
26015         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
26016         char*-flavored one.
26017         (error_tail, error, error_at_line): Use it.
26018
26019 2001-10-11  Jim Meyering  <meyering@lucent.com>
26020
26021         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
26022         and quote_n (1, ... to avoid clobbering a buffer.
26023
26024 2001-10-05  Jim Meyering  <meyering@lucent.com>
26025
26026         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
26027         hash-pjw.h.
26028         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
26029         * lib/hash-pjw.h: New file.
26030
26031 2001-09-30  Jim Meyering  <meyering@lucent.com>
26032
26033         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
26034         `struct fsstat' has the `f_fstypename' member.
26035         Use that to define FS_TYPE, which is now used to make
26036         the getfsstat link test tighter.
26037
26038 2001-09-30  Jim Meyering  <meyering@lucent.com>
26039
26040         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
26041         Include <sys/ucred.h>, for Apple Darwin.
26042         Include sys/mount.h and sys/fs_types.h only if available.
26043         (FS_TYPE): Define.
26044         (read_filesystem_list): Use FS_TYPE.
26045
26046 2001-09-29  Paul Eggert  <eggert@twinsun.com>
26047
26048         * lib/exclude.c (excluded_filename): 0 -> false, since it's
26049         a boolean context.
26050
26051 2001-09-29  Jim Meyering  <meyering@lucent.com>
26052
26053         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
26054         [one-argument getmntent function]): Include stdio.h before mntent.h.
26055         SunOS 4.1.x needs it for the declaration of `FILE'.
26056         Patch by Volker Borchert.
26057
26058         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
26059         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
26060         sys/fs_types.h, and make the link-test for getfsstat guard #include
26061         directives with appropriate #if HAVE_*_H tests so that we can
26062         detect getfsstat on Apple Darwin1.3.7 systems.
26063         Reported by Nelson Beebe.
26064         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
26065
26066 2001-09-28  Paul Eggert  <eggert@twinsun.com>
26067
26068         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
26069         #defines strtoimax.  Also treat the other strto* functions
26070         like strtoimax.
26071
26072         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26073         Check for strtoul and strtoumax,
26074         as those declarations are made even in the signed case.
26075         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
26076         Likewise, for strtol and strtoimax.
26077
26078 2001-09-28  Paul Eggert  <eggert@twinsun.com>
26079
26080         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
26081         #defines strtoimax.  Also treat the other strto* functions
26082         like strtoimax.
26083
26084         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
26085         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
26086         (strtoimax, strtoumax): Do not declare if already defined as a macro.
26087
26088 2001-09-26  Jim Meyering  <meyering@lucent.com>
26089
26090         Most macros in unlocked-io.h had the wrong number of arguments.
26091         * lib/gen-uio: New script.
26092         (USE_UNLOCKED_IO): Define to 1 if not already defined.
26093         * lib/unlocked-io.hin: Remove file.
26094         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
26095         rather than trying to embed it here.
26096         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
26097         Reported by Padraig Brady.
26098
26099 2001-09-25  Volker Borchert  <bt@teknon.de>
26100
26101         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
26102         `result'.
26103
26104 2001-09-24  Jim Meyering  <meyering@lucent.com>
26105
26106         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
26107
26108 2001-09-23  Jim Meyering  <meyering@lucent.com>
26109
26110         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
26111         instead of the mere test for existence of mntent.h.  The latter
26112         would get a false-positive on AIX 3.4 systems.
26113         In the outer getmntent if-block, don't die if neither of the getmntent
26114         tests succeeds.  Instead, just fall through and continue with the
26115         remaining tests.
26116
26117 2001-09-23  Jim Meyering  <meyering@lucent.com>
26118
26119         * lib/mountlist.c: Remove useless parentheses in #if directives.
26120         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
26121         the deprecated MOUNTED symbol is no longer defined in mntent.h.
26122
26123 2001-09-22  Jim Meyering  <meyering@lucent.com>
26124
26125         * m4/gettext.m4: New file.  From gettext.
26126         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
26127         * m4/progtest.m4: Likewise
26128         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
26129         * m4/glibc21.m4: Likewise.
26130
26131         * m4/libintl.m4: Remove.  No longer used.
26132
26133 2001-09-22  Jim Meyering  <meyering@lucent.com>
26134
26135         * lib/localcharset.c: Update from latest gettext.
26136         * lib/config.charset: Likewise.
26137
26138 2001-09-20  Jim Meyering  <meyering@lucent.com>
26139
26140         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
26141         strtoimax.
26142         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
26143         strtoumax.
26144
26145 2001-09-20  Jim Meyering  <meyering@lucent.com>
26146
26147         * lib/xstrtol.c (strtoimax): Guard declaration with
26148         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
26149         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
26150         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
26151         (strtoumax): Likewise, for completeness (it wasn't necessary).
26152
26153 2001-09-17  Paul Eggert  <eggert@twinsun.com>
26154
26155         * lib/strtoimax.c (HAVE_LONG_LONG):
26156         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
26157         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
26158         to work around bug in IBM C compiler.
26159
26160 2001-09-17  Jim Meyering  <meyering@lucent.com>
26161
26162         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
26163         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
26164         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
26165         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
26166         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
26167         whenever the right hand side need not be expanded by the shell.
26168
26169 2001-09-16  Paul Eggert  <eggert@twinsun.com>
26170
26171         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
26172         library.  It's not correct, as some older glibcs are buggy.
26173         fnmatch wasn't fixed until glibc 2.2.
26174
26175         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
26176         special shell magic here.
26177
26178 2001-09-16  Jim Meyering  <meyering@lucent.com>
26179
26180         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
26181         * m4/jm-macros.m4: Require it.
26182
26183 2001-09-16  Jim Meyering  <meyering@lucent.com>
26184
26185         * lib/mkdir.c: New file.
26186
26187 2001-09-15  Jim Meyering  <meyering@lucent.com>
26188
26189         * m4/jm-macros.m4: Check for help2man.
26190
26191 2001-09-11  Jim Meyering  <meyering@lucent.com>
26192
26193         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
26194         The body, by Paul Eggert, was moved here from configure.in.
26195         * m4/jm-macros.m4: Require UTILS_HOST_OS.
26196
26197 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26198
26199         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
26200         (jm_PREREQ): Use it.
26201
26202 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26203
26204         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
26205         Use ssize_t, not int, to store result of readlink.
26206         Check for ssize_t overflow as well as size_t overflow,
26207         as POSIX says the result of readlink is implementation-defined
26208         when ssize_t overflows.
26209         Remove unnecessary cast to char*.
26210         Use free+malloc instead of realloc, as the storage doesn't need
26211         to be preserved and it's clearer and can be more efficient that way.
26212         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
26213         * lib/xreadlink.h (xreadlink): Update prototype.
26214
26215 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26216
26217         * lib/xgetcwd.c: Revert some of the previous change; intead,
26218         fix the HAVE_GETCWD_NULL code to behave more like the
26219         !HAVE_GETCWD_NULL code used to.
26220
26221         Include "xalloc.h".
26222         (xgetcwd): Do not return NULL when memory is exhausted; instead,
26223         invoke xalloc_die.
26224
26225 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26226
26227         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
26228         sys/param.h, as pathmax.h includes them.
26229
26230 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26231
26232         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
26233         (jm_PREREQ_XGETCWD): New macro.
26234
26235         * m4/getcwd.m4: New file.
26236
26237 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26238
26239         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
26240         like the HAVE_GETCWD_NULL code.
26241         Include pathmax.h if not HAVE_GETCWD.
26242         Do not include xalloc.h.
26243         (INITIAL_BUFFER_SIZE): New symbol.
26244         Do not use xmalloc / xrealloc, since the caller is responsible for
26245         handling errors.  Preserve errno around `free' during failure.
26246         Do not overrun buffer when using getwd.
26247
26248 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26249
26250         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
26251         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
26252         getcwd (NULL, 0).
26253
26254 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26255
26256         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
26257         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
26258         spotted by Jim Meyering.
26259
26260 2001-09-03  Jim Meyering  <meyering@lucent.com>
26261
26262         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
26263         failure.
26264
26265 2001-09-02  Jim Meyering  <meyering@lucent.com>
26266
26267         * lib/error.c: Update from GNU libc.
26268
26269 2001-09-01  Jim Meyering  <meyering@lucent.com>
26270
26271         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
26272         Used by df.
26273
26274 2001-09-01  Jim Meyering  <meyering@lucent.com>
26275
26276         * lib/xreadlink.c: New file.
26277         * lib/xreadlink.h: New file.
26278         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
26279         xreadlink.h.
26280
26281         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
26282         doesn't conflict with sparc Solaris 7's definition in
26283         /usr/include/sys/int_types.h.
26284
26285         * lib/exclude.c: Use `""', not `<>' to #include non-system header
26286         files.
26287         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
26288         and strncasecmp as r-values.  Unixware didn't have declarations.
26289
26290 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26291
26292         * lib/xstrtol.h: Add copyright notice.
26293         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
26294         LONGINT_INVALID_SUFFIX_CHAR.
26295
26296 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26297
26298         * lib/xstrtol.c (strtoimax): New decl.
26299
26300 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26301
26302         * lib/xgetcwd.c: Don't include pathmax.h.
26303         Include stdlib.h and unistd.h if available.
26304         Include xalloc.h.
26305         (xmalloc, xstrdup, free): Remove decls.
26306         (xgetcwd): Don't assume sizes fit in unsigned.
26307         Check for overflow when computing sizes.
26308         Simplify reallocation code.
26309
26310 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26311
26312         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
26313         a directory's st_size can have an arbitrary value, so the old
26314         usage could waste an arbitrary amount of memory.  All uses
26315         changed.
26316         * lib/savedir.h: Update prototype.
26317
26318 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26319
26320         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
26321
26322         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
26323         old strtoimax.c.
26324
26325         Also, make the following further changes to make this file's
26326         configuration more similar to that of strtol.c:
26327         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
26328         (strtoumax, uintmax_t, strtoull, strtol): Remove.
26329         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
26330         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
26331         changed to signed values.
26332
26333         And make the following changes as well:
26334         Fix copyright notice, as 1999 was missing.
26335         (verify): New macro.
26336         (strtoimax): Check sizes at compile-time, not run-time.
26337         Prefer strtol to strtoll if both work.
26338         (main): Remove; it was not that useful and was a pain to maintain.
26339
26340         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
26341
26342 2001-08-31  Jim Meyering  <meyering@lucent.com>
26343
26344         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
26345         Use an initial, malloc'd, buffer of length 128 rather than
26346         a statically allocated one of length 1024.
26347
26348 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26349
26350         Simplify code, partly by assuming autoconf 2.52 semantics.
26351
26352         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
26353
26354         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
26355         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
26356         All uses removed.
26357         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
26358         Move AC_REQUIRE to next-to-top level, to avoid confusion.
26359         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
26360         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
26361         jm_AC_HEADER_INTTYPES_H.
26362         * m4/jm-macros.m4 (jm_MACROS): Likewise.
26363
26364         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
26365
26366         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26367         Quote first arg of AC_DEFUN.
26368         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
26369         since they are needed to parse the include file even if we need
26370         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
26371         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
26372         but with opposite signedness.
26373
26374 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26375
26376         Merge 'exclude' changes from tar 1.13.22.
26377         This fixes one or two unlikely storage allocation overflow bugs,
26378         but doesn't change user-visible behavior otherwise.
26379
26380 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26381
26382         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
26383         (jm_PREREQ_EXCLUDE): New macro.
26384
26385 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26386
26387         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
26388         tm to be declared.
26389
26390 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26391
26392         * lib/hash.c: Remove '2001' from copyright notice.
26393
26394 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26395
26396         * lib/full-write.h: New file.
26397         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
26398         * lib/full-write.c: Correct credits, as cccp.c no longer
26399         exists and anyway it was so heavily changed from the old cccp
26400         code as to be unrecognizable.  Include full-write.h.
26401         (full_write) Return size_t, with short writes meaning failure.
26402         All callers changed.  This fixes a bug with large buffers
26403         on 64-bit hosts.
26404         * lib/utime.c: Include full-write.h.
26405
26406 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26407
26408         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
26409         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
26410         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
26411         Include if available.
26412         (<xalloc.h>): Include
26413         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
26414         (verify): New macro.  Use it to verify that EXCLUDE macros do not
26415         collide with FNM macros.
26416         (struct patopts): New struct.
26417         (struct exclude): Use it, as exclude patterns now come with options.
26418         (new_exclude): Support above changes.
26419         (new_exclude, add_exclude_file):
26420         Initial size must now be a power of two to simplify overflow checking.
26421         (free_exclude, fnmatch_no_wildcards): New function.
26422         (excluded_filename): No longer requires options arg, as the options
26423         are determined by add_exclude.  Now returns bool, not int.
26424         (excluded_filename, add_exclude):
26425         Add support for the fancy new exclusion options.
26426         (add_exclude, add_exclude_file): Now takes int options arg.
26427         Check for arithmetic overflow when computing sizes.
26428         (add_exclude_file): xrealloc might modify errno, so don't
26429         realloc until after errno might be used.
26430
26431         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
26432         New macros.
26433         (free_exclude): New decl.
26434         (add_exclude, add_exclude_file): Now takes int options arg.
26435         (excluded_filename): No longer requires options arg, as the options
26436         are determined by add_exclude.  Now returns bool, not int.
26437
26438 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26439
26440         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
26441
26442 2001-08-27  Jim Meyering  <meyering@lucent.com>
26443
26444         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
26445
26446         * lib/version-etc.c (N_): Remove definition.
26447         Revert most of last change.
26448         Instead, simply don't mark the `Copyright...' string for translation.
26449         Based on advice from Paul Eggert.
26450
26451         * lib/strtoxmax.c: Tweak comment.
26452
26453 2001-08-26  Jim Meyering  <meyering@lucent.com>
26454
26455         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
26456
26457         * m4/xstrtoimax.m4: New file.
26458         * m4/xstrtoumax.m4: Add comments explaining why we
26459         AC_REPLACE_FUNCS(strtol).
26460
26461 2001-08-26  Jim Meyering  <meyering@lucent.com>
26462
26463         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
26464         of copyright with `%s' so translators don't get an untranslated
26465         message in 2002.
26466         (COPYRIGHT_YEAR): Define.
26467         (version_etc): Use fprintf rather than fputs.
26468         Suggestion from Ulrich Drepper.
26469
26470         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
26471
26472         * lib/strtoll.c: New file, from GNU libc.
26473         * lib/xstrtoimax.c: New file.
26474
26475         * lib/xstrtol.h: Add xstrtoimax.
26476         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
26477         * lib/strtoimax.c: New file.  Likewise, but first define
26478         STRTOUXMAX_SIGNED.
26479
26480         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
26481         ...
26482         * lib/strtoxmax.c: ... then renamed to this.
26483
26484 2001-08-18  Paul Eggert  <eggert@twinsun.com>
26485
26486         * m4/inttypes.m4: Add AC_PREREQ(2.13).
26487         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
26488         (jm_AC_TYPE_INTMAX_T): New macro.
26489         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
26490
26491         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
26492
26493         * m4/longlong.m4: Renamed from ulonglong.m4.
26494         * m4/inttypes.m4: Renamed from inttypes_h.m4.
26495         * m4/uintmax_t.m4: Removed.
26496
26497 2001-08-13  Paul Eggert  <eggert@twinsun.com>
26498
26499         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
26500         Port to Solaris 8, where 'sed' requires a space after the 'r'
26501         command, and where sh dislikes "$/".  Clean up the spacing a bit.
26502         Redirect output to $tmp just once.
26503
26504 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
26505
26506         * lib/addext.c (<errno.h>): Include.
26507         (errno): Declare if not defined.
26508         (addext): Work correctly when pathconf returns -1 and leaves
26509         errno alone because there is no limit.  Also, work even if
26510         pathconf returns a value greater than SIZE_MAX.
26511
26512 2001-08-12  Jim Meyering  <meyering@lucent.com>
26513
26514         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
26515         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
26516         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
26517         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
26518         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
26519         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
26520         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
26521         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
26522         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
26523         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
26524         utime.m4, utimes.m4, xstrtoumax.m4:
26525         Quote the first argument in each use of AC_DEFUN.
26526
26527 2001-08-12  Jim Meyering  <meyering@lucent.com>
26528
26529         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
26530         Simply `return getcwd (NULL, 0);'.
26531         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
26532         Use 1300 as initial value for length, not PATH_MAX.
26533
26534         * lib/pathmax.h: Clean up cpp syntax.
26535
26536 2001-08-12  Jim Meyering  <meyering@lucent.com>
26537
26538         * lib/gettimeofday.c: New file.
26539         * lib/gtod.h: New file.
26540         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
26541
26542 2001-08-05  Jim Meyering  <meyering@lucent.com>
26543
26544         * m4/jm-macros.m4: Require autoconf-2.52.
26545
26546 2001-08-04  Jim Meyering  <meyering@lucent.com>
26547
26548         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
26549         stmt, to get in sync with glibc.
26550
26551 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26552
26553         The following changes are from gettext 0.10.39 as maintained by
26554         Bruno Haible.
26555
26556         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
26557         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
26558         with inverted sense.  All uses changed.
26559
26560         * lib/mbswidth.c: Don't include <limits.h>.
26561         Include <stdlib.h> and <string.h> unconditionally.
26562         (iswcntrl, mbsinit, ISCNTRL): New macros.
26563         (mbsnwidth): Use K&R style function declarations.
26564         Don't bother checking for MB_LEN_MAX == 1, since the compiler
26565         can optimize it when MB_CUR_MAX == 1.
26566         The width of control characters is zero, not 1.
26567
26568 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26569
26570         The following changes are from gettext 0.10.39 as maintained by
26571         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
26572
26573         * m4/codeset.m4: Upgrade to serial AM1.
26574         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
26575         all uses changed.  Quote first arg of AC_DEFUN.
26576         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
26577
26578         * m4/iconv.m4: Upgrade to serial AM2.
26579         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
26580         Add --with-libconv-prefix.
26581         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
26582         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
26583         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
26584         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
26585         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
26586
26587         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
26588         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
26589         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
26590         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
26591         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
26592         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
26593         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
26594         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
26595         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
26596
26597         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
26598         string.h any more.
26599
26600         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
26601         not the default value.
26602
26603         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
26604         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
26605         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
26606         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
26607         Also check for iswcntrl, used for wcwidth fallback.
26608         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
26609         to Autoconf 2.13.
26610
26611 2001-08-03  Jim Meyering  <meyering@lucent.com>
26612
26613         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
26614         as it was in the original.  Reported by Paul Eggert.
26615
26616 2001-07-16  Jim Meyering  <meyering@lucent.com>
26617
26618         * m4/gettimeofday.m4: New file.
26619         Prompted by a report from Bernhard Baehr.
26620
26621 2001-07-15  Jim Meyering  <meyering@lucent.com>
26622
26623         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
26624         stuff. Now it's in ../Makefile.cfg.
26625
26626 2001-07-15  Jim Meyering  <meyering@lucent.com>
26627
26628         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
26629         (BUILT_SOURCES): Add unlocked-io.h.
26630         (io_functions): Define.
26631         (unlocked-io.h): New rule.
26632         (DISTCLEANFILES): Add unlocked-io.h.
26633         (all-local): Depend on unlocked-io.h, to ensure it is created.
26634
26635         * lib/unlocked-io.hin: New file
26636
26637         * lib/regex.c: Update from glibc.
26638
26639 2001-07-05  Jim Meyering  <meyering@lucent.com>
26640
26641         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
26642         recommendation.
26643         (libfetish_a_SOURCES): Put all .h files here instead.
26644         Remove a thus-exposed (better checks in automake) duplicate and
26645         two unnecessary .h files.
26646
26647 2001-07-04  Jim Meyering  <meyering@lucent.com>
26648
26649         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
26650         that generates jm-glibc-io.m4 so that it doesn't trigger any make
26651         distcheck failure.
26652
26653 2001-07-02  Jim Meyering  <meyering@lucent.com>
26654
26655         The following changes were prompted by suggestions from Bruno Haible.
26656
26657         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
26658         is now generated.
26659         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
26660         definition of EXTRA_DIST.
26661         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
26662         ensure that the generated file is created/updated whenever the list
26663         of $(unlocked_functions) is changed.
26664         (jm-glibc-io.m4): New rule.
26665         (unlocked-io.h): New rule -- currently unused.
26666
26667 2001-06-24  Jim Meyering  <meyering@lucent.com>
26668
26669         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
26670         unmatched right bracket, rather than kludging it with an extra,
26671         falsely-matching quote in a comment.  Patch by Akim Demaille.
26672
26673 2001-06-11  Jim Meyering  <meyering@lucent.com>
26674
26675         * lib/regex.c: Update from GNU libc.
26676
26677 2001-05-27  Jim Meyering  <meyering@lucent.com>
26678
26679         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
26680         Check for ut_type in struct utmp.
26681
26682 2001-05-27  Jim Meyering  <meyering@lucent.com>
26683
26684         * lib/readutmp.h (UT_TYPE): Define.
26685
26686 2001-05-24  Jim Meyering  <meyering@lucent.com>
26687
26688         * lib/argmatch.c: Include "quote.h".
26689         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
26690         quote function.  Reported by Göran Uddeborg.
26691
26692 2001-05-22  Jim Meyering  <meyering@lucent.com>
26693
26694         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
26695         now that we use the package-supplied version unconditionally.
26696         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
26697
26698 2001-05-21  Jim Meyering  <meyering@lucent.com>
26699
26700         * m4/regex.m4: Change a couple backticks to single quotes to avoid
26701         shell syntax errors.
26702
26703 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26704
26705         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
26706
26707 2001-05-20  Paul Eggert  <eggert@twinsun.com>
26708
26709         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
26710         Don't bother to check library strftime, since
26711         we'll be using our own my_strftime function anyway.
26712         Define my_strftime instead of strftime.
26713
26714 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
26715
26716         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
26717         which is not yet declared.
26718
26719 2001-05-15  Jim Meyering  <meyering@lucent.com>
26720
26721         * m4/regex.m4: Use proper quoting so brackets appear in the test
26722         program.
26723         Reported by, and with help from, Bruno Haible.
26724
26725 2001-05-13  Jim Meyering  <meyering@lucent.com>
26726
26727         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
26728         undefined.
26729
26730 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26731
26732         dirname code cleanup.  base_name now behaves more compatibly
26733         with POSIX basename when given file names that have trailing
26734         slashes, and similarly for dir_name.  Add new primitives
26735         base_len and dir_len.  Put the directory-name-related decls
26736         into dirname.h.
26737
26738         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
26739         * lib/backupfile.c (base_name): Likewise.
26740         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
26741         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
26742         * lib/makepath.c (strip_trailing_slashes): Likewise.
26743         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
26744         ISSLASH): Likewise.
26745         * lib/rename.c (strip_trailing_slashes): Likewise.
26746         * lib/same.c (base_name): Likewise.
26747         * lib/stripslash.c (ISSLASH): Likewise.
26748
26749         * lib/addext.c: Include <dirname.h> after size_t is defined.
26750         * lib/backupfile.c: Likewise.
26751
26752         * lib/addext.c (addext): Use base_len to trim redundant
26753         trailing slashes instead of doing it ourselves.
26754         But do not trim the last slash if it is not redundant.
26755
26756         * lib/backupfile.c (find_backup_file_name,
26757         max_backup_version): Use base_len instead of rolling it ourselves.
26758         Handle the case of "" and (on DOS) "C:" correctly.
26759
26760         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
26761         needed. Include <string.h>, <dirname.h>.
26762         (base_name): Allow file names ending in slashes, other than names
26763         that are all slashes.  In this case, return the basename followed
26764         by the slashes.  This is more general, and can be used in places
26765         where the original base_name purposely had an assertion failure.
26766         (base_len): New function.
26767
26768         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
26769         Do not include <assert.h>; no longer needed.
26770         Include xalloc.h.
26771         (memrchr): Remove decl.
26772         (dir_name_r): Remove.
26773         (dir_len): Renamed from dirlen.  All callers changed.
26774         Rewrite in terms of base_name, for simplicity and consistency.
26775         (dir_name): Never return NULL.  All callers changed.
26776         Do not include <stdlib.h> in test program; no longer needed.
26777         return 0; is fine for test program.
26778
26779         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
26780         New macros.
26781         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
26782
26783         * lib/path-concat.c (path_concat): Use base_len to compute
26784         base length, not strlen; this means we cannot rely on memcpy
26785         to null-terminate.
26786
26787         * lib/same.c (STREQ): Remove.
26788         (same_name): Handle the case where the basename ends in trailing '/'.
26789
26790         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
26791         a slash was stripped.  Do not strip the last slash after a
26792         file system prefix.
26793
26794 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26795
26796         * lib/Makefile.am (libfetish_a_SOURCES):
26797         Add strftime.c, since we now compile it on all hosts.
26798
26799         * lib/strftime.c (my_strftime):
26800         Define to nstrftime if emacs, but only if my_strftime is not defined.
26801         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
26802         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
26803         Add one more extra argument: a nanoseconds value.
26804         All uses changed.
26805         (ns): New macro.
26806         (my_strftime function): Add %N format.
26807         (emacs_strftimeu): Renamed from emacs_strftime,
26808         with extra ut argument.
26809
26810 2001-05-09  Paul Eggert  <eggert@twinsun.com>
26811
26812         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
26813
26814 2001-04-21  Jim Meyering  <meyering@lucent.com>
26815
26816         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
26817         doesn't interfere.
26818
26819 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26820
26821         * m4/ftruncate.m4: Check for chsize.
26822         Link with ftruncate.o unconditionally if ftruncate is missing.
26823         This was required when cross-compiling to i586-mingw32msvc.
26824
26825 2001-04-08  Jim Meyering  <meyering@lucent.com>
26826
26827         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
26828         recomputed; that's necessary when the offset spans a DST transition.
26829         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
26830
26831 2001-04-02  Jim Meyering  <meyering@lucent.com>
26832
26833         * lib/regex.h, regex.c: Update from GNU libc.
26834
26835 2001-03-24  Jim Meyering  <meyering@lucent.com>
26836
26837         * m4/jm-macros.m4: Require autoconf-2.49d.
26838
26839 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
26840
26841         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
26842
26843 2001-03-19  Paul Eggert  <eggert@twinsun.com>
26844
26845         * lib/version-etc.c (version_etc_copyright): Update to 2001.
26846
26847 2001-03-17  Jim Meyering  <meyering@lucent.com>
26848
26849         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
26850         now that the version in autoconf is equivalent.
26851         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
26852
26853         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
26854         Suggestion from Akim Demaille.
26855
26856         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
26857         (jm_PREREQ_TEMPNAME): New function.
26858
26859 2001-03-16  Paul Eggert  <eggert@twinsun.com>
26860
26861         * lib/tempname.c (uint64_t): Define to uintmax_t if
26862         not defined, and if UINT64_MAX is not defined.
26863         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
26864         Reported by John David Anglin.
26865
26866 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
26867
26868         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
26869         resolve alias if codeset is empty.
26870         * lib/config.charset (BeOS): Use wildcard syntax.
26871
26872 2001-03-13  Jim Meyering  <meyering@lucent.com>
26873
26874         * lib/path-concat.c (path_concat)
26875         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
26876         concatenating e.g., `C:' and `foo'.
26877         From Bruno Haible.
26878
26879 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26880
26881         * lib/localcharset.c (locale_charset): Don't use
26882         setlocale(LC_CTYPE,NULL). Don't return NULL.
26883         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
26884
26885 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26886
26887         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
26888         support for DOS/DJGPP.
26889
26890 2001-03-01  Paul Eggert  <eggert@twinsun.com>
26891
26892         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
26893         lacks mkstemp.  Compile our own tempname.c if we compile our own
26894         mkstemp.c, as mkstemp relies on tempname.
26895
26896 2001-03-01  Jim Meyering  <meyering@lucent.com>
26897
26898         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
26899         AH_VERBATIM really does output its argument verbatim.
26900
26901 2001-02-28  Paul Eggert  <eggert@twinsun.com>
26902
26903         * lib/Makefile.am (libfetish_a_SOURCES):
26904         Add dup-safer.c, fopen-safer.c.
26905         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
26906
26907         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
26908         * lib/unistd-safer.h: New files.
26909
26910 2001-02-25  Paul Eggert  <eggert@twinsun.com>
26911
26912         The mkstemp replacement is taken from glibc 2.2.2, with some
26913         portability fixes for use outside glibc, as follows:
26914
26915         * lib/tempname.c (struct_stat64): New macro.
26916         (direxists, __gen_tempname): Use it.
26917         This avoids a portability problem with Solaris 8.
26918
26919         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
26920         (<stddef.h>, <stdint.h>, <string.h>):
26921         Include only if STDC_HEADERS || _LIBC.
26922         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
26923         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
26924         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
26925         (__set_errno): Define this macro if <errno.h> doesn't.
26926         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
26927         Define these macros if <stdio.h> doesn't.
26928         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
26929         Define these macros if <sys/stat.h>
26930         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
26931         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
26932         __xstat64): Define if not _LIBC.
26933         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
26934         (__gen_tempname): Invoke gettimeofday only if
26935         HAVE_GETTIMEOFDAY || _LIBC;
26936         otherwise, fall back on plain "time".
26937         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
26938
26939         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
26940
26941         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
26942
26943 2001-02-18  Paul Eggert  <eggert@twinsun.com>
26944
26945         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
26946
26947 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26948
26949         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
26950         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
26951         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
26952         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
26953
26954 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26955
26956         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
26957         Remove workaround macros for hosts that have mbrtowc but not
26958         mbstate_t, as we now insist on proper declarations for both
26959         before using mbrtowc.
26960
26961 2001-02-17  Jim Meyering  <meyering@lucent.com>
26962
26963         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
26964         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
26965         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
26966         UnixWare 7.1.1.
26967
26968         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
26969         rather than AC_CACHE_VAL.
26970
26971 2001-02-17  Jim Meyering  <meyering@lucent.com>
26972
26973         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
26974         around included file name.
26975
26976         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
26977
26978         * lib/strftime.c: Update from GNU libc (the only changes were to
26979         comments).
26980
26981 2001-02-17  Jim Meyering  <meyering@lucent.com>
26982
26983         * lib/regex.c: Update from libc.
26984
26985 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
26986
26987         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
26988         clash.
26989
26990 2001-02-16  Paul Eggert  <eggert@twinsun.com>
26991
26992         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
26993         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
26994         Reported by Mark Hounschell via Paul Eggert.
26995
26996 2001-02-07  Jim Meyering  <meyering@lucent.com>
26997
26998         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
26999
27000 2001-02-05  Jim Meyering  <meyering@lucent.com>
27001
27002         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
27003         it includes the patch required for `large file' support with at least
27004         HP-UX's 10.20 /bin/cc.
27005
27006 2001-02-03  Jim Meyering  <meyering@lucent.com>
27007
27008         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
27009         AS_IF, now that it works once again (mysteriously).
27010         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
27011
27012 2001-01-30  Jim Meyering  <meyering@lucent.com>
27013
27014         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
27015         * m4/chown.m4: Rename conftestchown to conftest.chown.
27016         * m4/rename.m4: s/conftestdir/conftest.d1/ and
27017         s/conftestdir2/conftest.d2/.
27018         * m4/utimes.m4: s/conftestdata/conftest.data/
27019         Inspired by Pavel Roskin's change in autoconf.
27020
27021 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
27022
27023         * lib/config.charset: Update for FreeBSD 4.2.
27024
27025 2001-01-27  Jim Meyering  <meyering@lucent.com>
27026
27027         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
27028         a use of AS_IF.
27029         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
27030
27031 2001-01-26  Jim Meyering  <meyering@lucent.com>
27032
27033         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
27034         quotearg.c includes it.
27035
27036 2001-01-26  Jim Meyering  <meyering@lucent.com>
27037
27038         * lib/quotearg.c: Include stddef.h.
27039         * lib/quote.c: Include stddef.h.
27040         Reported by Axel Kittenberger.
27041
27042         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
27043         line in double quotes so that it evokes a better diagnostic.
27044         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
27045         Reported by Axel Kittenberger.
27046
27047 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
27048
27049         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
27050         as if it was a `charset'.
27051
27052 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
27053
27054         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
27055         has const.
27056
27057 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
27058
27059         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
27060         to avoid a warning.  Add back 'const' to inptr.
27061
27062 2001-01-20  Jim Meyering  <meyering@lucent.com>
27063
27064         Be sure that headers are checked before used in code compiled
27065         for the type checks.
27066         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
27067         In place of that, invoke jm_CHECK_ALL_TYPES.
27068         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
27069         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
27070         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
27071         The check for ssize_t was mistakenly run before the test for unistd.h.
27072
27073         The configure-time check for stdbool.h was missing.
27074         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
27075         (jm_PREREQ_HASH): New function.
27076
27077 2001-01-17  Jim Meyering  <meyering@lucent.com>
27078
27079         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
27080         for autoconf-2.49c.
27081         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
27082
27083 2001-01-16  Jim Meyering  <meyering@lucent.com>
27084
27085         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
27086         From Bruno Haible.
27087
27088 2001-01-14  Jim Meyering  <meyering@lucent.com>
27089
27090         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
27091         foo and bar.  Create conftestdir/ in the script, not in the C code.
27092         Remove directories in the script, not in the C code.
27093         Remove conftestdir{,2} before trying to create the directory.
27094         Make the entire configure script fail if the mkdir fails.
27095
27096 2001-01-14  Jim Meyering  <meyering@lucent.com>
27097
27098         * lib/rename.c: New file.  From Volker Borchert.
27099         Include stdlib.h, string.h or strings.h, and xalloc.h.
27100         Use strip_trailing_slashes rather than open-coding it.
27101
27102 2001-01-03  Paul Eggert  <eggert@twinsun.com>
27103
27104         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
27105
27106 2001-01-03  Jim Meyering  <meyering@lucent.com>
27107
27108         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
27109         of local `inptr' to avoid warning with some system declarations of
27110         iconv.
27111
27112 2001-01-02  Volker Borchert  <bt@teknon.de>
27113
27114         * m4/rename.m4: New file.
27115         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
27116
27117 2001-01-01  Jim Meyering  <meyering@lucent.com>
27118
27119         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
27120         even on systems with utmpx.h.  It's necessary for the declaration of
27121         utmp's ut_user member.  Reported by Andreas Jaeger.
27122
27123         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
27124         available. They are required for the declarations of getgrgid and
27125         getpwuid resp.
27126         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
27127         Reported by Andreas Jaeger.
27128
27129 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
27130
27131         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
27132         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
27133         so `make install' also works in VPATH builds.
27134
27135 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
27136
27137         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
27138         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
27139         can be used in subdirectories.
27140
27141 2000-12-29  Paul Eggert  <eggert@twinsun.com>
27142
27143         * lib/modechange.c: Do not assume that mode_t uses the
27144         traditional octal encoding.  E.g. "chmod 1 FOO" should set
27145         the other-execute bit of FOO even if S_IXOTH != 1.
27146
27147         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
27148         WOTH, XOTH, ALLM): New macros.
27149         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
27150          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
27151         Use them.
27152         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
27153         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
27154         (mode_compile):
27155         No need to use uintmax_t; unsigned long is long enough.
27156         Don't bother to get suffix since we don't use it.
27157
27158 2000-12-26  Jim Meyering  <meyering@lucent.com>
27159
27160         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
27161         better with autoheader.
27162
27163 2000-12-24  Jim Meyering  <meyering@lucent.com>
27164
27165         * lib/hash.c (is_prime): Return explicit boolean values.
27166         (hash_get_first): Return NULL to appease Irix5.6's 89.
27167         Reported by Nelson Beebe.
27168
27169 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
27170
27171         * lib/localcharset.c (locale_charset): Add support for Win32.
27172
27173 2000-12-18  Paul Eggert  <eggert@twinsun.com>
27174
27175         * lib/physmem.h, lib/physmem.c: New files.
27176
27177         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
27178         (noinst_HEADERS): Add physmem.h.
27179
27180         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
27181         't' for compatibility with Solaris 8 sort.
27182
27183 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
27184
27185         * lib/config.charset: Add support for BeOS.
27186
27187 2000-12-17  Jim Meyering  <meyering@lucent.com>
27188
27189         * m4/dos.m4 (jm_AC_DOS): New file and macro.
27190         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
27191
27192 2000-12-16  Jim Meyering  <meyering@lucent.com>
27193
27194         This bug had a serious impact on chown: `chown N:M FILE' (for integer
27195         N and M) would have treated it like `chown N:N FILE'.
27196
27197         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
27198
27199 2000-12-16  Jim Meyering  <meyering@lucent.com>
27200
27201         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
27202         SHELLS_FILE to a file name that's useful on djgpp systems.
27203         Include stdlib.h.
27204         (ADDITIONAL_DEFAULT_SHELLS): Define.
27205         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
27206         Based mostly on a patch from Prashant TR.
27207
27208 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
27209
27210         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
27211         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
27212         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
27213
27214 2000-12-08  Andreas Schwab  <schwab@suse.de>
27215
27216         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
27217         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
27218
27219 2000-12-07  Jim Meyering  <meyering@lucent.com>
27220
27221         * lib/stripslash.c (ISSLASH): Define.
27222         (strip_trailing_slashes): Use ISSLASH rather than comparing against
27223         `/'.
27224         From Prashant TR.
27225
27226         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
27227         (dir_name_r): Declare this function as static.
27228         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
27229         manifest itself on a name containing a mix of slashes and
27230         backslashes.
27231         Make this function work with names starting with a DOS-style
27232         drive letter and colon prefix.
27233         (dir_name): Append `.' if necessary.
27234         Based mostly on patches from Prashant TR and Eli Zaretskii.
27235
27236         * lib/dirname.h (dir_name_r): Remove prototype.
27237
27238 2000-12-06  Paul Eggert  <eggert@twinsun.com>
27239
27240         * m4/off_t-format.m4: Remove this file.
27241         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
27242
27243 2000-12-06  Jim Meyering  <meyering@lucent.com>
27244
27245         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
27246         replacement strtoull, we may well need the replacement strtoul, too.
27247         Check for declarations of strtoul and strtoull.
27248         Check for strtol.  Mainly as a cue to cause automake to include
27249         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
27250         Check for limits.h -- strtol.c needs it.
27251
27252 2000-12-05  Jim Meyering  <meyering@lucent.com>
27253
27254         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
27255
27256 2000-12-04  Jim Meyering  <meyering@lucent.com>
27257
27258         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
27259         Also include memory.h, stdlib.h, unistd.h if appropriate.
27260         Reported by Andreas Jaeger (conflicting declaration of malloc).
27261
27262 2000-12-02  Jim Meyering  <meyering@lucent.com>
27263
27264         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
27265         * m4/jm-macros.m4 (jm_MACROS): require it.
27266
27267 2000-12-02  Jim Meyering  <meyering@lucent.com>
27268
27269         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
27270
27271 2000-12-01  Paul Eggert  <eggert@twinsun.com>
27272
27273         * lib/memrchr.c: Include <config.h> before any system include file.
27274
27275 2000-11-30  Jim Meyering  <meyering@lucent.com>
27276
27277         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
27278
27279 2000-11-30  Jim Meyering  <meyering@lucent.com>
27280
27281         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
27282
27283 2000-11-29  Paul Eggert  <eggert@twinsun.com>
27284
27285         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
27286
27287 2000-11-26  Jim Meyering  <meyering@lucent.com>
27288
27289         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
27290
27291 2000-11-22  Paul Eggert  <eggert@twinsun.com>
27292
27293         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
27294         size of (size_t) -1; it's not portable.
27295
27296 2000-11-17  Jim Meyering  <meyering@lucent.com>
27297
27298         * lib/strstr.c: Update from GNU libc.
27299
27300 2000-11-17  Akim Demaille  <akim@epita.fr>
27301
27302         * lib/obstack.h: Formatting changes.
27303         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
27304         prevent type checking.
27305         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
27306         cast the value to (void *): assigning a `foo *' to a `void *'
27307         variable is valid.
27308         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
27309
27310 2000-11-16  Jim Meyering  <meyering@lucent.com>
27311
27312         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
27313
27314 2000-11-11  Jim Meyering  <meyering@lucent.com>
27315
27316         * lib/error.c: Add a couple #includes, merging from GNU libc version.
27317
27318 2000-11-10  Jim Meyering  <meyering@lucent.com>
27319
27320         * lib/obstack.h: Update from GNU libc.
27321         * lib/obstack.c: Likewise.
27322
27323 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
27324
27325         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
27326
27327 2000-11-06  Paul Eggert  <eggert@twinsun.com>
27328
27329         * lib/getusershell.c (setusershell): Use rewind rather than
27330         fseek/fseeko, to avoid configuration hassles with fseeko.
27331         Don't bother opening SHELLS_FILE if shellstream is NULL;
27332         it's not necessary.
27333
27334 2000-11-05  Jim Meyering  <meyering@lucent.com>
27335
27336         * lib/makepath.h (make_dir): Declare.
27337         * lib/makepath.c (make_dir): Remove `static' attribute.
27338         Tweak a comment.
27339
27340 2000-11-04  Jim Meyering  <meyering@lucent.com>
27341
27342         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
27343
27344 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
27345
27346         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
27347         last one in a bucket, advance to the next bucket.
27348
27349 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
27350
27351         * lib/fnmatch.c: Do not comment out all the code if we are using
27352         the GNU C library, because in some cases we are replacing buggy
27353         code in the GNU C library itself.
27354
27355 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
27356
27357         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
27358         (regex_compile): Catch bogus \(\1\).
27359
27360 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27361
27362         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
27363         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
27364         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
27365
27366 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27367
27368         * lib/error.h, getline.h, modechange.h:
27369         Remove "2000" from Copyright line, as the file hasn't been
27370         changed this year other than in the copyright notice.
27371
27372         * lib/xalloc.h: Add "2000" to Copyright line, as this file
27373         was changed this year.
27374
27375 2000-10-29  Jim Meyering  <meyering@lucent.com>
27376
27377         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
27378         renaming.
27379         * m4/ls-mntd-fs.m4: Likewise
27380
27381 2000-10-29  Jim Meyering  <meyering@lucent.com>
27382
27383         * lib/xstat.in: Fix grammar in comment.
27384
27385 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
27386
27387         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
27388         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
27389         doesn't define __restrict_arr.
27390
27391 2000-10-28  Jim Meyering  <meyering@lucent.com>
27392
27393         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
27394         (jm_PREREQ_MEMCHR): New function.
27395
27396 2000-10-28  Jim Meyering  <meyering@lucent.com>
27397
27398         * lib/memchr.c: Update from libc.
27399         Adjust for portability:
27400         [HAVE_STDLIB_H]: Include stdlib.h.
27401         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
27402         Undef __memchr, too.
27403         [!weak_alias]: Define __memchr to memchr.
27404
27405         * lib/regex.c: Update from libc.
27406         * lib/regex.h: Likewise.
27407         * lib/getopt1.c: Likewise.
27408         * lib/memcmp.c: Likewise.
27409
27410         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
27411         Avoid using fseek, when possible -- it's broken by design.
27412         Patch by Ulrich Drepper.
27413
27414 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
27415
27416         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
27417         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
27418         Giving in to popular pressure to shut up the compiler with casts.
27419
27420 2000-10-26  Jim Meyering  <meyering@lucent.com>
27421
27422         * lib/strftime.c: Update from libc.
27423
27424 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
27425
27426         * regex.c: More `unsigned char' -> `re_char' changes.
27427         Also change several `int' into `re_wchar_t'.
27428         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
27429         (PUSH_FAILURE_POINTER): Don't cast any more.
27430         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
27431         We want GCC to complain, since this piece of code makes
27432         re_match non-reentrant, which *should* be fixed.
27433         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
27434         (EXTEND_BUFFER): Use RETALLOC.
27435         (SET_LIST_BIT): Don't cast.
27436         (re_wchar_t): New type.
27437         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
27438         that those two functions will always properly return.
27439         (IMMEDIATE_QUIT_CHECK): Cast to void.
27440         (analyse_first): Use recursion rather than an explicit stack.
27441         (re_compile_fastmap): Can't fail anymore.
27442         (re_search_2): Don't check re_compile_fastmap for failure.
27443         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
27444         Now also sets the new value (passed in a new argument).
27445         (re_match_2_internal): Use it.
27446         Also, use a new var `reg' of type size_t when looping through regs
27447         rather than reuse the inappropriate `mcnt'.
27448
27449 2000-10-25  Jim Meyering  <meyering@lucent.com>
27450
27451         * lib/obstack.c: Update from libc.
27452
27453 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
27454
27455         * regex.c (regex_compile): Change the way of handling a range from
27456         a char less than 256 to a char not less than 256.
27457
27458 2000-10-24  Andrew Innes  <andrewi@gnu.org>
27459
27460         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
27461         NT-Emacs only.
27462         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
27463         so that re_search functions only quit when callers expect them to.
27464
27465 2000-10-23  Jim Meyering  <meyering@lucent.com>
27466
27467         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
27468         wrong.  That set_locale call must not have any side effects.
27469         From Paul Eggert.
27470
27471 2000-10-22  Jim Meyering  <meyering@lucent.com>
27472
27473         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
27474         [CYCLIC]: Remove now-unused definition.
27475
27476         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
27477         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
27478         Suggestion from Ulrich Drepper.
27479
27480 2000-10-21  Jim Meyering  <meyering@lucent.com>
27481
27482         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
27483         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
27484         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
27485
27486 2000-10-21  Jim Meyering  <meyering@lucent.com>
27487
27488         * lib/dirname.c (memrchr): Declare if necessary.
27489         (dir_name): Remove the restriction that there be no
27490         trailing slashes.  Now, this code skips past them, effectively
27491         ignoring them.
27492         [TEST_DIRNAME] (main): New unit tests.
27493
27494         * lib/memrchr.c: New file from GNU libc.
27495         Undef __memrchr, too.
27496         [!weak_alias]: Define __memrchr to memrchr.
27497         Guard weak_alias use with `#ifdef weak_alias'.
27498
27499 2000-10-21  Jim Meyering  <meyering@lucent.com>
27500
27501         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
27502         (dir_name): Use dir_name_r.
27503         * lib/dirname.h (dir_name_r): Declare it.
27504
27505 2000-10-17  Jim Meyering  <meyering@lucent.com>
27506
27507         * lib/quote.h (PARAMS): Define and use.
27508         Reported by Akim Demaille.
27509
27510         * lib/getopt.c: Update from libc.
27511
27512 2000-10-16  Jim Meyering  <meyering@lucent.com>
27513
27514         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
27515         setlocale.
27516         From Jan Fedak.
27517
27518 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
27519
27520         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
27521
27522 2000-09-25  Jim Meyering  <meyering@lucent.com>
27523
27524         * lib/md5.h (rol): Define (from GnuPG).
27525
27526         * lib/sha.c: Give credit (GnuPG) where due.
27527         (M): Use rol rather than open-coding it.
27528         Add a FIXME comment.
27529
27530 2000-09-21  Jim Meyering  <meyering@lucent.com>
27531
27532         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
27533         Reported by Michael Stone.
27534
27535 2000-09-20  Jim Meyering  <meyering@lucent.com>
27536
27537         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
27538         (noinst_HEADERS): Add sha.h.
27539         Based on code from Scott G. Miller and from GnuPG.
27540
27541 2000-09-18  Jim Meyering  <meyering@lucent.com>
27542
27543         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
27544         LIBS. Otherwise, everyone ends up linking with -lelf for some
27545         configurations.
27546         Reported by Mike Stone.
27547
27548 2000-09-15  Jim Meyering  <meyering@lucent.com>
27549
27550         * lib/regex.c: Update from libc.
27551
27552 2000-09-10  Jim Meyering  <meyering@lucent.com>
27553
27554         * lib/getopt.c (_getopt_internal): Update from glibc.
27555
27556 2000-09-09  Jim Meyering  <meyering@lucent.com>
27557
27558         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
27559         think it should be used as a general replacement for isascii.
27560         * lib/fnmatch.c: Likewise.
27561         * lib/mbswidth.c: Likewise
27562         * lib/regex.c: Likewise.
27563
27564         Don't use atoi.
27565         * lib/userspec.c: Include sys/param.h and limits.h.
27566         Include xstrtol.h.
27567         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27568         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
27569         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
27570         UID, GID.  Check range.
27571
27572 2000-09-06  Jim Meyering  <meyering@lucent.com>
27573
27574         * lib/getopt.c (_getopt_internal): Update from glibc.
27575
27576 2000-08-30  Jim Meyering  <meyering@lucent.com>
27577
27578         * lib/strftime.c: Merge in changes from GNU libc.
27579
27580 2000-08-26  Jim Meyering  <meyering@lucent.com>
27581
27582         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
27583         * m4/fpending.m4: New file.
27584
27585 2000-08-26  Jim Meyering  <meyering@lucent.com>
27586
27587         * lib/closeout.c: Include "__fpending.h".
27588         (close_stdout_status): Return right away if there's nothing to flush.
27589
27590         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
27591         * lib/__fpending.c: New file.
27592         * lib/__fpending.h: New file.
27593
27594 2000-08-20  Jim Meyering  <meyering@lucent.com>
27595
27596         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
27597         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
27598         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
27599
27600 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
27601
27602         Improve fileutils installation on systems where running
27603         programs (like install) can't be unlinked.
27604         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
27605         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
27606
27607 2000-08-07  Paul Eggert  <eggert@twinsun.com>
27608
27609         Standardize on "memory exhausted" instead of "Memory exhausted"
27610         or "virtual memory exhausted".
27611         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
27612         "virtual memory exhausted".
27613         * lib/same.c (same_name): Invoke xalloc_die instead of printing
27614         our own message.
27615         * lib/userspec.c (parse_user_spec): Likewise.
27616         * lib/bumpalloc.h: comment fix
27617         * lib/same.c, userspec.c: Include xalloc.h.
27618
27619         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
27620         not char *const and pointing to a constant array.
27621         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
27622         (xrealloc): Comment fix.
27623
27624         * lib/userspec.c (parse_user_spec):
27625         Don't translate a message until just before returning,
27626         to avoid unnecessary translation.
27627
27628 2000-08-07  Jim Meyering  <meyering@lucent.com>
27629
27630         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
27631         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
27632         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
27633         getgroups.c, gethostname.c, getopt.h, group-member.c,
27634         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
27635         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
27636         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
27637         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
27638         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
27639         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
27640         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
27641         yesno.c: Back out Copyright date changes for each file with no change
27642         this year.  This eases coordination with other programs using the same
27643         source code modules.  From Paul Eggert.
27644
27645 2000-08-06  Paul Eggert  <eggert@twinsun.com>
27646
27647         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
27648         not char, for compatibility with glibc 2.1.3 strftime.c.
27649
27650 2000-08-03  Greg McGary  <greg@mcgary.org>
27651
27652         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
27653         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
27654         (EXTEND_BUFFER): Use them.
27655
27656 2000-08-01  Jim Meyering  <meyering@lucent.com>
27657
27658         * lib/dirname.c (ISSLASH): Define.
27659         (BACKSLASH_IS_PATH_SEPARATOR): Define.
27660         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
27661         both `\' and `/' may be use as path separators.
27662         Based on a patch from Prashant TR.
27663
27664 2000-07-31  Paul Eggert  <eggert@twinsun.com>
27665
27666         * lib/quotearg.c (quotearg_n_options): Don't make the initial
27667         slot vector a constant, since it might get modified.
27668
27669 2000-07-31  Jim Meyering  <meyering@lucent.com>
27670
27671         * lib/xmalloc.c: Use `virtual memory exhausted', not
27672         `Memory exhausted'.
27673         * lib/obstack.c (print_and_abort): Likewise.
27674
27675 2000-07-30  Paul Eggert  <eggert@twinsun.com>
27676
27677         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
27678         buffer, so that the caller can always quote one small
27679         component of a "memory exhausted" message in slot 0.
27680         From a suggestion by Jim Meyering.
27681
27682 2000-07-30  Jim Meyering  <meyering@lucent.com>
27683
27684         * lib/makepath.c (make_path): Quote the other instance, too.
27685
27686         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
27687         (STATIC_BUF_SIZE): Define.
27688         (quotearg_n_options): Use only statically allocated storage when
27689         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
27690         than STATIC_BUF_SIZE.
27691
27692 2000-07-29  Jim Meyering  <meyering@lucent.com>
27693
27694         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
27695         * lib/dirname.c (dir_name): Likewise.
27696
27697         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
27698         `/'.
27699
27700         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
27701         (dir_name): Assert that there are no trailing slashes.
27702
27703 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
27704
27705         * lib/mbswidth.h (mbswidth): Add a flags argument.
27706         (mbswidth): New declaration.
27707         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
27708         * lib/mbswidth.c (mbswidth): Add a flags argument.
27709         (mbsnwidth): New function.
27710
27711 2000-07-24  Jim Meyering  <meyering@lucent.com>
27712
27713         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
27714
27715 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27716
27717         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
27718
27719 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27720
27721         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
27722         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
27723         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
27724         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
27725         invoke multibyte primitives.
27726
27727 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27728
27729         * lib/quotearg.c:
27730         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
27731         so that mbstate_t is always defined.
27732
27733         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
27734         be 1 in at least one GCC installation, and this configuration
27735         error is likely to be common.  Ignoring MB_LEN_MAX hurts
27736         performance on hosts that have mbrtowc but have only unibyte
27737         locales, but I assume these hosts are rare.
27738
27739 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27740
27741         * lib/mbswidth.c (_XOPEN_SOURCE):
27742         Don't define; this causes problems on Solaris 7.
27743         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
27744
27745 2000-07-23  Jim Meyering  <meyering@lucent.com>
27746
27747         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
27748         too: getgrgid, getpwuid, getuid.
27749
27750 2000-07-23  Jim Meyering  <meyering@lucent.com>
27751
27752         * lib/basename.c (base_name): Add an assertion.
27753
27754 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
27755
27756         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
27757         shadow its mbsinit function.
27758
27759 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27760
27761         * lib/mbswidth.h: New file.
27762         * lib/mbswidth.c: New file.
27763         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
27764         (noinst_HEADERS): Add mbswidth.h.
27765
27766 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27767
27768         * lib/config.charset: Add support for FreeBSD. Improve support for
27769         HP-UX and IRIX 6.
27770
27771 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
27772
27773         * m4/mbswidth.m4: New file.
27774         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
27775
27776 2000-07-15  Jim Meyering  <meyering@lucent.com>
27777
27778         * lib/makepath.c: Include quote.h.
27779         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
27780         corresponding argument in a `quote (...)' call.
27781         Give better diagnostics.
27782
27783         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
27784         (noinst_HEADERS): Add quote.h.
27785
27786         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
27787         from tar's src/misc.c.
27788         * lib/quote.h: New file.  Prototypes for same.
27789
27790 2000-07-14  Paul Eggert  <eggert@twinsun.com>
27791
27792         From a suggestion by Bruno Haible.
27793         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
27794         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
27795         to decide whether to define the BeOS workaround macro;
27796         this adjusts to the change to AC_MBSTATE_T.
27797
27798 2000-07-14  Jim Meyering  <meyering@lucent.com>
27799
27800         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
27801         jm_AC_TYPE_UINTMAX_T.
27802
27803 2000-07-13  Paul Eggert  <eggert@twinsun.com>
27804
27805         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
27806
27807         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
27808         quotearg_buffer_restyled): Add support for
27809         clocale_quoting_style.  Undo previous change to
27810         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
27811         and "{RIGHT QUOTATION MARK}" msgids.
27812
27813 2000-07-10  Paul Eggert  <eggert@twinsun.com>
27814
27815         From a suggestion by Bruno Haible.
27816         * m4/mbstate_t.m4 (AC_MBSTATE_T):
27817         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
27818         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
27819         and mbstate_t, to a single-part test that simply defines mbstate_t.
27820         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
27821         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
27822
27823 2000-07-10  Jim Meyering  <meyering@lucent.com>
27824
27825         * m4/strerror_r.m4: Mirror the correction made in autoconf.
27826
27827         * m4/gnu-source.m4: Output to confdefs.h directly.
27828         Suggestion from Akim Demaille.
27829
27830 2000-07-09  Paul Eggert  <eggert@twinsun.com>
27831
27832         The old behavior of quoting `like this' doesn't look good with
27833         newer, ISO-style fonts.  See:
27834         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
27835
27836         Instead, quote "like this" by default.  Let the translator
27837         tailor the locale-specific quoting behavior by providing
27838         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
27839
27840         * lib/quotearg.c (N_): New macro.
27841         (gettext_default): New function.
27842         (quotearg_buffer_restyled): Use
27843         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
27844         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
27845
27846 2000-07-09  Jim Meyering  <meyering@lucent.com>
27847
27848         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
27849         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
27850
27851         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
27852         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
27853
27854 2000-07-09  Jim Meyering  <meyering@lucent.com>
27855
27856         * lib/Most files: Update copyright dates to include 2000.
27857
27858 2000-07-08  Jim Meyering  <meyering@lucent.com>
27859
27860         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
27861         if not defined.
27862         (xgethostname): Remove now-unnecessary #ifdef.
27863         Move declaration of `err' into loop where it's used.
27864
27865 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27866         and Bruno Haible  <haible@clisp.cons.org>
27867
27868         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
27869         only if the test for an object-type mbstate_t fails.  This
27870         prevents us from mistakenly reporting that mbstate_t is a
27871         system object type after we "#define mbstate_t int" to work
27872         around its lack.
27873
27874 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27875         and Bruno Haible  <haible@clisp.cons.org>
27876
27877         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
27878
27879 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27880
27881         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
27882         to strerror_r.
27883         Include <ctype.h> for use of isalpha.
27884
27885 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27886
27887         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
27888         by allocating a larger buffer. Test the gethostname return value for
27889         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
27890         returns an error and ENAMETOOLONG isn't defined.
27891
27892 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27893
27894         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
27895         dimension.
27896
27897 2000-07-04  Jim Meyering  <meyering@lucent.com>
27898
27899         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
27900         of the deprecated AC_CHECKING.
27901
27902 2000-07-04  Jim Meyering  <meyering@lucent.com>
27903
27904         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
27905         Reported by Bruno Haible.
27906
27907 2000-07-04  Jim Meyering  <meyering@lucent.com>
27908
27909         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
27910         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
27911         lacks mbrtowc.
27912
27913 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27914
27915         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
27916         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
27917
27918 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27919         and Bruno Haible  <haible@clisp.cons.org>
27920
27921         * lib/quotearg.c (mbrtowc):
27922         Assign to *pwc, and return 1 only if result is nonzero.
27923         (iswprint): Use ISPRINT when substituting our own mbrtowc.
27924
27925 2000-07-03  Jim Meyering  <meyering@lucent.com>
27926
27927         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
27928
27929 2000-07-03  Jim Meyering  <meyering@lucent.com>
27930
27931         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
27932         This is necessary to get a definition of e.g., UTMP_FILE on
27933         HP-UX 10.20.
27934         From Bob Proulx.
27935
27936 2000-07-02  Jim Meyering  <meyering@lucent.com>
27937
27938         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
27939
27940         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
27941         AC_LIBOBJ(function_name).
27942         * m4/chown.m4: Likewise.
27943         * m4/fnmatch.m4: Likewise.
27944         * m4/ftruncate.m4: Likewise.
27945         * m4/getgroups.m4: Likewise.
27946         * m4/getline.m4: Likewise.
27947         * m4/group-member.m4: Likewise.
27948         * m4/jm-macros.m4: Likewise.
27949         * m4/lstat.m4: Likewise.
27950         * m4/malloc.m4: Likewise.
27951         * m4/memcmp.m4: Likewise.
27952         * m4/nanosleep.m4: Likewise.
27953         * m4/putenv.m4: Likewise.
27954         * m4/realloc.m4: Likewise.
27955         * m4/regex.m4: Likewise.
27956         * m4/stat.m4: Likewise.
27957         * m4/strftime.m4: Likewise.
27958
27959 2000-07-02  Jim Meyering  <meyering@lucent.com>
27960
27961         * lib/quotearg.c (mbstate_t): Don't define here.
27962
27963 2000-07-02  Jim Meyering  <meyering@lucent.com>
27964
27965         * lib/nanosleep.c (SIGCONT): Define if not already defined.
27966
27967 2000-07-01  Jim Meyering  <meyering@lucent.com>
27968
27969         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
27970
27971 2000-07-01  Jim Meyering  <meyering@lucent.com>
27972
27973         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
27974         problem.
27975
27976 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27977
27978         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
27979         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
27980
27981 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27982
27983         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
27984         per change in ../m4/ls-mntd-fs.m4.
27985         (read_filesystem_list): Ignore symbolic links.
27986
27987 2000-06-29  Jim Meyering  <meyering@lucent.com>
27988
27989         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
27990         for declaration of strcmp.
27991
27992         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
27993
27994         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
27995         Avoid warning by casting result to `char *' to remove `const'.
27996
27997 2000-06-28  Jim Meyering  <meyering@lucent.com>
27998
27999         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
28000         included by quotearg.c, for which we perform this test.  From
28001         Bruno Haible.
28002
28003 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
28004
28005         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
28006         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
28007         <utmpx.h> exists, put readutmp.o into LIBOBJS.
28008
28009 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
28010
28011         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
28012
28013 2000-06-26  Paul Eggert  <eggert@twinsun.com>
28014
28015         savedir now sets errno on failure and invokes xmalloc to get memory.
28016         Fix a couple of other minor bugs while we're at it.
28017
28018         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
28019         (NAMLEN): Remove macro.
28020         (malloc, realloc): Remove decls.
28021         (stpcpy): Likewise.
28022         ("xalloc.h"): Include.
28023         (NAME_SIZE_DEFAULT): New macro.
28024         (savedir): Use xmalloc / xrealloc to allocate memory.
28025         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
28026         Skip "" directory entries.
28027         Use strlen to calculate directory entry length, since the old method
28028         is rarely used these days and isn't worth supporting.
28029         Don't use a pointer after freeing it.
28030         Check for integer overflow when calculating allocation size.
28031         Use memcpy to copy entries, instead of stpcpy.
28032         Set errno properly when returning NULL.
28033         Check for readdir error.
28034
28035 2000-06-26  Jim Meyering  <meyering@lucent.com>
28036
28037         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
28038
28039 2000-06-25  Jim Meyering  <meyering@lucent.com>
28040
28041         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
28042         Linux header bug when _XOPEN_SOURCE is defined to 500.
28043
28044 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
28045
28046         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
28047         deficiency.
28048
28049 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
28050
28051         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
28052         Include xalloc.h.
28053         Don't include <stdlib.h>.  Don't declare malloc, realloc.
28054
28055 2000-06-24  Jim Meyering  <meyering@lucent.com>
28056
28057         * m4/strerror_r.m4: Revive this file -- to try out an experimental
28058         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
28059         for which strerror does return char*, but which lacks a conveniently
28060         accessible declaration of the function.  If the compile-test says
28061         strerror_r doesn't work, then resort to a `run'-test that works on
28062         BeOS and segfaults on DEC Unix.
28063
28064 2000-06-24  Jim Meyering  <meyering@lucent.com>
28065
28066         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
28067
28068 2000-06-23  Paul Eggert  <eggert@twinsun.com>
28069
28070         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
28071         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
28072
28073 2000-06-23  Paul Eggert  <eggert@twinsun.com>
28074
28075         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
28076         (mbrtowc, mbstate_t): Define substitutes if
28077         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
28078         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
28079         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
28080
28081 2000-06-23  Jim Meyering  <meyering@lucent.com>
28082
28083         * m4/afs.m4: Add missing AC_MSG_RESULT.
28084         Reported by Bruno Haible.
28085
28086         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
28087         Suggestion from Bruno Haible.
28088
28089 2000-06-23  Jim Meyering  <meyering@lucent.com>
28090
28091         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
28092
28093 2000-06-21  Jim Meyering  <meyering@lucent.com>
28094
28095         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
28096
28097 2000-06-21  Jim Meyering  <meyering@lucent.com>
28098
28099         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
28100         (noinst_HEADERS): Add getstr.h.
28101
28102         * lib/getline.c (getstr): Move into a separate file.
28103         * lib/getstr.c (getstr): New file, extracted from getline.c, with
28104         the following changes: new parameter, delim2; both delim[12]
28105         parameters have type `int', not `char'.  The latter would lose
28106         with 8-bit delimiters.
28107         * lib/getstr.h: New file.
28108
28109 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28110
28111         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
28112         than 1024, return a memory chunk of least possible size, instead
28113         of size PATH_MAX + 2. In the loop, increment the size proportionally.
28114         Use free/xmalloc instead of xrealloc to avoid copying for very long
28115         paths.
28116
28117 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28118
28119         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
28120         the empty string.
28121
28122 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
28123
28124         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
28125         address, not strdup.  Include <stdlib.h> and don't declare free().
28126
28127 2000-06-19  Jim Meyering  <meyering@lucent.com>
28128
28129         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
28130
28131 2000-06-18  Jim Meyering  <meyering@lucent.com>
28132
28133         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
28134
28135         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
28136         `checking whether...' message to be consistent with that of the
28137         lstat test.
28138
28139 2000-06-18  Jim Meyering  <meyering@lucent.com>
28140
28141         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
28142         Besides, these days every porting target provides a mkdir function.
28143
28144         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
28145         needed. (this snippet comes from src/system.h).
28146
28147 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
28148
28149         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
28150
28151 2000-06-15  Paul Eggert  <eggert@twinsun.com>
28152
28153         * lib/human.c (adjust_value): New function.
28154         (human_readable_inexact): Apply rounding style even when
28155         printing approximate values.
28156
28157 2000-06-14  Paul Eggert  <eggert@twinsun.com>
28158
28159         * lib/human.c (human_readable_inexact): Allow an input block
28160         size that is not a multiple of the output block size, and vice versa.
28161         Reported by Piergiorgio Sartor.
28162
28163 2000-06-14  Paul Eggert  <eggert@twinsun.com>
28164
28165         * lib/getdate.y (get_date): Apply relative times after time
28166         zone indicator, not before.  Reported by Todd A. Jacobs.
28167
28168 2000-06-13  Jim Meyering  <meyering@lucent.com>
28169
28170         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
28171
28172         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
28173
28174 2000-06-12  Paul Eggert  <eggert@twinsun.com>
28175
28176         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
28177
28178 2000-06-12  Jim Meyering  <meyering@lucent.com>
28179
28180         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
28181         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
28182         optional argument.
28183         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
28184         the optional argument, `lib'.
28185
28186 2000-06-08  Jim Meyering  <meyering@lucent.com>
28187
28188         * m4/largefile.m4: Remove file (now that it's part of autoconf).
28189
28190 2000-06-04  Paul Eggert  <eggert@twinsun.com>
28191
28192         Rewrite largefile configuration so that we don't need to run
28193         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
28194         AC_CANONICAL_HOST in configure.in -- jmm]
28195
28196         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
28197         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
28198         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
28199         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
28200         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
28201         All uses changed.
28202         Instead of inspecting the output of getconf, try to compile the
28203         test program without and with the macro definition.
28204         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
28205         for getconf.  Instead, check for the needed flags by compiling
28206         test programs.
28207
28208 2000-06-04  Paul Eggert  <eggert@twinsun.com>
28209
28210         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
28211
28212 2000-06-04  Jim Meyering  <meyering@lucent.com>
28213
28214         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
28215         SunOS 4.1.4 for which gid_t is an unsigned type.
28216
28217 2000-06-03  Jim Meyering  <meyering@lucent.com>
28218
28219         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
28220         now that autoconf requires that.
28221
28222         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
28223         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
28224         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
28225
28226 2000-06-03  Jim Meyering  <meyering@lucent.com>
28227
28228         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
28229
28230 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
28231
28232         * m4/glibc21.m4: New file.
28233         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
28234
28235 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
28236
28237         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
28238         newer, don't install charset.alias.
28239         * lib/config.charset: Change the Linux/glibc rules so they become empty
28240         on glibc-2.1 or newer.
28241
28242 2000-06-02  Jim Meyering  <meyering@lucent.com>
28243
28244         * lib/mountlist.c: Back out last change.  Instead, do this...
28245         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
28246         me_dummy member using the same `ignore'-testing code.
28247         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
28248         fs_type strings.
28249         From Mark D. Roth.
28250
28251 2000-05-29  Jim Meyering  <meyering@lucent.com>
28252
28253         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
28254         mounts with the `ignore' attribute.  Based on a patch from
28255         Mark D. Roth.
28256
28257 2000-05-28  Jim Meyering  <meyering@lucent.com>
28258
28259         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
28260         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28261         * m4/stat.m4: Likewise.
28262         * m4/lstat.m4: Likewise.
28263         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
28264
28265         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
28266         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
28267
28268 2000-05-26  Jim Meyering  <meyering@lucent.com>
28269
28270         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
28271
28272 2000-05-24  Jim Meyering  <meyering@lucent.com>
28273
28274         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
28275         autoconf requires that.
28276         * m4/lib-check.m4: Likewise.
28277         * m4/jm-macros.m4: Likewise.
28278         * m4/strftime.m4: Likewise.
28279
28280         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
28281         AC_CHECK_DECLS, now that autoconf requires that.
28282
28283 2000-05-22  Jim Meyering  <meyering@lucent.com>
28284
28285         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28286         * m4/lstat.m4: Likewise.
28287
28288 2000-05-22  Jim Meyering  <meyering@lucent.com>
28289
28290         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
28291
28292 2000-05-20  Jim Meyering  <meyering@lucent.com>
28293
28294         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
28295         (jm_PREREQ): Use it.
28296
28297 2000-05-18  Jim Meyering  <meyering@lucent.com>
28298
28299         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
28300         back, too, since it may have been modified by allocate_entry.
28301         (hash_delete): Rewrite to use neither the assignment operator
28302         nor the comma operator in an if-expression.
28303
28304 2000-05-15  Paul Eggert  <eggert@twinsun.com>
28305
28306         * lib/closeout.c:
28307         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
28308         Remove; no longer needed.
28309         "quotearg.h": Add include.
28310         (file_name): Do not bother to explicitly initialize to NULL; it's less
28311         efficient on some hosts.
28312         (close_stdout_status): Remove test as to whether stdout was already
28313         closed; it breaks for the case "echo x | sort >&-".
28314         Quote file name colons.
28315         Do not assume that _("write error") lacks format strings.
28316
28317 2000-05-15  Jim Meyering  <meyering@lucent.com>
28318
28319         * lib/version-etc.c (version_etc_copyright): Update the copyright
28320         string used in all --version output.
28321
28322 2000-05-14  Jim Meyering  <meyering@lucent.com>
28323
28324         * lib/closeout.c (close_stdout_set_file_name): New function.
28325         (close_stdout_status): Use new file-scoped global.
28326         Return right away if fstat says the stdout file descriptor is invalid.
28327         * lib/closeout.h (close_stdout_set_file_name): Declare.
28328
28329 2000-05-10  Jim Meyering  <meyering@lucent.com>
28330
28331         * lib/closeout.c [default_exit_status]: New file-scoped variable.
28332         (close_stdout_set_status): New function.
28333         * lib/closeout.h (close_stdout_set_status): Declare.
28334
28335 2000-05-09  Jim Meyering  <meyering@lucent.com>
28336
28337         * m4/gettext.m4: Rename this...
28338         * m4/libintl.m4: ...to this.
28339
28340 2000-05-08  Jim Meyering  <meyering@lucent.com>
28341
28342         * lib/long-options.c: Don't include closeout.h.
28343         (parse_long_options): Don't call close_stdout for --version.
28344
28345 2000-05-06  Paul Eggert  <eggert@twinsun.com>
28346
28347         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
28348         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
28349         2.1.3 bug.  This avoids a clash when files like regex.c define
28350         _GNU_SOURCE.
28351
28352 2000-05-06  Jim Meyering  <meyering@lucent.com>
28353
28354         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
28355         (AC_REPLACE_FUNCS): Add strnlen.
28356
28357         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
28358         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
28359
28360         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
28361         AC_SEARCH_LIBS call for nanosleep.
28362         (LIB_NANOSLEEP): Set and AC_SUBST.
28363
28364 2000-05-06  Jim Meyering  <meyering@lucent.com>
28365
28366         * lib/strnlen.c: Undefine __strnlen and strnlen.
28367         [!weak_alias]: Define __strnlen to strnlen.
28368
28369         * lib/atexit.c: New file, from libiberty.
28370
28371 2000-05-06  Jim Meyering  <meyering@lucent.com>
28372
28373         * lib/closeout.c (close_stdout_status): Also check for errors on the
28374         stderr stream.
28375
28376 2000-05-05  Jim Meyering  <meyering@lucent.com>
28377
28378         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
28379         AC_SEARCH_LIBS call for clock_gettime.
28380         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
28381
28382         * m4/search-libs.m4: Update from autoconf.
28383
28384         su doesn't work on Solaris 2.6.
28385         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
28386         <shadow.h>.  Reported by Dragos Harabor.
28387
28388 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
28389
28390         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
28391         memcpy instead of xmalloc, xrealloc, path_concat.
28392         (locale_charset): Treat empty environment variables as absent.
28393         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
28394
28395 2000-05-04  Jim Meyering  <meyering@lucent.com>
28396
28397         * lib/getopt.c: Update from glibc.
28398         * lib/obstack.c: Likewise.
28399         * lib/obstack.h: Likewise.
28400         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
28401         file
28402
28403         * lib/regex.h: Likewise.
28404         * lib/strndup.c: Likewise.
28405         * lib/strnlen.c: New file, from glibc.
28406
28407 2000-05-03  Jim Meyering  <meyering@lucent.com>
28408
28409         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
28410
28411 2000-05-02  Paul Eggert  <eggert@twinsun.com>
28412
28413         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
28414         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
28415         compile-time test, rather than inspecting host and OS, to
28416         decide whether to define _LARGEFILE_SOURCE.
28417
28418 2000-05-01  Jim Meyering  <meyering@lucent.com>
28419
28420         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
28421
28422         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
28423         Based on a patch from Bruno Haible.
28424
28425 2000-05-01  Jim Meyering  <meyering@lucent.com>
28426
28427         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
28428
28429 2000-04-29  Jim Meyering  <meyering@lucent.com>
28430
28431         * lib/path-concat.c: Declare strdup only if it's not defined.
28432         * lib/canon-host.c: Likewise.
28433
28434 2000-04-28  Jim Meyering  <meyering@lucent.com>
28435
28436         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
28437         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
28438         is included first, then limits.h is included by locale.h by libintl.h.
28439         From John David Anglin.
28440
28441 2000-04-25  Jim Meyering  <meyering@lucent.com>
28442
28443         * lib/makepath.c (S_IRWXUGO): Define.
28444         (make_path): Always perform explicit chmod if MODE specifies any
28445         of the `special' permission bits.  Prompted by a bug report against
28446         install from Mate Wierdl and Joost van Baal.
28447
28448 2000-04-18  Jim Meyering  <meyering@lucent.com>
28449
28450         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
28451         (jm_PREREQ): Use it.
28452
28453 2000-04-18  Jim Meyering  <meyering@lucent.com>
28454
28455         * lib/README: New file.
28456
28457         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
28458         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
28459
28460 2000-04-17  Jim Meyering  <meyering@lucent.com>
28461
28462         Get it right :-)
28463         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
28464         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
28465         Suggestion from Akim Demaille.
28466
28467 2000-04-17  Jim Meyering  <meyering@lucent.com>
28468
28469         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
28470         the definition of it to rpl_strftime also defined-away the system's
28471         declaration.
28472
28473 2000-04-15  Jim Meyering  <meyering@lucent.com>
28474
28475         Use `C' to denote so-called `contiguous' files, the same way
28476         that tar does.
28477         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
28478         (ftypelet): Use S_ISCTG.
28479         From Michael Deutschmann.
28480
28481 2000-04-14  Jim Meyering  <meyering@lucent.com>
28482
28483         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
28484         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
28485         clobbered.
28486
28487 2000-04-14  Jim Meyering  <meyering@lucent.com>
28488
28489         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
28490
28491 2000-04-13  Jim Meyering  <meyering@lucent.com>
28492
28493         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
28494         AH_VERBATIM to insert required #ifndef into config.h.in.
28495         Suggestion from Akim Demaille.
28496
28497 2000-04-12  Jim Meyering  <meyering@lucent.com>
28498
28499         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
28500         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
28501         Christian Krackowizer.
28502
28503         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
28504         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
28505         (AC_SYS_LARGEFILE): Require.
28506         (AM_C_PROTOTYPES): Require.
28507
28508 2000-04-08  Jim Meyering  <meyering@lucent.com>
28509
28510         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
28511         names don't conflict.  Reported by Eli Zaretskii.
28512
28513 2000-04-07  Jim Meyering  <meyering@lucent.com>
28514
28515         * lib/putenv.c: Move inclusion of errno.h so it follows that of
28516         sys/types.h, to work around system header problems on AIX 3.2.5.
28517         From Bruno Haible.
28518
28519 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
28520
28521         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
28522         bug.  Deal with the different error behavior of Irix iconv.
28523
28524 2000-04-05  Paul Eggert  <eggert@twinsun.com>
28525
28526         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
28527         IRIX if the installer said otherwise.
28528
28529 2000-04-05  Jim Meyering  <meyering@lucent.com>
28530
28531         Portability tweaks required for ultrix4.3.
28532         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
28533         (jm_CHECK_DECLS): Add getutent to the list of functions.
28534         (_jm_DECL_HEADERS): Add utmpx.h.
28535         From John David Anglin.
28536
28537         * m4/strftime.m4: Back out the 2000-04-02 change.
28538         Instead of that change, simply undefine putenv in the test program.
28539
28540 2000-04-05  Jim Meyering  <meyering@lucent.com>
28541
28542         Portability tweaks required for ultrix4.3.
28543         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
28544         getutent.
28545         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
28546         * lib/canon-host.c: Declare strdup.
28547         * lib/path-concat.c: Likewise.
28548         From John David Anglin.
28549
28550 2000-04-04  Jim Meyering  <meyering@lucent.com>
28551
28552         Be more DOS 8.3-friendly.
28553         * lib/ref-add.sin: Renamed from ref-add.sed.in.
28554         * lib/ref-del.sin: Renamed from ref-del.sed.in.
28555         * lib/Makefile.am: Reflect renaming.
28556         Reported by Eli Zaretskii.
28557
28558         Use a temporary file name that won't clash with `charset.alias'
28559         in the DOS 8.3 name space.
28560         * lib/Makefile.am (charset_tmp): Define.
28561         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
28562         (uninstall-local): Likewise.
28563         Reported by Eli Zaretskii.
28564
28565 2000-04-03  Jim Meyering  <meyering@lucent.com>
28566
28567         * m4/gettext.m4: Fix typo in comment.
28568
28569         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
28570         textutils/configure.in).  Suggestion from Paul Eggert.
28571         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
28572
28573 2000-04-02  Paul Eggert  <eggert@twinsun.com>
28574
28575         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
28576         variable in the shell rather than using putenv, which isn't
28577         portable.  This avoids the configure-time inter-test dependency
28578         on the potentially-renamed putenv function.
28579
28580 2000-03-30  Paul Eggert  <eggert@twinsun.com>
28581
28582         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
28583         before checking struct stat.st_blksize, so that
28584         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
28585
28586 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28587
28588         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
28589         since strftime.c uses HAVE_STRFTIME to decide whether to use
28590         the underlying strftime.
28591
28592 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28593
28594         * lib/time/strftime.c (my_strftime): Make sure we call the system
28595         strftime, not ourselves, when invoking the underlying strftime.
28596
28597 2000-03-24  Jim Meyering  <meyering@lucent.com>
28598
28599         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
28600         (charset_alias): Define.
28601         (install-exec-local): Factor out common code.
28602         (uninstall-local): Split lines longer than 80.
28603         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
28604         (SUFFIXES): Define.
28605         (.sed.in.sed): New rule.  Don't redirect directly to $@.
28606         (CLEANFILES): Add ref-add.sed and ref-del.sed.
28607
28608 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
28609
28610         * lib/config.charset: Output a line containing "Packages using this
28611         file".
28612         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
28613         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
28614         ref-del.sed): New rules.
28615
28616 2000-03-17  Jim Meyering  <meyering@lucent.com>
28617
28618         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
28619         Otherwise, include <strings.h>
28620
28621 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
28622
28623         * lib/unicodeio.c (utf8_wctomb): New function.
28624         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
28625         format instead of in UCS-4 with platform dependent endianness.
28626
28627 2000-03-10  Jim Meyering  <meyering@lucent.com>
28628
28629         * m4/lib-check.m4: Look for getspnam in -lgen, too.
28630         From Marco Franzen.
28631
28632 2000-03-07  Paul Eggert  <eggert@twinsun.com>
28633
28634         * lib/savedir.c (savedir): Work even if directory size is
28635         negative; this can happen with some screwy NFS configurations.
28636
28637 2000-03-06  Jim Meyering  <meyering@lucent.com>
28638
28639         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
28640         if it's NULL (because we ran out of memory).  From Bruno Haible.
28641
28642 2000-03-05  Jim Meyering  <meyering@lucent.com>
28643
28644         * lib/localcharset.c ("path-concat.h"): Include.
28645         (get_charset_aliases): Use path_concat instead of ANSI string
28646         concatenation.
28647
28648         * lib/unicodeio.h (PARAMS): Define.
28649         Use it to guard prototype.
28650
28651 2000-03-04  Jim Meyering  <meyering@lucent.com>
28652
28653         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
28654         for lib/localcharset.c.
28655
28656 2000-03-04  Jim Meyering  <meyering@lucent.com>
28657
28658         * lib/Makefile.am (install-exec-local): Create $(libdir) before
28659         installing into it.
28660         (uninstall-local): Uncomment this rule so `make distcheck' works
28661         once again.
28662
28663         * lib/unicodeio.c (<errno.h>): Include it.
28664         (errno): Declare if not defined.
28665
28666         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
28667
28668         * lib/config.charset: New version, incorporating remarks from a linux
28669         i18n mailing list.  From Bruno Haible.
28670
28671 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
28672
28673         * m4/codeset.m4: New file.
28674         * m4/iconv.m4: New file.
28675         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
28676
28677 2000-03-03  Jim Meyering  <meyering@lucent.com>
28678
28679         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
28680
28681 2000-03-02  Jim Meyering  <meyering@lucent.com>
28682
28683         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
28684         the messages come out on separate lines.
28685
28686         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
28687         rather than jm_CHECK_DECLARATIONS.
28688         * m4/decl.m4: Remove now-unused file.
28689
28690         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
28691         geteuid.
28692
28693 2000-03-02  Jim Meyering  <meyering@lucent.com>
28694
28695         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
28696
28697 2000-03-01  Jim Meyering  <meyering@lucent.com>
28698
28699         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
28700         * lib/unicodeio.c: Likewise.
28701
28702 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
28703
28704         * lib/config.charset: New file.
28705         * lib/localcharset.c: New file.
28706         * lib/unicodeio.h, lib/unicodeio.c: New files.
28707         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
28708         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
28709         (noinst_HEADERS): Add unicodeio.h.
28710         (all-local, install-exec-local, charset.alias): New targets.
28711
28712 2000-02-28  Paul Eggert  <eggert@twinsun.com>
28713
28714         * lib/quotearg.c (ALERT_CHAR): New macro.
28715         (quotearg_buffer_restyled): Use it.
28716
28717 2000-02-27  Jim Meyering  <meyering@lucent.com>
28718
28719         * m4/check-decl.m4: Add getenv to the list.
28720
28721 2000-02-27  Jim Meyering  <meyering@lucent.com>
28722
28723         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
28724         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
28725
28726         * lib/backupfile.c: Guard inclusion of stdlib.h with
28727         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
28728         Declare malloc if needed.
28729
28730         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
28731         `#ifndef HAVE_DECL..'
28732         now that autoconf always defines the HAVE_DECL_ symbols.
28733         * lib/human.c: Likewise.
28734         * lib/same.c: Likewise.
28735         * lib/strtoumax.c: Likewise.
28736
28737         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
28738         declaration check was not run.
28739         * lib/hash.c: Likewise.
28740         * lib/human.c: Likewise.
28741         * lib/same.c: Likewise.
28742         * lib/strtoumax.c: Likewise.
28743
28744         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
28745         `.', then first look up the entire `.'-containing string as a login
28746         name.
28747
28748 2000-02-23  Jim Meyering  <meyering@lucent.com>
28749
28750         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
28751         in place of my hack.
28752
28753 2000-02-18  Paul Eggert  <eggert@twinsun.com>
28754
28755         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
28756         (textint): New typedef.
28757         (parser_control): Member year changed from int to textint.
28758         All uses changed.
28759         (YYSTYPE): Removed; replaced by %union with int and textint members.
28760         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
28761         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
28762         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
28763         (tSNUMBER, tUNUMBER): Now of type <textintval>.
28764         (date, number, to_year): Use width of number in digits, not its value,
28765         to determine whether it's a 2-digit year, or a 2-digit time.
28766         (yylex): Store number of digits of numeric tokens.
28767         Reported by John Kendall.
28768
28769         (parser_control): Changed from struct parser_control to typedef (for
28770         consistency).  All uses changed.
28771
28772         (tID): Removed; not used.
28773         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
28774
28775 2000-02-14  Paul Eggert  <eggert@twinsun.com>
28776
28777         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
28778         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
28779
28780 2000-02-12  Jim Meyering  <meyering@lucent.com>
28781
28782         * lib/userspec.c (ISDIGIT): Define it.
28783         (isdigit): Remove definition.
28784         (is_number): Use ISDIGIT, not isdigit.
28785         <libintl.h>: Include.
28786         (_ and N_): Define.
28787         (parse_user_spec): Mark translatable strings.
28788
28789 2000-02-10  Jim Meyering  <meyering@lucent.com>
28790
28791         With these changes, nanosleep.[ch] are finally enough like the other
28792         lib/* replacement files to compile on a few more losing systems.
28793
28794         * lib/nanosleep.h: Don't include config.h.
28795         Remove prototype from declaration of nanosleep.
28796         (PARAMS): Remove now-unneeded definition.
28797         * lib/nanosleep.c: #undef nanosleep.
28798         (rpl_nanosleep): Rename from nanosleep.
28799
28800 2000-02-10  Jim Meyering  <meyering@lucent.com>
28801
28802         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
28803         gnu_nanosleep to rpl_nanosleep.
28804
28805 2000-02-09  Jim Meyering  <meyering@lucent.com>
28806
28807         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
28808         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
28809
28810 2000-02-08  Akim Demaille  <akim@epita.fr>
28811
28812         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
28813         `[' and `]' and remove uses of `changequote'.
28814         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
28815         (AC_SYS_LARGEFILE): Likewise.
28816         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
28817         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
28818         of changequote.
28819         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
28820         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
28821         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
28822         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
28823
28824 2000-02-05  Jim Meyering  <meyering@lucent.com>
28825
28826         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
28827         Remove explicit use of AC_HEADER_TIME.  It is required by
28828         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
28829         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
28830         in autoconf whereby the expansion of the latter ended up preceding
28831         the expansion of its prerequisite, AC_HEADER_TIME.
28832         Reported by Volker Borchert.
28833
28834 2000-02-03  Jim Meyering  <meyering@lucent.com>
28835
28836         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
28837
28838 2000-02-03  Jim Meyering  <meyering@lucent.com>
28839
28840         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
28841         rather than with `#if HAVE_UTMPNAME'.
28842
28843 2000-02-02  Jim Meyering  <meyering@lucent.com>
28844
28845         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
28846         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
28847         Reported by Eli Zaretskii.
28848
28849 2000-02-01  Jim Meyering  <meyering@lucent.com>
28850
28851         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
28852
28853 2000-01-31  Jim Meyering  <meyering@lucent.com>
28854
28855         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
28856         functions.  Add the time.h and sys/time.h headers along with the
28857         AC_REQUIRE'ment of AC_HEADER_TIME.
28858
28859 2000-01-31  Jim Meyering  <meyering@lucent.com>
28860
28861         * lib/nanosleep.h (nanosleep): Guard declaration with
28862         `#if ! HAVE_DECL_NANOSLEEP'.
28863         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
28864         the declaration in that vendor's sys/timers.h.
28865         Reported by Christian Krackowizer.
28866
28867         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
28868         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
28869         (ISPRINT): Likewise.
28870         Reported by Tom Tromey.
28871
28872 2000-01-30  Jim Meyering  <meyering@lucent.com>
28873
28874         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
28875
28876         * m4/prereq.m4 (utmp_includes): Define.
28877         Check for ut_user and ut_name members in both struct utmpx
28878         and struct utmp.
28879
28880 2000-01-30  Jim Meyering  <meyering@lucent.com>
28881
28882         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
28883         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
28884         header files where only utmpx.ut_user is declared.
28885
28886         * lib/readutmp.h (UT_USER): Define.
28887
28888 2000-01-29  Jim Meyering  <meyering@lucent.com>
28889
28890         * m4/lib-check.m4: New file containing library-related checks from
28891         fileutils and sh-utils (textutils had none).
28892
28893 2000-01-28  Jim Meyering  <meyering@lucent.com>
28894
28895         * m4/perl.m4: Change format of warning message to look more like that
28896         from the missing script.  Suggestion from François Pinard.
28897
28898 2000-01-25  Jim Meyering  <meyering@lucent.com>
28899
28900         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
28901         well as time.h in the compile check.
28902         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
28903         Fix typo in cross-compiling case: s/yes/no/.
28904
28905 2000-01-23  Jim Meyering  <meyering@lucent.com>
28906
28907         * m4/jm-macros.m4: Move df-related tests here from
28908         fileutils/configure.in
28909
28910         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
28911         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
28912
28913         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
28914         s/space/ac_fsusage_space/.
28915         (jm_FILE_SYSTEM_USAGE): Take two parameters.
28916
28917         * m4/ftruncate.m4: New file (derived from part of
28918         fileutils/configure.in).
28919         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
28920         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
28921
28922         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
28923         AC_SUBST these here, rather than just in sh-util/configure.in, so
28924         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
28925         all the same.
28926         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
28927         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
28928         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
28929         (AC_SUBST(POW_LIBM)): Likewise.
28930         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
28931
28932 2000-01-23  Jim Meyering  <meyering@lucent.com>
28933
28934         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
28935         obstack.c.
28936
28937 2000-01-22  Jim Meyering  <meyering@lucent.com>
28938
28939         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
28940
28941         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
28942
28943         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
28944         configure.in
28945         (AC_CHECK_HEADERS): Likewise for sh-utils.
28946         (AC_CHECK_HEADERS): Likewise for textutils.
28947         Merge the three lists of headers.
28948
28949         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
28950         from fileutils' configure.in.
28951
28952         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
28953         code. Moved tests into their own function (_jm_DECL_HEADERS) in
28954         check-decl.m4.
28955
28956         * m4/check-decl.m4: Use #if rather than #ifdef.
28957         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
28958         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
28959         (_jm_DECL_HEADERS): Define new function.
28960         (jm_CHECK_DECLARATIONS): Require it.
28961
28962 2000-01-22  Jim Meyering  <meyering@lucent.com>
28963
28964         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
28965         [! HAVE_DECL_STRTOULL]: Declare strtoull.
28966         Required for some AIX systems.  Reported by Christian Krackowizer.
28967         [TESTING] (main): New function.
28968
28969         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
28970         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
28971         letters.
28972
28973         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
28974         iswprint.
28975
28976         * lib/strverscmp.c (ISDIGIT): Define.
28977         (strverscmp): Use ISDIGIT, not isdigit.
28978
28979 2000-01-19  Jim Meyering  <meyering@lucent.com>
28980
28981         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
28982         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
28983         defines `struct timespec' in <sys/time.h>
28984
28985         * m4/c-bs-a.m4: Remove uses of changequote altogether.
28986         Thanks to Akim for explaining.
28987
28988 2000-01-17  Paul Eggert  <eggert@twinsun.com>
28989
28990         * lib/nanosleep.c (nanosleep):
28991         Don't use SA_INTERRUPT to decide whether to call sigaction, as
28992         POSIX.1 doesn't require SA_INTERRUPT and some systems
28993         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
28994         it's been part of POSIX.1 since day 1 (in 1988).
28995
28996 2000-01-17  Jim Meyering  <meyering@lucent.com>
28997
28998         * lib/interlock: Remove unused file.  Reported by François Pinard.
28999
29000 2000-01-16  Paul Eggert  <eggert@twinsun.com>
29001
29002         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
29003         alert, backslash, formfeed, and vertical tab unnecessarily in
29004         shell quoting style.
29005
29006 2000-01-16  Jim Meyering  <meyering@lucent.com>
29007
29008         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
29009         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
29010         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
29011         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
29012
29013 2000-01-16  Jim Meyering  <meyering@lucent.com>
29014
29015         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
29016         because the latter didn't work.
29017
29018 2000-01-15  Jim Meyering  <meyering@lucent.com>
29019
29020         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
29021         (AC_REPLACE_FUNCS): Add memcpy and memset.
29022         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
29023         Add strpbrk.
29024         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
29025
29026 2000-01-12  Jim Meyering  <meyering@lucent.com>
29027
29028         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
29029         (jm_PREREQ): Use it.
29030         (jm_PREREQ_READUTMP): New macro.
29031         (jm_PREREQ): Use it.
29032
29033 2000-01-11  Paul Eggert  <eggert@twinsun.com>
29034
29035         Quote multibyte characters correctly.
29036         * m4/c-bs-a.m4: New file.
29037         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
29038         (jm_PREREQ): Use it.
29039
29040 2000-01-11  Paul Eggert  <eggert@twinsun.com>
29041
29042         * m4/uintmax_t.m4: Port to autoconf 2.13.
29043
29044 2000-01-08  Jim Meyering  <meyering@ascend.com>
29045
29046         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
29047         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
29048
29049 2000-01-04  Jim Meyering  <meyering@ascend.com>
29050
29051         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
29052         jm_STRUCT_DIRENT_D_TYPE.
29053         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
29054         jm_STRUCT_DIRENT_D_INO.
29055         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
29056         jm_STRUCT_UTIMBUF.
29057         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
29058         renamings.
29059         * m4/utime.m4: Likewise.
29060
29061         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
29062         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
29063
29064 2000-01-03  Paul Eggert  <eggert@twinsun.com>
29065
29066         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
29067         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
29068
29069 2000-01-02  Jim Meyering  <meyering@ascend.com>
29070
29071         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
29072         remember if this is necessary.
29073
29074 1999-12-26  Jim Meyering  <meyering@ascend.com>
29075
29076         * m4/jm-macros.m4: Use it here.
29077         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
29078
29079 1999-12-23  Jim Meyering  <meyering@ascend.com>
29080
29081         * m4/jm-macros.m4: Check for clock_gettime (moved from
29082         fileutils/configure.in)
29083         Check for gettimeofday.
29084
29085 1999-12-20  Jim Meyering  <meyering@ascend.com>
29086
29087         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
29088         autoconf-2.14a-1999-12-20.
29089
29090 1999-12-19  Jim Meyering  <meyering@ascend.com>
29091
29092         * m4/lstat-slash.m4: New file.
29093         * m4/jm-macros.m4: Use the new macro:
29094         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
29095
29096 1999-12-07  Jim Meyering  <meyering@ascend.com>
29097
29098         * m4/perl.m4: Require that File::Compare be available, too.
29099         Too many systems seem to lack it.
29100
29101         * m4/strftime.m4: Add checks for most of the cpp macros tested in
29102         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
29103
29104 1999-11-18  Paul Eggert  <eggert@twinsun.com>
29105
29106         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
29107         problem with the QNX 4.25 shell, which doesn't propagate exit
29108         status of failed commands inside shell assignments.
29109
29110 1999-11-17  Jim Meyering  <meyering@ascend.com>
29111
29112         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
29113
29114 1999-11-07  Jim Meyering  <meyering@ascend.com>
29115
29116         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
29117
29118 1999-11-06  Jim Meyering  <meyering@ascend.com>
29119
29120         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
29121         * m4/jm-macros.m4 (jm_MACROS): Use it here.
29122
29123 1999-11-05  Jim Meyering  <meyering@ascend.com>
29124
29125         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
29126         configure.in of textutils, fileutils, and sh-utils into this one
29127         (shared between those packages) file.
29128         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
29129         AC_STRUCT_ST_BLKSIZE.
29130
29131 1999-11-03  Jim Meyering  <meyering@ascend.com>
29132
29133         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
29134         of AC_CHECK_TYPE checks includes unistd.h.
29135         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
29136         Suggestion from Akim Demaille.
29137
29138 1999-10-30  Jim Meyering  <meyering@ascend.com>
29139
29140         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
29141         m4-quoted string.
29142         * m4/ls-mntd-fs.m4: Likewise.
29143         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
29144         * m4/jm-winsz1.m4: Likewise.
29145
29146         * m4/const.m4: Remove file, since the fix made it into the experimental
29147         version of autoconf.
29148         * m4/mktime.m4: Likewise.
29149
29150         * m4/check-type.m4: Remove file, now that the latest version of
29151         AC_CHECK_TYPE takes a third arg to specify additional #includes.
29152
29153         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
29154         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
29155         AC_CHECK_TYPE.
29156
29157 1999-10-04  Jim Meyering  <meyering@ascend.com>
29158
29159         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
29160
29161 1999-09-22  Paul Eggert  <eggert@twinsun.com>
29162
29163         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
29164         2.95.1 bug with HP-UX 10.20.
29165
29166 1999-09-17  Jim Meyering  <meyering@ascend.com>
29167
29168         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
29169         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
29170         due to missing strdup (against sh-utils-2.0).
29171
29172 1999-08-29  Jim Meyering  <meyering@ascend.com>
29173
29174         * m4/jm-macros.m4: Require jm_BISON.
29175         * m4/bison.m4: New file.
29176
29177 1999-08-17  Paul Eggert  <eggert@twinsun.com>
29178
29179         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
29180         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
29181
29182 1999-08-05  Jim Meyering  <meyering@ascend.com>
29183
29184         * m4/getline.m4: Rename test file from conftestdata to conftest.data
29185         to avoid conflicts with `conftest' on 8+3 filesystems.
29186         Suggestion from Eli Zaretskii.
29187
29188 1999-08-04  Jim Meyering  <meyering@ascend.com>
29189
29190         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
29191         fileutils and sh-utils (textutils's getline test was inadequate).
29192         (AM_FUNC_GETLINE): Run this test.
29193         (AC_CHECK_FUNCS): Check for getdelim.
29194         Reported by Bob Proulx.
29195
29196 1999-08-02  Jim Meyering  <meyering@ascend.com>
29197
29198         * m4/jm-macros.m4: Add a comment.
29199
29200 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29201
29202         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
29203         <inttypes.h> defines strtoumax as a macro (and not as a
29204         function).
29205
29206 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29207
29208         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
29209         that we can shift, multiply and divide unsigned long long
29210         values; Ultrix cc can't do it.
29211
29212 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29213
29214         * m4/mktime.m4: New file, which is a preview of what should appear
29215         in the next public autoconf release.
29216
29217 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29218
29219         * m4/lfs.m4: Remove this file.
29220         * m4/largefile.m4: New file.  It contains the old contents of
29221         lfs.m4, except that all names with prefix AC_LFS have been
29222         changed to use the prefix AC_SYS_LARGEFILE instead, to be
29223         compatible with future autoconf versions.  Also, some minor m4
29224         quoting problems have been fixed.
29225
29226 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29227
29228         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
29229         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
29230         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
29231         and simplify the shell code.
29232
29233 1999-08-01  Jim Meyering  <meyering@ascend.com>
29234
29235         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
29236         m4.
29237
29238 1999-07-20  Jim Meyering  <meyering@ascend.com>
29239
29240         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
29241
29242 1999-07-15  Jim Meyering  <meyering@ascend.com>
29243
29244         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
29245
29246 1999-05-22  Jim Meyering  <meyering@ascend.com>
29247
29248         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
29249
29250 1999-05-20  Jim Meyering  <meyering@ascend.com>
29251
29252         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
29253         Add a colon after each `then' in case $4 is empty.
29254
29255 1999-05-16  Jim Meyering  <meyering@ascend.com>
29256
29257         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
29258
29259 1999-05-10  Jim Meyering  <meyering@ascend.com>
29260
29261         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
29262
29263         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
29264         AC_FUNC_MKTIME.
29265
29266 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
29267
29268         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
29269
29270 1999-05-04  Paul Eggert  <eggert@twinsun.com>
29271
29272         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
29273         not CPPFLAGS, so that linking works correctly in IRIX.
29274
29275 1999-04-30  Paul Eggert  <eggert@twinsun.com>
29276
29277         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
29278
29279 1999-04-20  Paul Eggert  <eggert@twinsun.com>
29280
29281         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
29282         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
29283         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
29284         jm_AC_TYPE_UNSIGNED_LONG_LONG.
29285         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
29286
29287         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
29288
29289 1999-04-20  Jim Meyering  <meyering@ascend.com>
29290
29291         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
29292         AC_REPLACE xstroull if necessary.  From Paul Eggert.
29293         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
29294
29295 1999-04-18  Jim Meyering  <meyering@ascend.com>
29296
29297         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
29298         * m4/jm-macros.m4: Use it.
29299
29300 1999-04-06  Jim Meyering  <meyering@ascend.com>
29301
29302         * m4/strftime.m4: Remove test for %f.
29303
29304 1999-03-29  Jim Meyering  <meyering@ascend.com>
29305
29306         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
29307         superset of the AC_TYPE_* checks in the textutils, fileutils,
29308         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
29309         AC_TYPE_PID_T.
29310
29311 1999-03-28  Jim Meyering  <meyering@ascend.com>
29312
29313         * m4/jm-macros.m4: Define GNU_PACKAGE here.
29314         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
29315         replaced e.g., in the *.sh files of the sh-utils.
29316
29317 1999-03-20  Jim Meyering  <meyering@ascend.com>
29318
29319         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
29320         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
29321         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
29322
29323 1999-03-19  Jim Meyering  <meyering@ascend.com>
29324
29325         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
29326
29327 1999-03-12  Jim Meyering  <meyering@ascend.com>
29328
29329         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
29330
29331 1999-03-07  Jim Meyering  <meyering@ascend.com>
29332
29333         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
29334         declared.
29335
29336 1999-02-17  Jim Meyering  <meyering@ascend.com>
29337
29338         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
29339         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
29340
29341 1999-02-07  Jim Meyering  <meyering@ascend.com>
29342
29343         * m4/group-member.m4: New file -- extracted from sh-utils'
29344         configure.in.
29345
29346         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
29347         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
29348
29349 1999-02-06  Jim Meyering  <meyering@ascend.com>
29350
29351         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
29352         * m4/fnmatch.m4: Likewise.
29353         * m4/getgroups.m4: Likewise.
29354         * m4/lstat.m4: Likewise.
29355         * m4/malloc.m4: Likewise.
29356         * m4/putenv.m4: Likewise.
29357         * m4/realloc.m4: Likewise.
29358         * m4/regex.m4: Likewise.
29359         * m4/stat.m4: Likewise.
29360         * m4/strftime.m4: Likewise.
29361         Suggestion from Alain Magloire.
29362
29363         * m4/chown.m4: Use `.$ac_objext', not `.o'.
29364         * m4/fnmatch.m4: Likewise.
29365         * m4/getgroups.m4: Likewise.
29366         * m4/getline.m4: Likewise.
29367         * m4/lstat.m4: Likewise.
29368         * m4/malloc.m4: Likewise.
29369         * m4/memcmp.m4: Likewise.
29370         * m4/putenv.m4: Likewise.
29371         * m4/realloc.m4: Likewise.
29372         * m4/regex.m4: Likewise.
29373         * m4/stat.m4: Likewise.
29374         * m4/strftime.m4: Likewise.
29375         Suggestion from Alain Magloire.
29376
29377         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
29378         an argument.
29379
29380         * m4/regex.m4: Add a run-time Test for proper operation of
29381         re_compile_pattern.
29382
29383 1999-01-31  Jim Meyering  <meyering@ascend.com>
29384
29385         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
29386
29387 1999-01-30  Jim Meyering  <meyering@ascend.com>
29388
29389         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
29390
29391         * m4/jm-mktime.m4: Make this a wrapper around the official
29392         AM_FUNC_MKTIME rather than my private copy, now that the official one
29393         is up to date.
29394         * m4/mktime.m4: Remove file.
29395
29396         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
29397         * m4/uptime.m4: Likewise.
29398         * m4/uintmax_t.m4: Likewise.
29399
29400 1999-01-28  Jim Meyering  <meyering@ascend.com>
29401
29402         * m4/jm-macros.m4: Use jm_AFS.
29403         * m4/afs.m4: New file (from fileutils' configure.in).
29404
29405         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
29406         * m4/chown.m4: Likewise.
29407         * m4/d-ino.m4: Likewise.
29408         * m4/d-type.m4: Likewise.
29409         * m4/fnmatch.m4: Likewise.
29410         * m4/getgroups.m4: Likewise.
29411         * m4/gettext.m4: Likewise.
29412         * m4/jm-mktime.m4: Likewise.
29413         * m4/jm-winsz2.m4: Likewise.
29414         * m4/lcmessage.m4: Likewise.
29415         * m4/ls-mntd-fs.m4: Likewise.
29416         * m4/malloc.m4: Likewise.
29417         * m4/memcmp.m4: Likewise.
29418         * m4/putenv.m4: Likewise.
29419         * m4/realloc.m4: Likewise.
29420         * m4/st_mtim.m4: Likewise.
29421         * m4/strftime.m4: Likewise.
29422
29423 1999-01-16  Jim Meyering  <meyering@ascend.com>
29424
29425         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
29426         (ARGMATCH_DIE_DECL): Define.
29427
29428 1999-01-12  Jim Meyering  <meyering@ascend.com>
29429
29430         * m4/Makefile.am.in: Rewrite to avoid using fmt.
29431         Reported by Lars Hecking.
29432
29433 1999-01-10  Jim Meyering  <meyering@ascend.com>
29434
29435         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
29436         gross kludge.
29437         * m4/inttypes_h.m4: Likewise.
29438         * m4/lstat.m4: Likewise.
29439         * m4/malloc.m4: Likewise.
29440         * m4/readdir.m4: Likewise.
29441         * m4/realloc.m4: Likewise.
29442         * m4/st_dm_mode.m4: Likewise.
29443         * m4/stat.m4: Likewise.
29444         * m4/utimbuf.m4: Likewise.
29445         * m4/utimes.m4: Likewise.
29446
29447         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
29448         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
29449         comments in config.h.in are meaningful.
29450
29451         * m4/jm-macros.m4: Require autoconf-2.13 here.
29452
29453         * m4/regex.m4: By default, don't use the included regex.c on systems
29454         with glibc 2.  Suggestion from Uli Drepper.
29455
29456 1999-01-02  Jim Meyering  <meyering@ascend.com>
29457
29458         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
29459
29460 1998-12-18  Jim Meyering  <meyering@ascend.com>
29461
29462         * m4/Makefile.am.in (Makefile.am): Simplify rule.
29463         Based on a suggestion from Lars Hecking.
29464
29465 1998-11-16  Paul Eggert  <eggert@twinsun.com>
29466
29467         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
29468
29469 1998-11-16  Jim Meyering  <meyering@ascend.com>
29470
29471         * m4/lfs.m4: Double-quote the `uname...` expression.
29472
29473 1998-11-14  Jim Meyering  <meyering@ascend.com>
29474
29475         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
29476         * m4/stat.m4: Likewise.
29477
29478 1998-11-03  Jim Meyering  <meyering@ascend.com>
29479
29480         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
29481         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
29482
29483 1998-10-18  Jim Meyering  <meyering@ascend.com>
29484
29485         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
29486
29487 1998-10-17  Jim Meyering  <meyering@ascend.com>
29488
29489         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
29490         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
29491         calls for those previously hard-coded headers.  Instead, take a new
29492         parameter.
29493         (jm_CHECK_DECLARATIONS): Reflect interface change.
29494         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
29495         (jm_CHECK_DECL_LOCALTIME_R): New macro.
29496
29497         * m4/mktime.m4: Test for spring-forward gap before long-running test.
29498
29499 1998-10-14  Jim Meyering  <meyering@ascend.com>
29500
29501         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
29502         instead of "TZ=America/Vancouver".  From Paul Eggert.
29503
29504 1998-10-11  Jim Meyering  <meyering@ascend.com>
29505
29506         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
29507         This adds a test for a recently added compatibility fix for mktime.c.
29508         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
29509
29510 1998-09-27  Jim Meyering  <meyering@ascend.com>
29511
29512         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
29513
29514         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
29515         ../configure.in, including a change from Gordon Matzigkeit to allow
29516         cross-compiling for the Hurd.
29517
29518         * m4/glibc.m4: New file/macro to test for the GNU C Library
29519         versions 1 and 2.  From Gordon Matzigkeit.
29520         Indent.
29521
29522 1998-09-21  Jim Meyering  <meyering@ascend.com>
29523
29524         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
29525
29526 1998-08-18  Paul Eggert  <eggert@twinsun.com>
29527
29528         Port nanosecond-resolution times to UnixWare 2.1.2 and
29529         pedantic Solaris 2.6.
29530
29531         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
29532         AC_STRUCT_ST_MTIM.
29533         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
29534         Generate name of ns member, instead of just 1 or undef.
29535         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
29536
29537 1998-08-15  Jim Meyering  <meyering@ascend.com>
29538
29539         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
29540         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
29541         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
29542         instead of jm_TYPE_SSIZE_T.
29543
29544 1998-08-12  Jim Meyering  <meyering@ascend.com>
29545
29546         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
29547
29548 1998-08-02  Jim Meyering  <meyering@ascend.com>
29549
29550         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
29551         in acconfig.h manually.
29552
29553 1998-07-31  Paul Eggert  <eggert@twinsun.com>
29554
29555         * m4/st_mtim.m4: New file.
29556
29557 1998-07-28  Jim Meyering  <meyering@ascend.com>
29558
29559         * m4/utimes.m4: Undef stat.
29560
29561 1998-07-25  Jim Meyering  <meyering@ascend.com>
29562
29563         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
29564         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
29565
29566 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
29567
29568         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
29569         uid and gid actually remain unchanged.
29570
29571 1998-07-07  Jim Meyering  <meyering@ascend.com>
29572
29573         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
29574
29575 1998-07-04  Jim Meyering  <meyering@ascend.com>
29576
29577         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
29578         to prove that this macro can be used in packages without regex.c.
29579
29580 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
29581
29582         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
29583         is to be used.
29584
29585 1998-07-03  Jim Meyering  <meyering@ascend.com>
29586
29587         * m4/gettext.m4: Add -lintl if it's found to be necessary.
29588
29589         * m4/gettext.m4: New file -- from gettext-0.10.35.
29590         * m4/lcmessage.m4: Likewise.
29591         * m4/progtest.m4: Likewise.
29592
29593         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
29594         * m4/jm-macros.m4: Require the new macro.
29595
29596 1998-06-29  Jim Meyering  <meyering@ascend.com>
29597
29598         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
29599         for the definition of NGROUPS (used in a system header included
29600         by sys/mount.h).
29601
29602 1998-06-28  Jim Meyering  <meyering@ascend.com>
29603
29604         * m4/ls-mntd-fs.m4: New file.
29605         * m4/fstypename.m4: New file.
29606
29607         * m4/jm-macros.m4: Require the new macro.
29608         * m4/jm-glibc-io.m4: New file.
29609
29610 1998-05-19  Jim Meyering  <meyering@ascend.com>
29611
29612         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
29613         * m4/lchown.m4: New file.
29614
29615         * m4/Makefile.am.in: New file.
29616         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
29617
29618 1998-05-14  Jim Meyering  <meyering@ascend.com>
29619
29620         * m4/Makefile.am (EXTRA_DIST): Add them.
29621         * m4/jm-macros.m4: New file.
29622         * m4/utimbuf.m4: New file.
29623
29624 1998-05-12  Jim Meyering  <meyering@ascend.com>
29625
29626         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
29627
29628 1998-05-11  Jim Meyering  <meyering@ascend.com>
29629
29630         * m4/isc-posix.m4: New file.
29631
29632 1998-05-10  Jim Meyering  <meyering@ascend.com>